*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob0b7387b760e5347d358a17b144037595a11b71b9
1 2003-10-16  Lute Kamstra  <lute@gnu.org>
3         * subr.el (force-mode-line-update): Fix docstring.
5 2003-10-14  Dave Love  <fx@gnu.org>
7         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
8         (default-input-method): Add :link, improve :type.
9         (locale-charset-language-names): Fix utf-8 pattern.
10         (locale-charset-match-p, locale-charset-alist)
11         (locale-charset-to-coding-system): New.
12         (set-locale-environment): Deal with codeset part of locale specs.
14 2003-10-14  Lute Kamstra  <lute@gnu.org>
16         * fringe.el (fringe-mode): Use active voice in docstring.
17         (set-fringe-style): Ditto.
19 2003-10-13  Lute Kamstra  <lute@gnu.org>
21         * fringe.el (fringe-mode): Fix docstring.
22         (set-fringe-style): Ditto.
24 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
25         
26         * ediff-mult.el (ediff-filegroup-action): Use
27         ediff-default-filtering-regexp.
28         
29         * ediff-util.el (ediff-recenter): Don't call
30         ediff-restore-highlighting twice.
31         (ediff-select-difference): Set current difference.
32         (ediff-unselect-and-select-difference): Added comment.
33         
34         * ediff.el (ediff-directories,ediff-directory-revisions)
35         (ediff-directories3,ediff-merge-directories)
36         (ediff-merge-directories-with-ancestor)
37         (ediff-merge-directory-revisions)
38         (ediff-merge-directory-revisions-with-ancestor): Use
39         ediff-default-filtering-regexp.
40         
41 2003-10-12  Andreas Schwab  <schwab@suse.de>
43         * international/mule-cmds.el (locale-charset-language-names):
44         Simplify regex by removing unused grouping.
46 2003-10-10  Dave Love  <fx@gnu.org>
48         * bindings.el: Don't bind stop.
50 2003-10-08  Miles Bader  <miles@gnu.org>
52         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
53         face instead of attempting to emulate it.
55 2003-10-07  Kenichi Handa  <handa@m17n.org>
57         * international/mule-diag.el (list-coding-systems-1): List coding
58         systems that are loaded automatically.
60         * international/code-pages.el (iso-8859-11): Add autoload cookie.
62         * international/mule.el (autoload-coding-system): New function.
64 2003-10-07  Andreas Schwab  <schwab@suse.de>
66         * log-edit.el (log-edit-changelog-entries): Prefer local value of
67         change-log-default-name in the buffer visiting the file.
69 2003-10-06  Dave Love  <fx@gnu.org>
71         * files.el (find-file-hook): Customize.
72         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
74         * bindings.el (completion-ignored-extensions): Remove .log.
75         (global-map): Add again, open, stop keys.
77 2003-10-05  Richard M. Stallman  <rms@gnu.org>
79         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
80         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
81         Use sh-modify directly.
82         (sh-select): Use sh-append, not eval.
84         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
86         * info.el (Info-following-node-name): New function.
88         * loadhist.el (unload-feature-special-hooks):
89         Renamed from loadhist-hook-functions.
90         (loadhist-hook-functions): Now an alias.
92 2003-10-04  Eli Zaretskii  <eliz@elta.co.il>
94         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
95         file-name clashes on 8+3 filesystems.
97         * Makefile.in (DONTCOMPILE, bootstrap-clean): Rename
98         loaddefs-boot.el to ldefs-boot.el
100         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
101         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
103 2003-10-03  Lute Kamstra  <lute@gnu.org>
105         * info.el (Info-mode): Revert previous change.
106         (Info-escape-percent): New function.
107         (Info-fontify-node): Use it.
109 2003-10-02  Andreas Schwab  <schwab@suse.de>
111         * loaddefs-boot.el: Regenerated.
113 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
115         * ffap.el: Remove defadvice related code from CVS since `complete'
116         provides a `PC-completion-as-file-name-predicate' variable that
117         ffap can override.
119 2003-10-02  Kenichi Handa  <handa@m17n.org>
121         * international/utf-8.el (ccl-decode-mule-utf-8): Lookup
122         utf-subst-table-for-decode even for U+E000..U+FFFF.
124         * international/subst-jis.el: Include U+FF00..U+FFEF in decode
125         table.
126         * international/subst-big5.el: Likewise.
127         * international/subst-gb2312.el: Likewise
128         * international/subst-ksc.el: Likewise.
130 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
132         * calendar/calendar.el (increment-calendar-month)
133         (calendar-leap-year-p, calendar-absolute-from-gregorian)
134         (generate-calendar, calendar-read-date, calendar-interval)
135         (calendar-day-of-week): Handle years BC.
136         (generate-calendar-month, calendar-gregorian-from-absolute): Doc
137         fix.
139 2003-10-01  Dave Love  <fx@gnu.org>
141         * language/cyrillic.el (cp1251): Alias for windows-1251.
143         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
144         bootstrap.
146 2003-10-01  Lute Kamstra  <lute@gnu.org>
148         * files.el: Fix typo.
149         * imenu.el (imenu--generic-function): Docstring fix.
151 2003-09-30  Richard M. Stallman  <rms@gnu.org>
153         * dired.el (dired-mode): Handle dired-directory as a list.
155 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
157         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
159         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
161         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Replace
162         gud-display with gud-watch.
163         (gud-speedbar-buttons): Add stuff for watching expressions
164         in the speedbar when using M-x gdba. Use dolist on old part
165         of this function.
167         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
168         (gdb-update-flag): New variables.
169         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
170         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
171         (gud-watch, gdb-var-create-handler) : New functions.
172         (gdb-var-list-children, gdb-var-list-children-handler)
173         (gdb-var-create-regexp, gdb-var-update-regexp)
174         (gdb-var-list-children-regexp): New constants.
175         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI
176         works.
177         (gdb-annotation-rules): Reduced annotation set (level 3).
178         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
179         (gdb-post-prompt): Don't update GDB buffers every time speedbar
180         updates.
181         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
182         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
183         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
184         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
185         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
186         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
187         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
188         (gud-display, gud-display1)
189         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
190         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
191         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
192         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
193         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
194         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
195         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
196         (gdb-display-display-buffer, gdb-toggle-display)
197         (gdb-delete-display, gdb-expressions-popup-menu)
198         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
199         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
200         to display buffer.
202 2003-09-30  Richard M. Stallman  <rms@gnu.org>
204         * progmodes/ada-mode.el (ada-mode): Don't use advice.
205         Instead, set which-func-functions.
207         * progmodes/which-func.el (which-func-modes): Add ada-mode.
208         (which-func-functions): New variable.
209         (which-function): Use that.
211         * info.el (Info-mode): Double each `%' in header line.
213         * emacs-lisp/lisp-mnt.el (lm-with-file):
214         When FILE is nil, run BODY in current buffer.
216         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
218         * help.el (describe-mode): Start with a brief list of minor modes.
219         Find them thru minor-mode-list so as to find them all.
220         Show them in alphabetical order.
222         * mail/sendmail.el (mail-aliases): Doc fix.
224         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
226 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
228         * mail/rmailsum.el (rmail-make-summary-line-1):
229         Change comma after last label to a space.
230         (rmail-summary-font-lock-keywords): Adapt to that change.
232 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
234         * progmodes/scheme.el (scheme-mode-variables): When setting
235         `font-lock-defaults', also specify that "#" should
236         be interpreted with `word' syntax.
237         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
239 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
241         * desktop.el: A lot of comments updated.
242         (desktop-save-mode): Minor mode introduced.
243         (desktop-enable, desktop-clear-preserve-buffers): Variables made
244         obsolete.
245         (desktop-load-default): Function made obsolete.
246         (desktop-locals-to-save): Variable made customizable.
247         (desktop-read): Optional parameter `dirname' added.
248         (desktop-change-dir, desktop-revert): Parameter `dirname' in
249         `desktop-read' used.
250         (desktop-save-in-load-dir): Renamed to `desktop-save-in-desktop-dir'.
252 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
254         * whitespace.el (whitespace-clean-msg): Add user customizable message
255         for displaying ``clean'' output.
256         (whitespace-buffer): Use `whitespace-clean-msg'.
257         (whitespace-global-mode): Fix typo.
259 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
261         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
263 2003-09-29  Lute Kamstra  <lute@gnu.org>
265         * bindings.el (mode-line-modes): Remove superfluous :propertize
266         construct in initialization.
267         (mode-line-position): Change cons cell into proper list in
268         initialization.
270 2003-09-29  SAITO Takuya <tabmore@rivo.mediatti.net>  (tiny change)
272         * international/mule.el (decode-coding-inserted-region): Use car
273         of the return value of find-operation-coding-system.
275 2003-09-29  Kenichi Handa  <handa@m17n.org>
277         * descr-text.el (describe-char): Fix previous change.
279 2003-09-28  Kenichi Handa  <handa@m17n.org>
281         * descr-text.el (describe-char-display): New function.
282         (describe-char): Pay attention to display table on describing how
283         a character is displayed.
285         * international/mule-cmds.el (encoded-string-description): Prepend
286         "0x" to each encoded byte.
288 2003-09-28  Andreas Schwab  <schwab@suse.de>
290         * find-file.el (ff-special-constructs): Add autoload cookie.
292 2003-09-28  Kevin Ryde  <user42@zip.com.au>
294         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
295         makeinfo appends to duplicate index entries.
297 2003-09-28  Eli Zaretskii  <eliz@elta.co.il>
299         * dired-x.el (dired-clean-tex): Doc fix.
301         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
302         using a Chinese tutorial.
304 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
306         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
307         between "MAIL FROM:" and "RCPT TO:" and the following address.
309 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
311         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
313 2003-09-28  David Ponce  <david@dponce.com>
315         * recentf.el (recentf-initialize-file-name-history): New
316         defcustom.
317         (recentf-load-list): When `recentf-initialize-file-name-history'
318         is non-nil, initialize an empty `file-name-history' with the
319         recent list.
321 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg> (tiny patch)
323         * man.el (Man-default-man-entry): Remove the leading `*' from the
324         word at point.
326 2003-09-26  Lute Kamstra  <lute@gnu.org>
328         * bindings.el (mode-line-position): Mention size indication in
329         docstring.
331 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
333         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
335         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
336         because it's autoloaded now.
338 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
340         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
341         (sh-font-lock-keywords, sh-feature): Fix previous change of
342         sh-feature to avoid infloop with sh-font-lock-keywords.
344 2003-09-25  Kim F. Storm  <storm@cua.dk>
346         * frame.el (frame-current-scroll-bars): New defun.
348         * window.el (window-current-scroll-bars): New defun.
350 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
352         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
353         cause errors when the state cache contains info on parts that have
354         been narrowed out.
356 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
358         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
359         `c-setup-paragraph-variables' has to be used when this variable is
360         changed; it doesn't work to reinitialize the mode since that
361         typically clobbers the variable.
363         * progmodes/cc-styles.el (c-setup-paragraph-variables):
364         Make it interactive.
366 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
368         * progmodes/cc-fonts.el (c-font-lock-declarations):
369         Fix recognition of constructors and destructors for classes whose
370         names are matched by `*-font-lock-extra-types'.
372         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
373         followed by an identifier in C++ then it's a type.
375 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
377         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
378         problem that primarily affected XEmacs.  Don't use faces to find
379         unterminated strings since Emacs and XEmacs fontify strings
380         differently - this function should now work better in XEmacs.
382 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
384         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
385         `expand-abbrev' workaround which caused braces to misbehave inside
386         macros.
388         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
389         handling.  This bug could cause interactive font locking to bail out.
391 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
393         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
394         Handle paren-style types in Pike.  Also fixed some cases of
395         insufficient handling of unbalanced parens.
397 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
399         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
400         common shell prompts that are not common filename or URL
401         characters.
402         (ffap-file-at-point): Use the new regexp to strip the prompts from
403         the file names. This is an issue mostly for user prompts that
404         don't have a trailing space and find-file-at-point is invoked from
405         within a shell inside emacs.
407 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
409         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
410         stamps numerically, rather than textually.
412 2003-09-24  Kenichi Handa  <handa@m17n.org>
414         * language/devan-util.el (devanagari-post-read-conversion):
415         * language/mlm-util.el (malayalam-post-read-conversion):
416         * language/tml-util.el (tamil-post-read-conversion):
417         Add autoload cookie.
419         * international/utf-8.el (utf-8-post-read-conversion):
420         Call post-read-conversion functions for Devanagari, Malayalam,
421         and Tamil.
423 2003-09-23  Dave Love  <fx@gnu.org>
425         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
427 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
429         * progmodes/gud.el (perldb): Add gud-until to list of commands.
430         Update gud-remove.
432 2003-09-22  Richard M. Stallman  <rms@gnu.org>
434         * progmodes/sh-script.el (sh-mode-default-syntax-table):
435         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
436         (sh-mode-syntax-table-input): New variable.
437         (sh-require-final-newline): Don't use eval.
438         (sh-builtins, sh-leading-keywords, sh-other-keywords)
439         (sh-variables, sh-font-lock-keywords): Don't use eval.
440         (sh-set-shell): When setting require-final-newline,
441         treat value = `require-final-newline' as don't change it.
442         Set sh-mode-syntax-table locally based on
443         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
445         * progmodes/compile.el (compile-internal):
446         Call compilation-set-window-height before setting window start.
448 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
450         * emacs-lisp/bytecomp.el (byte-compile-log-file):
451         Clear out byte-compile-last-warned-form.
453 2003-09-22  Richard M. Stallman  <rms@gnu.org>
455         * woman.el (woman-file-name, woman-follow-word):
456         If current-word returns nil, use "".
458         * simple.el (eval-expression): Bind standard-output in to-buffer case.
460 2003-09-22  Richard M. Stallman  <rms@gnu.org>
462         * emacs-lisp/lisp-mnt.el (lm-with-file):
463         Don't visit the file, just use insert-file-contents in temp buffer.
465 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
467         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
468         Add surrounding \\( and \\) around the header, as in
469         for lm-history-header 'Change Log\\|History'.
471 2003-09-22  John Paul Wallington  <jpw@gnu.org>
473         * progmodes/ld-script.el: Add Commentary section,
474         minor cleanup of file header.
475         (ld-script-font-lock-keywords): Doc fix.
476         (toplevel): Provide `ld-script' feature.
478 2003-09-21  Kim F. Storm  <storm@cua.dk>
480         * scroll-bar.el (set-scroll-bar-mode): Initialize to
481         new built-in variable default-frame-scroll-bars.
482         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
483         scroll-bar-mode; notably, use it instead of t when we toggle
484         scroll-bars on.
485         (toggle-scroll-bar): Use default-frame-scroll-bars.
487 2003-09-19  Masatake YAMATO  <jet@gyve.org>
489         * pcvs.el (cvs-do-removal): Change the prompt depending on
490         `filter' value.
492 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
494         * startup.el (command-line-1): Stop startup-echo-area-message
495         being hidden by "Loading image..." message.
496         (use-fancy-splash-screens-p, display-splash-screen):
497         Move display-graphic-p test from latter to former.
499         * progmodes/sh-script.el (sh-font-lock-keywords):
500         Highlight escaped EOLs differently from other backslash constructs.
502 2003-09-19  Richard M. Stallman  <rms@gnu.org>
504         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
505         New functions.
506         (edebug-enter, edebug-outside-excursion): Use them.
508         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
509         Fix the condition for whether to print "In WHERE".
511 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
513         * finder.el (finder-mode-hook): New variable.
514         (finder-mode): Run hook finder-mode-hook
516 2003-09-18  Masatake YAMATO  <jet@gyve.org>
518         * progmodes/ebrowse.el: Fix broken magic autoload comments.
520 2003-09-17  Mario Lang  <mlang@delysid.org>
522         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
523         "p %e" to actually print the value in the GUD buffer.
525 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
527         From David Ponce <david.ponce@wanadoo.fr>:
528         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
529         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
530         from loaddefs-boot.el if necessary.
532 2003-09-15  Zoltan Kemenczy <kemenczy@rogers.com>
534         * progmodes/gud.el (gud-find-class): Make jdb work again since
535         cc-mode changed the syntactic information.
537 2003-09-15  David Ponce  <david@dponce.com>
539         * recentf.el: (recentf-exclude): Accept predicates too.
540         (recentf-file-readable-p): New function.
541         (recentf-include-p): Handle predicates in recentf-exclude.
542         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
543         (recentf-cleanup): Likewise.
544         (recentf-save-list): Use write-file to handle backup of
545         recentf-save-file.
547 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
549         * loaddefs-boot.el: Renamed from `loaddefs.el'
550         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
551         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
552         necessary.
554 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
556         * electric.el (Electric-pop-up-window): For the `one-window' case,
557         no longer disconcertingly move point in the original buffer.
559 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
561         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
563 2003-09-12  Eric Hanchrow <offby1@blarg.net>  (tiny change)
565         * dired.el (dired-mode-map): Fix typo.
567 2003-09-11  Richard M. Stallman  <rms@gnu.org>
569         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
571 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
573         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
574         the function is less noisy.  Now only `kill-buffer' can ask questions.
576 2003-09-10  Mario Lang  <mlang@delysid.org>
578         * battery.el: Update Commentary and Copyright.
579         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
580         appear due to wrong ordering of the expressions in `or'.
582 2003-09-09  Lute Kamstra  <lute@gnu.org>
584         * misc.el (upcase-char): Fix docstring.
585         (zap-up-to-char): New command.
587 2003-09-08  David Ponce  <david@dponce.com>
589         Ensure that recentf correctly updates the menu bar.
590         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
591         (recentf-menu-bar): New function.
592         (recentf-clear-data): Use it
593         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
594         of easy-menu-change.
596 2003-09-08  Lute Kamstra  <lute@gnu.org>
598         * simple.el (size-indication-mode): New.
599         * bindings.el (mode-line-position): Add buffer size indicator.
601 2003-09-04  Mario Lang  <mlang@delysid.org>
603         * battery.el (battery-linux-proc-acpi): New function.
604         (battery-status-function): Modify default value calculation to also
605         check for availability of ACPI.
606         (battery-echo-area-format): Ditto.
607         (battery-mode-line-format): Ditto.
609 2003-09-06  Dave Love  <fx@gnu.org>
611         * ielm.el (ielm-mode-hook): Add :options.
613         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
614         (eldoc-print-current-symbol-info): Use it.
616 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
618         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
619         being displayed in GUD buffer.
620         (gdb-idle-input-queue): Remove var. Use just one queue.
621         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
622         Remove functions.  Use just one queue.
623         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
624         (gdb-invalidate-assembler, gdb-get-current-frame):
625         Modify functions.  Use just one queue.
627 2003-09-04  Dave Love  <fx@gnu.org>
629         * cus-start.el: Add blink-cursor-alist.
631         * ruler-mode.el (ruler-mode-fill-column-char)
632         (ruler-mode-current-column-char): Use char-displayable-p,
633         not window-system.
635         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
637         * language/european.el (windows-1252): Move from code-pages.
639         * language/cyrillic.el ("Windows-1251"): Delete.
640         ("Bulgarian", "Belarusian"): Remove `features'.
641         (windows-1251): Move from code-pages.
643         * international/mule-diag.el (non-iso-charset-alist):
644         Remove `codepage' stuff.
645         (print-designation, list-coding-systems-1): Output fixes.
647         * international/code-pages.el (cp-make-translation-table)
648         (cp-valid-codes): Made defsubsts.
649         (cp-fix-safe-chars): Delete.
650         (mule-diag): Don't require.
651         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
652         (top-level): Check for defined coding system when defining
653         cp... aliases.  Change w32-add-charset-info test to avoid warning.
654         (non-iso-charset-alist): Defvar when compiling.
655         (cp-make-coding-system): Doc fix.
657 2003-09-02  Jason Rumney  <jasonr@gnu.org>
659         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
660         line-ends from CVS before doing conversion.
662 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
664         * calendar/diary-lib.el (diary-header-line-flag)
665         (diary-header-line-format): New variables.
666         (list-diary-entries): Use them to set header line in simple diary.
668         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
669         other than font-lock-string-face to highlight backslashes.
671 2003-09-01  Jason Rumney  <jasonr@gnu.org>
673         * international/titdic-cnv.el (tit-read-key-value): Include \r in
674         regexp.
676 2003-09-01  Dave Love  <fx@gnu.org>
678         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
680         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
681         and :help; also line and column numbers labels.
683         * international/mule-util.el (char-displayable-p): Move from
684         latin1-disp, rename and autoload.
686         * international/latin1-disp.el (latin1-char-displayable-p):
687         Now obsolete alias.  Replace uses with char-displayable-p.
688         (latin1-display-ucs-per-lynx): Fix last change.
690         * international/mule-cmds.el (standard-display-european-internal):
691         Don't use char code for Latin-1 NBSP.
692         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
693         U+2018, U+2019 for `'.
694         (select-safe-coding-system): Message fix.
696 2003-09-01  Kenichi Handa  <handa@m17n.org>
698         * international/fontset.el (setup-default-fontset): For Thai
699         font, specify "*" family.
701 2003-09-01  Kevin Rodgers <ihs_4664@yahoo.com>  (tiny change)
703         * progmodes/compile.el (previous-error): Accept a prefix
704         argument, similarly to next-error.
706 2003-08-31  Masatake YAMATO  <jet@gyve.org>
708         * pcvs.el (cvs-do-removal): Use = instead of eq to check
709         the number of files.  Bind the number of files to a local
710         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
712 2003-08-30  Eli Zaretskii  <eliz@elta.co.il>
714         * vc-hooks.el (vc-make-version-backup): Fix the change made on
715         2003-07-26: msdos-long-file-names is a function, not a variable.
717 2003-08-29  Richard M. Stallman  <rms@gnu.org>
719         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
720         Do nothing with mail-personal-alias-file if it is nil.
722         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
723         Do nothing if mail-personal-alias-file is nil.
725         * term.el (term-exec-1): Bind coding-system-for-read.
727         * dired.el (dired-mouse-find-file-other-window):
728         Use dired-view-command-alist here, as in dired-view-file.
729         (dired-view-command-alist): Use %s to substitute file name.
730         Handle .ps_pages, .eps, .jpg, .gif, .png.
732 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
734         * info.el (Info-mode-map): Bind S-tab and <backtab> to
735         `Info-prev-reference', instead of M-tab.
737 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
739         * simple.el (blink-matching-open): Work correctly on chars that
740         are designated as parens through the syntax-table text property.
742 2003-08-29  Thierry Emery <thierry.emery@club-internet.fr>  (tiny change)
744         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
745         line break position in the middle of a non-kinsoku (e.g. latin)
746         word, making it skip until either a space or a character with
747         category "|".
748         (kinsoku-longer): Test for end of buffer.
750 2003-08-28  Eli Zaretskii  <eliz@elta.co.il>
752         * mail/rmail.el (rmail-convert-to-babyl-format):
753         Detect quoted-printable- and base64-encoded messages and decode them
754         automatically.  Set the message's encoding from the charset=
755         header, if any.  Decode base64-encoded messages in Mail format as well.
757 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
759         * mail/smtpmail.el Fix previous change:
760         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
761         calling smtpmail-via-smtp.
762         (smtpmail-via-smtp): Add fall-back values for envelope-from.
764 2003-08-26  John Paul Wallington  <jpw@gnu.org>
766         * image.el (image-jpeg-p): Don't search beyond length of data.
768 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
770         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
771         misfeature in `expand-abbrev' which caused electric keywords like
772         "else" to disappear if an open brace was typed directly afterwards.
774 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
776         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
777         mandatory in `define-widget'.
779         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
780         Don't align the operators "!=", "<=" and ">=" as assignment operators.
782         (c-assignment-operators): New language constant that only contains
783         the assignment operators.
785         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
787 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
789         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
790         Safeguard against unbalanced sexps.
792 2003-08-26  Terje Rosten <terjeros@phys.ntnu.no>
794         * version.el (emacs-version): Check for gtk.  Include gtk version info.
796 2003-08-25  John Paul Wallington  <jpw@gnu.org>
798         * man.el (Man-default-man-entry): Don't whizz past the section
799         number before looking for it.
801 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
803         * progmodes/gud.el (gud-display-line): Don't set window-point if
804         source buffer is not visible. (Only happens with M-x gdba).
806         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
807         documentation.
808         (gdb-source, gdb-source-info): Update to assembler unnecessary
809         as its done after each GDB command anyway.
810         (gdb-pre-prompt): Use with-current-buffer.
811         (gdb-insert-field): Add help-echo text.
812         (gdb-invalidate-assembler): Re-display of assembler now done in
813         gdb-info-breakpoints-custom.
814         (gdb-info-breakpoints-custom): Force re-display of assembler to
815         happen *after* update of breakpoints buffer.
816         (gdb-display-source-buffer): Don't choke if gdb-source-window
817         isn't visible.
818         (gdb-put-string, gdb-put-arrow): Remove free variables.
820 2003-08-24  John Paul Wallington  <jpw@gnu.org>
822         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
824         * man.el (Man-default-man-entry): Strip text properties when
825         snarfing parts of entry because `format' preserves properties.
827 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
829         * files.el (file-newest-backup): Use `expand-file-name'.
831         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
832         Allow the diary to pop up a new frame, if needed.
834         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
835         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
836         (smtpmail-send-it): Make treatment of envelope-from consistent with
837         sendmail.el.
839         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
840         (sh-leading-keywords): Add the bash `time' reserved word.
841         (sh-variables): Add some bash variables.
842         (sh-add-completer): Fix nil branch of case statement.
844 2003-08-24  Masatake YAMATO  <jet@gyve.org>
846         * progmodes/ld-script.el: New file.
848 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
850         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
852 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
854         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
855         Better explain obsolescence, and what to use instead.
857 2003-08-23  Masatake YAMATO  <jet@gyve.org>
859         * pcvs.el (cvs-do-removal): Show the deleted file name
860         on the prompt.
862 2003-08-20  Dave Love  <fx@gnu.org>
864         * international/mule.el (make-coding-system)
865         (set-buffer-file-coding-system): Doc fix.
867         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
869         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
871         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
873         * international/utf-16.el: Add mime-text-unsuitable coding system
874         properties.
876         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
878         * cus-edit.el: Add some :links.
879         (bib): Remove.
881         * textmodes/bib-mode.el (bib): Add :group external.
883 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
885         * wid-edit.el (widget-echo-help): Make it handle expressions that
886         evaluate to strings.
888 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
890         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
892         Simplify selection of SQL products to define highlighting and
893         interactive mode.  Includes detailed instructions on adding
894         support for new products.
896         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
897         product for use in highlighting and interactive mode.
898         (sql-interactive-product): New variable.  SQL product for
899         sql-interactive-mode.
900         (sql-product-support): New variable.  Specifies product-specific
901         parameters to drive highlighting and interactive mode.
902         (sql-imenu-generic-expression): Add more object types.
903         (sql-sqlite-options): Correct comment.
904         (sql-ms-program): Use "osql" rather than "isql".
905         (sql-prompt-regexp, sql-prompt-length): Update comment.
906         (sql-mode-menu): Add "Start SQLi session" entry.
907         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
908         (sql-mode-abbrev-table): Add abbreviations.  Support of
909         SYSTEM-FLAG on define-abbrev.  Support was removed with last
910         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
911         (sql-mode-font-lock-object-name): Add font-lock pattern for object
912         names.
913         (sql-mode-ansi-font-lock-keywords): Set as default value.
914         (sql-mode-oracle-font-lock-keywords): Set as default value.
915         Support Oracle 9i keywords.
916         (sql-mode-postgres-font-lock-keywords): Set as default value.
917         (sql-mode-linter-font-lock-keywords): Set as default value.
918         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
919         SQLServer 2000.
920         (sql-mode-sybase-font-lock-keywords)
921         (sql-mode-interbase-font-lock-keywords)
922         (sql-mode-sqlite-font-lock-keywords)
923         (sql-mode-strong-font-lock-keywords)
924         (sql-mode-mysql-font-lock-keywords)
925         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
926         keywords.
927         (sql-mode-font-lock-defaults): Update comment.
928         (sql-product-feature): New function.  Returns feature associated
929         with a product from `sql-product-support' alist.
930         (sql-product-font-lock): New function.  Set font-lock support
931         based on `sql-product'.
932         (sql-add-product-keywords): New function.  Add font-lock rules to
933         product-specific keyword variables.
934         (sql-set-product): New function.  Set `sql-product' and apply
935         appropriate font-lock highlighting.
936         (sql-highlight-product): New function.  Set font-lock support
937         based on a product.  Also set mode name to include product name.
938         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
939         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
940         Use `sql-set-product'.
941         (sql-highlight-ms-keywords)
942         (sql-highlight-sybase-keywords)
943         (sql-highlight-interbase-keywords)
944         (sql-highlight-strong-keywords)
945         (sql-highlight-mysql-keywords)
946         (sql-highlight-sqlite-keywords)
947         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
948         (sql-get-login): Prompt in the same order as the tokens.
949         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
950         (sql-product-interactive): New function.  Common portions of
951         product-specific interactive mode wrappers.
952         (sql-interactive-mode): Rewritten to use product features.
953         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
954         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
955         (sql-db2, sql-linter): Use `sql-product-interactive'.
956         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
957         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
958         (sql-connect-ingres, sql-connect-postgres)
959         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
960         New functions.  Format command line parameters and invoke comint on
961         the appropriate interpreter.  Code was in the corresponding
962         `sql-xyz' function before.
963         (sql-connect-ms): New function.  Support -E argument to use
964         operating system credentials for authentication.
966 2003-08-18  Kenichi Handa  <handa@m17n.org>
968         * international/mule.el (encode-char): Fix for the ASCII case.
970 2003-08-15  Kenichi Handa  <handa@m17n.org>
972         * international/fontset.el (setup-default-fontset): Change "*" to
973         nil in the specifications of font family.
975 2003-08-18  Kim F. Storm  <storm@cua.dk>
977         * kmacro.el (kmacro-keymap): Group related bindings in
978         initialization for clarity.  Bind C-s to start macro.
979         Remove C-r binding.
980         (kmacro-initial-counter-value): New defvar to hold initial counter
981         value in case we set the value before defining a macro.
982         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
983         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
984         not defining or executing macro.  Doc fix.
985         (kmacro-add-counter): Clear kmacro-initial-counter-value.
986         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
987         temporarily view older elements on the macro ring without cycling
988         the ring.
989         (kmacro-display): Doc fix.
990         (kmacro-exec-ring-item): New helper function.
991         (kmacro-call-ring-2nd): Use it.
992         (kmacro-call-ring-2nd-repeat): Doc fix.
993         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
994         (kmacro-end-or-call-macro): Execute last viewed macro (using
995         kmacro-exec-ring-item) from ring if this follows
996         kmacro-view-macro.  This allows us to find a macro on the ring
997         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
998         the ring to bring it to the head of the ring.
999         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
1000         Allow binding to reserved keys without specifying C-x C-k prefix.
1001         Ask for confirmation if entered key sequence is already bound to
1002         a non-macro command.
1003         (kmacro-view-macro): Repeating command will show older elements
1004         on the macro ring; C-k will execute the last viewed macro.
1005         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
1006         property from 'ring to 'head.
1008 2003-08-17  Alan Shutko  <ats@acm.org>
1010         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
1011         keeping December out of the alist.
1013 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
1015         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
1016         * calendar/calendar.el (calendar-mode-map): Bind it to key.
1017         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
1018         (calendar-flatten): New function.
1019         (calendar-mouse-view-other-diary-entries)
1020         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
1021         in the menu title and to show multi-line diary entries correctly
1022         in the menu.
1024 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
1026         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
1027         defcustom, because the default was recently changed.
1029 2003-08-16  Richard M. Stallman  <rms@gnu.org>
1031         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
1033         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1034         New subroutine, broken out of eval-last-sexp-1.
1035         (eval-last-sexp-1): Use eval-last-sexp-print-value.
1037         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
1039         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
1041         * simple.el (eval-expression): Use eval-last-sexp-print-value.
1043 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
1045         * progmodes/compile.el (compilation-error-regexp-alist):
1046         Add Java ANt error detection as described in document
1047         http://ant.apache.org/faq.html
1049 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
1051         * simple.el (backward-word, forward-to-indentation)
1052         (backward-to-indentation):  Argument changed to optional.
1053         (next-line, previous-line): Use `or' instead of `unless'.
1055 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1057         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
1058         instead of a constant.
1060 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
1062         * shell.el (shell): With prefix-arg, suggest a new buffer name.
1064 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
1066         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
1067         (vc-sccs-workfile-version): Search the entire delta table, rather
1068         than just the first entry, because that might be a deleted version.
1070 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
1072         * menu-bar.el (menu-bar-options-menu): Supply a body for the
1073         [save-place] binding in the Options menu.  Have it require
1074         'saveplace' and then toggle the variable manually, to avoid an an
1075         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
1076         for the bug report.
1078 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
1080         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
1081         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
1082         (gdb-info-threads-custom): Add help-echo text.
1083         (gdb-display-back): Don't use purecopy.
1084         (gdb-info-breakpoints-custom, gdb-reset)
1085         (gdb-assembler-custom): Use display-images-p to test if breakpoint
1086         icons can be displayed.
1088 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
1090         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
1092 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
1094         * bookmark.el (bookmark-completing-read):
1095         Return a string, instead of a list of one string.
1096         Use a popup menu if activated from the mouse.
1097         (bookmark-edit-annotation): Remove unused vars.
1098         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
1099         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
1100         to bookmark-completing-read.
1101         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1102         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
1103         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
1104         and erase-buffer.
1105         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
1106         (bookmark-menu-jump, bookmark-menu-insert)
1107         (bookmark-popup-menu-and-apply-function)
1108         (bookmark-menu-popup-paned-bookmark-menu): Remove.
1109         (bookmark-menu-build-paned-menu): Remove by folding it into
1110         bookmark-menu-popup-paned-menu.
1111         (menu-bar-bookmark-map): Move the define-key statements here.
1112         Use the "non-menu" commands since they now pop up a menu if needed.
1113         (bookmark-exit-hook-internal): Simplify.
1115 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
1117         * textmodes/reftex.el: Updated to version 4.21
1118         * reftex-auc.el: likewise.
1119         * reftex-cite.el: likewise.
1120         * reftex-dcr.el: likewise.
1121         * reftex-global.el: likewise.
1122         * reftex-index.el: likewise.
1123         * reftex-parse.el: likewise.
1124         * reftex-ref.el: likewise.
1125         * reftex-sel.el: likewise.
1126         * reftex-toc.el: likewise.
1127         * reftex-vars.el: likewise.
1129 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1131         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
1132         first use.
1134 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1136         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
1138 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
1140         * calendar/calendar.el (list-diary-entries-hook)
1141         (diary-display-hook, nongregorian-diary-listing-hook)
1142         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
1143         Add some customize options for these hooks.
1144         (calendar-abbrev-construct): Don't try to take a substring longer
1145         than the original string.
1147 2003-08-05  Richard M. Stallman  <rms@gnu.org>
1149         * emacs-lisp/testcover.el (noreturn): Report error if does return.
1150         (testcover-reinstrument-clauses): Doc fix.
1152         * emacs-lisp/warnings.el: Doc fixes, args renamed.
1153         (warning-type-format): Rename from warning-group-format.
1155         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
1156         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
1157         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
1158         to prevent warnings about defvar for an obsolete variable.
1160         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
1161         warning-group-format renamed to warning-type-format.
1163         * subr.el (read-passwd): Use clear-string instead of fillarray.
1165         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
1166         Use vconcat instead of concat.
1167         (edmacro-sanitize-for-string): New function.
1169 2003-08-05  Dave Love  <fx@gnu.org>
1171         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
1172         line-number-display-limit-width.
1174         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
1176 2003-08-05  Kenichi Handa  <handa@m17n.org>
1178         * international/code-pages.el: Don't require mule-diag.
1180         * international/mule-diag.el (non-iso-charset-alist):
1181         Add autoload cookie.
1183         * language/devan-util.el (dev-glyph-order): Add an entry for the
1184         glyph code #xC4.
1186 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
1188         * calendar/calendar.el (diary-file, diary-file-name-prefix)
1189         (european-calendar-style, diary-date-forms)
1190         (calendar-day-name-array, calendar-month-name-array): Doc change.
1191         (generate-calendar-month): Adapt for new behaviour of
1192         `calendar-day-name' function.
1193         (calendar-abbrev-length, calendar-day-abbrev-array)
1194         (calendar-month-abbrev-array): New variables.
1195         (calendar-abbrev-construct): New function.
1196         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
1197         rather than fixing abbrevs at some width.  Calling syntax change.
1198         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
1199         (calendar-date-string): Adapt for new behaviours of
1200         `calendar-day-name' and `calendar-month-name' functions.
1202         * calendar/diary-lib.el (list-diary-entries): Adapt for new
1203         behaviour of `calendar-day-name' and `calendar-month-name' functions.
1204         (diary-name-pattern): Use abbrev arrays, rather than fixing
1205         abbrevs at three chars.  Calling syntax change.
1206         (mark-diary-entries):  Adapt for new behaviours of
1207         `diary-name-pattern' and `calendar-make-alist' functions.
1208         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
1209         `diary-name-pattern' function.
1210         (font-lock-diary-date-forms): Use abbrev arrays, rather than
1211         fixing abbrevs at three chars.  Calling syntax change.
1212         (cal-hebrew, cal-islam): Require when compiling.
1213         (diary-font-lock-keywords): Adapt for new behaviour of
1214         `font-lock-diary-date-forms' function.
1216         * calendar/cal-hebrew.el: Reposition some code so defined before used.
1217         (calendar-hebrew-month-name-array-common-year)
1218         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
1219         (list-hebrew-diary-entries): Adapt for new behaviours of
1220         `calendar-day-name' and `add-to-diary-list' functions.
1221         (mark-hebrew-diary-entries): Adapt for new behaviours of
1222         `diary-name-pattern' and `calendar-make-alist' functions.
1224         * calendar/cal-islam.el (calendar-islamic-month-name-array):
1225         Add doc string.
1226         (list-islamic-diary-entries): Adapt for new behaviours of
1227         `calendar-day-name' and `add-to-diary-list' functions.
1228         (mark-islamic-diary-entries): Adapt for new behaviours of
1229         `diary-name-pattern' and `calendar-make-alist' functions.
1231         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
1232         `calendar-month-name' function.
1234         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
1236         * calendar/solar.el (solar-seasons-data): Move definition before use.
1238         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
1239         (cal-tex-LaTeX-hourbox): Move definition before use.
1241         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
1242         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
1243         lunar.el, solar.el
1244         (displayed-month, displayed-year): Define for compiler.
1246 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1248         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
1249         MODE.  Renamed from c-init-c-language-vars'.
1250         (c-initialize-cc-mode): Change accordingly.
1251         (c-common-init): Ditto.
1252         (c-mode): Ditto.
1253         (c++-mode): Use `c-init-language-vars-for'.
1254         (objc-mode): Ditto.
1255         (java-mode): Ditto.
1256         (idl-mode): Ditto.
1257         (pike-mode): Ditto.
1258         (awk-mode): Ditto.
1260 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1262         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
1263         or not the point moved.
1265         (c-search-decl-header-end): Don't trip up on operator identifiers
1266         in C++ and operators like == in all languages.
1268         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
1269         Detect leading labels correctly.
1271 2003-08-02  Andreas Schwab  <schwab@suse.de>
1273         * textmodes/ispell.el: Don't redo key bindings on loading, put
1274         them only in loaddefs.el.
1275         * bookmark.el: Likewise.
1276         * dabbrev.el: Likewise.
1277         * emerge.el: Likewise.
1279         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
1280         has more than one member.
1282         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
1284 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1286         * lpr.el (printify-region): It was ending conversion before the
1287         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
1289 2003-07-31  John Paul Wallington  <jpw@gnu.org>
1291         * net/browse-url.el (browse-url-epiphany): Doc fix.
1293 2003-07-30  Kenichi Handa  <handa@m17n.org>
1295         * international/fontset.el (setup-default-fontset):
1296         Change registry names of Akurti fonts.
1298 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1300         * comint.el (comint-read-noecho): Use `clear-string' instead of
1301         `fillarray'.
1303 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
1305         * outline.el (outline-mode-hook): Add defvar.
1307 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
1309         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
1310         Restore assembler in source window if that is what has been selected.
1311         (menu): Add gdb-restore-windows to menu.  Make gdba
1312         specific menus only visible from gdba.
1314 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
1316         * progmodes/compile.el (compilation-environment): New user variable.
1317         (compile-internal): Respect it.
1319 2003-07-23  Masatake YAMATO  <jet@gyve.org>
1321         * progmodes/gud.el (gdb-script-font-lock-keywords):
1322         Put `font-lock-function-name-face' on a symbol which includes
1323         `-' like `hook-run'.  Put font-lock-variable-name-face
1324         on a symbol starting with $.
1326 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
1328         * files.el (set-visited-file-name): Use truename for buffer-file-name.
1330 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
1332         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
1334 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
1336         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
1337         Use with-no-warnings.
1338         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
1339         rather than to find-file-not-found-hook, which doesn't exist.
1341 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
1343         * international/quail.el (quail-translate-key): Fix previous change.
1345 2003-07-25  John Paul Wallington  <jpw@gnu.org>
1347         * server.el (server-start): Check `server-process' is non-nil
1348         before killing it to avoid killing current buffer's process.
1350         * simple.el (choose-completion-string): Use `minibufferp';
1351         test `completion-reference-buffer' if `buffer' arg is nil.
1352         (push-mark): Use `when' and `unless'.
1353         (pop-mark): Use `when'.
1355         * mouse-sel.el (mouse-sel-get-selection-function):
1356         Check `x-last-selected-text-primary'.  Don't barf if it or
1357         `x-last-selected-text' aren't bound.
1359 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
1361         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
1363 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
1365         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
1367 2003-07-23  John Paul Wallington  <jpw@gnu.org>
1369         * tooltip.el (defface tooltip): Inherit from variable-pitch.
1371 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
1373         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
1374         string.  Defvar the derived hook.
1376         * macros.el (insert-kbd-macro): Escape double quote character.
1377         From Thomas W Murphy <twm@andrew.cmu.edu>.
1379 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
1381         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
1382         to match the specific mark rather than reusing comment-start-skip.
1384 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
1386         * progmodes/hideshow.el (hs-special-modes-alist):
1387         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
1389 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
1391         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
1392         value using ?\s.
1394 2003-07-21  John Paul Wallington  <jpw@gnu.org>
1396         * subr.el (with-selected-window): Add closing paren.
1398 2003-07-21  Richard M. Stallman  <rms@gnu.org>
1400         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
1401         (lisp-mode): Likewise.
1403         * subr.el (with-selected-window): Copy code form save-selected-window
1404         so as to call select-window with norecord arg.
1405         (dynamic-completion-table): Doc fix.
1406         (lazy-completion-table): Doc fix.
1408         * international/mule-cmds.el (set-locale-environment):
1409         langinfo renamed to locale-info.
1411         * international/mule.el (auto-coding-functions): Doc fix.
1413 2003-07-21  Kenichi Handa  <handa@m17n.org>
1415         * international/quail.el (quail-translate-key):
1416         Update quail-current-str correctly.
1418 2003-07-21  Andreas Schwab  <schwab@suse.de>
1420         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
1421         ?, to "_".
1423 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1424         Version 2.0.36 of Tramp released.
1426         * net/tramp.el (tramp-default-password-end-of-line): Rename from
1427         tramp-password-end-of-line.
1428         (tramp-password-end-of-line): New method parameter.
1429         (tramp-get-password-end-of-line): Function to access method
1430         parameter `tramp-password-end-of-line', or variable
1431         `tramp-default-password-end-of-line' (default value).
1432         (tramp-methods): Add entries for new parameter
1433         tramp-password-end-of-line.
1434         (tramp-enter-password): Use new function
1435         `tramp-get-password-end-of-line'.
1436         (tramp-handle-insert-file-contents): Do not
1437         unconditionally inhibit the file operation file-local-copy, only
1438         do that when the inhibit-file-name-operation is currently
1439         insert-file-contents.  This fixes finding remote CVS-controlled
1440         files.  (It would barf on inserting the CVS/Entries file
1441         literally, because the file-local-copy handler wasn't called.)
1442         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
1443         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
1444         (tramp-initial-commands): New variable.
1445         (tramp-process-initial-commands): New function, using the variable.
1446         (tramp-open-connection-setup-interactive-shell): Call the new function.
1447         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
1448         method into the buffer name, never use nil.  Reported by Hanak
1449         David <dhanak@inf.bme.hu>.
1450         (tramp-open-connection-setup-interactive-shell): Erase buffer
1451         before sending "stty -onlcr".
1453         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
1455 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
1457         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
1459 2003-07-19  John Paul Wallington  <jpw@gnu.org>
1461         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
1462         (artist-draw-rect, artist-draw-square): Doc fixes.
1464         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
1466         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
1468 2003-07-19  Kenichi Handa  <handa@m17n.org>
1470         * international/kkc.el (kkc-show-conversion-list-update):
1471         Highlight the correct candidate in the message.
1473 2003-07-18  John Paul Wallington  <jpw@gnu.org>
1475         * simple.el (current-word): Don't include punctuation char when
1476         `really-word' arg is non-nil.
1478 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
1480         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
1481         moved to the directory obsolete.
1483 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
1485         * info.el (Info-menu-entry-name-re): Allow newlines in
1486         menu entry names.
1488         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
1489         syntax-ppss-after-change-function.
1490         (syntax-ppss-after-change-function): New alias.  Update uses.
1491         (syntax-ppss): Catch the case where the buffer is narrowed.
1493 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
1495         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
1496         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
1498 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
1500         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
1501         since it might be modified.
1503         * progmodes/cc-langs.el (c++-make-template-syntax-table)
1504         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
1505         names to these language constants.
1507 2003-07-15  Kim F. Storm  <storm@cua.dk>
1509         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
1510         All uses changed.
1512 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
1514         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
1515         Namespace support.
1517 2003-07-13  Juanma Barranquero  <lektu@terra.es>
1519         * frame.el (modify-all-frames-parameters): Reinstall (copyright
1520         papers received).
1522 2003-07-13  Karl Eichwalder  <ke@suse.de>
1524         * textmodes/po.el (po-find-charset): White space at the start of the
1525         Content-Type field body is non-mandatory.
1527 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
1529         * textmodes/texinfo.el (texinfo-section-list):
1530         Append appendixsection; a synonym for appendixsec.
1532 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
1534         * man.el (Man-translate-cleanup): New.
1535         (Man-translate-references): Call `Man-translate-cleanup' to clean
1536         leading, trailing and middle spaces.
1538 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
1540         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
1541         Handle `dired-directory' being a list.
1543 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1545         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
1546         it doesn't exist.
1548 2003-07-12  Richard M. Stallman  <rms@gnu.org>
1550         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
1552         * progmodes/cc-defs.el (c-make-keywords-re):
1553         Don't use delete-duplicates.
1554         (c-lang-const): Don't use mapcan.
1556         * apropos.el (apropos-show-scores): Make it customizable.
1557         Document new meaning.
1558         (apropos): Compute scores from symbols.
1559         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
1561 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1563         * ps-bdf.el: Fix copyright line.
1564         (bdf-directory-list): Fix initialization code.
1566 2003-07-11  John Paul Wallington  <jpw@gnu.org>
1568         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
1569         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
1570         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
1572 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
1574         * emacs-lisp/ring.el (ring-elements): Doc fix.
1576 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
1578         * calendar/timeclock.el (timeclock-relative)
1579         (timeclock-ask-before-exiting, timeclock-use-display-time):
1580         Doc changes.
1581         (timeclock-modeline-display): Give a message if
1582         `timeclock-use-display-time' is non-nil but `display-time-mode'
1583         is not active.
1585 2003-07-11  Kenichi Handa  <handa@m17n.org>
1587         * international/mule-cmds.el (set-language-environment):
1588         Set current-language-environment to the correct string.
1590 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1592         * ps-print.el: Print line number correctly in a region.  Reported by
1593         Tim Allen <timallen@ls83.fsnet.co.uk>
1594         (ps-print-version): New version number (6.6.2).
1595         (ps-printing-region): Code fix.
1597 2003-07-10  John Paul Wallington  <jpw@gnu.org>
1599         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
1600         this function can be called from `add-completions-from-tags-table'.
1602 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
1604         * calendar/timeclock.el (timeclock-use-display-time)
1605         (timeclock-day-over-hook, timeclock-workday-remaining)
1606         (timeclock-status-string, timeclock-when-to-leave)
1607         (timeclock-when-to-leave-string, timeclock-log-data)
1608         (timeclock-find-discrep, timeclock-day-base)
1609         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
1610         (timeclock-modeline-display): Set the variable
1611         `timeclock-modeline-display'.
1612         (timeclock-update-modeline): Doc fix.  Respect value of
1613         `timeclock-relative'.
1615 2003-07-09  Richard M. Stallman  <rms@gnu.org>
1617         * textmodes/reftex-parse.el (reftex-all-document-files):
1618         Add autoload cookie.
1620         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
1621         (reftex-scanning-info-available-p): Add autoload cookie.
1623         * international/mule-cmds.el
1624         (set-display-table-and-terminal-coding-system): Delete duplicate
1625         aset on standard-display-table.
1627         * view.el (view-file): If existing buffer's major mode is special,
1628         don't go into view mode.
1630         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
1632 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1634         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
1635         buffer changes; there's third party code that calls this function
1636         directly.
1638 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1640         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
1641         (autodoc-font-lock-keywords): Don't byte compile on font lock
1642         initialization when running from byte compiled files.
1644 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1646         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
1647         statement ends with auto-increment "++".
1649 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1651         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
1652         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
1653         these are changed, so declare them as variables and not constants.
1655 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
1657         * subr.el (dolist, dotimes):  Doc fix.
1659 2003-07-08  Kim F. Storm  <storm@cua.dk>
1661         * international/mule-cmds.el
1662         (set-display-table-and-terminal-coding-system): Don't break
1663         bootstrap if standard-display-table isn't setup yet.
1665 2003-07-07  Richard M. Stallman  <rms@gnu.org>
1667         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
1668         Give it a doc string, and autoload it.
1670         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
1671         Use with-no-warnings.
1673         * info.el (Info-search): If find invisible text, search again.
1675         * isearch.el (search-whitespace-regexp): Add a shy group around it.
1677         * man.el (Man-name-regexp): Match + as part of name.
1679         * simple.el (visible-mode): Rename from vis-mode.
1680         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
1682         * simple.el (current-word): New arg REALLY-WORD specifies
1683         don't include punctuation chars.
1685         * emacs-lisp/debug.el (debug, debugger-env-macro):
1686         Use with-no-warnings while accessing and binding unread-command-char.
1688         * international/mule-cmds.el
1689         (set-display-table-and-terminal-coding-system): Use explicit loop
1690         instead of calling standard-display-default.
1692         * net/ange-ftp.el (ange-ftp-file-symlink-p):
1693         Use condition-case to catch error in ange-ftp-get-files.
1695         * net/browse-url.el (browse-url-browser-function):
1696         Add alternative for Epiphany.
1697         (browse-url-epiphany-program, browse-url-epiphany-arguments)
1698         (browse-url-epiphany-startup-arguments)
1699         (browse-url-epiphany-new-window-is-tab): New variables.
1700         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
1702         * progmodes/compile.el (compile-auto-highlight): Default now t.
1703         (compile): Doc fix.
1704         (compilation-next-error): Fix previous change.
1706         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
1708         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
1710 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
1712         * gdb-ui.el (gdb-source-info): Display current frame when
1713         attaching to an existing process.
1714         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
1715         while laying out windows when attaching to an existing process.
1717 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
1719         * info.el (Info-menu): Use Info-menu-entry-name-re.
1721 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
1723         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
1724         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
1726         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
1727         to match the same text.
1729 2003-07-06  John Paul Wallington  <jpw@gnu.org>
1731         * vc.el (vc-annotate-offset): Move defvar up.
1733 2003-07-06  Kim F. Storm  <storm@cua.dk>
1735         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
1736         This should fix the infinite loop when extracting menu names.
1738 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
1740         * files.el (auto-mode-alist, interpreter-mode-alist):
1741         Remove entries to CC Mode modes to avoid duplicates; they are now added
1742         with autoload directives in cc-mode.el.
1744 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
1746         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
1747         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
1748         these are changed, so declare them as variables and not constants.
1750         * progmodes/cc-mode.el: Fix some autoload problems: Try to
1751         ensure that the entry for ".c" extension comes before the one for
1752         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
1753         Fix incorrect entries that were added to `interpreter-mode-alist'.
1754         Move the autoload directives for AWK to the top level since they
1755         aren't recognized anywhere else.  Do not use the new AWK mode doc
1756         in the autoload form for the old AWK mode.
1758 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1760         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
1761         (bibtex-sort-ignore-string-entries): Default value t.
1762         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
1763         erroneously in previous version.
1764         (bibtex-string-files): Docstring reflects new parsing scheme.
1765         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
1766         docstring, add # as one of the chars to crush
1767         (bibtex-autokey-prefix-string, bibtex-autokey-names)
1768         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
1769         (bibtex-autokey-name-change-strings)
1770         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
1771         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
1772         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
1773         (bibtex-autokey-title-terminators)
1774         (bibtex-autokey-titlewords-stretch)
1775         (bibtex-autokey-titleword-ignore)
1776         (bibtex-autokey-titleword-case-convert)
1777         (bibtex-autokey-titleword-abbrevs)
1778         (bibtex-autokey-titleword-abbrevs)
1779         (bibtex-autokey-titleword-change-strings)
1780         (bibtex-autokey-titleword-length)
1781         (bibtex-autokey-titleword-separator)
1782         (bibtex-autokey-name-year-separator)
1783         (bibtex-autokey-year-title-separator)
1784         (bibtex-autokey-before-presentation-function)
1785         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
1786         Fix docstring.
1787         (bibtex-strings, bibtex-reference-keys):
1788         Use lazy-completion-table and make-variable-buffer-local.
1789         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
1790         (bibtex-braced-string-syntax-table)
1791         (bibtex-quoted-string-syntax-table): New variables.
1792         (bibtex-parse-nested-braces): Remove.
1793         (bibtex-parse-field-string): Use syntax table and forward-sexp.
1794         (bibtex-parse-association): Simplify.
1795         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
1796         (bibtex-parse-field-text): Simplify.
1797         (bibtex-search-forward-field, bibtex-search-backward-field):
1798         argument BOUND can take value t.
1799         (bibtex-start-of-field, bibtex-start-of-name-in-field)
1800         (bibtex-end-of-name-in-field, bibtex-end-of-field)
1801         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
1802         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
1803         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
1804         (bibtex-skip-to-valid-entry): Return buffer position of beginning
1805         and ending of entry.  Update for changes of bibtex-search-entry.
1806         Simplify.
1807         (bibtex-map-entries): FUN is called with three arguments.
1808         (bibtex-search-entry): Return a cons pair with buffer positions of
1809         beginning and end of entry.
1810         (bibtex-enclosing-field): Simplify.
1811         (bibtex-format-entry): Use booktitle to set a missing title.
1812         (bibtex-autokey-get-names): Fiddle with regexps.
1813         (bibtex-generate-autokey): Use identity.
1814         (bibtex-parse-keys): Use simplified parsing algorithm if
1815         bibtex-parse-keys-fast is non-nil. Simplify. Change order of
1816         arguments. Return alist of keys.
1817         (bibtex-parse-strings): Simplify. Return alist of strings.
1818         (bibtex-complete-string-cleanup): Fix docstring.
1819         (bibtex-read-key): New function.
1820         (bibtex-mode): Fix docstring. Do not parse for keys and
1821         strings when the mode is entered. Set fill-paragraph-function to
1822         bibtex-fill-field. Setup font-lock-mark-block-function the way
1823         font-lock intended.
1824         (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
1825         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
1826         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
1827         (bibtex-Preamble): Avoid hard coded constants.
1828         (bibtex-make-field): Fix docstring. Simplify.
1829         (bibtex-beginning-of-entry): Always return new position of point.
1830         (bibtex-end-of-entry): Rearrange cond clauses.
1831         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
1832         Update for changes of bibtex-map-entries.
1833         (bibtex-ispell-abstract): Do not move point.
1834         (bibtex-entry-index): Use downcase. Simplify.
1835         (bibtex-lessp): Handle catch-all.
1836         (bibtex-find-crossref): Turn into a command.
1837         (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
1838         (bibtex-clean-entry): Use bibtex-read-key. Handle string and
1839         preamble entries.
1840         (bibtex-fill-field-bounds): New function.
1841         (bibtex-fill-field): New command. Bound to fill-paragraph-function.
1842         (bibtex-fill-entry): Use bibtex-fill-field-bounds
1843         (bibtex-String): Use bibtex-strings.  Always obey
1844         bibtex-sort-ignore-string-entries.
1846 2003-07-05  John Paul Wallington  <jpw@gnu.org>
1848         * cus-theme.el (customize-create-theme):
1849         Call `customize-create-theme' in Reset widget's notify function.
1851         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
1852         (ibuffer-mark-interactive): Use `or' instead of `unless'.
1853         (define-ibuffer-column name): Add summarizer.
1854         (define-ibuffer-column size): Likewise.
1855         (define-ibuffer-column filename): Likewise.
1856         (define-ibuffer-column process): Likewise.  Change BODY's output too.
1857         (define-ibuffer-column filename-and-process): Likewise, likewise.
1858         (ibuffer): Remove local vars `already-in' and `need-update'.
1860         * ibuf-ext.el: Don't require `derived' at compile-time.
1862 2003-07-05  Kim F. Storm  <storm@cua.dk>
1864         * info.el: Disable paragraph refilling.
1865         (Info-refill-paragraphs): New defcustom.
1866         (Info-fontify-node): Use it.
1868 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
1870         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
1871         thingies from constructors created by defstruct.
1873         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
1874         the default value of the variable.
1875         (byte-code-meter): Move declaration to top level.
1877         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
1879         * info.el (Info-following-node-name-re): New fun.
1880         (Info-following-node-name): Remove.
1881         (Info-insert-dir): Use the new fun.
1882         (Info-extract-pointer): Don't save restriction; use new fun.
1883         (Info-menu-entry-name-re): New const.
1884         (Info-menu-entry-name-re): Use it along with new fun.
1885         (Info-node-spec-re): Use new fun.
1886         (Info-complete-menu-item, Info-fontify-node): Use new const.
1887         (Info-goto-node, Info-follow-reference, Info-menu-update):
1888         Use match-string.
1889         (Info-follow-reference): Use assoc-string.
1890         Use a list of strings for the completion table.
1891         (Info-fontify-node): Use match-string, line-end-position.
1892         Limit the search for `node:' to the first line.
1894         * newcomment.el (uncomment-region): Remove padding coming from
1895         comment-start rather than just from comment-padding.
1897         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
1898         (vc-cvs-stay-local-p): Use vc-stay-local-p.
1899         (vc-cvs-rename-file): Remove (use the default).
1900         (vc-cvs-register): Register parent dir if needed.
1901         (vc-cvs-could-register): Return non-nil if parent can be registered.
1902         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
1903         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
1905         * vc-svn.el (vc-svn-use-edit): Make it into a const.
1906         (vc-svn-update): Fix the arguments to `svn'.
1907         (vc-svn-diff-tree): Just use `vc-svn-diff'.
1908         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
1909         Simple implementations, assuming `name' is a URL.
1911         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
1912         set of chars allowed unquoted in a case pattern.
1914         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
1916         * font-lock.el (font-lock-extra-types-widget)
1917         (c-font-lock-extra-types, c++-font-lock-extra-types)
1918         (objc-font-lock-extra-types, java-font-lock-extra-types)
1919         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
1920         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
1921         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1922         (font-lock-match-c++-structor-declaration)
1923         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
1924         (c++-font-lock-keywords-3, c++-font-lock-keywords)
1925         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
1926         (objc-font-lock-keywords-3, objc-font-lock-keywords)
1927         (java-font-lock-keywords-1, java-font-lock-keywords-2)
1928         (java-font-lock-keywords-3, java-font-lock-keywords)
1929         (java-font-lock-syntactic-face-function): Remove obsolete code
1930         and constants.  It's all in cc-fonts.el now.
1932 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
1934         * mail/sendmail.el (mail-specify-envelope-from)
1935         (mail-envelope-from): Doc fix.
1937 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
1939         * generic-x.el: Do away with the dependency on `c-emacs-features'
1940         when populating `rul-generic-mode-syntax-table'; we already know
1941         this isn't XEmacs.
1943 See ChangeLog.10 for earlier changes.
1945 ;; Local Variables:
1946 ;; coding: iso-2022-7bit
1947 ;; End:
1949     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
1950   Copying and distribution of this file, with or without modification,
1951   are permitted provided the copyright notice and this notice are preserved.
1953 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1