(inferior-octave-prompt): Recognize version number in prompt.
[emacs.git] / lisp / ChangeLog
blobdde7d5366ccee6776b50212ec48ea11c110beeb5
1 2003-10-29  Lute Kamstra  <lute@gnu.org>
3         * progmodes/octave-inf.el (inferior-octave-prompt): Recognize
4         version number in prompt.
6 2003-10-28  Dave Love  <fx@gnu.org>
8         * international/characters.el: Fix some Unicode ranges.
10 2003-10-28  Kenichi Handa  <handa@etlken2>
12         * disp-table.el (standard-display-8bit)
13         (standard-display-default, standard-display-ascii)
14         (standard-display-g1, standard-display-graphic)
15         (standard-display-underline): Assure that standard-display-table
16         is a display table.
18 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20         * simple.el (reindent-then-newline-and-indent): Delete space *after*
21         reindenting the first line.
23 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
25         * wid-edit.el (widget-default-delete): Always delete child widgets.
27 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
29         * newcomment.el (comment-indent): Don't call indent-according-to-mode
30         if the line has code.
31         Don't try to line up with something that's too far left.
33         * progmodes/octave-mod.el (octave-comment-start): Simplify.
34         (octave-mode-syntax-table): Add % as a comment starter.
35         (octave-point): Remove.
36         (octave-in-comment-p, octave-in-string-p)
37         (octave-not-in-string-or-comment-p, calculate-octave-indent)
38         (octave-blink-matching-block-open, octave-auto-fill):
39         Use line-(beginning|end)-position instead.
41 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
43         * emacs-lisp/authors.el (authors-aliases): Add correct realname
44         for Francesco Potort\e,Al\e(B.
46 2003-10-23  Dave Love  <fx@gnu.org>
48         * international/mule-cmds.el (locale-charset-to-coding-system):
49         Don't rely on nil being a coding system.
51         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
52         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
53         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
55 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
57         * gdb-ui.el (gdb-current-language): New variable.
58         (gdb-update-flag): Remove variable.
59         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
60         (gdb-take-last-elt): Remove function.
61         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
62         (gdb-post-prompt): Check for variable object changes here.
64         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
65         object changes in gdb-ui.el.
67 2003-10-21  Richard M. Stallman  <rms@gnu.org>
69         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
71         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
72         Don't check for foo*/ wildcard form here.
73         (insert-directory): Recognize foo*/ as a wildcard.
74         Separate wildcard-regexp variable from the arg, wildcard.
76         * subr.el (add-hook): Correctly detect when make-local-hook was used.
77         (remove-hook): Correctly handle strange cases about local hooks.
79 2003-10-21  David Ponce  <david@dponce.com>
81         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
82         argument REAL, to return a real number instead of a rounded
83         integer value.  Define as inline function.
84         (ruler-mode-right-fringe-cols): Likewise.
85         (ruler-mode-scroll-bar-cols): New function.
86         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
87         (ruler-mode-right-scroll-bar-cols): Likewise.
88         (ruler-mode-space): New function.
89         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
90         scroll bar mode and margins in a more robust way.
92 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
94         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
95         (antlr-c-init-language-vars): New function.
96         (antlr-mode): Use it with cc-mode before v5.29.
97         (antlr-c-common-init): Don't set some local vars here.
98         (antlr-mode): Set them here.
99         (antlr-c-forward-sws): New function alias.
100         (antlr-mode): Redefine with cc-mode before v5.30.
101         (antlr-skip-sexps): Use it.
102         (antlr-skip-exception-part): Ditto.
103         (antlr-skip-file-prelude): Ditto.
104         (antlr-outside-rule-p): Ditto.
105         (antlr-end-of-body): Ditto.
106         (antlr-option-kind): Ditto.
107         (antlr-insert-option-area): Ditto.
108         (antlr-file-dependencies): Ditto.
110 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
112         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
113         Move backward only if point was not inside an entry.
115 2003-10-21  Richard M. Stallman  <rms@gnu.org>
117         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
119 2003-10-21  Juri Linkov  <juri@jurta.org>
121         * compare-w.el: Automatically skip non-matching text to resync.
122         (compare-windows-whitespace): Doc fix.
123         (compare-windows-sync, compare-windows-sync-string-size)
124         (compare-windows-recenter, compare-ignore-whitespace)
125         (compare-windows-highlight, compare-windows-face): New variables.
126         (compare-windows): Use compare-windows-sync.
127         (compare-windows-highlight, compare-windows-dehighlight)
128         (compare-windows-sync-regexp)
129         (compare-windows-sync-default-function): New functions.
131 2003-10-21  Juri Linkov  <juri@jurta.org>
133         * diff.el (diff-parse-differences): Don't visit the files now;
134         instead, just record the error locus.
136 2003-10-21  Dave Love  <fx@gnu.org>
138         * progmodes/cfengine.el: New file.
140 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
142         * complete.el (PC-do-completion): Do not forget to use `pred' as the
143         default-directory when completing file names.
145 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
147         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
148         followed by the word `face', it gets treated as a face, even if
149         it is also defined as a variable or a function.
151 2003-10-20  Dave Love  <fx@gnu.org>
153         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
154         Avoid incf in macro expansion.
156 2003-10-20  John Paul Wallington  <jpw@gnu.org>
158         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
159         `evenp' so we don't implicitly require cl library at runtime.
161 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
163         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
164         (help-make-xrefs): Only make cross-references for faces if
165         preceded or followed by the word `face'.  Do not make a
166         cross-reference for variables without variable documentation,
167         unless preceded by the word `variable' or `option'.  Update doc
168         string accordingly.
170 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
172         * progmodes/hideshow.el: Rewrite one-armed `if'
173         constructs using either `when' or `unless'.
174         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
176 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
178         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
179         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
180         instead of 12x12.
182 2003-10-16  Eli Zaretskii  <eliz@elta.co.il>
184         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
185         message while converting to Babyl.
187 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
189         * allout.el (allout-mode): Doc fix.
191 2003-10-16  Lute Kamstra  <lute@gnu.org>
193         * subr.el (force-mode-line-update): Fix docstring.
195 2003-10-14  Dave Love  <fx@gnu.org>
197         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
198         (default-input-method): Add :link, improve :type.
199         (locale-charset-language-names): Fix utf-8 pattern.
200         (locale-charset-match-p, locale-charset-alist)
201         (locale-charset-to-coding-system): New.
202         (set-locale-environment): Deal with codeset part of locale specs.
204 2003-10-14  Lute Kamstra  <lute@gnu.org>
206         * fringe.el (fringe-mode): Use active voice in docstring.
207         (set-fringe-style): Ditto.
209 2003-10-13  Lute Kamstra  <lute@gnu.org>
211         * fringe.el (fringe-mode): Fix docstring.
212         (set-fringe-style): Ditto.
214 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
216         * ediff-mult.el (ediff-filegroup-action):
217         Use ediff-default-filtering-regexp.
219         * ediff-util.el (ediff-recenter): Don't call
220         ediff-restore-highlighting twice.
221         (ediff-select-difference): Set current difference.
222         (ediff-unselect-and-select-difference): Add comment.
224         * ediff.el (ediff-directories,ediff-directory-revisions)
225         (ediff-directories3,ediff-merge-directories)
226         (ediff-merge-directories-with-ancestor)
227         (ediff-merge-directory-revisions)
228         (ediff-merge-directory-revisions-with-ancestor):
229         Use ediff-default-filtering-regexp.
231 2003-10-12  Andreas Schwab  <schwab@suse.de>
233         * international/mule-cmds.el (locale-charset-language-names):
234         Simplify regex by removing unused grouping.
236 2003-10-10  Dave Love  <fx@gnu.org>
238         * bindings.el: Don't bind stop.
240 2003-10-08  Miles Bader  <miles@gnu.org>
242         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
243         face instead of attempting to emulate it.
245 2003-10-07  Kenichi Handa  <handa@m17n.org>
247         * international/mule-diag.el (list-coding-systems-1): List coding
248         systems that are loaded automatically.
250         * international/code-pages.el (iso-8859-11): Add autoload cookie.
252         * international/mule.el (autoload-coding-system): New function.
254 2003-10-07  Andreas Schwab  <schwab@suse.de>
256         * log-edit.el (log-edit-changelog-entries): Prefer local value of
257         change-log-default-name in the buffer visiting the file.
259 2003-10-06  Dave Love  <fx@gnu.org>
261         * files.el (find-file-hook): Customize.
262         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
264         * bindings.el (completion-ignored-extensions): Remove .log.
265         (global-map): Add again, open, stop keys.
267 2003-10-05  Richard M. Stallman  <rms@gnu.org>
269         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
270         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
271         Use sh-modify directly.
272         (sh-select): Use sh-append, not eval.
274         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
276         * info.el (Info-following-node-name): New function.
278         * loadhist.el (unload-feature-special-hooks):
279         Rename from loadhist-hook-functions.
280         (loadhist-hook-functions): Now an alias.
282 2003-10-04  Eli Zaretskii  <eliz@elta.co.il>
284         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
285         file-name clashes on 8+3 filesystems.
287         * Makefile.in (DONTCOMPILE, bootstrap-clean):
288         Rename loaddefs-boot.el to ldefs-boot.el
290         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
291         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
293 2003-10-03  Lute Kamstra  <lute@gnu.org>
295         * info.el (Info-mode): Revert previous change.
296         (Info-escape-percent): New function.
297         (Info-fontify-node): Use it.
299 2003-10-02  Andreas Schwab  <schwab@suse.de>
301         * loaddefs-boot.el: Regenerated.
303 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
305         * ffap.el: Remove defadvice related code from CVS since `complete'
306         provides a `PC-completion-as-file-name-predicate' variable that
307         ffap can override.
309 2003-10-02  Kenichi Handa  <handa@m17n.org>
311         * international/utf-8.el (ccl-decode-mule-utf-8):
312         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
314         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
315         * international/subst-big5.el: Likewise.
316         * international/subst-gb2312.el: Likewise.
317         * international/subst-ksc.el: Likewise.
319 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
321         * calendar/calendar.el (increment-calendar-month)
322         (calendar-leap-year-p, calendar-absolute-from-gregorian)
323         (generate-calendar, calendar-read-date, calendar-interval)
324         (calendar-day-of-week): Handle years BC.
325         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
327 2003-10-01  Dave Love  <fx@gnu.org>
329         * language/cyrillic.el (cp1251): Alias for windows-1251.
331         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
332         bootstrap.
334 2003-10-01  Lute Kamstra  <lute@gnu.org>
336         * files.el: Fix typo.
337         * imenu.el (imenu--generic-function): Docstring fix.
339 2003-09-30  Richard M. Stallman  <rms@gnu.org>
341         * dired.el (dired-mode): Handle dired-directory as a list.
343 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
345         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
347         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
349         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
350         Replace gud-display with gud-watch.
351         (gud-speedbar-buttons): Add stuff for watching expressions
352         in the speedbar when using M-x gdba. Use dolist on old part
353         of this function.
355         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
356         (gdb-update-flag): New variables.
357         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
358         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
359         (gud-watch, gdb-var-create-handler) : New functions.
360         (gdb-var-list-children, gdb-var-list-children-handler)
361         (gdb-var-create-regexp, gdb-var-update-regexp)
362         (gdb-var-list-children-regexp): New constants.
363         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
364         (gdb-annotation-rules): Reduce annotation set (level 3).
365         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
366         (gdb-post-prompt): Don't update GDB buffers every time speedbar
367         updates.
368         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
369         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
370         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
371         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
372         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
373         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
374         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
375         (gud-display, gud-display1)
376         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
377         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
378         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
379         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
380         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
381         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
382         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
383         (gdb-display-display-buffer, gdb-toggle-display)
384         (gdb-delete-display, gdb-expressions-popup-menu)
385         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
386         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
387         to display buffer.
389 2003-09-30  Richard M. Stallman  <rms@gnu.org>
391         * progmodes/ada-mode.el (ada-mode): Don't use advice.
392         Instead, set which-func-functions.
394         * progmodes/which-func.el (which-func-modes): Add ada-mode.
395         (which-func-functions): New variable.
396         (which-function): Use that.
398         * info.el (Info-mode): Double each `%' in header line.
400         * emacs-lisp/lisp-mnt.el (lm-with-file):
401         When FILE is nil, run BODY in current buffer.
403         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
405         * help.el (describe-mode): Start with a brief list of minor modes.
406         Find them thru minor-mode-list so as to find them all.
407         Show them in alphabetical order.
409         * mail/sendmail.el (mail-aliases): Doc fix.
411         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
413 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
415         * mail/rmailsum.el (rmail-make-summary-line-1):
416         Change comma after last label to a space.
417         (rmail-summary-font-lock-keywords): Adapt to that change.
419 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
421         * progmodes/scheme.el (scheme-mode-variables): When setting
422         `font-lock-defaults', also specify that "#" should
423         be interpreted with `word' syntax.
424         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
426 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
428         * desktop.el: A lot of comments updated.
429         (desktop-save-mode): Minor mode introduced.
430         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
431         (desktop-load-default): Function made obsolete.
432         (desktop-locals-to-save): Variable made customizable.
433         (desktop-read): Optional parameter `dirname' added.
434         (desktop-change-dir, desktop-revert): Parameter `dirname' in
435         `desktop-read' used.
436         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
438 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
440         * whitespace.el (whitespace-clean-msg): Add user customizable message
441         for displaying ``clean'' output.
442         (whitespace-buffer): Use `whitespace-clean-msg'.
443         (whitespace-global-mode): Fix typo.
445 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
447         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
449 2003-09-29  Lute Kamstra  <lute@gnu.org>
451         * bindings.el (mode-line-modes): Remove superfluous :propertize
452         construct in initialization.
453         (mode-line-position): Change cons cell into proper list in
454         initialization.
456 2003-09-29  SAITO Takuya <tabmore@rivo.mediatti.net>  (tiny change)
458         * international/mule.el (decode-coding-inserted-region): Use car
459         of the return value of find-operation-coding-system.
461 2003-09-29  Kenichi Handa  <handa@m17n.org>
463         * descr-text.el (describe-char): Fix previous change.
465 2003-09-28  Kenichi Handa  <handa@m17n.org>
467         * descr-text.el (describe-char-display): New function.
468         (describe-char): Pay attention to display table on describing how
469         a character is displayed.
471         * international/mule-cmds.el (encoded-string-description):
472         Prepend "0x" to each encoded byte.
474 2003-09-28  Andreas Schwab  <schwab@suse.de>
476         * find-file.el (ff-special-constructs): Add autoload cookie.
478 2003-09-28  Kevin Ryde  <user42@zip.com.au>
480         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
481         makeinfo appends to duplicate index entries.
483 2003-09-28  Eli Zaretskii  <eliz@elta.co.il>
485         * dired-x.el (dired-clean-tex): Doc fix.
487         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
488         using a Chinese tutorial.
490 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
492         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
493         between "MAIL FROM:" and "RCPT TO:" and the following address.
495 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
497         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
499 2003-09-28  David Ponce  <david@dponce.com>
501         * recentf.el (recentf-initialize-file-name-history): New defcustom.
502         (recentf-load-list): When `recentf-initialize-file-name-history'
503         is non-nil, initialize an empty `file-name-history' with the
504         recent list.
506 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg> (tiny patch)
508         * man.el (Man-default-man-entry): Remove the leading `*' from the
509         word at point.
511 2003-09-26  Lute Kamstra  <lute@gnu.org>
513         * bindings.el (mode-line-position): Mention size indication in
514         docstring.
516 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
518         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
520         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
521         because it's autoloaded now.
523 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
525         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
526         (sh-font-lock-keywords, sh-feature): Fix previous change of
527         sh-feature to avoid infloop with sh-font-lock-keywords.
529 2003-09-25  Kim F. Storm  <storm@cua.dk>
531         * frame.el (frame-current-scroll-bars): New defun.
533         * window.el (window-current-scroll-bars): New defun.
535 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
537         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
538         cause errors when the state cache contains info on parts that have
539         been narrowed out.
541 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
543         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
544         `c-setup-paragraph-variables' has to be used when this variable is
545         changed; it doesn't work to reinitialize the mode since that
546         typically clobbers the variable.
548         * progmodes/cc-styles.el (c-setup-paragraph-variables):
549         Make it interactive.
551 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
553         * progmodes/cc-fonts.el (c-font-lock-declarations):
554         Fix recognition of constructors and destructors for classes whose
555         names are matched by `*-font-lock-extra-types'.
557         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
558         followed by an identifier in C++ then it's a type.
560 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
562         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
563         problem that primarily affected XEmacs.  Don't use faces to find
564         unterminated strings since Emacs and XEmacs fontify strings
565         differently - this function should now work better in XEmacs.
567 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
569         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
570         `expand-abbrev' workaround which caused braces to misbehave inside
571         macros.
573         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
574         handling.  This bug could cause interactive font locking to bail out.
576 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
578         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
579         Handle paren-style types in Pike.  Also fixed some cases of
580         insufficient handling of unbalanced parens.
582 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
584         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
585         common shell prompts that are not common filename or URL characters.
586         (ffap-file-at-point): Use the new regexp to strip the prompts from
587         the file names. This is an issue mostly for user prompts that
588         don't have a trailing space and find-file-at-point is invoked from
589         within a shell inside emacs.
591 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
593         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
594         stamps numerically, rather than textually.
596 2003-09-24  Kenichi Handa  <handa@m17n.org>
598         * language/devan-util.el (devanagari-post-read-conversion):
599         * language/mlm-util.el (malayalam-post-read-conversion):
600         * language/tml-util.el (tamil-post-read-conversion):
601         Add autoload cookie.
603         * international/utf-8.el (utf-8-post-read-conversion):
604         Call post-read-conversion functions for Devanagari, Malayalam,
605         and Tamil.
607 2003-09-23  Dave Love  <fx@gnu.org>
609         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
611 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
613         * progmodes/gud.el (perldb): Add gud-until to list of commands.
614         Update gud-remove.
616 2003-09-22  Richard M. Stallman  <rms@gnu.org>
618         * progmodes/sh-script.el (sh-mode-default-syntax-table):
619         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
620         (sh-mode-syntax-table-input): New variable.
621         (sh-require-final-newline): Don't use eval.
622         (sh-builtins, sh-leading-keywords, sh-other-keywords)
623         (sh-variables, sh-font-lock-keywords): Don't use eval.
624         (sh-set-shell): When setting require-final-newline,
625         treat value = `require-final-newline' as don't change it.
626         Set sh-mode-syntax-table locally based on
627         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
629         * progmodes/compile.el (compile-internal):
630         Call compilation-set-window-height before setting window start.
632 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
634         * emacs-lisp/bytecomp.el (byte-compile-log-file):
635         Clear out byte-compile-last-warned-form.
637 2003-09-22  Richard M. Stallman  <rms@gnu.org>
639         * woman.el (woman-file-name, woman-follow-word):
640         If current-word returns nil, use "".
642         * simple.el (eval-expression): Bind standard-output in to-buffer case.
644 2003-09-22  Richard M. Stallman  <rms@gnu.org>
646         * emacs-lisp/lisp-mnt.el (lm-with-file):
647         Don't visit the file, just use insert-file-contents in temp buffer.
649 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
651         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
652         Add surrounding \\( and \\) around the header, as in
653         for lm-history-header 'Change Log\\|History'.
655 2003-09-22  John Paul Wallington  <jpw@gnu.org>
657         * progmodes/ld-script.el: Add Commentary section,
658         minor cleanup of file header.
659         (ld-script-font-lock-keywords): Doc fix.
660         (toplevel): Provide `ld-script' feature.
662 2003-09-21  Kim F. Storm  <storm@cua.dk>
664         * scroll-bar.el (set-scroll-bar-mode): Initialize to
665         new built-in variable default-frame-scroll-bars.
666         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
667         scroll-bar-mode; notably, use it instead of t when we toggle
668         scroll-bars on.
669         (toggle-scroll-bar): Use default-frame-scroll-bars.
671 2003-09-19  Masatake YAMATO  <jet@gyve.org>
673         * pcvs.el (cvs-do-removal): Change the prompt depending on
674         `filter' value.
676 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
678         * startup.el (command-line-1): Stop startup-echo-area-message
679         being hidden by "Loading image..." message.
680         (use-fancy-splash-screens-p, display-splash-screen):
681         Move display-graphic-p test from latter to former.
683         * progmodes/sh-script.el (sh-font-lock-keywords):
684         Highlight escaped EOLs differently from other backslash constructs.
686 2003-09-19  Richard M. Stallman  <rms@gnu.org>
688         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
689         New functions.
690         (edebug-enter, edebug-outside-excursion): Use them.
692         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
693         Fix the condition for whether to print "In WHERE".
695 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
697         * finder.el (finder-mode-hook): New variable.
698         (finder-mode): Run hook finder-mode-hook
700 2003-09-18  Masatake YAMATO  <jet@gyve.org>
702         * progmodes/ebrowse.el: Fix broken magic autoload comments.
704 2003-09-17  Mario Lang  <mlang@delysid.org>
706         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
707         "p %e" to actually print the value in the GUD buffer.
709 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
711         From David Ponce <david.ponce@wanadoo.fr>:
712         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
713         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
714         from loaddefs-boot.el if necessary.
716 2003-09-15  Zoltan Kemenczy <kemenczy@rogers.com>
718         * progmodes/gud.el (gud-find-class): Make jdb work again since
719         cc-mode changed the syntactic information.
721 2003-09-15  David Ponce  <david@dponce.com>
723         * recentf.el: (recentf-exclude): Accept predicates too.
724         (recentf-file-readable-p): New function.
725         (recentf-include-p): Handle predicates in recentf-exclude.
726         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
727         (recentf-cleanup): Likewise.
728         (recentf-save-list): Use write-file to handle backup of
729         recentf-save-file.
731 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
733         * loaddefs-boot.el: Renamed from `loaddefs.el'
734         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
735         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
736         necessary.
738 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
740         * electric.el (Electric-pop-up-window): For the `one-window' case,
741         no longer disconcertingly move point in the original buffer.
743 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
745         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
747 2003-09-12  Eric Hanchrow <offby1@blarg.net>  (tiny change)
749         * dired.el (dired-mode-map): Fix typo.
751 2003-09-11  Richard M. Stallman  <rms@gnu.org>
753         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
755 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
757         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
758         the function is less noisy.  Now only `kill-buffer' can ask questions.
760 2003-09-10  Mario Lang  <mlang@delysid.org>
762         * battery.el: Update Commentary and Copyright.
763         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
764         appear due to wrong ordering of the expressions in `or'.
766 2003-09-09  Lute Kamstra  <lute@gnu.org>
768         * misc.el (upcase-char): Fix docstring.
769         (zap-up-to-char): New command.
771 2003-09-08  David Ponce  <david@dponce.com>
773         Ensure that recentf correctly updates the menu bar.
774         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
775         (recentf-menu-bar): New function.
776         (recentf-clear-data): Use it
777         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
778         of easy-menu-change.
780 2003-09-08  Lute Kamstra  <lute@gnu.org>
782         * simple.el (size-indication-mode): New.
783         * bindings.el (mode-line-position): Add buffer size indicator.
785 2003-09-04  Mario Lang  <mlang@delysid.org>
787         * battery.el (battery-linux-proc-acpi): New function.
788         (battery-status-function): Modify default value calculation to also
789         check for availability of ACPI.
790         (battery-echo-area-format): Ditto.
791         (battery-mode-line-format): Ditto.
793 2003-09-06  Dave Love  <fx@gnu.org>
795         * ielm.el (ielm-mode-hook): Add :options.
797         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
798         (eldoc-print-current-symbol-info): Use it.
800 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
802         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
803         being displayed in GUD buffer.
804         (gdb-idle-input-queue): Remove var. Use just one queue.
805         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
806         Remove functions.  Use just one queue.
807         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
808         (gdb-invalidate-assembler, gdb-get-current-frame):
809         Modify functions.  Use just one queue.
811 2003-09-04  Dave Love  <fx@gnu.org>
813         * cus-start.el: Add blink-cursor-alist.
815         * ruler-mode.el (ruler-mode-fill-column-char)
816         (ruler-mode-current-column-char): Use char-displayable-p,
817         not window-system.
819         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
821         * language/european.el (windows-1252): Move from code-pages.
823         * language/cyrillic.el ("Windows-1251"): Delete.
824         ("Bulgarian", "Belarusian"): Remove `features'.
825         (windows-1251): Move from code-pages.
827         * international/mule-diag.el (non-iso-charset-alist):
828         Remove `codepage' stuff.
829         (print-designation, list-coding-systems-1): Output fixes.
831         * international/code-pages.el (cp-make-translation-table)
832         (cp-valid-codes): Made defsubsts.
833         (cp-fix-safe-chars): Delete.
834         (mule-diag): Don't require.
835         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
836         (top-level): Check for defined coding system when defining
837         cp... aliases.  Change w32-add-charset-info test to avoid warning.
838         (non-iso-charset-alist): Defvar when compiling.
839         (cp-make-coding-system): Doc fix.
841 2003-09-02  Jason Rumney  <jasonr@gnu.org>
843         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
844         line-ends from CVS before doing conversion.
846 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
848         * calendar/diary-lib.el (diary-header-line-flag)
849         (diary-header-line-format): New variables.
850         (list-diary-entries): Use them to set header line in simple diary.
852         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
853         other than font-lock-string-face to highlight backslashes.
855 2003-09-01  Jason Rumney  <jasonr@gnu.org>
857         * international/titdic-cnv.el (tit-read-key-value): Include \r in
858         regexp.
860 2003-09-01  Dave Love  <fx@gnu.org>
862         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
864         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
865         and :help; also line and column numbers labels.
867         * international/mule-util.el (char-displayable-p): Move from
868         latin1-disp, rename and autoload.
870         * international/latin1-disp.el (latin1-char-displayable-p):
871         Now obsolete alias.  Replace uses with char-displayable-p.
872         (latin1-display-ucs-per-lynx): Fix last change.
874         * international/mule-cmds.el (standard-display-european-internal):
875         Don't use char code for Latin-1 NBSP.
876         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
877         U+2018, U+2019 for `'.
878         (select-safe-coding-system): Message fix.
880 2003-09-01  Kenichi Handa  <handa@m17n.org>
882         * international/fontset.el (setup-default-fontset): For Thai
883         font, specify "*" family.
885 2003-09-01  Kevin Rodgers <ihs_4664@yahoo.com>  (tiny change)
887         * progmodes/compile.el (previous-error): Accept a prefix
888         argument, similarly to next-error.
890 2003-08-31  Masatake YAMATO  <jet@gyve.org>
892         * pcvs.el (cvs-do-removal): Use = instead of eq to check
893         the number of files.  Bind the number of files to a local
894         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
896 2003-08-30  Eli Zaretskii  <eliz@elta.co.il>
898         * vc-hooks.el (vc-make-version-backup): Fix the change made on
899         2003-07-26: msdos-long-file-names is a function, not a variable.
901 2003-08-29  Richard M. Stallman  <rms@gnu.org>
903         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
904         Do nothing with mail-personal-alias-file if it is nil.
906         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
907         Do nothing if mail-personal-alias-file is nil.
909         * term.el (term-exec-1): Bind coding-system-for-read.
911         * dired.el (dired-mouse-find-file-other-window):
912         Use dired-view-command-alist here, as in dired-view-file.
913         (dired-view-command-alist): Use %s to substitute file name.
914         Handle .ps_pages, .eps, .jpg, .gif, .png.
916 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
918         * info.el (Info-mode-map): Bind S-tab and <backtab> to
919         `Info-prev-reference', instead of M-tab.
921 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
923         * simple.el (blink-matching-open): Work correctly on chars that
924         are designated as parens through the syntax-table text property.
926 2003-08-29  Thierry Emery <thierry.emery@club-internet.fr>  (tiny change)
928         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
929         line break position in the middle of a non-kinsoku (e.g. latin)
930         word, making it skip until either a space or a character with
931         category "|".
932         (kinsoku-longer): Test for end of buffer.
934 2003-08-28  Eli Zaretskii  <eliz@elta.co.il>
936         * mail/rmail.el (rmail-convert-to-babyl-format):
937         Detect quoted-printable- and base64-encoded messages and decode them
938         automatically.  Set the message's encoding from the charset=
939         header, if any.  Decode base64-encoded messages in Mail format as well.
941 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
943         * mail/smtpmail.el Fix previous change:
944         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
945         calling smtpmail-via-smtp.
946         (smtpmail-via-smtp): Add fall-back values for envelope-from.
948 2003-08-26  John Paul Wallington  <jpw@gnu.org>
950         * image.el (image-jpeg-p): Don't search beyond length of data.
952 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
954         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
955         misfeature in `expand-abbrev' which caused electric keywords like
956         "else" to disappear if an open brace was typed directly afterwards.
958 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
960         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
961         mandatory in `define-widget'.
963         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
964         Don't align the operators "!=", "<=" and ">=" as assignment operators.
966         (c-assignment-operators): New language constant that only contains
967         the assignment operators.
969         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
971 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
973         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
974         Safeguard against unbalanced sexps.
976 2003-08-26  Terje Rosten <terjeros@phys.ntnu.no>
978         * version.el (emacs-version): Check for gtk.  Include gtk version info.
980 2003-08-25  John Paul Wallington  <jpw@gnu.org>
982         * man.el (Man-default-man-entry): Don't whizz past the section
983         number before looking for it.
985 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
987         * progmodes/gud.el (gud-display-line): Don't set window-point if
988         source buffer is not visible. (Only happens with M-x gdba).
990         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
991         documentation.
992         (gdb-source, gdb-source-info): Update to assembler unnecessary
993         as its done after each GDB command anyway.
994         (gdb-pre-prompt): Use with-current-buffer.
995         (gdb-insert-field): Add help-echo text.
996         (gdb-invalidate-assembler): Re-display of assembler now done in
997         gdb-info-breakpoints-custom.
998         (gdb-info-breakpoints-custom): Force re-display of assembler to
999         happen *after* update of breakpoints buffer.
1000         (gdb-display-source-buffer): Don't choke if gdb-source-window
1001         isn't visible.
1002         (gdb-put-string, gdb-put-arrow): Remove free variables.
1004 2003-08-24  John Paul Wallington  <jpw@gnu.org>
1006         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
1008         * man.el (Man-default-man-entry): Strip text properties when
1009         snarfing parts of entry because `format' preserves properties.
1011 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
1013         * files.el (file-newest-backup): Use `expand-file-name'.
1015         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
1016         Allow the diary to pop up a new frame, if needed.
1018         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
1019         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
1020         (smtpmail-send-it): Make treatment of envelope-from consistent with
1021         sendmail.el.
1023         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
1024         (sh-leading-keywords): Add the bash `time' reserved word.
1025         (sh-variables): Add some bash variables.
1026         (sh-add-completer): Fix nil branch of case statement.
1028 2003-08-24  Masatake YAMATO  <jet@gyve.org>
1030         * progmodes/ld-script.el: New file.
1032 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
1034         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
1036 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
1038         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
1039         Better explain obsolescence, and what to use instead.
1041 2003-08-23  Masatake YAMATO  <jet@gyve.org>
1043         * pcvs.el (cvs-do-removal): Show the deleted file name
1044         on the prompt.
1046 2003-08-20  Dave Love  <fx@gnu.org>
1048         * international/mule.el (make-coding-system)
1049         (set-buffer-file-coding-system): Doc fix.
1051         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
1053         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
1055         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
1057         * international/utf-16.el: Add mime-text-unsuitable coding system
1058         properties.
1060         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
1062         * cus-edit.el: Add some :links.
1063         (bib): Remove.
1065         * textmodes/bib-mode.el (bib): Add :group external.
1067 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
1069         * wid-edit.el (widget-echo-help): Make it handle expressions that
1070         evaluate to strings.
1072 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
1074         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
1076         Simplify selection of SQL products to define highlighting and
1077         interactive mode.  Includes detailed instructions on adding
1078         support for new products.
1080         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
1081         product for use in highlighting and interactive mode.
1082         (sql-interactive-product): New variable.  SQL product for
1083         sql-interactive-mode.
1084         (sql-product-support): New variable.  Specifies product-specific
1085         parameters to drive highlighting and interactive mode.
1086         (sql-imenu-generic-expression): Add more object types.
1087         (sql-sqlite-options): Correct comment.
1088         (sql-ms-program): Use "osql" rather than "isql".
1089         (sql-prompt-regexp, sql-prompt-length): Update comment.
1090         (sql-mode-menu): Add "Start SQLi session" entry.
1091         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
1092         (sql-mode-abbrev-table): Add abbreviations.  Support of
1093         SYSTEM-FLAG on define-abbrev.  Support was removed with last
1094         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
1095         (sql-mode-font-lock-object-name): Add font-lock pattern for object
1096         names.
1097         (sql-mode-ansi-font-lock-keywords): Set as default value.
1098         (sql-mode-oracle-font-lock-keywords): Set as default value.
1099         Support Oracle 9i keywords.
1100         (sql-mode-postgres-font-lock-keywords): Set as default value.
1101         (sql-mode-linter-font-lock-keywords): Set as default value.
1102         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
1103         SQLServer 2000.
1104         (sql-mode-sybase-font-lock-keywords)
1105         (sql-mode-interbase-font-lock-keywords)
1106         (sql-mode-sqlite-font-lock-keywords)
1107         (sql-mode-strong-font-lock-keywords)
1108         (sql-mode-mysql-font-lock-keywords)
1109         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
1110         keywords.
1111         (sql-mode-font-lock-defaults): Update comment.
1112         (sql-product-feature): New function.  Returns feature associated
1113         with a product from `sql-product-support' alist.
1114         (sql-product-font-lock): New function.  Set font-lock support
1115         based on `sql-product'.
1116         (sql-add-product-keywords): New function.  Add font-lock rules to
1117         product-specific keyword variables.
1118         (sql-set-product): New function.  Set `sql-product' and apply
1119         appropriate font-lock highlighting.
1120         (sql-highlight-product): New function.  Set font-lock support
1121         based on a product.  Also set mode name to include product name.
1122         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
1123         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
1124         Use `sql-set-product'.
1125         (sql-highlight-ms-keywords)
1126         (sql-highlight-sybase-keywords)
1127         (sql-highlight-interbase-keywords)
1128         (sql-highlight-strong-keywords)
1129         (sql-highlight-mysql-keywords)
1130         (sql-highlight-sqlite-keywords)
1131         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
1132         (sql-get-login): Prompt in the same order as the tokens.
1133         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
1134         (sql-product-interactive): New function.  Common portions of
1135         product-specific interactive mode wrappers.
1136         (sql-interactive-mode): Rewritten to use product features.
1137         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1138         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1139         (sql-db2, sql-linter): Use `sql-product-interactive'.
1140         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
1141         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
1142         (sql-connect-ingres, sql-connect-postgres)
1143         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
1144         New functions.  Format command line parameters and invoke comint on
1145         the appropriate interpreter.  Code was in the corresponding
1146         `sql-xyz' function before.
1147         (sql-connect-ms): New function.  Support -E argument to use
1148         operating system credentials for authentication.
1150 2003-08-18  Kenichi Handa  <handa@m17n.org>
1152         * international/mule.el (encode-char): Fix for the ASCII case.
1154 2003-08-15  Kenichi Handa  <handa@m17n.org>
1156         * international/fontset.el (setup-default-fontset): Change "*" to
1157         nil in the specifications of font family.
1159 2003-08-18  Kim F. Storm  <storm@cua.dk>
1161         * kmacro.el (kmacro-keymap): Group related bindings in
1162         initialization for clarity.  Bind C-s to start macro.
1163         Remove C-r binding.
1164         (kmacro-initial-counter-value): New defvar to hold initial counter
1165         value in case we set the value before defining a macro.
1166         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
1167         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
1168         not defining or executing macro.  Doc fix.
1169         (kmacro-add-counter): Clear kmacro-initial-counter-value.
1170         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
1171         temporarily view older elements on the macro ring without cycling
1172         the ring.
1173         (kmacro-display): Doc fix.
1174         (kmacro-exec-ring-item): New helper function.
1175         (kmacro-call-ring-2nd): Use it.
1176         (kmacro-call-ring-2nd-repeat): Doc fix.
1177         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
1178         (kmacro-end-or-call-macro): Execute last viewed macro (using
1179         kmacro-exec-ring-item) from ring if this follows
1180         kmacro-view-macro.  This allows us to find a macro on the ring
1181         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
1182         the ring to bring it to the head of the ring.
1183         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
1184         Allow binding to reserved keys without specifying C-x C-k prefix.
1185         Ask for confirmation if entered key sequence is already bound to
1186         a non-macro command.
1187         (kmacro-view-macro): Repeating command will show older elements
1188         on the macro ring; C-k will execute the last viewed macro.
1189         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
1190         property from 'ring to 'head.
1192 2003-08-17  Alan Shutko  <ats@acm.org>
1194         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
1195         keeping December out of the alist.
1197 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
1199         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
1200         * calendar/calendar.el (calendar-mode-map): Bind it to key.
1201         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
1202         (calendar-flatten): New function.
1203         (calendar-mouse-view-other-diary-entries)
1204         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
1205         in the menu title and to show multi-line diary entries correctly
1206         in the menu.
1208 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
1210         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
1211         defcustom, because the default was recently changed.
1213 2003-08-16  Richard M. Stallman  <rms@gnu.org>
1215         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
1217         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1218         New subroutine, broken out of eval-last-sexp-1.
1219         (eval-last-sexp-1): Use eval-last-sexp-print-value.
1221         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
1223         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
1225         * simple.el (eval-expression): Use eval-last-sexp-print-value.
1227 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
1229         * progmodes/compile.el (compilation-error-regexp-alist):
1230         Add Java ANt error detection as described in document
1231         http://ant.apache.org/faq.html
1233 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
1235         * simple.el (backward-word, forward-to-indentation)
1236         (backward-to-indentation):  Argument changed to optional.
1237         (next-line, previous-line): Use `or' instead of `unless'.
1239 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1241         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
1242         instead of a constant.
1244 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
1246         * shell.el (shell): With prefix-arg, suggest a new buffer name.
1248 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
1250         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
1251         (vc-sccs-workfile-version): Search the entire delta table, rather
1252         than just the first entry, because that might be a deleted version.
1254 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
1256         * menu-bar.el (menu-bar-options-menu): Supply a body for the
1257         [save-place] binding in the Options menu.  Have it require
1258         'saveplace' and then toggle the variable manually, to avoid an an
1259         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
1260         for the bug report.
1262 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
1264         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
1265         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
1266         (gdb-info-threads-custom): Add help-echo text.
1267         (gdb-display-back): Don't use purecopy.
1268         (gdb-info-breakpoints-custom, gdb-reset)
1269         (gdb-assembler-custom): Use display-images-p to test if breakpoint
1270         icons can be displayed.
1272 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
1274         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
1276 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
1278         * bookmark.el (bookmark-completing-read):
1279         Return a string, instead of a list of one string.
1280         Use a popup menu if activated from the mouse.
1281         (bookmark-edit-annotation): Remove unused vars.
1282         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
1283         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
1284         to bookmark-completing-read.
1285         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1286         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
1287         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
1288         and erase-buffer.
1289         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
1290         (bookmark-menu-jump, bookmark-menu-insert)
1291         (bookmark-popup-menu-and-apply-function)
1292         (bookmark-menu-popup-paned-bookmark-menu): Remove.
1293         (bookmark-menu-build-paned-menu): Remove by folding it into
1294         bookmark-menu-popup-paned-menu.
1295         (menu-bar-bookmark-map): Move the define-key statements here.
1296         Use the "non-menu" commands since they now pop up a menu if needed.
1297         (bookmark-exit-hook-internal): Simplify.
1299 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
1301         * textmodes/reftex.el: Updated to version 4.21
1302         * reftex-auc.el: likewise.
1303         * reftex-cite.el: likewise.
1304         * reftex-dcr.el: likewise.
1305         * reftex-global.el: likewise.
1306         * reftex-index.el: likewise.
1307         * reftex-parse.el: likewise.
1308         * reftex-ref.el: likewise.
1309         * reftex-sel.el: likewise.
1310         * reftex-toc.el: likewise.
1311         * reftex-vars.el: likewise.
1313 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1315         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
1316         first use.
1318 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1320         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
1322 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
1324         * calendar/calendar.el (list-diary-entries-hook)
1325         (diary-display-hook, nongregorian-diary-listing-hook)
1326         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
1327         Add some customize options for these hooks.
1328         (calendar-abbrev-construct): Don't try to take a substring longer
1329         than the original string.
1331 2003-08-05  Richard M. Stallman  <rms@gnu.org>
1333         * emacs-lisp/testcover.el (noreturn): Report error if does return.
1334         (testcover-reinstrument-clauses): Doc fix.
1336         * emacs-lisp/warnings.el: Doc fixes, args renamed.
1337         (warning-type-format): Rename from warning-group-format.
1339         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
1340         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
1341         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
1342         to prevent warnings about defvar for an obsolete variable.
1344         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
1345         warning-group-format renamed to warning-type-format.
1347         * subr.el (read-passwd): Use clear-string instead of fillarray.
1349         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
1350         Use vconcat instead of concat.
1351         (edmacro-sanitize-for-string): New function.
1353 2003-08-05  Dave Love  <fx@gnu.org>
1355         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
1356         line-number-display-limit-width.
1358         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
1360 2003-08-05  Kenichi Handa  <handa@m17n.org>
1362         * international/code-pages.el: Don't require mule-diag.
1364         * international/mule-diag.el (non-iso-charset-alist):
1365         Add autoload cookie.
1367         * language/devan-util.el (dev-glyph-order): Add an entry for the
1368         glyph code #xC4.
1370 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
1372         * calendar/calendar.el (diary-file, diary-file-name-prefix)
1373         (european-calendar-style, diary-date-forms)
1374         (calendar-day-name-array, calendar-month-name-array): Doc change.
1375         (generate-calendar-month): Adapt for new behaviour of
1376         `calendar-day-name' function.
1377         (calendar-abbrev-length, calendar-day-abbrev-array)
1378         (calendar-month-abbrev-array): New variables.
1379         (calendar-abbrev-construct): New function.
1380         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
1381         rather than fixing abbrevs at some width.  Calling syntax change.
1382         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
1383         (calendar-date-string): Adapt for new behaviours of
1384         `calendar-day-name' and `calendar-month-name' functions.
1386         * calendar/diary-lib.el (list-diary-entries): Adapt for new
1387         behaviour of `calendar-day-name' and `calendar-month-name' functions.
1388         (diary-name-pattern): Use abbrev arrays, rather than fixing
1389         abbrevs at three chars.  Calling syntax change.
1390         (mark-diary-entries):  Adapt for new behaviours of
1391         `diary-name-pattern' and `calendar-make-alist' functions.
1392         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
1393         `diary-name-pattern' function.
1394         (font-lock-diary-date-forms): Use abbrev arrays, rather than
1395         fixing abbrevs at three chars.  Calling syntax change.
1396         (cal-hebrew, cal-islam): Require when compiling.
1397         (diary-font-lock-keywords): Adapt for new behaviour of
1398         `font-lock-diary-date-forms' function.
1400         * calendar/cal-hebrew.el: Reposition some code so defined before used.
1401         (calendar-hebrew-month-name-array-common-year)
1402         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
1403         (list-hebrew-diary-entries): Adapt for new behaviours of
1404         `calendar-day-name' and `add-to-diary-list' functions.
1405         (mark-hebrew-diary-entries): Adapt for new behaviours of
1406         `diary-name-pattern' and `calendar-make-alist' functions.
1408         * calendar/cal-islam.el (calendar-islamic-month-name-array):
1409         Add doc string.
1410         (list-islamic-diary-entries): Adapt for new behaviours of
1411         `calendar-day-name' and `add-to-diary-list' functions.
1412         (mark-islamic-diary-entries): Adapt for new behaviours of
1413         `diary-name-pattern' and `calendar-make-alist' functions.
1415         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
1416         `calendar-month-name' function.
1418         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
1420         * calendar/solar.el (solar-seasons-data): Move definition before use.
1422         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
1423         (cal-tex-LaTeX-hourbox): Move definition before use.
1425         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
1426         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
1427         lunar.el, solar.el
1428         (displayed-month, displayed-year): Define for compiler.
1430 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1432         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
1433         MODE.  Renamed from c-init-c-language-vars'.
1434         (c-initialize-cc-mode): Change accordingly.
1435         (c-common-init): Ditto.
1436         (c-mode): Ditto.
1437         (c++-mode): Use `c-init-language-vars-for'.
1438         (objc-mode): Ditto.
1439         (java-mode): Ditto.
1440         (idl-mode): Ditto.
1441         (pike-mode): Ditto.
1442         (awk-mode): Ditto.
1444 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1446         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
1447         or not the point moved.
1449         (c-search-decl-header-end): Don't trip up on operator identifiers
1450         in C++ and operators like == in all languages.
1452         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
1453         Detect leading labels correctly.
1455 2003-08-02  Andreas Schwab  <schwab@suse.de>
1457         * textmodes/ispell.el: Don't redo key bindings on loading, put
1458         them only in loaddefs.el.
1459         * bookmark.el: Likewise.
1460         * dabbrev.el: Likewise.
1461         * emerge.el: Likewise.
1463         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
1464         has more than one member.
1466         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
1468 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1470         * lpr.el (printify-region): It was ending conversion before the
1471         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
1473 2003-07-31  John Paul Wallington  <jpw@gnu.org>
1475         * net/browse-url.el (browse-url-epiphany): Doc fix.
1477 2003-07-30  Kenichi Handa  <handa@m17n.org>
1479         * international/fontset.el (setup-default-fontset):
1480         Change registry names of Akurti fonts.
1482 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1484         * comint.el (comint-read-noecho): Use `clear-string' instead of
1485         `fillarray'.
1487 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
1489         * outline.el (outline-mode-hook): Add defvar.
1491 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
1493         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
1494         Restore assembler in source window if that is what has been selected.
1495         (menu): Add gdb-restore-windows to menu.  Make gdba
1496         specific menus only visible from gdba.
1498 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
1500         * progmodes/compile.el (compilation-environment): New user variable.
1501         (compile-internal): Respect it.
1503 2003-07-23  Masatake YAMATO  <jet@gyve.org>
1505         * progmodes/gud.el (gdb-script-font-lock-keywords):
1506         Put `font-lock-function-name-face' on a symbol which includes
1507         `-' like `hook-run'.  Put font-lock-variable-name-face
1508         on a symbol starting with $.
1510 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
1512         * files.el (set-visited-file-name): Use truename for buffer-file-name.
1514 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
1516         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
1518 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
1520         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
1521         Use with-no-warnings.
1522         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
1523         rather than to find-file-not-found-hook, which doesn't exist.
1525 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
1527         * international/quail.el (quail-translate-key): Fix previous change.
1529 2003-07-25  John Paul Wallington  <jpw@gnu.org>
1531         * server.el (server-start): Check `server-process' is non-nil
1532         before killing it to avoid killing current buffer's process.
1534         * simple.el (choose-completion-string): Use `minibufferp';
1535         test `completion-reference-buffer' if `buffer' arg is nil.
1536         (push-mark): Use `when' and `unless'.
1537         (pop-mark): Use `when'.
1539         * mouse-sel.el (mouse-sel-get-selection-function):
1540         Check `x-last-selected-text-primary'.  Don't barf if it or
1541         `x-last-selected-text' aren't bound.
1543 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
1545         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
1547 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
1549         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
1551 2003-07-23  John Paul Wallington  <jpw@gnu.org>
1553         * tooltip.el (defface tooltip): Inherit from variable-pitch.
1555 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
1557         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
1558         string.  Defvar the derived hook.
1560         * macros.el (insert-kbd-macro): Escape double quote character.
1561         From Thomas W Murphy <twm@andrew.cmu.edu>.
1563 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
1565         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
1566         to match the specific mark rather than reusing comment-start-skip.
1568 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
1570         * progmodes/hideshow.el (hs-special-modes-alist):
1571         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
1573 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
1575         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
1576         value using ?\s.
1578 2003-07-21  John Paul Wallington  <jpw@gnu.org>
1580         * subr.el (with-selected-window): Add closing paren.
1582 2003-07-21  Richard M. Stallman  <rms@gnu.org>
1584         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
1585         (lisp-mode): Likewise.
1587         * subr.el (with-selected-window): Copy code form save-selected-window
1588         so as to call select-window with norecord arg.
1589         (dynamic-completion-table): Doc fix.
1590         (lazy-completion-table): Doc fix.
1592         * international/mule-cmds.el (set-locale-environment):
1593         langinfo renamed to locale-info.
1595         * international/mule.el (auto-coding-functions): Doc fix.
1597 2003-07-21  Kenichi Handa  <handa@m17n.org>
1599         * international/quail.el (quail-translate-key):
1600         Update quail-current-str correctly.
1602 2003-07-21  Andreas Schwab  <schwab@suse.de>
1604         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
1605         ?, to "_".
1607 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1608         Version 2.0.36 of Tramp released.
1610         * net/tramp.el (tramp-default-password-end-of-line): Rename from
1611         tramp-password-end-of-line.
1612         (tramp-password-end-of-line): New method parameter.
1613         (tramp-get-password-end-of-line): Function to access method
1614         parameter `tramp-password-end-of-line', or variable
1615         `tramp-default-password-end-of-line' (default value).
1616         (tramp-methods): Add entries for new parameter
1617         tramp-password-end-of-line.
1618         (tramp-enter-password): Use new function
1619         `tramp-get-password-end-of-line'.
1620         (tramp-handle-insert-file-contents): Do not
1621         unconditionally inhibit the file operation file-local-copy, only
1622         do that when the inhibit-file-name-operation is currently
1623         insert-file-contents.  This fixes finding remote CVS-controlled
1624         files.  (It would barf on inserting the CVS/Entries file
1625         literally, because the file-local-copy handler wasn't called.)
1626         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
1627         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
1628         (tramp-initial-commands): New variable.
1629         (tramp-process-initial-commands): New function, using the variable.
1630         (tramp-open-connection-setup-interactive-shell): Call the new function.
1631         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
1632         method into the buffer name, never use nil.  Reported by Hanak
1633         David <dhanak@inf.bme.hu>.
1634         (tramp-open-connection-setup-interactive-shell): Erase buffer
1635         before sending "stty -onlcr".
1637         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
1639 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
1641         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
1643 2003-07-19  John Paul Wallington  <jpw@gnu.org>
1645         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
1646         (artist-draw-rect, artist-draw-square): Doc fixes.
1648         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
1650         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
1652 2003-07-19  Kenichi Handa  <handa@m17n.org>
1654         * international/kkc.el (kkc-show-conversion-list-update):
1655         Highlight the correct candidate in the message.
1657 2003-07-18  John Paul Wallington  <jpw@gnu.org>
1659         * simple.el (current-word): Don't include punctuation char when
1660         `really-word' arg is non-nil.
1662 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
1664         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
1665         moved to the directory obsolete.
1667 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
1669         * info.el (Info-menu-entry-name-re): Allow newlines in
1670         menu entry names.
1672         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
1673         syntax-ppss-after-change-function.
1674         (syntax-ppss-after-change-function): New alias.  Update uses.
1675         (syntax-ppss): Catch the case where the buffer is narrowed.
1677 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
1679         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
1680         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
1682 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
1684         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
1685         since it might be modified.
1687         * progmodes/cc-langs.el (c++-make-template-syntax-table)
1688         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
1689         names to these language constants.
1691 2003-07-15  Kim F. Storm  <storm@cua.dk>
1693         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
1694         All uses changed.
1696 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
1698         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
1699         Namespace support.
1701 2003-07-13  Juanma Barranquero  <lektu@terra.es>
1703         * frame.el (modify-all-frames-parameters): Reinstall (copyright
1704         papers received).
1706 2003-07-13  Karl Eichwalder  <ke@suse.de>
1708         * textmodes/po.el (po-find-charset): White space at the start of the
1709         Content-Type field body is non-mandatory.
1711 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
1713         * textmodes/texinfo.el (texinfo-section-list):
1714         Append appendixsection; a synonym for appendixsec.
1716 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
1718         * man.el (Man-translate-cleanup): New.
1719         (Man-translate-references): Call `Man-translate-cleanup' to clean
1720         leading, trailing and middle spaces.
1722 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
1724         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
1725         Handle `dired-directory' being a list.
1727 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1729         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
1730         it doesn't exist.
1732 2003-07-12  Richard M. Stallman  <rms@gnu.org>
1734         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
1736         * progmodes/cc-defs.el (c-make-keywords-re):
1737         Don't use delete-duplicates.
1738         (c-lang-const): Don't use mapcan.
1740         * apropos.el (apropos-show-scores): Make it customizable.
1741         Document new meaning.
1742         (apropos): Compute scores from symbols.
1743         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
1745 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1747         * ps-bdf.el: Fix copyright line.
1748         (bdf-directory-list): Fix initialization code.
1750 2003-07-11  John Paul Wallington  <jpw@gnu.org>
1752         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
1753         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
1754         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
1756 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
1758         * emacs-lisp/ring.el (ring-elements): Doc fix.
1760 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
1762         * calendar/timeclock.el (timeclock-relative)
1763         (timeclock-ask-before-exiting, timeclock-use-display-time):
1764         Doc changes.
1765         (timeclock-modeline-display): Give a message if
1766         `timeclock-use-display-time' is non-nil but `display-time-mode'
1767         is not active.
1769 2003-07-11  Kenichi Handa  <handa@m17n.org>
1771         * international/mule-cmds.el (set-language-environment):
1772         Set current-language-environment to the correct string.
1774 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1776         * ps-print.el: Print line number correctly in a region.  Reported by
1777         Tim Allen <timallen@ls83.fsnet.co.uk>
1778         (ps-print-version): New version number (6.6.2).
1779         (ps-printing-region): Code fix.
1781 2003-07-10  John Paul Wallington  <jpw@gnu.org>
1783         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
1784         this function can be called from `add-completions-from-tags-table'.
1786 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
1788         * calendar/timeclock.el (timeclock-use-display-time)
1789         (timeclock-day-over-hook, timeclock-workday-remaining)
1790         (timeclock-status-string, timeclock-when-to-leave)
1791         (timeclock-when-to-leave-string, timeclock-log-data)
1792         (timeclock-find-discrep, timeclock-day-base)
1793         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
1794         (timeclock-modeline-display): Set the variable
1795         `timeclock-modeline-display'.
1796         (timeclock-update-modeline): Doc fix.  Respect value of
1797         `timeclock-relative'.
1799 2003-07-09  Richard M. Stallman  <rms@gnu.org>
1801         * textmodes/reftex-parse.el (reftex-all-document-files):
1802         Add autoload cookie.
1804         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
1805         (reftex-scanning-info-available-p): Add autoload cookie.
1807         * international/mule-cmds.el
1808         (set-display-table-and-terminal-coding-system): Delete duplicate
1809         aset on standard-display-table.
1811         * view.el (view-file): If existing buffer's major mode is special,
1812         don't go into view mode.
1814         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
1816 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1818         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
1819         buffer changes; there's third party code that calls this function
1820         directly.
1822 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1824         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
1825         (autodoc-font-lock-keywords): Don't byte compile on font lock
1826         initialization when running from byte compiled files.
1828 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1830         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
1831         statement ends with auto-increment "++".
1833 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1835         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
1836         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
1837         these are changed, so declare them as variables and not constants.
1839 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
1841         * subr.el (dolist, dotimes):  Doc fix.
1843 2003-07-08  Kim F. Storm  <storm@cua.dk>
1845         * international/mule-cmds.el
1846         (set-display-table-and-terminal-coding-system): Don't break
1847         bootstrap if standard-display-table isn't setup yet.
1849 2003-07-07  Richard M. Stallman  <rms@gnu.org>
1851         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
1852         Give it a doc string, and autoload it.
1854         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
1855         Use with-no-warnings.
1857         * info.el (Info-search): If find invisible text, search again.
1859         * isearch.el (search-whitespace-regexp): Add a shy group around it.
1861         * man.el (Man-name-regexp): Match + as part of name.
1863         * simple.el (visible-mode): Rename from vis-mode.
1864         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
1866         * simple.el (current-word): New arg REALLY-WORD specifies
1867         don't include punctuation chars.
1869         * emacs-lisp/debug.el (debug, debugger-env-macro):
1870         Use with-no-warnings while accessing and binding unread-command-char.
1872         * international/mule-cmds.el
1873         (set-display-table-and-terminal-coding-system): Use explicit loop
1874         instead of calling standard-display-default.
1876         * net/ange-ftp.el (ange-ftp-file-symlink-p):
1877         Use condition-case to catch error in ange-ftp-get-files.
1879         * net/browse-url.el (browse-url-browser-function):
1880         Add alternative for Epiphany.
1881         (browse-url-epiphany-program, browse-url-epiphany-arguments)
1882         (browse-url-epiphany-startup-arguments)
1883         (browse-url-epiphany-new-window-is-tab): New variables.
1884         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
1886         * progmodes/compile.el (compile-auto-highlight): Default now t.
1887         (compile): Doc fix.
1888         (compilation-next-error): Fix previous change.
1890         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
1892         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
1894 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
1896         * gdb-ui.el (gdb-source-info): Display current frame when
1897         attaching to an existing process.
1898         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
1899         while laying out windows when attaching to an existing process.
1901 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
1903         * info.el (Info-menu): Use Info-menu-entry-name-re.
1905 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
1907         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
1908         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
1910         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
1911         to match the same text.
1913 2003-07-06  John Paul Wallington  <jpw@gnu.org>
1915         * vc.el (vc-annotate-offset): Move defvar up.
1917 2003-07-06  Kim F. Storm  <storm@cua.dk>
1919         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
1920         This should fix the infinite loop when extracting menu names.
1922 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
1924         * files.el (auto-mode-alist, interpreter-mode-alist):
1925         Remove entries to CC Mode modes to avoid duplicates; they are now added
1926         with autoload directives in cc-mode.el.
1928 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
1930         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
1931         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
1932         these are changed, so declare them as variables and not constants.
1934         * progmodes/cc-mode.el: Fix some autoload problems: Try to
1935         ensure that the entry for ".c" extension comes before the one for
1936         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
1937         Fix incorrect entries that were added to `interpreter-mode-alist'.
1938         Move the autoload directives for AWK to the top level since they
1939         aren't recognized anywhere else.  Do not use the new AWK mode doc
1940         in the autoload form for the old AWK mode.
1942 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1944         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
1945         (bibtex-sort-ignore-string-entries): Default value t.
1946         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
1947         erroneously in previous version.
1948         (bibtex-string-files): Docstring reflects new parsing scheme.
1949         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
1950         docstring, add # as one of the chars to crush
1951         (bibtex-autokey-prefix-string, bibtex-autokey-names)
1952         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
1953         (bibtex-autokey-name-change-strings)
1954         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
1955         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
1956         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
1957         (bibtex-autokey-title-terminators)
1958         (bibtex-autokey-titlewords-stretch)
1959         (bibtex-autokey-titleword-ignore)
1960         (bibtex-autokey-titleword-case-convert)
1961         (bibtex-autokey-titleword-abbrevs)
1962         (bibtex-autokey-titleword-abbrevs)
1963         (bibtex-autokey-titleword-change-strings)
1964         (bibtex-autokey-titleword-length)
1965         (bibtex-autokey-titleword-separator)
1966         (bibtex-autokey-name-year-separator)
1967         (bibtex-autokey-year-title-separator)
1968         (bibtex-autokey-before-presentation-function)
1969         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
1970         Fix docstring.
1971         (bibtex-strings, bibtex-reference-keys):
1972         Use lazy-completion-table and make-variable-buffer-local.
1973         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
1974         (bibtex-braced-string-syntax-table)
1975         (bibtex-quoted-string-syntax-table): New variables.
1976         (bibtex-parse-nested-braces): Remove.
1977         (bibtex-parse-field-string): Use syntax table and forward-sexp.
1978         (bibtex-parse-association): Simplify.
1979         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
1980         (bibtex-parse-field-text): Simplify.
1981         (bibtex-search-forward-field, bibtex-search-backward-field):
1982         argument BOUND can take value t.
1983         (bibtex-start-of-field, bibtex-start-of-name-in-field)
1984         (bibtex-end-of-name-in-field, bibtex-end-of-field)
1985         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
1986         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
1987         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
1988         (bibtex-skip-to-valid-entry): Return buffer position of beginning
1989         and ending of entry.  Update for changes of bibtex-search-entry.
1990         Simplify.
1991         (bibtex-map-entries): FUN is called with three arguments.
1992         (bibtex-search-entry): Return a cons pair with buffer positions of
1993         beginning and end of entry.
1994         (bibtex-enclosing-field): Simplify.
1995         (bibtex-format-entry): Use booktitle to set a missing title.
1996         (bibtex-autokey-get-names): Fiddle with regexps.
1997         (bibtex-generate-autokey): Use identity.
1998         (bibtex-parse-keys): Use simplified parsing algorithm if
1999         bibtex-parse-keys-fast is non-nil. Simplify. Change order of
2000         arguments. Return alist of keys.
2001         (bibtex-parse-strings): Simplify. Return alist of strings.
2002         (bibtex-complete-string-cleanup): Fix docstring.
2003         (bibtex-read-key): New function.
2004         (bibtex-mode): Fix docstring. Do not parse for keys and
2005         strings when the mode is entered. Set fill-paragraph-function to
2006         bibtex-fill-field. Setup font-lock-mark-block-function the way
2007         font-lock intended.
2008         (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
2009         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
2010         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
2011         (bibtex-Preamble): Avoid hard coded constants.
2012         (bibtex-make-field): Fix docstring. Simplify.
2013         (bibtex-beginning-of-entry): Always return new position of point.
2014         (bibtex-end-of-entry): Rearrange cond clauses.
2015         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
2016         Update for changes of bibtex-map-entries.
2017         (bibtex-ispell-abstract): Do not move point.
2018         (bibtex-entry-index): Use downcase. Simplify.
2019         (bibtex-lessp): Handle catch-all.
2020         (bibtex-find-crossref): Turn into a command.
2021         (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
2022         (bibtex-clean-entry): Use bibtex-read-key. Handle string and
2023         preamble entries.
2024         (bibtex-fill-field-bounds): New function.
2025         (bibtex-fill-field): New command. Bound to fill-paragraph-function.
2026         (bibtex-fill-entry): Use bibtex-fill-field-bounds
2027         (bibtex-String): Use bibtex-strings.  Always obey
2028         bibtex-sort-ignore-string-entries.
2030 2003-07-05  John Paul Wallington  <jpw@gnu.org>
2032         * cus-theme.el (customize-create-theme):
2033         Call `customize-create-theme' in Reset widget's notify function.
2035         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
2036         (ibuffer-mark-interactive): Use `or' instead of `unless'.
2037         (define-ibuffer-column name): Add summarizer.
2038         (define-ibuffer-column size): Likewise.
2039         (define-ibuffer-column filename): Likewise.
2040         (define-ibuffer-column process): Likewise.  Change BODY's output too.
2041         (define-ibuffer-column filename-and-process): Likewise, likewise.
2042         (ibuffer): Remove local vars `already-in' and `need-update'.
2044         * ibuf-ext.el: Don't require `derived' at compile-time.
2046 2003-07-05  Kim F. Storm  <storm@cua.dk>
2048         * info.el: Disable paragraph refilling.
2049         (Info-refill-paragraphs): New defcustom.
2050         (Info-fontify-node): Use it.
2052 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
2054         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
2055         thingies from constructors created by defstruct.
2057         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
2058         the default value of the variable.
2059         (byte-code-meter): Move declaration to top level.
2061         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
2063         * info.el (Info-following-node-name-re): New fun.
2064         (Info-following-node-name): Remove.
2065         (Info-insert-dir): Use the new fun.
2066         (Info-extract-pointer): Don't save restriction; use new fun.
2067         (Info-menu-entry-name-re): New const.
2068         (Info-menu-entry-name-re): Use it along with new fun.
2069         (Info-node-spec-re): Use new fun.
2070         (Info-complete-menu-item, Info-fontify-node): Use new const.
2071         (Info-goto-node, Info-follow-reference, Info-menu-update):
2072         Use match-string.
2073         (Info-follow-reference): Use assoc-string.
2074         Use a list of strings for the completion table.
2075         (Info-fontify-node): Use match-string, line-end-position.
2076         Limit the search for `node:' to the first line.
2078         * newcomment.el (uncomment-region): Remove padding coming from
2079         comment-start rather than just from comment-padding.
2081         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
2082         (vc-cvs-stay-local-p): Use vc-stay-local-p.
2083         (vc-cvs-rename-file): Remove (use the default).
2084         (vc-cvs-register): Register parent dir if needed.
2085         (vc-cvs-could-register): Return non-nil if parent can be registered.
2086         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
2087         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
2089         * vc-svn.el (vc-svn-use-edit): Make it into a const.
2090         (vc-svn-update): Fix the arguments to `svn'.
2091         (vc-svn-diff-tree): Just use `vc-svn-diff'.
2092         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
2093         Simple implementations, assuming `name' is a URL.
2095         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
2096         set of chars allowed unquoted in a case pattern.
2098         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
2100         * font-lock.el (font-lock-extra-types-widget)
2101         (c-font-lock-extra-types, c++-font-lock-extra-types)
2102         (objc-font-lock-extra-types, java-font-lock-extra-types)
2103         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
2104         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
2105         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
2106         (font-lock-match-c++-structor-declaration)
2107         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
2108         (c++-font-lock-keywords-3, c++-font-lock-keywords)
2109         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
2110         (objc-font-lock-keywords-3, objc-font-lock-keywords)
2111         (java-font-lock-keywords-1, java-font-lock-keywords-2)
2112         (java-font-lock-keywords-3, java-font-lock-keywords)
2113         (java-font-lock-syntactic-face-function): Remove obsolete code
2114         and constants.  It's all in cc-fonts.el now.
2116 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
2118         * mail/sendmail.el (mail-specify-envelope-from)
2119         (mail-envelope-from): Doc fix.
2121 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
2123         * generic-x.el: Do away with the dependency on `c-emacs-features'
2124         when populating `rul-generic-mode-syntax-table'; we already know
2125         this isn't XEmacs.
2127 See ChangeLog.10 for earlier changes.
2129 ;; Local Variables:
2130 ;; coding: iso-2022-7bit
2131 ;; End:
2133     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
2134   Copying and distribution of this file, with or without modification,
2135   are permitted provided the copyright notice and this notice are preserved.
2137 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1