(PC-do-completion): Do not forget to use `pred' as the default-directory
[emacs.git] / lisp / ChangeLog
blobbbadba256d9311b5708713fd58f6a635a2273f0d
1 2003-10-20  Dave Love  <fx@gnu.org>
3         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):  Avoid
4         incf in macro expansion.
6 2003-10-20  John Paul Wallington  <jpw@gnu.org>
8         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
9         `evenp' so we don't implicitly require cl library at runtime.
11 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
13         * help-mode.el (help-xref-symbol-regexp): Treat newlines as
14         whitespace.
15         (help-make-xrefs): Only make cross-references for faces if
16         preceded or followed by the word `face'.  Do not make a
17         cross-reference for variables without variable documentation,
18         unless preceded by the word `variable' or `option'.  Update doc
19         string accordingly.
21 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
23         * progmodes/hideshow.el: Rewrite one-armed `if'
24         constructs using either `when' or `unless'.
25         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
27 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
29         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
30         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
31         instead of 12x12.
33 2003-10-16  Eli Zaretskii  <eliz@elta.co.il>
35         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
36         message while converting to Babyl.
38 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
40         * allout.el (allout-mode): Doc fix.
42 2003-10-16  Lute Kamstra  <lute@gnu.org>
44         * subr.el (force-mode-line-update): Fix docstring.
46 2003-10-14  Dave Love  <fx@gnu.org>
48         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
49         (default-input-method): Add :link, improve :type.
50         (locale-charset-language-names): Fix utf-8 pattern.
51         (locale-charset-match-p, locale-charset-alist)
52         (locale-charset-to-coding-system): New.
53         (set-locale-environment): Deal with codeset part of locale specs.
55 2003-10-14  Lute Kamstra  <lute@gnu.org>
57         * fringe.el (fringe-mode): Use active voice in docstring.
58         (set-fringe-style): Ditto.
60 2003-10-13  Lute Kamstra  <lute@gnu.org>
62         * fringe.el (fringe-mode): Fix docstring.
63         (set-fringe-style): Ditto.
65 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
67         * ediff-mult.el (ediff-filegroup-action): Use
68         ediff-default-filtering-regexp.
70         * ediff-util.el (ediff-recenter): Don't call
71         ediff-restore-highlighting twice.
72         (ediff-select-difference): Set current difference.
73         (ediff-unselect-and-select-difference): Added comment.
75         * ediff.el (ediff-directories,ediff-directory-revisions)
76         (ediff-directories3,ediff-merge-directories)
77         (ediff-merge-directories-with-ancestor)
78         (ediff-merge-directory-revisions)
79         (ediff-merge-directory-revisions-with-ancestor): Use
80         ediff-default-filtering-regexp.
82 2003-10-12  Andreas Schwab  <schwab@suse.de>
84         * international/mule-cmds.el (locale-charset-language-names):
85         Simplify regex by removing unused grouping.
87 2003-10-10  Dave Love  <fx@gnu.org>
89         * bindings.el: Don't bind stop.
91 2003-10-08  Miles Bader  <miles@gnu.org>
93         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
94         face instead of attempting to emulate it.
96 2003-10-07  Kenichi Handa  <handa@m17n.org>
98         * international/mule-diag.el (list-coding-systems-1): List coding
99         systems that are loaded automatically.
101         * international/code-pages.el (iso-8859-11): Add autoload cookie.
103         * international/mule.el (autoload-coding-system): New function.
105 2003-10-07  Andreas Schwab  <schwab@suse.de>
107         * log-edit.el (log-edit-changelog-entries): Prefer local value of
108         change-log-default-name in the buffer visiting the file.
110 2003-10-06  Dave Love  <fx@gnu.org>
112         * files.el (find-file-hook): Customize.
113         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
115         * bindings.el (completion-ignored-extensions): Remove .log.
116         (global-map): Add again, open, stop keys.
118 2003-10-05  Richard M. Stallman  <rms@gnu.org>
120         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
121         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
122         Use sh-modify directly.
123         (sh-select): Use sh-append, not eval.
125         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
127         * info.el (Info-following-node-name): New function.
129         * loadhist.el (unload-feature-special-hooks):
130         Renamed from loadhist-hook-functions.
131         (loadhist-hook-functions): Now an alias.
133 2003-10-04  Eli Zaretskii  <eliz@elta.co.il>
135         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
136         file-name clashes on 8+3 filesystems.
138         * Makefile.in (DONTCOMPILE, bootstrap-clean): Rename
139         loaddefs-boot.el to ldefs-boot.el
141         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
142         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
144 2003-10-03  Lute Kamstra  <lute@gnu.org>
146         * info.el (Info-mode): Revert previous change.
147         (Info-escape-percent): New function.
148         (Info-fontify-node): Use it.
150 2003-10-02  Andreas Schwab  <schwab@suse.de>
152         * loaddefs-boot.el: Regenerated.
154 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
156         * ffap.el: Remove defadvice related code from CVS since `complete'
157         provides a `PC-completion-as-file-name-predicate' variable that
158         ffap can override.
160 2003-10-02  Kenichi Handa  <handa@m17n.org>
162         * international/utf-8.el (ccl-decode-mule-utf-8): Lookup
163         utf-subst-table-for-decode even for U+E000..U+FFFF.
165         * international/subst-jis.el: Include U+FF00..U+FFEF in decode
166         table.
167         * international/subst-big5.el: Likewise.
168         * international/subst-gb2312.el: Likewise
169         * international/subst-ksc.el: Likewise.
171 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
173         * calendar/calendar.el (increment-calendar-month)
174         (calendar-leap-year-p, calendar-absolute-from-gregorian)
175         (generate-calendar, calendar-read-date, calendar-interval)
176         (calendar-day-of-week): Handle years BC.
177         (generate-calendar-month, calendar-gregorian-from-absolute): Doc
178         fix.
180 2003-10-01  Dave Love  <fx@gnu.org>
182         * language/cyrillic.el (cp1251): Alias for windows-1251.
184         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
185         bootstrap.
187 2003-10-01  Lute Kamstra  <lute@gnu.org>
189         * files.el: Fix typo.
190         * imenu.el (imenu--generic-function): Docstring fix.
192 2003-09-30  Richard M. Stallman  <rms@gnu.org>
194         * dired.el (dired-mode): Handle dired-directory as a list.
196 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
198         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
200         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
202         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Replace
203         gud-display with gud-watch.
204         (gud-speedbar-buttons): Add stuff for watching expressions
205         in the speedbar when using M-x gdba. Use dolist on old part
206         of this function.
208         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
209         (gdb-update-flag): New variables.
210         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
211         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
212         (gud-watch, gdb-var-create-handler) : New functions.
213         (gdb-var-list-children, gdb-var-list-children-handler)
214         (gdb-var-create-regexp, gdb-var-update-regexp)
215         (gdb-var-list-children-regexp): New constants.
216         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI
217         works.
218         (gdb-annotation-rules): Reduced annotation set (level 3).
219         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
220         (gdb-post-prompt): Don't update GDB buffers every time speedbar
221         updates.
222         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
223         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
224         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
225         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
226         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
227         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
228         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
229         (gud-display, gud-display1)
230         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
231         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
232         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
233         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
234         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
235         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
236         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
237         (gdb-display-display-buffer, gdb-toggle-display)
238         (gdb-delete-display, gdb-expressions-popup-menu)
239         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
240         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
241         to display buffer.
243 2003-09-30  Richard M. Stallman  <rms@gnu.org>
245         * progmodes/ada-mode.el (ada-mode): Don't use advice.
246         Instead, set which-func-functions.
248         * progmodes/which-func.el (which-func-modes): Add ada-mode.
249         (which-func-functions): New variable.
250         (which-function): Use that.
252         * info.el (Info-mode): Double each `%' in header line.
254         * emacs-lisp/lisp-mnt.el (lm-with-file):
255         When FILE is nil, run BODY in current buffer.
257         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
259         * help.el (describe-mode): Start with a brief list of minor modes.
260         Find them thru minor-mode-list so as to find them all.
261         Show them in alphabetical order.
263         * mail/sendmail.el (mail-aliases): Doc fix.
265         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
267 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
269         * mail/rmailsum.el (rmail-make-summary-line-1):
270         Change comma after last label to a space.
271         (rmail-summary-font-lock-keywords): Adapt to that change.
273 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
275         * progmodes/scheme.el (scheme-mode-variables): When setting
276         `font-lock-defaults', also specify that "#" should
277         be interpreted with `word' syntax.
278         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
280 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
282         * desktop.el: A lot of comments updated.
283         (desktop-save-mode): Minor mode introduced.
284         (desktop-enable, desktop-clear-preserve-buffers): Variables made
285         obsolete.
286         (desktop-load-default): Function made obsolete.
287         (desktop-locals-to-save): Variable made customizable.
288         (desktop-read): Optional parameter `dirname' added.
289         (desktop-change-dir, desktop-revert): Parameter `dirname' in
290         `desktop-read' used.
291         (desktop-save-in-load-dir): Renamed to `desktop-save-in-desktop-dir'.
293 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
295         * whitespace.el (whitespace-clean-msg): Add user customizable message
296         for displaying ``clean'' output.
297         (whitespace-buffer): Use `whitespace-clean-msg'.
298         (whitespace-global-mode): Fix typo.
300 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
302         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
304 2003-09-29  Lute Kamstra  <lute@gnu.org>
306         * bindings.el (mode-line-modes): Remove superfluous :propertize
307         construct in initialization.
308         (mode-line-position): Change cons cell into proper list in
309         initialization.
311 2003-09-29  SAITO Takuya <tabmore@rivo.mediatti.net>  (tiny change)
313         * international/mule.el (decode-coding-inserted-region): Use car
314         of the return value of find-operation-coding-system.
316 2003-09-29  Kenichi Handa  <handa@m17n.org>
318         * descr-text.el (describe-char): Fix previous change.
320 2003-09-28  Kenichi Handa  <handa@m17n.org>
322         * descr-text.el (describe-char-display): New function.
323         (describe-char): Pay attention to display table on describing how
324         a character is displayed.
326         * international/mule-cmds.el (encoded-string-description): Prepend
327         "0x" to each encoded byte.
329 2003-09-28  Andreas Schwab  <schwab@suse.de>
331         * find-file.el (ff-special-constructs): Add autoload cookie.
333 2003-09-28  Kevin Ryde  <user42@zip.com.au>
335         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
336         makeinfo appends to duplicate index entries.
338 2003-09-28  Eli Zaretskii  <eliz@elta.co.il>
340         * dired-x.el (dired-clean-tex): Doc fix.
342         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
343         using a Chinese tutorial.
345 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
347         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
348         between "MAIL FROM:" and "RCPT TO:" and the following address.
350 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
352         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
354 2003-09-28  David Ponce  <david@dponce.com>
356         * recentf.el (recentf-initialize-file-name-history): New
357         defcustom.
358         (recentf-load-list): When `recentf-initialize-file-name-history'
359         is non-nil, initialize an empty `file-name-history' with the
360         recent list.
362 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg> (tiny patch)
364         * man.el (Man-default-man-entry): Remove the leading `*' from the
365         word at point.
367 2003-09-26  Lute Kamstra  <lute@gnu.org>
369         * bindings.el (mode-line-position): Mention size indication in
370         docstring.
372 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
374         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
376         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
377         because it's autoloaded now.
379 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
381         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
382         (sh-font-lock-keywords, sh-feature): Fix previous change of
383         sh-feature to avoid infloop with sh-font-lock-keywords.
385 2003-09-25  Kim F. Storm  <storm@cua.dk>
387         * frame.el (frame-current-scroll-bars): New defun.
389         * window.el (window-current-scroll-bars): New defun.
391 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
393         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
394         cause errors when the state cache contains info on parts that have
395         been narrowed out.
397 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
399         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
400         `c-setup-paragraph-variables' has to be used when this variable is
401         changed; it doesn't work to reinitialize the mode since that
402         typically clobbers the variable.
404         * progmodes/cc-styles.el (c-setup-paragraph-variables):
405         Make it interactive.
407 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
409         * progmodes/cc-fonts.el (c-font-lock-declarations):
410         Fix recognition of constructors and destructors for classes whose
411         names are matched by `*-font-lock-extra-types'.
413         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
414         followed by an identifier in C++ then it's a type.
416 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
418         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
419         problem that primarily affected XEmacs.  Don't use faces to find
420         unterminated strings since Emacs and XEmacs fontify strings
421         differently - this function should now work better in XEmacs.
423 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
425         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
426         `expand-abbrev' workaround which caused braces to misbehave inside
427         macros.
429         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
430         handling.  This bug could cause interactive font locking to bail out.
432 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
434         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
435         Handle paren-style types in Pike.  Also fixed some cases of
436         insufficient handling of unbalanced parens.
438 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
440         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
441         common shell prompts that are not common filename or URL
442         characters.
443         (ffap-file-at-point): Use the new regexp to strip the prompts from
444         the file names. This is an issue mostly for user prompts that
445         don't have a trailing space and find-file-at-point is invoked from
446         within a shell inside emacs.
448 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
450         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
451         stamps numerically, rather than textually.
453 2003-09-24  Kenichi Handa  <handa@m17n.org>
455         * language/devan-util.el (devanagari-post-read-conversion):
456         * language/mlm-util.el (malayalam-post-read-conversion):
457         * language/tml-util.el (tamil-post-read-conversion):
458         Add autoload cookie.
460         * international/utf-8.el (utf-8-post-read-conversion):
461         Call post-read-conversion functions for Devanagari, Malayalam,
462         and Tamil.
464 2003-09-23  Dave Love  <fx@gnu.org>
466         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
468 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
470         * progmodes/gud.el (perldb): Add gud-until to list of commands.
471         Update gud-remove.
473 2003-09-22  Richard M. Stallman  <rms@gnu.org>
475         * progmodes/sh-script.el (sh-mode-default-syntax-table):
476         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
477         (sh-mode-syntax-table-input): New variable.
478         (sh-require-final-newline): Don't use eval.
479         (sh-builtins, sh-leading-keywords, sh-other-keywords)
480         (sh-variables, sh-font-lock-keywords): Don't use eval.
481         (sh-set-shell): When setting require-final-newline,
482         treat value = `require-final-newline' as don't change it.
483         Set sh-mode-syntax-table locally based on
484         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
486         * progmodes/compile.el (compile-internal):
487         Call compilation-set-window-height before setting window start.
489 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
491         * emacs-lisp/bytecomp.el (byte-compile-log-file):
492         Clear out byte-compile-last-warned-form.
494 2003-09-22  Richard M. Stallman  <rms@gnu.org>
496         * woman.el (woman-file-name, woman-follow-word):
497         If current-word returns nil, use "".
499         * simple.el (eval-expression): Bind standard-output in to-buffer case.
501 2003-09-22  Richard M. Stallman  <rms@gnu.org>
503         * emacs-lisp/lisp-mnt.el (lm-with-file):
504         Don't visit the file, just use insert-file-contents in temp buffer.
506 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
508         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
509         Add surrounding \\( and \\) around the header, as in
510         for lm-history-header 'Change Log\\|History'.
512 2003-09-22  John Paul Wallington  <jpw@gnu.org>
514         * progmodes/ld-script.el: Add Commentary section,
515         minor cleanup of file header.
516         (ld-script-font-lock-keywords): Doc fix.
517         (toplevel): Provide `ld-script' feature.
519 2003-09-21  Kim F. Storm  <storm@cua.dk>
521         * scroll-bar.el (set-scroll-bar-mode): Initialize to
522         new built-in variable default-frame-scroll-bars.
523         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
524         scroll-bar-mode; notably, use it instead of t when we toggle
525         scroll-bars on.
526         (toggle-scroll-bar): Use default-frame-scroll-bars.
528 2003-09-19  Masatake YAMATO  <jet@gyve.org>
530         * pcvs.el (cvs-do-removal): Change the prompt depending on
531         `filter' value.
533 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
535         * startup.el (command-line-1): Stop startup-echo-area-message
536         being hidden by "Loading image..." message.
537         (use-fancy-splash-screens-p, display-splash-screen):
538         Move display-graphic-p test from latter to former.
540         * progmodes/sh-script.el (sh-font-lock-keywords):
541         Highlight escaped EOLs differently from other backslash constructs.
543 2003-09-19  Richard M. Stallman  <rms@gnu.org>
545         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
546         New functions.
547         (edebug-enter, edebug-outside-excursion): Use them.
549         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
550         Fix the condition for whether to print "In WHERE".
552 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
554         * finder.el (finder-mode-hook): New variable.
555         (finder-mode): Run hook finder-mode-hook
557 2003-09-18  Masatake YAMATO  <jet@gyve.org>
559         * progmodes/ebrowse.el: Fix broken magic autoload comments.
561 2003-09-17  Mario Lang  <mlang@delysid.org>
563         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
564         "p %e" to actually print the value in the GUD buffer.
566 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
568         From David Ponce <david.ponce@wanadoo.fr>:
569         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
570         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
571         from loaddefs-boot.el if necessary.
573 2003-09-15  Zoltan Kemenczy <kemenczy@rogers.com>
575         * progmodes/gud.el (gud-find-class): Make jdb work again since
576         cc-mode changed the syntactic information.
578 2003-09-15  David Ponce  <david@dponce.com>
580         * recentf.el: (recentf-exclude): Accept predicates too.
581         (recentf-file-readable-p): New function.
582         (recentf-include-p): Handle predicates in recentf-exclude.
583         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
584         (recentf-cleanup): Likewise.
585         (recentf-save-list): Use write-file to handle backup of
586         recentf-save-file.
588 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
590         * loaddefs-boot.el: Renamed from `loaddefs.el'
591         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
592         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
593         necessary.
595 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
597         * electric.el (Electric-pop-up-window): For the `one-window' case,
598         no longer disconcertingly move point in the original buffer.
600 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
602         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
604 2003-09-12  Eric Hanchrow <offby1@blarg.net>  (tiny change)
606         * dired.el (dired-mode-map): Fix typo.
608 2003-09-11  Richard M. Stallman  <rms@gnu.org>
610         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
612 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
614         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
615         the function is less noisy.  Now only `kill-buffer' can ask questions.
617 2003-09-10  Mario Lang  <mlang@delysid.org>
619         * battery.el: Update Commentary and Copyright.
620         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
621         appear due to wrong ordering of the expressions in `or'.
623 2003-09-09  Lute Kamstra  <lute@gnu.org>
625         * misc.el (upcase-char): Fix docstring.
626         (zap-up-to-char): New command.
628 2003-09-08  David Ponce  <david@dponce.com>
630         Ensure that recentf correctly updates the menu bar.
631         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
632         (recentf-menu-bar): New function.
633         (recentf-clear-data): Use it
634         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
635         of easy-menu-change.
637 2003-09-08  Lute Kamstra  <lute@gnu.org>
639         * simple.el (size-indication-mode): New.
640         * bindings.el (mode-line-position): Add buffer size indicator.
642 2003-09-04  Mario Lang  <mlang@delysid.org>
644         * battery.el (battery-linux-proc-acpi): New function.
645         (battery-status-function): Modify default value calculation to also
646         check for availability of ACPI.
647         (battery-echo-area-format): Ditto.
648         (battery-mode-line-format): Ditto.
650 2003-09-06  Dave Love  <fx@gnu.org>
652         * ielm.el (ielm-mode-hook): Add :options.
654         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
655         (eldoc-print-current-symbol-info): Use it.
657 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
659         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
660         being displayed in GUD buffer.
661         (gdb-idle-input-queue): Remove var. Use just one queue.
662         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
663         Remove functions.  Use just one queue.
664         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
665         (gdb-invalidate-assembler, gdb-get-current-frame):
666         Modify functions.  Use just one queue.
668 2003-09-04  Dave Love  <fx@gnu.org>
670         * cus-start.el: Add blink-cursor-alist.
672         * ruler-mode.el (ruler-mode-fill-column-char)
673         (ruler-mode-current-column-char): Use char-displayable-p,
674         not window-system.
676         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
678         * language/european.el (windows-1252): Move from code-pages.
680         * language/cyrillic.el ("Windows-1251"): Delete.
681         ("Bulgarian", "Belarusian"): Remove `features'.
682         (windows-1251): Move from code-pages.
684         * international/mule-diag.el (non-iso-charset-alist):
685         Remove `codepage' stuff.
686         (print-designation, list-coding-systems-1): Output fixes.
688         * international/code-pages.el (cp-make-translation-table)
689         (cp-valid-codes): Made defsubsts.
690         (cp-fix-safe-chars): Delete.
691         (mule-diag): Don't require.
692         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
693         (top-level): Check for defined coding system when defining
694         cp... aliases.  Change w32-add-charset-info test to avoid warning.
695         (non-iso-charset-alist): Defvar when compiling.
696         (cp-make-coding-system): Doc fix.
698 2003-09-02  Jason Rumney  <jasonr@gnu.org>
700         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
701         line-ends from CVS before doing conversion.
703 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
705         * calendar/diary-lib.el (diary-header-line-flag)
706         (diary-header-line-format): New variables.
707         (list-diary-entries): Use them to set header line in simple diary.
709         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
710         other than font-lock-string-face to highlight backslashes.
712 2003-09-01  Jason Rumney  <jasonr@gnu.org>
714         * international/titdic-cnv.el (tit-read-key-value): Include \r in
715         regexp.
717 2003-09-01  Dave Love  <fx@gnu.org>
719         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
721         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
722         and :help; also line and column numbers labels.
724         * international/mule-util.el (char-displayable-p): Move from
725         latin1-disp, rename and autoload.
727         * international/latin1-disp.el (latin1-char-displayable-p):
728         Now obsolete alias.  Replace uses with char-displayable-p.
729         (latin1-display-ucs-per-lynx): Fix last change.
731         * international/mule-cmds.el (standard-display-european-internal):
732         Don't use char code for Latin-1 NBSP.
733         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
734         U+2018, U+2019 for `'.
735         (select-safe-coding-system): Message fix.
737 2003-09-01  Kenichi Handa  <handa@m17n.org>
739         * international/fontset.el (setup-default-fontset): For Thai
740         font, specify "*" family.
742 2003-09-01  Kevin Rodgers <ihs_4664@yahoo.com>  (tiny change)
744         * progmodes/compile.el (previous-error): Accept a prefix
745         argument, similarly to next-error.
747 2003-08-31  Masatake YAMATO  <jet@gyve.org>
749         * pcvs.el (cvs-do-removal): Use = instead of eq to check
750         the number of files.  Bind the number of files to a local
751         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
753 2003-08-30  Eli Zaretskii  <eliz@elta.co.il>
755         * vc-hooks.el (vc-make-version-backup): Fix the change made on
756         2003-07-26: msdos-long-file-names is a function, not a variable.
758 2003-08-29  Richard M. Stallman  <rms@gnu.org>
760         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
761         Do nothing with mail-personal-alias-file if it is nil.
763         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
764         Do nothing if mail-personal-alias-file is nil.
766         * term.el (term-exec-1): Bind coding-system-for-read.
768         * dired.el (dired-mouse-find-file-other-window):
769         Use dired-view-command-alist here, as in dired-view-file.
770         (dired-view-command-alist): Use %s to substitute file name.
771         Handle .ps_pages, .eps, .jpg, .gif, .png.
773 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
775         * info.el (Info-mode-map): Bind S-tab and <backtab> to
776         `Info-prev-reference', instead of M-tab.
778 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
780         * simple.el (blink-matching-open): Work correctly on chars that
781         are designated as parens through the syntax-table text property.
783 2003-08-29  Thierry Emery <thierry.emery@club-internet.fr>  (tiny change)
785         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
786         line break position in the middle of a non-kinsoku (e.g. latin)
787         word, making it skip until either a space or a character with
788         category "|".
789         (kinsoku-longer): Test for end of buffer.
791 2003-08-28  Eli Zaretskii  <eliz@elta.co.il>
793         * mail/rmail.el (rmail-convert-to-babyl-format):
794         Detect quoted-printable- and base64-encoded messages and decode them
795         automatically.  Set the message's encoding from the charset=
796         header, if any.  Decode base64-encoded messages in Mail format as well.
798 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
800         * mail/smtpmail.el Fix previous change:
801         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
802         calling smtpmail-via-smtp.
803         (smtpmail-via-smtp): Add fall-back values for envelope-from.
805 2003-08-26  John Paul Wallington  <jpw@gnu.org>
807         * image.el (image-jpeg-p): Don't search beyond length of data.
809 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
811         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
812         misfeature in `expand-abbrev' which caused electric keywords like
813         "else" to disappear if an open brace was typed directly afterwards.
815 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
817         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
818         mandatory in `define-widget'.
820         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
821         Don't align the operators "!=", "<=" and ">=" as assignment operators.
823         (c-assignment-operators): New language constant that only contains
824         the assignment operators.
826         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
828 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
830         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
831         Safeguard against unbalanced sexps.
833 2003-08-26  Terje Rosten <terjeros@phys.ntnu.no>
835         * version.el (emacs-version): Check for gtk.  Include gtk version info.
837 2003-08-25  John Paul Wallington  <jpw@gnu.org>
839         * man.el (Man-default-man-entry): Don't whizz past the section
840         number before looking for it.
842 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
844         * progmodes/gud.el (gud-display-line): Don't set window-point if
845         source buffer is not visible. (Only happens with M-x gdba).
847         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
848         documentation.
849         (gdb-source, gdb-source-info): Update to assembler unnecessary
850         as its done after each GDB command anyway.
851         (gdb-pre-prompt): Use with-current-buffer.
852         (gdb-insert-field): Add help-echo text.
853         (gdb-invalidate-assembler): Re-display of assembler now done in
854         gdb-info-breakpoints-custom.
855         (gdb-info-breakpoints-custom): Force re-display of assembler to
856         happen *after* update of breakpoints buffer.
857         (gdb-display-source-buffer): Don't choke if gdb-source-window
858         isn't visible.
859         (gdb-put-string, gdb-put-arrow): Remove free variables.
861 2003-08-24  John Paul Wallington  <jpw@gnu.org>
863         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
865         * man.el (Man-default-man-entry): Strip text properties when
866         snarfing parts of entry because `format' preserves properties.
868 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
870         * files.el (file-newest-backup): Use `expand-file-name'.
872         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
873         Allow the diary to pop up a new frame, if needed.
875         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
876         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
877         (smtpmail-send-it): Make treatment of envelope-from consistent with
878         sendmail.el.
880         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
881         (sh-leading-keywords): Add the bash `time' reserved word.
882         (sh-variables): Add some bash variables.
883         (sh-add-completer): Fix nil branch of case statement.
885 2003-08-24  Masatake YAMATO  <jet@gyve.org>
887         * progmodes/ld-script.el: New file.
889 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
891         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
893 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
895         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
896         Better explain obsolescence, and what to use instead.
898 2003-08-23  Masatake YAMATO  <jet@gyve.org>
900         * pcvs.el (cvs-do-removal): Show the deleted file name
901         on the prompt.
903 2003-08-20  Dave Love  <fx@gnu.org>
905         * international/mule.el (make-coding-system)
906         (set-buffer-file-coding-system): Doc fix.
908         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
910         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
912         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
914         * international/utf-16.el: Add mime-text-unsuitable coding system
915         properties.
917         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
919         * cus-edit.el: Add some :links.
920         (bib): Remove.
922         * textmodes/bib-mode.el (bib): Add :group external.
924 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
926         * wid-edit.el (widget-echo-help): Make it handle expressions that
927         evaluate to strings.
929 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
931         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
933         Simplify selection of SQL products to define highlighting and
934         interactive mode.  Includes detailed instructions on adding
935         support for new products.
937         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
938         product for use in highlighting and interactive mode.
939         (sql-interactive-product): New variable.  SQL product for
940         sql-interactive-mode.
941         (sql-product-support): New variable.  Specifies product-specific
942         parameters to drive highlighting and interactive mode.
943         (sql-imenu-generic-expression): Add more object types.
944         (sql-sqlite-options): Correct comment.
945         (sql-ms-program): Use "osql" rather than "isql".
946         (sql-prompt-regexp, sql-prompt-length): Update comment.
947         (sql-mode-menu): Add "Start SQLi session" entry.
948         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
949         (sql-mode-abbrev-table): Add abbreviations.  Support of
950         SYSTEM-FLAG on define-abbrev.  Support was removed with last
951         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
952         (sql-mode-font-lock-object-name): Add font-lock pattern for object
953         names.
954         (sql-mode-ansi-font-lock-keywords): Set as default value.
955         (sql-mode-oracle-font-lock-keywords): Set as default value.
956         Support Oracle 9i keywords.
957         (sql-mode-postgres-font-lock-keywords): Set as default value.
958         (sql-mode-linter-font-lock-keywords): Set as default value.
959         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
960         SQLServer 2000.
961         (sql-mode-sybase-font-lock-keywords)
962         (sql-mode-interbase-font-lock-keywords)
963         (sql-mode-sqlite-font-lock-keywords)
964         (sql-mode-strong-font-lock-keywords)
965         (sql-mode-mysql-font-lock-keywords)
966         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
967         keywords.
968         (sql-mode-font-lock-defaults): Update comment.
969         (sql-product-feature): New function.  Returns feature associated
970         with a product from `sql-product-support' alist.
971         (sql-product-font-lock): New function.  Set font-lock support
972         based on `sql-product'.
973         (sql-add-product-keywords): New function.  Add font-lock rules to
974         product-specific keyword variables.
975         (sql-set-product): New function.  Set `sql-product' and apply
976         appropriate font-lock highlighting.
977         (sql-highlight-product): New function.  Set font-lock support
978         based on a product.  Also set mode name to include product name.
979         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
980         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
981         Use `sql-set-product'.
982         (sql-highlight-ms-keywords)
983         (sql-highlight-sybase-keywords)
984         (sql-highlight-interbase-keywords)
985         (sql-highlight-strong-keywords)
986         (sql-highlight-mysql-keywords)
987         (sql-highlight-sqlite-keywords)
988         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
989         (sql-get-login): Prompt in the same order as the tokens.
990         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
991         (sql-product-interactive): New function.  Common portions of
992         product-specific interactive mode wrappers.
993         (sql-interactive-mode): Rewritten to use product features.
994         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
995         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
996         (sql-db2, sql-linter): Use `sql-product-interactive'.
997         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
998         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
999         (sql-connect-ingres, sql-connect-postgres)
1000         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
1001         New functions.  Format command line parameters and invoke comint on
1002         the appropriate interpreter.  Code was in the corresponding
1003         `sql-xyz' function before.
1004         (sql-connect-ms): New function.  Support -E argument to use
1005         operating system credentials for authentication.
1007 2003-08-18  Kenichi Handa  <handa@m17n.org>
1009         * international/mule.el (encode-char): Fix for the ASCII case.
1011 2003-08-15  Kenichi Handa  <handa@m17n.org>
1013         * international/fontset.el (setup-default-fontset): Change "*" to
1014         nil in the specifications of font family.
1016 2003-08-18  Kim F. Storm  <storm@cua.dk>
1018         * kmacro.el (kmacro-keymap): Group related bindings in
1019         initialization for clarity.  Bind C-s to start macro.
1020         Remove C-r binding.
1021         (kmacro-initial-counter-value): New defvar to hold initial counter
1022         value in case we set the value before defining a macro.
1023         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
1024         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
1025         not defining or executing macro.  Doc fix.
1026         (kmacro-add-counter): Clear kmacro-initial-counter-value.
1027         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
1028         temporarily view older elements on the macro ring without cycling
1029         the ring.
1030         (kmacro-display): Doc fix.
1031         (kmacro-exec-ring-item): New helper function.
1032         (kmacro-call-ring-2nd): Use it.
1033         (kmacro-call-ring-2nd-repeat): Doc fix.
1034         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
1035         (kmacro-end-or-call-macro): Execute last viewed macro (using
1036         kmacro-exec-ring-item) from ring if this follows
1037         kmacro-view-macro.  This allows us to find a macro on the ring
1038         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
1039         the ring to bring it to the head of the ring.
1040         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
1041         Allow binding to reserved keys without specifying C-x C-k prefix.
1042         Ask for confirmation if entered key sequence is already bound to
1043         a non-macro command.
1044         (kmacro-view-macro): Repeating command will show older elements
1045         on the macro ring; C-k will execute the last viewed macro.
1046         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
1047         property from 'ring to 'head.
1049 2003-08-17  Alan Shutko  <ats@acm.org>
1051         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
1052         keeping December out of the alist.
1054 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
1056         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
1057         * calendar/calendar.el (calendar-mode-map): Bind it to key.
1058         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
1059         (calendar-flatten): New function.
1060         (calendar-mouse-view-other-diary-entries)
1061         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
1062         in the menu title and to show multi-line diary entries correctly
1063         in the menu.
1065 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
1067         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
1068         defcustom, because the default was recently changed.
1070 2003-08-16  Richard M. Stallman  <rms@gnu.org>
1072         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
1074         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1075         New subroutine, broken out of eval-last-sexp-1.
1076         (eval-last-sexp-1): Use eval-last-sexp-print-value.
1078         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
1080         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
1082         * simple.el (eval-expression): Use eval-last-sexp-print-value.
1084 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
1086         * progmodes/compile.el (compilation-error-regexp-alist):
1087         Add Java ANt error detection as described in document
1088         http://ant.apache.org/faq.html
1090 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
1092         * simple.el (backward-word, forward-to-indentation)
1093         (backward-to-indentation):  Argument changed to optional.
1094         (next-line, previous-line): Use `or' instead of `unless'.
1096 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1098         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
1099         instead of a constant.
1101 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
1103         * shell.el (shell): With prefix-arg, suggest a new buffer name.
1105 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
1107         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
1108         (vc-sccs-workfile-version): Search the entire delta table, rather
1109         than just the first entry, because that might be a deleted version.
1111 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
1113         * menu-bar.el (menu-bar-options-menu): Supply a body for the
1114         [save-place] binding in the Options menu.  Have it require
1115         'saveplace' and then toggle the variable manually, to avoid an an
1116         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
1117         for the bug report.
1119 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
1121         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
1122         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
1123         (gdb-info-threads-custom): Add help-echo text.
1124         (gdb-display-back): Don't use purecopy.
1125         (gdb-info-breakpoints-custom, gdb-reset)
1126         (gdb-assembler-custom): Use display-images-p to test if breakpoint
1127         icons can be displayed.
1129 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
1131         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
1133 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
1135         * bookmark.el (bookmark-completing-read):
1136         Return a string, instead of a list of one string.
1137         Use a popup menu if activated from the mouse.
1138         (bookmark-edit-annotation): Remove unused vars.
1139         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
1140         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
1141         to bookmark-completing-read.
1142         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1143         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
1144         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
1145         and erase-buffer.
1146         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
1147         (bookmark-menu-jump, bookmark-menu-insert)
1148         (bookmark-popup-menu-and-apply-function)
1149         (bookmark-menu-popup-paned-bookmark-menu): Remove.
1150         (bookmark-menu-build-paned-menu): Remove by folding it into
1151         bookmark-menu-popup-paned-menu.
1152         (menu-bar-bookmark-map): Move the define-key statements here.
1153         Use the "non-menu" commands since they now pop up a menu if needed.
1154         (bookmark-exit-hook-internal): Simplify.
1156 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
1158         * textmodes/reftex.el: Updated to version 4.21
1159         * reftex-auc.el: likewise.
1160         * reftex-cite.el: likewise.
1161         * reftex-dcr.el: likewise.
1162         * reftex-global.el: likewise.
1163         * reftex-index.el: likewise.
1164         * reftex-parse.el: likewise.
1165         * reftex-ref.el: likewise.
1166         * reftex-sel.el: likewise.
1167         * reftex-toc.el: likewise.
1168         * reftex-vars.el: likewise.
1170 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1172         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
1173         first use.
1175 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1177         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
1179 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
1181         * calendar/calendar.el (list-diary-entries-hook)
1182         (diary-display-hook, nongregorian-diary-listing-hook)
1183         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
1184         Add some customize options for these hooks.
1185         (calendar-abbrev-construct): Don't try to take a substring longer
1186         than the original string.
1188 2003-08-05  Richard M. Stallman  <rms@gnu.org>
1190         * emacs-lisp/testcover.el (noreturn): Report error if does return.
1191         (testcover-reinstrument-clauses): Doc fix.
1193         * emacs-lisp/warnings.el: Doc fixes, args renamed.
1194         (warning-type-format): Rename from warning-group-format.
1196         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
1197         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
1198         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
1199         to prevent warnings about defvar for an obsolete variable.
1201         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
1202         warning-group-format renamed to warning-type-format.
1204         * subr.el (read-passwd): Use clear-string instead of fillarray.
1206         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
1207         Use vconcat instead of concat.
1208         (edmacro-sanitize-for-string): New function.
1210 2003-08-05  Dave Love  <fx@gnu.org>
1212         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
1213         line-number-display-limit-width.
1215         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
1217 2003-08-05  Kenichi Handa  <handa@m17n.org>
1219         * international/code-pages.el: Don't require mule-diag.
1221         * international/mule-diag.el (non-iso-charset-alist):
1222         Add autoload cookie.
1224         * language/devan-util.el (dev-glyph-order): Add an entry for the
1225         glyph code #xC4.
1227 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
1229         * calendar/calendar.el (diary-file, diary-file-name-prefix)
1230         (european-calendar-style, diary-date-forms)
1231         (calendar-day-name-array, calendar-month-name-array): Doc change.
1232         (generate-calendar-month): Adapt for new behaviour of
1233         `calendar-day-name' function.
1234         (calendar-abbrev-length, calendar-day-abbrev-array)
1235         (calendar-month-abbrev-array): New variables.
1236         (calendar-abbrev-construct): New function.
1237         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
1238         rather than fixing abbrevs at some width.  Calling syntax change.
1239         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
1240         (calendar-date-string): Adapt for new behaviours of
1241         `calendar-day-name' and `calendar-month-name' functions.
1243         * calendar/diary-lib.el (list-diary-entries): Adapt for new
1244         behaviour of `calendar-day-name' and `calendar-month-name' functions.
1245         (diary-name-pattern): Use abbrev arrays, rather than fixing
1246         abbrevs at three chars.  Calling syntax change.
1247         (mark-diary-entries):  Adapt for new behaviours of
1248         `diary-name-pattern' and `calendar-make-alist' functions.
1249         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
1250         `diary-name-pattern' function.
1251         (font-lock-diary-date-forms): Use abbrev arrays, rather than
1252         fixing abbrevs at three chars.  Calling syntax change.
1253         (cal-hebrew, cal-islam): Require when compiling.
1254         (diary-font-lock-keywords): Adapt for new behaviour of
1255         `font-lock-diary-date-forms' function.
1257         * calendar/cal-hebrew.el: Reposition some code so defined before used.
1258         (calendar-hebrew-month-name-array-common-year)
1259         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
1260         (list-hebrew-diary-entries): Adapt for new behaviours of
1261         `calendar-day-name' and `add-to-diary-list' functions.
1262         (mark-hebrew-diary-entries): Adapt for new behaviours of
1263         `diary-name-pattern' and `calendar-make-alist' functions.
1265         * calendar/cal-islam.el (calendar-islamic-month-name-array):
1266         Add doc string.
1267         (list-islamic-diary-entries): Adapt for new behaviours of
1268         `calendar-day-name' and `add-to-diary-list' functions.
1269         (mark-islamic-diary-entries): Adapt for new behaviours of
1270         `diary-name-pattern' and `calendar-make-alist' functions.
1272         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
1273         `calendar-month-name' function.
1275         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
1277         * calendar/solar.el (solar-seasons-data): Move definition before use.
1279         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
1280         (cal-tex-LaTeX-hourbox): Move definition before use.
1282         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
1283         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
1284         lunar.el, solar.el
1285         (displayed-month, displayed-year): Define for compiler.
1287 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1289         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
1290         MODE.  Renamed from c-init-c-language-vars'.
1291         (c-initialize-cc-mode): Change accordingly.
1292         (c-common-init): Ditto.
1293         (c-mode): Ditto.
1294         (c++-mode): Use `c-init-language-vars-for'.
1295         (objc-mode): Ditto.
1296         (java-mode): Ditto.
1297         (idl-mode): Ditto.
1298         (pike-mode): Ditto.
1299         (awk-mode): Ditto.
1301 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1303         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
1304         or not the point moved.
1306         (c-search-decl-header-end): Don't trip up on operator identifiers
1307         in C++ and operators like == in all languages.
1309         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
1310         Detect leading labels correctly.
1312 2003-08-02  Andreas Schwab  <schwab@suse.de>
1314         * textmodes/ispell.el: Don't redo key bindings on loading, put
1315         them only in loaddefs.el.
1316         * bookmark.el: Likewise.
1317         * dabbrev.el: Likewise.
1318         * emerge.el: Likewise.
1320         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
1321         has more than one member.
1323         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
1325 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1327         * lpr.el (printify-region): It was ending conversion before the
1328         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
1330 2003-07-31  John Paul Wallington  <jpw@gnu.org>
1332         * net/browse-url.el (browse-url-epiphany): Doc fix.
1334 2003-07-30  Kenichi Handa  <handa@m17n.org>
1336         * international/fontset.el (setup-default-fontset):
1337         Change registry names of Akurti fonts.
1339 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1341         * comint.el (comint-read-noecho): Use `clear-string' instead of
1342         `fillarray'.
1344 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
1346         * outline.el (outline-mode-hook): Add defvar.
1348 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
1350         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
1351         Restore assembler in source window if that is what has been selected.
1352         (menu): Add gdb-restore-windows to menu.  Make gdba
1353         specific menus only visible from gdba.
1355 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
1357         * progmodes/compile.el (compilation-environment): New user variable.
1358         (compile-internal): Respect it.
1360 2003-07-23  Masatake YAMATO  <jet@gyve.org>
1362         * progmodes/gud.el (gdb-script-font-lock-keywords):
1363         Put `font-lock-function-name-face' on a symbol which includes
1364         `-' like `hook-run'.  Put font-lock-variable-name-face
1365         on a symbol starting with $.
1367 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
1369         * files.el (set-visited-file-name): Use truename for buffer-file-name.
1371 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
1373         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
1375 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
1377         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
1378         Use with-no-warnings.
1379         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
1380         rather than to find-file-not-found-hook, which doesn't exist.
1382 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
1384         * international/quail.el (quail-translate-key): Fix previous change.
1386 2003-07-25  John Paul Wallington  <jpw@gnu.org>
1388         * server.el (server-start): Check `server-process' is non-nil
1389         before killing it to avoid killing current buffer's process.
1391         * simple.el (choose-completion-string): Use `minibufferp';
1392         test `completion-reference-buffer' if `buffer' arg is nil.
1393         (push-mark): Use `when' and `unless'.
1394         (pop-mark): Use `when'.
1396         * mouse-sel.el (mouse-sel-get-selection-function):
1397         Check `x-last-selected-text-primary'.  Don't barf if it or
1398         `x-last-selected-text' aren't bound.
1400 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
1402         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
1404 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
1406         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
1408 2003-07-23  John Paul Wallington  <jpw@gnu.org>
1410         * tooltip.el (defface tooltip): Inherit from variable-pitch.
1412 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
1414         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
1415         string.  Defvar the derived hook.
1417         * macros.el (insert-kbd-macro): Escape double quote character.
1418         From Thomas W Murphy <twm@andrew.cmu.edu>.
1420 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
1422         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
1423         to match the specific mark rather than reusing comment-start-skip.
1425 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
1427         * progmodes/hideshow.el (hs-special-modes-alist):
1428         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
1430 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
1432         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
1433         value using ?\s.
1435 2003-07-21  John Paul Wallington  <jpw@gnu.org>
1437         * subr.el (with-selected-window): Add closing paren.
1439 2003-07-21  Richard M. Stallman  <rms@gnu.org>
1441         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
1442         (lisp-mode): Likewise.
1444         * subr.el (with-selected-window): Copy code form save-selected-window
1445         so as to call select-window with norecord arg.
1446         (dynamic-completion-table): Doc fix.
1447         (lazy-completion-table): Doc fix.
1449         * international/mule-cmds.el (set-locale-environment):
1450         langinfo renamed to locale-info.
1452         * international/mule.el (auto-coding-functions): Doc fix.
1454 2003-07-21  Kenichi Handa  <handa@m17n.org>
1456         * international/quail.el (quail-translate-key):
1457         Update quail-current-str correctly.
1459 2003-07-21  Andreas Schwab  <schwab@suse.de>
1461         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
1462         ?, to "_".
1464 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1465         Version 2.0.36 of Tramp released.
1467         * net/tramp.el (tramp-default-password-end-of-line): Rename from
1468         tramp-password-end-of-line.
1469         (tramp-password-end-of-line): New method parameter.
1470         (tramp-get-password-end-of-line): Function to access method
1471         parameter `tramp-password-end-of-line', or variable
1472         `tramp-default-password-end-of-line' (default value).
1473         (tramp-methods): Add entries for new parameter
1474         tramp-password-end-of-line.
1475         (tramp-enter-password): Use new function
1476         `tramp-get-password-end-of-line'.
1477         (tramp-handle-insert-file-contents): Do not
1478         unconditionally inhibit the file operation file-local-copy, only
1479         do that when the inhibit-file-name-operation is currently
1480         insert-file-contents.  This fixes finding remote CVS-controlled
1481         files.  (It would barf on inserting the CVS/Entries file
1482         literally, because the file-local-copy handler wasn't called.)
1483         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
1484         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
1485         (tramp-initial-commands): New variable.
1486         (tramp-process-initial-commands): New function, using the variable.
1487         (tramp-open-connection-setup-interactive-shell): Call the new function.
1488         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
1489         method into the buffer name, never use nil.  Reported by Hanak
1490         David <dhanak@inf.bme.hu>.
1491         (tramp-open-connection-setup-interactive-shell): Erase buffer
1492         before sending "stty -onlcr".
1494         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
1496 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
1498         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
1500 2003-07-19  John Paul Wallington  <jpw@gnu.org>
1502         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
1503         (artist-draw-rect, artist-draw-square): Doc fixes.
1505         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
1507         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
1509 2003-07-19  Kenichi Handa  <handa@m17n.org>
1511         * international/kkc.el (kkc-show-conversion-list-update):
1512         Highlight the correct candidate in the message.
1514 2003-07-18  John Paul Wallington  <jpw@gnu.org>
1516         * simple.el (current-word): Don't include punctuation char when
1517         `really-word' arg is non-nil.
1519 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
1521         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
1522         moved to the directory obsolete.
1524 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
1526         * info.el (Info-menu-entry-name-re): Allow newlines in
1527         menu entry names.
1529         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
1530         syntax-ppss-after-change-function.
1531         (syntax-ppss-after-change-function): New alias.  Update uses.
1532         (syntax-ppss): Catch the case where the buffer is narrowed.
1534 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
1536         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
1537         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
1539 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
1541         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
1542         since it might be modified.
1544         * progmodes/cc-langs.el (c++-make-template-syntax-table)
1545         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
1546         names to these language constants.
1548 2003-07-15  Kim F. Storm  <storm@cua.dk>
1550         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
1551         All uses changed.
1553 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
1555         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
1556         Namespace support.
1558 2003-07-13  Juanma Barranquero  <lektu@terra.es>
1560         * frame.el (modify-all-frames-parameters): Reinstall (copyright
1561         papers received).
1563 2003-07-13  Karl Eichwalder  <ke@suse.de>
1565         * textmodes/po.el (po-find-charset): White space at the start of the
1566         Content-Type field body is non-mandatory.
1568 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
1570         * textmodes/texinfo.el (texinfo-section-list):
1571         Append appendixsection; a synonym for appendixsec.
1573 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
1575         * man.el (Man-translate-cleanup): New.
1576         (Man-translate-references): Call `Man-translate-cleanup' to clean
1577         leading, trailing and middle spaces.
1579 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
1581         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
1582         Handle `dired-directory' being a list.
1584 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1586         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
1587         it doesn't exist.
1589 2003-07-12  Richard M. Stallman  <rms@gnu.org>
1591         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
1593         * progmodes/cc-defs.el (c-make-keywords-re):
1594         Don't use delete-duplicates.
1595         (c-lang-const): Don't use mapcan.
1597         * apropos.el (apropos-show-scores): Make it customizable.
1598         Document new meaning.
1599         (apropos): Compute scores from symbols.
1600         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
1602 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1604         * ps-bdf.el: Fix copyright line.
1605         (bdf-directory-list): Fix initialization code.
1607 2003-07-11  John Paul Wallington  <jpw@gnu.org>
1609         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
1610         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
1611         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
1613 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
1615         * emacs-lisp/ring.el (ring-elements): Doc fix.
1617 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
1619         * calendar/timeclock.el (timeclock-relative)
1620         (timeclock-ask-before-exiting, timeclock-use-display-time):
1621         Doc changes.
1622         (timeclock-modeline-display): Give a message if
1623         `timeclock-use-display-time' is non-nil but `display-time-mode'
1624         is not active.
1626 2003-07-11  Kenichi Handa  <handa@m17n.org>
1628         * international/mule-cmds.el (set-language-environment):
1629         Set current-language-environment to the correct string.
1631 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1633         * ps-print.el: Print line number correctly in a region.  Reported by
1634         Tim Allen <timallen@ls83.fsnet.co.uk>
1635         (ps-print-version): New version number (6.6.2).
1636         (ps-printing-region): Code fix.
1638 2003-07-10  John Paul Wallington  <jpw@gnu.org>
1640         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
1641         this function can be called from `add-completions-from-tags-table'.
1643 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
1645         * calendar/timeclock.el (timeclock-use-display-time)
1646         (timeclock-day-over-hook, timeclock-workday-remaining)
1647         (timeclock-status-string, timeclock-when-to-leave)
1648         (timeclock-when-to-leave-string, timeclock-log-data)
1649         (timeclock-find-discrep, timeclock-day-base)
1650         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
1651         (timeclock-modeline-display): Set the variable
1652         `timeclock-modeline-display'.
1653         (timeclock-update-modeline): Doc fix.  Respect value of
1654         `timeclock-relative'.
1656 2003-07-09  Richard M. Stallman  <rms@gnu.org>
1658         * textmodes/reftex-parse.el (reftex-all-document-files):
1659         Add autoload cookie.
1661         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
1662         (reftex-scanning-info-available-p): Add autoload cookie.
1664         * international/mule-cmds.el
1665         (set-display-table-and-terminal-coding-system): Delete duplicate
1666         aset on standard-display-table.
1668         * view.el (view-file): If existing buffer's major mode is special,
1669         don't go into view mode.
1671         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
1673 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1675         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
1676         buffer changes; there's third party code that calls this function
1677         directly.
1679 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1681         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
1682         (autodoc-font-lock-keywords): Don't byte compile on font lock
1683         initialization when running from byte compiled files.
1685 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1687         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
1688         statement ends with auto-increment "++".
1690 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1692         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
1693         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
1694         these are changed, so declare them as variables and not constants.
1696 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
1698         * subr.el (dolist, dotimes):  Doc fix.
1700 2003-07-08  Kim F. Storm  <storm@cua.dk>
1702         * international/mule-cmds.el
1703         (set-display-table-and-terminal-coding-system): Don't break
1704         bootstrap if standard-display-table isn't setup yet.
1706 2003-07-07  Richard M. Stallman  <rms@gnu.org>
1708         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
1709         Give it a doc string, and autoload it.
1711         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
1712         Use with-no-warnings.
1714         * info.el (Info-search): If find invisible text, search again.
1716         * isearch.el (search-whitespace-regexp): Add a shy group around it.
1718         * man.el (Man-name-regexp): Match + as part of name.
1720         * simple.el (visible-mode): Rename from vis-mode.
1721         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
1723         * simple.el (current-word): New arg REALLY-WORD specifies
1724         don't include punctuation chars.
1726         * emacs-lisp/debug.el (debug, debugger-env-macro):
1727         Use with-no-warnings while accessing and binding unread-command-char.
1729         * international/mule-cmds.el
1730         (set-display-table-and-terminal-coding-system): Use explicit loop
1731         instead of calling standard-display-default.
1733         * net/ange-ftp.el (ange-ftp-file-symlink-p):
1734         Use condition-case to catch error in ange-ftp-get-files.
1736         * net/browse-url.el (browse-url-browser-function):
1737         Add alternative for Epiphany.
1738         (browse-url-epiphany-program, browse-url-epiphany-arguments)
1739         (browse-url-epiphany-startup-arguments)
1740         (browse-url-epiphany-new-window-is-tab): New variables.
1741         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
1743         * progmodes/compile.el (compile-auto-highlight): Default now t.
1744         (compile): Doc fix.
1745         (compilation-next-error): Fix previous change.
1747         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
1749         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
1751 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
1753         * gdb-ui.el (gdb-source-info): Display current frame when
1754         attaching to an existing process.
1755         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
1756         while laying out windows when attaching to an existing process.
1758 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
1760         * info.el (Info-menu): Use Info-menu-entry-name-re.
1762 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
1764         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
1765         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
1767         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
1768         to match the same text.
1770 2003-07-06  John Paul Wallington  <jpw@gnu.org>
1772         * vc.el (vc-annotate-offset): Move defvar up.
1774 2003-07-06  Kim F. Storm  <storm@cua.dk>
1776         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
1777         This should fix the infinite loop when extracting menu names.
1779 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
1781         * files.el (auto-mode-alist, interpreter-mode-alist):
1782         Remove entries to CC Mode modes to avoid duplicates; they are now added
1783         with autoload directives in cc-mode.el.
1785 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
1787         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
1788         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
1789         these are changed, so declare them as variables and not constants.
1791         * progmodes/cc-mode.el: Fix some autoload problems: Try to
1792         ensure that the entry for ".c" extension comes before the one for
1793         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
1794         Fix incorrect entries that were added to `interpreter-mode-alist'.
1795         Move the autoload directives for AWK to the top level since they
1796         aren't recognized anywhere else.  Do not use the new AWK mode doc
1797         in the autoload form for the old AWK mode.
1799 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1801         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
1802         (bibtex-sort-ignore-string-entries): Default value t.
1803         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
1804         erroneously in previous version.
1805         (bibtex-string-files): Docstring reflects new parsing scheme.
1806         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
1807         docstring, add # as one of the chars to crush
1808         (bibtex-autokey-prefix-string, bibtex-autokey-names)
1809         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
1810         (bibtex-autokey-name-change-strings)
1811         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
1812         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
1813         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
1814         (bibtex-autokey-title-terminators)
1815         (bibtex-autokey-titlewords-stretch)
1816         (bibtex-autokey-titleword-ignore)
1817         (bibtex-autokey-titleword-case-convert)
1818         (bibtex-autokey-titleword-abbrevs)
1819         (bibtex-autokey-titleword-abbrevs)
1820         (bibtex-autokey-titleword-change-strings)
1821         (bibtex-autokey-titleword-length)
1822         (bibtex-autokey-titleword-separator)
1823         (bibtex-autokey-name-year-separator)
1824         (bibtex-autokey-year-title-separator)
1825         (bibtex-autokey-before-presentation-function)
1826         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
1827         Fix docstring.
1828         (bibtex-strings, bibtex-reference-keys):
1829         Use lazy-completion-table and make-variable-buffer-local.
1830         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
1831         (bibtex-braced-string-syntax-table)
1832         (bibtex-quoted-string-syntax-table): New variables.
1833         (bibtex-parse-nested-braces): Remove.
1834         (bibtex-parse-field-string): Use syntax table and forward-sexp.
1835         (bibtex-parse-association): Simplify.
1836         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
1837         (bibtex-parse-field-text): Simplify.
1838         (bibtex-search-forward-field, bibtex-search-backward-field):
1839         argument BOUND can take value t.
1840         (bibtex-start-of-field, bibtex-start-of-name-in-field)
1841         (bibtex-end-of-name-in-field, bibtex-end-of-field)
1842         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
1843         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
1844         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
1845         (bibtex-skip-to-valid-entry): Return buffer position of beginning
1846         and ending of entry.  Update for changes of bibtex-search-entry.
1847         Simplify.
1848         (bibtex-map-entries): FUN is called with three arguments.
1849         (bibtex-search-entry): Return a cons pair with buffer positions of
1850         beginning and end of entry.
1851         (bibtex-enclosing-field): Simplify.
1852         (bibtex-format-entry): Use booktitle to set a missing title.
1853         (bibtex-autokey-get-names): Fiddle with regexps.
1854         (bibtex-generate-autokey): Use identity.
1855         (bibtex-parse-keys): Use simplified parsing algorithm if
1856         bibtex-parse-keys-fast is non-nil. Simplify. Change order of
1857         arguments. Return alist of keys.
1858         (bibtex-parse-strings): Simplify. Return alist of strings.
1859         (bibtex-complete-string-cleanup): Fix docstring.
1860         (bibtex-read-key): New function.
1861         (bibtex-mode): Fix docstring. Do not parse for keys and
1862         strings when the mode is entered. Set fill-paragraph-function to
1863         bibtex-fill-field. Setup font-lock-mark-block-function the way
1864         font-lock intended.
1865         (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
1866         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
1867         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
1868         (bibtex-Preamble): Avoid hard coded constants.
1869         (bibtex-make-field): Fix docstring. Simplify.
1870         (bibtex-beginning-of-entry): Always return new position of point.
1871         (bibtex-end-of-entry): Rearrange cond clauses.
1872         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
1873         Update for changes of bibtex-map-entries.
1874         (bibtex-ispell-abstract): Do not move point.
1875         (bibtex-entry-index): Use downcase. Simplify.
1876         (bibtex-lessp): Handle catch-all.
1877         (bibtex-find-crossref): Turn into a command.
1878         (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
1879         (bibtex-clean-entry): Use bibtex-read-key. Handle string and
1880         preamble entries.
1881         (bibtex-fill-field-bounds): New function.
1882         (bibtex-fill-field): New command. Bound to fill-paragraph-function.
1883         (bibtex-fill-entry): Use bibtex-fill-field-bounds
1884         (bibtex-String): Use bibtex-strings.  Always obey
1885         bibtex-sort-ignore-string-entries.
1887 2003-07-05  John Paul Wallington  <jpw@gnu.org>
1889         * cus-theme.el (customize-create-theme):
1890         Call `customize-create-theme' in Reset widget's notify function.
1892         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
1893         (ibuffer-mark-interactive): Use `or' instead of `unless'.
1894         (define-ibuffer-column name): Add summarizer.
1895         (define-ibuffer-column size): Likewise.
1896         (define-ibuffer-column filename): Likewise.
1897         (define-ibuffer-column process): Likewise.  Change BODY's output too.
1898         (define-ibuffer-column filename-and-process): Likewise, likewise.
1899         (ibuffer): Remove local vars `already-in' and `need-update'.
1901         * ibuf-ext.el: Don't require `derived' at compile-time.
1903 2003-07-05  Kim F. Storm  <storm@cua.dk>
1905         * info.el: Disable paragraph refilling.
1906         (Info-refill-paragraphs): New defcustom.
1907         (Info-fontify-node): Use it.
1909 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
1911         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
1912         thingies from constructors created by defstruct.
1914         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
1915         the default value of the variable.
1916         (byte-code-meter): Move declaration to top level.
1918         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
1920         * info.el (Info-following-node-name-re): New fun.
1921         (Info-following-node-name): Remove.
1922         (Info-insert-dir): Use the new fun.
1923         (Info-extract-pointer): Don't save restriction; use new fun.
1924         (Info-menu-entry-name-re): New const.
1925         (Info-menu-entry-name-re): Use it along with new fun.
1926         (Info-node-spec-re): Use new fun.
1927         (Info-complete-menu-item, Info-fontify-node): Use new const.
1928         (Info-goto-node, Info-follow-reference, Info-menu-update):
1929         Use match-string.
1930         (Info-follow-reference): Use assoc-string.
1931         Use a list of strings for the completion table.
1932         (Info-fontify-node): Use match-string, line-end-position.
1933         Limit the search for `node:' to the first line.
1935         * newcomment.el (uncomment-region): Remove padding coming from
1936         comment-start rather than just from comment-padding.
1938         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
1939         (vc-cvs-stay-local-p): Use vc-stay-local-p.
1940         (vc-cvs-rename-file): Remove (use the default).
1941         (vc-cvs-register): Register parent dir if needed.
1942         (vc-cvs-could-register): Return non-nil if parent can be registered.
1943         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
1944         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
1946         * vc-svn.el (vc-svn-use-edit): Make it into a const.
1947         (vc-svn-update): Fix the arguments to `svn'.
1948         (vc-svn-diff-tree): Just use `vc-svn-diff'.
1949         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
1950         Simple implementations, assuming `name' is a URL.
1952         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
1953         set of chars allowed unquoted in a case pattern.
1955         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
1957         * font-lock.el (font-lock-extra-types-widget)
1958         (c-font-lock-extra-types, c++-font-lock-extra-types)
1959         (objc-font-lock-extra-types, java-font-lock-extra-types)
1960         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
1961         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
1962         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1963         (font-lock-match-c++-structor-declaration)
1964         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
1965         (c++-font-lock-keywords-3, c++-font-lock-keywords)
1966         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
1967         (objc-font-lock-keywords-3, objc-font-lock-keywords)
1968         (java-font-lock-keywords-1, java-font-lock-keywords-2)
1969         (java-font-lock-keywords-3, java-font-lock-keywords)
1970         (java-font-lock-syntactic-face-function): Remove obsolete code
1971         and constants.  It's all in cc-fonts.el now.
1973 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
1975         * mail/sendmail.el (mail-specify-envelope-from)
1976         (mail-envelope-from): Doc fix.
1978 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
1980         * generic-x.el: Do away with the dependency on `c-emacs-features'
1981         when populating `rul-generic-mode-syntax-table'; we already know
1982         this isn't XEmacs.
1984 See ChangeLog.10 for earlier changes.
1986 ;; Local Variables:
1987 ;; coding: iso-2022-7bit
1988 ;; End:
1990     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
1991   Copying and distribution of this file, with or without modification,
1992   are permitted provided the copyright notice and this notice are preserved.
1994 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1