.
[emacs.git] / lisp / ChangeLog
blobec3e60e58c12e5d4fde1f8937b1838dfdc119f94
1 2003-11-07  Andreas Schwab  <schwab@suse.de>
3         * progmodes/autoconf.el (autoconf-font-lock-keywords): Also
4         highlight AH_*.
6         * xml.el (xml-parse-dtd): Fix misplaced paren.
8 2003-11-07  Kenichi Handa  <handa@m17n.org>
10         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
12 2003-11-05  Juri Linkov  <juri@jurta.org>
14         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
15         (desktop-buffer-file): Use saved buffer-file-coding-system
16         for file reading.  Set auto-insert to nil to prevent automatic
17         insertion into restored empty files.
19 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
21         * files.el (risky-local-variable-p): Make second argument optional.
23 2003-11-03  Eli Zaretskii  <eliz@elta.co.il>
25         * mail/rmail.el (rmail-convert-to-babyl-format): If
26         base64-decode-region signals an error, catch it and silently
27         ignore it.
29 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
31         * xml.el: Allow comments following the top-level element.
32         Separate out namespace parsing into special functions.
33         Change namespace parsing to return ('ns-uri . "local-name")
34         instead of '{ns-uri}local-name.
36 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
38         * dired.el (dired-ls-sorting-switches): Doc fix.
40 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
42         * emacs-lisp/rx.el (rx-or): Fix the case of
43         "(rx (and ?a (or ?b ?c) ?d))".
45 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
47         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
48         (texinfo-format-region): Use it.
49         (texinfo-format-buffer-1): Ditto.
51 2003-11-01  Alan Mackenzie  <acm@muc.de>
53         Changes to allow scrolling whilst in isearch mode:
54         * isearch.el (isearch-unread-key-sequence): New function,
55         extracted from isearch-other-meta-char.
56         (top level): (put 'foo 'isearch-scroll) on all Emacs's
57         "scrollable" standard functions.
58         (isearch-allow-scroll): New customizable variable.
59         (isearch-string-out-of-window, isearch-back-into-window)
60         (isearch-reread-key-sequence-naturally)
61         (isearch-lookup-scroll-key): New functions.
62         (isearch-other-meta-char): Doc string and functionality enhanced.
63         Now accepts a prefix argument.
64         (isearch-lazy-highlight-window-end): New variable.
65         (isearch-lazy-highlight-new-loop): Pay attention to the window's
66         end (thru isearch-lazy-highlight-window-end), not only its start.
68         * simple.el (overriding-map-is-bound, saved-overriding-map): New
69         variables.
70         (ensure-overriding-map-is-bound, restore-overriding-map): New
71         functions.
72         (universal-argument, universal-argument-more, negative-argument)
73         (digit-argument, universal-argument-other-key): Minor changes.
75 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
77         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
78         recursively if the last message is deleted, thus avoiding an
79         infinite loop.
81 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
83         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
84         (tex-main-file): Don't add .tex if the extension is already present.
85         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
87 2003-10-29  Lute Kamstra  <lute@gnu.org>
89         * progmodes/octave-inf.el (inferior-octave-prompt):
90         Recognize version number in prompt.
92 2003-10-28  Dave Love  <fx@gnu.org>
94         * international/characters.el: Fix some Unicode ranges.
96 2003-10-28  Kenichi Handa  <handa@etlken2>
98         * disp-table.el (standard-display-8bit)
99         (standard-display-default, standard-display-ascii)
100         (standard-display-g1, standard-display-graphic)
101         (standard-display-underline): Assure that standard-display-table
102         is a display table.
104 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
106         * simple.el (reindent-then-newline-and-indent): Delete space *after*
107         reindenting the first line.
109 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
111         * wid-edit.el (widget-default-delete): Always delete child widgets.
113 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
115         * newcomment.el (comment-indent): Don't call indent-according-to-mode
116         if the line has code.
117         Don't try to line up with something that's too far left.
119         * progmodes/octave-mod.el (octave-comment-start): Simplify.
120         (octave-mode-syntax-table): Add % as a comment starter.
121         (octave-point): Remove.
122         (octave-in-comment-p, octave-in-string-p)
123         (octave-not-in-string-or-comment-p, calculate-octave-indent)
124         (octave-blink-matching-block-open, octave-auto-fill):
125         Use line-(beginning|end)-position instead.
127 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
129         * emacs-lisp/authors.el (authors-aliases): Add correct realname
130         for Francesco Potort\e,Al\e(B.
132 2003-10-23  Dave Love  <fx@gnu.org>
134         * international/mule-cmds.el (locale-charset-to-coding-system):
135         Don't rely on nil being a coding system.
137         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
138         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
139         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
141 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
143         * gdb-ui.el (gdb-current-language): New variable.
144         (gdb-update-flag): Remove variable.
145         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
146         (gdb-take-last-elt): Remove function.
147         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
148         (gdb-post-prompt): Check for variable object changes here.
150         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
151         object changes in gdb-ui.el.
153 2003-10-21  Richard M. Stallman  <rms@gnu.org>
155         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
157         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
158         Don't check for foo*/ wildcard form here.
159         (insert-directory): Recognize foo*/ as a wildcard.
160         Separate wildcard-regexp variable from the arg, wildcard.
162         * subr.el (add-hook): Correctly detect when make-local-hook was used.
163         (remove-hook): Correctly handle strange cases about local hooks.
165 2003-10-21  David Ponce  <david@dponce.com>
167         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
168         argument REAL, to return a real number instead of a rounded
169         integer value.  Define as inline function.
170         (ruler-mode-right-fringe-cols): Likewise.
171         (ruler-mode-scroll-bar-cols): New function.
172         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
173         (ruler-mode-right-scroll-bar-cols): Likewise.
174         (ruler-mode-space): New function.
175         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
176         scroll bar mode and margins in a more robust way.
178 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
180         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
181         (antlr-c-init-language-vars): New function.
182         (antlr-mode): Use it with cc-mode before v5.29.
183         (antlr-c-common-init): Don't set some local vars here.
184         (antlr-mode): Set them here.
185         (antlr-c-forward-sws): New function alias.
186         (antlr-mode): Redefine with cc-mode before v5.30.
187         (antlr-skip-sexps): Use it.
188         (antlr-skip-exception-part): Ditto.
189         (antlr-skip-file-prelude): Ditto.
190         (antlr-outside-rule-p): Ditto.
191         (antlr-end-of-body): Ditto.
192         (antlr-option-kind): Ditto.
193         (antlr-insert-option-area): Ditto.
194         (antlr-file-dependencies): Ditto.
196 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
198         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
199         Move backward only if point was not inside an entry.
201 2003-10-21  Richard M. Stallman  <rms@gnu.org>
203         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
205 2003-10-21  Juri Linkov  <juri@jurta.org>
207         * compare-w.el: Automatically skip non-matching text to resync.
208         (compare-windows-whitespace): Doc fix.
209         (compare-windows-sync, compare-windows-sync-string-size)
210         (compare-windows-recenter, compare-ignore-whitespace)
211         (compare-windows-highlight, compare-windows-face): New variables.
212         (compare-windows): Use compare-windows-sync.
213         (compare-windows-highlight, compare-windows-dehighlight)
214         (compare-windows-sync-regexp)
215         (compare-windows-sync-default-function): New functions.
217 2003-10-21  Juri Linkov  <juri@jurta.org>
219         * diff.el (diff-parse-differences): Don't visit the files now;
220         instead, just record the error locus.
222 2003-10-21  Dave Love  <fx@gnu.org>
224         * progmodes/cfengine.el: New file.
226 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
228         * complete.el (PC-do-completion): Do not forget to use `pred' as the
229         default-directory when completing file names.
231 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
233         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
234         followed by the word `face', it gets treated as a face, even if
235         it is also defined as a variable or a function.
237 2003-10-20  Dave Love  <fx@gnu.org>
239         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
240         Avoid incf in macro expansion.
242 2003-10-20  John Paul Wallington  <jpw@gnu.org>
244         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
245         `evenp' so we don't implicitly require cl library at runtime.
247 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
249         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
250         (help-make-xrefs): Only make cross-references for faces if
251         preceded or followed by the word `face'.  Do not make a
252         cross-reference for variables without variable documentation,
253         unless preceded by the word `variable' or `option'.  Update doc
254         string accordingly.
256 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
258         * progmodes/hideshow.el: Rewrite one-armed `if'
259         constructs using either `when' or `unless'.
260         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
262 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
264         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
265         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
266         instead of 12x12.
268 2003-10-16  Eli Zaretskii  <eliz@elta.co.il>
270         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
271         message while converting to Babyl.
273 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
275         * allout.el (allout-mode): Doc fix.
277 2003-10-16  Lute Kamstra  <lute@gnu.org>
279         * subr.el (force-mode-line-update): Fix docstring.
281 2003-10-14  Dave Love  <fx@gnu.org>
283         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
284         (default-input-method): Add :link, improve :type.
285         (locale-charset-language-names): Fix utf-8 pattern.
286         (locale-charset-match-p, locale-charset-alist)
287         (locale-charset-to-coding-system): New.
288         (set-locale-environment): Deal with codeset part of locale specs.
290 2003-10-14  Lute Kamstra  <lute@gnu.org>
292         * fringe.el (fringe-mode): Use active voice in docstring.
293         (set-fringe-style): Ditto.
295 2003-10-13  Lute Kamstra  <lute@gnu.org>
297         * fringe.el (fringe-mode): Fix docstring.
298         (set-fringe-style): Ditto.
300 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
302         * ediff-mult.el (ediff-filegroup-action):
303         Use ediff-default-filtering-regexp.
305         * ediff-util.el (ediff-recenter): Don't call
306         ediff-restore-highlighting twice.
307         (ediff-select-difference): Set current difference.
308         (ediff-unselect-and-select-difference): Add comment.
310         * ediff.el (ediff-directories,ediff-directory-revisions)
311         (ediff-directories3,ediff-merge-directories)
312         (ediff-merge-directories-with-ancestor)
313         (ediff-merge-directory-revisions)
314         (ediff-merge-directory-revisions-with-ancestor):
315         Use ediff-default-filtering-regexp.
317 2003-10-12  Andreas Schwab  <schwab@suse.de>
319         * international/mule-cmds.el (locale-charset-language-names):
320         Simplify regex by removing unused grouping.
322 2003-10-10  Dave Love  <fx@gnu.org>
324         * bindings.el: Don't bind stop.
326 2003-10-08  Miles Bader  <miles@gnu.org>
328         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
329         face instead of attempting to emulate it.
331 2003-10-07  Kenichi Handa  <handa@m17n.org>
333         * international/mule-diag.el (list-coding-systems-1): List coding
334         systems that are loaded automatically.
336         * international/code-pages.el (iso-8859-11): Add autoload cookie.
338         * international/mule.el (autoload-coding-system): New function.
340 2003-10-07  Andreas Schwab  <schwab@suse.de>
342         * log-edit.el (log-edit-changelog-entries): Prefer local value of
343         change-log-default-name in the buffer visiting the file.
345 2003-10-06  Dave Love  <fx@gnu.org>
347         * files.el (find-file-hook): Customize.
348         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
350         * bindings.el (completion-ignored-extensions): Remove .log.
351         (global-map): Add again, open, stop keys.
353 2003-10-05  Richard M. Stallman  <rms@gnu.org>
355         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
356         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
357         Use sh-modify directly.
358         (sh-select): Use sh-append, not eval.
360         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
362         * info.el (Info-following-node-name): New function.
364         * loadhist.el (unload-feature-special-hooks):
365         Rename from loadhist-hook-functions.
366         (loadhist-hook-functions): Now an alias.
368 2003-10-04  Eli Zaretskii  <eliz@elta.co.il>
370         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
371         file-name clashes on 8+3 filesystems.
373         * Makefile.in (DONTCOMPILE, bootstrap-clean):
374         Rename loaddefs-boot.el to ldefs-boot.el
376         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
377         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
379 2003-10-03  Lute Kamstra  <lute@gnu.org>
381         * info.el (Info-mode): Revert previous change.
382         (Info-escape-percent): New function.
383         (Info-fontify-node): Use it.
385 2003-10-02  Andreas Schwab  <schwab@suse.de>
387         * loaddefs-boot.el: Regenerated.
389 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
391         * ffap.el: Remove defadvice related code from CVS since `complete'
392         provides a `PC-completion-as-file-name-predicate' variable that
393         ffap can override.
395 2003-10-02  Kenichi Handa  <handa@m17n.org>
397         * international/utf-8.el (ccl-decode-mule-utf-8):
398         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
400         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
401         * international/subst-big5.el: Likewise.
402         * international/subst-gb2312.el: Likewise.
403         * international/subst-ksc.el: Likewise.
405 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
407         * calendar/calendar.el (increment-calendar-month)
408         (calendar-leap-year-p, calendar-absolute-from-gregorian)
409         (generate-calendar, calendar-read-date, calendar-interval)
410         (calendar-day-of-week): Handle years BC.
411         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
413 2003-10-01  Dave Love  <fx@gnu.org>
415         * language/cyrillic.el (cp1251): Alias for windows-1251.
417         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
418         bootstrap.
420 2003-10-01  Lute Kamstra  <lute@gnu.org>
422         * files.el: Fix typo.
423         * imenu.el (imenu--generic-function): Docstring fix.
425 2003-09-30  Richard M. Stallman  <rms@gnu.org>
427         * dired.el (dired-mode): Handle dired-directory as a list.
429 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
431         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
433         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
435         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
436         Replace gud-display with gud-watch.
437         (gud-speedbar-buttons): Add stuff for watching expressions
438         in the speedbar when using M-x gdba. Use dolist on old part
439         of this function.
441         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
442         (gdb-update-flag): New variables.
443         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
444         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
445         (gud-watch, gdb-var-create-handler) : New functions.
446         (gdb-var-list-children, gdb-var-list-children-handler)
447         (gdb-var-create-regexp, gdb-var-update-regexp)
448         (gdb-var-list-children-regexp): New constants.
449         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
450         (gdb-annotation-rules): Reduce annotation set (level 3).
451         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
452         (gdb-post-prompt): Don't update GDB buffers every time speedbar
453         updates.
454         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
455         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
456         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
457         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
458         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
459         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
460         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
461         (gud-display, gud-display1)
462         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
463         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
464         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
465         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
466         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
467         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
468         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
469         (gdb-display-display-buffer, gdb-toggle-display)
470         (gdb-delete-display, gdb-expressions-popup-menu)
471         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
472         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
473         to display buffer.
475 2003-09-30  Richard M. Stallman  <rms@gnu.org>
477         * progmodes/ada-mode.el (ada-mode): Don't use advice.
478         Instead, set which-func-functions.
480         * progmodes/which-func.el (which-func-modes): Add ada-mode.
481         (which-func-functions): New variable.
482         (which-function): Use that.
484         * info.el (Info-mode): Double each `%' in header line.
486         * emacs-lisp/lisp-mnt.el (lm-with-file):
487         When FILE is nil, run BODY in current buffer.
489         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
491         * help.el (describe-mode): Start with a brief list of minor modes.
492         Find them thru minor-mode-list so as to find them all.
493         Show them in alphabetical order.
495         * mail/sendmail.el (mail-aliases): Doc fix.
497         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
499 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
501         * mail/rmailsum.el (rmail-make-summary-line-1):
502         Change comma after last label to a space.
503         (rmail-summary-font-lock-keywords): Adapt to that change.
505 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
507         * progmodes/scheme.el (scheme-mode-variables): When setting
508         `font-lock-defaults', also specify that "#" should
509         be interpreted with `word' syntax.
510         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
512 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
514         * desktop.el: A lot of comments updated.
515         (desktop-save-mode): Minor mode introduced.
516         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
517         (desktop-load-default): Function made obsolete.
518         (desktop-locals-to-save): Variable made customizable.
519         (desktop-read): Optional parameter `dirname' added.
520         (desktop-change-dir, desktop-revert): Parameter `dirname' in
521         `desktop-read' used.
522         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
524 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
526         * whitespace.el (whitespace-clean-msg): Add user customizable message
527         for displaying ``clean'' output.
528         (whitespace-buffer): Use `whitespace-clean-msg'.
529         (whitespace-global-mode): Fix typo.
531 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
533         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
535 2003-09-29  Lute Kamstra  <lute@gnu.org>
537         * bindings.el (mode-line-modes): Remove superfluous :propertize
538         construct in initialization.
539         (mode-line-position): Change cons cell into proper list in
540         initialization.
542 2003-09-29  SAITO Takuya <tabmore@rivo.mediatti.net>  (tiny change)
544         * international/mule.el (decode-coding-inserted-region): Use car
545         of the return value of find-operation-coding-system.
547 2003-09-29  Kenichi Handa  <handa@m17n.org>
549         * descr-text.el (describe-char): Fix previous change.
551 2003-09-28  Kenichi Handa  <handa@m17n.org>
553         * descr-text.el (describe-char-display): New function.
554         (describe-char): Pay attention to display table on describing how
555         a character is displayed.
557         * international/mule-cmds.el (encoded-string-description):
558         Prepend "0x" to each encoded byte.
560 2003-09-28  Andreas Schwab  <schwab@suse.de>
562         * find-file.el (ff-special-constructs): Add autoload cookie.
564 2003-09-28  Kevin Ryde  <user42@zip.com.au>
566         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
567         makeinfo appends to duplicate index entries.
569 2003-09-28  Eli Zaretskii  <eliz@elta.co.il>
571         * dired-x.el (dired-clean-tex): Doc fix.
573         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
574         using a Chinese tutorial.
576 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
578         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
579         between "MAIL FROM:" and "RCPT TO:" and the following address.
581 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
583         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
585 2003-09-28  David Ponce  <david@dponce.com>
587         * recentf.el (recentf-initialize-file-name-history): New defcustom.
588         (recentf-load-list): When `recentf-initialize-file-name-history'
589         is non-nil, initialize an empty `file-name-history' with the
590         recent list.
592 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg> (tiny patch)
594         * man.el (Man-default-man-entry): Remove the leading `*' from the
595         word at point.
597 2003-09-26  Lute Kamstra  <lute@gnu.org>
599         * bindings.el (mode-line-position): Mention size indication in
600         docstring.
602 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
604         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
606         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
607         because it's autoloaded now.
609 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
611         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
612         (sh-font-lock-keywords, sh-feature): Fix previous change of
613         sh-feature to avoid infloop with sh-font-lock-keywords.
615 2003-09-25  Kim F. Storm  <storm@cua.dk>
617         * frame.el (frame-current-scroll-bars): New defun.
619         * window.el (window-current-scroll-bars): New defun.
621 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
623         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
624         cause errors when the state cache contains info on parts that have
625         been narrowed out.
627 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
629         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
630         `c-setup-paragraph-variables' has to be used when this variable is
631         changed; it doesn't work to reinitialize the mode since that
632         typically clobbers the variable.
634         * progmodes/cc-styles.el (c-setup-paragraph-variables):
635         Make it interactive.
637 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
639         * progmodes/cc-fonts.el (c-font-lock-declarations):
640         Fix recognition of constructors and destructors for classes whose
641         names are matched by `*-font-lock-extra-types'.
643         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
644         followed by an identifier in C++ then it's a type.
646 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
648         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
649         problem that primarily affected XEmacs.  Don't use faces to find
650         unterminated strings since Emacs and XEmacs fontify strings
651         differently - this function should now work better in XEmacs.
653 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
655         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
656         `expand-abbrev' workaround which caused braces to misbehave inside
657         macros.
659         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
660         handling.  This bug could cause interactive font locking to bail out.
662 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
664         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
665         Handle paren-style types in Pike.  Also fixed some cases of
666         insufficient handling of unbalanced parens.
668 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
670         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
671         common shell prompts that are not common filename or URL characters.
672         (ffap-file-at-point): Use the new regexp to strip the prompts from
673         the file names. This is an issue mostly for user prompts that
674         don't have a trailing space and find-file-at-point is invoked from
675         within a shell inside emacs.
677 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
679         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
680         stamps numerically, rather than textually.
682 2003-09-24  Kenichi Handa  <handa@m17n.org>
684         * language/devan-util.el (devanagari-post-read-conversion):
685         * language/mlm-util.el (malayalam-post-read-conversion):
686         * language/tml-util.el (tamil-post-read-conversion):
687         Add autoload cookie.
689         * international/utf-8.el (utf-8-post-read-conversion):
690         Call post-read-conversion functions for Devanagari, Malayalam,
691         and Tamil.
693 2003-09-23  Dave Love  <fx@gnu.org>
695         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
697 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
699         * progmodes/gud.el (perldb): Add gud-until to list of commands.
700         Update gud-remove.
702 2003-09-22  Richard M. Stallman  <rms@gnu.org>
704         * progmodes/sh-script.el (sh-mode-default-syntax-table):
705         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
706         (sh-mode-syntax-table-input): New variable.
707         (sh-require-final-newline): Don't use eval.
708         (sh-builtins, sh-leading-keywords, sh-other-keywords)
709         (sh-variables, sh-font-lock-keywords): Don't use eval.
710         (sh-set-shell): When setting require-final-newline,
711         treat value = `require-final-newline' as don't change it.
712         Set sh-mode-syntax-table locally based on
713         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
715         * progmodes/compile.el (compile-internal):
716         Call compilation-set-window-height before setting window start.
718 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
720         * emacs-lisp/bytecomp.el (byte-compile-log-file):
721         Clear out byte-compile-last-warned-form.
723 2003-09-22  Richard M. Stallman  <rms@gnu.org>
725         * woman.el (woman-file-name, woman-follow-word):
726         If current-word returns nil, use "".
728         * simple.el (eval-expression): Bind standard-output in to-buffer case.
730 2003-09-22  Richard M. Stallman  <rms@gnu.org>
732         * emacs-lisp/lisp-mnt.el (lm-with-file):
733         Don't visit the file, just use insert-file-contents in temp buffer.
735 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
737         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
738         Add surrounding \\( and \\) around the header, as in
739         for lm-history-header 'Change Log\\|History'.
741 2003-09-22  John Paul Wallington  <jpw@gnu.org>
743         * progmodes/ld-script.el: Add Commentary section,
744         minor cleanup of file header.
745         (ld-script-font-lock-keywords): Doc fix.
746         (toplevel): Provide `ld-script' feature.
748 2003-09-21  Kim F. Storm  <storm@cua.dk>
750         * scroll-bar.el (set-scroll-bar-mode): Initialize to
751         new built-in variable default-frame-scroll-bars.
752         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
753         scroll-bar-mode; notably, use it instead of t when we toggle
754         scroll-bars on.
755         (toggle-scroll-bar): Use default-frame-scroll-bars.
757 2003-09-19  Masatake YAMATO  <jet@gyve.org>
759         * pcvs.el (cvs-do-removal): Change the prompt depending on
760         `filter' value.
762 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
764         * startup.el (command-line-1): Stop startup-echo-area-message
765         being hidden by "Loading image..." message.
766         (use-fancy-splash-screens-p, display-splash-screen):
767         Move display-graphic-p test from latter to former.
769         * progmodes/sh-script.el (sh-font-lock-keywords):
770         Highlight escaped EOLs differently from other backslash constructs.
772 2003-09-19  Richard M. Stallman  <rms@gnu.org>
774         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
775         New functions.
776         (edebug-enter, edebug-outside-excursion): Use them.
778         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
779         Fix the condition for whether to print "In WHERE".
781 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
783         * finder.el (finder-mode-hook): New variable.
784         (finder-mode): Run hook finder-mode-hook
786 2003-09-18  Masatake YAMATO  <jet@gyve.org>
788         * progmodes/ebrowse.el: Fix broken magic autoload comments.
790 2003-09-17  Mario Lang  <mlang@delysid.org>
792         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
793         "p %e" to actually print the value in the GUD buffer.
795 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
797         From David Ponce <david.ponce@wanadoo.fr>:
798         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
799         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
800         from loaddefs-boot.el if necessary.
802 2003-09-15  Zoltan Kemenczy <kemenczy@rogers.com>
804         * progmodes/gud.el (gud-find-class): Make jdb work again since
805         cc-mode changed the syntactic information.
807 2003-09-15  David Ponce  <david@dponce.com>
809         * recentf.el: (recentf-exclude): Accept predicates too.
810         (recentf-file-readable-p): New function.
811         (recentf-include-p): Handle predicates in recentf-exclude.
812         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
813         (recentf-cleanup): Likewise.
814         (recentf-save-list): Use write-file to handle backup of
815         recentf-save-file.
817 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
819         * loaddefs-boot.el: Renamed from `loaddefs.el'
820         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
821         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
822         necessary.
824 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
826         * electric.el (Electric-pop-up-window): For the `one-window' case,
827         no longer disconcertingly move point in the original buffer.
829 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
831         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
833 2003-09-12  Eric Hanchrow <offby1@blarg.net>  (tiny change)
835         * dired.el (dired-mode-map): Fix typo.
837 2003-09-11  Richard M. Stallman  <rms@gnu.org>
839         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
841 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
843         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
844         the function is less noisy.  Now only `kill-buffer' can ask questions.
846 2003-09-10  Mario Lang  <mlang@delysid.org>
848         * battery.el: Update Commentary and Copyright.
849         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
850         appear due to wrong ordering of the expressions in `or'.
852 2003-09-09  Lute Kamstra  <lute@gnu.org>
854         * misc.el (upcase-char): Fix docstring.
855         (zap-up-to-char): New command.
857 2003-09-08  David Ponce  <david@dponce.com>
859         Ensure that recentf correctly updates the menu bar.
860         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
861         (recentf-menu-bar): New function.
862         (recentf-clear-data): Use it
863         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
864         of easy-menu-change.
866 2003-09-08  Lute Kamstra  <lute@gnu.org>
868         * simple.el (size-indication-mode): New.
869         * bindings.el (mode-line-position): Add buffer size indicator.
871 2003-09-04  Mario Lang  <mlang@delysid.org>
873         * battery.el (battery-linux-proc-acpi): New function.
874         (battery-status-function): Modify default value calculation to also
875         check for availability of ACPI.
876         (battery-echo-area-format): Ditto.
877         (battery-mode-line-format): Ditto.
879 2003-09-06  Dave Love  <fx@gnu.org>
881         * ielm.el (ielm-mode-hook): Add :options.
883         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
884         (eldoc-print-current-symbol-info): Use it.
886 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
888         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
889         being displayed in GUD buffer.
890         (gdb-idle-input-queue): Remove var. Use just one queue.
891         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
892         Remove functions.  Use just one queue.
893         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
894         (gdb-invalidate-assembler, gdb-get-current-frame):
895         Modify functions.  Use just one queue.
897 2003-09-04  Dave Love  <fx@gnu.org>
899         * cus-start.el: Add blink-cursor-alist.
901         * ruler-mode.el (ruler-mode-fill-column-char)
902         (ruler-mode-current-column-char): Use char-displayable-p,
903         not window-system.
905         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
907         * language/european.el (windows-1252): Move from code-pages.
909         * language/cyrillic.el ("Windows-1251"): Delete.
910         ("Bulgarian", "Belarusian"): Remove `features'.
911         (windows-1251): Move from code-pages.
913         * international/mule-diag.el (non-iso-charset-alist):
914         Remove `codepage' stuff.
915         (print-designation, list-coding-systems-1): Output fixes.
917         * international/code-pages.el (cp-make-translation-table)
918         (cp-valid-codes): Made defsubsts.
919         (cp-fix-safe-chars): Delete.
920         (mule-diag): Don't require.
921         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
922         (top-level): Check for defined coding system when defining
923         cp... aliases.  Change w32-add-charset-info test to avoid warning.
924         (non-iso-charset-alist): Defvar when compiling.
925         (cp-make-coding-system): Doc fix.
927 2003-09-02  Jason Rumney  <jasonr@gnu.org>
929         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
930         line-ends from CVS before doing conversion.
932 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
934         * calendar/diary-lib.el (diary-header-line-flag)
935         (diary-header-line-format): New variables.
936         (list-diary-entries): Use them to set header line in simple diary.
938         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
939         other than font-lock-string-face to highlight backslashes.
941 2003-09-01  Jason Rumney  <jasonr@gnu.org>
943         * international/titdic-cnv.el (tit-read-key-value): Include \r in
944         regexp.
946 2003-09-01  Dave Love  <fx@gnu.org>
948         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
950         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
951         and :help; also line and column numbers labels.
953         * international/mule-util.el (char-displayable-p): Move from
954         latin1-disp, rename and autoload.
956         * international/latin1-disp.el (latin1-char-displayable-p):
957         Now obsolete alias.  Replace uses with char-displayable-p.
958         (latin1-display-ucs-per-lynx): Fix last change.
960         * international/mule-cmds.el (standard-display-european-internal):
961         Don't use char code for Latin-1 NBSP.
962         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
963         U+2018, U+2019 for `'.
964         (select-safe-coding-system): Message fix.
966 2003-09-01  Kenichi Handa  <handa@m17n.org>
968         * international/fontset.el (setup-default-fontset): For Thai
969         font, specify "*" family.
971 2003-09-01  Kevin Rodgers <ihs_4664@yahoo.com>  (tiny change)
973         * progmodes/compile.el (previous-error): Accept a prefix
974         argument, similarly to next-error.
976 2003-08-31  Masatake YAMATO  <jet@gyve.org>
978         * pcvs.el (cvs-do-removal): Use = instead of eq to check
979         the number of files.  Bind the number of files to a local
980         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
982 2003-08-30  Eli Zaretskii  <eliz@elta.co.il>
984         * vc-hooks.el (vc-make-version-backup): Fix the change made on
985         2003-07-26: msdos-long-file-names is a function, not a variable.
987 2003-08-29  Richard M. Stallman  <rms@gnu.org>
989         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
990         Do nothing with mail-personal-alias-file if it is nil.
992         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
993         Do nothing if mail-personal-alias-file is nil.
995         * term.el (term-exec-1): Bind coding-system-for-read.
997         * dired.el (dired-mouse-find-file-other-window):
998         Use dired-view-command-alist here, as in dired-view-file.
999         (dired-view-command-alist): Use %s to substitute file name.
1000         Handle .ps_pages, .eps, .jpg, .gif, .png.
1002 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
1004         * info.el (Info-mode-map): Bind S-tab and <backtab> to
1005         `Info-prev-reference', instead of M-tab.
1007 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
1009         * simple.el (blink-matching-open): Work correctly on chars that
1010         are designated as parens through the syntax-table text property.
1012 2003-08-29  Thierry Emery <thierry.emery@club-internet.fr>  (tiny change)
1014         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
1015         line break position in the middle of a non-kinsoku (e.g. latin)
1016         word, making it skip until either a space or a character with
1017         category "|".
1018         (kinsoku-longer): Test for end of buffer.
1020 2003-08-28  Eli Zaretskii  <eliz@elta.co.il>
1022         * mail/rmail.el (rmail-convert-to-babyl-format):
1023         Detect quoted-printable- and base64-encoded messages and decode them
1024         automatically.  Set the message's encoding from the charset=
1025         header, if any.  Decode base64-encoded messages in Mail format as well.
1027 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
1029         * mail/smtpmail.el Fix previous change:
1030         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
1031         calling smtpmail-via-smtp.
1032         (smtpmail-via-smtp): Add fall-back values for envelope-from.
1034 2003-08-26  John Paul Wallington  <jpw@gnu.org>
1036         * image.el (image-jpeg-p): Don't search beyond length of data.
1038 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
1040         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
1041         misfeature in `expand-abbrev' which caused electric keywords like
1042         "else" to disappear if an open brace was typed directly afterwards.
1044 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
1046         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
1047         mandatory in `define-widget'.
1049         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
1050         Don't align the operators "!=", "<=" and ">=" as assignment operators.
1052         (c-assignment-operators): New language constant that only contains
1053         the assignment operators.
1055         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
1057 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
1059         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
1060         Safeguard against unbalanced sexps.
1062 2003-08-26  Terje Rosten <terjeros@phys.ntnu.no>
1064         * version.el (emacs-version): Check for gtk.  Include gtk version info.
1066 2003-08-25  John Paul Wallington  <jpw@gnu.org>
1068         * man.el (Man-default-man-entry): Don't whizz past the section
1069         number before looking for it.
1071 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
1073         * progmodes/gud.el (gud-display-line): Don't set window-point if
1074         source buffer is not visible. (Only happens with M-x gdba).
1076         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
1077         documentation.
1078         (gdb-source, gdb-source-info): Update to assembler unnecessary
1079         as its done after each GDB command anyway.
1080         (gdb-pre-prompt): Use with-current-buffer.
1081         (gdb-insert-field): Add help-echo text.
1082         (gdb-invalidate-assembler): Re-display of assembler now done in
1083         gdb-info-breakpoints-custom.
1084         (gdb-info-breakpoints-custom): Force re-display of assembler to
1085         happen *after* update of breakpoints buffer.
1086         (gdb-display-source-buffer): Don't choke if gdb-source-window
1087         isn't visible.
1088         (gdb-put-string, gdb-put-arrow): Remove free variables.
1090 2003-08-24  John Paul Wallington  <jpw@gnu.org>
1092         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
1094         * man.el (Man-default-man-entry): Strip text properties when
1095         snarfing parts of entry because `format' preserves properties.
1097 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
1099         * files.el (file-newest-backup): Use `expand-file-name'.
1101         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
1102         Allow the diary to pop up a new frame, if needed.
1104         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
1105         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
1106         (smtpmail-send-it): Make treatment of envelope-from consistent with
1107         sendmail.el.
1109         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
1110         (sh-leading-keywords): Add the bash `time' reserved word.
1111         (sh-variables): Add some bash variables.
1112         (sh-add-completer): Fix nil branch of case statement.
1114 2003-08-24  Masatake YAMATO  <jet@gyve.org>
1116         * progmodes/ld-script.el: New file.
1118 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
1120         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
1122 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
1124         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
1125         Better explain obsolescence, and what to use instead.
1127 2003-08-23  Masatake YAMATO  <jet@gyve.org>
1129         * pcvs.el (cvs-do-removal): Show the deleted file name
1130         on the prompt.
1132 2003-08-20  Dave Love  <fx@gnu.org>
1134         * international/mule.el (make-coding-system)
1135         (set-buffer-file-coding-system): Doc fix.
1137         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
1139         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
1141         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
1143         * international/utf-16.el: Add mime-text-unsuitable coding system
1144         properties.
1146         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
1148         * cus-edit.el: Add some :links.
1149         (bib): Remove.
1151         * textmodes/bib-mode.el (bib): Add :group external.
1153 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
1155         * wid-edit.el (widget-echo-help): Make it handle expressions that
1156         evaluate to strings.
1158 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
1160         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
1162         Simplify selection of SQL products to define highlighting and
1163         interactive mode.  Includes detailed instructions on adding
1164         support for new products.
1166         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
1167         product for use in highlighting and interactive mode.
1168         (sql-interactive-product): New variable.  SQL product for
1169         sql-interactive-mode.
1170         (sql-product-support): New variable.  Specifies product-specific
1171         parameters to drive highlighting and interactive mode.
1172         (sql-imenu-generic-expression): Add more object types.
1173         (sql-sqlite-options): Correct comment.
1174         (sql-ms-program): Use "osql" rather than "isql".
1175         (sql-prompt-regexp, sql-prompt-length): Update comment.
1176         (sql-mode-menu): Add "Start SQLi session" entry.
1177         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
1178         (sql-mode-abbrev-table): Add abbreviations.  Support of
1179         SYSTEM-FLAG on define-abbrev.  Support was removed with last
1180         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
1181         (sql-mode-font-lock-object-name): Add font-lock pattern for object
1182         names.
1183         (sql-mode-ansi-font-lock-keywords): Set as default value.
1184         (sql-mode-oracle-font-lock-keywords): Set as default value.
1185         Support Oracle 9i keywords.
1186         (sql-mode-postgres-font-lock-keywords): Set as default value.
1187         (sql-mode-linter-font-lock-keywords): Set as default value.
1188         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
1189         SQLServer 2000.
1190         (sql-mode-sybase-font-lock-keywords)
1191         (sql-mode-interbase-font-lock-keywords)
1192         (sql-mode-sqlite-font-lock-keywords)
1193         (sql-mode-strong-font-lock-keywords)
1194         (sql-mode-mysql-font-lock-keywords)
1195         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
1196         keywords.
1197         (sql-mode-font-lock-defaults): Update comment.
1198         (sql-product-feature): New function.  Returns feature associated
1199         with a product from `sql-product-support' alist.
1200         (sql-product-font-lock): New function.  Set font-lock support
1201         based on `sql-product'.
1202         (sql-add-product-keywords): New function.  Add font-lock rules to
1203         product-specific keyword variables.
1204         (sql-set-product): New function.  Set `sql-product' and apply
1205         appropriate font-lock highlighting.
1206         (sql-highlight-product): New function.  Set font-lock support
1207         based on a product.  Also set mode name to include product name.
1208         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
1209         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
1210         Use `sql-set-product'.
1211         (sql-highlight-ms-keywords)
1212         (sql-highlight-sybase-keywords)
1213         (sql-highlight-interbase-keywords)
1214         (sql-highlight-strong-keywords)
1215         (sql-highlight-mysql-keywords)
1216         (sql-highlight-sqlite-keywords)
1217         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
1218         (sql-get-login): Prompt in the same order as the tokens.
1219         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
1220         (sql-product-interactive): New function.  Common portions of
1221         product-specific interactive mode wrappers.
1222         (sql-interactive-mode): Rewritten to use product features.
1223         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1224         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1225         (sql-db2, sql-linter): Use `sql-product-interactive'.
1226         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
1227         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
1228         (sql-connect-ingres, sql-connect-postgres)
1229         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
1230         New functions.  Format command line parameters and invoke comint on
1231         the appropriate interpreter.  Code was in the corresponding
1232         `sql-xyz' function before.
1233         (sql-connect-ms): New function.  Support -E argument to use
1234         operating system credentials for authentication.
1236 2003-08-18  Kenichi Handa  <handa@m17n.org>
1238         * international/mule.el (encode-char): Fix for the ASCII case.
1240 2003-08-15  Kenichi Handa  <handa@m17n.org>
1242         * international/fontset.el (setup-default-fontset): Change "*" to
1243         nil in the specifications of font family.
1245 2003-08-18  Kim F. Storm  <storm@cua.dk>
1247         * kmacro.el (kmacro-keymap): Group related bindings in
1248         initialization for clarity.  Bind C-s to start macro.
1249         Remove C-r binding.
1250         (kmacro-initial-counter-value): New defvar to hold initial counter
1251         value in case we set the value before defining a macro.
1252         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
1253         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
1254         not defining or executing macro.  Doc fix.
1255         (kmacro-add-counter): Clear kmacro-initial-counter-value.
1256         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
1257         temporarily view older elements on the macro ring without cycling
1258         the ring.
1259         (kmacro-display): Doc fix.
1260         (kmacro-exec-ring-item): New helper function.
1261         (kmacro-call-ring-2nd): Use it.
1262         (kmacro-call-ring-2nd-repeat): Doc fix.
1263         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
1264         (kmacro-end-or-call-macro): Execute last viewed macro (using
1265         kmacro-exec-ring-item) from ring if this follows
1266         kmacro-view-macro.  This allows us to find a macro on the ring
1267         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
1268         the ring to bring it to the head of the ring.
1269         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
1270         Allow binding to reserved keys without specifying C-x C-k prefix.
1271         Ask for confirmation if entered key sequence is already bound to
1272         a non-macro command.
1273         (kmacro-view-macro): Repeating command will show older elements
1274         on the macro ring; C-k will execute the last viewed macro.
1275         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
1276         property from 'ring to 'head.
1278 2003-08-17  Alan Shutko  <ats@acm.org>
1280         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
1281         keeping December out of the alist.
1283 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
1285         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
1286         * calendar/calendar.el (calendar-mode-map): Bind it to key.
1287         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
1288         (calendar-flatten): New function.
1289         (calendar-mouse-view-other-diary-entries)
1290         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
1291         in the menu title and to show multi-line diary entries correctly
1292         in the menu.
1294 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
1296         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
1297         defcustom, because the default was recently changed.
1299 2003-08-16  Richard M. Stallman  <rms@gnu.org>
1301         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
1303         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1304         New subroutine, broken out of eval-last-sexp-1.
1305         (eval-last-sexp-1): Use eval-last-sexp-print-value.
1307         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
1309         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
1311         * simple.el (eval-expression): Use eval-last-sexp-print-value.
1313 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
1315         * progmodes/compile.el (compilation-error-regexp-alist):
1316         Add Java ANt error detection as described in document
1317         http://ant.apache.org/faq.html
1319 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
1321         * simple.el (backward-word, forward-to-indentation)
1322         (backward-to-indentation):  Argument changed to optional.
1323         (next-line, previous-line): Use `or' instead of `unless'.
1325 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1327         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
1328         instead of a constant.
1330 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
1332         * shell.el (shell): With prefix-arg, suggest a new buffer name.
1334 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
1336         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
1337         (vc-sccs-workfile-version): Search the entire delta table, rather
1338         than just the first entry, because that might be a deleted version.
1340 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
1342         * menu-bar.el (menu-bar-options-menu): Supply a body for the
1343         [save-place] binding in the Options menu.  Have it require
1344         'saveplace' and then toggle the variable manually, to avoid an an
1345         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
1346         for the bug report.
1348 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
1350         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
1351         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
1352         (gdb-info-threads-custom): Add help-echo text.
1353         (gdb-display-back): Don't use purecopy.
1354         (gdb-info-breakpoints-custom, gdb-reset)
1355         (gdb-assembler-custom): Use display-images-p to test if breakpoint
1356         icons can be displayed.
1358 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
1360         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
1362 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
1364         * bookmark.el (bookmark-completing-read):
1365         Return a string, instead of a list of one string.
1366         Use a popup menu if activated from the mouse.
1367         (bookmark-edit-annotation): Remove unused vars.
1368         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
1369         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
1370         to bookmark-completing-read.
1371         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1372         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
1373         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
1374         and erase-buffer.
1375         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
1376         (bookmark-menu-jump, bookmark-menu-insert)
1377         (bookmark-popup-menu-and-apply-function)
1378         (bookmark-menu-popup-paned-bookmark-menu): Remove.
1379         (bookmark-menu-build-paned-menu): Remove by folding it into
1380         bookmark-menu-popup-paned-menu.
1381         (menu-bar-bookmark-map): Move the define-key statements here.
1382         Use the "non-menu" commands since they now pop up a menu if needed.
1383         (bookmark-exit-hook-internal): Simplify.
1385 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
1387         * textmodes/reftex.el: Updated to version 4.21
1388         * reftex-auc.el: likewise.
1389         * reftex-cite.el: likewise.
1390         * reftex-dcr.el: likewise.
1391         * reftex-global.el: likewise.
1392         * reftex-index.el: likewise.
1393         * reftex-parse.el: likewise.
1394         * reftex-ref.el: likewise.
1395         * reftex-sel.el: likewise.
1396         * reftex-toc.el: likewise.
1397         * reftex-vars.el: likewise.
1399 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1401         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
1402         first use.
1404 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1406         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
1408 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
1410         * calendar/calendar.el (list-diary-entries-hook)
1411         (diary-display-hook, nongregorian-diary-listing-hook)
1412         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
1413         Add some customize options for these hooks.
1414         (calendar-abbrev-construct): Don't try to take a substring longer
1415         than the original string.
1417 2003-08-05  Richard M. Stallman  <rms@gnu.org>
1419         * emacs-lisp/testcover.el (noreturn): Report error if does return.
1420         (testcover-reinstrument-clauses): Doc fix.
1422         * emacs-lisp/warnings.el: Doc fixes, args renamed.
1423         (warning-type-format): Rename from warning-group-format.
1425         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
1426         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
1427         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
1428         to prevent warnings about defvar for an obsolete variable.
1430         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
1431         warning-group-format renamed to warning-type-format.
1433         * subr.el (read-passwd): Use clear-string instead of fillarray.
1435         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
1436         Use vconcat instead of concat.
1437         (edmacro-sanitize-for-string): New function.
1439 2003-08-05  Dave Love  <fx@gnu.org>
1441         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
1442         line-number-display-limit-width.
1444         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
1446 2003-08-05  Kenichi Handa  <handa@m17n.org>
1448         * international/code-pages.el: Don't require mule-diag.
1450         * international/mule-diag.el (non-iso-charset-alist):
1451         Add autoload cookie.
1453         * language/devan-util.el (dev-glyph-order): Add an entry for the
1454         glyph code #xC4.
1456 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
1458         * calendar/calendar.el (diary-file, diary-file-name-prefix)
1459         (european-calendar-style, diary-date-forms)
1460         (calendar-day-name-array, calendar-month-name-array): Doc change.
1461         (generate-calendar-month): Adapt for new behaviour of
1462         `calendar-day-name' function.
1463         (calendar-abbrev-length, calendar-day-abbrev-array)
1464         (calendar-month-abbrev-array): New variables.
1465         (calendar-abbrev-construct): New function.
1466         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
1467         rather than fixing abbrevs at some width.  Calling syntax change.
1468         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
1469         (calendar-date-string): Adapt for new behaviours of
1470         `calendar-day-name' and `calendar-month-name' functions.
1472         * calendar/diary-lib.el (list-diary-entries): Adapt for new
1473         behaviour of `calendar-day-name' and `calendar-month-name' functions.
1474         (diary-name-pattern): Use abbrev arrays, rather than fixing
1475         abbrevs at three chars.  Calling syntax change.
1476         (mark-diary-entries):  Adapt for new behaviours of
1477         `diary-name-pattern' and `calendar-make-alist' functions.
1478         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
1479         `diary-name-pattern' function.
1480         (font-lock-diary-date-forms): Use abbrev arrays, rather than
1481         fixing abbrevs at three chars.  Calling syntax change.
1482         (cal-hebrew, cal-islam): Require when compiling.
1483         (diary-font-lock-keywords): Adapt for new behaviour of
1484         `font-lock-diary-date-forms' function.
1486         * calendar/cal-hebrew.el: Reposition some code so defined before used.
1487         (calendar-hebrew-month-name-array-common-year)
1488         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
1489         (list-hebrew-diary-entries): Adapt for new behaviours of
1490         `calendar-day-name' and `add-to-diary-list' functions.
1491         (mark-hebrew-diary-entries): Adapt for new behaviours of
1492         `diary-name-pattern' and `calendar-make-alist' functions.
1494         * calendar/cal-islam.el (calendar-islamic-month-name-array):
1495         Add doc string.
1496         (list-islamic-diary-entries): Adapt for new behaviours of
1497         `calendar-day-name' and `add-to-diary-list' functions.
1498         (mark-islamic-diary-entries): Adapt for new behaviours of
1499         `diary-name-pattern' and `calendar-make-alist' functions.
1501         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
1502         `calendar-month-name' function.
1504         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
1506         * calendar/solar.el (solar-seasons-data): Move definition before use.
1508         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
1509         (cal-tex-LaTeX-hourbox): Move definition before use.
1511         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
1512         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
1513         lunar.el, solar.el
1514         (displayed-month, displayed-year): Define for compiler.
1516 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1518         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
1519         MODE.  Renamed from c-init-c-language-vars'.
1520         (c-initialize-cc-mode): Change accordingly.
1521         (c-common-init): Ditto.
1522         (c-mode): Ditto.
1523         (c++-mode): Use `c-init-language-vars-for'.
1524         (objc-mode): Ditto.
1525         (java-mode): Ditto.
1526         (idl-mode): Ditto.
1527         (pike-mode): Ditto.
1528         (awk-mode): Ditto.
1530 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1532         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
1533         or not the point moved.
1535         (c-search-decl-header-end): Don't trip up on operator identifiers
1536         in C++ and operators like == in all languages.
1538         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
1539         Detect leading labels correctly.
1541 2003-08-02  Andreas Schwab  <schwab@suse.de>
1543         * textmodes/ispell.el: Don't redo key bindings on loading, put
1544         them only in loaddefs.el.
1545         * bookmark.el: Likewise.
1546         * dabbrev.el: Likewise.
1547         * emerge.el: Likewise.
1549         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
1550         has more than one member.
1552         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
1554 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1556         * lpr.el (printify-region): It was ending conversion before the
1557         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
1559 2003-07-31  John Paul Wallington  <jpw@gnu.org>
1561         * net/browse-url.el (browse-url-epiphany): Doc fix.
1563 2003-07-30  Kenichi Handa  <handa@m17n.org>
1565         * international/fontset.el (setup-default-fontset):
1566         Change registry names of Akurti fonts.
1568 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1570         * comint.el (comint-read-noecho): Use `clear-string' instead of
1571         `fillarray'.
1573 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
1575         * outline.el (outline-mode-hook): Add defvar.
1577 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
1579         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
1580         Restore assembler in source window if that is what has been selected.
1581         (menu): Add gdb-restore-windows to menu.  Make gdba
1582         specific menus only visible from gdba.
1584 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
1586         * progmodes/compile.el (compilation-environment): New user variable.
1587         (compile-internal): Respect it.
1589 2003-07-23  Masatake YAMATO  <jet@gyve.org>
1591         * progmodes/gud.el (gdb-script-font-lock-keywords):
1592         Put `font-lock-function-name-face' on a symbol which includes
1593         `-' like `hook-run'.  Put font-lock-variable-name-face
1594         on a symbol starting with $.
1596 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
1598         * files.el (set-visited-file-name): Use truename for buffer-file-name.
1600 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
1602         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
1604 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
1606         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
1607         Use with-no-warnings.
1608         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
1609         rather than to find-file-not-found-hook, which doesn't exist.
1611 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
1613         * international/quail.el (quail-translate-key): Fix previous change.
1615 2003-07-25  John Paul Wallington  <jpw@gnu.org>
1617         * server.el (server-start): Check `server-process' is non-nil
1618         before killing it to avoid killing current buffer's process.
1620         * simple.el (choose-completion-string): Use `minibufferp';
1621         test `completion-reference-buffer' if `buffer' arg is nil.
1622         (push-mark): Use `when' and `unless'.
1623         (pop-mark): Use `when'.
1625         * mouse-sel.el (mouse-sel-get-selection-function):
1626         Check `x-last-selected-text-primary'.  Don't barf if it or
1627         `x-last-selected-text' aren't bound.
1629 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
1631         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
1633 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
1635         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
1637 2003-07-23  John Paul Wallington  <jpw@gnu.org>
1639         * tooltip.el (defface tooltip): Inherit from variable-pitch.
1641 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
1643         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
1644         string.  Defvar the derived hook.
1646         * macros.el (insert-kbd-macro): Escape double quote character.
1647         From Thomas W Murphy <twm@andrew.cmu.edu>.
1649 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
1651         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
1652         to match the specific mark rather than reusing comment-start-skip.
1654 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
1656         * progmodes/hideshow.el (hs-special-modes-alist):
1657         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
1659 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
1661         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
1662         value using ?\s.
1664 2003-07-21  John Paul Wallington  <jpw@gnu.org>
1666         * subr.el (with-selected-window): Add closing paren.
1668 2003-07-21  Richard M. Stallman  <rms@gnu.org>
1670         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
1671         (lisp-mode): Likewise.
1673         * subr.el (with-selected-window): Copy code form save-selected-window
1674         so as to call select-window with norecord arg.
1675         (dynamic-completion-table): Doc fix.
1676         (lazy-completion-table): Doc fix.
1678         * international/mule-cmds.el (set-locale-environment):
1679         langinfo renamed to locale-info.
1681         * international/mule.el (auto-coding-functions): Doc fix.
1683 2003-07-21  Kenichi Handa  <handa@m17n.org>
1685         * international/quail.el (quail-translate-key):
1686         Update quail-current-str correctly.
1688 2003-07-21  Andreas Schwab  <schwab@suse.de>
1690         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
1691         ?, to "_".
1693 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1694         Version 2.0.36 of Tramp released.
1696         * net/tramp.el (tramp-default-password-end-of-line): Rename from
1697         tramp-password-end-of-line.
1698         (tramp-password-end-of-line): New method parameter.
1699         (tramp-get-password-end-of-line): Function to access method
1700         parameter `tramp-password-end-of-line', or variable
1701         `tramp-default-password-end-of-line' (default value).
1702         (tramp-methods): Add entries for new parameter
1703         tramp-password-end-of-line.
1704         (tramp-enter-password): Use new function
1705         `tramp-get-password-end-of-line'.
1706         (tramp-handle-insert-file-contents): Do not
1707         unconditionally inhibit the file operation file-local-copy, only
1708         do that when the inhibit-file-name-operation is currently
1709         insert-file-contents.  This fixes finding remote CVS-controlled
1710         files.  (It would barf on inserting the CVS/Entries file
1711         literally, because the file-local-copy handler wasn't called.)
1712         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
1713         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
1714         (tramp-initial-commands): New variable.
1715         (tramp-process-initial-commands): New function, using the variable.
1716         (tramp-open-connection-setup-interactive-shell): Call the new function.
1717         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
1718         method into the buffer name, never use nil.  Reported by Hanak
1719         David <dhanak@inf.bme.hu>.
1720         (tramp-open-connection-setup-interactive-shell): Erase buffer
1721         before sending "stty -onlcr".
1723         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
1725 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
1727         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
1729 2003-07-19  John Paul Wallington  <jpw@gnu.org>
1731         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
1732         (artist-draw-rect, artist-draw-square): Doc fixes.
1734         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
1736         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
1738 2003-07-19  Kenichi Handa  <handa@m17n.org>
1740         * international/kkc.el (kkc-show-conversion-list-update):
1741         Highlight the correct candidate in the message.
1743 2003-07-18  John Paul Wallington  <jpw@gnu.org>
1745         * simple.el (current-word): Don't include punctuation char when
1746         `really-word' arg is non-nil.
1748 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
1750         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
1751         moved to the directory obsolete.
1753 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
1755         * info.el (Info-menu-entry-name-re): Allow newlines in
1756         menu entry names.
1758         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
1759         syntax-ppss-after-change-function.
1760         (syntax-ppss-after-change-function): New alias.  Update uses.
1761         (syntax-ppss): Catch the case where the buffer is narrowed.
1763 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
1765         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
1766         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
1768 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
1770         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
1771         since it might be modified.
1773         * progmodes/cc-langs.el (c++-make-template-syntax-table)
1774         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
1775         names to these language constants.
1777 2003-07-15  Kim F. Storm  <storm@cua.dk>
1779         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
1780         All uses changed.
1782 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
1784         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
1785         Namespace support.
1787 2003-07-13  Juanma Barranquero  <lektu@terra.es>
1789         * frame.el (modify-all-frames-parameters): Reinstall (copyright
1790         papers received).
1792 2003-07-13  Karl Eichwalder  <ke@suse.de>
1794         * textmodes/po.el (po-find-charset): White space at the start of the
1795         Content-Type field body is non-mandatory.
1797 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
1799         * textmodes/texinfo.el (texinfo-section-list):
1800         Append appendixsection; a synonym for appendixsec.
1802 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
1804         * man.el (Man-translate-cleanup): New.
1805         (Man-translate-references): Call `Man-translate-cleanup' to clean
1806         leading, trailing and middle spaces.
1808 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
1810         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
1811         Handle `dired-directory' being a list.
1813 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1815         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
1816         it doesn't exist.
1818 2003-07-12  Richard M. Stallman  <rms@gnu.org>
1820         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
1822         * progmodes/cc-defs.el (c-make-keywords-re):
1823         Don't use delete-duplicates.
1824         (c-lang-const): Don't use mapcan.
1826         * apropos.el (apropos-show-scores): Make it customizable.
1827         Document new meaning.
1828         (apropos): Compute scores from symbols.
1829         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
1831 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1833         * ps-bdf.el: Fix copyright line.
1834         (bdf-directory-list): Fix initialization code.
1836 2003-07-11  John Paul Wallington  <jpw@gnu.org>
1838         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
1839         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
1840         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
1842 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
1844         * emacs-lisp/ring.el (ring-elements): Doc fix.
1846 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
1848         * calendar/timeclock.el (timeclock-relative)
1849         (timeclock-ask-before-exiting, timeclock-use-display-time):
1850         Doc changes.
1851         (timeclock-modeline-display): Give a message if
1852         `timeclock-use-display-time' is non-nil but `display-time-mode'
1853         is not active.
1855 2003-07-11  Kenichi Handa  <handa@m17n.org>
1857         * international/mule-cmds.el (set-language-environment):
1858         Set current-language-environment to the correct string.
1860 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1862         * ps-print.el: Print line number correctly in a region.  Reported by
1863         Tim Allen <timallen@ls83.fsnet.co.uk>
1864         (ps-print-version): New version number (6.6.2).
1865         (ps-printing-region): Code fix.
1867 2003-07-10  John Paul Wallington  <jpw@gnu.org>
1869         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
1870         this function can be called from `add-completions-from-tags-table'.
1872 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
1874         * calendar/timeclock.el (timeclock-use-display-time)
1875         (timeclock-day-over-hook, timeclock-workday-remaining)
1876         (timeclock-status-string, timeclock-when-to-leave)
1877         (timeclock-when-to-leave-string, timeclock-log-data)
1878         (timeclock-find-discrep, timeclock-day-base)
1879         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
1880         (timeclock-modeline-display): Set the variable
1881         `timeclock-modeline-display'.
1882         (timeclock-update-modeline): Doc fix.  Respect value of
1883         `timeclock-relative'.
1885 2003-07-09  Richard M. Stallman  <rms@gnu.org>
1887         * textmodes/reftex-parse.el (reftex-all-document-files):
1888         Add autoload cookie.
1890         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
1891         (reftex-scanning-info-available-p): Add autoload cookie.
1893         * international/mule-cmds.el
1894         (set-display-table-and-terminal-coding-system): Delete duplicate
1895         aset on standard-display-table.
1897         * view.el (view-file): If existing buffer's major mode is special,
1898         don't go into view mode.
1900         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
1902 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1904         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
1905         buffer changes; there's third party code that calls this function
1906         directly.
1908 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1910         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
1911         (autodoc-font-lock-keywords): Don't byte compile on font lock
1912         initialization when running from byte compiled files.
1914 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1916         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
1917         statement ends with auto-increment "++".
1919 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1921         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
1922         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
1923         these are changed, so declare them as variables and not constants.
1925 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
1927         * subr.el (dolist, dotimes):  Doc fix.
1929 2003-07-08  Kim F. Storm  <storm@cua.dk>
1931         * international/mule-cmds.el
1932         (set-display-table-and-terminal-coding-system): Don't break
1933         bootstrap if standard-display-table isn't setup yet.
1935 2003-07-07  Richard M. Stallman  <rms@gnu.org>
1937         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
1938         Give it a doc string, and autoload it.
1940         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
1941         Use with-no-warnings.
1943         * info.el (Info-search): If find invisible text, search again.
1945         * isearch.el (search-whitespace-regexp): Add a shy group around it.
1947         * man.el (Man-name-regexp): Match + as part of name.
1949         * simple.el (visible-mode): Rename from vis-mode.
1950         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
1952         * simple.el (current-word): New arg REALLY-WORD specifies
1953         don't include punctuation chars.
1955         * emacs-lisp/debug.el (debug, debugger-env-macro):
1956         Use with-no-warnings while accessing and binding unread-command-char.
1958         * international/mule-cmds.el
1959         (set-display-table-and-terminal-coding-system): Use explicit loop
1960         instead of calling standard-display-default.
1962         * net/ange-ftp.el (ange-ftp-file-symlink-p):
1963         Use condition-case to catch error in ange-ftp-get-files.
1965         * net/browse-url.el (browse-url-browser-function):
1966         Add alternative for Epiphany.
1967         (browse-url-epiphany-program, browse-url-epiphany-arguments)
1968         (browse-url-epiphany-startup-arguments)
1969         (browse-url-epiphany-new-window-is-tab): New variables.
1970         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
1972         * progmodes/compile.el (compile-auto-highlight): Default now t.
1973         (compile): Doc fix.
1974         (compilation-next-error): Fix previous change.
1976         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
1978         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
1980 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
1982         * gdb-ui.el (gdb-source-info): Display current frame when
1983         attaching to an existing process.
1984         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
1985         while laying out windows when attaching to an existing process.
1987 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
1989         * info.el (Info-menu): Use Info-menu-entry-name-re.
1991 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
1993         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
1994         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
1996         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
1997         to match the same text.
1999 2003-07-06  John Paul Wallington  <jpw@gnu.org>
2001         * vc.el (vc-annotate-offset): Move defvar up.
2003 2003-07-06  Kim F. Storm  <storm@cua.dk>
2005         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
2006         This should fix the infinite loop when extracting menu names.
2008 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
2010         * files.el (auto-mode-alist, interpreter-mode-alist):
2011         Remove entries to CC Mode modes to avoid duplicates; they are now added
2012         with autoload directives in cc-mode.el.
2014 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
2016         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
2017         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
2018         these are changed, so declare them as variables and not constants.
2020         * progmodes/cc-mode.el: Fix some autoload problems: Try to
2021         ensure that the entry for ".c" extension comes before the one for
2022         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
2023         Fix incorrect entries that were added to `interpreter-mode-alist'.
2024         Move the autoload directives for AWK to the top level since they
2025         aren't recognized anywhere else.  Do not use the new AWK mode doc
2026         in the autoload form for the old AWK mode.
2028 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2030         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
2031         (bibtex-sort-ignore-string-entries): Default value t.
2032         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
2033         erroneously in previous version.
2034         (bibtex-string-files): Docstring reflects new parsing scheme.
2035         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
2036         docstring, add # as one of the chars to crush
2037         (bibtex-autokey-prefix-string, bibtex-autokey-names)
2038         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
2039         (bibtex-autokey-name-change-strings)
2040         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
2041         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
2042         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
2043         (bibtex-autokey-title-terminators)
2044         (bibtex-autokey-titlewords-stretch)
2045         (bibtex-autokey-titleword-ignore)
2046         (bibtex-autokey-titleword-case-convert)
2047         (bibtex-autokey-titleword-abbrevs)
2048         (bibtex-autokey-titleword-abbrevs)
2049         (bibtex-autokey-titleword-change-strings)
2050         (bibtex-autokey-titleword-length)
2051         (bibtex-autokey-titleword-separator)
2052         (bibtex-autokey-name-year-separator)
2053         (bibtex-autokey-year-title-separator)
2054         (bibtex-autokey-before-presentation-function)
2055         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
2056         Fix docstring.
2057         (bibtex-strings, bibtex-reference-keys):
2058         Use lazy-completion-table and make-variable-buffer-local.
2059         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
2060         (bibtex-braced-string-syntax-table)
2061         (bibtex-quoted-string-syntax-table): New variables.
2062         (bibtex-parse-nested-braces): Remove.
2063         (bibtex-parse-field-string): Use syntax table and forward-sexp.
2064         (bibtex-parse-association): Simplify.
2065         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
2066         (bibtex-parse-field-text): Simplify.
2067         (bibtex-search-forward-field, bibtex-search-backward-field):
2068         argument BOUND can take value t.
2069         (bibtex-start-of-field, bibtex-start-of-name-in-field)
2070         (bibtex-end-of-name-in-field, bibtex-end-of-field)
2071         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
2072         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
2073         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
2074         (bibtex-skip-to-valid-entry): Return buffer position of beginning
2075         and ending of entry.  Update for changes of bibtex-search-entry.
2076         Simplify.
2077         (bibtex-map-entries): FUN is called with three arguments.
2078         (bibtex-search-entry): Return a cons pair with buffer positions of
2079         beginning and end of entry.
2080         (bibtex-enclosing-field): Simplify.
2081         (bibtex-format-entry): Use booktitle to set a missing title.
2082         (bibtex-autokey-get-names): Fiddle with regexps.
2083         (bibtex-generate-autokey): Use identity.
2084         (bibtex-parse-keys): Use simplified parsing algorithm if
2085         bibtex-parse-keys-fast is non-nil. Simplify. Change order of
2086         arguments. Return alist of keys.
2087         (bibtex-parse-strings): Simplify. Return alist of strings.
2088         (bibtex-complete-string-cleanup): Fix docstring.
2089         (bibtex-read-key): New function.
2090         (bibtex-mode): Fix docstring. Do not parse for keys and
2091         strings when the mode is entered. Set fill-paragraph-function to
2092         bibtex-fill-field. Setup font-lock-mark-block-function the way
2093         font-lock intended.
2094         (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
2095         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
2096         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
2097         (bibtex-Preamble): Avoid hard coded constants.
2098         (bibtex-make-field): Fix docstring. Simplify.
2099         (bibtex-beginning-of-entry): Always return new position of point.
2100         (bibtex-end-of-entry): Rearrange cond clauses.
2101         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
2102         Update for changes of bibtex-map-entries.
2103         (bibtex-ispell-abstract): Do not move point.
2104         (bibtex-entry-index): Use downcase. Simplify.
2105         (bibtex-lessp): Handle catch-all.
2106         (bibtex-find-crossref): Turn into a command.
2107         (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
2108         (bibtex-clean-entry): Use bibtex-read-key. Handle string and
2109         preamble entries.
2110         (bibtex-fill-field-bounds): New function.
2111         (bibtex-fill-field): New command. Bound to fill-paragraph-function.
2112         (bibtex-fill-entry): Use bibtex-fill-field-bounds
2113         (bibtex-String): Use bibtex-strings.  Always obey
2114         bibtex-sort-ignore-string-entries.
2116 2003-07-05  John Paul Wallington  <jpw@gnu.org>
2118         * cus-theme.el (customize-create-theme):
2119         Call `customize-create-theme' in Reset widget's notify function.
2121         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
2122         (ibuffer-mark-interactive): Use `or' instead of `unless'.
2123         (define-ibuffer-column name): Add summarizer.
2124         (define-ibuffer-column size): Likewise.
2125         (define-ibuffer-column filename): Likewise.
2126         (define-ibuffer-column process): Likewise.  Change BODY's output too.
2127         (define-ibuffer-column filename-and-process): Likewise, likewise.
2128         (ibuffer): Remove local vars `already-in' and `need-update'.
2130         * ibuf-ext.el: Don't require `derived' at compile-time.
2132 2003-07-05  Kim F. Storm  <storm@cua.dk>
2134         * info.el: Disable paragraph refilling.
2135         (Info-refill-paragraphs): New defcustom.
2136         (Info-fontify-node): Use it.
2138 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
2140         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
2141         thingies from constructors created by defstruct.
2143         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
2144         the default value of the variable.
2145         (byte-code-meter): Move declaration to top level.
2147         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
2149         * info.el (Info-following-node-name-re): New fun.
2150         (Info-following-node-name): Remove.
2151         (Info-insert-dir): Use the new fun.
2152         (Info-extract-pointer): Don't save restriction; use new fun.
2153         (Info-menu-entry-name-re): New const.
2154         (Info-menu-entry-name-re): Use it along with new fun.
2155         (Info-node-spec-re): Use new fun.
2156         (Info-complete-menu-item, Info-fontify-node): Use new const.
2157         (Info-goto-node, Info-follow-reference, Info-menu-update):
2158         Use match-string.
2159         (Info-follow-reference): Use assoc-string.
2160         Use a list of strings for the completion table.
2161         (Info-fontify-node): Use match-string, line-end-position.
2162         Limit the search for `node:' to the first line.
2164         * newcomment.el (uncomment-region): Remove padding coming from
2165         comment-start rather than just from comment-padding.
2167         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
2168         (vc-cvs-stay-local-p): Use vc-stay-local-p.
2169         (vc-cvs-rename-file): Remove (use the default).
2170         (vc-cvs-register): Register parent dir if needed.
2171         (vc-cvs-could-register): Return non-nil if parent can be registered.
2172         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
2173         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
2175         * vc-svn.el (vc-svn-use-edit): Make it into a const.
2176         (vc-svn-update): Fix the arguments to `svn'.
2177         (vc-svn-diff-tree): Just use `vc-svn-diff'.
2178         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
2179         Simple implementations, assuming `name' is a URL.
2181         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
2182         set of chars allowed unquoted in a case pattern.
2184         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
2186         * font-lock.el (font-lock-extra-types-widget)
2187         (c-font-lock-extra-types, c++-font-lock-extra-types)
2188         (objc-font-lock-extra-types, java-font-lock-extra-types)
2189         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
2190         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
2191         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
2192         (font-lock-match-c++-structor-declaration)
2193         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
2194         (c++-font-lock-keywords-3, c++-font-lock-keywords)
2195         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
2196         (objc-font-lock-keywords-3, objc-font-lock-keywords)
2197         (java-font-lock-keywords-1, java-font-lock-keywords-2)
2198         (java-font-lock-keywords-3, java-font-lock-keywords)
2199         (java-font-lock-syntactic-face-function): Remove obsolete code
2200         and constants.  It's all in cc-fonts.el now.
2202 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
2204         * mail/sendmail.el (mail-specify-envelope-from)
2205         (mail-envelope-from): Doc fix.
2207 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
2209         * generic-x.el: Do away with the dependency on `c-emacs-features'
2210         when populating `rul-generic-mode-syntax-table'; we already know
2211         this isn't XEmacs.
2213 See ChangeLog.10 for earlier changes.
2215 ;; Local Variables:
2216 ;; coding: iso-2022-7bit
2217 ;; End:
2219     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
2220   Copying and distribution of this file, with or without modification,
2221   are permitted provided the copyright notice and this notice are preserved.
2223 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1