.
[emacs.git] / lisp / ChangeLog
blobf8adff519eab9623df9488dc7b40852692025bba
1 2003-11-07  Andreas Schwab  <schwab@suse.de>
3         * xml.el (xml-parse-dtd): Fix misplaced paren.
5 2003-11-07  Kenichi Handa  <handa@m17n.org>
7         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
9 2003-11-05  Juri Linkov  <juri@jurta.org>
11         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
12         (desktop-buffer-file): Use saved buffer-file-coding-system
13         for file reading.  Set auto-insert to nil to prevent automatic
14         insertion into restored empty files.
16 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
18         * files.el (risky-local-variable-p): Make second argument optional.
20 2003-11-03  Eli Zaretskii  <eliz@elta.co.il>
22         * mail/rmail.el (rmail-convert-to-babyl-format): If
23         base64-decode-region signals an error, catch it and silently
24         ignore it.
26 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
28         * xml.el: Allow comments following the top-level element.
29         Separate out namespace parsing into special functions.
30         Change namespace parsing to return ('ns-uri . "local-name")
31         instead of '{ns-uri}local-name.
33 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
35         * dired.el (dired-ls-sorting-switches): Doc fix.
37 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
39         * emacs-lisp/rx.el (rx-or): Fix the case of
40         "(rx (and ?a (or ?b ?c) ?d))".
42 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
44         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
45         (texinfo-format-region): Use it.
46         (texinfo-format-buffer-1): Ditto.
48 2003-11-01  Alan Mackenzie  <acm@muc.de>
50         Changes to allow scrolling whilst in isearch mode:
51         * isearch.el (isearch-unread-key-sequence): New function,
52         extracted from isearch-other-meta-char.
53         (top level): (put 'foo 'isearch-scroll) on all Emacs's
54         "scrollable" standard functions.
55         (isearch-allow-scroll): New customizable variable.
56         (isearch-string-out-of-window, isearch-back-into-window)
57         (isearch-reread-key-sequence-naturally)
58         (isearch-lookup-scroll-key): New functions.
59         (isearch-other-meta-char): Doc string and functionality enhanced.
60         Now accepts a prefix argument.
61         (isearch-lazy-highlight-window-end): New variable.
62         (isearch-lazy-highlight-new-loop): Pay attention to the window's
63         end (thru isearch-lazy-highlight-window-end), not only its start.
65         * simple.el (overriding-map-is-bound, saved-overriding-map): New
66         variables.
67         (ensure-overriding-map-is-bound, restore-overriding-map): New
68         functions.
69         (universal-argument, universal-argument-more, negative-argument)
70         (digit-argument, universal-argument-other-key): Minor changes.
72 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
74         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
75         recursively if the last message is deleted, thus avoiding an
76         infinite loop.
78 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
80         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
81         (tex-main-file): Don't add .tex if the extension is already present.
82         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
84 2003-10-29  Lute Kamstra  <lute@gnu.org>
86         * progmodes/octave-inf.el (inferior-octave-prompt):
87         Recognize version number in prompt.
89 2003-10-28  Dave Love  <fx@gnu.org>
91         * international/characters.el: Fix some Unicode ranges.
93 2003-10-28  Kenichi Handa  <handa@etlken2>
95         * disp-table.el (standard-display-8bit)
96         (standard-display-default, standard-display-ascii)
97         (standard-display-g1, standard-display-graphic)
98         (standard-display-underline): Assure that standard-display-table
99         is a display table.
101 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
103         * simple.el (reindent-then-newline-and-indent): Delete space *after*
104         reindenting the first line.
106 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
108         * wid-edit.el (widget-default-delete): Always delete child widgets.
110 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
112         * newcomment.el (comment-indent): Don't call indent-according-to-mode
113         if the line has code.
114         Don't try to line up with something that's too far left.
116         * progmodes/octave-mod.el (octave-comment-start): Simplify.
117         (octave-mode-syntax-table): Add % as a comment starter.
118         (octave-point): Remove.
119         (octave-in-comment-p, octave-in-string-p)
120         (octave-not-in-string-or-comment-p, calculate-octave-indent)
121         (octave-blink-matching-block-open, octave-auto-fill):
122         Use line-(beginning|end)-position instead.
124 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
126         * emacs-lisp/authors.el (authors-aliases): Add correct realname
127         for Francesco Potort\e,Al\e(B.
129 2003-10-23  Dave Love  <fx@gnu.org>
131         * international/mule-cmds.el (locale-charset-to-coding-system):
132         Don't rely on nil being a coding system.
134         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
135         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
136         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
138 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
140         * gdb-ui.el (gdb-current-language): New variable.
141         (gdb-update-flag): Remove variable.
142         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
143         (gdb-take-last-elt): Remove function.
144         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
145         (gdb-post-prompt): Check for variable object changes here.
147         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
148         object changes in gdb-ui.el.
150 2003-10-21  Richard M. Stallman  <rms@gnu.org>
152         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
154         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
155         Don't check for foo*/ wildcard form here.
156         (insert-directory): Recognize foo*/ as a wildcard.
157         Separate wildcard-regexp variable from the arg, wildcard.
159         * subr.el (add-hook): Correctly detect when make-local-hook was used.
160         (remove-hook): Correctly handle strange cases about local hooks.
162 2003-10-21  David Ponce  <david@dponce.com>
164         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
165         argument REAL, to return a real number instead of a rounded
166         integer value.  Define as inline function.
167         (ruler-mode-right-fringe-cols): Likewise.
168         (ruler-mode-scroll-bar-cols): New function.
169         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
170         (ruler-mode-right-scroll-bar-cols): Likewise.
171         (ruler-mode-space): New function.
172         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
173         scroll bar mode and margins in a more robust way.
175 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
177         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
178         (antlr-c-init-language-vars): New function.
179         (antlr-mode): Use it with cc-mode before v5.29.
180         (antlr-c-common-init): Don't set some local vars here.
181         (antlr-mode): Set them here.
182         (antlr-c-forward-sws): New function alias.
183         (antlr-mode): Redefine with cc-mode before v5.30.
184         (antlr-skip-sexps): Use it.
185         (antlr-skip-exception-part): Ditto.
186         (antlr-skip-file-prelude): Ditto.
187         (antlr-outside-rule-p): Ditto.
188         (antlr-end-of-body): Ditto.
189         (antlr-option-kind): Ditto.
190         (antlr-insert-option-area): Ditto.
191         (antlr-file-dependencies): Ditto.
193 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
195         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
196         Move backward only if point was not inside an entry.
198 2003-10-21  Richard M. Stallman  <rms@gnu.org>
200         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
202 2003-10-21  Juri Linkov  <juri@jurta.org>
204         * compare-w.el: Automatically skip non-matching text to resync.
205         (compare-windows-whitespace): Doc fix.
206         (compare-windows-sync, compare-windows-sync-string-size)
207         (compare-windows-recenter, compare-ignore-whitespace)
208         (compare-windows-highlight, compare-windows-face): New variables.
209         (compare-windows): Use compare-windows-sync.
210         (compare-windows-highlight, compare-windows-dehighlight)
211         (compare-windows-sync-regexp)
212         (compare-windows-sync-default-function): New functions.
214 2003-10-21  Juri Linkov  <juri@jurta.org>
216         * diff.el (diff-parse-differences): Don't visit the files now;
217         instead, just record the error locus.
219 2003-10-21  Dave Love  <fx@gnu.org>
221         * progmodes/cfengine.el: New file.
223 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
225         * complete.el (PC-do-completion): Do not forget to use `pred' as the
226         default-directory when completing file names.
228 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
230         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
231         followed by the word `face', it gets treated as a face, even if
232         it is also defined as a variable or a function.
234 2003-10-20  Dave Love  <fx@gnu.org>
236         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
237         Avoid incf in macro expansion.
239 2003-10-20  John Paul Wallington  <jpw@gnu.org>
241         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
242         `evenp' so we don't implicitly require cl library at runtime.
244 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
246         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
247         (help-make-xrefs): Only make cross-references for faces if
248         preceded or followed by the word `face'.  Do not make a
249         cross-reference for variables without variable documentation,
250         unless preceded by the word `variable' or `option'.  Update doc
251         string accordingly.
253 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
255         * progmodes/hideshow.el: Rewrite one-armed `if'
256         constructs using either `when' or `unless'.
257         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
259 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
261         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
262         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
263         instead of 12x12.
265 2003-10-16  Eli Zaretskii  <eliz@elta.co.il>
267         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
268         message while converting to Babyl.
270 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
272         * allout.el (allout-mode): Doc fix.
274 2003-10-16  Lute Kamstra  <lute@gnu.org>
276         * subr.el (force-mode-line-update): Fix docstring.
278 2003-10-14  Dave Love  <fx@gnu.org>
280         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
281         (default-input-method): Add :link, improve :type.
282         (locale-charset-language-names): Fix utf-8 pattern.
283         (locale-charset-match-p, locale-charset-alist)
284         (locale-charset-to-coding-system): New.
285         (set-locale-environment): Deal with codeset part of locale specs.
287 2003-10-14  Lute Kamstra  <lute@gnu.org>
289         * fringe.el (fringe-mode): Use active voice in docstring.
290         (set-fringe-style): Ditto.
292 2003-10-13  Lute Kamstra  <lute@gnu.org>
294         * fringe.el (fringe-mode): Fix docstring.
295         (set-fringe-style): Ditto.
297 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
299         * ediff-mult.el (ediff-filegroup-action):
300         Use ediff-default-filtering-regexp.
302         * ediff-util.el (ediff-recenter): Don't call
303         ediff-restore-highlighting twice.
304         (ediff-select-difference): Set current difference.
305         (ediff-unselect-and-select-difference): Add comment.
307         * ediff.el (ediff-directories,ediff-directory-revisions)
308         (ediff-directories3,ediff-merge-directories)
309         (ediff-merge-directories-with-ancestor)
310         (ediff-merge-directory-revisions)
311         (ediff-merge-directory-revisions-with-ancestor):
312         Use ediff-default-filtering-regexp.
314 2003-10-12  Andreas Schwab  <schwab@suse.de>
316         * international/mule-cmds.el (locale-charset-language-names):
317         Simplify regex by removing unused grouping.
319 2003-10-10  Dave Love  <fx@gnu.org>
321         * bindings.el: Don't bind stop.
323 2003-10-08  Miles Bader  <miles@gnu.org>
325         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
326         face instead of attempting to emulate it.
328 2003-10-07  Kenichi Handa  <handa@m17n.org>
330         * international/mule-diag.el (list-coding-systems-1): List coding
331         systems that are loaded automatically.
333         * international/code-pages.el (iso-8859-11): Add autoload cookie.
335         * international/mule.el (autoload-coding-system): New function.
337 2003-10-07  Andreas Schwab  <schwab@suse.de>
339         * log-edit.el (log-edit-changelog-entries): Prefer local value of
340         change-log-default-name in the buffer visiting the file.
342 2003-10-06  Dave Love  <fx@gnu.org>
344         * files.el (find-file-hook): Customize.
345         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
347         * bindings.el (completion-ignored-extensions): Remove .log.
348         (global-map): Add again, open, stop keys.
350 2003-10-05  Richard M. Stallman  <rms@gnu.org>
352         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
353         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
354         Use sh-modify directly.
355         (sh-select): Use sh-append, not eval.
357         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
359         * info.el (Info-following-node-name): New function.
361         * loadhist.el (unload-feature-special-hooks):
362         Rename from loadhist-hook-functions.
363         (loadhist-hook-functions): Now an alias.
365 2003-10-04  Eli Zaretskii  <eliz@elta.co.il>
367         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
368         file-name clashes on 8+3 filesystems.
370         * Makefile.in (DONTCOMPILE, bootstrap-clean):
371         Rename loaddefs-boot.el to ldefs-boot.el
373         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
374         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
376 2003-10-03  Lute Kamstra  <lute@gnu.org>
378         * info.el (Info-mode): Revert previous change.
379         (Info-escape-percent): New function.
380         (Info-fontify-node): Use it.
382 2003-10-02  Andreas Schwab  <schwab@suse.de>
384         * loaddefs-boot.el: Regenerated.
386 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
388         * ffap.el: Remove defadvice related code from CVS since `complete'
389         provides a `PC-completion-as-file-name-predicate' variable that
390         ffap can override.
392 2003-10-02  Kenichi Handa  <handa@m17n.org>
394         * international/utf-8.el (ccl-decode-mule-utf-8):
395         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
397         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
398         * international/subst-big5.el: Likewise.
399         * international/subst-gb2312.el: Likewise.
400         * international/subst-ksc.el: Likewise.
402 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
404         * calendar/calendar.el (increment-calendar-month)
405         (calendar-leap-year-p, calendar-absolute-from-gregorian)
406         (generate-calendar, calendar-read-date, calendar-interval)
407         (calendar-day-of-week): Handle years BC.
408         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
410 2003-10-01  Dave Love  <fx@gnu.org>
412         * language/cyrillic.el (cp1251): Alias for windows-1251.
414         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
415         bootstrap.
417 2003-10-01  Lute Kamstra  <lute@gnu.org>
419         * files.el: Fix typo.
420         * imenu.el (imenu--generic-function): Docstring fix.
422 2003-09-30  Richard M. Stallman  <rms@gnu.org>
424         * dired.el (dired-mode): Handle dired-directory as a list.
426 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
428         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
430         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
432         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
433         Replace gud-display with gud-watch.
434         (gud-speedbar-buttons): Add stuff for watching expressions
435         in the speedbar when using M-x gdba. Use dolist on old part
436         of this function.
438         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
439         (gdb-update-flag): New variables.
440         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
441         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
442         (gud-watch, gdb-var-create-handler) : New functions.
443         (gdb-var-list-children, gdb-var-list-children-handler)
444         (gdb-var-create-regexp, gdb-var-update-regexp)
445         (gdb-var-list-children-regexp): New constants.
446         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
447         (gdb-annotation-rules): Reduce annotation set (level 3).
448         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
449         (gdb-post-prompt): Don't update GDB buffers every time speedbar
450         updates.
451         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
452         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
453         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
454         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
455         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
456         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
457         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
458         (gud-display, gud-display1)
459         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
460         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
461         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
462         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
463         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
464         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
465         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
466         (gdb-display-display-buffer, gdb-toggle-display)
467         (gdb-delete-display, gdb-expressions-popup-menu)
468         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
469         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
470         to display buffer.
472 2003-09-30  Richard M. Stallman  <rms@gnu.org>
474         * progmodes/ada-mode.el (ada-mode): Don't use advice.
475         Instead, set which-func-functions.
477         * progmodes/which-func.el (which-func-modes): Add ada-mode.
478         (which-func-functions): New variable.
479         (which-function): Use that.
481         * info.el (Info-mode): Double each `%' in header line.
483         * emacs-lisp/lisp-mnt.el (lm-with-file):
484         When FILE is nil, run BODY in current buffer.
486         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
488         * help.el (describe-mode): Start with a brief list of minor modes.
489         Find them thru minor-mode-list so as to find them all.
490         Show them in alphabetical order.
492         * mail/sendmail.el (mail-aliases): Doc fix.
494         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
496 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
498         * mail/rmailsum.el (rmail-make-summary-line-1):
499         Change comma after last label to a space.
500         (rmail-summary-font-lock-keywords): Adapt to that change.
502 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
504         * progmodes/scheme.el (scheme-mode-variables): When setting
505         `font-lock-defaults', also specify that "#" should
506         be interpreted with `word' syntax.
507         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
509 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
511         * desktop.el: A lot of comments updated.
512         (desktop-save-mode): Minor mode introduced.
513         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
514         (desktop-load-default): Function made obsolete.
515         (desktop-locals-to-save): Variable made customizable.
516         (desktop-read): Optional parameter `dirname' added.
517         (desktop-change-dir, desktop-revert): Parameter `dirname' in
518         `desktop-read' used.
519         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
521 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
523         * whitespace.el (whitespace-clean-msg): Add user customizable message
524         for displaying ``clean'' output.
525         (whitespace-buffer): Use `whitespace-clean-msg'.
526         (whitespace-global-mode): Fix typo.
528 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
530         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
532 2003-09-29  Lute Kamstra  <lute@gnu.org>
534         * bindings.el (mode-line-modes): Remove superfluous :propertize
535         construct in initialization.
536         (mode-line-position): Change cons cell into proper list in
537         initialization.
539 2003-09-29  SAITO Takuya <tabmore@rivo.mediatti.net>  (tiny change)
541         * international/mule.el (decode-coding-inserted-region): Use car
542         of the return value of find-operation-coding-system.
544 2003-09-29  Kenichi Handa  <handa@m17n.org>
546         * descr-text.el (describe-char): Fix previous change.
548 2003-09-28  Kenichi Handa  <handa@m17n.org>
550         * descr-text.el (describe-char-display): New function.
551         (describe-char): Pay attention to display table on describing how
552         a character is displayed.
554         * international/mule-cmds.el (encoded-string-description):
555         Prepend "0x" to each encoded byte.
557 2003-09-28  Andreas Schwab  <schwab@suse.de>
559         * find-file.el (ff-special-constructs): Add autoload cookie.
561 2003-09-28  Kevin Ryde  <user42@zip.com.au>
563         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
564         makeinfo appends to duplicate index entries.
566 2003-09-28  Eli Zaretskii  <eliz@elta.co.il>
568         * dired-x.el (dired-clean-tex): Doc fix.
570         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
571         using a Chinese tutorial.
573 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
575         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
576         between "MAIL FROM:" and "RCPT TO:" and the following address.
578 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
580         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
582 2003-09-28  David Ponce  <david@dponce.com>
584         * recentf.el (recentf-initialize-file-name-history): New defcustom.
585         (recentf-load-list): When `recentf-initialize-file-name-history'
586         is non-nil, initialize an empty `file-name-history' with the
587         recent list.
589 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg> (tiny patch)
591         * man.el (Man-default-man-entry): Remove the leading `*' from the
592         word at point.
594 2003-09-26  Lute Kamstra  <lute@gnu.org>
596         * bindings.el (mode-line-position): Mention size indication in
597         docstring.
599 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
601         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
603         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
604         because it's autoloaded now.
606 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
608         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
609         (sh-font-lock-keywords, sh-feature): Fix previous change of
610         sh-feature to avoid infloop with sh-font-lock-keywords.
612 2003-09-25  Kim F. Storm  <storm@cua.dk>
614         * frame.el (frame-current-scroll-bars): New defun.
616         * window.el (window-current-scroll-bars): New defun.
618 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
620         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
621         cause errors when the state cache contains info on parts that have
622         been narrowed out.
624 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
626         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
627         `c-setup-paragraph-variables' has to be used when this variable is
628         changed; it doesn't work to reinitialize the mode since that
629         typically clobbers the variable.
631         * progmodes/cc-styles.el (c-setup-paragraph-variables):
632         Make it interactive.
634 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
636         * progmodes/cc-fonts.el (c-font-lock-declarations):
637         Fix recognition of constructors and destructors for classes whose
638         names are matched by `*-font-lock-extra-types'.
640         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
641         followed by an identifier in C++ then it's a type.
643 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
645         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
646         problem that primarily affected XEmacs.  Don't use faces to find
647         unterminated strings since Emacs and XEmacs fontify strings
648         differently - this function should now work better in XEmacs.
650 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
652         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
653         `expand-abbrev' workaround which caused braces to misbehave inside
654         macros.
656         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
657         handling.  This bug could cause interactive font locking to bail out.
659 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
661         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
662         Handle paren-style types in Pike.  Also fixed some cases of
663         insufficient handling of unbalanced parens.
665 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
667         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
668         common shell prompts that are not common filename or URL characters.
669         (ffap-file-at-point): Use the new regexp to strip the prompts from
670         the file names. This is an issue mostly for user prompts that
671         don't have a trailing space and find-file-at-point is invoked from
672         within a shell inside emacs.
674 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
676         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
677         stamps numerically, rather than textually.
679 2003-09-24  Kenichi Handa  <handa@m17n.org>
681         * language/devan-util.el (devanagari-post-read-conversion):
682         * language/mlm-util.el (malayalam-post-read-conversion):
683         * language/tml-util.el (tamil-post-read-conversion):
684         Add autoload cookie.
686         * international/utf-8.el (utf-8-post-read-conversion):
687         Call post-read-conversion functions for Devanagari, Malayalam,
688         and Tamil.
690 2003-09-23  Dave Love  <fx@gnu.org>
692         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
694 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
696         * progmodes/gud.el (perldb): Add gud-until to list of commands.
697         Update gud-remove.
699 2003-09-22  Richard M. Stallman  <rms@gnu.org>
701         * progmodes/sh-script.el (sh-mode-default-syntax-table):
702         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
703         (sh-mode-syntax-table-input): New variable.
704         (sh-require-final-newline): Don't use eval.
705         (sh-builtins, sh-leading-keywords, sh-other-keywords)
706         (sh-variables, sh-font-lock-keywords): Don't use eval.
707         (sh-set-shell): When setting require-final-newline,
708         treat value = `require-final-newline' as don't change it.
709         Set sh-mode-syntax-table locally based on
710         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
712         * progmodes/compile.el (compile-internal):
713         Call compilation-set-window-height before setting window start.
715 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
717         * emacs-lisp/bytecomp.el (byte-compile-log-file):
718         Clear out byte-compile-last-warned-form.
720 2003-09-22  Richard M. Stallman  <rms@gnu.org>
722         * woman.el (woman-file-name, woman-follow-word):
723         If current-word returns nil, use "".
725         * simple.el (eval-expression): Bind standard-output in to-buffer case.
727 2003-09-22  Richard M. Stallman  <rms@gnu.org>
729         * emacs-lisp/lisp-mnt.el (lm-with-file):
730         Don't visit the file, just use insert-file-contents in temp buffer.
732 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
734         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
735         Add surrounding \\( and \\) around the header, as in
736         for lm-history-header 'Change Log\\|History'.
738 2003-09-22  John Paul Wallington  <jpw@gnu.org>
740         * progmodes/ld-script.el: Add Commentary section,
741         minor cleanup of file header.
742         (ld-script-font-lock-keywords): Doc fix.
743         (toplevel): Provide `ld-script' feature.
745 2003-09-21  Kim F. Storm  <storm@cua.dk>
747         * scroll-bar.el (set-scroll-bar-mode): Initialize to
748         new built-in variable default-frame-scroll-bars.
749         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
750         scroll-bar-mode; notably, use it instead of t when we toggle
751         scroll-bars on.
752         (toggle-scroll-bar): Use default-frame-scroll-bars.
754 2003-09-19  Masatake YAMATO  <jet@gyve.org>
756         * pcvs.el (cvs-do-removal): Change the prompt depending on
757         `filter' value.
759 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
761         * startup.el (command-line-1): Stop startup-echo-area-message
762         being hidden by "Loading image..." message.
763         (use-fancy-splash-screens-p, display-splash-screen):
764         Move display-graphic-p test from latter to former.
766         * progmodes/sh-script.el (sh-font-lock-keywords):
767         Highlight escaped EOLs differently from other backslash constructs.
769 2003-09-19  Richard M. Stallman  <rms@gnu.org>
771         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
772         New functions.
773         (edebug-enter, edebug-outside-excursion): Use them.
775         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
776         Fix the condition for whether to print "In WHERE".
778 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
780         * finder.el (finder-mode-hook): New variable.
781         (finder-mode): Run hook finder-mode-hook
783 2003-09-18  Masatake YAMATO  <jet@gyve.org>
785         * progmodes/ebrowse.el: Fix broken magic autoload comments.
787 2003-09-17  Mario Lang  <mlang@delysid.org>
789         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
790         "p %e" to actually print the value in the GUD buffer.
792 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
794         From David Ponce <david.ponce@wanadoo.fr>:
795         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
796         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
797         from loaddefs-boot.el if necessary.
799 2003-09-15  Zoltan Kemenczy <kemenczy@rogers.com>
801         * progmodes/gud.el (gud-find-class): Make jdb work again since
802         cc-mode changed the syntactic information.
804 2003-09-15  David Ponce  <david@dponce.com>
806         * recentf.el: (recentf-exclude): Accept predicates too.
807         (recentf-file-readable-p): New function.
808         (recentf-include-p): Handle predicates in recentf-exclude.
809         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
810         (recentf-cleanup): Likewise.
811         (recentf-save-list): Use write-file to handle backup of
812         recentf-save-file.
814 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
816         * loaddefs-boot.el: Renamed from `loaddefs.el'
817         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
818         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
819         necessary.
821 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
823         * electric.el (Electric-pop-up-window): For the `one-window' case,
824         no longer disconcertingly move point in the original buffer.
826 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
828         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
830 2003-09-12  Eric Hanchrow <offby1@blarg.net>  (tiny change)
832         * dired.el (dired-mode-map): Fix typo.
834 2003-09-11  Richard M. Stallman  <rms@gnu.org>
836         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
838 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
840         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
841         the function is less noisy.  Now only `kill-buffer' can ask questions.
843 2003-09-10  Mario Lang  <mlang@delysid.org>
845         * battery.el: Update Commentary and Copyright.
846         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
847         appear due to wrong ordering of the expressions in `or'.
849 2003-09-09  Lute Kamstra  <lute@gnu.org>
851         * misc.el (upcase-char): Fix docstring.
852         (zap-up-to-char): New command.
854 2003-09-08  David Ponce  <david@dponce.com>
856         Ensure that recentf correctly updates the menu bar.
857         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
858         (recentf-menu-bar): New function.
859         (recentf-clear-data): Use it
860         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
861         of easy-menu-change.
863 2003-09-08  Lute Kamstra  <lute@gnu.org>
865         * simple.el (size-indication-mode): New.
866         * bindings.el (mode-line-position): Add buffer size indicator.
868 2003-09-04  Mario Lang  <mlang@delysid.org>
870         * battery.el (battery-linux-proc-acpi): New function.
871         (battery-status-function): Modify default value calculation to also
872         check for availability of ACPI.
873         (battery-echo-area-format): Ditto.
874         (battery-mode-line-format): Ditto.
876 2003-09-06  Dave Love  <fx@gnu.org>
878         * ielm.el (ielm-mode-hook): Add :options.
880         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
881         (eldoc-print-current-symbol-info): Use it.
883 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
885         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
886         being displayed in GUD buffer.
887         (gdb-idle-input-queue): Remove var. Use just one queue.
888         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
889         Remove functions.  Use just one queue.
890         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
891         (gdb-invalidate-assembler, gdb-get-current-frame):
892         Modify functions.  Use just one queue.
894 2003-09-04  Dave Love  <fx@gnu.org>
896         * cus-start.el: Add blink-cursor-alist.
898         * ruler-mode.el (ruler-mode-fill-column-char)
899         (ruler-mode-current-column-char): Use char-displayable-p,
900         not window-system.
902         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
904         * language/european.el (windows-1252): Move from code-pages.
906         * language/cyrillic.el ("Windows-1251"): Delete.
907         ("Bulgarian", "Belarusian"): Remove `features'.
908         (windows-1251): Move from code-pages.
910         * international/mule-diag.el (non-iso-charset-alist):
911         Remove `codepage' stuff.
912         (print-designation, list-coding-systems-1): Output fixes.
914         * international/code-pages.el (cp-make-translation-table)
915         (cp-valid-codes): Made defsubsts.
916         (cp-fix-safe-chars): Delete.
917         (mule-diag): Don't require.
918         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
919         (top-level): Check for defined coding system when defining
920         cp... aliases.  Change w32-add-charset-info test to avoid warning.
921         (non-iso-charset-alist): Defvar when compiling.
922         (cp-make-coding-system): Doc fix.
924 2003-09-02  Jason Rumney  <jasonr@gnu.org>
926         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
927         line-ends from CVS before doing conversion.
929 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
931         * calendar/diary-lib.el (diary-header-line-flag)
932         (diary-header-line-format): New variables.
933         (list-diary-entries): Use them to set header line in simple diary.
935         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
936         other than font-lock-string-face to highlight backslashes.
938 2003-09-01  Jason Rumney  <jasonr@gnu.org>
940         * international/titdic-cnv.el (tit-read-key-value): Include \r in
941         regexp.
943 2003-09-01  Dave Love  <fx@gnu.org>
945         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
947         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
948         and :help; also line and column numbers labels.
950         * international/mule-util.el (char-displayable-p): Move from
951         latin1-disp, rename and autoload.
953         * international/latin1-disp.el (latin1-char-displayable-p):
954         Now obsolete alias.  Replace uses with char-displayable-p.
955         (latin1-display-ucs-per-lynx): Fix last change.
957         * international/mule-cmds.el (standard-display-european-internal):
958         Don't use char code for Latin-1 NBSP.
959         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
960         U+2018, U+2019 for `'.
961         (select-safe-coding-system): Message fix.
963 2003-09-01  Kenichi Handa  <handa@m17n.org>
965         * international/fontset.el (setup-default-fontset): For Thai
966         font, specify "*" family.
968 2003-09-01  Kevin Rodgers <ihs_4664@yahoo.com>  (tiny change)
970         * progmodes/compile.el (previous-error): Accept a prefix
971         argument, similarly to next-error.
973 2003-08-31  Masatake YAMATO  <jet@gyve.org>
975         * pcvs.el (cvs-do-removal): Use = instead of eq to check
976         the number of files.  Bind the number of files to a local
977         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
979 2003-08-30  Eli Zaretskii  <eliz@elta.co.il>
981         * vc-hooks.el (vc-make-version-backup): Fix the change made on
982         2003-07-26: msdos-long-file-names is a function, not a variable.
984 2003-08-29  Richard M. Stallman  <rms@gnu.org>
986         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
987         Do nothing with mail-personal-alias-file if it is nil.
989         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
990         Do nothing if mail-personal-alias-file is nil.
992         * term.el (term-exec-1): Bind coding-system-for-read.
994         * dired.el (dired-mouse-find-file-other-window):
995         Use dired-view-command-alist here, as in dired-view-file.
996         (dired-view-command-alist): Use %s to substitute file name.
997         Handle .ps_pages, .eps, .jpg, .gif, .png.
999 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
1001         * info.el (Info-mode-map): Bind S-tab and <backtab> to
1002         `Info-prev-reference', instead of M-tab.
1004 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
1006         * simple.el (blink-matching-open): Work correctly on chars that
1007         are designated as parens through the syntax-table text property.
1009 2003-08-29  Thierry Emery <thierry.emery@club-internet.fr>  (tiny change)
1011         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
1012         line break position in the middle of a non-kinsoku (e.g. latin)
1013         word, making it skip until either a space or a character with
1014         category "|".
1015         (kinsoku-longer): Test for end of buffer.
1017 2003-08-28  Eli Zaretskii  <eliz@elta.co.il>
1019         * mail/rmail.el (rmail-convert-to-babyl-format):
1020         Detect quoted-printable- and base64-encoded messages and decode them
1021         automatically.  Set the message's encoding from the charset=
1022         header, if any.  Decode base64-encoded messages in Mail format as well.
1024 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
1026         * mail/smtpmail.el Fix previous change:
1027         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
1028         calling smtpmail-via-smtp.
1029         (smtpmail-via-smtp): Add fall-back values for envelope-from.
1031 2003-08-26  John Paul Wallington  <jpw@gnu.org>
1033         * image.el (image-jpeg-p): Don't search beyond length of data.
1035 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
1037         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
1038         misfeature in `expand-abbrev' which caused electric keywords like
1039         "else" to disappear if an open brace was typed directly afterwards.
1041 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
1043         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
1044         mandatory in `define-widget'.
1046         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
1047         Don't align the operators "!=", "<=" and ">=" as assignment operators.
1049         (c-assignment-operators): New language constant that only contains
1050         the assignment operators.
1052         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
1054 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
1056         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
1057         Safeguard against unbalanced sexps.
1059 2003-08-26  Terje Rosten <terjeros@phys.ntnu.no>
1061         * version.el (emacs-version): Check for gtk.  Include gtk version info.
1063 2003-08-25  John Paul Wallington  <jpw@gnu.org>
1065         * man.el (Man-default-man-entry): Don't whizz past the section
1066         number before looking for it.
1068 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
1070         * progmodes/gud.el (gud-display-line): Don't set window-point if
1071         source buffer is not visible. (Only happens with M-x gdba).
1073         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
1074         documentation.
1075         (gdb-source, gdb-source-info): Update to assembler unnecessary
1076         as its done after each GDB command anyway.
1077         (gdb-pre-prompt): Use with-current-buffer.
1078         (gdb-insert-field): Add help-echo text.
1079         (gdb-invalidate-assembler): Re-display of assembler now done in
1080         gdb-info-breakpoints-custom.
1081         (gdb-info-breakpoints-custom): Force re-display of assembler to
1082         happen *after* update of breakpoints buffer.
1083         (gdb-display-source-buffer): Don't choke if gdb-source-window
1084         isn't visible.
1085         (gdb-put-string, gdb-put-arrow): Remove free variables.
1087 2003-08-24  John Paul Wallington  <jpw@gnu.org>
1089         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
1091         * man.el (Man-default-man-entry): Strip text properties when
1092         snarfing parts of entry because `format' preserves properties.
1094 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
1096         * files.el (file-newest-backup): Use `expand-file-name'.
1098         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
1099         Allow the diary to pop up a new frame, if needed.
1101         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
1102         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
1103         (smtpmail-send-it): Make treatment of envelope-from consistent with
1104         sendmail.el.
1106         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
1107         (sh-leading-keywords): Add the bash `time' reserved word.
1108         (sh-variables): Add some bash variables.
1109         (sh-add-completer): Fix nil branch of case statement.
1111 2003-08-24  Masatake YAMATO  <jet@gyve.org>
1113         * progmodes/ld-script.el: New file.
1115 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
1117         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
1119 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
1121         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
1122         Better explain obsolescence, and what to use instead.
1124 2003-08-23  Masatake YAMATO  <jet@gyve.org>
1126         * pcvs.el (cvs-do-removal): Show the deleted file name
1127         on the prompt.
1129 2003-08-20  Dave Love  <fx@gnu.org>
1131         * international/mule.el (make-coding-system)
1132         (set-buffer-file-coding-system): Doc fix.
1134         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
1136         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
1138         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
1140         * international/utf-16.el: Add mime-text-unsuitable coding system
1141         properties.
1143         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
1145         * cus-edit.el: Add some :links.
1146         (bib): Remove.
1148         * textmodes/bib-mode.el (bib): Add :group external.
1150 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
1152         * wid-edit.el (widget-echo-help): Make it handle expressions that
1153         evaluate to strings.
1155 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
1157         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
1159         Simplify selection of SQL products to define highlighting and
1160         interactive mode.  Includes detailed instructions on adding
1161         support for new products.
1163         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
1164         product for use in highlighting and interactive mode.
1165         (sql-interactive-product): New variable.  SQL product for
1166         sql-interactive-mode.
1167         (sql-product-support): New variable.  Specifies product-specific
1168         parameters to drive highlighting and interactive mode.
1169         (sql-imenu-generic-expression): Add more object types.
1170         (sql-sqlite-options): Correct comment.
1171         (sql-ms-program): Use "osql" rather than "isql".
1172         (sql-prompt-regexp, sql-prompt-length): Update comment.
1173         (sql-mode-menu): Add "Start SQLi session" entry.
1174         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
1175         (sql-mode-abbrev-table): Add abbreviations.  Support of
1176         SYSTEM-FLAG on define-abbrev.  Support was removed with last
1177         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
1178         (sql-mode-font-lock-object-name): Add font-lock pattern for object
1179         names.
1180         (sql-mode-ansi-font-lock-keywords): Set as default value.
1181         (sql-mode-oracle-font-lock-keywords): Set as default value.
1182         Support Oracle 9i keywords.
1183         (sql-mode-postgres-font-lock-keywords): Set as default value.
1184         (sql-mode-linter-font-lock-keywords): Set as default value.
1185         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
1186         SQLServer 2000.
1187         (sql-mode-sybase-font-lock-keywords)
1188         (sql-mode-interbase-font-lock-keywords)
1189         (sql-mode-sqlite-font-lock-keywords)
1190         (sql-mode-strong-font-lock-keywords)
1191         (sql-mode-mysql-font-lock-keywords)
1192         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
1193         keywords.
1194         (sql-mode-font-lock-defaults): Update comment.
1195         (sql-product-feature): New function.  Returns feature associated
1196         with a product from `sql-product-support' alist.
1197         (sql-product-font-lock): New function.  Set font-lock support
1198         based on `sql-product'.
1199         (sql-add-product-keywords): New function.  Add font-lock rules to
1200         product-specific keyword variables.
1201         (sql-set-product): New function.  Set `sql-product' and apply
1202         appropriate font-lock highlighting.
1203         (sql-highlight-product): New function.  Set font-lock support
1204         based on a product.  Also set mode name to include product name.
1205         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
1206         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
1207         Use `sql-set-product'.
1208         (sql-highlight-ms-keywords)
1209         (sql-highlight-sybase-keywords)
1210         (sql-highlight-interbase-keywords)
1211         (sql-highlight-strong-keywords)
1212         (sql-highlight-mysql-keywords)
1213         (sql-highlight-sqlite-keywords)
1214         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
1215         (sql-get-login): Prompt in the same order as the tokens.
1216         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
1217         (sql-product-interactive): New function.  Common portions of
1218         product-specific interactive mode wrappers.
1219         (sql-interactive-mode): Rewritten to use product features.
1220         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1221         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1222         (sql-db2, sql-linter): Use `sql-product-interactive'.
1223         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
1224         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
1225         (sql-connect-ingres, sql-connect-postgres)
1226         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
1227         New functions.  Format command line parameters and invoke comint on
1228         the appropriate interpreter.  Code was in the corresponding
1229         `sql-xyz' function before.
1230         (sql-connect-ms): New function.  Support -E argument to use
1231         operating system credentials for authentication.
1233 2003-08-18  Kenichi Handa  <handa@m17n.org>
1235         * international/mule.el (encode-char): Fix for the ASCII case.
1237 2003-08-15  Kenichi Handa  <handa@m17n.org>
1239         * international/fontset.el (setup-default-fontset): Change "*" to
1240         nil in the specifications of font family.
1242 2003-08-18  Kim F. Storm  <storm@cua.dk>
1244         * kmacro.el (kmacro-keymap): Group related bindings in
1245         initialization for clarity.  Bind C-s to start macro.
1246         Remove C-r binding.
1247         (kmacro-initial-counter-value): New defvar to hold initial counter
1248         value in case we set the value before defining a macro.
1249         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
1250         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
1251         not defining or executing macro.  Doc fix.
1252         (kmacro-add-counter): Clear kmacro-initial-counter-value.
1253         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
1254         temporarily view older elements on the macro ring without cycling
1255         the ring.
1256         (kmacro-display): Doc fix.
1257         (kmacro-exec-ring-item): New helper function.
1258         (kmacro-call-ring-2nd): Use it.
1259         (kmacro-call-ring-2nd-repeat): Doc fix.
1260         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
1261         (kmacro-end-or-call-macro): Execute last viewed macro (using
1262         kmacro-exec-ring-item) from ring if this follows
1263         kmacro-view-macro.  This allows us to find a macro on the ring
1264         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
1265         the ring to bring it to the head of the ring.
1266         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
1267         Allow binding to reserved keys without specifying C-x C-k prefix.
1268         Ask for confirmation if entered key sequence is already bound to
1269         a non-macro command.
1270         (kmacro-view-macro): Repeating command will show older elements
1271         on the macro ring; C-k will execute the last viewed macro.
1272         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
1273         property from 'ring to 'head.
1275 2003-08-17  Alan Shutko  <ats@acm.org>
1277         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
1278         keeping December out of the alist.
1280 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
1282         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
1283         * calendar/calendar.el (calendar-mode-map): Bind it to key.
1284         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
1285         (calendar-flatten): New function.
1286         (calendar-mouse-view-other-diary-entries)
1287         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
1288         in the menu title and to show multi-line diary entries correctly
1289         in the menu.
1291 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
1293         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
1294         defcustom, because the default was recently changed.
1296 2003-08-16  Richard M. Stallman  <rms@gnu.org>
1298         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
1300         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1301         New subroutine, broken out of eval-last-sexp-1.
1302         (eval-last-sexp-1): Use eval-last-sexp-print-value.
1304         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
1306         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
1308         * simple.el (eval-expression): Use eval-last-sexp-print-value.
1310 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
1312         * progmodes/compile.el (compilation-error-regexp-alist):
1313         Add Java ANt error detection as described in document
1314         http://ant.apache.org/faq.html
1316 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
1318         * simple.el (backward-word, forward-to-indentation)
1319         (backward-to-indentation):  Argument changed to optional.
1320         (next-line, previous-line): Use `or' instead of `unless'.
1322 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1324         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
1325         instead of a constant.
1327 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
1329         * shell.el (shell): With prefix-arg, suggest a new buffer name.
1331 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
1333         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
1334         (vc-sccs-workfile-version): Search the entire delta table, rather
1335         than just the first entry, because that might be a deleted version.
1337 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
1339         * menu-bar.el (menu-bar-options-menu): Supply a body for the
1340         [save-place] binding in the Options menu.  Have it require
1341         'saveplace' and then toggle the variable manually, to avoid an an
1342         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
1343         for the bug report.
1345 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
1347         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
1348         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
1349         (gdb-info-threads-custom): Add help-echo text.
1350         (gdb-display-back): Don't use purecopy.
1351         (gdb-info-breakpoints-custom, gdb-reset)
1352         (gdb-assembler-custom): Use display-images-p to test if breakpoint
1353         icons can be displayed.
1355 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
1357         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
1359 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
1361         * bookmark.el (bookmark-completing-read):
1362         Return a string, instead of a list of one string.
1363         Use a popup menu if activated from the mouse.
1364         (bookmark-edit-annotation): Remove unused vars.
1365         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
1366         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
1367         to bookmark-completing-read.
1368         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1369         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
1370         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
1371         and erase-buffer.
1372         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
1373         (bookmark-menu-jump, bookmark-menu-insert)
1374         (bookmark-popup-menu-and-apply-function)
1375         (bookmark-menu-popup-paned-bookmark-menu): Remove.
1376         (bookmark-menu-build-paned-menu): Remove by folding it into
1377         bookmark-menu-popup-paned-menu.
1378         (menu-bar-bookmark-map): Move the define-key statements here.
1379         Use the "non-menu" commands since they now pop up a menu if needed.
1380         (bookmark-exit-hook-internal): Simplify.
1382 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
1384         * textmodes/reftex.el: Updated to version 4.21
1385         * reftex-auc.el: likewise.
1386         * reftex-cite.el: likewise.
1387         * reftex-dcr.el: likewise.
1388         * reftex-global.el: likewise.
1389         * reftex-index.el: likewise.
1390         * reftex-parse.el: likewise.
1391         * reftex-ref.el: likewise.
1392         * reftex-sel.el: likewise.
1393         * reftex-toc.el: likewise.
1394         * reftex-vars.el: likewise.
1396 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1398         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
1399         first use.
1401 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1403         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
1405 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
1407         * calendar/calendar.el (list-diary-entries-hook)
1408         (diary-display-hook, nongregorian-diary-listing-hook)
1409         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
1410         Add some customize options for these hooks.
1411         (calendar-abbrev-construct): Don't try to take a substring longer
1412         than the original string.
1414 2003-08-05  Richard M. Stallman  <rms@gnu.org>
1416         * emacs-lisp/testcover.el (noreturn): Report error if does return.
1417         (testcover-reinstrument-clauses): Doc fix.
1419         * emacs-lisp/warnings.el: Doc fixes, args renamed.
1420         (warning-type-format): Rename from warning-group-format.
1422         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
1423         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
1424         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
1425         to prevent warnings about defvar for an obsolete variable.
1427         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
1428         warning-group-format renamed to warning-type-format.
1430         * subr.el (read-passwd): Use clear-string instead of fillarray.
1432         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
1433         Use vconcat instead of concat.
1434         (edmacro-sanitize-for-string): New function.
1436 2003-08-05  Dave Love  <fx@gnu.org>
1438         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
1439         line-number-display-limit-width.
1441         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
1443 2003-08-05  Kenichi Handa  <handa@m17n.org>
1445         * international/code-pages.el: Don't require mule-diag.
1447         * international/mule-diag.el (non-iso-charset-alist):
1448         Add autoload cookie.
1450         * language/devan-util.el (dev-glyph-order): Add an entry for the
1451         glyph code #xC4.
1453 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
1455         * calendar/calendar.el (diary-file, diary-file-name-prefix)
1456         (european-calendar-style, diary-date-forms)
1457         (calendar-day-name-array, calendar-month-name-array): Doc change.
1458         (generate-calendar-month): Adapt for new behaviour of
1459         `calendar-day-name' function.
1460         (calendar-abbrev-length, calendar-day-abbrev-array)
1461         (calendar-month-abbrev-array): New variables.
1462         (calendar-abbrev-construct): New function.
1463         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
1464         rather than fixing abbrevs at some width.  Calling syntax change.
1465         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
1466         (calendar-date-string): Adapt for new behaviours of
1467         `calendar-day-name' and `calendar-month-name' functions.
1469         * calendar/diary-lib.el (list-diary-entries): Adapt for new
1470         behaviour of `calendar-day-name' and `calendar-month-name' functions.
1471         (diary-name-pattern): Use abbrev arrays, rather than fixing
1472         abbrevs at three chars.  Calling syntax change.
1473         (mark-diary-entries):  Adapt for new behaviours of
1474         `diary-name-pattern' and `calendar-make-alist' functions.
1475         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
1476         `diary-name-pattern' function.
1477         (font-lock-diary-date-forms): Use abbrev arrays, rather than
1478         fixing abbrevs at three chars.  Calling syntax change.
1479         (cal-hebrew, cal-islam): Require when compiling.
1480         (diary-font-lock-keywords): Adapt for new behaviour of
1481         `font-lock-diary-date-forms' function.
1483         * calendar/cal-hebrew.el: Reposition some code so defined before used.
1484         (calendar-hebrew-month-name-array-common-year)
1485         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
1486         (list-hebrew-diary-entries): Adapt for new behaviours of
1487         `calendar-day-name' and `add-to-diary-list' functions.
1488         (mark-hebrew-diary-entries): Adapt for new behaviours of
1489         `diary-name-pattern' and `calendar-make-alist' functions.
1491         * calendar/cal-islam.el (calendar-islamic-month-name-array):
1492         Add doc string.
1493         (list-islamic-diary-entries): Adapt for new behaviours of
1494         `calendar-day-name' and `add-to-diary-list' functions.
1495         (mark-islamic-diary-entries): Adapt for new behaviours of
1496         `diary-name-pattern' and `calendar-make-alist' functions.
1498         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
1499         `calendar-month-name' function.
1501         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
1503         * calendar/solar.el (solar-seasons-data): Move definition before use.
1505         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
1506         (cal-tex-LaTeX-hourbox): Move definition before use.
1508         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
1509         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
1510         lunar.el, solar.el
1511         (displayed-month, displayed-year): Define for compiler.
1513 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1515         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
1516         MODE.  Renamed from c-init-c-language-vars'.
1517         (c-initialize-cc-mode): Change accordingly.
1518         (c-common-init): Ditto.
1519         (c-mode): Ditto.
1520         (c++-mode): Use `c-init-language-vars-for'.
1521         (objc-mode): Ditto.
1522         (java-mode): Ditto.
1523         (idl-mode): Ditto.
1524         (pike-mode): Ditto.
1525         (awk-mode): Ditto.
1527 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1529         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
1530         or not the point moved.
1532         (c-search-decl-header-end): Don't trip up on operator identifiers
1533         in C++ and operators like == in all languages.
1535         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
1536         Detect leading labels correctly.
1538 2003-08-02  Andreas Schwab  <schwab@suse.de>
1540         * textmodes/ispell.el: Don't redo key bindings on loading, put
1541         them only in loaddefs.el.
1542         * bookmark.el: Likewise.
1543         * dabbrev.el: Likewise.
1544         * emerge.el: Likewise.
1546         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
1547         has more than one member.
1549         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
1551 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1553         * lpr.el (printify-region): It was ending conversion before the
1554         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
1556 2003-07-31  John Paul Wallington  <jpw@gnu.org>
1558         * net/browse-url.el (browse-url-epiphany): Doc fix.
1560 2003-07-30  Kenichi Handa  <handa@m17n.org>
1562         * international/fontset.el (setup-default-fontset):
1563         Change registry names of Akurti fonts.
1565 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1567         * comint.el (comint-read-noecho): Use `clear-string' instead of
1568         `fillarray'.
1570 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
1572         * outline.el (outline-mode-hook): Add defvar.
1574 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
1576         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
1577         Restore assembler in source window if that is what has been selected.
1578         (menu): Add gdb-restore-windows to menu.  Make gdba
1579         specific menus only visible from gdba.
1581 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
1583         * progmodes/compile.el (compilation-environment): New user variable.
1584         (compile-internal): Respect it.
1586 2003-07-23  Masatake YAMATO  <jet@gyve.org>
1588         * progmodes/gud.el (gdb-script-font-lock-keywords):
1589         Put `font-lock-function-name-face' on a symbol which includes
1590         `-' like `hook-run'.  Put font-lock-variable-name-face
1591         on a symbol starting with $.
1593 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
1595         * files.el (set-visited-file-name): Use truename for buffer-file-name.
1597 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
1599         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
1601 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
1603         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
1604         Use with-no-warnings.
1605         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
1606         rather than to find-file-not-found-hook, which doesn't exist.
1608 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
1610         * international/quail.el (quail-translate-key): Fix previous change.
1612 2003-07-25  John Paul Wallington  <jpw@gnu.org>
1614         * server.el (server-start): Check `server-process' is non-nil
1615         before killing it to avoid killing current buffer's process.
1617         * simple.el (choose-completion-string): Use `minibufferp';
1618         test `completion-reference-buffer' if `buffer' arg is nil.
1619         (push-mark): Use `when' and `unless'.
1620         (pop-mark): Use `when'.
1622         * mouse-sel.el (mouse-sel-get-selection-function):
1623         Check `x-last-selected-text-primary'.  Don't barf if it or
1624         `x-last-selected-text' aren't bound.
1626 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
1628         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
1630 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
1632         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
1634 2003-07-23  John Paul Wallington  <jpw@gnu.org>
1636         * tooltip.el (defface tooltip): Inherit from variable-pitch.
1638 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
1640         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
1641         string.  Defvar the derived hook.
1643         * macros.el (insert-kbd-macro): Escape double quote character.
1644         From Thomas W Murphy <twm@andrew.cmu.edu>.
1646 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
1648         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
1649         to match the specific mark rather than reusing comment-start-skip.
1651 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
1653         * progmodes/hideshow.el (hs-special-modes-alist):
1654         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
1656 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
1658         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
1659         value using ?\s.
1661 2003-07-21  John Paul Wallington  <jpw@gnu.org>
1663         * subr.el (with-selected-window): Add closing paren.
1665 2003-07-21  Richard M. Stallman  <rms@gnu.org>
1667         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
1668         (lisp-mode): Likewise.
1670         * subr.el (with-selected-window): Copy code form save-selected-window
1671         so as to call select-window with norecord arg.
1672         (dynamic-completion-table): Doc fix.
1673         (lazy-completion-table): Doc fix.
1675         * international/mule-cmds.el (set-locale-environment):
1676         langinfo renamed to locale-info.
1678         * international/mule.el (auto-coding-functions): Doc fix.
1680 2003-07-21  Kenichi Handa  <handa@m17n.org>
1682         * international/quail.el (quail-translate-key):
1683         Update quail-current-str correctly.
1685 2003-07-21  Andreas Schwab  <schwab@suse.de>
1687         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
1688         ?, to "_".
1690 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1691         Version 2.0.36 of Tramp released.
1693         * net/tramp.el (tramp-default-password-end-of-line): Rename from
1694         tramp-password-end-of-line.
1695         (tramp-password-end-of-line): New method parameter.
1696         (tramp-get-password-end-of-line): Function to access method
1697         parameter `tramp-password-end-of-line', or variable
1698         `tramp-default-password-end-of-line' (default value).
1699         (tramp-methods): Add entries for new parameter
1700         tramp-password-end-of-line.
1701         (tramp-enter-password): Use new function
1702         `tramp-get-password-end-of-line'.
1703         (tramp-handle-insert-file-contents): Do not
1704         unconditionally inhibit the file operation file-local-copy, only
1705         do that when the inhibit-file-name-operation is currently
1706         insert-file-contents.  This fixes finding remote CVS-controlled
1707         files.  (It would barf on inserting the CVS/Entries file
1708         literally, because the file-local-copy handler wasn't called.)
1709         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
1710         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
1711         (tramp-initial-commands): New variable.
1712         (tramp-process-initial-commands): New function, using the variable.
1713         (tramp-open-connection-setup-interactive-shell): Call the new function.
1714         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
1715         method into the buffer name, never use nil.  Reported by Hanak
1716         David <dhanak@inf.bme.hu>.
1717         (tramp-open-connection-setup-interactive-shell): Erase buffer
1718         before sending "stty -onlcr".
1720         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
1722 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
1724         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
1726 2003-07-19  John Paul Wallington  <jpw@gnu.org>
1728         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
1729         (artist-draw-rect, artist-draw-square): Doc fixes.
1731         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
1733         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
1735 2003-07-19  Kenichi Handa  <handa@m17n.org>
1737         * international/kkc.el (kkc-show-conversion-list-update):
1738         Highlight the correct candidate in the message.
1740 2003-07-18  John Paul Wallington  <jpw@gnu.org>
1742         * simple.el (current-word): Don't include punctuation char when
1743         `really-word' arg is non-nil.
1745 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
1747         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
1748         moved to the directory obsolete.
1750 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
1752         * info.el (Info-menu-entry-name-re): Allow newlines in
1753         menu entry names.
1755         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
1756         syntax-ppss-after-change-function.
1757         (syntax-ppss-after-change-function): New alias.  Update uses.
1758         (syntax-ppss): Catch the case where the buffer is narrowed.
1760 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
1762         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
1763         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
1765 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
1767         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
1768         since it might be modified.
1770         * progmodes/cc-langs.el (c++-make-template-syntax-table)
1771         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
1772         names to these language constants.
1774 2003-07-15  Kim F. Storm  <storm@cua.dk>
1776         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
1777         All uses changed.
1779 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
1781         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
1782         Namespace support.
1784 2003-07-13  Juanma Barranquero  <lektu@terra.es>
1786         * frame.el (modify-all-frames-parameters): Reinstall (copyright
1787         papers received).
1789 2003-07-13  Karl Eichwalder  <ke@suse.de>
1791         * textmodes/po.el (po-find-charset): White space at the start of the
1792         Content-Type field body is non-mandatory.
1794 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
1796         * textmodes/texinfo.el (texinfo-section-list):
1797         Append appendixsection; a synonym for appendixsec.
1799 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
1801         * man.el (Man-translate-cleanup): New.
1802         (Man-translate-references): Call `Man-translate-cleanup' to clean
1803         leading, trailing and middle spaces.
1805 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
1807         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
1808         Handle `dired-directory' being a list.
1810 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1812         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
1813         it doesn't exist.
1815 2003-07-12  Richard M. Stallman  <rms@gnu.org>
1817         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
1819         * progmodes/cc-defs.el (c-make-keywords-re):
1820         Don't use delete-duplicates.
1821         (c-lang-const): Don't use mapcan.
1823         * apropos.el (apropos-show-scores): Make it customizable.
1824         Document new meaning.
1825         (apropos): Compute scores from symbols.
1826         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
1828 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1830         * ps-bdf.el: Fix copyright line.
1831         (bdf-directory-list): Fix initialization code.
1833 2003-07-11  John Paul Wallington  <jpw@gnu.org>
1835         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
1836         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
1837         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
1839 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
1841         * emacs-lisp/ring.el (ring-elements): Doc fix.
1843 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
1845         * calendar/timeclock.el (timeclock-relative)
1846         (timeclock-ask-before-exiting, timeclock-use-display-time):
1847         Doc changes.
1848         (timeclock-modeline-display): Give a message if
1849         `timeclock-use-display-time' is non-nil but `display-time-mode'
1850         is not active.
1852 2003-07-11  Kenichi Handa  <handa@m17n.org>
1854         * international/mule-cmds.el (set-language-environment):
1855         Set current-language-environment to the correct string.
1857 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1859         * ps-print.el: Print line number correctly in a region.  Reported by
1860         Tim Allen <timallen@ls83.fsnet.co.uk>
1861         (ps-print-version): New version number (6.6.2).
1862         (ps-printing-region): Code fix.
1864 2003-07-10  John Paul Wallington  <jpw@gnu.org>
1866         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
1867         this function can be called from `add-completions-from-tags-table'.
1869 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
1871         * calendar/timeclock.el (timeclock-use-display-time)
1872         (timeclock-day-over-hook, timeclock-workday-remaining)
1873         (timeclock-status-string, timeclock-when-to-leave)
1874         (timeclock-when-to-leave-string, timeclock-log-data)
1875         (timeclock-find-discrep, timeclock-day-base)
1876         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
1877         (timeclock-modeline-display): Set the variable
1878         `timeclock-modeline-display'.
1879         (timeclock-update-modeline): Doc fix.  Respect value of
1880         `timeclock-relative'.
1882 2003-07-09  Richard M. Stallman  <rms@gnu.org>
1884         * textmodes/reftex-parse.el (reftex-all-document-files):
1885         Add autoload cookie.
1887         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
1888         (reftex-scanning-info-available-p): Add autoload cookie.
1890         * international/mule-cmds.el
1891         (set-display-table-and-terminal-coding-system): Delete duplicate
1892         aset on standard-display-table.
1894         * view.el (view-file): If existing buffer's major mode is special,
1895         don't go into view mode.
1897         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
1899 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1901         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
1902         buffer changes; there's third party code that calls this function
1903         directly.
1905 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1907         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
1908         (autodoc-font-lock-keywords): Don't byte compile on font lock
1909         initialization when running from byte compiled files.
1911 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1913         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
1914         statement ends with auto-increment "++".
1916 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1918         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
1919         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
1920         these are changed, so declare them as variables and not constants.
1922 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
1924         * subr.el (dolist, dotimes):  Doc fix.
1926 2003-07-08  Kim F. Storm  <storm@cua.dk>
1928         * international/mule-cmds.el
1929         (set-display-table-and-terminal-coding-system): Don't break
1930         bootstrap if standard-display-table isn't setup yet.
1932 2003-07-07  Richard M. Stallman  <rms@gnu.org>
1934         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
1935         Give it a doc string, and autoload it.
1937         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
1938         Use with-no-warnings.
1940         * info.el (Info-search): If find invisible text, search again.
1942         * isearch.el (search-whitespace-regexp): Add a shy group around it.
1944         * man.el (Man-name-regexp): Match + as part of name.
1946         * simple.el (visible-mode): Rename from vis-mode.
1947         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
1949         * simple.el (current-word): New arg REALLY-WORD specifies
1950         don't include punctuation chars.
1952         * emacs-lisp/debug.el (debug, debugger-env-macro):
1953         Use with-no-warnings while accessing and binding unread-command-char.
1955         * international/mule-cmds.el
1956         (set-display-table-and-terminal-coding-system): Use explicit loop
1957         instead of calling standard-display-default.
1959         * net/ange-ftp.el (ange-ftp-file-symlink-p):
1960         Use condition-case to catch error in ange-ftp-get-files.
1962         * net/browse-url.el (browse-url-browser-function):
1963         Add alternative for Epiphany.
1964         (browse-url-epiphany-program, browse-url-epiphany-arguments)
1965         (browse-url-epiphany-startup-arguments)
1966         (browse-url-epiphany-new-window-is-tab): New variables.
1967         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
1969         * progmodes/compile.el (compile-auto-highlight): Default now t.
1970         (compile): Doc fix.
1971         (compilation-next-error): Fix previous change.
1973         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
1975         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
1977 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
1979         * gdb-ui.el (gdb-source-info): Display current frame when
1980         attaching to an existing process.
1981         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
1982         while laying out windows when attaching to an existing process.
1984 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
1986         * info.el (Info-menu): Use Info-menu-entry-name-re.
1988 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
1990         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
1991         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
1993         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
1994         to match the same text.
1996 2003-07-06  John Paul Wallington  <jpw@gnu.org>
1998         * vc.el (vc-annotate-offset): Move defvar up.
2000 2003-07-06  Kim F. Storm  <storm@cua.dk>
2002         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
2003         This should fix the infinite loop when extracting menu names.
2005 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
2007         * files.el (auto-mode-alist, interpreter-mode-alist):
2008         Remove entries to CC Mode modes to avoid duplicates; they are now added
2009         with autoload directives in cc-mode.el.
2011 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
2013         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
2014         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
2015         these are changed, so declare them as variables and not constants.
2017         * progmodes/cc-mode.el: Fix some autoload problems: Try to
2018         ensure that the entry for ".c" extension comes before the one for
2019         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
2020         Fix incorrect entries that were added to `interpreter-mode-alist'.
2021         Move the autoload directives for AWK to the top level since they
2022         aren't recognized anywhere else.  Do not use the new AWK mode doc
2023         in the autoload form for the old AWK mode.
2025 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2027         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
2028         (bibtex-sort-ignore-string-entries): Default value t.
2029         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
2030         erroneously in previous version.
2031         (bibtex-string-files): Docstring reflects new parsing scheme.
2032         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
2033         docstring, add # as one of the chars to crush
2034         (bibtex-autokey-prefix-string, bibtex-autokey-names)
2035         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
2036         (bibtex-autokey-name-change-strings)
2037         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
2038         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
2039         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
2040         (bibtex-autokey-title-terminators)
2041         (bibtex-autokey-titlewords-stretch)
2042         (bibtex-autokey-titleword-ignore)
2043         (bibtex-autokey-titleword-case-convert)
2044         (bibtex-autokey-titleword-abbrevs)
2045         (bibtex-autokey-titleword-abbrevs)
2046         (bibtex-autokey-titleword-change-strings)
2047         (bibtex-autokey-titleword-length)
2048         (bibtex-autokey-titleword-separator)
2049         (bibtex-autokey-name-year-separator)
2050         (bibtex-autokey-year-title-separator)
2051         (bibtex-autokey-before-presentation-function)
2052         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
2053         Fix docstring.
2054         (bibtex-strings, bibtex-reference-keys):
2055         Use lazy-completion-table and make-variable-buffer-local.
2056         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
2057         (bibtex-braced-string-syntax-table)
2058         (bibtex-quoted-string-syntax-table): New variables.
2059         (bibtex-parse-nested-braces): Remove.
2060         (bibtex-parse-field-string): Use syntax table and forward-sexp.
2061         (bibtex-parse-association): Simplify.
2062         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
2063         (bibtex-parse-field-text): Simplify.
2064         (bibtex-search-forward-field, bibtex-search-backward-field):
2065         argument BOUND can take value t.
2066         (bibtex-start-of-field, bibtex-start-of-name-in-field)
2067         (bibtex-end-of-name-in-field, bibtex-end-of-field)
2068         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
2069         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
2070         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
2071         (bibtex-skip-to-valid-entry): Return buffer position of beginning
2072         and ending of entry.  Update for changes of bibtex-search-entry.
2073         Simplify.
2074         (bibtex-map-entries): FUN is called with three arguments.
2075         (bibtex-search-entry): Return a cons pair with buffer positions of
2076         beginning and end of entry.
2077         (bibtex-enclosing-field): Simplify.
2078         (bibtex-format-entry): Use booktitle to set a missing title.
2079         (bibtex-autokey-get-names): Fiddle with regexps.
2080         (bibtex-generate-autokey): Use identity.
2081         (bibtex-parse-keys): Use simplified parsing algorithm if
2082         bibtex-parse-keys-fast is non-nil. Simplify. Change order of
2083         arguments. Return alist of keys.
2084         (bibtex-parse-strings): Simplify. Return alist of strings.
2085         (bibtex-complete-string-cleanup): Fix docstring.
2086         (bibtex-read-key): New function.
2087         (bibtex-mode): Fix docstring. Do not parse for keys and
2088         strings when the mode is entered. Set fill-paragraph-function to
2089         bibtex-fill-field. Setup font-lock-mark-block-function the way
2090         font-lock intended.
2091         (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
2092         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
2093         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
2094         (bibtex-Preamble): Avoid hard coded constants.
2095         (bibtex-make-field): Fix docstring. Simplify.
2096         (bibtex-beginning-of-entry): Always return new position of point.
2097         (bibtex-end-of-entry): Rearrange cond clauses.
2098         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
2099         Update for changes of bibtex-map-entries.
2100         (bibtex-ispell-abstract): Do not move point.
2101         (bibtex-entry-index): Use downcase. Simplify.
2102         (bibtex-lessp): Handle catch-all.
2103         (bibtex-find-crossref): Turn into a command.
2104         (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
2105         (bibtex-clean-entry): Use bibtex-read-key. Handle string and
2106         preamble entries.
2107         (bibtex-fill-field-bounds): New function.
2108         (bibtex-fill-field): New command. Bound to fill-paragraph-function.
2109         (bibtex-fill-entry): Use bibtex-fill-field-bounds
2110         (bibtex-String): Use bibtex-strings.  Always obey
2111         bibtex-sort-ignore-string-entries.
2113 2003-07-05  John Paul Wallington  <jpw@gnu.org>
2115         * cus-theme.el (customize-create-theme):
2116         Call `customize-create-theme' in Reset widget's notify function.
2118         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
2119         (ibuffer-mark-interactive): Use `or' instead of `unless'.
2120         (define-ibuffer-column name): Add summarizer.
2121         (define-ibuffer-column size): Likewise.
2122         (define-ibuffer-column filename): Likewise.
2123         (define-ibuffer-column process): Likewise.  Change BODY's output too.
2124         (define-ibuffer-column filename-and-process): Likewise, likewise.
2125         (ibuffer): Remove local vars `already-in' and `need-update'.
2127         * ibuf-ext.el: Don't require `derived' at compile-time.
2129 2003-07-05  Kim F. Storm  <storm@cua.dk>
2131         * info.el: Disable paragraph refilling.
2132         (Info-refill-paragraphs): New defcustom.
2133         (Info-fontify-node): Use it.
2135 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
2137         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
2138         thingies from constructors created by defstruct.
2140         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
2141         the default value of the variable.
2142         (byte-code-meter): Move declaration to top level.
2144         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
2146         * info.el (Info-following-node-name-re): New fun.
2147         (Info-following-node-name): Remove.
2148         (Info-insert-dir): Use the new fun.
2149         (Info-extract-pointer): Don't save restriction; use new fun.
2150         (Info-menu-entry-name-re): New const.
2151         (Info-menu-entry-name-re): Use it along with new fun.
2152         (Info-node-spec-re): Use new fun.
2153         (Info-complete-menu-item, Info-fontify-node): Use new const.
2154         (Info-goto-node, Info-follow-reference, Info-menu-update):
2155         Use match-string.
2156         (Info-follow-reference): Use assoc-string.
2157         Use a list of strings for the completion table.
2158         (Info-fontify-node): Use match-string, line-end-position.
2159         Limit the search for `node:' to the first line.
2161         * newcomment.el (uncomment-region): Remove padding coming from
2162         comment-start rather than just from comment-padding.
2164         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
2165         (vc-cvs-stay-local-p): Use vc-stay-local-p.
2166         (vc-cvs-rename-file): Remove (use the default).
2167         (vc-cvs-register): Register parent dir if needed.
2168         (vc-cvs-could-register): Return non-nil if parent can be registered.
2169         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
2170         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
2172         * vc-svn.el (vc-svn-use-edit): Make it into a const.
2173         (vc-svn-update): Fix the arguments to `svn'.
2174         (vc-svn-diff-tree): Just use `vc-svn-diff'.
2175         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
2176         Simple implementations, assuming `name' is a URL.
2178         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
2179         set of chars allowed unquoted in a case pattern.
2181         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
2183         * font-lock.el (font-lock-extra-types-widget)
2184         (c-font-lock-extra-types, c++-font-lock-extra-types)
2185         (objc-font-lock-extra-types, java-font-lock-extra-types)
2186         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
2187         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
2188         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
2189         (font-lock-match-c++-structor-declaration)
2190         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
2191         (c++-font-lock-keywords-3, c++-font-lock-keywords)
2192         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
2193         (objc-font-lock-keywords-3, objc-font-lock-keywords)
2194         (java-font-lock-keywords-1, java-font-lock-keywords-2)
2195         (java-font-lock-keywords-3, java-font-lock-keywords)
2196         (java-font-lock-syntactic-face-function): Remove obsolete code
2197         and constants.  It's all in cc-fonts.el now.
2199 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
2201         * mail/sendmail.el (mail-specify-envelope-from)
2202         (mail-envelope-from): Doc fix.
2204 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
2206         * generic-x.el: Do away with the dependency on `c-emacs-features'
2207         when populating `rul-generic-mode-syntax-table'; we already know
2208         this isn't XEmacs.
2210 See ChangeLog.10 for earlier changes.
2212 ;; Local Variables:
2213 ;; coding: iso-2022-7bit
2214 ;; End:
2216     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
2217   Copying and distribution of this file, with or without modification,
2218   are permitted provided the copyright notice and this notice are preserved.
2220 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1