*** empty log message ***
[emacs.git] / lisp / ChangeLog
blobb216f42651b11ff2aeb08bce4dd7917590362439
1 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
3         * calendar/appt.el (appt-display-format): Change default to
4         'ignore, for backwards compatability.
5         (appt-display-message): If appt-display-format is 'ignore,
6         respect old vars appt-msg-window and appt-visible.
7         (appt-activate): Don't depend on return value of cancel-timer.
9         * calendar/calendar.el (calendar-holidays): Doc fix.
11         * calendar/cal-coptic.el (coptic-prompt-for-date): Use
12         assoc-string instead of assoc-ignore-case.
13         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
14         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
15         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
16         * calendar/cal-islam.el (calendar-goto-islamic-date)
17         (mark-islamic-diary-entries): Ditto.
18         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
19         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
20         (calendar-read-mayan-tzolkin-date): Ditto.
21         * calendar/calendar.el (calendar-read-date): Ditto.
22         * calendar/diary-lib.el (mark-diary-entries): Ditto.
24 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
26         * progmodes/executable.el (executable-command-find-posix-p):  Fix
27         choice of the directory.
29 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
31         * simple.el (interprogram-cut-function)
32         (interprogram-paste-function, kill-new, kill-append):
33         Doc fixes.
34         (kill-region): Make it return nil.  Doc fix.
35         (yank-pop): Make its argument optional.
36         (yank): Make ARG `-' equivalent to `-1'.
38 2004-02-17  Eli Zaretskii  <eliz@elta.co.il>
40         * mail/rmail.el (rmail-get-new-mail): Don't reference
41         rmail-use-spam-filter if rmail-spam-filter is not loaded.
43 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
45         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
46         if one of global-auto-revert-non-file-buffers or autorevert-mode
47         is non-nil.
49 2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
51         * subr.el (delete-dups): A better implementation from Karl Heuer
52         <kwzh@gnu.org>.
54 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
56         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
57         correct place.
58         * progmodes/icon.el (icon-indent-command): Ditto.
59         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
61 2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
63         * progmodes/grep.el (grep-compute-defaults): Undo change from
64         2004-01-29: don't use executable-command-find-posix-p.
66 2004-02-16  Richard Sharman  <rsharman@pobox.com>
68         * hilit-chg.el: Use require instead of eval-and-compile.
69         (highlight-compare-buffers): New function.
71 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
73         * man.el (Man-fontify-manpage): Render section headings in
74         `Man-overstrike-face' even when overstrike was not used by man
75         formatter for section headings.
77 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
79         * rmail-spam-filter.el: (vm-use-spam-filter)
80         (rsf-min-region-length-added-to-spam-list): New variables.
81         (rsf-bbdb-auto-delete-spam-bbdb-entries): Renamed from
82         rmail-bbdb-auto-delete-spam-entries.  Added cc: to recipients for
83         spam testing.  Don't delete spam message if automatic deletion
84         after output via variable rmail-delete-after-output is turned on.
85         (rsf-bbdb-dont-create-entries-for-deleted-messages): Renamed from
86         rsf-bbdb-dont-create-entries-for-spam.
87         (check-field): New function, extracted from code in
88         rmail-spam-filter to ease addition of header fields like
89         content-type.
90         (message-content-type): New variable to check the content-type:
91         field added, also in defcustom of rsf-definitions-alist.
92         (rmail-spam-filter): Replace repeated test code for header fields
93         by calls to check-field; change the call to
94         rmail-output-to-rmail-file such that rmail-current-message stays
95         the same to avoid wrong deletion of unseen
96         flags.
97         (rsf-add-contents-type): New function to convert old format
98         of rmail-spam-definitions-alist into new one.
99         Changed prefixes of all variables and functions from
100         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
102 2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
104         * loadhist.el (unload-hook-features-list): New defvar.
106 2004-02-16  Dave Love  <fx@gnu.org>
108         * loadhist.el (unload-feature): Doc fix.  Rename flist to
109         unload-hook-features-list.
111 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change).
113         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
114         cookie.  Don't check if we are looking-at open-formula.
116 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
118         * subr.el (match-string-no-properties): Use substring-no-properties.
120 2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
122         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
123         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string): Use
124         lower-case "rx" in all error message.
126 2004-02-16  Dave Love  <fx@gnu.org>
128         * emacs-lisp/rx.el (rx-or): Put group around result.
129         (rx-constituents): Add backref.
130         (rx-syntax): Add string-delimiter, comment-delimiter.
131         (rx-categories): Add combining-diacritic.
132         (rx-check-not, rx-greedy, rx): Doc fix.
133         (rx-backref, rx-check-backref): New.
135 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
137         * newcomment.el (uncomment-region): Allow eob as comment end.
139 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>  (tiny change)
141         * filecache.el: All message and error commands now use prefix
142         "Filecache:" to make it easy to read *Messages* buffer.
144 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
146         Autorevert: Add support to detect changed dired buffers and for
147         VC controlled files.
148         * autorevert.el (auto-revert-active-p, auto-revert-list-diff)
149         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
150         (auto-revert-handler, auto-revert-active-p): New functions.
151         (auto-revert-buffers): Moved revert logic to `auto-revert-handler'
152         and `auto-revert-active-p'.
153         (eval-when-compile): Defvar dired-directory and vc-mode.
154         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
155         (auto-revert-handler-vc): New functions.
157 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
159         * progmodes/compile.el (compilation-directory): New defvar.
160         (compile): Save current directory in compilation-directory.
161         (recompile): Bind default-directory to compilation-directory if
162         that is non-nil.
164 2004-02-16  Dave Love  <fx@gnu.org>
166         * newcomment.el (comment-insert-comment-function)
167         (comment-region-function, uncomment-region-function): New.
168         (comment-indent): Use comment-insert-comment-function.
169         (uncomment-region): Use uncomment-region-function.
170         (comment-region): Use comment-region-function.
172         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
174 2004-02-16  Richard Stallman  <rms@gnu.org>
176         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
177         loaddefs* and ldefs-boot*.
179 2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
181         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
182         and email address at the beginning and end of the address.
184         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
185         anchored at the beginning of the email address.
187 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
189         * international/ccl.el (ccl-compile-write): Pass `left' to
190         ccl-embed-code to generate correct code of write-expr-register.
192 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
194         * progmodes/grep.el (grep-compute-defaults): Fix typos.
196 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
198         * x-dnd.el: Mention support for Motif in commentary.
199         (x-dnd-handle-drag-n-drop-event): Ditto.
201 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
203         * ses.el: Use "ses--" prefixes for buffer-local variables.
204         Use (point-min) instead of 1, even when we know the buffer
205         is unnarrowed.
206         (ses-build-load-map): Delete.  Distribute its content to defconst's for
207         the three maps.
208         (ses-menu, ses-header-line-menu): New menus.
209         (ses-mode-map): Use them.
210         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
212 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
214         * Makefile.in: Fixed the CC Mode recompile kludge so it works
215         when building in a different directory.
217 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
219         * simple.el (kill-new): Put yank-handler property on the entire string.
221 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
223         * pcvs-defs.el (cvs-menu): Add `tag'.
225 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
227         * simple.el (kill-append): Doc fix.
229         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
230         Adapt outline-regexp to the new conventions for commenting out code.
232 2004-02-11  John Paul Wallington  <jpw@gnu.org>
234         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
236 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
238         * diff.el (diff-switches): New fun.
239         (diff, diff-backup): Use it.
240         (diff): Clean up the args construction.  Use backquote.
241         Use listp instead of consp to avoid putting a nil arg.
243 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
245         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
246         handeled by x-dnd-handle-file-name.
247         (x-dnd-known-types): Add COMPOUND_TEXT.
248         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
249         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
250         x-dnd-empty-state.
251         (x-dnd-forget-drop): Ditto.
252         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
253         (x-dnd-handle-one-url): Return private when inserting text.
254         (x-dnd-insert-ctext): New function.
255         (x-dnd-handle-file-name): New function for FILE_NAME.
256         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
257         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
258         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
260 2004-02-10  Kenichi Handa  <handa@m17n.org>
262         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
263         instead of while loop.
265 2004-02-10  Miles Bader  <miles@gnu.org>
267         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
269 2004-02-09  Kenichi Handa  <handa@m17n.org>
271         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
272         have end-of-line.
274 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
276         * Makefile.in: Added extra dependencies in the recompile target
277         needed to cope with the compile time macro expansions in CC Mode.
279 2004-02-09  Kim F. Storm  <storm@cua.dk>
281         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
282         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
283         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
284         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
285         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
286         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
287         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
288         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
289         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
290         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
291         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
293 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
295         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
296         Don't allow shrink if there's a window on our right.
298         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
299         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
300         Bring together declaration and initialization.
301         (prolog-mode-variables): Don't set the syntax table.
302         Don't set paragraph-start and comment-indent-function.
303         Add /*..*/ to the comment regexps.
304         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
305         (prolog-mode-map): Don't bind TAB.
306         (prolog-mode): Set the syntax table.
307         (prolog-comment-indent): Remove.
308         (inferior-prolog-mode-map): Initialize in the declaration.
309         (inferior-prolog-mode-syntax-table)
310         (inferior-prolog-mode-abbrev-table): New vars.
311         (inferior-prolog-mode): Derive from comint-mode.
312         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
313         minibuffer windows.
315         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
316         in file names, as long as it is unabmiguous.
318 2004-02-08  Andreas Schwab  <schwab@suse.de>
320         * textmodes/reftex-toc.el
321         (reftex-toc-load-all-files-for-promotion): Remove useless use of
322         format.  Doc fix.
324         * textmodes/refer.el (refer-find-entry-internal): Remove extra
325         format string arguments.
327         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
328         string argument.
330         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
332         * play/zone.el (zone-call): Fix format string.
334         * net/webjump.el (webjump-builtin): Add missing format string argument.
336         * midnight.el (midnight-delay-set): Remove extra format string argument.
338         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
340         * hexl.el (hexl-insert-char): Add missing format string argument.
342         * format.el (format-decode): Fix format string.
344         * emulation/vi.el (vi-mode): Remove extra format string argument.
345         (vi-repeat-last-search): Likewise.
346         (vi-reverse-last-search): Likewise.
347         (vi-goto-mark): Likewise.
348         (vi-reverse-last-find-char): Likewise.
349         (vi-repeat-last-find-char): Likewise.
350         (vi-locate-def): Likewise.
352         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
354         * ediff-util.el (ediff-toggle-read-only): Remove extra format
355         string argument.
356         (ediff-toggle-regexp-match): Likewise.
358         * dired-aux.el (dired-do-query-replace-regexp): Add missing
359         format string argument.
361         * calc/calc-map.el (calc-get-operator): Remove extra format
362         string argument.
364         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
366         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
367         string argument.
369         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
371         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
373         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
375         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
376         (cl-struct-setf-expander): Likewise.
378         * vc.el (with-vc-file): Fix unsafe uses of error.
379         (vc-cancel-version): Likewise.
381 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
383         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
384         thousands separator; fixes <class>:<line-number> regexp for
385         non-english locales.
387 2004-02-08  Andreas Schwab  <schwab@suse.de>
389         * view.el (view-mode-enable): Revert previous change.
391 2004-02-07  Kim F. Storm  <storm@cua.dk>
393         * simple.el (line-number-at-pos): Rename from line-at-pos.
394         Uses changed (what-line and vc-annotate-warp-version).
396 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
398         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
399         (diff-mode): Remove aborted attempt at support for compile.el.
400         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
402 2004-02-06  Andreas Schwab  <schwab@suse.de>
404         * view.el (view-mode-enable): Add view-mode-map to
405         minor-mode-overriding-map-alist.
407 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
409         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
411 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
413         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
414         with point inside rather than after the paragraph.
416 2004-02-04  Sam Steingold  <sds@gnu.org>
418         * mail/smtpmail.el (smtpmail-try-auth-methods):
419         Do not try authentication when no mechanism is available.
420         Pass port-name as defaultport to `netrc-machine'.
422 2004-02-04  Stephen Eglen  <stephen@gnu.org>
424         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
425         to show how minibuffer height can be constrained.
427 2004-02-04  John Paul Wallington  <jpw@gnu.org>
429         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
431 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
433         * x-dnd.el: New file for drag and drop.
435         * term/x-win.el: require x-dnd, set after-make-frame-functions
436         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
437         drag-n-drop event.
439         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
440         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
441         (dired-dnd-handle-file): New functions for drag and drop support.
442         (dired-mode): Initialize drag and drop if x-dnd present.
444 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
446         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
447         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
448         (cperl-mode): Set fill-paragraph-function.
449         (cperl-fill-paragraph): Make it non-interactive.
451 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
453         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
455 2004-02-02  David Kastrup  <dak@gnu.org>
457         * replace.el (perform-replace): Allow 'literal argument in
458         regexp-flag to indicate literal replacement.
459         (query-replace-regexp-eval): Use it.
461 2004-02-01  Andreas Schwab  <schwab@suse.de>
463         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
465 2004-02-01  Stephen Eglen  <stephen@gnu.org>
467         * info-look.el: Add support for maxima-mode.  Update commentary
468         because info-lookup-symbol is now bound to C-h S.
470 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
472         * simple.el (edit-and-eval-command): Bind print-level and
473         minibuffer-history-sexp-flag around call to read-from-minibuffer.
474         Correct initial position in command-history.
476 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
478         * files.el (read-directory-name): Adapt the docstring to recent
479         change in Fread_file_name.
481 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
483         * ses.el (ses-print-cell): If print format too wide for column
484         width, truncate decimal places if that helps to avoid "#####" fill.
485         * ses.el (ses-initial-column-width): Revert previous change.
487 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
489         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
490         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
491         Add edebug info.
492         (jit-lock-mode): Setup/cancel the new timer.
493         (jit-lock-context-fontify): New fun.  Extracted from
494         context fontification code of jit-lock-stealth-fontify.
495         (jit-lock-stealth-fontify): Don't do context fontification any more.
497         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
498         (jit-lock-fontify-now): Handle the `quit' case.
499         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
501 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
503         * progmodes/executable.el (executable-command-find-posix-p):
504         New.  Check if find handles arguments Posix-style.
506         * progmodes/grep.el (grep-compute-defaults):
507         Use executable-command-find-posix-p.
508         (grep-find): Check `grep-find-command'.
510         * filecache.el (file-cache-find-posix-p): Delete.
511         (file-cache-add-directory-using-find):
512         Use `executable-command-find-posix-p'.
514 2004-01-29  Dave Love  <fx@gnu.org>
516         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
517         Iterate the hook function if arg is given.
518         (mark-defun, narrow-to-defun): Change order of finding the limits.
520         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
521         (byte-compile-format-warn): New.
522         (byte-compile-callargs-warn): Use it.
523         (Format, message, error): Add byte-compile-format-like property.
524         (byte-compile-maybe-guarded): New.
525         (byte-compile-if, byte-compile-cond): Use it.
526         (byte-compile-lambda): Compile interactive forms,
527         just to make warnings about them.
529 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
531         * ses.el (ses-initial-column-width): Increase to 14, so it will
532         work well with the default printer of "%.7g" for extreme values
533         like "-1.234567e+07".
535 2004-01-29  Kenichi Handa  <handa@m17n.org>
537         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
539 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
541         * dos-w32.el: Added support for the `default-printer-name' function.
543 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
545         * server.el (server-socket-name): Don't use the hostname in the
546         socket name since /tmp is local to the host anyway.
548         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
549         robust check of widening and fix var-naming.
551 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
553         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
554         or rmail-spam- to rsf- in all function and variable names.
555         (rsf-min-region-to-spam-list): New variable.
556         (rsf-bbdb-auto-delete-spam-entries): Rename from
557         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
558         scanned together with the recipients field for spam testing; Don't
559         delete spam message if rmail-delete-after-output is non-nil;
560         (rsf-check-field): New function, extracted from code in
561         rmail-spam-filter to ease addition of header fields like
562         content-type:;
563         (message-content-type): New variable.  The content-type: field was
564         added also in defcustom of rsf-definitions-alist;
565         (rmail-spam-filter): Replace repeated test code for header fields
566         by calls to check-field; change the call to
567         rmail-output-to-rmail-file such that rmail-current-message stays
568         the same to avoid wrong deletion of unseen flags.
569         (rmail-use-spam-filter): Add autoload cookie.
571 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
573         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
574         (file-cache-add-directory-using-find): Add Cygwin support.
575         (file-cache-find-command-posix-flag): New user variable.
577         * filecache.el (file-cache-add-directory): Check for
578         directories an remove them from dir-files.
580 2004-01-27  Richard M. Stallman  <rms@gnu.org>
582         * man.el (Man-fontify-manpage): Clean up message.
584 2004-01-27  Kenichi Handa  <handa@m17n.org>
586         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
587         (sentence-end): Define using sentence-end-without-space.
589         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
590         a sentence ends with one of a character in sentence-end-without-space.
592 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
594         * font-lock.el (font-lock): Add jit-lock as explicit group member.
595         (jit-lock): Group declaration moved to jit-lock.el.
596         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
597         when necessary.
599         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
600         (jit-lock-context-unfontify-pos): Rename from
601         jit-lock-first-unfontify-pos.
602         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
604 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
606         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
607         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
608         (fortran-fill): When filling a string, adjust re-search-backward
609         argument for special case of string just on fill-column.
610         When filling non-string, allow one extra char if
611         fortran-break-before-delimiters is non-nil.
612         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
613         Use fortran-break-delimiters-re and fortran-no-break-re to
614         correctly handle cases such as "**".
616         * progmodes/f90.el (f90-break-delimiters): Doc fix.
617         (f90-no-break-re): Add some extra tokens.  Doc fix.
619 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
621         * mail/rmail-spam-filter.el:
622         Use two semicolons as Commentary line prefix.
623         Add ";;; Code:" stylized comment.
624         Delete end-of-line whitespace.
625         Wrap (require 'cl) with `eval-when-compile'.
627 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
629         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
630         at the top level of vc.el.
632 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
634         * vc.el (vc-current-line): Function removed.  This is now done by
635         the new function line-at-pos in simple.el.
636         (vc-annotate-warp-version): Use line-at-pos instead of
637         vc-current-line.
639 2004-01-22  Kim F. Storm  <storm@cua.dk>
641         * simple.el (line-at-pos): New defun.
642         (what-line): Use it.  Optimize by only counting lines in narrowed
643         region once.
645 2004-01-22  Kenichi Handa  <handa@m17n.org>
647         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
648         point (register r1) only for charset mule-unicode-0100-24ff.
650 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
652         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
653         trailing white space and ensure a final newline.
655         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
656         Add autoload cookie.
658 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
660         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
661         activate view-mode explicitly.
663 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
665         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
666         use clipboard first.
668 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
670         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
671         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
672         (vc-mcvs-cvs): Remove.
673         (vc-mcvs-command): Remove use of assert.
675         * outline.el (outline-insert-heading): Tighten up match.
676         (outline-demote, outline-move-subtree-down): Don't assume anything
677         about outline-regexp.
679         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
680         (texinfo-show-structure): Explicitly add ^, and simplify.
682 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
684         * calendar/appt.el (appt-check): Restore usage of
685         appt-issue-message deleted in previous change.
686         (top-level): Activate package when loaded (needed for backwards
687         compatibility).
689 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
691         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
692         following previous change to smtpmail-send-data.
694 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
696         * vc.el (vc-default-previous-version): Doc enhancement.
697         (vc-default-next-version): New function.
698         (vc-print-log): New arg FOCUS-REV.
699         (vc-annotate-mode): Derive from view-mode.
700         (vc-annotate): New args REVISION, DISPLAY-MODE.
701         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
702         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
703         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
704         (vc-annotate-show-diff-revision-at-line, vc-current-line)
705         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
707         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
709 2004-01-19  Karl Berry  <karl@gnu.org>
711         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
712         or "TexInfo".
714 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
716         * subr.el (delete-dups): New function.
718 2004-01-19  Karl Berry  <karl@gnu.org>
720         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
721         with ^, since that's what texinfo-show-structure
722         documentation says (plus it works much better in texinfo.txi).
724 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
726         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
728 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
730         * progmodes/which-func.el (which-function-mode): Don't cancel
731         which-func-update-timer if not set.
733 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
735         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
736         Remove spurious left square bracket in XX:XXam regexp.
738 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
740         * progmodes/cc-defs.el: Do not require cl at run time.
742 2004-01-16  Richard M. Stallman  <rms@gnu.org>
744         * emacs-lisp/cl.el (cl-cannot-unload): New function.
745         (cl-unload-hook): Defvar this to run cl-cannot-unload.
747         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
748         Call rmail-spam-filter.  Delete and expunge spam.
749         Print number of spam messages deleted.
750         Save and restore the deletion status of old messages when reading
751         new mail with spam filter, so that expunging spam does not expunge
752         msgs deleted by the user.
753         (rmail-only-expunge): Add an optional argument dont-show to
754         prevent showing message after expunge.
756 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
758         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
759         * subr.el (declare): New macro.
761 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
763         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
765 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
767         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
768         Test window-system rather than system-type (for X11/Mac).
770 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
772         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
774 2004-01-12  Richard M. Stallman  <rms@gnu.org>
776         * mail/rmail.el (rmail-convert-to-babyl-format):
777         Use mail-unquote-printable-region.
778         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
779         (rmail-hex-char-to-integer): Functions deleted.
781         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
782         (mail-unquote-printable-region): New arg NOERROR.
783         For invalid encoding, either signal an error to just return nil.
785 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
787         * calendar/appt.el: Update copyright and commentary.
788         (appt-issue-message): Make obsolete.
789         (appt-visible, appt-msg-window): Make obsolete, in favour of
790         appt-display-format.
791         (appt-display-mode-line, appt-display-duration)
792         (appt-display-diary, appt-time-msg-list, appt-mode-string)
793         (appt-prev-comp-time, appt-display-count, appt-timer)
794         (appt-convert-time): Doc change.
795         (appt-disp-window-function, appt-delete-window-function):
796         Use defcustom rather than defvar.
797         (appt-display-format): New variable.
798         (appt-display-message): New function with display code from appt-check.
799         (appt-check): Add optional FORCE argument.  Doc change.
800         Add appt-make-list to diary-hook if displaying diary.
801         Remove checking of view-diary-entries-initially.
802         Message display section removed to new function appt-display-message.
803         (appt-display-window): Doc change.  Remove unused internal var
804         this-buffer.  Do not beep, since appt-display-message does that.
805         (appt-make-list): Doc change.  Use caar.
806         (appt-sort-list): Simplify by using builtin sort function.
807         (appt-update-list): New function for updating appts when diary is
808         saved.
809         (appt-activate): New autoloaded function to toggle package
810         functionality.
812         * calendar/cal-x.el: (calendar-one-frame-setup)
813         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
815         * calendar/calendar.el: Update copyright.
816         (view-diary-entries-initially, european-calendar-style): Doc change.
817         (calendar-setup): Make defcustom rather than defvar.
818         (mark-visible-calendar-date): Initialize temp-face and faceinfo
819         in let binding so local to function.
821         * calendar/diary-lib.el: Update copyright.
822         (diary, diary-entry-time): Doc change.
823         (list-diary-entries): Doc change.  Trivial logic change.
824         (fancy-diary-display): Restore make-face command mistakenly
825         deleted 2003-05-08.
826         (show-all-diary-entries): Allow to pop-up frame if needed.
828 2004-01-09  John Paul Wallington  <jpw@gnu.org>
830         * bindings.el (mode-line-change-eol): Add EVENT parameter.
831         Temporarily select EVENT's window for changing eol type.
833 2004-01-09  Deepak Goel  <deego@gnufans.org>
835         * calendar/diary-lib.el (diary-entry-time):
836         Also accept time in the form XX[.XX][am/pm/AM/PM].
837         (fancy-diary-font-lock-keywords): Likewise.
838         (diary-font-lock-keywords): Likewise.
839         * calendar/appt.el (appt-add): Likewise.
840         (appt-make-list): Likewise.
841         (appt-convert-time): Likewise.
843 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
845         * gdb-ui.el (gdb-ann3): Revert previous change.
846         (gdb-source-info): Allow for case of where compilation directory
847         is not recorded.
849 2004-01-08  John Paul Wallington  <jpw@gnu.org>
851         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
853 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
855         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
857         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
858         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
859         problems.
860         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
862 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
864         * files.el (write-file-functions, write-contents-functions):
865         Clarify docstrings.
867 2004-01-07  Kenichi Handa  <handa@m17n.org>
869         * international/mule.el (set-auto-coding): Fix for the case that
870         end-of-line is only CR.
872 2004-01-07  Kim F. Storm  <storm@cua.dk>
874         * subr.el (event-start, event-end): Doc fix.
875         (posn-string, posn-image): New defuns.
876         (posn-object): Return either image or string object.
877         (posn-object-x-y): Return 8th element of position.
878         (posn-object-width-height): New defun.
880 2004-01-06  Andreas Schwab  <schwab@suse.de>
882         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
883         output.
885 2004-01-05  Karl Berry  <karl@gnu.org>
887         * emacs-lisp/copyright.el (copyright-regexp): might as well allow
888         / and *, too.
890 2003-12-31  Simon Josefsson  <jas@extundo.com>
892         * files.el (before-save-hook): Add.
893         (basic-save-buffer): Use before-save-hook.
895         * emacs-lisp/copyright.el: Fix comment to recommend
896         before-save-hook instead of write-file-functions.
898 2004-01-05  Richard M. Stallman  <rms@gnu.org>
900         * finder.el (finder-commentary): Call delete-other-windows.
902         * net/ange-ftp.el (ange-ftp-file-attributes):
903         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
905 2004-01-04  Karl Berry  <karl@gnu.org>
907         * emacs-lisp/copyright.el (copyright-regexp): allow the common
908         comment characters % and # in the copyright year notice,
909         as well as ;.
911 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
913         * wid-edit.el (default): Define dummy :value-delete.
914         Reported by Jesper Harder <harder@ifa.au.dk>.
916 2004-01-03  Richard M. Stallman  <rms@gnu.org>
918         * progmodes/compile.el (compile-internal): Use point, not point-min,
919         for set-window-point.
921         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
923         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
925         * progmodes/grep.el (grep-mode-map):
926         Don't remap next-line, previous-line.
928 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
930         * speedbar.el (speedbar-edit-line): Change regexp to position
931         the cursor on the first character of this line's button.
933 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
935         * subr.el (functionp): Doc fix.
937 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
939         * progmodes/idlwave.el (idlwave-make-tags):
940         * textmodes/flyspell.el (flyspell-large-region):.
941         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
942         * emulation/viper-util.el (viper-glob-unix-files):
943         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
944         * man.el (Man-init-defvars):
945         * jka-compr.el (jka-compr-call-process):
946         * files.el (get-free-disk-space,insert-directory):
947         * ediff-ptch.el (ediff-test-patch-utility):
948         * ediff-diff.el (ediff-test-utility):
949         * dired-aux.el (dired-check-process):
950         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
951         test the return value of call-process, because it can be a string.
953 2003-12-31  John Paul Wallington  <jpw@gnu.org>
955         * bindings.el (completion-ignored-extensions): Add .pfsl.
957 2003-12-31  Kim F. Storm  <storm@cua.dk>
959         * ido.el (ido-nonreadable-directory-p): New defun to check for
960         nonreadable directory without activating tramp (to avoid problems
961         with checking incomplete tramp paths.
962         (ido-set-current-directory, ido-file-internal)
963         (ido-file-name-all-completions1): Use it.
965 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
967         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
968         documentation if the anchor (or node) name is preceded by `info
969         anchor' or `Info anchor' in addition to earlier `info node' and
970         `Info node'.
971         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
973 2003-12-30  Eli Zaretskii  <eliz@elta.co.il>
975         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
976         error in arguments to base64-decode-region.  Remove ^M characters
977         after decoding base64.
979 2003-12-30  Simon Josefsson  <jas@extundo.com>
981         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
982         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
983         have only been distributed with Emacs for some years.
984         (texinfo-mode-hook): Customize.
986 2003-12-30  Eli Zaretskii  <eliz@elta.co.il>
988         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
989         cleaner (suggested by Richard Stallman).
991         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
992         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
993         file-name clashes on 8+3 DOS filesystems.
995         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
996         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
997         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
998         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
999         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
1000         file-name clashes on 8+3 filesystems.
1002         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
1003         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
1004         file-name clashes on 8+3 DOS filesystems.
1006 2003-12-29  Richard M. Stallman  <rms@gnu.org>
1008         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
1009         Upcase the character.
1011         * textmodes/flyspell.el (mail-mode-flyspell-verify):
1012         Search for header separator alone on a line, literally,
1013         and search for it backward, not forward.
1014         (flyspell-abbrev-table): Always use global-abbrev-table
1015         if there is no local one.
1017         * progmodes/sh-script.el (sh-get-indent-info):
1018         Don't move point back if at bob.
1020         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
1022         * play/handwrite.el (handwrite): Make the handwrite credit message
1023         a comment rather than an output command.
1025         * obsolete/sc.el: Display message that this file is obsolete.
1027         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
1029         * mail/rfc822.el (rfc822-address-start): Declare variable.
1030         Renamed from address-start.  All uses changed.
1032         * term.el (term-exec): Set up sentinel.
1033         (term-sentinel): New function.
1034         (term-handle-exit): New function.
1036         * subr.el (assoc-ignore-case, assoc-ignore-representation):
1037         Use assoc-string, and mark them obsolete.
1038         (delay-mode-hooks): Mark as permanent local.
1040         * simple.el (sendmail-user-agent-compose): Use assoc-string.
1042         * register.el (copy-rectangle-to-register): Doc fix.
1044         * info.el (Info-insert-dir): Use assoc-string.
1046         * info-look.el (info-lookup): Use assoc-string.
1048         * frame.el (pop-up-frame-function): Use quote, not `function'.
1049         (frame-notice-user-settings): Calculate ADJUSTED-TOP
1050         copying with lists as coordinate values.
1052         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
1054         * find-dired.el (kill-find): New command.
1055         (find-dired): Make buffer read-only.
1056         Set up a keymap with C-c C-k running kill-find.
1057         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
1059         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
1061         * filecache.el (file-cache-ignore-case): New variable.
1062         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
1064         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
1065         (comint-dynamic-complete-as-filename): Rename local vars.
1066         (comint-dynamic-list-filename-completions): Likewise.
1068         * comint.el (comint-dynamic-list-completions-config): New var.
1069         (comint-dynamic-list-completions): Handle both SPC and TAB right.
1071         * comint.el (comint-file-name-chars): Add [].
1072         (comint-word): Use skip-chars-backward, not search.
1074         * shell.el (shell-file-name-chars): Add [].
1076         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
1078         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
1080         * generic.el (define-generic-mode): Doc fix.
1082 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
1084         * files.el (kill-some-buffers): Doc fix.
1086 2003-12-29  David Herring <sdh6@ra.msstate.edu>  (tiny change)
1088         * comint.el (comint-watch-for-password-prompt): Pass `string' as
1089         arg to send-invisible
1090         (send-invisible): Doc fix.  The argument is now a prompt, not the
1091         string to send.
1092         (comint-read-noecho): Doc fix.
1094 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
1096         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
1097         "@", as required by some ISP hosting service.  Fix defcustom
1098         argument syntax errors that prevented use of customization.
1100 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
1102         * xml.el (xml-get-attribute-or-nil): Doc fix.
1104 2003-12-29  Peter 'Luna' Runestig <peter@runestig.com>
1106         * net/zone-mode.el (zone-mode): Use write-file-functions, not
1107         write-file-hooks.
1109 2003-12-29  Eric Hanchrow <offby1@blarg.net>  (tiny change)
1111         * autorevert.el (auto-revert-interval): Doc fix.
1113 2003-12-29  Mark A. Hershberger <mah@everybody.org>
1115         * xml.el (xml-get-attribute-or-nil): New function, like
1116         xml-get-attribute, but returns nil if the attribute was not found.
1117         (xml-get-attribute): Convert to defsubst, uses
1118         xml-get-attribute-or-nil.
1120 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
1122         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
1124 2003-12-29  Alex Schroeder <alex@emacswiki.org>  (tiny change)
1126         * custom.el (custom-declare-theme): Use `value' when putting
1127         properties on `theme'.
1129 2003-12-29  Takaaki Ota <Takaaki.Ota@am.sony.com>
1131         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
1132         for each yank-handler segment.
1133         (insert-for-yank-1): New function, with the body of the previous
1134         insert-for-yank.
1136         * textmodes/table.el (table-yank-handler): New defcustom.
1137         (table--put-cell-indicator-property): Put yank-handler property
1138         that indicates the yank handler for the table cell.
1140 2003-12-29  Jesper Harder <harder@ifa.au.dk>  (tiny change)
1142         * generic-x.el (etc-modules-conf-generic-mode): A more complete
1143         set of keywords.
1145 2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
1147         * international/mule-cmds.el (reset-language-environment)
1148         (set-language-environment): Don't invoke fontset-related functions
1149         if fontset-list is not fboundp.
1151 2003-12-29  Kenichi Handa  <handa@m17n.org>
1153         * international/mule-cmds.el (reset-language-environment):
1154         Call set-overriding-fontspec-internal with nil.
1155         (set-language-environment): Call set-overriding-fontspec-internal
1156         if the language environment specify `overriding-fontspec'.
1157         (language-info-alist): Doc added.
1159         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
1160         characters of mule-unicode-0100-24ff.
1161         (ccl-encode-windows-1251-font): New CCL program.
1162         ("Bulgarian"): Specify overriding-fontspec.
1163         ("Belarusian"): Likewise.
1165 2003-12-28  Sam Steingold  <sds@gnu.org>
1167         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
1168         parameter ID-FORMAT to conform with the 2003-11-30 patch.
1170 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
1172         * progmodes/gud.el (gud-gdb-command-name): Set default to
1173         "gdb --annotate=3".
1174         (gud-gdb-marker-filter): Look out for annotations.
1175         (gdb-first-pre-prompt): New variable.
1176         Remove trailing white space.
1178         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
1179         if necessary.
1180         (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
1181         annotations are detected.
1182         (gud-gdba-marker-filter): Use global variable gud-marker-acc
1183         instead of a local one to allow transition from
1184         gud-gdb-marker-filter.
1185         Remove trailing white space.
1187 2003-12-27  Kim F. Storm  <storm@cua.dk>
1189         * ido.el: Handle non-readable directories.
1190         (ido-decorations): Add 9th element for non-readable directory.
1191         (ido-directory-nonreadable): New dynamic var.
1192         (ido-set-current-directory): Set it.
1193         (ido-read-buffer, ido-file-internal):
1194         (ido-read-file-name, ido-read-directory-name): Let-bind it.
1195         (ido-file-name-all-completions1): Return empty list for
1196         non-readable directory.
1197         (ido-exhibit): Print [Not readable] if directory is not readable.
1198         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
1199         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
1200         Use it.
1202 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
1204         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
1205         calls to directory-files-and-attributes and file-attributes.
1206         (ls-lisp-format): Remove system dependent handling of user and
1207         group id's.
1209 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
1211         * ffap.el (ffap-read-file-or-url): Revert previous change.
1213 2003-12-25  Robert J. Chassell <bob@rattlesnake.com>
1215         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
1216         new list of included files called `files-with-node-lines', that
1217         only have node lines.  This way @include commands can include any
1218         file, such as version and update files without node lines, not
1219         just files that are chapters.
1221 2003-12-25  Andreas Schwab  <schwab@suse.de>
1223         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
1224         file not found.
1226 2003-12-08  Miles Bader  <miles@gnu.org>
1228         * dired.el (dired-between-files): Always use dired-move-to-filename,
1229         which is more robust in non-english locales.
1231 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
1233         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
1235 2003-12-24  Andreas Schwab  <schwab@suse.de>
1237         * shell.el (shell-file-name-quote-list): Add backslash.
1239         * comint.el (comint-quote-filename): Correctly handle backslash
1240         in comint-file-name-quote-list.
1242 2003-12-24  Kenichi Handa  <handa@m17n.org>
1244         * international/mule-cmds.el (set-default-coding-systems):
1245         Call ucs-set-table-for-input for all buffers that don't have local
1246         value of buffer-file-coding-system.
1248         * international/ucs-tables.el (ucs-set-table-for-input):
1249         If translation-table-for-encode is a symbol, get its
1250         translation-table property.
1252 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
1254         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
1255         to `completing-read' on a recently fixed bug.
1257         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
1258         instead of SPACE, to get the list of possible fringe modes.
1259         SPACE only works if both `partial-completion-mode' and
1260         `completion-auto-help' are nil.
1262         * complete.el (PC-is-complete-p): Delete.
1263         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
1264         calls to `test-completion'.
1266 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
1268         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
1269         to edit values when there are no children.
1271         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
1272         a mode called "Assembler" already exists.
1273         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
1274         (gud-watch): Use format option. Remove font properties from string.
1275         (gdb-var-create-handler, gdb-var-list-children-handler):
1276         Don't bother about properties as there are none.
1277         (gdb-var-create-handler, gdb-var-list-children-handler)
1278         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
1279         with two arguments.
1280         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
1281         Let speedbar show value changes with a different font.
1282         (gdb-edit-value): New defun.
1283         (gdb-clear-partial-output, gdb-clear-inferior-io)
1284         (def-gdb-auto-update-handler): Use erase-buffer.
1285         (gdb-frame-handler): Display watch expressions in
1286         FUNCTION::VARIABLE format if required.
1288 2003-12-23  John Paul Wallington  <jpw@gnu.org>
1290         * info.el (Info-unescape-quotes, Info-split-parameter-string)
1291         (Info-goto-emacs-command-node): Doc fixes.
1293 2003-12-12  Jesper Harder <harder@ifa.au.dk>
1295         * cus-edit.el (custom-add-parent-links): Define "many".
1297 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
1299         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
1300         (widget-child-validate, widget-type-value-create)
1301         (widget-type-default-get, widget-type-match): New functions.
1302         (lazy): New widget.
1303         (menu-choice, checklist, radio-button-choice, editable-list)
1304         (group, documentation-string): Remove redundant (per 2003-10-25
1305         change) calls to `widget-children-value-delete'.
1306         (widget-choice-value-get, widget-choice-value-inline): Remove.
1307         (menu-choice): Update widget.
1309 2003-12-03  Kenichi Handa  <handa@m17n.org>
1311         * language/cyrillic.el: Register "microsoft-cp1251" in
1312         ctext-non-standard-encodings-alist.
1313         ("Bulgarian"): Add ctext-non-standard-encodings.
1314         ("Belarusian"): Likewise.
1316         * international/mule-conf.el (compound-text-with-extensions):
1317         Change the type to 2 (iso-2022 base).
1319         * international/mule.el (ctext-non-standard-encodings-alist):
1320         Change the format.
1321         (ctext-non-standard-encodings): New variable.
1322         (ctext-post-read-conversion): Fully re-written.
1323         (ctext-non-standard-designations-alist): Delete it.
1324         (ctext-non-standard-encodings-table): New function.
1325         (ctext-pre-write-conversion): Fully re-written.
1327 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
1329         * cus-edit.el (custom-add-parent-links): Add documentation links
1330         for parent, if the item has none of its own.
1332 2003-11-30  Richard M. Stallman  <rms@gnu.org>
1334         * dired-aux.el (dired-do-query-replace-regexp):
1335         Report files visited read-only.
1337 2003-11-30  Juri Linkov  <juri@jurta.org>
1339         * dired-aux.el (dired-compare-directories): New command.
1340         (dired-file-set-difference, dired-files-attributes): New functions.
1342 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
1343         Version 2.0.38 of Tramp released.
1345         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
1346         Charles Curley <charlescurley@charlescurley.com>.
1347         (tramp-multi-connection-function-alist): Add ssht entry which adds
1348         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
1349         Aichner.
1350         (tramp-get-method-parameter): New function to retrieve a method
1351         parameter.  This allows for omission of method parameters.
1352         Callers adjusted.
1354 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
1356         * net/tramp.el: Add new optional parameter ID-FORMAT to
1357         `file-attributes'.  Calls of `file-attributes' won't use this
1358         parameter for backward compatibility reasons.
1359         (tramp-perl-file-attributes): Add a new parameter to Perl script
1360         in order to handle uid/gid as strings, if desired.
1361         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
1362         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
1363         order to make the function more general.
1364         (tramp-handle-file-attributes): Replace proprietary optional
1365         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
1366         (tramp-handle-file-attributes-with-perl): Handle parameter
1367         NONNUMERIC if set. This wasn't done in the past.
1368         (tramp-post-connection): Apply second parameter "$2" if
1369         `tramp-remote-perl' is called.
1371         * net/tramp-smb.el (tramp-smb-handle-delete-file):
1372         Correct cut'n'waste error (`filename' instead of `directory').
1373         (tramp-smb-handle-directory-files-and-attributes)
1374         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
1375         introduced parameter ID-FORMAT.
1376         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
1377         error (`directory' instead of `ldir').
1379         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
1380         `file-attributes' has a second parameter.  If yes, apply it with
1381         value "'integer".  Otherwise, don't use that parameter (default is
1382         integer format).
1385 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
1387         * help.el (help-map): Bind `display-local-help' to `C-h .'.
1388         (help-for-help): Add `C-h .' to the listed Help options.
1389         Remove trailing whitespace.
1391         * help-at-pt.el: New file.
1393 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
1395         * subr.el (noreturn, 1value): New macros for test coverage.
1396         See `testcover.el'.
1398         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
1400         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
1401         for macro `1value'.
1402         (testcover-1value): New function.  Checks that a 1value form
1403         actually returns only one value.  Requested by RMS.
1405 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
1407         * gdb-ui.el (gud-watch, gdb-var-create-handler)
1408         (gdb-var-list-children, gdb-var-list-children-handler)
1409         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
1410         gdb commands that use mi to keep them out of the command history.
1412 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1414         * cus-start.el (all): Add use-file-dialog.
1416 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1418         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
1420 2003-11-27  Kim F. Storm  <storm@cua.dk>
1422         * subr.el (posn-object-x-y): New defun.
1424 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1426         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
1427         Don't use `space' for \\\n.
1428         Be more selective as to which # are comment-starters.
1430 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
1432         * subr.el (number-sequence): Improve handling of floating point
1433         arguments (suggested by Kim Storm).  Allow negative arguments.
1435 2003-11-26  Kenichi Handa  <handa@m17n.org>
1437         * international/mule-cmds.el (standard-display-european-internal):
1438         Cancel the standard-display-table setting for ` and '.
1440 2003-11-26  Kim F. Storm  <storm@cua.dk>
1442         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
1443         New defcustoms to add ffap-like functionality to ido.
1444         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
1445         (ido-no-final-slash): New defun.
1446         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
1447         (ido-read-file-name): ): Toggle VC checking via
1448         vc-handled-backends instead of vc-master-templates.
1449         (ido-file-internal): Handle ido-use-url-at-point and
1450         ido-use-filename-at-point via code borrowed from ffap-guesser.
1451         Handle new ido-exit code ffap.
1452         (ido-sort-list): Ignore final slash when sorting file names.
1454 2003-11-25  Kim F. Storm  <storm@cua.dk>
1456         * emulation/cua-base.el (cua--standard-movement-commands):
1457         Add forward-sentence and backward-sentence.
1459 2003-11-25  Stephen Eglen  <stephen@gnu.org>
1461         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
1462         iswitchb-exit is set to 'usefirst when user selects buffer at head
1463         of list using RET.  (Selecting buffers at the head of the list was
1464         broken if the substring was also a complete buffername.)
1466 2003-11-23  Kim F. Storm  <storm@cua.dk>
1468         * progmodes/compile.el (grep-command, grep-use-null-device)
1469         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
1470         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
1471         (grep-regexp-alist, grep-program, find-program)
1472         (grep-find-use-xargs, grep-history, grep-find-history)
1473         (grep-process-setup, grep-compute-defaults)
1474         (grep-default-command, grep, grep-tag-default, grep-find)
1475         (grep-expand-command-macros, grep-tree-last-regexp)
1476         (grep-tree-last-files, grep-tree): Move grep variables, functions
1477         and commands to new file grep.el.
1478         (compilation-mode-map): Remove grep commands from Compile sub-menu.
1479         (compilation-process-setup-function): Doc fix.
1480         (compilation-highlight-regexp, compilation-highlight-overlay): New
1481         defvars used for highlighting current compile error in source buffer.
1482         (compile-internal): New optional args HIGHLIGHT-REGEXP and
1483         LOCAL-MAP which overrides compilation-highlight-regexp and
1484         compilation-mode-map for this compilation.
1485         Delay calling compilation-set-window-height until after running
1486         compilation-process-setup-function so it can buffer-local override
1487         compilation-window-height.
1488         Check buffer-local value of compilation-scroll-output.
1489         (compilation-set-window-height): Use buffer-local value of
1490         compilation-window-height.
1491         (compilation-revert-buffer): Don't pass (undefined)
1492         preserve-modes arg to revert-buffer.
1493         (next-error-no-select, previous-error-no-select): New commands.
1494         (compilation-goto-locus): Temporarily highlight current match in
1495         source buffer using compilation-highlight-regexp.
1497         * progmodes/grep.el: New file with grep code from compile.el.
1498         (grep): New defcustom group.
1499         (grep-window-height): New defcustom, like compilation-window-height.
1500         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
1501         (grep-scroll-output): New defcustom, like compilation-scroll-output.
1502         (grep-command, grep-use-null-device, grep-find-command)
1503         (grep-tree-files-aliases, grep-tree-ignore-case)
1504         (grep-tree-ignore-CVS-directories): Move to grep custom group.
1505         (grep-setup-hook): New hook variable.
1506         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
1507         (grep-last-buffer): New defvar, override compilation-last-buffer.
1508         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
1509         Call compile-internal with args highlight-regexp and grep-mode-map.
1511 2003-11-23  Kim F. Storm  <storm@cua.dk>
1513         * subr.el (event-start, event-end): Doc fix.
1514         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
1515         (posn-area, posn-actual-col-row, posn-object): New defuns.
1516         (posn-col-row): Simplify doc.  Rewrite to use cond.
1517         (posn-point): Also return buffer position for events outside text
1518         area (that info is now present in the event position).
1520         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
1521         mouse-set-point so that hscroll still works now that clicks on
1522         fringes generate specific mouse events.
1523         (mouse-set-point): Note that it now works in fringes and margins
1524         too due to new semantics of posn-point in fringes and margins.
1526         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
1527         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
1529 2003-11-20  Kim F. Storm  <storm@cua.dk>
1531         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
1532         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
1533         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
1534         to 100 for icons to avoid increasing line height when shown.
1536 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1538         * newcomment.el (comment-normalize-vars): Initialize properly if
1539         comment-start was nil.
1541 2003-11-19  Andreas Schwab  <schwab@suse.de>
1543         * simple.el (set-variable): Fix indentation.
1545 2003-11-17  Kenichi Handa  <handa@m17n.org>
1547         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
1548         Fix docstring.
1550 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1552         * international/latin1-disp.el (latin1-display): Fix docstring.
1554 2003-11-16  John Wiegley  <johnw@newartisans.com>
1556         * eshell/em-ls.el (eshell-ls-file): There are times with
1557         size-width is nil and uncomputed (when directories are created in
1558         dired, for example); in this case, 4 is reasonable default value,
1559         although it may caused skewed new entries (which could be avoided
1560         by returning the original value of 8 in all cases, but 99% of the
1561         time this is a waste of whitespace).
1563 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
1565         * cc-engine.el (c-guess-continued-construct)
1566         (c-guess-basic-syntax): Check a little more carefully if it's a
1567         function declaration when an unknown construct followed by a block
1568         is found inside a statement context.  This avoids macros followed
1569         by blocks to be taken as function declarations.
1571         (c-guess-continued-construct): Change the analysis of a statement
1572         continuation with a brace open to `substatement-block', for
1573         consistency with recognized statements.
1575         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
1576         start is in a position so that `c-beginning-of-statement-1' jumped
1577         to the beginning of the same statement.
1579         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
1580         Don't accept binary operators in the arglist if we're in a function
1581         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
1582         template recognition in cases like "if (a < b || c > d)".
1584         (c-restricted-<>-arglists): New more appropriate name for
1585         `c-disallow-comma-in-<>-arglists'.
1587         Accessing functions updated for the variable name change.
1589         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
1590         match data could get clobbered if NOT-INSIDE-TOKEN is used.
1592         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
1593         labels.
1595         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
1596         instead of duplicating parts of it.  This fixes bogus label
1597         recognition.
1599         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
1600         of checking the context in which to apply the minimum indentation,
1601         so that it isn't enforced in e.g. namespace blocks.
1603         * cc-vars.el (c-inside-block-syms): New constant used by
1604         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
1605         to somewhat reduce the risk of becoming stale.
1607         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
1608         cc-cmds to cc-engine to allow use from cc-align.
1610         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
1611         qualified identifiers containing "::".
1613         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
1614         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
1616         * cc-vars.el (c-emacs-features): Use a space in front of the name
1617         of the temporary buffer.  That also avoids dumping problems in
1618         XEmacs due to undo info being left around after the buffer is killed.
1620         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
1621         arglist to see if it's a K&R style declaration.
1623         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
1624         before returning `knr-argdecl-intro'.
1626 2003-11-16  John Wiegley  <johnw@newartisans.com>
1628         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
1629         field in a long-listing always 8 characters, use `size-width',
1630         which has already been computed.
1632 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
1634         * subr.el (minor-mode-list): Add `hs-minor-mode'.
1636 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
1638         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
1639         Support operation while narrowed, with `diff-restrict-view'.
1641 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
1643         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1644         Take additional optional arg NARROWFUN.  For the generated functions:
1645         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
1646         include frags that arrange to check for and save narrowing state before
1647         the move and then conditionally call NARROWFUN after the move.
1649 2003-11-14  John Wiegley  <johnw@newartisans.com>
1651         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
1652         that was optional, but obviously missing based on surrounding code.
1654         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
1655         string arguments to numbers unless the whole argument was seen as
1656         a number.
1658 2003-11-14  Kenichi Handa  <handa@m17n.org>
1660         * international/mule.el (ctext-non-standard-encodings-alist):
1661         Fix coding systems.
1663 2003-11-10  Kenichi Handa  <handa@m17n.org>
1665         * language/kannada.el ("Kannada"): Add sample-text.
1667         * language/knd-util.el (kannada-compose-region)
1668         (kannada-compose-string, kannada-post-read-conversion):
1669         Add autoload cookie.
1671         * international/quail.el (quail-completion): Change the message
1672         "corresponding translations" to "corresponding characters".
1674 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
1676         * descr-text.el (describe-char): Fix typo.
1678 2003-11-08  Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
1680         These changes are to support Kannada language/script.
1682         * Makefile.in (DONTCOMPILE): Add kannada.el.
1684         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
1686         * loadup.el: Preload kannada.el.
1688         * language/ind-util.el (ucs-kannada-to-is13194-alist)
1689         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
1690         New variables.
1692         * language/kannada.el: New file.
1694         * language/knd-util.el: New file.
1696 2003-11-07  Andreas Schwab  <schwab@suse.de>
1698         * progmodes/autoconf.el (autoconf-font-lock-keywords):
1699         Also highlight AH_*.
1701         * xml.el (xml-parse-dtd): Fix misplaced paren.
1703 2003-11-07  Kenichi Handa  <handa@m17n.org>
1705         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
1707 2003-11-05  Juri Linkov  <juri@jurta.org>
1709         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
1710         (desktop-buffer-file): Use saved buffer-file-coding-system
1711         for file reading.  Set auto-insert to nil to prevent automatic
1712         insertion into restored empty files.
1714 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
1716         * files.el (risky-local-variable-p): Make second argument optional.
1718 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1720         * subr.el (add-hook): Fix last change.
1722 2003-11-03  Eli Zaretskii  <eliz@elta.co.il>
1724         * mail/rmail.el (rmail-convert-to-babyl-format):
1725         If base64-decode-region signals an error, catch it and silently
1726         ignore it.
1728 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
1730         * xml.el (xml-parse-region): Allow comments to appear after the
1731         topmost element has closed.
1732         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
1733         (xml-ns-expand-attr): New functions to do namespace handling.
1734         (xml-intern-attrlist): Back-compatible handling of attribute names.
1735         (xml-parse-tag): Move namespace handling to seperate functions.
1736         Now produces elements in the form ((:ns . "element") (attr-list)
1737         children) instead of ('ns:element (attr-list) children).
1738         (xml-parse-attlist): Fix attribute parsing.
1739         (xml-parse-dtd): Change parsing so that it produces strings
1740         instead of interned symbols.
1742 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
1744         * dired.el (dired-ls-sorting-switches): Doc fix.
1746 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
1748         * emacs-lisp/rx.el (rx-or): Fix the case of
1749         "(rx (and ?a (or ?b ?c) ?d))".
1751 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
1753         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
1754         (texinfo-format-region): Use it.
1755         (texinfo-format-buffer-1): Ditto.
1757 2003-11-01  Alan Mackenzie  <acm@muc.de>
1759         Changes to allow scrolling whilst in isearch mode:
1760         * isearch.el (isearch-unread-key-sequence): New function,
1761         extracted from isearch-other-meta-char.
1762         (top level): (put 'foo 'isearch-scroll) on all Emacs's
1763         "scrollable" standard functions.
1764         (isearch-allow-scroll): New customizable variable.
1765         (isearch-string-out-of-window, isearch-back-into-window)
1766         (isearch-reread-key-sequence-naturally)
1767         (isearch-lookup-scroll-key): New functions.
1768         (isearch-other-meta-char): Doc string and functionality enhanced.
1769         Now accepts a prefix argument.
1770         (isearch-lazy-highlight-window-end): New variable.
1771         (isearch-lazy-highlight-new-loop): Pay attention to the window's
1772         end (thru isearch-lazy-highlight-window-end), not only its start.
1774         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
1775         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
1776         (universal-argument, universal-argument-more, negative-argument)
1777         (digit-argument, universal-argument-other-key): Minor changes.
1779 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
1781         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
1782         recursively if the last message is deleted, thus avoiding an
1783         infinite loop.
1785 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1787         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
1788         (tex-main-file): Don't add .tex if the extension is already present.
1789         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
1791 2003-10-29  Lute Kamstra  <lute@gnu.org>
1793         * progmodes/octave-inf.el (inferior-octave-prompt):
1794         Recognize version number in prompt.
1796 2003-10-28  Dave Love  <fx@gnu.org>
1798         * international/characters.el: Fix some Unicode ranges.
1800 2003-10-28  Kenichi Handa  <handa@m17n.org>
1802         * disp-table.el (standard-display-8bit)
1803         (standard-display-default, standard-display-ascii)
1804         (standard-display-g1, standard-display-graphic)
1805         (standard-display-underline): Assure that standard-display-table
1806         is a display table.
1808 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1810         * simple.el (reindent-then-newline-and-indent): Delete space *after*
1811         reindenting the first line.
1813 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
1815         * wid-edit.el (widget-default-delete): Always delete child widgets.
1817 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1819         * newcomment.el (comment-indent): Don't call indent-according-to-mode
1820         if the line has code.
1821         Don't try to line up with something that's too far left.
1823         * progmodes/octave-mod.el (octave-comment-start): Simplify.
1824         (octave-mode-syntax-table): Add % as a comment starter.
1825         (octave-point): Remove.
1826         (octave-in-comment-p, octave-in-string-p)
1827         (octave-not-in-string-or-comment-p, calculate-octave-indent)
1828         (octave-blink-matching-block-open, octave-auto-fill):
1829         Use line-(beginning|end)-position instead.
1831 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1833         * emacs-lisp/authors.el (authors-aliases): Add correct realname
1834         for Francesco Potort\e,Al\e(B.
1836 2003-10-23  Dave Love  <fx@gnu.org>
1838         * international/mule-cmds.el (locale-charset-to-coding-system):
1839         Don't rely on nil being a coding system.
1841         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
1842         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
1843         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
1845 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
1847         * gdb-ui.el (gdb-current-language): New variable.
1848         (gdb-update-flag): Remove variable.
1849         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
1850         (gdb-take-last-elt): Remove function.
1851         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
1852         (gdb-post-prompt): Check for variable object changes here.
1854         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
1855         object changes in gdb-ui.el.
1857 2003-10-21  Richard M. Stallman  <rms@gnu.org>
1859         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
1861         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
1862         Don't check for foo*/ wildcard form here.
1863         (insert-directory): Recognize foo*/ as a wildcard.
1864         Separate wildcard-regexp variable from the arg, wildcard.
1866         * subr.el (add-hook): Correctly detect when make-local-hook was used.
1867         (remove-hook): Correctly handle strange cases about local hooks.
1869 2003-10-21  David Ponce  <david@dponce.com>
1871         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
1872         argument REAL, to return a real number instead of a rounded
1873         integer value.  Define as inline function.
1874         (ruler-mode-right-fringe-cols): Likewise.
1875         (ruler-mode-scroll-bar-cols): New function.
1876         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
1877         (ruler-mode-right-scroll-bar-cols): Likewise.
1878         (ruler-mode-space): New function.
1879         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
1880         scroll bar mode and margins in a more robust way.
1882 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1884         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
1885         (antlr-c-init-language-vars): New function.
1886         (antlr-mode): Use it with cc-mode before v5.29.
1887         (antlr-c-common-init): Don't set some local vars here.
1888         (antlr-mode): Set them here.
1889         (antlr-c-forward-sws): New function alias.
1890         (antlr-mode): Redefine with cc-mode before v5.30.
1891         (antlr-skip-sexps): Use it.
1892         (antlr-skip-exception-part): Ditto.
1893         (antlr-skip-file-prelude): Ditto.
1894         (antlr-outside-rule-p): Ditto.
1895         (antlr-end-of-body): Ditto.
1896         (antlr-option-kind): Ditto.
1897         (antlr-insert-option-area): Ditto.
1898         (antlr-file-dependencies): Ditto.
1900 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1902         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
1903         Move backward only if point was not inside an entry.
1905 2003-10-21  Richard M. Stallman  <rms@gnu.org>
1907         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
1909 2003-10-21  Juri Linkov  <juri@jurta.org>
1911         * compare-w.el: Automatically skip non-matching text to resync.
1912         (compare-windows-whitespace): Doc fix.
1913         (compare-windows-sync, compare-windows-sync-string-size)
1914         (compare-windows-recenter, compare-ignore-whitespace)
1915         (compare-windows-highlight, compare-windows-face): New variables.
1916         (compare-windows): Use compare-windows-sync.
1917         (compare-windows-highlight, compare-windows-dehighlight)
1918         (compare-windows-sync-regexp)
1919         (compare-windows-sync-default-function): New functions.
1921 2003-10-21  Juri Linkov  <juri@jurta.org>
1923         * diff.el (diff-parse-differences): Don't visit the files now;
1924         instead, just record the error locus.
1926 2003-10-21  Dave Love  <fx@gnu.org>
1928         * progmodes/cfengine.el: New file.
1930 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1932         * complete.el (PC-do-completion): Do not forget to use `pred' as the
1933         default-directory when completing file names.
1935 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
1937         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
1938         followed by the word `face', it gets treated as a face, even if
1939         it is also defined as a variable or a function.
1941 2003-10-20  Dave Love  <fx@gnu.org>
1943         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1944         Avoid incf in macro expansion.
1946 2003-10-20  John Paul Wallington  <jpw@gnu.org>
1948         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
1949         `evenp' so we don't implicitly require cl library at runtime.
1951 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
1953         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
1954         (help-make-xrefs): Only make cross-references for faces if
1955         preceded or followed by the word `face'.  Do not make a
1956         cross-reference for variables without variable documentation,
1957         unless preceded by the word `variable' or `option'.  Update doc
1958         string accordingly.
1960 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
1962         * progmodes/hideshow.el: Rewrite one-armed `if'
1963         constructs using either `when' or `unless'.
1964         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
1966 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
1968         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
1969         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
1970         instead of 12x12.
1972 2003-10-16  Eli Zaretskii  <eliz@elta.co.il>
1974         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
1975         message while converting to Babyl.
1977 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
1979         * allout.el (allout-mode): Doc fix.
1981 2003-10-16  Lute Kamstra  <lute@gnu.org>
1983         * subr.el (force-mode-line-update): Fix docstring.
1985 2003-10-14  Dave Love  <fx@gnu.org>
1987         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
1988         (default-input-method): Add :link, improve :type.
1989         (locale-charset-language-names): Fix utf-8 pattern.
1990         (locale-charset-match-p, locale-charset-alist)
1991         (locale-charset-to-coding-system): New.
1992         (set-locale-environment): Deal with codeset part of locale specs.
1994 2003-10-14  Lute Kamstra  <lute@gnu.org>
1996         * fringe.el (fringe-mode): Use active voice in docstring.
1997         (set-fringe-style): Ditto.
1999 2003-10-13  Lute Kamstra  <lute@gnu.org>
2001         * fringe.el (fringe-mode): Fix docstring.
2002         (set-fringe-style): Ditto.
2004 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
2006         * ediff-mult.el (ediff-filegroup-action):
2007         Use ediff-default-filtering-regexp.
2009         * ediff-util.el (ediff-recenter): Don't call
2010         ediff-restore-highlighting twice.
2011         (ediff-select-difference): Set current difference.
2012         (ediff-unselect-and-select-difference): Add comment.
2014         * ediff.el (ediff-directories,ediff-directory-revisions)
2015         (ediff-directories3,ediff-merge-directories)
2016         (ediff-merge-directories-with-ancestor)
2017         (ediff-merge-directory-revisions)
2018         (ediff-merge-directory-revisions-with-ancestor):
2019         Use ediff-default-filtering-regexp.
2021 2003-10-12  Andreas Schwab  <schwab@suse.de>
2023         * international/mule-cmds.el (locale-charset-language-names):
2024         Simplify regex by removing unused grouping.
2026 2003-10-10  Dave Love  <fx@gnu.org>
2028         * bindings.el: Don't bind stop.
2030 2003-10-08  Miles Bader  <miles@gnu.org>
2032         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
2033         face instead of attempting to emulate it.
2035 2003-10-07  Kenichi Handa  <handa@m17n.org>
2037         * international/mule-diag.el (list-coding-systems-1): List coding
2038         systems that are loaded automatically.
2040         * international/code-pages.el (iso-8859-11): Add autoload cookie.
2042         * international/mule.el (autoload-coding-system): New function.
2044 2003-10-07  Andreas Schwab  <schwab@suse.de>
2046         * log-edit.el (log-edit-changelog-entries): Prefer local value of
2047         change-log-default-name in the buffer visiting the file.
2049 2003-10-06  Dave Love  <fx@gnu.org>
2051         * files.el (find-file-hook): Customize.
2052         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
2054         * bindings.el (completion-ignored-extensions): Remove .log.
2055         (global-map): Add again, open, stop keys.
2057 2003-10-05  Richard M. Stallman  <rms@gnu.org>
2059         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
2060         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
2061         Use sh-modify directly.
2062         (sh-select): Use sh-append, not eval.
2064         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
2066         * info.el (Info-following-node-name): New function.
2068         * loadhist.el (unload-feature-special-hooks):
2069         Rename from loadhist-hook-functions.
2070         (loadhist-hook-functions): Now an alias.
2072 2003-10-04  Eli Zaretskii  <eliz@elta.co.il>
2074         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
2075         file-name clashes on 8+3 filesystems.
2077         * Makefile.in (DONTCOMPILE, bootstrap-clean):
2078         Rename loaddefs-boot.el to ldefs-boot.el
2080         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
2081         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
2083 2003-10-03  Lute Kamstra  <lute@gnu.org>
2085         * info.el (Info-mode): Revert previous change.
2086         (Info-escape-percent): New function.
2087         (Info-fontify-node): Use it.
2089 2003-10-02  Andreas Schwab  <schwab@suse.de>
2091         * loaddefs-boot.el: Regenerated.
2093 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
2095         * ffap.el: Remove defadvice related code from CVS since `complete'
2096         provides a `PC-completion-as-file-name-predicate' variable that
2097         ffap can override.
2099 2003-10-02  Kenichi Handa  <handa@m17n.org>
2101         * international/utf-8.el (ccl-decode-mule-utf-8):
2102         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
2104         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
2105         * international/subst-big5.el: Likewise.
2106         * international/subst-gb2312.el: Likewise.
2107         * international/subst-ksc.el: Likewise.
2109 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
2111         * calendar/calendar.el (increment-calendar-month)
2112         (calendar-leap-year-p, calendar-absolute-from-gregorian)
2113         (generate-calendar, calendar-read-date, calendar-interval)
2114         (calendar-day-of-week): Handle years BC.
2115         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
2117 2003-10-01  Dave Love  <fx@gnu.org>
2119         * language/cyrillic.el (cp1251): Alias for windows-1251.
2121         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
2122         bootstrap.
2124 2003-10-01  Lute Kamstra  <lute@gnu.org>
2126         * files.el: Fix typo.
2127         * imenu.el (imenu--generic-function): Docstring fix.
2129 2003-09-30  Richard M. Stallman  <rms@gnu.org>
2131         * dired.el (dired-mode): Handle dired-directory as a list.
2133 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
2135         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
2137         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
2139         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
2140         Replace gud-display with gud-watch.
2141         (gud-speedbar-buttons): Add stuff for watching expressions
2142         in the speedbar when using M-x gdba. Use dolist on old part
2143         of this function.
2145         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
2146         (gdb-update-flag): New variables.
2147         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
2148         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
2149         (gud-watch, gdb-var-create-handler) : New functions.
2150         (gdb-var-list-children, gdb-var-list-children-handler)
2151         (gdb-var-create-regexp, gdb-var-update-regexp)
2152         (gdb-var-list-children-regexp): New constants.
2153         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
2154         (gdb-annotation-rules): Reduce annotation set (level 3).
2155         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
2156         (gdb-post-prompt): Don't update GDB buffers every time speedbar
2157         updates.
2158         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
2159         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
2160         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
2161         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
2162         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
2163         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
2164         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
2165         (gud-display, gud-display1)
2166         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
2167         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
2168         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
2169         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
2170         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
2171         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
2172         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
2173         (gdb-display-display-buffer, gdb-toggle-display)
2174         (gdb-delete-display, gdb-expressions-popup-menu)
2175         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
2176         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
2177         to display buffer.
2179 2003-09-30  Richard M. Stallman  <rms@gnu.org>
2181         * progmodes/ada-mode.el (ada-mode): Don't use advice.
2182         Instead, set which-func-functions.
2184         * progmodes/which-func.el (which-func-modes): Add ada-mode.
2185         (which-func-functions): New variable.
2186         (which-function): Use that.
2188         * info.el (Info-mode): Double each `%' in header line.
2190         * emacs-lisp/lisp-mnt.el (lm-with-file):
2191         When FILE is nil, run BODY in current buffer.
2193         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
2195         * help.el (describe-mode): Start with a brief list of minor modes.
2196         Find them thru minor-mode-list so as to find them all.
2197         Show them in alphabetical order.
2199         * mail/sendmail.el (mail-aliases): Doc fix.
2201         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
2203 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
2205         * mail/rmailsum.el (rmail-make-summary-line-1):
2206         Change comma after last label to a space.
2207         (rmail-summary-font-lock-keywords): Adapt to that change.
2209 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
2211         * progmodes/scheme.el (scheme-mode-variables): When setting
2212         `font-lock-defaults', also specify that "#" should
2213         be interpreted with `word' syntax.
2214         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
2216 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
2218         * desktop.el: A lot of comments updated.
2219         (desktop-save-mode): Minor mode introduced.
2220         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
2221         (desktop-load-default): Function made obsolete.
2222         (desktop-locals-to-save): Variable made customizable.
2223         (desktop-read): Optional parameter `dirname' added.
2224         (desktop-change-dir, desktop-revert): Parameter `dirname' in
2225         `desktop-read' used.
2226         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
2228 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
2230         * whitespace.el (whitespace-clean-msg): Add user customizable message
2231         for displaying ``clean'' output.
2232         (whitespace-buffer): Use `whitespace-clean-msg'.
2233         (whitespace-global-mode): Fix typo.
2235 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
2237         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
2239 2003-09-29  Lute Kamstra  <lute@gnu.org>
2241         * bindings.el (mode-line-modes): Remove superfluous :propertize
2242         construct in initialization.
2243         (mode-line-position): Change cons cell into proper list in
2244         initialization.
2246 2003-09-29  SAITO Takuya <tabmore@rivo.mediatti.net>  (tiny change)
2248         * international/mule.el (decode-coding-inserted-region): Use car
2249         of the return value of find-operation-coding-system.
2251 2003-09-29  Kenichi Handa  <handa@m17n.org>
2253         * descr-text.el (describe-char): Fix previous change.
2255 2003-09-28  Kenichi Handa  <handa@m17n.org>
2257         * descr-text.el (describe-char-display): New function.
2258         (describe-char): Pay attention to display table on describing how
2259         a character is displayed.
2261         * international/mule-cmds.el (encoded-string-description):
2262         Prepend "0x" to each encoded byte.
2264 2003-09-28  Andreas Schwab  <schwab@suse.de>
2266         * find-file.el (ff-special-constructs): Add autoload cookie.
2268 2003-09-28  Kevin Ryde  <user42@zip.com.au>
2270         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
2271         makeinfo appends to duplicate index entries.
2273 2003-09-28  Eli Zaretskii  <eliz@elta.co.il>
2275         * dired-x.el (dired-clean-tex): Doc fix.
2277         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
2278         using a Chinese tutorial.
2280 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
2282         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
2283         between "MAIL FROM:" and "RCPT TO:" and the following address.
2285 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
2287         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
2289 2003-09-28  David Ponce  <david@dponce.com>
2291         * recentf.el (recentf-initialize-file-name-history): New defcustom.
2292         (recentf-load-list): When `recentf-initialize-file-name-history'
2293         is non-nil, initialize an empty `file-name-history' with the
2294         recent list.
2296 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg> (tiny patch)
2298         * man.el (Man-default-man-entry): Remove the leading `*' from the
2299         word at point.
2301 2003-09-26  Lute Kamstra  <lute@gnu.org>
2303         * bindings.el (mode-line-position): Mention size indication in
2304         docstring.
2306 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
2308         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
2310         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
2311         because it's autoloaded now.
2313 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
2315         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
2316         (sh-font-lock-keywords, sh-feature): Fix previous change of
2317         sh-feature to avoid infloop with sh-font-lock-keywords.
2319 2003-09-25  Kim F. Storm  <storm@cua.dk>
2321         * frame.el (frame-current-scroll-bars): New defun.
2323         * window.el (window-current-scroll-bars): New defun.
2325 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
2327         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
2328         cause errors when the state cache contains info on parts that have
2329         been narrowed out.
2331 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
2333         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
2334         `c-setup-paragraph-variables' has to be used when this variable is
2335         changed; it doesn't work to reinitialize the mode since that
2336         typically clobbers the variable.
2338         * progmodes/cc-styles.el (c-setup-paragraph-variables):
2339         Make it interactive.
2341 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
2343         * progmodes/cc-fonts.el (c-font-lock-declarations):
2344         Fix recognition of constructors and destructors for classes whose
2345         names are matched by `*-font-lock-extra-types'.
2347         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
2348         followed by an identifier in C++ then it's a type.
2350 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
2352         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
2353         problem that primarily affected XEmacs.  Don't use faces to find
2354         unterminated strings since Emacs and XEmacs fontify strings
2355         differently - this function should now work better in XEmacs.
2357 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
2359         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
2360         `expand-abbrev' workaround which caused braces to misbehave inside
2361         macros.
2363         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
2364         handling.  This bug could cause interactive font locking to bail out.
2366 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
2368         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
2369         Handle paren-style types in Pike.  Also fixed some cases of
2370         insufficient handling of unbalanced parens.
2372 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
2374         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
2375         common shell prompts that are not common filename or URL characters.
2376         (ffap-file-at-point): Use the new regexp to strip the prompts from
2377         the file names. This is an issue mostly for user prompts that
2378         don't have a trailing space and find-file-at-point is invoked from
2379         within a shell inside emacs.
2381 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
2383         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
2384         stamps numerically, rather than textually.
2386 2003-09-24  Kenichi Handa  <handa@m17n.org>
2388         * language/devan-util.el (devanagari-post-read-conversion):
2389         * language/mlm-util.el (malayalam-post-read-conversion):
2390         * language/tml-util.el (tamil-post-read-conversion):
2391         Add autoload cookie.
2393         * international/utf-8.el (utf-8-post-read-conversion):
2394         Call post-read-conversion functions for Devanagari, Malayalam,
2395         and Tamil.
2397 2003-09-23  Dave Love  <fx@gnu.org>
2399         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
2401 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
2403         * progmodes/gud.el (perldb): Add gud-until to list of commands.
2404         Update gud-remove.
2406 2003-09-22  Richard M. Stallman  <rms@gnu.org>
2408         * progmodes/sh-script.el (sh-mode-default-syntax-table):
2409         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
2410         (sh-mode-syntax-table-input): New variable.
2411         (sh-require-final-newline): Don't use eval.
2412         (sh-builtins, sh-leading-keywords, sh-other-keywords)
2413         (sh-variables, sh-font-lock-keywords): Don't use eval.
2414         (sh-set-shell): When setting require-final-newline,
2415         treat value = `require-final-newline' as don't change it.
2416         Set sh-mode-syntax-table locally based on
2417         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
2419         * progmodes/compile.el (compile-internal):
2420         Call compilation-set-window-height before setting window start.
2422 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
2424         * emacs-lisp/bytecomp.el (byte-compile-log-file):
2425         Clear out byte-compile-last-warned-form.
2427 2003-09-22  Richard M. Stallman  <rms@gnu.org>
2429         * woman.el (woman-file-name, woman-follow-word):
2430         If current-word returns nil, use "".
2432         * simple.el (eval-expression): Bind standard-output in to-buffer case.
2434 2003-09-22  Richard M. Stallman  <rms@gnu.org>
2436         * emacs-lisp/lisp-mnt.el (lm-with-file):
2437         Don't visit the file, just use insert-file-contents in temp buffer.
2439 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
2441         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
2442         Add surrounding \\( and \\) around the header, as in
2443         for lm-history-header 'Change Log\\|History'.
2445 2003-09-22  John Paul Wallington  <jpw@gnu.org>
2447         * progmodes/ld-script.el: Add Commentary section,
2448         minor cleanup of file header.
2449         (ld-script-font-lock-keywords): Doc fix.
2450         (toplevel): Provide `ld-script' feature.
2452 2003-09-21  Kim F. Storm  <storm@cua.dk>
2454         * scroll-bar.el (set-scroll-bar-mode): Initialize to
2455         new built-in variable default-frame-scroll-bars.
2456         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
2457         scroll-bar-mode; notably, use it instead of t when we toggle
2458         scroll-bars on.
2459         (toggle-scroll-bar): Use default-frame-scroll-bars.
2461 2003-09-19  Masatake YAMATO  <jet@gyve.org>
2463         * pcvs.el (cvs-do-removal): Change the prompt depending on
2464         `filter' value.
2466 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
2468         * startup.el (command-line-1): Stop startup-echo-area-message
2469         being hidden by "Loading image..." message.
2470         (use-fancy-splash-screens-p, display-splash-screen):
2471         Move display-graphic-p test from latter to former.
2473         * progmodes/sh-script.el (sh-font-lock-keywords):
2474         Highlight escaped EOLs differently from other backslash constructs.
2476 2003-09-19  Richard M. Stallman  <rms@gnu.org>
2478         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
2479         New functions.
2480         (edebug-enter, edebug-outside-excursion): Use them.
2482         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2483         Fix the condition for whether to print "In WHERE".
2485 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
2487         * finder.el (finder-mode-hook): New variable.
2488         (finder-mode): Run hook finder-mode-hook
2490 2003-09-18  Masatake YAMATO  <jet@gyve.org>
2492         * progmodes/ebrowse.el: Fix broken magic autoload comments.
2494 2003-09-17  Mario Lang  <mlang@delysid.org>
2496         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
2497         "p %e" to actually print the value in the GUD buffer.
2499 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
2501         From David Ponce <david.ponce@wanadoo.fr>:
2502         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
2503         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
2504         from loaddefs-boot.el if necessary.
2506 2003-09-15  Zoltan Kemenczy <kemenczy@rogers.com>
2508         * progmodes/gud.el (gud-find-class): Make jdb work again since
2509         cc-mode changed the syntactic information.
2511 2003-09-15  David Ponce  <david@dponce.com>
2513         * recentf.el: (recentf-exclude): Accept predicates too.
2514         (recentf-file-readable-p): New function.
2515         (recentf-include-p): Handle predicates in recentf-exclude.
2516         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
2517         (recentf-cleanup): Likewise.
2518         (recentf-save-list): Use write-file to handle backup of
2519         recentf-save-file.
2521 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
2523         * loaddefs-boot.el: Renamed from `loaddefs.el'
2524         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
2525         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
2526         necessary.
2528 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
2530         * electric.el (Electric-pop-up-window): For the `one-window' case,
2531         no longer disconcertingly move point in the original buffer.
2533 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2535         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
2537 2003-09-12  Eric Hanchrow <offby1@blarg.net>  (tiny change)
2539         * dired.el (dired-mode-map): Fix typo.
2541 2003-09-11  Richard M. Stallman  <rms@gnu.org>
2543         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
2545 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
2547         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
2548         the function is less noisy.  Now only `kill-buffer' can ask questions.
2550 2003-09-10  Mario Lang  <mlang@delysid.org>
2552         * battery.el: Update Commentary and Copyright.
2553         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
2554         appear due to wrong ordering of the expressions in `or'.
2556 2003-09-09  Lute Kamstra  <lute@gnu.org>
2558         * misc.el (upcase-char): Fix docstring.
2559         (zap-up-to-char): New command.
2561 2003-09-08  David Ponce  <david@dponce.com>
2563         Ensure that recentf correctly updates the menu bar.
2564         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
2565         (recentf-menu-bar): New function.
2566         (recentf-clear-data): Use it
2567         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
2568         of easy-menu-change.
2570 2003-09-08  Lute Kamstra  <lute@gnu.org>
2572         * simple.el (size-indication-mode): New.
2573         * bindings.el (mode-line-position): Add buffer size indicator.
2575 2003-09-04  Mario Lang  <mlang@delysid.org>
2577         * battery.el (battery-linux-proc-acpi): New function.
2578         (battery-status-function): Modify default value calculation to also
2579         check for availability of ACPI.
2580         (battery-echo-area-format): Ditto.
2581         (battery-mode-line-format): Ditto.
2583 2003-09-06  Dave Love  <fx@gnu.org>
2585         * ielm.el (ielm-mode-hook): Add :options.
2587         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
2588         (eldoc-print-current-symbol-info): Use it.
2590 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
2592         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
2593         being displayed in GUD buffer.
2594         (gdb-idle-input-queue): Remove var. Use just one queue.
2595         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
2596         Remove functions.  Use just one queue.
2597         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
2598         (gdb-invalidate-assembler, gdb-get-current-frame):
2599         Modify functions.  Use just one queue.
2601 2003-09-04  Dave Love  <fx@gnu.org>
2603         * cus-start.el: Add blink-cursor-alist.
2605         * ruler-mode.el (ruler-mode-fill-column-char)
2606         (ruler-mode-current-column-char): Use char-displayable-p,
2607         not window-system.
2609         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
2611         * language/european.el (windows-1252): Move from code-pages.
2613         * language/cyrillic.el ("Windows-1251"): Delete.
2614         ("Bulgarian", "Belarusian"): Remove `features'.
2615         (windows-1251): Move from code-pages.
2617         * international/mule-diag.el (non-iso-charset-alist):
2618         Remove `codepage' stuff.
2619         (print-designation, list-coding-systems-1): Output fixes.
2621         * international/code-pages.el (cp-make-translation-table)
2622         (cp-valid-codes): Made defsubsts.
2623         (cp-fix-safe-chars): Delete.
2624         (mule-diag): Don't require.
2625         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
2626         (top-level): Check for defined coding system when defining
2627         cp... aliases.  Change w32-add-charset-info test to avoid warning.
2628         (non-iso-charset-alist): Defvar when compiling.
2629         (cp-make-coding-system): Doc fix.
2631 2003-09-02  Jason Rumney  <jasonr@gnu.org>
2633         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
2634         line-ends from CVS before doing conversion.
2636 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
2638         * calendar/diary-lib.el (diary-header-line-flag)
2639         (diary-header-line-format): New variables.
2640         (list-diary-entries): Use them to set header line in simple diary.
2642         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
2643         other than font-lock-string-face to highlight backslashes.
2645 2003-09-01  Jason Rumney  <jasonr@gnu.org>
2647         * international/titdic-cnv.el (tit-read-key-value): Include \r in
2648         regexp.
2650 2003-09-01  Dave Love  <fx@gnu.org>
2652         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
2654         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
2655         and :help; also line and column numbers labels.
2657         * international/mule-util.el (char-displayable-p): Move from
2658         latin1-disp, rename and autoload.
2660         * international/latin1-disp.el (latin1-char-displayable-p):
2661         Now obsolete alias.  Replace uses with char-displayable-p.
2662         (latin1-display-ucs-per-lynx): Fix last change.
2664         * international/mule-cmds.el (standard-display-european-internal):
2665         Don't use char code for Latin-1 NBSP.
2666         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
2667         U+2018, U+2019 for `'.
2668         (select-safe-coding-system): Message fix.
2670 2003-09-01  Kenichi Handa  <handa@m17n.org>
2672         * international/fontset.el (setup-default-fontset): For Thai
2673         font, specify "*" family.
2675 2003-09-01  Kevin Rodgers <ihs_4664@yahoo.com>  (tiny change)
2677         * progmodes/compile.el (previous-error): Accept a prefix
2678         argument, similarly to next-error.
2680 2003-08-31  Masatake YAMATO  <jet@gyve.org>
2682         * pcvs.el (cvs-do-removal): Use = instead of eq to check
2683         the number of files.  Bind the number of files to a local
2684         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
2686 2003-08-30  Eli Zaretskii  <eliz@elta.co.il>
2688         * vc-hooks.el (vc-make-version-backup): Fix the change made on
2689         2003-07-26: msdos-long-file-names is a function, not a variable.
2691 2003-08-29  Richard M. Stallman  <rms@gnu.org>
2693         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
2694         Do nothing with mail-personal-alias-file if it is nil.
2696         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
2697         Do nothing if mail-personal-alias-file is nil.
2699         * term.el (term-exec-1): Bind coding-system-for-read.
2701         * dired.el (dired-mouse-find-file-other-window):
2702         Use dired-view-command-alist here, as in dired-view-file.
2703         (dired-view-command-alist): Use %s to substitute file name.
2704         Handle .ps_pages, .eps, .jpg, .gif, .png.
2706 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
2708         * info.el (Info-mode-map): Bind S-tab and <backtab> to
2709         `Info-prev-reference', instead of M-tab.
2711 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
2713         * simple.el (blink-matching-open): Work correctly on chars that
2714         are designated as parens through the syntax-table text property.
2716 2003-08-29  Thierry Emery <thierry.emery@club-internet.fr>  (tiny change)
2718         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
2719         line break position in the middle of a non-kinsoku (e.g. latin)
2720         word, making it skip until either a space or a character with
2721         category "|".
2722         (kinsoku-longer): Test for end of buffer.
2724 2003-08-28  Eli Zaretskii  <eliz@elta.co.il>
2726         * mail/rmail.el (rmail-convert-to-babyl-format):
2727         Detect quoted-printable- and base64-encoded messages and decode them
2728         automatically.  Set the message's encoding from the charset=
2729         header, if any.  Decode base64-encoded messages in Mail format as well.
2731 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
2733         * mail/smtpmail.el Fix previous change:
2734         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
2735         calling smtpmail-via-smtp.
2736         (smtpmail-via-smtp): Add fall-back values for envelope-from.
2738 2003-08-26  John Paul Wallington  <jpw@gnu.org>
2740         * image.el (image-jpeg-p): Don't search beyond length of data.
2742 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
2744         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
2745         misfeature in `expand-abbrev' which caused electric keywords like
2746         "else" to disappear if an open brace was typed directly afterwards.
2748 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
2750         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
2751         mandatory in `define-widget'.
2753         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
2754         Don't align the operators "!=", "<=" and ">=" as assignment operators.
2756         (c-assignment-operators): New language constant that only contains
2757         the assignment operators.
2759         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
2761 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
2763         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
2764         Safeguard against unbalanced sexps.
2766 2003-08-26  Terje Rosten <terjeros@phys.ntnu.no>
2768         * version.el (emacs-version): Check for gtk.  Include gtk version info.
2770 2003-08-25  John Paul Wallington  <jpw@gnu.org>
2772         * man.el (Man-default-man-entry): Don't whizz past the section
2773         number before looking for it.
2775 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
2777         * progmodes/gud.el (gud-display-line): Don't set window-point if
2778         source buffer is not visible. (Only happens with M-x gdba).
2780         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
2781         documentation.
2782         (gdb-source, gdb-source-info): Update to assembler unnecessary
2783         as its done after each GDB command anyway.
2784         (gdb-pre-prompt): Use with-current-buffer.
2785         (gdb-insert-field): Add help-echo text.
2786         (gdb-invalidate-assembler): Re-display of assembler now done in
2787         gdb-info-breakpoints-custom.
2788         (gdb-info-breakpoints-custom): Force re-display of assembler to
2789         happen *after* update of breakpoints buffer.
2790         (gdb-display-source-buffer): Don't choke if gdb-source-window
2791         isn't visible.
2792         (gdb-put-string, gdb-put-arrow): Remove free variables.
2794 2003-08-24  John Paul Wallington  <jpw@gnu.org>
2796         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
2798         * man.el (Man-default-man-entry): Strip text properties when
2799         snarfing parts of entry because `format' preserves properties.
2801 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
2803         * files.el (file-newest-backup): Use `expand-file-name'.
2805         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
2806         Allow the diary to pop up a new frame, if needed.
2808         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
2809         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
2810         (smtpmail-send-it): Make treatment of envelope-from consistent with
2811         sendmail.el.
2813         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
2814         (sh-leading-keywords): Add the bash `time' reserved word.
2815         (sh-variables): Add some bash variables.
2816         (sh-add-completer): Fix nil branch of case statement.
2818 2003-08-24  Masatake YAMATO  <jet@gyve.org>
2820         * progmodes/ld-script.el: New file.
2822 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
2824         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
2826 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
2828         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
2829         Better explain obsolescence, and what to use instead.
2831 2003-08-23  Masatake YAMATO  <jet@gyve.org>
2833         * pcvs.el (cvs-do-removal): Show the deleted file name
2834         on the prompt.
2836 2003-08-20  Dave Love  <fx@gnu.org>
2838         * international/mule.el (make-coding-system)
2839         (set-buffer-file-coding-system): Doc fix.
2841         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
2843         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
2845         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
2847         * international/utf-16.el: Add mime-text-unsuitable coding system
2848         properties.
2850         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
2852         * cus-edit.el: Add some :links.
2853         (bib): Remove.
2855         * textmodes/bib-mode.el (bib): Add :group external.
2857 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
2859         * wid-edit.el (widget-echo-help): Make it handle expressions that
2860         evaluate to strings.
2862 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
2864         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
2866         Simplify selection of SQL products to define highlighting and
2867         interactive mode.  Includes detailed instructions on adding
2868         support for new products.
2870         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
2871         product for use in highlighting and interactive mode.
2872         (sql-interactive-product): New variable.  SQL product for
2873         sql-interactive-mode.
2874         (sql-product-support): New variable.  Specifies product-specific
2875         parameters to drive highlighting and interactive mode.
2876         (sql-imenu-generic-expression): Add more object types.
2877         (sql-sqlite-options): Correct comment.
2878         (sql-ms-program): Use "osql" rather than "isql".
2879         (sql-prompt-regexp, sql-prompt-length): Update comment.
2880         (sql-mode-menu): Add "Start SQLi session" entry.
2881         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
2882         (sql-mode-abbrev-table): Add abbreviations.  Support of
2883         SYSTEM-FLAG on define-abbrev.  Support was removed with last
2884         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
2885         (sql-mode-font-lock-object-name): Add font-lock pattern for object
2886         names.
2887         (sql-mode-ansi-font-lock-keywords): Set as default value.
2888         (sql-mode-oracle-font-lock-keywords): Set as default value.
2889         Support Oracle 9i keywords.
2890         (sql-mode-postgres-font-lock-keywords): Set as default value.
2891         (sql-mode-linter-font-lock-keywords): Set as default value.
2892         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
2893         SQLServer 2000.
2894         (sql-mode-sybase-font-lock-keywords)
2895         (sql-mode-interbase-font-lock-keywords)
2896         (sql-mode-sqlite-font-lock-keywords)
2897         (sql-mode-strong-font-lock-keywords)
2898         (sql-mode-mysql-font-lock-keywords)
2899         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
2900         keywords.
2901         (sql-mode-font-lock-defaults): Update comment.
2902         (sql-product-feature): New function.  Returns feature associated
2903         with a product from `sql-product-support' alist.
2904         (sql-product-font-lock): New function.  Set font-lock support
2905         based on `sql-product'.
2906         (sql-add-product-keywords): New function.  Add font-lock rules to
2907         product-specific keyword variables.
2908         (sql-set-product): New function.  Set `sql-product' and apply
2909         appropriate font-lock highlighting.
2910         (sql-highlight-product): New function.  Set font-lock support
2911         based on a product.  Also set mode name to include product name.
2912         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
2913         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
2914         Use `sql-set-product'.
2915         (sql-highlight-ms-keywords)
2916         (sql-highlight-sybase-keywords)
2917         (sql-highlight-interbase-keywords)
2918         (sql-highlight-strong-keywords)
2919         (sql-highlight-mysql-keywords)
2920         (sql-highlight-sqlite-keywords)
2921         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
2922         (sql-get-login): Prompt in the same order as the tokens.
2923         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
2924         (sql-product-interactive): New function.  Common portions of
2925         product-specific interactive mode wrappers.
2926         (sql-interactive-mode): Rewritten to use product features.
2927         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2928         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2929         (sql-db2, sql-linter): Use `sql-product-interactive'.
2930         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
2931         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
2932         (sql-connect-ingres, sql-connect-postgres)
2933         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
2934         New functions.  Format command line parameters and invoke comint on
2935         the appropriate interpreter.  Code was in the corresponding
2936         `sql-xyz' function before.
2937         (sql-connect-ms): New function.  Support -E argument to use
2938         operating system credentials for authentication.
2940 2003-08-18  Kenichi Handa  <handa@m17n.org>
2942         * international/mule.el (encode-char): Fix for the ASCII case.
2944 2003-08-15  Kenichi Handa  <handa@m17n.org>
2946         * international/fontset.el (setup-default-fontset): Change "*" to
2947         nil in the specifications of font family.
2949 2003-08-18  Kim F. Storm  <storm@cua.dk>
2951         * kmacro.el (kmacro-keymap): Group related bindings in
2952         initialization for clarity.  Bind C-s to start macro.
2953         Remove C-r binding.
2954         (kmacro-initial-counter-value): New defvar to hold initial counter
2955         value in case we set the value before defining a macro.
2956         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
2957         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
2958         not defining or executing macro.  Doc fix.
2959         (kmacro-add-counter): Clear kmacro-initial-counter-value.
2960         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
2961         temporarily view older elements on the macro ring without cycling
2962         the ring.
2963         (kmacro-display): Doc fix.
2964         (kmacro-exec-ring-item): New helper function.
2965         (kmacro-call-ring-2nd): Use it.
2966         (kmacro-call-ring-2nd-repeat): Doc fix.
2967         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
2968         (kmacro-end-or-call-macro): Execute last viewed macro (using
2969         kmacro-exec-ring-item) from ring if this follows
2970         kmacro-view-macro.  This allows us to find a macro on the ring
2971         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
2972         the ring to bring it to the head of the ring.
2973         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
2974         Allow binding to reserved keys without specifying C-x C-k prefix.
2975         Ask for confirmation if entered key sequence is already bound to
2976         a non-macro command.
2977         (kmacro-view-macro): Repeating command will show older elements
2978         on the macro ring; C-k will execute the last viewed macro.
2979         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
2980         property from 'ring to 'head.
2982 2003-08-17  Alan Shutko  <ats@acm.org>
2984         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
2985         keeping December out of the alist.
2987 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
2989         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
2990         * calendar/calendar.el (calendar-mode-map): Bind it to key.
2991         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
2992         (calendar-flatten): New function.
2993         (calendar-mouse-view-other-diary-entries)
2994         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
2995         in the menu title and to show multi-line diary entries correctly
2996         in the menu.
2998 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
3000         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
3001         defcustom, because the default was recently changed.
3003 2003-08-16  Richard M. Stallman  <rms@gnu.org>
3005         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
3007         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
3008         New subroutine, broken out of eval-last-sexp-1.
3009         (eval-last-sexp-1): Use eval-last-sexp-print-value.
3011         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
3013         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
3015         * simple.el (eval-expression): Use eval-last-sexp-print-value.
3017 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
3019         * progmodes/compile.el (compilation-error-regexp-alist):
3020         Add Java ANt error detection as described in document
3021         http://ant.apache.org/faq.html
3023 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
3025         * simple.el (backward-word, forward-to-indentation)
3026         (backward-to-indentation):  Argument changed to optional.
3027         (next-line, previous-line): Use `or' instead of `unless'.
3029 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3031         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
3032         instead of a constant.
3034 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
3036         * shell.el (shell): With prefix-arg, suggest a new buffer name.
3038 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
3040         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
3041         (vc-sccs-workfile-version): Search the entire delta table, rather
3042         than just the first entry, because that might be a deleted version.
3044 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
3046         * menu-bar.el (menu-bar-options-menu): Supply a body for the
3047         [save-place] binding in the Options menu.  Have it require
3048         'saveplace' and then toggle the variable manually, to avoid an an
3049         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
3050         for the bug report.
3052 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
3054         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
3055         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
3056         (gdb-info-threads-custom): Add help-echo text.
3057         (gdb-display-back): Don't use purecopy.
3058         (gdb-info-breakpoints-custom, gdb-reset)
3059         (gdb-assembler-custom): Use display-images-p to test if breakpoint
3060         icons can be displayed.
3062 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
3064         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
3066 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
3068         * bookmark.el (bookmark-completing-read):
3069         Return a string, instead of a list of one string.
3070         Use a popup menu if activated from the mouse.
3071         (bookmark-edit-annotation): Remove unused vars.
3072         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
3073         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
3074         to bookmark-completing-read.
3075         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3076         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
3077         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
3078         and erase-buffer.
3079         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
3080         (bookmark-menu-jump, bookmark-menu-insert)
3081         (bookmark-popup-menu-and-apply-function)
3082         (bookmark-menu-popup-paned-bookmark-menu): Remove.
3083         (bookmark-menu-build-paned-menu): Remove by folding it into
3084         bookmark-menu-popup-paned-menu.
3085         (menu-bar-bookmark-map): Move the define-key statements here.
3086         Use the "non-menu" commands since they now pop up a menu if needed.
3087         (bookmark-exit-hook-internal): Simplify.
3089 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
3091         * reftex-toc.el (reftex-toc-rename-label): New function.
3092         (reftex-toc-check-docstruct): New function.
3094         * reftex.el (reftex-region-active-p): New function.
3096         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
3097         regexp to find the \bibliography macro.
3099         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
3100         which does not exist in LaTeX.
3101         (reftex-cite-format-builtin): Added amsrefs support.
3102         (reftex-toc-confirm-promotion): New option
3104         * reftex-toc.el
3105         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
3106         (reftex-toc-demote, reftex-toc-promote)
3107         (reftex-toc-do-promote, reftex-toc-promote-prepare)
3108         (reftex-toc-promote-action, reftex-toc-extract-section-number)
3109         (reftex-toc-newhead-from-alist)
3110         (reftex-toc-load-all-files-for-promotion): New functions.
3111         (reftex-toc-help): Added description of new keys.
3112         (reftex-toc-split-windows-fraction): New option.
3113         (reftex-recenter-toc-when-idle): Search *toc* window on all
3114         visible frames.
3115         (reftex-toc): Additional parameter REUSE
3116         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
3117         with REUSE argument.
3118         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
3119         the call of `reftex-toc'.
3120         (reftex-make-separate-toc-frame): New function .
3121         (reftex-toc-recenter): When called with triple prefix arg, call
3122         `reftex-make-separate-toc-frame' first.
3123         (reftex-toc-toggle-dedicated-frame): New command.
3124         (reftex-toc-quit): Adapted to delete frame when called in
3125         dedicated frame.
3127         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
3128         all enclosing macros.
3131 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3133         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
3134         first use.
3136 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3138         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
3140 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
3142         * calendar/calendar.el (list-diary-entries-hook)
3143         (diary-display-hook, nongregorian-diary-listing-hook)
3144         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
3145         Add some customize options for these hooks.
3146         (calendar-abbrev-construct): Don't try to take a substring longer
3147         than the original string.
3149 2003-08-05  Richard M. Stallman  <rms@gnu.org>
3151         * emacs-lisp/testcover.el (noreturn): Report error if does return.
3152         (testcover-reinstrument-clauses): Doc fix.
3154         * emacs-lisp/warnings.el: Doc fixes, args renamed.
3155         (warning-type-format): Rename from warning-group-format.
3157         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
3158         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
3159         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
3160         to prevent warnings about defvar for an obsolete variable.
3162         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
3163         warning-group-format renamed to warning-type-format.
3165         * subr.el (read-passwd): Use clear-string instead of fillarray.
3167         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
3168         Use vconcat instead of concat.
3169         (edmacro-sanitize-for-string): New function.
3171 2003-08-05  Dave Love  <fx@gnu.org>
3173         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
3174         line-number-display-limit-width.
3176         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
3178 2003-08-05  Kenichi Handa  <handa@m17n.org>
3180         * international/code-pages.el: Don't require mule-diag.
3182         * international/mule-diag.el (non-iso-charset-alist):
3183         Add autoload cookie.
3185         * language/devan-util.el (dev-glyph-order): Add an entry for the
3186         glyph code #xC4.
3188 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
3190         * calendar/calendar.el (diary-file, diary-file-name-prefix)
3191         (european-calendar-style, diary-date-forms)
3192         (calendar-day-name-array, calendar-month-name-array): Doc change.
3193         (generate-calendar-month): Adapt for new behaviour of
3194         `calendar-day-name' function.
3195         (calendar-abbrev-length, calendar-day-abbrev-array)
3196         (calendar-month-abbrev-array): New variables.
3197         (calendar-abbrev-construct): New function.
3198         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
3199         rather than fixing abbrevs at some width.  Calling syntax change.
3200         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
3201         (calendar-date-string): Adapt for new behaviours of
3202         `calendar-day-name' and `calendar-month-name' functions.
3204         * calendar/diary-lib.el (list-diary-entries): Adapt for new
3205         behaviour of `calendar-day-name' and `calendar-month-name' functions.
3206         (diary-name-pattern): Use abbrev arrays, rather than fixing
3207         abbrevs at three chars.  Calling syntax change.
3208         (mark-diary-entries):  Adapt for new behaviours of
3209         `diary-name-pattern' and `calendar-make-alist' functions.
3210         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
3211         `diary-name-pattern' function.
3212         (font-lock-diary-date-forms): Use abbrev arrays, rather than
3213         fixing abbrevs at three chars.  Calling syntax change.
3214         (cal-hebrew, cal-islam): Require when compiling.
3215         (diary-font-lock-keywords): Adapt for new behaviour of
3216         `font-lock-diary-date-forms' function.
3218         * calendar/cal-hebrew.el: Reposition some code so defined before used.
3219         (calendar-hebrew-month-name-array-common-year)
3220         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
3221         (list-hebrew-diary-entries): Adapt for new behaviours of
3222         `calendar-day-name' and `add-to-diary-list' functions.
3223         (mark-hebrew-diary-entries): Adapt for new behaviours of
3224         `diary-name-pattern' and `calendar-make-alist' functions.
3226         * calendar/cal-islam.el (calendar-islamic-month-name-array):
3227         Add doc string.
3228         (list-islamic-diary-entries): Adapt for new behaviours of
3229         `calendar-day-name' and `add-to-diary-list' functions.
3230         (mark-islamic-diary-entries): Adapt for new behaviours of
3231         `diary-name-pattern' and `calendar-make-alist' functions.
3233         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
3234         `calendar-month-name' function.
3236         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
3238         * calendar/solar.el (solar-seasons-data): Move definition before use.
3240         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
3241         (cal-tex-LaTeX-hourbox): Move definition before use.
3243         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
3244         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
3245         lunar.el, solar.el
3246         (displayed-month, displayed-year): Define for compiler.
3248 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
3250         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
3251         MODE.  Renamed from c-init-c-language-vars'.
3252         (c-initialize-cc-mode): Change accordingly.
3253         (c-common-init): Ditto.
3254         (c-mode): Ditto.
3255         (c++-mode): Use `c-init-language-vars-for'.
3256         (objc-mode): Ditto.
3257         (java-mode): Ditto.
3258         (idl-mode): Ditto.
3259         (pike-mode): Ditto.
3260         (awk-mode): Ditto.
3262 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
3264         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
3265         or not the point moved.
3267         (c-search-decl-header-end): Don't trip up on operator identifiers
3268         in C++ and operators like == in all languages.
3270         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
3271         Detect leading labels correctly.
3273 2003-08-02  Andreas Schwab  <schwab@suse.de>
3275         * textmodes/ispell.el: Don't redo key bindings on loading, put
3276         them only in loaddefs.el.
3277         * bookmark.el: Likewise.
3278         * dabbrev.el: Likewise.
3279         * emerge.el: Likewise.
3281         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
3282         has more than one member.
3284         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
3286 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3288         * lpr.el (printify-region): It was ending conversion before the
3289         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
3291 2003-07-31  John Paul Wallington  <jpw@gnu.org>
3293         * net/browse-url.el (browse-url-epiphany): Doc fix.
3295 2003-07-30  Kenichi Handa  <handa@m17n.org>
3297         * international/fontset.el (setup-default-fontset):
3298         Change registry names of Akurti fonts.
3300 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3302         * comint.el (comint-read-noecho): Use `clear-string' instead of
3303         `fillarray'.
3305 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
3307         * outline.el (outline-mode-hook): Add defvar.
3309 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
3311         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
3312         Restore assembler in source window if that is what has been selected.
3313         (menu): Add gdb-restore-windows to menu.  Make gdba
3314         specific menus only visible from gdba.
3316 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
3318         * progmodes/compile.el (compilation-environment): New user variable.
3319         (compile-internal): Respect it.
3321 2003-07-23  Masatake YAMATO  <jet@gyve.org>
3323         * progmodes/gud.el (gdb-script-font-lock-keywords):
3324         Put `font-lock-function-name-face' on a symbol which includes
3325         `-' like `hook-run'.  Put font-lock-variable-name-face
3326         on a symbol starting with $.
3328 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
3330         * files.el (set-visited-file-name): Use truename for buffer-file-name.
3332 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
3334         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
3336 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
3338         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
3339         Use with-no-warnings.
3340         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
3341         rather than to find-file-not-found-hook, which doesn't exist.
3343 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
3345         * international/quail.el (quail-translate-key): Fix previous change.
3347 2003-07-25  John Paul Wallington  <jpw@gnu.org>
3349         * server.el (server-start): Check `server-process' is non-nil
3350         before killing it to avoid killing current buffer's process.
3352         * simple.el (choose-completion-string): Use `minibufferp';
3353         test `completion-reference-buffer' if `buffer' arg is nil.
3354         (push-mark): Use `when' and `unless'.
3355         (pop-mark): Use `when'.
3357         * mouse-sel.el (mouse-sel-get-selection-function):
3358         Check `x-last-selected-text-primary'.  Don't barf if it or
3359         `x-last-selected-text' aren't bound.
3361 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
3363         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
3365 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
3367         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
3369 2003-07-23  John Paul Wallington  <jpw@gnu.org>
3371         * tooltip.el (defface tooltip): Inherit from variable-pitch.
3373 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
3375         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
3376         string.  Defvar the derived hook.
3378         * macros.el (insert-kbd-macro): Escape double quote character.
3379         From Thomas W Murphy <twm@andrew.cmu.edu>.
3381 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
3383         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
3384         to match the specific mark rather than reusing comment-start-skip.
3386 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
3388         * progmodes/hideshow.el (hs-special-modes-alist):
3389         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
3391 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
3393         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
3394         value using ?\s.
3396 2003-07-21  John Paul Wallington  <jpw@gnu.org>
3398         * subr.el (with-selected-window): Add closing paren.
3400 2003-07-21  Richard M. Stallman  <rms@gnu.org>
3402         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
3403         (lisp-mode): Likewise.
3405         * subr.el (with-selected-window): Copy code form save-selected-window
3406         so as to call select-window with norecord arg.
3407         (dynamic-completion-table): Doc fix.
3408         (lazy-completion-table): Doc fix.
3410         * international/mule-cmds.el (set-locale-environment):
3411         langinfo renamed to locale-info.
3413         * international/mule.el (auto-coding-functions): Doc fix.
3415 2003-07-21  Kenichi Handa  <handa@m17n.org>
3417         * international/quail.el (quail-translate-key):
3418         Update quail-current-str correctly.
3420 2003-07-21  Andreas Schwab  <schwab@suse.de>
3422         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
3423         ?, to "_".
3425 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
3426         Version 2.0.36 of Tramp released.
3428         * net/tramp.el (tramp-default-password-end-of-line): Rename from
3429         tramp-password-end-of-line.
3430         (tramp-password-end-of-line): New method parameter.
3431         (tramp-get-password-end-of-line): Function to access method
3432         parameter `tramp-password-end-of-line', or variable
3433         `tramp-default-password-end-of-line' (default value).
3434         (tramp-methods): Add entries for new parameter
3435         tramp-password-end-of-line.
3436         (tramp-enter-password): Use new function
3437         `tramp-get-password-end-of-line'.
3438         (tramp-handle-insert-file-contents): Do not
3439         unconditionally inhibit the file operation file-local-copy, only
3440         do that when the inhibit-file-name-operation is currently
3441         insert-file-contents.  This fixes finding remote CVS-controlled
3442         files.  (It would barf on inserting the CVS/Entries file
3443         literally, because the file-local-copy handler wasn't called.)
3444         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
3445         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
3446         (tramp-initial-commands): New variable.
3447         (tramp-process-initial-commands): New function, using the variable.
3448         (tramp-open-connection-setup-interactive-shell): Call the new function.
3449         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
3450         method into the buffer name, never use nil.  Reported by Hanak
3451         David <dhanak@inf.bme.hu>.
3452         (tramp-open-connection-setup-interactive-shell): Erase buffer
3453         before sending "stty -onlcr".
3455         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
3457 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
3459         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
3461 2003-07-19  John Paul Wallington  <jpw@gnu.org>
3463         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
3464         (artist-draw-rect, artist-draw-square): Doc fixes.
3466         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
3468         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
3470 2003-07-19  Kenichi Handa  <handa@m17n.org>
3472         * international/kkc.el (kkc-show-conversion-list-update):
3473         Highlight the correct candidate in the message.
3475 2003-07-18  John Paul Wallington  <jpw@gnu.org>
3477         * simple.el (current-word): Don't include punctuation char when
3478         `really-word' arg is non-nil.
3480 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
3482         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
3483         moved to the directory obsolete.
3485 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
3487         * info.el (Info-menu-entry-name-re): Allow newlines in
3488         menu entry names.
3490         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
3491         syntax-ppss-after-change-function.
3492         (syntax-ppss-after-change-function): New alias.  Update uses.
3493         (syntax-ppss): Catch the case where the buffer is narrowed.
3495 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
3497         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
3498         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
3500 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
3502         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
3503         since it might be modified.
3505         * progmodes/cc-langs.el (c++-make-template-syntax-table)
3506         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
3507         names to these language constants.
3509 2003-07-15  Kim F. Storm  <storm@cua.dk>
3511         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
3512         All uses changed.
3514 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
3516         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
3517         Namespace support.
3519 2003-07-13  Juanma Barranquero  <lektu@terra.es>
3521         * frame.el (modify-all-frames-parameters): Reinstall (copyright
3522         papers received).
3524 2003-07-13  Karl Eichwalder  <ke@suse.de>
3526         * textmodes/po.el (po-find-charset): White space at the start of the
3527         Content-Type field body is non-mandatory.
3529 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
3531         * textmodes/texinfo.el (texinfo-section-list):
3532         Append appendixsection; a synonym for appendixsec.
3534 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
3536         * man.el (Man-translate-cleanup): New.
3537         (Man-translate-references): Call `Man-translate-cleanup' to clean
3538         leading, trailing and middle spaces.
3540 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
3542         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
3543         Handle `dired-directory' being a list.
3545 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3547         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
3548         it doesn't exist.
3550 2003-07-12  Richard M. Stallman  <rms@gnu.org>
3552         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
3554         * progmodes/cc-defs.el (c-make-keywords-re):
3555         Don't use delete-duplicates.
3556         (c-lang-const): Don't use mapcan.
3558         * apropos.el (apropos-show-scores): Make it customizable.
3559         Document new meaning.
3560         (apropos): Compute scores from symbols.
3561         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
3563 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3565         * ps-bdf.el: Fix copyright line.
3566         (bdf-directory-list): Fix initialization code.
3568 2003-07-11  John Paul Wallington  <jpw@gnu.org>
3570         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
3571         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
3572         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
3574 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
3576         * emacs-lisp/ring.el (ring-elements): Doc fix.
3578 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
3580         * calendar/timeclock.el (timeclock-relative)
3581         (timeclock-ask-before-exiting, timeclock-use-display-time):
3582         Doc changes.
3583         (timeclock-modeline-display): Give a message if
3584         `timeclock-use-display-time' is non-nil but `display-time-mode'
3585         is not active.
3587 2003-07-11  Kenichi Handa  <handa@m17n.org>
3589         * international/mule-cmds.el (set-language-environment):
3590         Set current-language-environment to the correct string.
3592 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3594         * ps-print.el: Print line number correctly in a region.  Reported by
3595         Tim Allen <timallen@ls83.fsnet.co.uk>
3596         (ps-print-version): New version number (6.6.2).
3597         (ps-printing-region): Code fix.
3599 2003-07-10  John Paul Wallington  <jpw@gnu.org>
3601         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
3602         this function can be called from `add-completions-from-tags-table'.
3604 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
3606         * calendar/timeclock.el (timeclock-use-display-time)
3607         (timeclock-day-over-hook, timeclock-workday-remaining)
3608         (timeclock-status-string, timeclock-when-to-leave)
3609         (timeclock-when-to-leave-string, timeclock-log-data)
3610         (timeclock-find-discrep, timeclock-day-base)
3611         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
3612         (timeclock-modeline-display): Set the variable
3613         `timeclock-modeline-display'.
3614         (timeclock-update-modeline): Doc fix.  Respect value of
3615         `timeclock-relative'.
3617 2003-07-09  Richard M. Stallman  <rms@gnu.org>
3619         * textmodes/reftex-parse.el (reftex-all-document-files):
3620         Add autoload cookie.
3622         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
3623         (reftex-scanning-info-available-p): Add autoload cookie.
3625         * international/mule-cmds.el
3626         (set-display-table-and-terminal-coding-system): Delete duplicate
3627         aset on standard-display-table.
3629         * view.el (view-file): If existing buffer's major mode is special,
3630         don't go into view mode.
3632         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
3634 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3636         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
3637         buffer changes; there's third party code that calls this function
3638         directly.
3640 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3642         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
3643         (autodoc-font-lock-keywords): Don't byte compile on font lock
3644         initialization when running from byte compiled files.
3646 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3648         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
3649         statement ends with auto-increment "++".
3651 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3653         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
3654         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
3655         these are changed, so declare them as variables and not constants.
3657 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
3659         * subr.el (dolist, dotimes):  Doc fix.
3661 2003-07-08  Kim F. Storm  <storm@cua.dk>
3663         * international/mule-cmds.el
3664         (set-display-table-and-terminal-coding-system): Don't break
3665         bootstrap if standard-display-table isn't setup yet.
3667 2003-07-07  Richard M. Stallman  <rms@gnu.org>
3669         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
3670         Give it a doc string, and autoload it.
3672         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
3673         Use with-no-warnings.
3675         * info.el (Info-search): If find invisible text, search again.
3677         * isearch.el (search-whitespace-regexp): Add a shy group around it.
3679         * man.el (Man-name-regexp): Match + as part of name.
3681         * simple.el (visible-mode): Rename from vis-mode.
3682         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
3684         * simple.el (current-word): New arg REALLY-WORD specifies
3685         don't include punctuation chars.
3687         * emacs-lisp/debug.el (debug, debugger-env-macro):
3688         Use with-no-warnings while accessing and binding unread-command-char.
3690         * international/mule-cmds.el
3691         (set-display-table-and-terminal-coding-system): Use explicit loop
3692         instead of calling standard-display-default.
3694         * net/ange-ftp.el (ange-ftp-file-symlink-p):
3695         Use condition-case to catch error in ange-ftp-get-files.
3697         * net/browse-url.el (browse-url-browser-function):
3698         Add alternative for Epiphany.
3699         (browse-url-epiphany-program, browse-url-epiphany-arguments)
3700         (browse-url-epiphany-startup-arguments)
3701         (browse-url-epiphany-new-window-is-tab): New variables.
3702         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
3704         * progmodes/compile.el (compile-auto-highlight): Default now t.
3705         (compile): Doc fix.
3706         (compilation-next-error): Fix previous change.
3708         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
3710         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
3712 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
3714         * gdb-ui.el (gdb-source-info): Display current frame when
3715         attaching to an existing process.
3716         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
3717         while laying out windows when attaching to an existing process.
3719 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
3721         * info.el (Info-menu): Use Info-menu-entry-name-re.
3723 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
3725         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
3726         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
3728         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
3729         to match the same text.
3731 2003-07-06  John Paul Wallington  <jpw@gnu.org>
3733         * vc.el (vc-annotate-offset): Move defvar up.
3735 2003-07-06  Kim F. Storm  <storm@cua.dk>
3737         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
3738         This should fix the infinite loop when extracting menu names.
3740 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
3742         * files.el (auto-mode-alist, interpreter-mode-alist):
3743         Remove entries to CC Mode modes to avoid duplicates; they are now added
3744         with autoload directives in cc-mode.el.
3746 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
3748         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
3749         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
3750         these are changed, so declare them as variables and not constants.
3752         * progmodes/cc-mode.el: Fix some autoload problems: Try to
3753         ensure that the entry for ".c" extension comes before the one for
3754         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
3755         Fix incorrect entries that were added to `interpreter-mode-alist'.
3756         Move the autoload directives for AWK to the top level since they
3757         aren't recognized anywhere else.  Do not use the new AWK mode doc
3758         in the autoload form for the old AWK mode.
3760 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3762         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
3763         (bibtex-sort-ignore-string-entries): Default value t.
3764         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
3765         erroneously in previous version.
3766         (bibtex-string-files): Docstring reflects new parsing scheme.
3767         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
3768         docstring, add # as one of the chars to crush
3769         (bibtex-autokey-prefix-string, bibtex-autokey-names)
3770         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
3771         (bibtex-autokey-name-change-strings)
3772         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
3773         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
3774         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
3775         (bibtex-autokey-title-terminators)
3776         (bibtex-autokey-titlewords-stretch)
3777         (bibtex-autokey-titleword-ignore)
3778         (bibtex-autokey-titleword-case-convert)
3779         (bibtex-autokey-titleword-abbrevs)
3780         (bibtex-autokey-titleword-abbrevs)
3781         (bibtex-autokey-titleword-change-strings)
3782         (bibtex-autokey-titleword-length)
3783         (bibtex-autokey-titleword-separator)
3784         (bibtex-autokey-name-year-separator)
3785         (bibtex-autokey-year-title-separator)
3786         (bibtex-autokey-before-presentation-function)
3787         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
3788         Fix docstring.
3789         (bibtex-strings, bibtex-reference-keys):
3790         Use lazy-completion-table and make-variable-buffer-local.
3791         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
3792         (bibtex-braced-string-syntax-table)
3793         (bibtex-quoted-string-syntax-table): New variables.
3794         (bibtex-parse-nested-braces): Remove.
3795         (bibtex-parse-field-string): Use syntax table and forward-sexp.
3796         (bibtex-parse-association): Simplify.
3797         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
3798         (bibtex-parse-field-text): Simplify.
3799         (bibtex-search-forward-field, bibtex-search-backward-field):
3800         argument BOUND can take value t.
3801         (bibtex-start-of-field, bibtex-start-of-name-in-field)
3802         (bibtex-end-of-name-in-field, bibtex-end-of-field)
3803         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
3804         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
3805         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
3806         (bibtex-skip-to-valid-entry): Return buffer position of beginning
3807         and ending of entry.  Update for changes of bibtex-search-entry.
3808         Simplify.
3809         (bibtex-map-entries): FUN is called with three arguments.
3810         (bibtex-search-entry): Return a cons pair with buffer positions of
3811         beginning and end of entry.
3812         (bibtex-enclosing-field): Simplify.
3813         (bibtex-format-entry): Use booktitle to set a missing title.
3814         (bibtex-autokey-get-names): Fiddle with regexps.
3815         (bibtex-generate-autokey): Use identity.
3816         (bibtex-parse-keys): Use simplified parsing algorithm if
3817         bibtex-parse-keys-fast is non-nil. Simplify. Change order of
3818         arguments. Return alist of keys.
3819         (bibtex-parse-strings): Simplify. Return alist of strings.
3820         (bibtex-complete-string-cleanup): Fix docstring.
3821         (bibtex-read-key): New function.
3822         (bibtex-mode): Fix docstring. Do not parse for keys and
3823         strings when the mode is entered. Set fill-paragraph-function to
3824         bibtex-fill-field. Setup font-lock-mark-block-function the way
3825         font-lock intended.
3826         (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
3827         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
3828         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
3829         (bibtex-Preamble): Avoid hard coded constants.
3830         (bibtex-make-field): Fix docstring. Simplify.
3831         (bibtex-beginning-of-entry): Always return new position of point.
3832         (bibtex-end-of-entry): Rearrange cond clauses.
3833         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
3834         Update for changes of bibtex-map-entries.
3835         (bibtex-ispell-abstract): Do not move point.
3836         (bibtex-entry-index): Use downcase. Simplify.
3837         (bibtex-lessp): Handle catch-all.
3838         (bibtex-find-crossref): Turn into a command.
3839         (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
3840         (bibtex-clean-entry): Use bibtex-read-key. Handle string and
3841         preamble entries.
3842         (bibtex-fill-field-bounds): New function.
3843         (bibtex-fill-field): New command. Bound to fill-paragraph-function.
3844         (bibtex-fill-entry): Use bibtex-fill-field-bounds
3845         (bibtex-String): Use bibtex-strings.  Always obey
3846         bibtex-sort-ignore-string-entries.
3848 2003-07-05  John Paul Wallington  <jpw@gnu.org>
3850         * cus-theme.el (customize-create-theme):
3851         Call `customize-create-theme' in Reset widget's notify function.
3853         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
3854         (ibuffer-mark-interactive): Use `or' instead of `unless'.
3855         (define-ibuffer-column name): Add summarizer.
3856         (define-ibuffer-column size): Likewise.
3857         (define-ibuffer-column filename): Likewise.
3858         (define-ibuffer-column process): Likewise.  Change BODY's output too.
3859         (define-ibuffer-column filename-and-process): Likewise, likewise.
3860         (ibuffer): Remove local vars `already-in' and `need-update'.
3862         * ibuf-ext.el: Don't require `derived' at compile-time.
3864 2003-07-05  Kim F. Storm  <storm@cua.dk>
3866         * info.el: Disable paragraph refilling.
3867         (Info-refill-paragraphs): New defcustom.
3868         (Info-fontify-node): Use it.
3870 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
3872         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
3873         thingies from constructors created by defstruct.
3875         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
3876         the default value of the variable.
3877         (byte-code-meter): Move declaration to top level.
3879         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
3881         * info.el (Info-following-node-name-re): New fun.
3882         (Info-following-node-name): Remove.
3883         (Info-insert-dir): Use the new fun.
3884         (Info-extract-pointer): Don't save restriction; use new fun.
3885         (Info-menu-entry-name-re): New const.
3886         (Info-menu-entry-name-re): Use it along with new fun.
3887         (Info-node-spec-re): Use new fun.
3888         (Info-complete-menu-item, Info-fontify-node): Use new const.
3889         (Info-goto-node, Info-follow-reference, Info-menu-update):
3890         Use match-string.
3891         (Info-follow-reference): Use assoc-string.
3892         Use a list of strings for the completion table.
3893         (Info-fontify-node): Use match-string, line-end-position.
3894         Limit the search for `node:' to the first line.
3896         * newcomment.el (uncomment-region): Remove padding coming from
3897         comment-start rather than just from comment-padding.
3899         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
3900         (vc-cvs-stay-local-p): Use vc-stay-local-p.
3901         (vc-cvs-rename-file): Remove (use the default).
3902         (vc-cvs-register): Register parent dir if needed.
3903         (vc-cvs-could-register): Return non-nil if parent can be registered.
3904         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
3905         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
3907         * vc-svn.el (vc-svn-use-edit): Make it into a const.
3908         (vc-svn-update): Fix the arguments to `svn'.
3909         (vc-svn-diff-tree): Just use `vc-svn-diff'.
3910         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
3911         Simple implementations, assuming `name' is a URL.
3913         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
3914         set of chars allowed unquoted in a case pattern.
3916         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
3918         * font-lock.el (font-lock-extra-types-widget)
3919         (c-font-lock-extra-types, c++-font-lock-extra-types)
3920         (objc-font-lock-extra-types, java-font-lock-extra-types)
3921         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
3922         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
3923         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
3924         (font-lock-match-c++-structor-declaration)
3925         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
3926         (c++-font-lock-keywords-3, c++-font-lock-keywords)
3927         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
3928         (objc-font-lock-keywords-3, objc-font-lock-keywords)
3929         (java-font-lock-keywords-1, java-font-lock-keywords-2)
3930         (java-font-lock-keywords-3, java-font-lock-keywords)
3931         (java-font-lock-syntactic-face-function): Remove obsolete code
3932         and constants.  It's all in cc-fonts.el now.
3934 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
3936         * mail/sendmail.el (mail-specify-envelope-from)
3937         (mail-envelope-from): Doc fix.
3939 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
3941         * generic-x.el: Do away with the dependency on `c-emacs-features'
3942         when populating `rul-generic-mode-syntax-table'; we already know
3943         this isn't XEmacs.
3945 See ChangeLog.10 for earlier changes.
3947 ;; Local Variables:
3948 ;; coding: iso-2022-7bit
3949 ;; End:
3951     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
3952   Copying and distribution of this file, with or without modification,
3953   are permitted provided the copyright notice and this notice are preserved.
3955 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1