*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob1446aa9d98b3ab7b326fa2c9a0a2570bbf06d139
1 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
3         * help-fns.el (describe-categories): Doc fix.
5 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
7         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
8         temporary file for buffer already visiting one.  This change makes
9         output likely to be directly usable by patch program.
10         Suggested by Adrian Aichner  <adrian@xemacs.org>
12 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
14         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
15         case of variables defined in compound statements.
16         (gdb-setup-windows, gdb-source-info, gdb-source-info): Simplify
17         constructions using switch-to-buffer.
19 2004-02-19  Simon Josefsson  <jas@extundo.com>
21         * play/morse.el: Fix typo.
22         (morse-code): Add @.
24 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
26         * calendar/appt.el (appt-display-format): Change default to
27         'ignore, for backwards compatability.
28         (appt-display-message): If appt-display-format is 'ignore,
29         respect old vars appt-msg-window and appt-visible.
30         (appt-activate): Don't depend on return value of cancel-timer.
32         * calendar/calendar.el (calendar-holidays): Doc fix.
34         * calendar/cal-coptic.el (coptic-prompt-for-date):
35         Use assoc-string instead of assoc-ignore-case.
36         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
37         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
38         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
39         * calendar/cal-islam.el (calendar-goto-islamic-date)
40         (mark-islamic-diary-entries): Ditto.
41         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
42         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
43         (calendar-read-mayan-tzolkin-date): Ditto.
44         * calendar/calendar.el (calendar-read-date): Ditto.
45         * calendar/diary-lib.el (mark-diary-entries): Ditto.
47 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
49         * progmodes/executable.el (executable-command-find-posix-p):
50         Fix choice of the directory.
52 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
54         * simple.el (interprogram-cut-function)
55         (interprogram-paste-function, kill-new, kill-append):
56         Doc fixes.
57         (kill-region): Make it return nil.  Doc fix.
58         (yank-pop): Make its argument optional.
59         (yank): Make ARG `-' equivalent to `-1'.
61 2004-02-17  Eli Zaretskii  <eliz@elta.co.il>
63         * mail/rmail.el (rmail-get-new-mail): Don't reference
64         rmail-use-spam-filter if rmail-spam-filter is not loaded.
66 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
68         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
69         if one of global-auto-revert-non-file-buffers or autorevert-mode
70         is non-nil.
72 2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
74         * subr.el (delete-dups): A better implementation from Karl Heuer
75         <kwzh@gnu.org>.
77 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
79         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
80         correct place.
81         * progmodes/icon.el (icon-indent-command): Ditto.
82         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
84 2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
86         * progmodes/grep.el (grep-compute-defaults): Undo change from
87         2004-01-29: don't use executable-command-find-posix-p.
89 2004-02-16  Richard Sharman  <rsharman@pobox.com>
91         * hilit-chg.el: Use require instead of eval-and-compile.
92         (highlight-compare-buffers): New function.
94 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
96         * man.el (Man-fontify-manpage): Render section headings in
97         `Man-overstrike-face' even when overstrike was not used by man
98         formatter for section headings.
100 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
102         * rmail-spam-filter.el: (vm-use-spam-filter)
103         (rsf-min-region-length-added-to-spam-list): New variables.
104         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
105         rmail-bbdb-auto-delete-spam-entries.  Added cc: to recipients for
106         spam testing.  Don't delete spam message if automatic deletion
107         after output via variable rmail-delete-after-output is turned on.
108         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
109         rsf-bbdb-dont-create-entries-for-spam.
110         (check-field): New function, extracted from code in
111         rmail-spam-filter to ease addition of header fields like
112         content-type.
113         (message-content-type): New variable to check the content-type:
114         field added, also in defcustom of rsf-definitions-alist.
115         (rmail-spam-filter): Replace repeated test code for header fields
116         by calls to check-field; change the call to
117         rmail-output-to-rmail-file such that rmail-current-message stays
118         the same to avoid wrong deletion of unseen flags.
119         (rsf-add-contents-type): New function to convert old format
120         of rmail-spam-definitions-alist into new one.
121         Change prefixes of all variables and functions from
122         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
124 2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
126         * loadhist.el (unload-hook-features-list): New defvar.
128 2004-02-16  Dave Love  <fx@gnu.org>
130         * loadhist.el (unload-feature): Doc fix.  Rename flist to
131         unload-hook-features-list.
133 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change).
135         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
136         cookie.  Don't check if we are looking-at open-formula.
138 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
140         * subr.el (match-string-no-properties): Use substring-no-properties.
142 2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
144         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
145         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
146         Use lower-case "rx" in all error message.
148 2004-02-16  Dave Love  <fx@gnu.org>
150         * emacs-lisp/rx.el (rx-or): Put group around result.
151         (rx-constituents): Add backref.
152         (rx-syntax): Add string-delimiter, comment-delimiter.
153         (rx-categories): Add combining-diacritic.
154         (rx-check-not, rx-greedy, rx): Doc fix.
155         (rx-backref, rx-check-backref): New.
157 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
159         * newcomment.el (uncomment-region): Allow eob as comment end.
161 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>  (tiny change)
163         * filecache.el: All message and error commands now use prefix
164         "Filecache:" to make it easy to read *Messages* buffer.
166 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
168         Autorevert: Add support to detect changed dired buffers and for
169         VC controlled files.
170         * autorevert.el (auto-revert-active-p, auto-revert-list-diff)
171         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
172         (auto-revert-handler, auto-revert-active-p): New functions.
173         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
174         and `auto-revert-active-p'.
175         (eval-when-compile): Defvar dired-directory and vc-mode.
176         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
177         (auto-revert-handler-vc): New functions.
179 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
181         * progmodes/compile.el (compilation-directory): New defvar.
182         (compile): Save current directory in compilation-directory.
183         (recompile): Bind default-directory to compilation-directory if
184         that is non-nil.
186 2004-02-16  Dave Love  <fx@gnu.org>
188         * newcomment.el (comment-insert-comment-function)
189         (comment-region-function, uncomment-region-function): New.
190         (comment-indent): Use comment-insert-comment-function.
191         (uncomment-region): Use uncomment-region-function.
192         (comment-region): Use comment-region-function.
194         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
196 2004-02-16  Richard Stallman  <rms@gnu.org>
198         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
199         loaddefs* and ldefs-boot*.
201 2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
203         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
204         and email address at the beginning and end of the address.
206         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
207         anchored at the beginning of the email address.
209 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
211         * international/ccl.el (ccl-compile-write): Pass `left' to
212         ccl-embed-code to generate correct code of write-expr-register.
214 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
216         * progmodes/grep.el (grep-compute-defaults): Fix typos.
218 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
220         * x-dnd.el: Mention support for Motif in commentary.
221         (x-dnd-handle-drag-n-drop-event): Ditto.
223 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
225         * ses.el: Use "ses--" prefixes for buffer-local variables.
226         Use (point-min) instead of 1, even when we know the buffer
227         is unnarrowed.
228         (ses-build-load-map): Delete.  Distribute its content to defconst's for
229         the three maps.
230         (ses-menu, ses-header-line-menu): New menus.
231         (ses-mode-map): Use them.
232         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
234 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
236         * Makefile.in: Fix the CC Mode recompile kludge so it works
237         when building in a different directory.
239 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
241         * simple.el (kill-new): Put yank-handler property on the entire string.
243 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
245         * diff.el: Don't use compile any more, use diff-mode instead.
246         (diff-regexp-alist, diff-old-file, diff-new-file)
247         (diff-parse-differences, diff-process-setup): Remove.
248         (diff-sentinel): New fun.
249         (diff): Use it.  Run the process ourselves.
250         Use diff-mode for the rest of the processing.
252         * diff.el (diff): Simplify code handling `switch'.
254 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
256         * pcvs-defs.el (cvs-menu): Add `tag'.
258 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
260         * simple.el (kill-append): Doc fix.
262         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
263         Adapt outline-regexp to the new conventions for commenting out code.
265 2004-02-11  John Paul Wallington  <jpw@gnu.org>
267         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
269 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
271         * diff.el (diff-switches): New fun.
272         (diff, diff-backup): Use it.
273         (diff): Clean up the args construction.  Use backquote.
274         Use listp instead of consp to avoid putting a nil arg.
276 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
278         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
279         handeled by x-dnd-handle-file-name.
280         (x-dnd-known-types): Add COMPOUND_TEXT.
281         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
282         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
283         x-dnd-empty-state.
284         (x-dnd-forget-drop): Ditto.
285         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
286         (x-dnd-handle-one-url): Return private when inserting text.
287         (x-dnd-insert-ctext): New function.
288         (x-dnd-handle-file-name): New function for FILE_NAME.
289         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
290         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
291         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
293 2004-02-10  Kenichi Handa  <handa@m17n.org>
295         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
296         instead of while loop.
298 2004-02-10  Miles Bader  <miles@gnu.org>
300         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
302 2004-02-09  Kenichi Handa  <handa@m17n.org>
304         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
305         have end-of-line.
307 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
309         * Makefile.in: Added extra dependencies in the recompile target
310         needed to cope with the compile time macro expansions in CC Mode.
312 2004-02-09  Kim F. Storm  <storm@cua.dk>
314         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
315         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
316         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
317         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
318         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
319         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
320         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
321         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
322         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
323         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
324         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
326 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
328         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
329         Don't allow shrink if there's a window on our right.
331         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
332         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
333         Bring together declaration and initialization.
334         (prolog-mode-variables): Don't set the syntax table.
335         Don't set paragraph-start and comment-indent-function.
336         Add /*..*/ to the comment regexps.
337         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
338         (prolog-mode-map): Don't bind TAB.
339         (prolog-mode): Set the syntax table.
340         (prolog-comment-indent): Remove.
341         (inferior-prolog-mode-map): Initialize in the declaration.
342         (inferior-prolog-mode-syntax-table)
343         (inferior-prolog-mode-abbrev-table): New vars.
344         (inferior-prolog-mode): Derive from comint-mode.
345         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
346         minibuffer windows.
348         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
349         in file names, as long as it is unabmiguous.
351 2004-02-08  Andreas Schwab  <schwab@suse.de>
353         * textmodes/reftex-toc.el
354         (reftex-toc-load-all-files-for-promotion): Remove useless use of
355         format.  Doc fix.
357         * textmodes/refer.el (refer-find-entry-internal): Remove extra
358         format string arguments.
360         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
361         string argument.
363         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
365         * play/zone.el (zone-call): Fix format string.
367         * net/webjump.el (webjump-builtin): Add missing format string argument.
369         * midnight.el (midnight-delay-set): Remove extra format string argument.
371         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
373         * hexl.el (hexl-insert-char): Add missing format string argument.
375         * format.el (format-decode): Fix format string.
377         * emulation/vi.el (vi-mode): Remove extra format string argument.
378         (vi-repeat-last-search): Likewise.
379         (vi-reverse-last-search): Likewise.
380         (vi-goto-mark): Likewise.
381         (vi-reverse-last-find-char): Likewise.
382         (vi-repeat-last-find-char): Likewise.
383         (vi-locate-def): Likewise.
385         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
387         * ediff-util.el (ediff-toggle-read-only): Remove extra format
388         string argument.
389         (ediff-toggle-regexp-match): Likewise.
391         * dired-aux.el (dired-do-query-replace-regexp): Add missing
392         format string argument.
394         * calc/calc-map.el (calc-get-operator): Remove extra format
395         string argument.
397         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
399         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
400         string argument.
402         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
404         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
406         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
408         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
409         (cl-struct-setf-expander): Likewise.
411         * vc.el (with-vc-file): Fix unsafe uses of error.
412         (vc-cancel-version): Likewise.
414 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
416         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
417         thousands separator; fixes <class>:<line-number> regexp for
418         non-english locales.
420 2004-02-08  Andreas Schwab  <schwab@suse.de>
422         * view.el (view-mode-enable): Revert previous change.
424 2004-02-07  Kim F. Storm  <storm@cua.dk>
426         * simple.el (line-number-at-pos): Rename from line-at-pos.
427         Uses changed (what-line and vc-annotate-warp-version).
429 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
431         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
432         (diff-mode): Remove aborted attempt at support for compile.el.
433         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
435 2004-02-06  Andreas Schwab  <schwab@suse.de>
437         * view.el (view-mode-enable): Add view-mode-map to
438         minor-mode-overriding-map-alist.
440 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
442         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
444 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
446         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
447         with point inside rather than after the paragraph.
449 2004-02-04  Sam Steingold  <sds@gnu.org>
451         * mail/smtpmail.el (smtpmail-try-auth-methods):
452         Do not try authentication when no mechanism is available.
453         Pass port-name as defaultport to `netrc-machine'.
455 2004-02-04  Stephen Eglen  <stephen@gnu.org>
457         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
458         to show how minibuffer height can be constrained.
460 2004-02-04  John Paul Wallington  <jpw@gnu.org>
462         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
464 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
466         * x-dnd.el: New file for drag and drop.
468         * term/x-win.el: require x-dnd, set after-make-frame-functions
469         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
470         drag-n-drop event.
472         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
473         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
474         (dired-dnd-handle-file): New functions for drag and drop support.
475         (dired-mode): Initialize drag and drop if x-dnd present.
477 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
479         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
480         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
481         (cperl-mode): Set fill-paragraph-function.
482         (cperl-fill-paragraph): Make it non-interactive.
484 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
486         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
488 2004-02-02  David Kastrup  <dak@gnu.org>
490         * replace.el (perform-replace): Allow 'literal argument in
491         regexp-flag to indicate literal replacement.
492         (query-replace-regexp-eval): Use it.
494 2004-02-01  Andreas Schwab  <schwab@suse.de>
496         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
498 2004-02-01  Stephen Eglen  <stephen@gnu.org>
500         * info-look.el: Add support for maxima-mode.  Update commentary
501         because info-lookup-symbol is now bound to C-h S.
503 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
505         * simple.el (edit-and-eval-command): Bind print-level and
506         minibuffer-history-sexp-flag around call to read-from-minibuffer.
507         Correct initial position in command-history.
509 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
511         * files.el (read-directory-name): Adapt the docstring to recent
512         change in Fread_file_name.
514 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
516         * ses.el (ses-print-cell): If print format too wide for column
517         width, truncate decimal places if that helps to avoid "#####" fill.
518         * ses.el (ses-initial-column-width): Revert previous change.
520 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
522         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
523         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
524         Add edebug info.
525         (jit-lock-mode): Setup/cancel the new timer.
526         (jit-lock-context-fontify): New fun.  Extracted from
527         context fontification code of jit-lock-stealth-fontify.
528         (jit-lock-stealth-fontify): Don't do context fontification any more.
530         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
531         (jit-lock-fontify-now): Handle the `quit' case.
532         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
534 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
536         * progmodes/executable.el (executable-command-find-posix-p):
537         New.  Check if find handles arguments Posix-style.
539         * progmodes/grep.el (grep-compute-defaults):
540         Use executable-command-find-posix-p.
541         (grep-find): Check `grep-find-command'.
543         * filecache.el (file-cache-find-posix-p): Delete.
544         (file-cache-add-directory-using-find):
545         Use `executable-command-find-posix-p'.
547 2004-01-29  Dave Love  <fx@gnu.org>
549         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
550         Iterate the hook function if arg is given.
551         (mark-defun, narrow-to-defun): Change order of finding the limits.
553         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
554         (byte-compile-format-warn): New.
555         (byte-compile-callargs-warn): Use it.
556         (Format, message, error): Add byte-compile-format-like property.
557         (byte-compile-maybe-guarded): New.
558         (byte-compile-if, byte-compile-cond): Use it.
559         (byte-compile-lambda): Compile interactive forms,
560         just to make warnings about them.
562 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
564         * ses.el (ses-initial-column-width): Increase to 14, so it will
565         work well with the default printer of "%.7g" for extreme values
566         like "-1.234567e+07".
568 2004-01-29  Kenichi Handa  <handa@m17n.org>
570         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
572 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
574         * dos-w32.el: Added support for the `default-printer-name' function.
576 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
578         * server.el (server-socket-name): Don't use the hostname in the
579         socket name since /tmp is local to the host anyway.
581         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
582         robust check of widening and fix var-naming.
584 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
586         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
587         or rmail-spam- to rsf- in all function and variable names.
588         (rsf-min-region-to-spam-list): New variable.
589         (rsf-bbdb-auto-delete-spam-entries): Rename from
590         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
591         scanned together with the recipients field for spam testing; Don't
592         delete spam message if rmail-delete-after-output is non-nil;
593         (rsf-check-field): New function, extracted from code in
594         rmail-spam-filter to ease addition of header fields like
595         content-type:;
596         (message-content-type): New variable.  The content-type: field was
597         added also in defcustom of rsf-definitions-alist;
598         (rmail-spam-filter): Replace repeated test code for header fields
599         by calls to check-field; change the call to
600         rmail-output-to-rmail-file such that rmail-current-message stays
601         the same to avoid wrong deletion of unseen flags.
602         (rmail-use-spam-filter): Add autoload cookie.
604 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
606         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
607         (file-cache-add-directory-using-find): Add Cygwin support.
608         (file-cache-find-command-posix-flag): New user variable.
610         * filecache.el (file-cache-add-directory): Check for
611         directories an remove them from dir-files.
613 2004-01-27  Richard M. Stallman  <rms@gnu.org>
615         * man.el (Man-fontify-manpage): Clean up message.
617 2004-01-27  Kenichi Handa  <handa@m17n.org>
619         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
620         (sentence-end): Define using sentence-end-without-space.
622         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
623         a sentence ends with one of a character in sentence-end-without-space.
625 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
627         * font-lock.el (font-lock): Add jit-lock as explicit group member.
628         (jit-lock): Group declaration moved to jit-lock.el.
629         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
630         when necessary.
632         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
633         (jit-lock-context-unfontify-pos): Rename from
634         jit-lock-first-unfontify-pos.
635         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
637 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
639         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
640         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
641         (fortran-fill): When filling a string, adjust re-search-backward
642         argument for special case of string just on fill-column.
643         When filling non-string, allow one extra char if
644         fortran-break-before-delimiters is non-nil.
645         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
646         Use fortran-break-delimiters-re and fortran-no-break-re to
647         correctly handle cases such as "**".
649         * progmodes/f90.el (f90-break-delimiters): Doc fix.
650         (f90-no-break-re): Add some extra tokens.  Doc fix.
652 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
654         * mail/rmail-spam-filter.el:
655         Use two semicolons as Commentary line prefix.
656         Add ";;; Code:" stylized comment.
657         Delete end-of-line whitespace.
658         Wrap (require 'cl) with `eval-when-compile'.
660 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
662         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
663         at the top level of vc.el.
665 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
667         * vc.el (vc-current-line): Function removed.  This is now done by
668         the new function line-at-pos in simple.el.
669         (vc-annotate-warp-version): Use line-at-pos instead of
670         vc-current-line.
672 2004-01-22  Kim F. Storm  <storm@cua.dk>
674         * simple.el (line-at-pos): New defun.
675         (what-line): Use it.  Optimize by only counting lines in narrowed
676         region once.
678 2004-01-22  Kenichi Handa  <handa@m17n.org>
680         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
681         point (register r1) only for charset mule-unicode-0100-24ff.
683 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
685         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
686         trailing white space and ensure a final newline.
688         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
689         Add autoload cookie.
691 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
693         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
694         activate view-mode explicitly.
696 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
698         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
699         use clipboard first.
701 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
703         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
704         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
705         (vc-mcvs-cvs): Remove.
706         (vc-mcvs-command): Remove use of assert.
708         * outline.el (outline-insert-heading): Tighten up match.
709         (outline-demote, outline-move-subtree-down): Don't assume anything
710         about outline-regexp.
712         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
713         (texinfo-show-structure): Explicitly add ^, and simplify.
715 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
717         * calendar/appt.el (appt-check): Restore usage of
718         appt-issue-message deleted in previous change.
719         (top-level): Activate package when loaded (needed for backwards
720         compatibility).
722 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
724         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
725         following previous change to smtpmail-send-data.
727 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
729         * vc.el (vc-default-previous-version): Doc enhancement.
730         (vc-default-next-version): New function.
731         (vc-print-log): New arg FOCUS-REV.
732         (vc-annotate-mode): Derive from view-mode.
733         (vc-annotate): New args REVISION, DISPLAY-MODE.
734         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
735         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
736         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
737         (vc-annotate-show-diff-revision-at-line, vc-current-line)
738         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
740         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
742 2004-01-19  Karl Berry  <karl@gnu.org>
744         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
745         or "TexInfo".
747 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
749         * subr.el (delete-dups): New function.
751 2004-01-19  Karl Berry  <karl@gnu.org>
753         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
754         with ^, since that's what texinfo-show-structure
755         documentation says (plus it works much better in texinfo.txi).
757 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
759         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
761 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
763         * progmodes/which-func.el (which-function-mode): Don't cancel
764         which-func-update-timer if not set.
766 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
768         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
769         Remove spurious left square bracket in XX:XXam regexp.
771 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
773         * progmodes/cc-defs.el: Do not require cl at run time.
775 2004-01-16  Richard M. Stallman  <rms@gnu.org>
777         * emacs-lisp/cl.el (cl-cannot-unload): New function.
778         (cl-unload-hook): Defvar this to run cl-cannot-unload.
780         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
781         Call rmail-spam-filter.  Delete and expunge spam.
782         Print number of spam messages deleted.
783         Save and restore the deletion status of old messages when reading
784         new mail with spam filter, so that expunging spam does not expunge
785         msgs deleted by the user.
786         (rmail-only-expunge): Add an optional argument dont-show to
787         prevent showing message after expunge.
789 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
791         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
792         * subr.el (declare): New macro.
794 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
796         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
798 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
800         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
801         Test window-system rather than system-type (for X11/Mac).
803 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
805         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
807 2004-01-12  Richard M. Stallman  <rms@gnu.org>
809         * mail/rmail.el (rmail-convert-to-babyl-format):
810         Use mail-unquote-printable-region.
811         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
812         (rmail-hex-char-to-integer): Functions deleted.
814         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
815         (mail-unquote-printable-region): New arg NOERROR.
816         For invalid encoding, either signal an error to just return nil.
818 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
820         * calendar/appt.el: Update copyright and commentary.
821         (appt-issue-message): Make obsolete.
822         (appt-visible, appt-msg-window): Make obsolete, in favour of
823         appt-display-format.
824         (appt-display-mode-line, appt-display-duration)
825         (appt-display-diary, appt-time-msg-list, appt-mode-string)
826         (appt-prev-comp-time, appt-display-count, appt-timer)
827         (appt-convert-time): Doc change.
828         (appt-disp-window-function, appt-delete-window-function):
829         Use defcustom rather than defvar.
830         (appt-display-format): New variable.
831         (appt-display-message): New function with display code from appt-check.
832         (appt-check): Add optional FORCE argument.  Doc change.
833         Add appt-make-list to diary-hook if displaying diary.
834         Remove checking of view-diary-entries-initially.
835         Message display section removed to new function appt-display-message.
836         (appt-display-window): Doc change.  Remove unused internal var
837         this-buffer.  Do not beep, since appt-display-message does that.
838         (appt-make-list): Doc change.  Use caar.
839         (appt-sort-list): Simplify by using builtin sort function.
840         (appt-update-list): New function for updating appts when diary is
841         saved.
842         (appt-activate): New autoloaded function to toggle package
843         functionality.
845         * calendar/cal-x.el: (calendar-one-frame-setup)
846         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
848         * calendar/calendar.el: Update copyright.
849         (view-diary-entries-initially, european-calendar-style): Doc change.
850         (calendar-setup): Make defcustom rather than defvar.
851         (mark-visible-calendar-date): Initialize temp-face and faceinfo
852         in let binding so local to function.
854         * calendar/diary-lib.el: Update copyright.
855         (diary, diary-entry-time): Doc change.
856         (list-diary-entries): Doc change.  Trivial logic change.
857         (fancy-diary-display): Restore make-face command mistakenly
858         deleted 2003-05-08.
859         (show-all-diary-entries): Allow to pop-up frame if needed.
861 2004-01-09  John Paul Wallington  <jpw@gnu.org>
863         * bindings.el (mode-line-change-eol): Add EVENT parameter.
864         Temporarily select EVENT's window for changing eol type.
866 2004-01-09  Deepak Goel  <deego@gnufans.org>
868         * calendar/diary-lib.el (diary-entry-time):
869         Also accept time in the form XX[.XX][am/pm/AM/PM].
870         (fancy-diary-font-lock-keywords): Likewise.
871         (diary-font-lock-keywords): Likewise.
872         * calendar/appt.el (appt-add): Likewise.
873         (appt-make-list): Likewise.
874         (appt-convert-time): Likewise.
876 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
878         * gdb-ui.el (gdb-ann3): Revert previous change.
879         (gdb-source-info): Allow for case of where compilation directory
880         is not recorded.
882 2004-01-08  John Paul Wallington  <jpw@gnu.org>
884         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
886 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
888         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
890         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
891         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
892         problems.
893         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
895 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
897         * files.el (write-file-functions, write-contents-functions):
898         Clarify docstrings.
900 2004-01-07  Kenichi Handa  <handa@m17n.org>
902         * international/mule.el (set-auto-coding): Fix for the case that
903         end-of-line is only CR.
905 2004-01-07  Kim F. Storm  <storm@cua.dk>
907         * subr.el (event-start, event-end): Doc fix.
908         (posn-string, posn-image): New defuns.
909         (posn-object): Return either image or string object.
910         (posn-object-x-y): Return 8th element of position.
911         (posn-object-width-height): New defun.
913 2004-01-06  Andreas Schwab  <schwab@suse.de>
915         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
916         output.
918 2004-01-05  Karl Berry  <karl@gnu.org>
920         * emacs-lisp/copyright.el (copyright-regexp): might as well allow
921         / and *, too.
923 2003-12-31  Simon Josefsson  <jas@extundo.com>
925         * files.el (before-save-hook): Add.
926         (basic-save-buffer): Use before-save-hook.
928         * emacs-lisp/copyright.el: Fix comment to recommend
929         before-save-hook instead of write-file-functions.
931 2004-01-05  Richard M. Stallman  <rms@gnu.org>
933         * finder.el (finder-commentary): Call delete-other-windows.
935         * net/ange-ftp.el (ange-ftp-file-attributes):
936         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
938 2004-01-04  Karl Berry  <karl@gnu.org>
940         * emacs-lisp/copyright.el (copyright-regexp): allow the common
941         comment characters % and # in the copyright year notice,
942         as well as ;.
944 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
946         * wid-edit.el (default): Define dummy :value-delete.
947         Reported by Jesper Harder <harder@ifa.au.dk>.
949 2004-01-03  Richard M. Stallman  <rms@gnu.org>
951         * progmodes/compile.el (compile-internal): Use point, not point-min,
952         for set-window-point.
954         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
956         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
958         * progmodes/grep.el (grep-mode-map):
959         Don't remap next-line, previous-line.
961 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
963         * speedbar.el (speedbar-edit-line): Change regexp to position
964         the cursor on the first character of this line's button.
966 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
968         * subr.el (functionp): Doc fix.
970 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
972         * progmodes/idlwave.el (idlwave-make-tags):
973         * textmodes/flyspell.el (flyspell-large-region):.
974         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
975         * emulation/viper-util.el (viper-glob-unix-files):
976         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
977         * man.el (Man-init-defvars):
978         * jka-compr.el (jka-compr-call-process):
979         * files.el (get-free-disk-space,insert-directory):
980         * ediff-ptch.el (ediff-test-patch-utility):
981         * ediff-diff.el (ediff-test-utility):
982         * dired-aux.el (dired-check-process):
983         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
984         test the return value of call-process, because it can be a string.
986 2003-12-31  John Paul Wallington  <jpw@gnu.org>
988         * bindings.el (completion-ignored-extensions): Add .pfsl.
990 2003-12-31  Kim F. Storm  <storm@cua.dk>
992         * ido.el (ido-nonreadable-directory-p): New defun to check for
993         nonreadable directory without activating tramp (to avoid problems
994         with checking incomplete tramp paths.
995         (ido-set-current-directory, ido-file-internal)
996         (ido-file-name-all-completions1): Use it.
998 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
1000         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
1001         documentation if the anchor (or node) name is preceded by `info
1002         anchor' or `Info anchor' in addition to earlier `info node' and
1003         `Info node'.
1004         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
1006 2003-12-30  Eli Zaretskii  <eliz@elta.co.il>
1008         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
1009         error in arguments to base64-decode-region.  Remove ^M characters
1010         after decoding base64.
1012 2003-12-30  Simon Josefsson  <jas@extundo.com>
1014         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
1015         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
1016         have only been distributed with Emacs for some years.
1017         (texinfo-mode-hook): Customize.
1019 2003-12-30  Eli Zaretskii  <eliz@elta.co.il>
1021         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
1022         cleaner (suggested by Richard Stallman).
1024         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
1025         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
1026         file-name clashes on 8+3 DOS filesystems.
1028         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
1029         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
1030         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
1031         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
1032         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
1033         file-name clashes on 8+3 filesystems.
1035         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
1036         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
1037         file-name clashes on 8+3 DOS filesystems.
1039 2003-12-29  Richard M. Stallman  <rms@gnu.org>
1041         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
1042         Upcase the character.
1044         * textmodes/flyspell.el (mail-mode-flyspell-verify):
1045         Search for header separator alone on a line, literally,
1046         and search for it backward, not forward.
1047         (flyspell-abbrev-table): Always use global-abbrev-table
1048         if there is no local one.
1050         * progmodes/sh-script.el (sh-get-indent-info):
1051         Don't move point back if at bob.
1053         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
1055         * play/handwrite.el (handwrite): Make the handwrite credit message
1056         a comment rather than an output command.
1058         * obsolete/sc.el: Display message that this file is obsolete.
1060         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
1062         * mail/rfc822.el (rfc822-address-start): Declare variable.
1063         Renamed from address-start.  All uses changed.
1065         * term.el (term-exec): Set up sentinel.
1066         (term-sentinel): New function.
1067         (term-handle-exit): New function.
1069         * subr.el (assoc-ignore-case, assoc-ignore-representation):
1070         Use assoc-string, and mark them obsolete.
1071         (delay-mode-hooks): Mark as permanent local.
1073         * simple.el (sendmail-user-agent-compose): Use assoc-string.
1075         * register.el (copy-rectangle-to-register): Doc fix.
1077         * info.el (Info-insert-dir): Use assoc-string.
1079         * info-look.el (info-lookup): Use assoc-string.
1081         * frame.el (pop-up-frame-function): Use quote, not `function'.
1082         (frame-notice-user-settings): Calculate ADJUSTED-TOP
1083         copying with lists as coordinate values.
1085         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
1087         * find-dired.el (kill-find): New command.
1088         (find-dired): Make buffer read-only.
1089         Set up a keymap with C-c C-k running kill-find.
1090         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
1092         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
1094         * filecache.el (file-cache-ignore-case): New variable.
1095         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
1097         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
1098         (comint-dynamic-complete-as-filename): Rename local vars.
1099         (comint-dynamic-list-filename-completions): Likewise.
1101         * comint.el (comint-dynamic-list-completions-config): New var.
1102         (comint-dynamic-list-completions): Handle both SPC and TAB right.
1104         * comint.el (comint-file-name-chars): Add [].
1105         (comint-word): Use skip-chars-backward, not search.
1107         * shell.el (shell-file-name-chars): Add [].
1109         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
1111         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
1113         * generic.el (define-generic-mode): Doc fix.
1115 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
1117         * files.el (kill-some-buffers): Doc fix.
1119 2003-12-29  David Herring <sdh6@ra.msstate.edu>  (tiny change)
1121         * comint.el (comint-watch-for-password-prompt): Pass `string' as
1122         arg to send-invisible
1123         (send-invisible): Doc fix.  The argument is now a prompt, not the
1124         string to send.
1125         (comint-read-noecho): Doc fix.
1127 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
1129         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
1130         "@", as required by some ISP hosting service.  Fix defcustom
1131         argument syntax errors that prevented use of customization.
1133 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
1135         * xml.el (xml-get-attribute-or-nil): Doc fix.
1137 2003-12-29  Peter 'Luna' Runestig <peter@runestig.com>
1139         * net/zone-mode.el (zone-mode): Use write-file-functions, not
1140         write-file-hooks.
1142 2003-12-29  Eric Hanchrow <offby1@blarg.net>  (tiny change)
1144         * autorevert.el (auto-revert-interval): Doc fix.
1146 2003-12-29  Mark A. Hershberger <mah@everybody.org>
1148         * xml.el (xml-get-attribute-or-nil): New function, like
1149         xml-get-attribute, but returns nil if the attribute was not found.
1150         (xml-get-attribute): Convert to defsubst, uses
1151         xml-get-attribute-or-nil.
1153 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
1155         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
1157 2003-12-29  Alex Schroeder <alex@emacswiki.org>  (tiny change)
1159         * custom.el (custom-declare-theme): Use `value' when putting
1160         properties on `theme'.
1162 2003-12-29  Takaaki Ota <Takaaki.Ota@am.sony.com>
1164         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
1165         for each yank-handler segment.
1166         (insert-for-yank-1): New function, with the body of the previous
1167         insert-for-yank.
1169         * textmodes/table.el (table-yank-handler): New defcustom.
1170         (table--put-cell-indicator-property): Put yank-handler property
1171         that indicates the yank handler for the table cell.
1173 2003-12-29  Jesper Harder <harder@ifa.au.dk>  (tiny change)
1175         * generic-x.el (etc-modules-conf-generic-mode): A more complete
1176         set of keywords.
1178 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
1180         * international/mule-cmds.el (reset-language-environment)
1181         (set-language-environment): Don't invoke fontset-related functions
1182         if fontset-list is not fboundp.
1184 2003-12-29  Kenichi Handa  <handa@m17n.org>
1186         * international/mule-cmds.el (reset-language-environment):
1187         Call set-overriding-fontspec-internal with nil.
1188         (set-language-environment): Call set-overriding-fontspec-internal
1189         if the language environment specify `overriding-fontspec'.
1190         (language-info-alist): Doc added.
1192         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
1193         characters of mule-unicode-0100-24ff.
1194         (ccl-encode-windows-1251-font): New CCL program.
1195         ("Bulgarian"): Specify overriding-fontspec.
1196         ("Belarusian"): Likewise.
1198 2003-12-28  Sam Steingold  <sds@gnu.org>
1200         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
1201         parameter ID-FORMAT to conform with the 2003-11-30 patch.
1203 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
1205         * progmodes/gud.el (gud-gdb-command-name): Set default to
1206         "gdb --annotate=3".
1207         (gud-gdb-marker-filter): Look out for annotations.
1208         (gdb-first-pre-prompt): New variable.
1209         Remove trailing white space.
1211         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
1212         if necessary.
1213         (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
1214         annotations are detected.
1215         (gud-gdba-marker-filter): Use global variable gud-marker-acc
1216         instead of a local one to allow transition from
1217         gud-gdb-marker-filter.
1218         Remove trailing white space.
1220 2003-12-27  Kim F. Storm  <storm@cua.dk>
1222         * ido.el: Handle non-readable directories.
1223         (ido-decorations): Add 9th element for non-readable directory.
1224         (ido-directory-nonreadable): New dynamic var.
1225         (ido-set-current-directory): Set it.
1226         (ido-read-buffer, ido-file-internal):
1227         (ido-read-file-name, ido-read-directory-name): Let-bind it.
1228         (ido-file-name-all-completions1): Return empty list for
1229         non-readable directory.
1230         (ido-exhibit): Print [Not readable] if directory is not readable.
1231         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
1232         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
1233         Use it.
1235 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
1237         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
1238         calls to directory-files-and-attributes and file-attributes.
1239         (ls-lisp-format): Remove system dependent handling of user and
1240         group id's.
1242 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
1244         * ffap.el (ffap-read-file-or-url): Revert previous change.
1246 2003-12-25  Robert J. Chassell <bob@rattlesnake.com>
1248         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
1249         new list of included files called `files-with-node-lines', that
1250         only have node lines.  This way @include commands can include any
1251         file, such as version and update files without node lines, not
1252         just files that are chapters.
1254 2003-12-25  Andreas Schwab  <schwab@suse.de>
1256         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
1257         file not found.
1259 2003-12-08  Miles Bader  <miles@gnu.org>
1261         * dired.el (dired-between-files): Always use dired-move-to-filename,
1262         which is more robust in non-english locales.
1264 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
1266         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
1268 2003-12-24  Andreas Schwab  <schwab@suse.de>
1270         * shell.el (shell-file-name-quote-list): Add backslash.
1272         * comint.el (comint-quote-filename): Correctly handle backslash
1273         in comint-file-name-quote-list.
1275 2003-12-24  Kenichi Handa  <handa@m17n.org>
1277         * international/mule-cmds.el (set-default-coding-systems):
1278         Call ucs-set-table-for-input for all buffers that don't have local
1279         value of buffer-file-coding-system.
1281         * international/ucs-tables.el (ucs-set-table-for-input):
1282         If translation-table-for-encode is a symbol, get its
1283         translation-table property.
1285 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
1287         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
1288         to `completing-read' on a recently fixed bug.
1290         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
1291         instead of SPACE, to get the list of possible fringe modes.
1292         SPACE only works if both `partial-completion-mode' and
1293         `completion-auto-help' are nil.
1295         * complete.el (PC-is-complete-p): Delete.
1296         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
1297         calls to `test-completion'.
1299 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
1301         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
1302         to edit values when there are no children.
1304         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
1305         a mode called "Assembler" already exists.
1306         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
1307         (gud-watch): Use format option. Remove font properties from string.
1308         (gdb-var-create-handler, gdb-var-list-children-handler):
1309         Don't bother about properties as there are none.
1310         (gdb-var-create-handler, gdb-var-list-children-handler)
1311         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
1312         with two arguments.
1313         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
1314         Let speedbar show value changes with a different font.
1315         (gdb-edit-value): New defun.
1316         (gdb-clear-partial-output, gdb-clear-inferior-io)
1317         (def-gdb-auto-update-handler): Use erase-buffer.
1318         (gdb-frame-handler): Display watch expressions in
1319         FUNCTION::VARIABLE format if required.
1321 2003-12-23  John Paul Wallington  <jpw@gnu.org>
1323         * info.el (Info-unescape-quotes, Info-split-parameter-string)
1324         (Info-goto-emacs-command-node): Doc fixes.
1326 2003-12-12  Jesper Harder <harder@ifa.au.dk>
1328         * cus-edit.el (custom-add-parent-links): Define "many".
1330 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
1332         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
1333         (widget-child-validate, widget-type-value-create)
1334         (widget-type-default-get, widget-type-match): New functions.
1335         (lazy): New widget.
1336         (menu-choice, checklist, radio-button-choice, editable-list)
1337         (group, documentation-string): Remove redundant (per 2003-10-25
1338         change) calls to `widget-children-value-delete'.
1339         (widget-choice-value-get, widget-choice-value-inline): Remove.
1340         (menu-choice): Update widget.
1342 2003-12-03  Kenichi Handa  <handa@m17n.org>
1344         * language/cyrillic.el: Register "microsoft-cp1251" in
1345         ctext-non-standard-encodings-alist.
1346         ("Bulgarian"): Add ctext-non-standard-encodings.
1347         ("Belarusian"): Likewise.
1349         * international/mule-conf.el (compound-text-with-extensions):
1350         Change the type to 2 (iso-2022 base).
1352         * international/mule.el (ctext-non-standard-encodings-alist):
1353         Change the format.
1354         (ctext-non-standard-encodings): New variable.
1355         (ctext-post-read-conversion): Fully re-written.
1356         (ctext-non-standard-designations-alist): Delete it.
1357         (ctext-non-standard-encodings-table): New function.
1358         (ctext-pre-write-conversion): Fully re-written.
1360 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
1362         * cus-edit.el (custom-add-parent-links): Add documentation links
1363         for parent, if the item has none of its own.
1365 2003-11-30  Richard M. Stallman  <rms@gnu.org>
1367         * dired-aux.el (dired-do-query-replace-regexp):
1368         Report files visited read-only.
1370 2003-11-30  Juri Linkov  <juri@jurta.org>
1372         * dired-aux.el (dired-compare-directories): New command.
1373         (dired-file-set-difference, dired-files-attributes): New functions.
1375 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
1376         Version 2.0.38 of Tramp released.
1378         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
1379         Charles Curley <charlescurley@charlescurley.com>.
1380         (tramp-multi-connection-function-alist): Add ssht entry which adds
1381         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
1382         Aichner.
1383         (tramp-get-method-parameter): New function to retrieve a method
1384         parameter.  This allows for omission of method parameters.
1385         Callers adjusted.
1387 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
1389         * net/tramp.el: Add new optional parameter ID-FORMAT to
1390         `file-attributes'.  Calls of `file-attributes' won't use this
1391         parameter for backward compatibility reasons.
1392         (tramp-perl-file-attributes): Add a new parameter to Perl script
1393         in order to handle uid/gid as strings, if desired.
1394         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
1395         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
1396         order to make the function more general.
1397         (tramp-handle-file-attributes): Replace proprietary optional
1398         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
1399         (tramp-handle-file-attributes-with-perl): Handle parameter
1400         NONNUMERIC if set. This wasn't done in the past.
1401         (tramp-post-connection): Apply second parameter "$2" if
1402         `tramp-remote-perl' is called.
1404         * net/tramp-smb.el (tramp-smb-handle-delete-file):
1405         Correct cut'n'waste error (`filename' instead of `directory').
1406         (tramp-smb-handle-directory-files-and-attributes)
1407         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
1408         introduced parameter ID-FORMAT.
1409         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
1410         error (`directory' instead of `ldir').
1412         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
1413         `file-attributes' has a second parameter.  If yes, apply it with
1414         value "'integer".  Otherwise, don't use that parameter (default is
1415         integer format).
1418 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
1420         * help.el (help-map): Bind `display-local-help' to `C-h .'.
1421         (help-for-help): Add `C-h .' to the listed Help options.
1422         Remove trailing whitespace.
1424         * help-at-pt.el: New file.
1426 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
1428         * subr.el (noreturn, 1value): New macros for test coverage.
1429         See `testcover.el'.
1431         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
1433         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
1434         for macro `1value'.
1435         (testcover-1value): New function.  Checks that a 1value form
1436         actually returns only one value.  Requested by RMS.
1438 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
1440         * gdb-ui.el (gud-watch, gdb-var-create-handler)
1441         (gdb-var-list-children, gdb-var-list-children-handler)
1442         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
1443         gdb commands that use mi to keep them out of the command history.
1445 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1447         * cus-start.el (all): Add use-file-dialog.
1449 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1451         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
1453 2003-11-27  Kim F. Storm  <storm@cua.dk>
1455         * subr.el (posn-object-x-y): New defun.
1457 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1459         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
1460         Don't use `space' for \\\n.
1461         Be more selective as to which # are comment-starters.
1463 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
1465         * subr.el (number-sequence): Improve handling of floating point
1466         arguments (suggested by Kim Storm).  Allow negative arguments.
1468 2003-11-26  Kenichi Handa  <handa@m17n.org>
1470         * international/mule-cmds.el (standard-display-european-internal):
1471         Cancel the standard-display-table setting for ` and '.
1473 2003-11-26  Kim F. Storm  <storm@cua.dk>
1475         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
1476         New defcustoms to add ffap-like functionality to ido.
1477         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
1478         (ido-no-final-slash): New defun.
1479         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
1480         (ido-read-file-name): ): Toggle VC checking via
1481         vc-handled-backends instead of vc-master-templates.
1482         (ido-file-internal): Handle ido-use-url-at-point and
1483         ido-use-filename-at-point via code borrowed from ffap-guesser.
1484         Handle new ido-exit code ffap.
1485         (ido-sort-list): Ignore final slash when sorting file names.
1487 2003-11-25  Kim F. Storm  <storm@cua.dk>
1489         * emulation/cua-base.el (cua--standard-movement-commands):
1490         Add forward-sentence and backward-sentence.
1492 2003-11-25  Stephen Eglen  <stephen@gnu.org>
1494         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
1495         iswitchb-exit is set to 'usefirst when user selects buffer at head
1496         of list using RET.  (Selecting buffers at the head of the list was
1497         broken if the substring was also a complete buffername.)
1499 2003-11-23  Kim F. Storm  <storm@cua.dk>
1501         * progmodes/compile.el (grep-command, grep-use-null-device)
1502         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
1503         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
1504         (grep-regexp-alist, grep-program, find-program)
1505         (grep-find-use-xargs, grep-history, grep-find-history)
1506         (grep-process-setup, grep-compute-defaults)
1507         (grep-default-command, grep, grep-tag-default, grep-find)
1508         (grep-expand-command-macros, grep-tree-last-regexp)
1509         (grep-tree-last-files, grep-tree): Move grep variables, functions
1510         and commands to new file grep.el.
1511         (compilation-mode-map): Remove grep commands from Compile sub-menu.
1512         (compilation-process-setup-function): Doc fix.
1513         (compilation-highlight-regexp, compilation-highlight-overlay): New
1514         defvars used for highlighting current compile error in source buffer.
1515         (compile-internal): New optional args HIGHLIGHT-REGEXP and
1516         LOCAL-MAP which overrides compilation-highlight-regexp and
1517         compilation-mode-map for this compilation.
1518         Delay calling compilation-set-window-height until after running
1519         compilation-process-setup-function so it can buffer-local override
1520         compilation-window-height.
1521         Check buffer-local value of compilation-scroll-output.
1522         (compilation-set-window-height): Use buffer-local value of
1523         compilation-window-height.
1524         (compilation-revert-buffer): Don't pass (undefined)
1525         preserve-modes arg to revert-buffer.
1526         (next-error-no-select, previous-error-no-select): New commands.
1527         (compilation-goto-locus): Temporarily highlight current match in
1528         source buffer using compilation-highlight-regexp.
1530         * progmodes/grep.el: New file with grep code from compile.el.
1531         (grep): New defcustom group.
1532         (grep-window-height): New defcustom, like compilation-window-height.
1533         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
1534         (grep-scroll-output): New defcustom, like compilation-scroll-output.
1535         (grep-command, grep-use-null-device, grep-find-command)
1536         (grep-tree-files-aliases, grep-tree-ignore-case)
1537         (grep-tree-ignore-CVS-directories): Move to grep custom group.
1538         (grep-setup-hook): New hook variable.
1539         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
1540         (grep-last-buffer): New defvar, override compilation-last-buffer.
1541         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
1542         Call compile-internal with args highlight-regexp and grep-mode-map.
1544 2003-11-23  Kim F. Storm  <storm@cua.dk>
1546         * subr.el (event-start, event-end): Doc fix.
1547         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
1548         (posn-area, posn-actual-col-row, posn-object): New defuns.
1549         (posn-col-row): Simplify doc.  Rewrite to use cond.
1550         (posn-point): Also return buffer position for events outside text
1551         area (that info is now present in the event position).
1553         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
1554         mouse-set-point so that hscroll still works now that clicks on
1555         fringes generate specific mouse events.
1556         (mouse-set-point): Note that it now works in fringes and margins
1557         too due to new semantics of posn-point in fringes and margins.
1559         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
1560         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
1562 2003-11-20  Kim F. Storm  <storm@cua.dk>
1564         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
1565         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
1566         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
1567         to 100 for icons to avoid increasing line height when shown.
1569 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1571         * newcomment.el (comment-normalize-vars): Initialize properly if
1572         comment-start was nil.
1574 2003-11-19  Andreas Schwab  <schwab@suse.de>
1576         * simple.el (set-variable): Fix indentation.
1578 2003-11-17  Kenichi Handa  <handa@m17n.org>
1580         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
1581         Fix docstring.
1583 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1585         * international/latin1-disp.el (latin1-display): Fix docstring.
1587 2003-11-16  John Wiegley  <johnw@newartisans.com>
1589         * eshell/em-ls.el (eshell-ls-file): There are times with
1590         size-width is nil and uncomputed (when directories are created in
1591         dired, for example); in this case, 4 is reasonable default value,
1592         although it may caused skewed new entries (which could be avoided
1593         by returning the original value of 8 in all cases, but 99% of the
1594         time this is a waste of whitespace).
1596 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
1598         * cc-engine.el (c-guess-continued-construct)
1599         (c-guess-basic-syntax): Check a little more carefully if it's a
1600         function declaration when an unknown construct followed by a block
1601         is found inside a statement context.  This avoids macros followed
1602         by blocks to be taken as function declarations.
1604         (c-guess-continued-construct): Change the analysis of a statement
1605         continuation with a brace open to `substatement-block', for
1606         consistency with recognized statements.
1608         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
1609         start is in a position so that `c-beginning-of-statement-1' jumped
1610         to the beginning of the same statement.
1612         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
1613         Don't accept binary operators in the arglist if we're in a function
1614         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
1615         template recognition in cases like "if (a < b || c > d)".
1617         (c-restricted-<>-arglists): New more appropriate name for
1618         `c-disallow-comma-in-<>-arglists'.
1620         Accessing functions updated for the variable name change.
1622         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
1623         match data could get clobbered if NOT-INSIDE-TOKEN is used.
1625         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
1626         labels.
1628         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
1629         instead of duplicating parts of it.  This fixes bogus label
1630         recognition.
1632         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
1633         of checking the context in which to apply the minimum indentation,
1634         so that it isn't enforced in e.g. namespace blocks.
1636         * cc-vars.el (c-inside-block-syms): New constant used by
1637         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
1638         to somewhat reduce the risk of becoming stale.
1640         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
1641         cc-cmds to cc-engine to allow use from cc-align.
1643         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
1644         qualified identifiers containing "::".
1646         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
1647         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
1649         * cc-vars.el (c-emacs-features): Use a space in front of the name
1650         of the temporary buffer.  That also avoids dumping problems in
1651         XEmacs due to undo info being left around after the buffer is killed.
1653         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
1654         arglist to see if it's a K&R style declaration.
1656         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
1657         before returning `knr-argdecl-intro'.
1659 2003-11-16  John Wiegley  <johnw@newartisans.com>
1661         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
1662         field in a long-listing always 8 characters, use `size-width',
1663         which has already been computed.
1665 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
1667         * subr.el (minor-mode-list): Add `hs-minor-mode'.
1669 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
1671         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
1672         Support operation while narrowed, with `diff-restrict-view'.
1674 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
1676         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1677         Take additional optional arg NARROWFUN.  For the generated functions:
1678         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
1679         include frags that arrange to check for and save narrowing state before
1680         the move and then conditionally call NARROWFUN after the move.
1682 2003-11-14  John Wiegley  <johnw@newartisans.com>
1684         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
1685         that was optional, but obviously missing based on surrounding code.
1687         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
1688         string arguments to numbers unless the whole argument was seen as
1689         a number.
1691 2003-11-14  Kenichi Handa  <handa@m17n.org>
1693         * international/mule.el (ctext-non-standard-encodings-alist):
1694         Fix coding systems.
1696 2003-11-10  Kenichi Handa  <handa@m17n.org>
1698         * language/kannada.el ("Kannada"): Add sample-text.
1700         * language/knd-util.el (kannada-compose-region)
1701         (kannada-compose-string, kannada-post-read-conversion):
1702         Add autoload cookie.
1704         * international/quail.el (quail-completion): Change the message
1705         "corresponding translations" to "corresponding characters".
1707 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
1709         * descr-text.el (describe-char): Fix typo.
1711 2003-11-08  Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
1713         These changes are to support Kannada language/script.
1715         * Makefile.in (DONTCOMPILE): Add kannada.el.
1717         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
1719         * loadup.el: Preload kannada.el.
1721         * language/ind-util.el (ucs-kannada-to-is13194-alist)
1722         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
1723         New variables.
1725         * language/kannada.el: New file.
1727         * language/knd-util.el: New file.
1729 2003-11-07  Andreas Schwab  <schwab@suse.de>
1731         * progmodes/autoconf.el (autoconf-font-lock-keywords):
1732         Also highlight AH_*.
1734         * xml.el (xml-parse-dtd): Fix misplaced paren.
1736 2003-11-07  Kenichi Handa  <handa@m17n.org>
1738         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
1740 2003-11-05  Juri Linkov  <juri@jurta.org>
1742         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
1743         (desktop-buffer-file): Use saved buffer-file-coding-system
1744         for file reading.  Set auto-insert to nil to prevent automatic
1745         insertion into restored empty files.
1747 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
1749         * files.el (risky-local-variable-p): Make second argument optional.
1751 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1753         * subr.el (add-hook): Fix last change.
1755 2003-11-03  Eli Zaretskii  <eliz@elta.co.il>
1757         * mail/rmail.el (rmail-convert-to-babyl-format):
1758         If base64-decode-region signals an error, catch it and silently
1759         ignore it.
1761 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
1763         * xml.el (xml-parse-region): Allow comments to appear after the
1764         topmost element has closed.
1765         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
1766         (xml-ns-expand-attr): New functions to do namespace handling.
1767         (xml-intern-attrlist): Back-compatible handling of attribute names.
1768         (xml-parse-tag): Move namespace handling to seperate functions.
1769         Now produces elements in the form ((:ns . "element") (attr-list)
1770         children) instead of ('ns:element (attr-list) children).
1771         (xml-parse-attlist): Fix attribute parsing.
1772         (xml-parse-dtd): Change parsing so that it produces strings
1773         instead of interned symbols.
1775 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
1777         * dired.el (dired-ls-sorting-switches): Doc fix.
1779 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
1781         * emacs-lisp/rx.el (rx-or): Fix the case of
1782         "(rx (and ?a (or ?b ?c) ?d))".
1784 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
1786         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
1787         (texinfo-format-region): Use it.
1788         (texinfo-format-buffer-1): Ditto.
1790 2003-11-01  Alan Mackenzie  <acm@muc.de>
1792         Changes to allow scrolling whilst in isearch mode:
1793         * isearch.el (isearch-unread-key-sequence): New function,
1794         extracted from isearch-other-meta-char.
1795         (top level): (put 'foo 'isearch-scroll) on all Emacs's
1796         "scrollable" standard functions.
1797         (isearch-allow-scroll): New customizable variable.
1798         (isearch-string-out-of-window, isearch-back-into-window)
1799         (isearch-reread-key-sequence-naturally)
1800         (isearch-lookup-scroll-key): New functions.
1801         (isearch-other-meta-char): Doc string and functionality enhanced.
1802         Now accepts a prefix argument.
1803         (isearch-lazy-highlight-window-end): New variable.
1804         (isearch-lazy-highlight-new-loop): Pay attention to the window's
1805         end (thru isearch-lazy-highlight-window-end), not only its start.
1807         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
1808         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
1809         (universal-argument, universal-argument-more, negative-argument)
1810         (digit-argument, universal-argument-other-key): Minor changes.
1812 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
1814         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
1815         recursively if the last message is deleted, thus avoiding an
1816         infinite loop.
1818 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1820         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
1821         (tex-main-file): Don't add .tex if the extension is already present.
1822         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
1824 2003-10-29  Lute Kamstra  <lute@gnu.org>
1826         * progmodes/octave-inf.el (inferior-octave-prompt):
1827         Recognize version number in prompt.
1829 2003-10-28  Dave Love  <fx@gnu.org>
1831         * international/characters.el: Fix some Unicode ranges.
1833 2003-10-28  Kenichi Handa  <handa@m17n.org>
1835         * disp-table.el (standard-display-8bit)
1836         (standard-display-default, standard-display-ascii)
1837         (standard-display-g1, standard-display-graphic)
1838         (standard-display-underline): Assure that standard-display-table
1839         is a display table.
1841 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1843         * simple.el (reindent-then-newline-and-indent): Delete space *after*
1844         reindenting the first line.
1846 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
1848         * wid-edit.el (widget-default-delete): Always delete child widgets.
1850 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1852         * newcomment.el (comment-indent): Don't call indent-according-to-mode
1853         if the line has code.
1854         Don't try to line up with something that's too far left.
1856         * progmodes/octave-mod.el (octave-comment-start): Simplify.
1857         (octave-mode-syntax-table): Add % as a comment starter.
1858         (octave-point): Remove.
1859         (octave-in-comment-p, octave-in-string-p)
1860         (octave-not-in-string-or-comment-p, calculate-octave-indent)
1861         (octave-blink-matching-block-open, octave-auto-fill):
1862         Use line-(beginning|end)-position instead.
1864 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1866         * emacs-lisp/authors.el (authors-aliases): Add correct realname
1867         for Francesco Potort\e,Al\e(B.
1869 2003-10-23  Dave Love  <fx@gnu.org>
1871         * international/mule-cmds.el (locale-charset-to-coding-system):
1872         Don't rely on nil being a coding system.
1874         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
1875         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
1876         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
1878 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
1880         * gdb-ui.el (gdb-current-language): New variable.
1881         (gdb-update-flag): Remove variable.
1882         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
1883         (gdb-take-last-elt): Remove function.
1884         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
1885         (gdb-post-prompt): Check for variable object changes here.
1887         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
1888         object changes in gdb-ui.el.
1890 2003-10-21  Richard M. Stallman  <rms@gnu.org>
1892         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
1894         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
1895         Don't check for foo*/ wildcard form here.
1896         (insert-directory): Recognize foo*/ as a wildcard.
1897         Separate wildcard-regexp variable from the arg, wildcard.
1899         * subr.el (add-hook): Correctly detect when make-local-hook was used.
1900         (remove-hook): Correctly handle strange cases about local hooks.
1902 2003-10-21  David Ponce  <david@dponce.com>
1904         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
1905         argument REAL, to return a real number instead of a rounded
1906         integer value.  Define as inline function.
1907         (ruler-mode-right-fringe-cols): Likewise.
1908         (ruler-mode-scroll-bar-cols): New function.
1909         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
1910         (ruler-mode-right-scroll-bar-cols): Likewise.
1911         (ruler-mode-space): New function.
1912         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
1913         scroll bar mode and margins in a more robust way.
1915 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1917         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
1918         (antlr-c-init-language-vars): New function.
1919         (antlr-mode): Use it with cc-mode before v5.29.
1920         (antlr-c-common-init): Don't set some local vars here.
1921         (antlr-mode): Set them here.
1922         (antlr-c-forward-sws): New function alias.
1923         (antlr-mode): Redefine with cc-mode before v5.30.
1924         (antlr-skip-sexps): Use it.
1925         (antlr-skip-exception-part): Ditto.
1926         (antlr-skip-file-prelude): Ditto.
1927         (antlr-outside-rule-p): Ditto.
1928         (antlr-end-of-body): Ditto.
1929         (antlr-option-kind): Ditto.
1930         (antlr-insert-option-area): Ditto.
1931         (antlr-file-dependencies): Ditto.
1933 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1935         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
1936         Move backward only if point was not inside an entry.
1938 2003-10-21  Richard M. Stallman  <rms@gnu.org>
1940         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
1942 2003-10-21  Juri Linkov  <juri@jurta.org>
1944         * compare-w.el: Automatically skip non-matching text to resync.
1945         (compare-windows-whitespace): Doc fix.
1946         (compare-windows-sync, compare-windows-sync-string-size)
1947         (compare-windows-recenter, compare-ignore-whitespace)
1948         (compare-windows-highlight, compare-windows-face): New variables.
1949         (compare-windows): Use compare-windows-sync.
1950         (compare-windows-highlight, compare-windows-dehighlight)
1951         (compare-windows-sync-regexp)
1952         (compare-windows-sync-default-function): New functions.
1954 2003-10-21  Juri Linkov  <juri@jurta.org>
1956         * diff.el (diff-parse-differences): Don't visit the files now;
1957         instead, just record the error locus.
1959 2003-10-21  Dave Love  <fx@gnu.org>
1961         * progmodes/cfengine.el: New file.
1963 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1965         * complete.el (PC-do-completion): Do not forget to use `pred' as the
1966         default-directory when completing file names.
1968 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
1970         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
1971         followed by the word `face', it gets treated as a face, even if
1972         it is also defined as a variable or a function.
1974 2003-10-20  Dave Love  <fx@gnu.org>
1976         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1977         Avoid incf in macro expansion.
1979 2003-10-20  John Paul Wallington  <jpw@gnu.org>
1981         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
1982         `evenp' so we don't implicitly require cl library at runtime.
1984 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
1986         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
1987         (help-make-xrefs): Only make cross-references for faces if
1988         preceded or followed by the word `face'.  Do not make a
1989         cross-reference for variables without variable documentation,
1990         unless preceded by the word `variable' or `option'.  Update doc
1991         string accordingly.
1993 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
1995         * progmodes/hideshow.el: Rewrite one-armed `if'
1996         constructs using either `when' or `unless'.
1997         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
1999 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
2001         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
2002         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
2003         instead of 12x12.
2005 2003-10-16  Eli Zaretskii  <eliz@elta.co.il>
2007         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
2008         message while converting to Babyl.
2010 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
2012         * allout.el (allout-mode): Doc fix.
2014 2003-10-16  Lute Kamstra  <lute@gnu.org>
2016         * subr.el (force-mode-line-update): Fix docstring.
2018 2003-10-14  Dave Love  <fx@gnu.org>
2020         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
2021         (default-input-method): Add :link, improve :type.
2022         (locale-charset-language-names): Fix utf-8 pattern.
2023         (locale-charset-match-p, locale-charset-alist)
2024         (locale-charset-to-coding-system): New.
2025         (set-locale-environment): Deal with codeset part of locale specs.
2027 2003-10-14  Lute Kamstra  <lute@gnu.org>
2029         * fringe.el (fringe-mode): Use active voice in docstring.
2030         (set-fringe-style): Ditto.
2032 2003-10-13  Lute Kamstra  <lute@gnu.org>
2034         * fringe.el (fringe-mode): Fix docstring.
2035         (set-fringe-style): Ditto.
2037 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
2039         * ediff-mult.el (ediff-filegroup-action):
2040         Use ediff-default-filtering-regexp.
2042         * ediff-util.el (ediff-recenter): Don't call
2043         ediff-restore-highlighting twice.
2044         (ediff-select-difference): Set current difference.
2045         (ediff-unselect-and-select-difference): Add comment.
2047         * ediff.el (ediff-directories,ediff-directory-revisions)
2048         (ediff-directories3,ediff-merge-directories)
2049         (ediff-merge-directories-with-ancestor)
2050         (ediff-merge-directory-revisions)
2051         (ediff-merge-directory-revisions-with-ancestor):
2052         Use ediff-default-filtering-regexp.
2054 2003-10-12  Andreas Schwab  <schwab@suse.de>
2056         * international/mule-cmds.el (locale-charset-language-names):
2057         Simplify regex by removing unused grouping.
2059 2003-10-10  Dave Love  <fx@gnu.org>
2061         * bindings.el: Don't bind stop.
2063 2003-10-08  Miles Bader  <miles@gnu.org>
2065         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
2066         face instead of attempting to emulate it.
2068 2003-10-07  Kenichi Handa  <handa@m17n.org>
2070         * international/mule-diag.el (list-coding-systems-1): List coding
2071         systems that are loaded automatically.
2073         * international/code-pages.el (iso-8859-11): Add autoload cookie.
2075         * international/mule.el (autoload-coding-system): New function.
2077 2003-10-07  Andreas Schwab  <schwab@suse.de>
2079         * log-edit.el (log-edit-changelog-entries): Prefer local value of
2080         change-log-default-name in the buffer visiting the file.
2082 2003-10-06  Dave Love  <fx@gnu.org>
2084         * files.el (find-file-hook): Customize.
2085         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
2087         * bindings.el (completion-ignored-extensions): Remove .log.
2088         (global-map): Add again, open, stop keys.
2090 2003-10-05  Richard M. Stallman  <rms@gnu.org>
2092         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
2093         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
2094         Use sh-modify directly.
2095         (sh-select): Use sh-append, not eval.
2097         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
2099         * info.el (Info-following-node-name): New function.
2101         * loadhist.el (unload-feature-special-hooks):
2102         Rename from loadhist-hook-functions.
2103         (loadhist-hook-functions): Now an alias.
2105 2003-10-04  Eli Zaretskii  <eliz@elta.co.il>
2107         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
2108         file-name clashes on 8+3 filesystems.
2110         * Makefile.in (DONTCOMPILE, bootstrap-clean):
2111         Rename loaddefs-boot.el to ldefs-boot.el
2113         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
2114         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
2116 2003-10-03  Lute Kamstra  <lute@gnu.org>
2118         * info.el (Info-mode): Revert previous change.
2119         (Info-escape-percent): New function.
2120         (Info-fontify-node): Use it.
2122 2003-10-02  Andreas Schwab  <schwab@suse.de>
2124         * loaddefs-boot.el: Regenerated.
2126 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
2128         * ffap.el: Remove defadvice related code from CVS since `complete'
2129         provides a `PC-completion-as-file-name-predicate' variable that
2130         ffap can override.
2132 2003-10-02  Kenichi Handa  <handa@m17n.org>
2134         * international/utf-8.el (ccl-decode-mule-utf-8):
2135         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
2137         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
2138         * international/subst-big5.el: Likewise.
2139         * international/subst-gb2312.el: Likewise.
2140         * international/subst-ksc.el: Likewise.
2142 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
2144         * calendar/calendar.el (increment-calendar-month)
2145         (calendar-leap-year-p, calendar-absolute-from-gregorian)
2146         (generate-calendar, calendar-read-date, calendar-interval)
2147         (calendar-day-of-week): Handle years BC.
2148         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
2150 2003-10-01  Dave Love  <fx@gnu.org>
2152         * language/cyrillic.el (cp1251): Alias for windows-1251.
2154         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
2155         bootstrap.
2157 2003-10-01  Lute Kamstra  <lute@gnu.org>
2159         * files.el: Fix typo.
2160         * imenu.el (imenu--generic-function): Docstring fix.
2162 2003-09-30  Richard M. Stallman  <rms@gnu.org>
2164         * dired.el (dired-mode): Handle dired-directory as a list.
2166 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
2168         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
2170         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
2172         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
2173         Replace gud-display with gud-watch.
2174         (gud-speedbar-buttons): Add stuff for watching expressions
2175         in the speedbar when using M-x gdba. Use dolist on old part
2176         of this function.
2178         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
2179         (gdb-update-flag): New variables.
2180         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
2181         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
2182         (gud-watch, gdb-var-create-handler) : New functions.
2183         (gdb-var-list-children, gdb-var-list-children-handler)
2184         (gdb-var-create-regexp, gdb-var-update-regexp)
2185         (gdb-var-list-children-regexp): New constants.
2186         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
2187         (gdb-annotation-rules): Reduce annotation set (level 3).
2188         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
2189         (gdb-post-prompt): Don't update GDB buffers every time speedbar
2190         updates.
2191         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
2192         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
2193         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
2194         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
2195         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
2196         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
2197         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
2198         (gud-display, gud-display1)
2199         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
2200         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
2201         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
2202         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
2203         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
2204         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
2205         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
2206         (gdb-display-display-buffer, gdb-toggle-display)
2207         (gdb-delete-display, gdb-expressions-popup-menu)
2208         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
2209         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
2210         to display buffer.
2212 2003-09-30  Richard M. Stallman  <rms@gnu.org>
2214         * progmodes/ada-mode.el (ada-mode): Don't use advice.
2215         Instead, set which-func-functions.
2217         * progmodes/which-func.el (which-func-modes): Add ada-mode.
2218         (which-func-functions): New variable.
2219         (which-function): Use that.
2221         * info.el (Info-mode): Double each `%' in header line.
2223         * emacs-lisp/lisp-mnt.el (lm-with-file):
2224         When FILE is nil, run BODY in current buffer.
2226         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
2228         * help.el (describe-mode): Start with a brief list of minor modes.
2229         Find them thru minor-mode-list so as to find them all.
2230         Show them in alphabetical order.
2232         * mail/sendmail.el (mail-aliases): Doc fix.
2234         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
2236 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
2238         * mail/rmailsum.el (rmail-make-summary-line-1):
2239         Change comma after last label to a space.
2240         (rmail-summary-font-lock-keywords): Adapt to that change.
2242 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
2244         * progmodes/scheme.el (scheme-mode-variables): When setting
2245         `font-lock-defaults', also specify that "#" should
2246         be interpreted with `word' syntax.
2247         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
2249 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
2251         * desktop.el: A lot of comments updated.
2252         (desktop-save-mode): Minor mode introduced.
2253         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
2254         (desktop-load-default): Function made obsolete.
2255         (desktop-locals-to-save): Variable made customizable.
2256         (desktop-read): Optional parameter `dirname' added.
2257         (desktop-change-dir, desktop-revert): Parameter `dirname' in
2258         `desktop-read' used.
2259         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
2261 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
2263         * whitespace.el (whitespace-clean-msg): Add user customizable message
2264         for displaying ``clean'' output.
2265         (whitespace-buffer): Use `whitespace-clean-msg'.
2266         (whitespace-global-mode): Fix typo.
2268 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
2270         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
2272 2003-09-29  Lute Kamstra  <lute@gnu.org>
2274         * bindings.el (mode-line-modes): Remove superfluous :propertize
2275         construct in initialization.
2276         (mode-line-position): Change cons cell into proper list in
2277         initialization.
2279 2003-09-29  SAITO Takuya <tabmore@rivo.mediatti.net>  (tiny change)
2281         * international/mule.el (decode-coding-inserted-region): Use car
2282         of the return value of find-operation-coding-system.
2284 2003-09-29  Kenichi Handa  <handa@m17n.org>
2286         * descr-text.el (describe-char): Fix previous change.
2288 2003-09-28  Kenichi Handa  <handa@m17n.org>
2290         * descr-text.el (describe-char-display): New function.
2291         (describe-char): Pay attention to display table on describing how
2292         a character is displayed.
2294         * international/mule-cmds.el (encoded-string-description):
2295         Prepend "0x" to each encoded byte.
2297 2003-09-28  Andreas Schwab  <schwab@suse.de>
2299         * find-file.el (ff-special-constructs): Add autoload cookie.
2301 2003-09-28  Kevin Ryde  <user42@zip.com.au>
2303         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
2304         makeinfo appends to duplicate index entries.
2306 2003-09-28  Eli Zaretskii  <eliz@elta.co.il>
2308         * dired-x.el (dired-clean-tex): Doc fix.
2310         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
2311         using a Chinese tutorial.
2313 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
2315         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
2316         between "MAIL FROM:" and "RCPT TO:" and the following address.
2318 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
2320         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
2322 2003-09-28  David Ponce  <david@dponce.com>
2324         * recentf.el (recentf-initialize-file-name-history): New defcustom.
2325         (recentf-load-list): When `recentf-initialize-file-name-history'
2326         is non-nil, initialize an empty `file-name-history' with the
2327         recent list.
2329 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg> (tiny patch)
2331         * man.el (Man-default-man-entry): Remove the leading `*' from the
2332         word at point.
2334 2003-09-26  Lute Kamstra  <lute@gnu.org>
2336         * bindings.el (mode-line-position): Mention size indication in
2337         docstring.
2339 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
2341         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
2343         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
2344         because it's autoloaded now.
2346 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
2348         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
2349         (sh-font-lock-keywords, sh-feature): Fix previous change of
2350         sh-feature to avoid infloop with sh-font-lock-keywords.
2352 2003-09-25  Kim F. Storm  <storm@cua.dk>
2354         * frame.el (frame-current-scroll-bars): New defun.
2356         * window.el (window-current-scroll-bars): New defun.
2358 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
2360         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
2361         cause errors when the state cache contains info on parts that have
2362         been narrowed out.
2364 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
2366         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
2367         `c-setup-paragraph-variables' has to be used when this variable is
2368         changed; it doesn't work to reinitialize the mode since that
2369         typically clobbers the variable.
2371         * progmodes/cc-styles.el (c-setup-paragraph-variables):
2372         Make it interactive.
2374 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
2376         * progmodes/cc-fonts.el (c-font-lock-declarations):
2377         Fix recognition of constructors and destructors for classes whose
2378         names are matched by `*-font-lock-extra-types'.
2380         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
2381         followed by an identifier in C++ then it's a type.
2383 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
2385         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
2386         problem that primarily affected XEmacs.  Don't use faces to find
2387         unterminated strings since Emacs and XEmacs fontify strings
2388         differently - this function should now work better in XEmacs.
2390 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
2392         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
2393         `expand-abbrev' workaround which caused braces to misbehave inside
2394         macros.
2396         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
2397         handling.  This bug could cause interactive font locking to bail out.
2399 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
2401         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
2402         Handle paren-style types in Pike.  Also fixed some cases of
2403         insufficient handling of unbalanced parens.
2405 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
2407         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
2408         common shell prompts that are not common filename or URL characters.
2409         (ffap-file-at-point): Use the new regexp to strip the prompts from
2410         the file names. This is an issue mostly for user prompts that
2411         don't have a trailing space and find-file-at-point is invoked from
2412         within a shell inside emacs.
2414 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
2416         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
2417         stamps numerically, rather than textually.
2419 2003-09-24  Kenichi Handa  <handa@m17n.org>
2421         * language/devan-util.el (devanagari-post-read-conversion):
2422         * language/mlm-util.el (malayalam-post-read-conversion):
2423         * language/tml-util.el (tamil-post-read-conversion):
2424         Add autoload cookie.
2426         * international/utf-8.el (utf-8-post-read-conversion):
2427         Call post-read-conversion functions for Devanagari, Malayalam,
2428         and Tamil.
2430 2003-09-23  Dave Love  <fx@gnu.org>
2432         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
2434 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
2436         * progmodes/gud.el (perldb): Add gud-until to list of commands.
2437         Update gud-remove.
2439 2003-09-22  Richard M. Stallman  <rms@gnu.org>
2441         * progmodes/sh-script.el (sh-mode-default-syntax-table):
2442         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
2443         (sh-mode-syntax-table-input): New variable.
2444         (sh-require-final-newline): Don't use eval.
2445         (sh-builtins, sh-leading-keywords, sh-other-keywords)
2446         (sh-variables, sh-font-lock-keywords): Don't use eval.
2447         (sh-set-shell): When setting require-final-newline,
2448         treat value = `require-final-newline' as don't change it.
2449         Set sh-mode-syntax-table locally based on
2450         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
2452         * progmodes/compile.el (compile-internal):
2453         Call compilation-set-window-height before setting window start.
2455 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
2457         * emacs-lisp/bytecomp.el (byte-compile-log-file):
2458         Clear out byte-compile-last-warned-form.
2460 2003-09-22  Richard M. Stallman  <rms@gnu.org>
2462         * woman.el (woman-file-name, woman-follow-word):
2463         If current-word returns nil, use "".
2465         * simple.el (eval-expression): Bind standard-output in to-buffer case.
2467 2003-09-22  Richard M. Stallman  <rms@gnu.org>
2469         * emacs-lisp/lisp-mnt.el (lm-with-file):
2470         Don't visit the file, just use insert-file-contents in temp buffer.
2472 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
2474         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
2475         Add surrounding \\( and \\) around the header, as in
2476         for lm-history-header 'Change Log\\|History'.
2478 2003-09-22  John Paul Wallington  <jpw@gnu.org>
2480         * progmodes/ld-script.el: Add Commentary section,
2481         minor cleanup of file header.
2482         (ld-script-font-lock-keywords): Doc fix.
2483         (toplevel): Provide `ld-script' feature.
2485 2003-09-21  Kim F. Storm  <storm@cua.dk>
2487         * scroll-bar.el (set-scroll-bar-mode): Initialize to
2488         new built-in variable default-frame-scroll-bars.
2489         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
2490         scroll-bar-mode; notably, use it instead of t when we toggle
2491         scroll-bars on.
2492         (toggle-scroll-bar): Use default-frame-scroll-bars.
2494 2003-09-19  Masatake YAMATO  <jet@gyve.org>
2496         * pcvs.el (cvs-do-removal): Change the prompt depending on
2497         `filter' value.
2499 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
2501         * startup.el (command-line-1): Stop startup-echo-area-message
2502         being hidden by "Loading image..." message.
2503         (use-fancy-splash-screens-p, display-splash-screen):
2504         Move display-graphic-p test from latter to former.
2506         * progmodes/sh-script.el (sh-font-lock-keywords):
2507         Highlight escaped EOLs differently from other backslash constructs.
2509 2003-09-19  Richard M. Stallman  <rms@gnu.org>
2511         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
2512         New functions.
2513         (edebug-enter, edebug-outside-excursion): Use them.
2515         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2516         Fix the condition for whether to print "In WHERE".
2518 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
2520         * finder.el (finder-mode-hook): New variable.
2521         (finder-mode): Run hook finder-mode-hook
2523 2003-09-18  Masatake YAMATO  <jet@gyve.org>
2525         * progmodes/ebrowse.el: Fix broken magic autoload comments.
2527 2003-09-17  Mario Lang  <mlang@delysid.org>
2529         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
2530         "p %e" to actually print the value in the GUD buffer.
2532 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
2534         From David Ponce <david.ponce@wanadoo.fr>:
2535         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
2536         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
2537         from loaddefs-boot.el if necessary.
2539 2003-09-15  Zoltan Kemenczy <kemenczy@rogers.com>
2541         * progmodes/gud.el (gud-find-class): Make jdb work again since
2542         cc-mode changed the syntactic information.
2544 2003-09-15  David Ponce  <david@dponce.com>
2546         * recentf.el: (recentf-exclude): Accept predicates too.
2547         (recentf-file-readable-p): New function.
2548         (recentf-include-p): Handle predicates in recentf-exclude.
2549         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
2550         (recentf-cleanup): Likewise.
2551         (recentf-save-list): Use write-file to handle backup of
2552         recentf-save-file.
2554 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
2556         * loaddefs-boot.el: Renamed from `loaddefs.el'
2557         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
2558         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
2559         necessary.
2561 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
2563         * electric.el (Electric-pop-up-window): For the `one-window' case,
2564         no longer disconcertingly move point in the original buffer.
2566 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2568         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
2570 2003-09-12  Eric Hanchrow <offby1@blarg.net>  (tiny change)
2572         * dired.el (dired-mode-map): Fix typo.
2574 2003-09-11  Richard M. Stallman  <rms@gnu.org>
2576         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
2578 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
2580         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
2581         the function is less noisy.  Now only `kill-buffer' can ask questions.
2583 2003-09-10  Mario Lang  <mlang@delysid.org>
2585         * battery.el: Update Commentary and Copyright.
2586         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
2587         appear due to wrong ordering of the expressions in `or'.
2589 2003-09-09  Lute Kamstra  <lute@gnu.org>
2591         * misc.el (upcase-char): Fix docstring.
2592         (zap-up-to-char): New command.
2594 2003-09-08  David Ponce  <david@dponce.com>
2596         Ensure that recentf correctly updates the menu bar.
2597         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
2598         (recentf-menu-bar): New function.
2599         (recentf-clear-data): Use it
2600         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
2601         of easy-menu-change.
2603 2003-09-08  Lute Kamstra  <lute@gnu.org>
2605         * simple.el (size-indication-mode): New.
2606         * bindings.el (mode-line-position): Add buffer size indicator.
2608 2003-09-04  Mario Lang  <mlang@delysid.org>
2610         * battery.el (battery-linux-proc-acpi): New function.
2611         (battery-status-function): Modify default value calculation to also
2612         check for availability of ACPI.
2613         (battery-echo-area-format): Ditto.
2614         (battery-mode-line-format): Ditto.
2616 2003-09-06  Dave Love  <fx@gnu.org>
2618         * ielm.el (ielm-mode-hook): Add :options.
2620         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
2621         (eldoc-print-current-symbol-info): Use it.
2623 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
2625         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
2626         being displayed in GUD buffer.
2627         (gdb-idle-input-queue): Remove var. Use just one queue.
2628         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
2629         Remove functions.  Use just one queue.
2630         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
2631         (gdb-invalidate-assembler, gdb-get-current-frame):
2632         Modify functions.  Use just one queue.
2634 2003-09-04  Dave Love  <fx@gnu.org>
2636         * cus-start.el: Add blink-cursor-alist.
2638         * ruler-mode.el (ruler-mode-fill-column-char)
2639         (ruler-mode-current-column-char): Use char-displayable-p,
2640         not window-system.
2642         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
2644         * language/european.el (windows-1252): Move from code-pages.
2646         * language/cyrillic.el ("Windows-1251"): Delete.
2647         ("Bulgarian", "Belarusian"): Remove `features'.
2648         (windows-1251): Move from code-pages.
2650         * international/mule-diag.el (non-iso-charset-alist):
2651         Remove `codepage' stuff.
2652         (print-designation, list-coding-systems-1): Output fixes.
2654         * international/code-pages.el (cp-make-translation-table)
2655         (cp-valid-codes): Made defsubsts.
2656         (cp-fix-safe-chars): Delete.
2657         (mule-diag): Don't require.
2658         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
2659         (top-level): Check for defined coding system when defining
2660         cp... aliases.  Change w32-add-charset-info test to avoid warning.
2661         (non-iso-charset-alist): Defvar when compiling.
2662         (cp-make-coding-system): Doc fix.
2664 2003-09-02  Jason Rumney  <jasonr@gnu.org>
2666         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
2667         line-ends from CVS before doing conversion.
2669 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
2671         * calendar/diary-lib.el (diary-header-line-flag)
2672         (diary-header-line-format): New variables.
2673         (list-diary-entries): Use them to set header line in simple diary.
2675         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
2676         other than font-lock-string-face to highlight backslashes.
2678 2003-09-01  Jason Rumney  <jasonr@gnu.org>
2680         * international/titdic-cnv.el (tit-read-key-value): Include \r in
2681         regexp.
2683 2003-09-01  Dave Love  <fx@gnu.org>
2685         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
2687         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
2688         and :help; also line and column numbers labels.
2690         * international/mule-util.el (char-displayable-p): Move from
2691         latin1-disp, rename and autoload.
2693         * international/latin1-disp.el (latin1-char-displayable-p):
2694         Now obsolete alias.  Replace uses with char-displayable-p.
2695         (latin1-display-ucs-per-lynx): Fix last change.
2697         * international/mule-cmds.el (standard-display-european-internal):
2698         Don't use char code for Latin-1 NBSP.
2699         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
2700         U+2018, U+2019 for `'.
2701         (select-safe-coding-system): Message fix.
2703 2003-09-01  Kenichi Handa  <handa@m17n.org>
2705         * international/fontset.el (setup-default-fontset): For Thai
2706         font, specify "*" family.
2708 2003-09-01  Kevin Rodgers <ihs_4664@yahoo.com>  (tiny change)
2710         * progmodes/compile.el (previous-error): Accept a prefix
2711         argument, similarly to next-error.
2713 2003-08-31  Masatake YAMATO  <jet@gyve.org>
2715         * pcvs.el (cvs-do-removal): Use = instead of eq to check
2716         the number of files.  Bind the number of files to a local
2717         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
2719 2003-08-30  Eli Zaretskii  <eliz@elta.co.il>
2721         * vc-hooks.el (vc-make-version-backup): Fix the change made on
2722         2003-07-26: msdos-long-file-names is a function, not a variable.
2724 2003-08-29  Richard M. Stallman  <rms@gnu.org>
2726         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
2727         Do nothing with mail-personal-alias-file if it is nil.
2729         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
2730         Do nothing if mail-personal-alias-file is nil.
2732         * term.el (term-exec-1): Bind coding-system-for-read.
2734         * dired.el (dired-mouse-find-file-other-window):
2735         Use dired-view-command-alist here, as in dired-view-file.
2736         (dired-view-command-alist): Use %s to substitute file name.
2737         Handle .ps_pages, .eps, .jpg, .gif, .png.
2739 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
2741         * info.el (Info-mode-map): Bind S-tab and <backtab> to
2742         `Info-prev-reference', instead of M-tab.
2744 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
2746         * simple.el (blink-matching-open): Work correctly on chars that
2747         are designated as parens through the syntax-table text property.
2749 2003-08-29  Thierry Emery <thierry.emery@club-internet.fr>  (tiny change)
2751         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
2752         line break position in the middle of a non-kinsoku (e.g. latin)
2753         word, making it skip until either a space or a character with
2754         category "|".
2755         (kinsoku-longer): Test for end of buffer.
2757 2003-08-28  Eli Zaretskii  <eliz@elta.co.il>
2759         * mail/rmail.el (rmail-convert-to-babyl-format):
2760         Detect quoted-printable- and base64-encoded messages and decode them
2761         automatically.  Set the message's encoding from the charset=
2762         header, if any.  Decode base64-encoded messages in Mail format as well.
2764 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
2766         * mail/smtpmail.el Fix previous change:
2767         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
2768         calling smtpmail-via-smtp.
2769         (smtpmail-via-smtp): Add fall-back values for envelope-from.
2771 2003-08-26  John Paul Wallington  <jpw@gnu.org>
2773         * image.el (image-jpeg-p): Don't search beyond length of data.
2775 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
2777         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
2778         misfeature in `expand-abbrev' which caused electric keywords like
2779         "else" to disappear if an open brace was typed directly afterwards.
2781 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
2783         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
2784         mandatory in `define-widget'.
2786         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
2787         Don't align the operators "!=", "<=" and ">=" as assignment operators.
2789         (c-assignment-operators): New language constant that only contains
2790         the assignment operators.
2792         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
2794 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
2796         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
2797         Safeguard against unbalanced sexps.
2799 2003-08-26  Terje Rosten <terjeros@phys.ntnu.no>
2801         * version.el (emacs-version): Check for gtk.  Include gtk version info.
2803 2003-08-25  John Paul Wallington  <jpw@gnu.org>
2805         * man.el (Man-default-man-entry): Don't whizz past the section
2806         number before looking for it.
2808 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
2810         * progmodes/gud.el (gud-display-line): Don't set window-point if
2811         source buffer is not visible. (Only happens with M-x gdba).
2813         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
2814         documentation.
2815         (gdb-source, gdb-source-info): Update to assembler unnecessary
2816         as its done after each GDB command anyway.
2817         (gdb-pre-prompt): Use with-current-buffer.
2818         (gdb-insert-field): Add help-echo text.
2819         (gdb-invalidate-assembler): Re-display of assembler now done in
2820         gdb-info-breakpoints-custom.
2821         (gdb-info-breakpoints-custom): Force re-display of assembler to
2822         happen *after* update of breakpoints buffer.
2823         (gdb-display-source-buffer): Don't choke if gdb-source-window
2824         isn't visible.
2825         (gdb-put-string, gdb-put-arrow): Remove free variables.
2827 2003-08-24  John Paul Wallington  <jpw@gnu.org>
2829         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
2831         * man.el (Man-default-man-entry): Strip text properties when
2832         snarfing parts of entry because `format' preserves properties.
2834 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
2836         * files.el (file-newest-backup): Use `expand-file-name'.
2838         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
2839         Allow the diary to pop up a new frame, if needed.
2841         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
2842         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
2843         (smtpmail-send-it): Make treatment of envelope-from consistent with
2844         sendmail.el.
2846         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
2847         (sh-leading-keywords): Add the bash `time' reserved word.
2848         (sh-variables): Add some bash variables.
2849         (sh-add-completer): Fix nil branch of case statement.
2851 2003-08-24  Masatake YAMATO  <jet@gyve.org>
2853         * progmodes/ld-script.el: New file.
2855 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
2857         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
2859 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
2861         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
2862         Better explain obsolescence, and what to use instead.
2864 2003-08-23  Masatake YAMATO  <jet@gyve.org>
2866         * pcvs.el (cvs-do-removal): Show the deleted file name
2867         on the prompt.
2869 2003-08-20  Dave Love  <fx@gnu.org>
2871         * international/mule.el (make-coding-system)
2872         (set-buffer-file-coding-system): Doc fix.
2874         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
2876         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
2878         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
2880         * international/utf-16.el: Add mime-text-unsuitable coding system
2881         properties.
2883         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
2885         * cus-edit.el: Add some :links.
2886         (bib): Remove.
2888         * textmodes/bib-mode.el (bib): Add :group external.
2890 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
2892         * wid-edit.el (widget-echo-help): Make it handle expressions that
2893         evaluate to strings.
2895 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
2897         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
2899         Simplify selection of SQL products to define highlighting and
2900         interactive mode.  Includes detailed instructions on adding
2901         support for new products.
2903         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
2904         product for use in highlighting and interactive mode.
2905         (sql-interactive-product): New variable.  SQL product for
2906         sql-interactive-mode.
2907         (sql-product-support): New variable.  Specifies product-specific
2908         parameters to drive highlighting and interactive mode.
2909         (sql-imenu-generic-expression): Add more object types.
2910         (sql-sqlite-options): Correct comment.
2911         (sql-ms-program): Use "osql" rather than "isql".
2912         (sql-prompt-regexp, sql-prompt-length): Update comment.
2913         (sql-mode-menu): Add "Start SQLi session" entry.
2914         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
2915         (sql-mode-abbrev-table): Add abbreviations.  Support of
2916         SYSTEM-FLAG on define-abbrev.  Support was removed with last
2917         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
2918         (sql-mode-font-lock-object-name): Add font-lock pattern for object
2919         names.
2920         (sql-mode-ansi-font-lock-keywords): Set as default value.
2921         (sql-mode-oracle-font-lock-keywords): Set as default value.
2922         Support Oracle 9i keywords.
2923         (sql-mode-postgres-font-lock-keywords): Set as default value.
2924         (sql-mode-linter-font-lock-keywords): Set as default value.
2925         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
2926         SQLServer 2000.
2927         (sql-mode-sybase-font-lock-keywords)
2928         (sql-mode-interbase-font-lock-keywords)
2929         (sql-mode-sqlite-font-lock-keywords)
2930         (sql-mode-strong-font-lock-keywords)
2931         (sql-mode-mysql-font-lock-keywords)
2932         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
2933         keywords.
2934         (sql-mode-font-lock-defaults): Update comment.
2935         (sql-product-feature): New function.  Returns feature associated
2936         with a product from `sql-product-support' alist.
2937         (sql-product-font-lock): New function.  Set font-lock support
2938         based on `sql-product'.
2939         (sql-add-product-keywords): New function.  Add font-lock rules to
2940         product-specific keyword variables.
2941         (sql-set-product): New function.  Set `sql-product' and apply
2942         appropriate font-lock highlighting.
2943         (sql-highlight-product): New function.  Set font-lock support
2944         based on a product.  Also set mode name to include product name.
2945         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
2946         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
2947         Use `sql-set-product'.
2948         (sql-highlight-ms-keywords)
2949         (sql-highlight-sybase-keywords)
2950         (sql-highlight-interbase-keywords)
2951         (sql-highlight-strong-keywords)
2952         (sql-highlight-mysql-keywords)
2953         (sql-highlight-sqlite-keywords)
2954         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
2955         (sql-get-login): Prompt in the same order as the tokens.
2956         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
2957         (sql-product-interactive): New function.  Common portions of
2958         product-specific interactive mode wrappers.
2959         (sql-interactive-mode): Rewritten to use product features.
2960         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2961         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2962         (sql-db2, sql-linter): Use `sql-product-interactive'.
2963         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2964         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2965         (sql-connect-ingres, sql-connect-postgres)
2966         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2967         New functions.  Format command line parameters and invoke comint on
2968         the appropriate interpreter.  Code was in the corresponding
2969         `sql-xyz' function before.
2970         (sql-connect-ms): New function.  Support -E argument to use
2971         operating system credentials for authentication.
2973 2003-08-18  Kenichi Handa  <handa@m17n.org>
2975         * international/mule.el (encode-char): Fix for the ASCII case.
2977 2003-08-15  Kenichi Handa  <handa@m17n.org>
2979         * international/fontset.el (setup-default-fontset): Change "*" to
2980         nil in the specifications of font family.
2982 2003-08-18  Kim F. Storm  <storm@cua.dk>
2984         * kmacro.el (kmacro-keymap): Group related bindings in
2985         initialization for clarity.  Bind C-s to start macro.
2986         Remove C-r binding.
2987         (kmacro-initial-counter-value): New defvar to hold initial counter
2988         value in case we set the value before defining a macro.
2989         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
2990         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
2991         not defining or executing macro.  Doc fix.
2992         (kmacro-add-counter): Clear kmacro-initial-counter-value.
2993         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
2994         temporarily view older elements on the macro ring without cycling
2995         the ring.
2996         (kmacro-display): Doc fix.
2997         (kmacro-exec-ring-item): New helper function.
2998         (kmacro-call-ring-2nd): Use it.
2999         (kmacro-call-ring-2nd-repeat): Doc fix.
3000         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
3001         (kmacro-end-or-call-macro): Execute last viewed macro (using
3002         kmacro-exec-ring-item) from ring if this follows
3003         kmacro-view-macro.  This allows us to find a macro on the ring
3004         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
3005         the ring to bring it to the head of the ring.
3006         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
3007         Allow binding to reserved keys without specifying C-x C-k prefix.
3008         Ask for confirmation if entered key sequence is already bound to
3009         a non-macro command.
3010         (kmacro-view-macro): Repeating command will show older elements
3011         on the macro ring; C-k will execute the last viewed macro.
3012         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
3013         property from 'ring to 'head.
3015 2003-08-17  Alan Shutko  <ats@acm.org>
3017         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
3018         keeping December out of the alist.
3020 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
3022         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
3023         * calendar/calendar.el (calendar-mode-map): Bind it to key.
3024         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
3025         (calendar-flatten): New function.
3026         (calendar-mouse-view-other-diary-entries)
3027         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
3028         in the menu title and to show multi-line diary entries correctly
3029         in the menu.
3031 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
3033         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
3034         defcustom, because the default was recently changed.
3036 2003-08-16  Richard M. Stallman  <rms@gnu.org>
3038         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
3040         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
3041         New subroutine, broken out of eval-last-sexp-1.
3042         (eval-last-sexp-1): Use eval-last-sexp-print-value.
3044         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
3046         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
3048         * simple.el (eval-expression): Use eval-last-sexp-print-value.
3050 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
3052         * progmodes/compile.el (compilation-error-regexp-alist):
3053         Add Java ANt error detection as described in document
3054         http://ant.apache.org/faq.html
3056 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
3058         * simple.el (backward-word, forward-to-indentation)
3059         (backward-to-indentation):  Argument changed to optional.
3060         (next-line, previous-line): Use `or' instead of `unless'.
3062 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3064         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
3065         instead of a constant.
3067 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
3069         * shell.el (shell): With prefix-arg, suggest a new buffer name.
3071 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
3073         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
3074         (vc-sccs-workfile-version): Search the entire delta table, rather
3075         than just the first entry, because that might be a deleted version.
3077 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
3079         * menu-bar.el (menu-bar-options-menu): Supply a body for the
3080         [save-place] binding in the Options menu.  Have it require
3081         'saveplace' and then toggle the variable manually, to avoid an an
3082         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
3083         for the bug report.
3085 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
3087         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
3088         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
3089         (gdb-info-threads-custom): Add help-echo text.
3090         (gdb-display-back): Don't use purecopy.
3091         (gdb-info-breakpoints-custom, gdb-reset)
3092         (gdb-assembler-custom): Use display-images-p to test if breakpoint
3093         icons can be displayed.
3095 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
3097         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
3099 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
3101         * bookmark.el (bookmark-completing-read):
3102         Return a string, instead of a list of one string.
3103         Use a popup menu if activated from the mouse.
3104         (bookmark-edit-annotation): Remove unused vars.
3105         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
3106         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
3107         to bookmark-completing-read.
3108         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3109         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
3110         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
3111         and erase-buffer.
3112         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
3113         (bookmark-menu-jump, bookmark-menu-insert)
3114         (bookmark-popup-menu-and-apply-function)
3115         (bookmark-menu-popup-paned-bookmark-menu): Remove.
3116         (bookmark-menu-build-paned-menu): Remove by folding it into
3117         bookmark-menu-popup-paned-menu.
3118         (menu-bar-bookmark-map): Move the define-key statements here.
3119         Use the "non-menu" commands since they now pop up a menu if needed.
3120         (bookmark-exit-hook-internal): Simplify.
3122 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
3124         * reftex-toc.el (reftex-toc-rename-label): New function.
3125         (reftex-toc-check-docstruct): New function.
3127         * reftex.el (reftex-region-active-p): New function.
3129         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
3130         regexp to find the \bibliography macro.
3132         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
3133         which does not exist in LaTeX.
3134         (reftex-cite-format-builtin): Added amsrefs support.
3135         (reftex-toc-confirm-promotion): New option
3137         * reftex-toc.el
3138         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
3139         (reftex-toc-demote, reftex-toc-promote)
3140         (reftex-toc-do-promote, reftex-toc-promote-prepare)
3141         (reftex-toc-promote-action, reftex-toc-extract-section-number)
3142         (reftex-toc-newhead-from-alist)
3143         (reftex-toc-load-all-files-for-promotion): New functions.
3144         (reftex-toc-help): Added description of new keys.
3145         (reftex-toc-split-windows-fraction): New option.
3146         (reftex-recenter-toc-when-idle): Search *toc* window on all
3147         visible frames.
3148         (reftex-toc): Additional parameter REUSE
3149         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
3150         with REUSE argument.
3151         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
3152         the call of `reftex-toc'.
3153         (reftex-make-separate-toc-frame): New function .
3154         (reftex-toc-recenter): When called with triple prefix arg, call
3155         `reftex-make-separate-toc-frame' first.
3156         (reftex-toc-toggle-dedicated-frame): New command.
3157         (reftex-toc-quit): Adapted to delete frame when called in
3158         dedicated frame.
3160         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
3161         all enclosing macros.
3164 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3166         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
3167         first use.
3169 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3171         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
3173 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
3175         * calendar/calendar.el (list-diary-entries-hook)
3176         (diary-display-hook, nongregorian-diary-listing-hook)
3177         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
3178         Add some customize options for these hooks.
3179         (calendar-abbrev-construct): Don't try to take a substring longer
3180         than the original string.
3182 2003-08-05  Richard M. Stallman  <rms@gnu.org>
3184         * emacs-lisp/testcover.el (noreturn): Report error if does return.
3185         (testcover-reinstrument-clauses): Doc fix.
3187         * emacs-lisp/warnings.el: Doc fixes, args renamed.
3188         (warning-type-format): Rename from warning-group-format.
3190         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
3191         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
3192         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
3193         to prevent warnings about defvar for an obsolete variable.
3195         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
3196         warning-group-format renamed to warning-type-format.
3198         * subr.el (read-passwd): Use clear-string instead of fillarray.
3200         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
3201         Use vconcat instead of concat.
3202         (edmacro-sanitize-for-string): New function.
3204 2003-08-05  Dave Love  <fx@gnu.org>
3206         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
3207         line-number-display-limit-width.
3209         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
3211 2003-08-05  Kenichi Handa  <handa@m17n.org>
3213         * international/code-pages.el: Don't require mule-diag.
3215         * international/mule-diag.el (non-iso-charset-alist):
3216         Add autoload cookie.
3218         * language/devan-util.el (dev-glyph-order): Add an entry for the
3219         glyph code #xC4.
3221 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
3223         * calendar/calendar.el (diary-file, diary-file-name-prefix)
3224         (european-calendar-style, diary-date-forms)
3225         (calendar-day-name-array, calendar-month-name-array): Doc change.
3226         (generate-calendar-month): Adapt for new behaviour of
3227         `calendar-day-name' function.
3228         (calendar-abbrev-length, calendar-day-abbrev-array)
3229         (calendar-month-abbrev-array): New variables.
3230         (calendar-abbrev-construct): New function.
3231         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
3232         rather than fixing abbrevs at some width.  Calling syntax change.
3233         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
3234         (calendar-date-string): Adapt for new behaviours of
3235         `calendar-day-name' and `calendar-month-name' functions.
3237         * calendar/diary-lib.el (list-diary-entries): Adapt for new
3238         behaviour of `calendar-day-name' and `calendar-month-name' functions.
3239         (diary-name-pattern): Use abbrev arrays, rather than fixing
3240         abbrevs at three chars.  Calling syntax change.
3241         (mark-diary-entries):  Adapt for new behaviours of
3242         `diary-name-pattern' and `calendar-make-alist' functions.
3243         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
3244         `diary-name-pattern' function.
3245         (font-lock-diary-date-forms): Use abbrev arrays, rather than
3246         fixing abbrevs at three chars.  Calling syntax change.
3247         (cal-hebrew, cal-islam): Require when compiling.
3248         (diary-font-lock-keywords): Adapt for new behaviour of
3249         `font-lock-diary-date-forms' function.
3251         * calendar/cal-hebrew.el: Reposition some code so defined before used.
3252         (calendar-hebrew-month-name-array-common-year)
3253         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
3254         (list-hebrew-diary-entries): Adapt for new behaviours of
3255         `calendar-day-name' and `add-to-diary-list' functions.
3256         (mark-hebrew-diary-entries): Adapt for new behaviours of
3257         `diary-name-pattern' and `calendar-make-alist' functions.
3259         * calendar/cal-islam.el (calendar-islamic-month-name-array):
3260         Add doc string.
3261         (list-islamic-diary-entries): Adapt for new behaviours of
3262         `calendar-day-name' and `add-to-diary-list' functions.
3263         (mark-islamic-diary-entries): Adapt for new behaviours of
3264         `diary-name-pattern' and `calendar-make-alist' functions.
3266         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
3267         `calendar-month-name' function.
3269         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
3271         * calendar/solar.el (solar-seasons-data): Move definition before use.
3273         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
3274         (cal-tex-LaTeX-hourbox): Move definition before use.
3276         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
3277         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
3278         lunar.el, solar.el
3279         (displayed-month, displayed-year): Define for compiler.
3281 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
3283         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
3284         MODE.  Renamed from c-init-c-language-vars'.
3285         (c-initialize-cc-mode): Change accordingly.
3286         (c-common-init): Ditto.
3287         (c-mode): Ditto.
3288         (c++-mode): Use `c-init-language-vars-for'.
3289         (objc-mode): Ditto.
3290         (java-mode): Ditto.
3291         (idl-mode): Ditto.
3292         (pike-mode): Ditto.
3293         (awk-mode): Ditto.
3295 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
3297         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
3298         or not the point moved.
3300         (c-search-decl-header-end): Don't trip up on operator identifiers
3301         in C++ and operators like == in all languages.
3303         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
3304         Detect leading labels correctly.
3306 2003-08-02  Andreas Schwab  <schwab@suse.de>
3308         * textmodes/ispell.el: Don't redo key bindings on loading, put
3309         them only in loaddefs.el.
3310         * bookmark.el: Likewise.
3311         * dabbrev.el: Likewise.
3312         * emerge.el: Likewise.
3314         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
3315         has more than one member.
3317         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
3319 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3321         * lpr.el (printify-region): It was ending conversion before the
3322         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
3324 2003-07-31  John Paul Wallington  <jpw@gnu.org>
3326         * net/browse-url.el (browse-url-epiphany): Doc fix.
3328 2003-07-30  Kenichi Handa  <handa@m17n.org>
3330         * international/fontset.el (setup-default-fontset):
3331         Change registry names of Akurti fonts.
3333 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3335         * comint.el (comint-read-noecho): Use `clear-string' instead of
3336         `fillarray'.
3338 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
3340         * outline.el (outline-mode-hook): Add defvar.
3342 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
3344         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
3345         Restore assembler in source window if that is what has been selected.
3346         (menu): Add gdb-restore-windows to menu.  Make gdba
3347         specific menus only visible from gdba.
3349 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
3351         * progmodes/compile.el (compilation-environment): New user variable.
3352         (compile-internal): Respect it.
3354 2003-07-23  Masatake YAMATO  <jet@gyve.org>
3356         * progmodes/gud.el (gdb-script-font-lock-keywords):
3357         Put `font-lock-function-name-face' on a symbol which includes
3358         `-' like `hook-run'.  Put font-lock-variable-name-face
3359         on a symbol starting with $.
3361 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
3363         * files.el (set-visited-file-name): Use truename for buffer-file-name.
3365 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
3367         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
3369 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
3371         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
3372         Use with-no-warnings.
3373         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
3374         rather than to find-file-not-found-hook, which doesn't exist.
3376 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
3378         * international/quail.el (quail-translate-key): Fix previous change.
3380 2003-07-25  John Paul Wallington  <jpw@gnu.org>
3382         * server.el (server-start): Check `server-process' is non-nil
3383         before killing it to avoid killing current buffer's process.
3385         * simple.el (choose-completion-string): Use `minibufferp';
3386         test `completion-reference-buffer' if `buffer' arg is nil.
3387         (push-mark): Use `when' and `unless'.
3388         (pop-mark): Use `when'.
3390         * mouse-sel.el (mouse-sel-get-selection-function):
3391         Check `x-last-selected-text-primary'.  Don't barf if it or
3392         `x-last-selected-text' aren't bound.
3394 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
3396         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
3398 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
3400         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
3402 2003-07-23  John Paul Wallington  <jpw@gnu.org>
3404         * tooltip.el (defface tooltip): Inherit from variable-pitch.
3406 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
3408         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
3409         string.  Defvar the derived hook.
3411         * macros.el (insert-kbd-macro): Escape double quote character.
3412         From Thomas W Murphy <twm@andrew.cmu.edu>.
3414 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
3416         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
3417         to match the specific mark rather than reusing comment-start-skip.
3419 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
3421         * progmodes/hideshow.el (hs-special-modes-alist):
3422         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
3424 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
3426         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
3427         value using ?\s.
3429 2003-07-21  John Paul Wallington  <jpw@gnu.org>
3431         * subr.el (with-selected-window): Add closing paren.
3433 2003-07-21  Richard M. Stallman  <rms@gnu.org>
3435         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
3436         (lisp-mode): Likewise.
3438         * subr.el (with-selected-window): Copy code form save-selected-window
3439         so as to call select-window with norecord arg.
3440         (dynamic-completion-table): Doc fix.
3441         (lazy-completion-table): Doc fix.
3443         * international/mule-cmds.el (set-locale-environment):
3444         langinfo renamed to locale-info.
3446         * international/mule.el (auto-coding-functions): Doc fix.
3448 2003-07-21  Kenichi Handa  <handa@m17n.org>
3450         * international/quail.el (quail-translate-key):
3451         Update quail-current-str correctly.
3453 2003-07-21  Andreas Schwab  <schwab@suse.de>
3455         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
3456         ?, to "_".
3458 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
3459         Version 2.0.36 of Tramp released.
3461         * net/tramp.el (tramp-default-password-end-of-line): Rename from
3462         tramp-password-end-of-line.
3463         (tramp-password-end-of-line): New method parameter.
3464         (tramp-get-password-end-of-line): Function to access method
3465         parameter `tramp-password-end-of-line', or variable
3466         `tramp-default-password-end-of-line' (default value).
3467         (tramp-methods): Add entries for new parameter
3468         tramp-password-end-of-line.
3469         (tramp-enter-password): Use new function
3470         `tramp-get-password-end-of-line'.
3471         (tramp-handle-insert-file-contents): Do not
3472         unconditionally inhibit the file operation file-local-copy, only
3473         do that when the inhibit-file-name-operation is currently
3474         insert-file-contents.  This fixes finding remote CVS-controlled
3475         files.  (It would barf on inserting the CVS/Entries file
3476         literally, because the file-local-copy handler wasn't called.)
3477         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
3478         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
3479         (tramp-initial-commands): New variable.
3480         (tramp-process-initial-commands): New function, using the variable.
3481         (tramp-open-connection-setup-interactive-shell): Call the new function.
3482         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
3483         method into the buffer name, never use nil.  Reported by Hanak
3484         David <dhanak@inf.bme.hu>.
3485         (tramp-open-connection-setup-interactive-shell): Erase buffer
3486         before sending "stty -onlcr".
3488         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
3490 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
3492         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
3494 2003-07-19  John Paul Wallington  <jpw@gnu.org>
3496         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
3497         (artist-draw-rect, artist-draw-square): Doc fixes.
3499         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
3501         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
3503 2003-07-19  Kenichi Handa  <handa@m17n.org>
3505         * international/kkc.el (kkc-show-conversion-list-update):
3506         Highlight the correct candidate in the message.
3508 2003-07-18  John Paul Wallington  <jpw@gnu.org>
3510         * simple.el (current-word): Don't include punctuation char when
3511         `really-word' arg is non-nil.
3513 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
3515         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
3516         moved to the directory obsolete.
3518 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
3520         * info.el (Info-menu-entry-name-re): Allow newlines in
3521         menu entry names.
3523         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
3524         syntax-ppss-after-change-function.
3525         (syntax-ppss-after-change-function): New alias.  Update uses.
3526         (syntax-ppss): Catch the case where the buffer is narrowed.
3528 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
3530         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
3531         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
3533 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
3535         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
3536         since it might be modified.
3538         * progmodes/cc-langs.el (c++-make-template-syntax-table)
3539         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
3540         names to these language constants.
3542 2003-07-15  Kim F. Storm  <storm@cua.dk>
3544         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
3545         All uses changed.
3547 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
3549         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
3550         Namespace support.
3552 2003-07-13  Juanma Barranquero  <lektu@terra.es>
3554         * frame.el (modify-all-frames-parameters): Reinstall (copyright
3555         papers received).
3557 2003-07-13  Karl Eichwalder  <ke@suse.de>
3559         * textmodes/po.el (po-find-charset): White space at the start of the
3560         Content-Type field body is non-mandatory.
3562 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
3564         * textmodes/texinfo.el (texinfo-section-list):
3565         Append appendixsection; a synonym for appendixsec.
3567 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
3569         * man.el (Man-translate-cleanup): New.
3570         (Man-translate-references): Call `Man-translate-cleanup' to clean
3571         leading, trailing and middle spaces.
3573 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
3575         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
3576         Handle `dired-directory' being a list.
3578 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3580         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
3581         it doesn't exist.
3583 2003-07-12  Richard M. Stallman  <rms@gnu.org>
3585         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
3587         * progmodes/cc-defs.el (c-make-keywords-re):
3588         Don't use delete-duplicates.
3589         (c-lang-const): Don't use mapcan.
3591         * apropos.el (apropos-show-scores): Make it customizable.
3592         Document new meaning.
3593         (apropos): Compute scores from symbols.
3594         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
3596 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3598         * ps-bdf.el: Fix copyright line.
3599         (bdf-directory-list): Fix initialization code.
3601 2003-07-11  John Paul Wallington  <jpw@gnu.org>
3603         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
3604         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
3605         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
3607 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
3609         * emacs-lisp/ring.el (ring-elements): Doc fix.
3611 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
3613         * calendar/timeclock.el (timeclock-relative)
3614         (timeclock-ask-before-exiting, timeclock-use-display-time):
3615         Doc changes.
3616         (timeclock-modeline-display): Give a message if
3617         `timeclock-use-display-time' is non-nil but `display-time-mode'
3618         is not active.
3620 2003-07-11  Kenichi Handa  <handa@m17n.org>
3622         * international/mule-cmds.el (set-language-environment):
3623         Set current-language-environment to the correct string.
3625 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3627         * ps-print.el: Print line number correctly in a region.  Reported by
3628         Tim Allen <timallen@ls83.fsnet.co.uk>
3629         (ps-print-version): New version number (6.6.2).
3630         (ps-printing-region): Code fix.
3632 2003-07-10  John Paul Wallington  <jpw@gnu.org>
3634         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
3635         this function can be called from `add-completions-from-tags-table'.
3637 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
3639         * calendar/timeclock.el (timeclock-use-display-time)
3640         (timeclock-day-over-hook, timeclock-workday-remaining)
3641         (timeclock-status-string, timeclock-when-to-leave)
3642         (timeclock-when-to-leave-string, timeclock-log-data)
3643         (timeclock-find-discrep, timeclock-day-base)
3644         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
3645         (timeclock-modeline-display): Set the variable
3646         `timeclock-modeline-display'.
3647         (timeclock-update-modeline): Doc fix.  Respect value of
3648         `timeclock-relative'.
3650 2003-07-09  Richard M. Stallman  <rms@gnu.org>
3652         * textmodes/reftex-parse.el (reftex-all-document-files):
3653         Add autoload cookie.
3655         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
3656         (reftex-scanning-info-available-p): Add autoload cookie.
3658         * international/mule-cmds.el
3659         (set-display-table-and-terminal-coding-system): Delete duplicate
3660         aset on standard-display-table.
3662         * view.el (view-file): If existing buffer's major mode is special,
3663         don't go into view mode.
3665         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
3667 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3669         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
3670         buffer changes; there's third party code that calls this function
3671         directly.
3673 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3675         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
3676         (autodoc-font-lock-keywords): Don't byte compile on font lock
3677         initialization when running from byte compiled files.
3679 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3681         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
3682         statement ends with auto-increment "++".
3684 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3686         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
3687         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
3688         these are changed, so declare them as variables and not constants.
3690 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
3692         * subr.el (dolist, dotimes):  Doc fix.
3694 2003-07-08  Kim F. Storm  <storm@cua.dk>
3696         * international/mule-cmds.el
3697         (set-display-table-and-terminal-coding-system): Don't break
3698         bootstrap if standard-display-table isn't setup yet.
3700 2003-07-07  Richard M. Stallman  <rms@gnu.org>
3702         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
3703         Give it a doc string, and autoload it.
3705         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
3706         Use with-no-warnings.
3708         * info.el (Info-search): If find invisible text, search again.
3710         * isearch.el (search-whitespace-regexp): Add a shy group around it.
3712         * man.el (Man-name-regexp): Match + as part of name.
3714         * simple.el (visible-mode): Rename from vis-mode.
3715         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
3717         * simple.el (current-word): New arg REALLY-WORD specifies
3718         don't include punctuation chars.
3720         * emacs-lisp/debug.el (debug, debugger-env-macro):
3721         Use with-no-warnings while accessing and binding unread-command-char.
3723         * international/mule-cmds.el
3724         (set-display-table-and-terminal-coding-system): Use explicit loop
3725         instead of calling standard-display-default.
3727         * net/ange-ftp.el (ange-ftp-file-symlink-p):
3728         Use condition-case to catch error in ange-ftp-get-files.
3730         * net/browse-url.el (browse-url-browser-function):
3731         Add alternative for Epiphany.
3732         (browse-url-epiphany-program, browse-url-epiphany-arguments)
3733         (browse-url-epiphany-startup-arguments)
3734         (browse-url-epiphany-new-window-is-tab): New variables.
3735         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
3737         * progmodes/compile.el (compile-auto-highlight): Default now t.
3738         (compile): Doc fix.
3739         (compilation-next-error): Fix previous change.
3741         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
3743         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
3745 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
3747         * gdb-ui.el (gdb-source-info): Display current frame when
3748         attaching to an existing process.
3749         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
3750         while laying out windows when attaching to an existing process.
3752 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
3754         * info.el (Info-menu): Use Info-menu-entry-name-re.
3756 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
3758         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
3759         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
3761         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
3762         to match the same text.
3764 2003-07-06  John Paul Wallington  <jpw@gnu.org>
3766         * vc.el (vc-annotate-offset): Move defvar up.
3768 2003-07-06  Kim F. Storm  <storm@cua.dk>
3770         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
3771         This should fix the infinite loop when extracting menu names.
3773 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
3775         * files.el (auto-mode-alist, interpreter-mode-alist):
3776         Remove entries to CC Mode modes to avoid duplicates; they are now added
3777         with autoload directives in cc-mode.el.
3779 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
3781         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
3782         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
3783         these are changed, so declare them as variables and not constants.
3785         * progmodes/cc-mode.el: Fix some autoload problems: Try to
3786         ensure that the entry for ".c" extension comes before the one for
3787         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
3788         Fix incorrect entries that were added to `interpreter-mode-alist'.
3789         Move the autoload directives for AWK to the top level since they
3790         aren't recognized anywhere else.  Do not use the new AWK mode doc
3791         in the autoload form for the old AWK mode.
3793 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3795         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
3796         (bibtex-sort-ignore-string-entries): Default value t.
3797         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
3798         erroneously in previous version.
3799         (bibtex-string-files): Docstring reflects new parsing scheme.
3800         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
3801         docstring, add # as one of the chars to crush
3802         (bibtex-autokey-prefix-string, bibtex-autokey-names)
3803         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
3804         (bibtex-autokey-name-change-strings)
3805         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
3806         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
3807         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
3808         (bibtex-autokey-title-terminators)
3809         (bibtex-autokey-titlewords-stretch)
3810         (bibtex-autokey-titleword-ignore)
3811         (bibtex-autokey-titleword-case-convert)
3812         (bibtex-autokey-titleword-abbrevs)
3813         (bibtex-autokey-titleword-abbrevs)
3814         (bibtex-autokey-titleword-change-strings)
3815         (bibtex-autokey-titleword-length)
3816         (bibtex-autokey-titleword-separator)
3817         (bibtex-autokey-name-year-separator)
3818         (bibtex-autokey-year-title-separator)
3819         (bibtex-autokey-before-presentation-function)
3820         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
3821         Fix docstring.
3822         (bibtex-strings, bibtex-reference-keys):
3823         Use lazy-completion-table and make-variable-buffer-local.
3824         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
3825         (bibtex-braced-string-syntax-table)
3826         (bibtex-quoted-string-syntax-table): New variables.
3827         (bibtex-parse-nested-braces): Remove.
3828         (bibtex-parse-field-string): Use syntax table and forward-sexp.
3829         (bibtex-parse-association): Simplify.
3830         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
3831         (bibtex-parse-field-text): Simplify.
3832         (bibtex-search-forward-field, bibtex-search-backward-field):
3833         argument BOUND can take value t.
3834         (bibtex-start-of-field, bibtex-start-of-name-in-field)
3835         (bibtex-end-of-name-in-field, bibtex-end-of-field)
3836         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
3837         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
3838         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
3839         (bibtex-skip-to-valid-entry): Return buffer position of beginning
3840         and ending of entry.  Update for changes of bibtex-search-entry.
3841         Simplify.
3842         (bibtex-map-entries): FUN is called with three arguments.
3843         (bibtex-search-entry): Return a cons pair with buffer positions of
3844         beginning and end of entry.
3845         (bibtex-enclosing-field): Simplify.
3846         (bibtex-format-entry): Use booktitle to set a missing title.
3847         (bibtex-autokey-get-names): Fiddle with regexps.
3848         (bibtex-generate-autokey): Use identity.
3849         (bibtex-parse-keys): Use simplified parsing algorithm if
3850         bibtex-parse-keys-fast is non-nil. Simplify. Change order of
3851         arguments. Return alist of keys.
3852         (bibtex-parse-strings): Simplify. Return alist of strings.
3853         (bibtex-complete-string-cleanup): Fix docstring.
3854         (bibtex-read-key): New function.
3855         (bibtex-mode): Fix docstring. Do not parse for keys and
3856         strings when the mode is entered. Set fill-paragraph-function to
3857         bibtex-fill-field. Setup font-lock-mark-block-function the way
3858         font-lock intended.
3859         (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
3860         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
3861         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
3862         (bibtex-Preamble): Avoid hard coded constants.
3863         (bibtex-make-field): Fix docstring. Simplify.
3864         (bibtex-beginning-of-entry): Always return new position of point.
3865         (bibtex-end-of-entry): Rearrange cond clauses.
3866         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
3867         Update for changes of bibtex-map-entries.
3868         (bibtex-ispell-abstract): Do not move point.
3869         (bibtex-entry-index): Use downcase. Simplify.
3870         (bibtex-lessp): Handle catch-all.
3871         (bibtex-find-crossref): Turn into a command.
3872         (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
3873         (bibtex-clean-entry): Use bibtex-read-key. Handle string and
3874         preamble entries.
3875         (bibtex-fill-field-bounds): New function.
3876         (bibtex-fill-field): New command. Bound to fill-paragraph-function.
3877         (bibtex-fill-entry): Use bibtex-fill-field-bounds
3878         (bibtex-String): Use bibtex-strings.  Always obey
3879         bibtex-sort-ignore-string-entries.
3881 2003-07-05  John Paul Wallington  <jpw@gnu.org>
3883         * cus-theme.el (customize-create-theme):
3884         Call `customize-create-theme' in Reset widget's notify function.
3886         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
3887         (ibuffer-mark-interactive): Use `or' instead of `unless'.
3888         (define-ibuffer-column name): Add summarizer.
3889         (define-ibuffer-column size): Likewise.
3890         (define-ibuffer-column filename): Likewise.
3891         (define-ibuffer-column process): Likewise.  Change BODY's output too.
3892         (define-ibuffer-column filename-and-process): Likewise, likewise.
3893         (ibuffer): Remove local vars `already-in' and `need-update'.
3895         * ibuf-ext.el: Don't require `derived' at compile-time.
3897 2003-07-05  Kim F. Storm  <storm@cua.dk>
3899         * info.el: Disable paragraph refilling.
3900         (Info-refill-paragraphs): New defcustom.
3901         (Info-fontify-node): Use it.
3903 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
3905         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
3906         thingies from constructors created by defstruct.
3908         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
3909         the default value of the variable.
3910         (byte-code-meter): Move declaration to top level.
3912         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
3914         * info.el (Info-following-node-name-re): New fun.
3915         (Info-following-node-name): Remove.
3916         (Info-insert-dir): Use the new fun.
3917         (Info-extract-pointer): Don't save restriction; use new fun.
3918         (Info-menu-entry-name-re): New const.
3919         (Info-menu-entry-name-re): Use it along with new fun.
3920         (Info-node-spec-re): Use new fun.
3921         (Info-complete-menu-item, Info-fontify-node): Use new const.
3922         (Info-goto-node, Info-follow-reference, Info-menu-update):
3923         Use match-string.
3924         (Info-follow-reference): Use assoc-string.
3925         Use a list of strings for the completion table.
3926         (Info-fontify-node): Use match-string, line-end-position.
3927         Limit the search for `node:' to the first line.
3929         * newcomment.el (uncomment-region): Remove padding coming from
3930         comment-start rather than just from comment-padding.
3932         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
3933         (vc-cvs-stay-local-p): Use vc-stay-local-p.
3934         (vc-cvs-rename-file): Remove (use the default).
3935         (vc-cvs-register): Register parent dir if needed.
3936         (vc-cvs-could-register): Return non-nil if parent can be registered.
3937         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
3938         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
3940         * vc-svn.el (vc-svn-use-edit): Make it into a const.
3941         (vc-svn-update): Fix the arguments to `svn'.
3942         (vc-svn-diff-tree): Just use `vc-svn-diff'.
3943         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
3944         Simple implementations, assuming `name' is a URL.
3946         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
3947         set of chars allowed unquoted in a case pattern.
3949         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
3951         * font-lock.el (font-lock-extra-types-widget)
3952         (c-font-lock-extra-types, c++-font-lock-extra-types)
3953         (objc-font-lock-extra-types, java-font-lock-extra-types)
3954         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
3955         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
3956         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
3957         (font-lock-match-c++-structor-declaration)
3958         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
3959         (c++-font-lock-keywords-3, c++-font-lock-keywords)
3960         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
3961         (objc-font-lock-keywords-3, objc-font-lock-keywords)
3962         (java-font-lock-keywords-1, java-font-lock-keywords-2)
3963         (java-font-lock-keywords-3, java-font-lock-keywords)
3964         (java-font-lock-syntactic-face-function): Remove obsolete code
3965         and constants.  It's all in cc-fonts.el now.
3967 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
3969         * mail/sendmail.el (mail-specify-envelope-from)
3970         (mail-envelope-from): Doc fix.
3972 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
3974         * generic-x.el: Do away with the dependency on `c-emacs-features'
3975         when populating `rul-generic-mode-syntax-table'; we already know
3976         this isn't XEmacs.
3978 See ChangeLog.10 for earlier changes.
3980 ;; Local Variables:
3981 ;; coding: iso-2022-7bit
3982 ;; End:
3984     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
3985   Copying and distribution of this file, with or without modification,
3986   are permitted provided the copyright notice and this notice are preserved.
3988 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1