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