(fringe-mode): Fix docstring.
[emacs.git] / lisp / ChangeLog
blob59511feebca629e0aa3b390171a430d88002054d
1 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
2         
3         * ediff-mult.el (ediff-filegroup-action): use
4         ediff-default-filtering-regexp.
5         
6         * ediff-util.el (ediff-recenter): don't call
7         ediff-restore-highlighting twice.
8         (ediff-select-difference): set current difference.
9         (ediff-unselect-and-select-difference): added comment.
10         
11         * ediff.el (ediff-directories,ediff-directory-revisions,
12         ediff-directories3,ediff-merge-directories,
13         ediff-merge-directories-with-ancestor,ediff-merge-directory-revisions,
14         ediff-merge-directory-revisions-with-ancestor): use
15         ediff-default-filtering-regexp.
16         
17 2003-10-12  Andreas Schwab  <schwab@suse.de>
19         * international/mule-cmds.el (locale-charset-language-names):
20         Simplify regex by removing unused grouping.
22 2003-10-10  Dave Love  <fx@gnu.org>
24         * bindings.el: Don't bind stop.
26 2003-10-08  Miles Bader  <miles@gnu.org>
28         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
29         face instead of attempting to emulate it.
31 2003-10-07  Kenichi Handa  <handa@m17n.org>
33         * international/mule-diag.el (list-coding-systems-1): List coding
34         systems that are loaded automatically.
36         * international/code-pages.el (iso-8859-11): Add autoload cookie.
38         * international/mule.el (autoload-coding-system): New function.
40 2003-10-07  Andreas Schwab  <schwab@suse.de>
42         * log-edit.el (log-edit-changelog-entries): Prefer local value of
43         change-log-default-name in the buffer visiting the file.
45 2003-10-06  Dave Love  <fx@gnu.org>
47         * files.el (find-file-hook): Customize.
48         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
50         * bindings.el (completion-ignored-extensions): Remove .log.
51         (global-map): Add again, open, stop keys.
53 2003-10-05  Richard M. Stallman  <rms@gnu.org>
55         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
56         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
57         Use sh-modify directly.
58         (sh-select): Use sh-append, not eval.
60         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
62         * info.el (Info-following-node-name): New function.
64         * loadhist.el (unload-feature-special-hooks):
65         Renamed from loadhist-hook-functions.
66         (loadhist-hook-functions): Now an alias.
68 2003-10-04  Eli Zaretskii  <eliz@elta.co.il>
70         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
71         file-name clashes on 8+3 filesystems.
73         * Makefile.in (DONTCOMPILE, bootstrap-clean): Rename
74         loaddefs-boot.el to ldefs-boot.el
76         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
77         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
79 2003-10-03  Lute Kamstra  <lute@gnu.org>
81         * info.el (Info-mode): Revert previous change.
82         (Info-escape-percent): New function.
83         (Info-fontify-node): Use it.
85 2003-10-02  Andreas Schwab  <schwab@suse.de>
87         * loaddefs-boot.el: Regenerated.
89 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
91         * ffap.el: Remove defadvice related code from CVS since `complete'
92         provides a `PC-completion-as-file-name-predicate' variable that
93         ffap can override.
95 2003-10-02  Kenichi Handa  <handa@m17n.org>
97         * international/utf-8.el (ccl-decode-mule-utf-8): Lookup
98         utf-subst-table-for-decode even for U+E000..U+FFFF.
100         * international/subst-jis.el: Include U+FF00..U+FFEF in decode
101         table.
102         * international/subst-big5.el: Likewise.
103         * international/subst-gb2312.el: Likewise
104         * international/subst-ksc.el: Likewise.
106 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
108         * calendar/calendar.el (increment-calendar-month)
109         (calendar-leap-year-p, calendar-absolute-from-gregorian)
110         (generate-calendar, calendar-read-date, calendar-interval)
111         (calendar-day-of-week): Handle years BC.
112         (generate-calendar-month, calendar-gregorian-from-absolute): Doc
113         fix.
115 2003-10-01  Dave Love  <fx@gnu.org>
117         * language/cyrillic.el (cp1251): Alias for windows-1251.
119         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
120         bootstrap.
122 2003-10-01  Lute Kamstra  <lute@gnu.org>
124         * files.el: Fix typo.
125         * imenu.el (imenu--generic-function): Docstring fix.
127 2003-09-30  Richard M. Stallman  <rms@gnu.org>
129         * dired.el (dired-mode): Handle dired-directory as a list.
131 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
133         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
135         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
137         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Replace
138         gud-display with gud-watch.
139         (gud-speedbar-buttons): Add stuff for watching expressions
140         in the speedbar when using M-x gdba. Use dolist on old part
141         of this function.
143         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
144         (gdb-update-flag): New variables.
145         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
146         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
147         (gud-watch, gdb-var-create-handler) : New functions.
148         (gdb-var-list-children, gdb-var-list-children-handler)
149         (gdb-var-create-regexp, gdb-var-update-regexp)
150         (gdb-var-list-children-regexp): New constants.
151         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI
152         works.
153         (gdb-annotation-rules): Reduced annotation set (level 3).
154         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
155         (gdb-post-prompt): Don't update GDB buffers every time speedbar
156         updates.
157         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
158         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
159         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
160         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
161         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
162         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
163         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
164         (gud-display, gud-display1)
165         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
166         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
167         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
168         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
169         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
170         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
171         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
172         (gdb-display-display-buffer, gdb-toggle-display)
173         (gdb-delete-display, gdb-expressions-popup-menu)
174         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
175         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
176         to display buffer.
178 2003-09-30  Richard M. Stallman  <rms@gnu.org>
180         * progmodes/ada-mode.el (ada-mode): Don't use advice.
181         Instead, set which-func-functions.
183         * progmodes/which-func.el (which-func-modes): Add ada-mode.
184         (which-func-functions): New variable.
185         (which-function): Use that.
187         * info.el (Info-mode): Double each `%' in header line.
189         * emacs-lisp/lisp-mnt.el (lm-with-file):
190         When FILE is nil, run BODY in current buffer.
192         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
194         * help.el (describe-mode): Start with a brief list of minor modes.
195         Find them thru minor-mode-list so as to find them all.
196         Show them in alphabetical order.
198         * mail/sendmail.el (mail-aliases): Doc fix.
200         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
202 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
204         * mail/rmailsum.el (rmail-make-summary-line-1):
205         Change comma after last label to a space.
206         (rmail-summary-font-lock-keywords): Adapt to that change.
208 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
210         * progmodes/scheme.el (scheme-mode-variables): When setting
211         `font-lock-defaults', also specify that "#" should
212         be interpreted with `word' syntax.
213         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
215 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
217         * desktop.el: A lot of comments updated.
218         (desktop-save-mode): Minor mode introduced.
219         (desktop-enable, desktop-clear-preserve-buffers): Variables made
220         obsolete.
221         (desktop-load-default): Function made obsolete.
222         (desktop-locals-to-save): Variable made customizable.
223         (desktop-read): Optional parameter `dirname' added.
224         (desktop-change-dir, desktop-revert): Parameter `dirname' in
225         `desktop-read' used.
226         (desktop-save-in-load-dir): Renamed to `desktop-save-in-desktop-dir'.
228 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
230         * whitespace.el (whitespace-clean-msg): Add user customizable message
231         for displaying ``clean'' output.
232         (whitespace-buffer): Use `whitespace-clean-msg'.
233         (whitespace-global-mode): Fix typo.
235 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
237         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
239 2003-09-29  Lute Kamstra  <lute@gnu.org>
241         * bindings.el (mode-line-modes): Remove superfluous :propertize
242         construct in initialization.
243         (mode-line-position): Change cons cell into proper list in
244         initialization.
246 2003-09-29  SAITO Takuya <tabmore@rivo.mediatti.net>  (tiny change)
248         * international/mule.el (decode-coding-inserted-region): Use car
249         of the return value of find-operation-coding-system.
251 2003-09-29  Kenichi Handa  <handa@m17n.org>
253         * descr-text.el (describe-char): Fix previous change.
255 2003-09-28  Kenichi Handa  <handa@m17n.org>
257         * descr-text.el (describe-char-display): New function.
258         (describe-char): Pay attention to display table on describing how
259         a character is displayed.
261         * international/mule-cmds.el (encoded-string-description): Prepend
262         "0x" to each encoded byte.
264 2003-09-28  Andreas Schwab  <schwab@suse.de>
266         * find-file.el (ff-special-constructs): Add autoload cookie.
268 2003-09-28  Kevin Ryde  <user42@zip.com.au>
270         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
271         makeinfo appends to duplicate index entries.
273 2003-09-28  Eli Zaretskii  <eliz@elta.co.il>
275         * dired-x.el (dired-clean-tex): Doc fix.
277         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
278         using a Chinese tutorial.
280 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
282         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
283         between "MAIL FROM:" and "RCPT TO:" and the following address.
285 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
287         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
289 2003-09-28  David Ponce  <david@dponce.com>
291         * recentf.el (recentf-initialize-file-name-history): New
292         defcustom.
293         (recentf-load-list): When `recentf-initialize-file-name-history'
294         is non-nil, initialize an empty `file-name-history' with the
295         recent list.
297 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg> (tiny patch)
299         * man.el (Man-default-man-entry): Remove the leading `*' from the
300         word at point.
302 2003-09-26  Lute Kamstra  <lute@gnu.org>
304         * bindings.el (mode-line-position): Mention size indication in
305         docstring.
307 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
309         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
311         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
312         because it's autoloaded now.
314 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
316         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
317         (sh-font-lock-keywords, sh-feature): Fix previous change of
318         sh-feature to avoid infloop with sh-font-lock-keywords.
320 2003-09-25  Kim F. Storm  <storm@cua.dk>
322         * frame.el (frame-current-scroll-bars): New defun.
324         * window.el (window-current-scroll-bars): New defun.
326 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
328         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
329         cause errors when the state cache contains info on parts that have
330         been narrowed out.
332 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
334         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
335         `c-setup-paragraph-variables' has to be used when this variable is
336         changed; it doesn't work to reinitialize the mode since that
337         typically clobbers the variable.
339         * progmodes/cc-styles.el (c-setup-paragraph-variables):
340         Make it interactive.
342 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
344         * progmodes/cc-fonts.el (c-font-lock-declarations):
345         Fix recognition of constructors and destructors for classes whose
346         names are matched by `*-font-lock-extra-types'.
348         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
349         followed by an identifier in C++ then it's a type.
351 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
353         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
354         problem that primarily affected XEmacs.  Don't use faces to find
355         unterminated strings since Emacs and XEmacs fontify strings
356         differently - this function should now work better in XEmacs.
358 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
360         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
361         `expand-abbrev' workaround which caused braces to misbehave inside
362         macros.
364         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
365         handling.  This bug could cause interactive font locking to bail out.
367 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
369         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
370         Handle paren-style types in Pike.  Also fixed some cases of
371         insufficient handling of unbalanced parens.
373 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
375         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
376         common shell prompts that are not common filename or URL
377         characters.
378         (ffap-file-at-point): Use the new regexp to strip the prompts from
379         the file names. This is an issue mostly for user prompts that
380         don't have a trailing space and find-file-at-point is invoked from
381         within a shell inside emacs.
383 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
385         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
386         stamps numerically, rather than textually.
388 2003-09-24  Kenichi Handa  <handa@m17n.org>
390         * language/devan-util.el (devanagari-post-read-conversion):
391         * language/mlm-util.el (malayalam-post-read-conversion):
392         * language/tml-util.el (tamil-post-read-conversion):
393         Add autoload cookie.
395         * international/utf-8.el (utf-8-post-read-conversion):
396         Call post-read-conversion functions for Devanagari, Malayalam,
397         and Tamil.
399 2003-09-23  Dave Love  <fx@gnu.org>
401         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
403 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
405         * progmodes/gud.el (perldb): Add gud-until to list of commands.
406         Update gud-remove.
408 2003-09-22  Richard M. Stallman  <rms@gnu.org>
410         * progmodes/sh-script.el (sh-mode-default-syntax-table):
411         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
412         (sh-mode-syntax-table-input): New variable.
413         (sh-require-final-newline): Don't use eval.
414         (sh-builtins, sh-leading-keywords, sh-other-keywords)
415         (sh-variables, sh-font-lock-keywords): Don't use eval.
416         (sh-set-shell): When setting require-final-newline,
417         treat value = `require-final-newline' as don't change it.
418         Set sh-mode-syntax-table locally based on
419         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
421         * progmodes/compile.el (compile-internal):
422         Call compilation-set-window-height before setting window start.
424 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
426         * emacs-lisp/bytecomp.el (byte-compile-log-file):
427         Clear out byte-compile-last-warned-form.
429 2003-09-22  Richard M. Stallman  <rms@gnu.org>
431         * woman.el (woman-file-name, woman-follow-word):
432         If current-word returns nil, use "".
434         * simple.el (eval-expression): Bind standard-output in to-buffer case.
436 2003-09-22  Richard M. Stallman  <rms@gnu.org>
438         * emacs-lisp/lisp-mnt.el (lm-with-file):
439         Don't visit the file, just use insert-file-contents in temp buffer.
441 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
443         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
444         Add surrounding \\( and \\) around the header, as in
445         for lm-history-header 'Change Log\\|History'.
447 2003-09-22  John Paul Wallington  <jpw@gnu.org>
449         * progmodes/ld-script.el: Add Commentary section,
450         minor cleanup of file header.
451         (ld-script-font-lock-keywords): Doc fix.
452         (toplevel): Provide `ld-script' feature.
454 2003-09-21  Kim F. Storm  <storm@cua.dk>
456         * scroll-bar.el (set-scroll-bar-mode): Initialize to
457         new built-in variable default-frame-scroll-bars.
458         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
459         scroll-bar-mode; notably, use it instead of t when we toggle
460         scroll-bars on.
461         (toggle-scroll-bar): Use default-frame-scroll-bars.
463 2003-09-19  Masatake YAMATO  <jet@gyve.org>
465         * pcvs.el (cvs-do-removal): Change the prompt depending on
466         `filter' value.
468 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
470         * startup.el (command-line-1): Stop startup-echo-area-message
471         being hidden by "Loading image..." message.
472         (use-fancy-splash-screens-p, display-splash-screen):
473         Move display-graphic-p test from latter to former.
475         * progmodes/sh-script.el (sh-font-lock-keywords):
476         Highlight escaped EOLs differently from other backslash constructs.
478 2003-09-19  Richard M. Stallman  <rms@gnu.org>
480         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
481         New functions.
482         (edebug-enter, edebug-outside-excursion): Use them.
484         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
485         Fix the condition for whether to print "In WHERE".
487 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
489         * finder.el (finder-mode-hook): New variable.
490         (finder-mode): Run hook finder-mode-hook
492 2003-09-18  Masatake YAMATO  <jet@gyve.org>
494         * progmodes/ebrowse.el: Fix broken magic autoload comments.
496 2003-09-17  Mario Lang  <mlang@delysid.org>
498         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
499         "p %e" to actually print the value in the GUD buffer.
501 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
503         From David Ponce <david.ponce@wanadoo.fr>:
504         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
505         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
506         from loaddefs-boot.el if necessary.
508 2003-09-15  Zoltan Kemenczy <kemenczy@rogers.com>
510         * progmodes/gud.el (gud-find-class): Make jdb work again since
511         cc-mode changed the syntactic information.
513 2003-09-15  David Ponce  <david@dponce.com>
515         * recentf.el: (recentf-exclude): Accept predicates too.
516         (recentf-file-readable-p): New function.
517         (recentf-include-p): Handle predicates in recentf-exclude.
518         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
519         (recentf-cleanup): Likewise.
520         (recentf-save-list): Use write-file to handle backup of
521         recentf-save-file.
523 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
525         * loaddefs-boot.el: Renamed from `loaddefs.el'
526         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
527         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
528         necessary.
530 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
532         * electric.el (Electric-pop-up-window): For the `one-window' case,
533         no longer disconcertingly move point in the original buffer.
535 2003-09-13  Kevin Rodgers  <ihs_4664@yahoo.com> (tiny change)
537         * hl-line.el: Documentation (comments-only) fix.
539 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
541         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
543 2003-09-12  Eric Hanchrow <offby1@blarg.net>  (tiny change)
545         * dired.el (dired-mode-map): Fix typo.
547 2003-09-11  Richard M. Stallman  <rms@gnu.org>
549         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
551 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
553         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
554         the function is less noisy.  Now only `kill-buffer' can ask questions.
556 2003-09-10  Mario Lang  <mlang@delysid.org>
558         * battery.el: Update Commentary and Copyright.
559         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
560         appear due to wrong ordering of the expressions in `or'.
562 2003-09-09  Lute Kamstra  <lute@gnu.org>
564         * misc.el (upcase-char): Fix docstring.
565         (zap-up-to-char): New command.
567 2003-09-08  David Ponce  <david@dponce.com>
569         Ensure that recentf correctly updates the menu bar.
570         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
571         (recentf-menu-bar): New function.
572         (recentf-clear-data): Use it
573         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
574         of easy-menu-change.
576 2003-09-08  Lute Kamstra  <lute@gnu.org>
578         * simple.el (size-indication-mode): New.
579         * bindings.el (mode-line-position): Add buffer size indicator.
581 2003-09-04  Mario Lang  <mlang@delysid.org>
583         * battery.el (battery-linux-proc-acpi): New function.
584         (battery-status-function): Modify default value calculation to also
585         check for availability of ACPI.
586         (battery-echo-area-format): Ditto.
587         (battery-mode-line-format): Ditto.
589 2003-09-06  Dave Love  <fx@gnu.org>
591         * ielm.el (ielm-mode-hook): Add :options.
593         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
594         (eldoc-print-current-symbol-info): Use it.
596 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
598         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
599         being displayed in GUD buffer.
600         (gdb-idle-input-queue): Remove var. Use just one queue.
601         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
602         Remove functions.  Use just one queue.
603         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
604         (gdb-invalidate-assembler, gdb-get-current-frame):
605         Modify functions.  Use just one queue.
607 2003-09-04  Dave Love  <fx@gnu.org>
609         * cus-start.el: Add blink-cursor-alist.
611         * ruler-mode.el (ruler-mode-fill-column-char)
612         (ruler-mode-current-column-char): Use char-displayable-p,
613         not window-system.
615         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
617         * language/european.el (windows-1252): Move from code-pages.
619         * language/cyrillic.el ("Windows-1251"): Delete.
620         ("Bulgarian", "Belarusian"): Remove `features'.
621         (windows-1251): Move from code-pages.
623         * international/mule-diag.el (non-iso-charset-alist):
624         Remove `codepage' stuff.
625         (print-designation, list-coding-systems-1): Output fixes.
627         * international/code-pages.el (cp-make-translation-table)
628         (cp-valid-codes): Made defsubsts.
629         (cp-fix-safe-chars): Delete.
630         (mule-diag): Don't require.
631         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
632         (top-level): Check for defined coding system when defining
633         cp... aliases.  Change w32-add-charset-info test to avoid warning.
634         (non-iso-charset-alist): Defvar when compiling.
635         (cp-make-coding-system): Doc fix.
637 2003-09-02  Jason Rumney  <jasonr@gnu.org>
639         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
640         line-ends from CVS before doing conversion.
642 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
644         * calendar/diary-lib.el (diary-header-line-flag)
645         (diary-header-line-format): New variables.
646         (list-diary-entries): Use them to set header line in simple diary.
648         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
649         other than font-lock-string-face to highlight backslashes.
651 2003-09-01  Jason Rumney  <jasonr@gnu.org>
653         * international/titdic-cnv.el (tit-read-key-value): Include \r in
654         regexp.
656 2003-09-01  Dave Love  <fx@gnu.org>
658         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
660         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
661         and :help; also line and column numbers labels.
663         * international/mule-util.el (char-displayable-p): Move from
664         latin1-disp, rename and autoload.
666         * international/latin1-disp.el (latin1-char-displayable-p):
667         Now obsolete alias.  Replace uses with char-displayable-p.
668         (latin1-display-ucs-per-lynx): Fix last change.
670         * international/mule-cmds.el (standard-display-european-internal):
671         Don't use char code for Latin-1 NBSP.
672         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
673         U+2018, U+2019 for `'.
674         (select-safe-coding-system): Message fix.
676 2003-09-01  Kenichi Handa  <handa@m17n.org>
678         * international/fontset.el (setup-default-fontset): For Thai
679         font, specify "*" family.
681 2003-09-01  Kevin Rodgers <ihs_4664@yahoo.com>  (tiny change)
683         * progmodes/compile.el (previous-error): Accept a prefix
684         argument, similarly to next-error.
686 2003-08-31  Masatake YAMATO  <jet@gyve.org>
688         * pcvs.el (cvs-do-removal): Use = instead of eq to check
689         the number of files.  Bind the number of files to a local
690         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
692 2003-08-30  Eli Zaretskii  <eliz@elta.co.il>
694         * vc-hooks.el (vc-make-version-backup): Fix the change made on
695         2003-07-26: msdos-long-file-names is a function, not a variable.
697 2003-08-29  Richard M. Stallman  <rms@gnu.org>
699         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
700         Do nothing with mail-personal-alias-file if it is nil.
702         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
703         Do nothing if mail-personal-alias-file is nil.
705         * term.el (term-exec-1): Bind coding-system-for-read.
707         * dired.el (dired-mouse-find-file-other-window):
708         Use dired-view-command-alist here, as in dired-view-file.
709         (dired-view-command-alist): Use %s to substitute file name.
710         Handle .ps_pages, .eps, .jpg, .gif, .png.
712 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
714         * info.el (Info-mode-map): Bind S-tab and <backtab> to
715         `Info-prev-reference', instead of M-tab.
717 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
719         * simple.el (blink-matching-open): Work correctly on chars that
720         are designated as parens through the syntax-table text property.
722 2003-08-29  Thierry Emery <thierry.emery@club-internet.fr>  (tiny change)
724         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
725         line break position in the middle of a non-kinsoku (e.g. latin)
726         word, making it skip until either a space or a character with
727         category "|".
728         (kinsoku-longer): Test for end of buffer.
730 2003-08-28  Eli Zaretskii  <eliz@elta.co.il>
732         * mail/rmail.el (rmail-convert-to-babyl-format):
733         Detect quoted-printable- and base64-encoded messages and decode them
734         automatically.  Set the message's encoding from the charset=
735         header, if any.  Decode base64-encoded messages in Mail format as well.
737 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
739         * mail/smtpmail.el Fix previous change:
740         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
741         calling smtpmail-via-smtp.
742         (smtpmail-via-smtp): Add fall-back values for envelope-from.
744 2003-08-26  John Paul Wallington  <jpw@gnu.org>
746         * image.el (image-jpeg-p): Don't search beyond length of data.
748 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
750         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
751         misfeature in `expand-abbrev' which caused electric keywords like
752         "else" to disappear if an open brace was typed directly afterwards.
754 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
756         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
757         mandatory in `define-widget'.
759         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
760         Don't align the operators "!=", "<=" and ">=" as assignment operators.
762         (c-assignment-operators): New language constant that only contains
763         the assignment operators.
765         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
767 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
769         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
770         Safeguard against unbalanced sexps.
772 2003-08-26  Terje Rosten <terjeros@phys.ntnu.no>
774         * version.el (emacs-version): Check for gtk.  Include gtk version info.
776 2003-08-25  John Paul Wallington  <jpw@gnu.org>
778         * man.el (Man-default-man-entry): Don't whizz past the section
779         number before looking for it.
781 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
783         * progmodes/gud.el (gud-display-line): Don't set window-point if
784         source buffer is not visible. (Only happens with M-x gdba).
786         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
787         documentation.
788         (gdb-source, gdb-source-info): Update to assembler unnecessary
789         as its done after each GDB command anyway.
790         (gdb-pre-prompt): Use with-current-buffer.
791         (gdb-insert-field): Add help-echo text.
792         (gdb-invalidate-assembler): Re-display of assembler now done in
793         gdb-info-breakpoints-custom.
794         (gdb-info-breakpoints-custom): Force re-display of assembler to
795         happen *after* update of breakpoints buffer.
796         (gdb-display-source-buffer): Don't choke if gdb-source-window
797         isn't visible.
798         (gdb-put-string, gdb-put-arrow): Remove free variables.
800 2003-08-24  John Paul Wallington  <jpw@gnu.org>
802         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
804         * man.el (Man-default-man-entry): Strip text properties when
805         snarfing parts of entry because `format' preserves properties.
807 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
809         * files.el (file-newest-backup): Use `expand-file-name'.
811         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
812         Allow the diary to pop up a new frame, if needed.
814         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
815         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
816         (smtpmail-send-it): Make treatment of envelope-from consistent with
817         sendmail.el.
819         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
820         (sh-leading-keywords): Add the bash `time' reserved word.
821         (sh-variables): Add some bash variables.
822         (sh-add-completer): Fix nil branch of case statement.
824 2003-08-24  Masatake YAMATO  <jet@gyve.org>
826         * progmodes/ld-script.el: New file.
828 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
830         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
832 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
834         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
835         Better explain obsolescence, and what to use instead.
837 2003-08-23  Masatake YAMATO  <jet@gyve.org>
839         * pcvs.el (cvs-do-removal): Show the deleted file name
840         on the prompt.
842 2003-08-20  Dave Love  <fx@gnu.org>
844         * international/mule.el (make-coding-system)
845         (set-buffer-file-coding-system): Doc fix.
847         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
849         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
851         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
853         * international/utf-16.el: Add mime-text-unsuitable coding system
854         properties.
856         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
858         * cus-edit.el: Add some :links.
859         (bib): Remove.
861         * textmodes/bib-mode.el (bib): Add :group external.
863 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
865         * wid-edit.el (widget-echo-help): Make it handle expressions that
866         evaluate to strings.
868 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
870         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
872         Simplify selection of SQL products to define highlighting and
873         interactive mode.  Includes detailed instructions on adding
874         support for new products.
876         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
877         product for use in highlighting and interactive mode.
878         (sql-interactive-product): New variable.  SQL product for
879         sql-interactive-mode.
880         (sql-product-support): New variable.  Specifies product-specific
881         parameters to drive highlighting and interactive mode.
882         (sql-imenu-generic-expression): Add more object types.
883         (sql-sqlite-options): Correct comment.
884         (sql-ms-program): Use "osql" rather than "isql".
885         (sql-prompt-regexp, sql-prompt-length): Update comment.
886         (sql-mode-menu): Add "Start SQLi session" entry.
887         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
888         (sql-mode-abbrev-table): Add abbreviations.  Support of
889         SYSTEM-FLAG on define-abbrev.  Support was removed with last
890         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
891         (sql-mode-font-lock-object-name): Add font-lock pattern for object
892         names.
893         (sql-mode-ansi-font-lock-keywords): Set as default value.
894         (sql-mode-oracle-font-lock-keywords): Set as default value.
895         Support Oracle 9i keywords.
896         (sql-mode-postgres-font-lock-keywords): Set as default value.
897         (sql-mode-linter-font-lock-keywords): Set as default value.
898         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
899         SQLServer 2000.
900         (sql-mode-sybase-font-lock-keywords)
901         (sql-mode-interbase-font-lock-keywords)
902         (sql-mode-sqlite-font-lock-keywords)
903         (sql-mode-strong-font-lock-keywords)
904         (sql-mode-mysql-font-lock-keywords)
905         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
906         keywords.
907         (sql-mode-font-lock-defaults): Update comment.
908         (sql-product-feature): New function.  Returns feature associated
909         with a product from `sql-product-support' alist.
910         (sql-product-font-lock): New function.  Set font-lock support
911         based on `sql-product'.
912         (sql-add-product-keywords): New function.  Add font-lock rules to
913         product-specific keyword variables.
914         (sql-set-product): New function.  Set `sql-product' and apply
915         appropriate font-lock highlighting.
916         (sql-highlight-product): New function.  Set font-lock support
917         based on a product.  Also set mode name to include product name.
918         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
919         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
920         Use `sql-set-product'.
921         (sql-highlight-ms-keywords)
922         (sql-highlight-sybase-keywords)
923         (sql-highlight-interbase-keywords)
924         (sql-highlight-strong-keywords)
925         (sql-highlight-mysql-keywords)
926         (sql-highlight-sqlite-keywords)
927         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
928         (sql-get-login): Prompt in the same order as the tokens.
929         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
930         (sql-product-interactive): New function.  Common portions of
931         product-specific interactive mode wrappers.
932         (sql-interactive-mode): Rewritten to use product features.
933         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
934         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
935         (sql-db2, sql-linter): Use `sql-product-interactive'.
936         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
937         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
938         (sql-connect-ingres, sql-connect-postgres)
939         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
940         New functions.  Format command line parameters and invoke comint on
941         the appropriate interpreter.  Code was in the corresponding
942         `sql-xyz' function before.
943         (sql-connect-ms): New function.  Support -E argument to use
944         operating system credentials for authentication.
946 2003-08-18  Kenichi Handa  <handa@m17n.org>
948         * international/mule.el (encode-char): Fix for the ASCII case.
950 2003-08-15  Kenichi Handa  <handa@m17n.org>
952         * international/fontset.el (setup-default-fontset): Change "*" to
953         nil in the specifications of font family.
955 2003-08-18  Kim F. Storm  <storm@cua.dk>
957         * kmacro.el (kmacro-keymap): Group related bindings in
958         initialization for clarity.  Bind C-s to start macro.
959         Remove C-r binding.
960         (kmacro-initial-counter-value): New defvar to hold initial counter
961         value in case we set the value before defining a macro.
962         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
963         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
964         not defining or executing macro.  Doc fix.
965         (kmacro-add-counter): Clear kmacro-initial-counter-value.
966         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
967         temporarily view older elements on the macro ring without cycling
968         the ring.
969         (kmacro-display): Doc fix.
970         (kmacro-exec-ring-item): New helper function.
971         (kmacro-call-ring-2nd): Use it.
972         (kmacro-call-ring-2nd-repeat): Doc fix.
973         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
974         (kmacro-end-or-call-macro): Execute last viewed macro (using
975         kmacro-exec-ring-item) from ring if this follows
976         kmacro-view-macro.  This allows us to find a macro on the ring
977         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
978         the ring to bring it to the head of the ring.
979         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
980         Allow binding to reserved keys without specifying C-x C-k prefix.
981         Ask for confirmation if entered key sequence is already bound to
982         a non-macro command.
983         (kmacro-view-macro): Repeating command will show older elements
984         on the macro ring; C-k will execute the last viewed macro.
985         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
986         property from 'ring to 'head.
988 2003-08-17  Alan Shutko  <ats@acm.org>
990         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
991         keeping December out of the alist.
993 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
995         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
996         * calendar/calendar.el (calendar-mode-map): Bind it to key.
997         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
998         (calendar-flatten): New function.
999         (calendar-mouse-view-other-diary-entries)
1000         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
1001         in the menu title and to show multi-line diary entries correctly
1002         in the menu.
1004 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
1006         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
1007         defcustom, because the default was recently changed.
1009 2003-08-16  Richard M. Stallman  <rms@gnu.org>
1011         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
1013         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1014         New subroutine, broken out of eval-last-sexp-1.
1015         (eval-last-sexp-1): Use eval-last-sexp-print-value.
1017         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
1019         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
1021         * simple.el (eval-expression): Use eval-last-sexp-print-value.
1023 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
1025         * progmodes/compile.el (compilation-error-regexp-alist):
1026         Add Java ANt error detection as described in document
1027         http://ant.apache.org/faq.html
1029 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
1031         * simple.el (backward-word, forward-to-indentation)
1032         (backward-to-indentation):  Argument changed to optional.
1033         (next-line, previous-line): Use `or' instead of `unless'.
1035 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1037         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
1038         instead of a constant.
1040 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
1042         * shell.el (shell): With prefix-arg, suggest a new buffer name.
1044 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
1046         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
1047         (vc-sccs-workfile-version): Search the entire delta table, rather
1048         than just the first entry, because that might be a deleted version.
1050 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
1052         * menu-bar.el (menu-bar-options-menu): Supply a body for the
1053         [save-place] binding in the Options menu.  Have it require
1054         'saveplace' and then toggle the variable manually, to avoid an an
1055         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
1056         for the bug report.
1058 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
1060         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
1061         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
1062         (gdb-info-threads-custom): Add help-echo text.
1063         (gdb-display-back): Don't use purecopy.
1064         (gdb-info-breakpoints-custom, gdb-reset)
1065         (gdb-assembler-custom): Use display-images-p to test if breakpoint
1066         icons can be displayed.
1068 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
1070         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
1072 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
1074         * bookmark.el (bookmark-completing-read):
1075         Return a string, instead of a list of one string.
1076         Use a popup menu if activated from the mouse.
1077         (bookmark-edit-annotation): Remove unused vars.
1078         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
1079         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
1080         to bookmark-completing-read.
1081         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1082         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
1083         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
1084         and erase-buffer.
1085         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
1086         (bookmark-menu-jump, bookmark-menu-insert)
1087         (bookmark-popup-menu-and-apply-function)
1088         (bookmark-menu-popup-paned-bookmark-menu): Remove.
1089         (bookmark-menu-build-paned-menu): Remove by folding it into
1090         bookmark-menu-popup-paned-menu.
1091         (menu-bar-bookmark-map): Move the define-key statements here.
1092         Use the "non-menu" commands since they now pop up a menu if needed.
1093         (bookmark-exit-hook-internal): Simplify.
1095 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
1097         * textmodes/reftex.el: Updated to version 4.21
1098         * reftex-auc.el: likewise.
1099         * reftex-cite.el: likewise.
1100         * reftex-dcr.el: likewise.
1101         * reftex-global.el: likewise.
1102         * reftex-index.el: likewise.
1103         * reftex-parse.el: likewise.
1104         * reftex-ref.el: likewise.
1105         * reftex-sel.el: likewise.
1106         * reftex-toc.el: likewise.
1107         * reftex-vars.el: likewise.
1109 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1111         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
1112         first use.
1114 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1116         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
1118 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
1120         * calendar/calendar.el (list-diary-entries-hook)
1121         (diary-display-hook, nongregorian-diary-listing-hook)
1122         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
1123         Add some customize options for these hooks.
1124         (calendar-abbrev-construct): Don't try to take a substring longer
1125         than the original string.
1127 2003-08-05  Richard M. Stallman  <rms@gnu.org>
1129         * emacs-lisp/testcover.el (noreturn): Report error if does return.
1130         (testcover-reinstrument-clauses): Doc fix.
1132         * emacs-lisp/warnings.el: Doc fixes, args renamed.
1133         (warning-type-format): Rename from warning-group-format.
1135         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
1136         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
1137         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
1138         to prevent warnings about defvar for an obsolete variable.
1140         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
1141         warning-group-format renamed to warning-type-format.
1143         * subr.el (read-passwd): Use clear-string instead of fillarray.
1145         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
1146         Use vconcat instead of concat.
1147         (edmacro-sanitize-for-string): New function.
1149 2003-08-05  Dave Love  <fx@gnu.org>
1151         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
1152         line-number-display-limit-width.
1154         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
1156 2003-08-05  Kenichi Handa  <handa@m17n.org>
1158         * international/code-pages.el: Don't require mule-diag.
1160         * international/mule-diag.el (non-iso-charset-alist):
1161         Add autoload cookie.
1163         * language/devan-util.el (dev-glyph-order): Add an entry for the
1164         glyph code #xC4.
1166 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
1168         * calendar/calendar.el (diary-file, diary-file-name-prefix)
1169         (european-calendar-style, diary-date-forms)
1170         (calendar-day-name-array, calendar-month-name-array): Doc change.
1171         (generate-calendar-month): Adapt for new behaviour of
1172         `calendar-day-name' function.
1173         (calendar-abbrev-length, calendar-day-abbrev-array)
1174         (calendar-month-abbrev-array): New variables.
1175         (calendar-abbrev-construct): New function.
1176         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
1177         rather than fixing abbrevs at some width.  Calling syntax change.
1178         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
1179         (calendar-date-string): Adapt for new behaviours of
1180         `calendar-day-name' and `calendar-month-name' functions.
1182         * calendar/diary-lib.el (list-diary-entries): Adapt for new
1183         behaviour of `calendar-day-name' and `calendar-month-name' functions.
1184         (diary-name-pattern): Use abbrev arrays, rather than fixing
1185         abbrevs at three chars.  Calling syntax change.
1186         (mark-diary-entries):  Adapt for new behaviours of
1187         `diary-name-pattern' and `calendar-make-alist' functions.
1188         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
1189         `diary-name-pattern' function.
1190         (font-lock-diary-date-forms): Use abbrev arrays, rather than
1191         fixing abbrevs at three chars.  Calling syntax change.
1192         (cal-hebrew, cal-islam): Require when compiling.
1193         (diary-font-lock-keywords): Adapt for new behaviour of
1194         `font-lock-diary-date-forms' function.
1196         * calendar/cal-hebrew.el: Reposition some code so defined before used.
1197         (calendar-hebrew-month-name-array-common-year)
1198         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
1199         (list-hebrew-diary-entries): Adapt for new behaviours of
1200         `calendar-day-name' and `add-to-diary-list' functions.
1201         (mark-hebrew-diary-entries): Adapt for new behaviours of
1202         `diary-name-pattern' and `calendar-make-alist' functions.
1204         * calendar/cal-islam.el (calendar-islamic-month-name-array):
1205         Add doc string.
1206         (list-islamic-diary-entries): Adapt for new behaviours of
1207         `calendar-day-name' and `add-to-diary-list' functions.
1208         (mark-islamic-diary-entries): Adapt for new behaviours of
1209         `diary-name-pattern' and `calendar-make-alist' functions.
1211         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
1212         `calendar-month-name' function.
1214         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
1216         * calendar/solar.el (solar-seasons-data): Move definition before use.
1218         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
1219         (cal-tex-LaTeX-hourbox): Move definition before use.
1221         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
1222         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
1223         lunar.el, solar.el
1224         (displayed-month, displayed-year): Define for compiler.
1226 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1228         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
1229         MODE.  Renamed from c-init-c-language-vars'.
1230         (c-initialize-cc-mode): Change accordingly.
1231         (c-common-init): Ditto.
1232         (c-mode): Ditto.
1233         (c++-mode): Use `c-init-language-vars-for'.
1234         (objc-mode): Ditto.
1235         (java-mode): Ditto.
1236         (idl-mode): Ditto.
1237         (pike-mode): Ditto.
1238         (awk-mode): Ditto.
1240 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1242         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
1243         or not the point moved.
1245         (c-search-decl-header-end): Don't trip up on operator identifiers
1246         in C++ and operators like == in all languages.
1248         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
1249         Detect leading labels correctly.
1251 2003-08-02  Andreas Schwab  <schwab@suse.de>
1253         * textmodes/ispell.el: Don't redo key bindings on loading, put
1254         them only in loaddefs.el.
1255         * bookmark.el: Likewise.
1256         * dabbrev.el: Likewise.
1257         * emerge.el: Likewise.
1259         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
1260         has more than one member.
1262         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
1264 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1266         * lpr.el (printify-region): It was ending conversion before the
1267         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
1269 2003-07-31  John Paul Wallington  <jpw@gnu.org>
1271         * net/browse-url.el (browse-url-epiphany): Doc fix.
1273 2003-07-30  Kenichi Handa  <handa@m17n.org>
1275         * international/fontset.el (setup-default-fontset):
1276         Change registry names of Akurti fonts.
1278 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1280         * comint.el (comint-read-noecho): Use `clear-string' instead of
1281         `fillarray'.
1283 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
1285         * outline.el (outline-mode-hook): Add defvar.
1287 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
1289         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
1290         Restore assembler in source window if that is what has been selected.
1291         (menu): Add gdb-restore-windows to menu.  Make gdba
1292         specific menus only visible from gdba.
1294 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
1296         * progmodes/compile.el (compilation-environment): New user variable.
1297         (compile-internal): Respect it.
1299 2003-07-23  Masatake YAMATO  <jet@gyve.org>
1301         * progmodes/gud.el (gdb-script-font-lock-keywords):
1302         Put `font-lock-function-name-face' on a symbol which includes
1303         `-' like `hook-run'.  Put font-lock-variable-name-face
1304         on a symbol starting with $.
1306 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
1308         * files.el (set-visited-file-name): Use truename for buffer-file-name.
1310 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
1312         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
1314 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
1316         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
1317         Use with-no-warnings.
1318         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
1319         rather than to find-file-not-found-hook, which doesn't exist.
1321 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
1323         * international/quail.el (quail-translate-key): Fix previous change.
1325 2003-07-25  John Paul Wallington  <jpw@gnu.org>
1327         * server.el (server-start): Check `server-process' is non-nil
1328         before killing it to avoid killing current buffer's process.
1330         * simple.el (choose-completion-string): Use `minibufferp';
1331         test `completion-reference-buffer' if `buffer' arg is nil.
1332         (push-mark): Use `when' and `unless'.
1333         (pop-mark): Use `when'.
1335         * mouse-sel.el (mouse-sel-get-selection-function):
1336         Check `x-last-selected-text-primary'.  Don't barf if it or
1337         `x-last-selected-text' aren't bound.
1339 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
1341         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
1343 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
1345         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
1347 2003-07-23  John Paul Wallington  <jpw@gnu.org>
1349         * tooltip.el (defface tooltip): Inherit from variable-pitch.
1351 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
1353         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
1354         string.  Defvar the derived hook.
1356         * macros.el (insert-kbd-macro): Escape double quote character.
1357         From Thomas W Murphy <twm@andrew.cmu.edu>.
1359 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
1361         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
1362         to match the specific mark rather than reusing comment-start-skip.
1364 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
1366         * progmodes/hideshow.el (hs-special-modes-alist):
1367         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
1369 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
1371         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
1372         value using ?\s.
1374 2003-07-21  John Paul Wallington  <jpw@gnu.org>
1376         * subr.el (with-selected-window): Add closing paren.
1378 2003-07-21  Richard M. Stallman  <rms@gnu.org>
1380         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
1381         (lisp-mode): Likewise.
1383         * subr.el (with-selected-window): Copy code form save-selected-window
1384         so as to call select-window with norecord arg.
1385         (dynamic-completion-table): Doc fix.
1386         (lazy-completion-table): Doc fix.
1388         * international/mule-cmds.el (set-locale-environment):
1389         langinfo renamed to locale-info.
1391         * international/mule.el (auto-coding-functions): Doc fix.
1393 2003-07-21  Kenichi Handa  <handa@m17n.org>
1395         * international/quail.el (quail-translate-key):
1396         Update quail-current-str correctly.
1398 2003-07-21  Andreas Schwab  <schwab@suse.de>
1400         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
1401         ?, to "_".
1403 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1404         Version 2.0.36 of Tramp released.
1406         * net/tramp.el (tramp-default-password-end-of-line): Rename from
1407         tramp-password-end-of-line.
1408         (tramp-password-end-of-line): New method parameter.
1409         (tramp-get-password-end-of-line): Function to access method
1410         parameter `tramp-password-end-of-line', or variable
1411         `tramp-default-password-end-of-line' (default value).
1412         (tramp-methods): Add entries for new parameter
1413         tramp-password-end-of-line.
1414         (tramp-enter-password): Use new function
1415         `tramp-get-password-end-of-line'.
1416         (tramp-handle-insert-file-contents): Do not
1417         unconditionally inhibit the file operation file-local-copy, only
1418         do that when the inhibit-file-name-operation is currently
1419         insert-file-contents.  This fixes finding remote CVS-controlled
1420         files.  (It would barf on inserting the CVS/Entries file
1421         literally, because the file-local-copy handler wasn't called.)
1422         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
1423         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
1424         (tramp-initial-commands): New variable.
1425         (tramp-process-initial-commands): New function, using the variable.
1426         (tramp-open-connection-setup-interactive-shell): Call the new function.
1427         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
1428         method into the buffer name, never use nil.  Reported by Hanak
1429         David <dhanak@inf.bme.hu>.
1430         (tramp-open-connection-setup-interactive-shell): Erase buffer
1431         before sending "stty -onlcr".
1433         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
1435 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
1437         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
1439 2003-07-19  John Paul Wallington  <jpw@gnu.org>
1441         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
1442         (artist-draw-rect, artist-draw-square): Doc fixes.
1444         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
1446         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
1448 2003-07-19  Kenichi Handa  <handa@m17n.org>
1450         * international/kkc.el (kkc-show-conversion-list-update):
1451         Highlight the correct candidate in the message.
1453 2003-07-18  John Paul Wallington  <jpw@gnu.org>
1455         * simple.el (current-word): Don't include punctuation char when
1456         `really-word' arg is non-nil.
1458 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
1460         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
1461         moved to the directory obsolete.
1463 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
1465         * info.el (Info-menu-entry-name-re): Allow newlines in
1466         menu entry names.
1468         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
1469         syntax-ppss-after-change-function.
1470         (syntax-ppss-after-change-function): New alias.  Update uses.
1471         (syntax-ppss): Catch the case where the buffer is narrowed.
1473 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
1475         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
1476         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
1478 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
1480         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
1481         since it might be modified.
1483         * progmodes/cc-langs.el (c++-make-template-syntax-table)
1484         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
1485         names to these language constants.
1487 2003-07-15  Kim F. Storm  <storm@cua.dk>
1489         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
1490         All uses changed.
1492 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
1494         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
1495         Namespace support.
1497 2003-07-13  Juanma Barranquero  <lektu@terra.es>
1499         * frame.el (modify-all-frames-parameters): Reinstall (copyright
1500         papers received).
1502 2003-07-13  Karl Eichwalder  <ke@suse.de>
1504         * textmodes/po.el (po-find-charset): White space at the start of the
1505         Content-Type field body is non-mandatory.
1507 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
1509         * textmodes/texinfo.el (texinfo-section-list):
1510         Append appendixsection; a synonym for appendixsec.
1512 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
1514         * man.el (Man-translate-cleanup): New.
1515         (Man-translate-references): Call `Man-translate-cleanup' to clean
1516         leading, trailing and middle spaces.
1518 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
1520         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
1521         Handle `dired-directory' being a list.
1523 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1525         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
1526         it doesn't exist.
1528 2003-07-12  Richard M. Stallman  <rms@gnu.org>
1530         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
1532         * progmodes/cc-defs.el (c-make-keywords-re):
1533         Don't use delete-duplicates.
1534         (c-lang-const): Don't use mapcan.
1536         * apropos.el (apropos-show-scores): Make it customizable.
1537         Document new meaning.
1538         (apropos): Compute scores from symbols.
1539         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
1541 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1543         * ps-bdf.el: Fix copyright line.
1544         (bdf-directory-list): Fix initialization code.
1546 2003-07-11  John Paul Wallington  <jpw@gnu.org>
1548         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
1549         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
1550         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
1552 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
1554         * emacs-lisp/ring.el (ring-elements): Doc fix.
1556 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
1558         * calendar/timeclock.el (timeclock-relative)
1559         (timeclock-ask-before-exiting, timeclock-use-display-time):
1560         Doc changes.
1561         (timeclock-modeline-display): Give a message if
1562         `timeclock-use-display-time' is non-nil but `display-time-mode'
1563         is not active.
1565 2003-07-11  Kenichi Handa  <handa@m17n.org>
1567         * international/mule-cmds.el (set-language-environment):
1568         Set current-language-environment to the correct string.
1570 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1572         * ps-print.el: Print line number correctly in a region.  Reported by
1573         Tim Allen <timallen@ls83.fsnet.co.uk>
1574         (ps-print-version): New version number (6.6.2).
1575         (ps-printing-region): Code fix.
1577 2003-07-10  John Paul Wallington  <jpw@gnu.org>
1579         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
1580         this function can be called from `add-completions-from-tags-table'.
1582 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
1584         * calendar/timeclock.el (timeclock-use-display-time)
1585         (timeclock-day-over-hook, timeclock-workday-remaining)
1586         (timeclock-status-string, timeclock-when-to-leave)
1587         (timeclock-when-to-leave-string, timeclock-log-data)
1588         (timeclock-find-discrep, timeclock-day-base)
1589         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
1590         (timeclock-modeline-display): Set the variable
1591         `timeclock-modeline-display'.
1592         (timeclock-update-modeline): Doc fix.  Respect value of
1593         `timeclock-relative'.
1595 2003-07-09  Richard M. Stallman  <rms@gnu.org>
1597         * textmodes/reftex-parse.el (reftex-all-document-files):
1598         Add autoload cookie.
1600         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
1601         (reftex-scanning-info-available-p): Add autoload cookie.
1603         * international/mule-cmds.el
1604         (set-display-table-and-terminal-coding-system): Delete duplicate
1605         aset on standard-display-table.
1607         * view.el (view-file): If existing buffer's major mode is special,
1608         don't go into view mode.
1610         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
1612 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1614         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
1615         buffer changes; there's third party code that calls this function
1616         directly.
1618 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1620         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
1621         (autodoc-font-lock-keywords): Don't byte compile on font lock
1622         initialization when running from byte compiled files.
1624 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1626         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
1627         statement ends with auto-increment "++".
1629 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1631         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
1632         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
1633         these are changed, so declare them as variables and not constants.
1635 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
1637         * subr.el (dolist, dotimes):  Doc fix.
1639 2003-07-08  Kim F. Storm  <storm@cua.dk>
1641         * international/mule-cmds.el
1642         (set-display-table-and-terminal-coding-system): Don't break
1643         bootstrap if standard-display-table isn't setup yet.
1645 2003-07-07  Richard M. Stallman  <rms@gnu.org>
1647         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
1648         Give it a doc string, and autoload it.
1650         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
1651         Use with-no-warnings.
1653         * info.el (Info-search): If find invisible text, search again.
1655         * isearch.el (search-whitespace-regexp): Add a shy group around it.
1657         * man.el (Man-name-regexp): Match + as part of name.
1659         * simple.el (visible-mode): Rename from vis-mode.
1660         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
1662         * simple.el (current-word): New arg REALLY-WORD specifies
1663         don't include punctuation chars.
1665         * emacs-lisp/debug.el (debug, debugger-env-macro):
1666         Use with-no-warnings while accessing and binding unread-command-char.
1668         * international/mule-cmds.el
1669         (set-display-table-and-terminal-coding-system): Use explicit loop
1670         instead of calling standard-display-default.
1672         * net/ange-ftp.el (ange-ftp-file-symlink-p):
1673         Use condition-case to catch error in ange-ftp-get-files.
1675         * net/browse-url.el (browse-url-browser-function):
1676         Add alternative for Epiphany.
1677         (browse-url-epiphany-program, browse-url-epiphany-arguments)
1678         (browse-url-epiphany-startup-arguments)
1679         (browse-url-epiphany-new-window-is-tab): New variables.
1680         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
1682         * progmodes/compile.el (compile-auto-highlight): Default now t.
1683         (compile): Doc fix.
1684         (compilation-next-error): Fix previous change.
1686         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
1688         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
1690 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
1692         * gdb-ui.el (gdb-source-info): Display current frame when
1693         attaching to an existing process.
1694         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
1695         while laying out windows when attaching to an existing process.
1697 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
1699         * info.el (Info-menu): Use Info-menu-entry-name-re.
1701 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
1703         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
1704         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
1706         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
1707         to match the same text.
1709 2003-07-06  John Paul Wallington  <jpw@gnu.org>
1711         * vc.el (vc-annotate-offset): Move defvar up.
1713 2003-07-06  Kim F. Storm  <storm@cua.dk>
1715         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
1716         This should fix the infinite loop when extracting menu names.
1718 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
1720         * files.el (auto-mode-alist, interpreter-mode-alist):
1721         Remove entries to CC Mode modes to avoid duplicates; they are now added
1722         with autoload directives in cc-mode.el.
1724 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
1726         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
1727         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
1728         these are changed, so declare them as variables and not constants.
1730         * progmodes/cc-mode.el: Fix some autoload problems: Try to
1731         ensure that the entry for ".c" extension comes before the one for
1732         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
1733         Fix incorrect entries that were added to `interpreter-mode-alist'.
1734         Move the autoload directives for AWK to the top level since they
1735         aren't recognized anywhere else.  Do not use the new AWK mode doc
1736         in the autoload form for the old AWK mode.
1738 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1740         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
1741         (bibtex-sort-ignore-string-entries): Default value t.
1742         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
1743         erroneously in previous version.
1744         (bibtex-string-files): Docstring reflects new parsing scheme.
1745         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
1746         docstring, add # as one of the chars to crush
1747         (bibtex-autokey-prefix-string, bibtex-autokey-names)
1748         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
1749         (bibtex-autokey-name-change-strings)
1750         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
1751         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
1752         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
1753         (bibtex-autokey-title-terminators)
1754         (bibtex-autokey-titlewords-stretch)
1755         (bibtex-autokey-titleword-ignore)
1756         (bibtex-autokey-titleword-case-convert)
1757         (bibtex-autokey-titleword-abbrevs)
1758         (bibtex-autokey-titleword-abbrevs)
1759         (bibtex-autokey-titleword-change-strings)
1760         (bibtex-autokey-titleword-length)
1761         (bibtex-autokey-titleword-separator)
1762         (bibtex-autokey-name-year-separator)
1763         (bibtex-autokey-year-title-separator)
1764         (bibtex-autokey-before-presentation-function)
1765         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
1766         Fix docstring.
1767         (bibtex-strings, bibtex-reference-keys):
1768         Use lazy-completion-table and make-variable-buffer-local.
1769         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
1770         (bibtex-braced-string-syntax-table)
1771         (bibtex-quoted-string-syntax-table): New variables.
1772         (bibtex-parse-nested-braces): Remove.
1773         (bibtex-parse-field-string): Use syntax table and forward-sexp.
1774         (bibtex-parse-association): Simplify.
1775         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
1776         (bibtex-parse-field-text): Simplify.
1777         (bibtex-search-forward-field, bibtex-search-backward-field):
1778         argument BOUND can take value t.
1779         (bibtex-start-of-field, bibtex-start-of-name-in-field)
1780         (bibtex-end-of-name-in-field, bibtex-end-of-field)
1781         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
1782         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
1783         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
1784         (bibtex-skip-to-valid-entry): Return buffer position of beginning
1785         and ending of entry.  Update for changes of bibtex-search-entry.
1786         Simplify.
1787         (bibtex-map-entries): FUN is called with three arguments.
1788         (bibtex-search-entry): Return a cons pair with buffer positions of
1789         beginning and end of entry.
1790         (bibtex-enclosing-field): Simplify.
1791         (bibtex-format-entry): Use booktitle to set a missing title.
1792         (bibtex-autokey-get-names): Fiddle with regexps.
1793         (bibtex-generate-autokey): Use identity.
1794         (bibtex-parse-keys): Use simplified parsing algorithm if
1795         bibtex-parse-keys-fast is non-nil. Simplify. Change order of
1796         arguments. Return alist of keys.
1797         (bibtex-parse-strings): Simplify. Return alist of strings.
1798         (bibtex-complete-string-cleanup): Fix docstring.
1799         (bibtex-read-key): New function.
1800         (bibtex-mode): Fix docstring. Do not parse for keys and
1801         strings when the mode is entered. Set fill-paragraph-function to
1802         bibtex-fill-field. Setup font-lock-mark-block-function the way
1803         font-lock intended.
1804         (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
1805         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
1806         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
1807         (bibtex-Preamble): Avoid hard coded constants.
1808         (bibtex-make-field): Fix docstring. Simplify.
1809         (bibtex-beginning-of-entry): Always return new position of point.
1810         (bibtex-end-of-entry): Rearrange cond clauses.
1811         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
1812         Update for changes of bibtex-map-entries.
1813         (bibtex-ispell-abstract): Do not move point.
1814         (bibtex-entry-index): Use downcase. Simplify.
1815         (bibtex-lessp): Handle catch-all.
1816         (bibtex-find-crossref): Turn into a command.
1817         (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
1818         (bibtex-clean-entry): Use bibtex-read-key. Handle string and
1819         preamble entries.
1820         (bibtex-fill-field-bounds): New function.
1821         (bibtex-fill-field): New command. Bound to fill-paragraph-function.
1822         (bibtex-fill-entry): Use bibtex-fill-field-bounds
1823         (bibtex-String): Use bibtex-strings.  Always obey
1824         bibtex-sort-ignore-string-entries.
1826 2003-07-05  John Paul Wallington  <jpw@gnu.org>
1828         * cus-theme.el (customize-create-theme):
1829         Call `customize-create-theme' in Reset widget's notify function.
1831         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
1832         (ibuffer-mark-interactive): Use `or' instead of `unless'.
1833         (define-ibuffer-column name): Add summarizer.
1834         (define-ibuffer-column size): Likewise.
1835         (define-ibuffer-column filename): Likewise.
1836         (define-ibuffer-column process): Likewise.  Change BODY's output too.
1837         (define-ibuffer-column filename-and-process): Likewise, likewise.
1838         (ibuffer): Remove local vars `already-in' and `need-update'.
1840         * ibuf-ext.el: Don't require `derived' at compile-time.
1842 2003-07-05  Kim F. Storm  <storm@cua.dk>
1844         * info.el: Disable paragraph refilling.
1845         (Info-refill-paragraphs): New defcustom.
1846         (Info-fontify-node): Use it.
1848 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
1850         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
1851         thingies from constructors created by defstruct.
1853         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
1854         the default value of the variable.
1855         (byte-code-meter): Move declaration to top level.
1857         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
1859         * info.el (Info-following-node-name-re): New fun.
1860         (Info-following-node-name): Remove.
1861         (Info-insert-dir): Use the new fun.
1862         (Info-extract-pointer): Don't save restriction; use new fun.
1863         (Info-menu-entry-name-re): New const.
1864         (Info-menu-entry-name-re): Use it along with new fun.
1865         (Info-node-spec-re): Use new fun.
1866         (Info-complete-menu-item, Info-fontify-node): Use new const.
1867         (Info-goto-node, Info-follow-reference, Info-menu-update):
1868         Use match-string.
1869         (Info-follow-reference): Use assoc-string.
1870         Use a list of strings for the completion table.
1871         (Info-fontify-node): Use match-string, line-end-position.
1872         Limit the search for `node:' to the first line.
1874         * newcomment.el (uncomment-region): Remove padding coming from
1875         comment-start rather than just from comment-padding.
1877         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
1878         (vc-cvs-stay-local-p): Use vc-stay-local-p.
1879         (vc-cvs-rename-file): Remove (use the default).
1880         (vc-cvs-register): Register parent dir if needed.
1881         (vc-cvs-could-register): Return non-nil if parent can be registered.
1882         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
1883         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
1885         * vc-svn.el (vc-svn-use-edit): Make it into a const.
1886         (vc-svn-update): Fix the arguments to `svn'.
1887         (vc-svn-diff-tree): Just use `vc-svn-diff'.
1888         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
1889         Simple implementations, assuming `name' is a URL.
1891         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
1892         set of chars allowed unquoted in a case pattern.
1894         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
1896         * font-lock.el (font-lock-extra-types-widget)
1897         (c-font-lock-extra-types, c++-font-lock-extra-types)
1898         (objc-font-lock-extra-types, java-font-lock-extra-types)
1899         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
1900         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
1901         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1902         (font-lock-match-c++-structor-declaration)
1903         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
1904         (c++-font-lock-keywords-3, c++-font-lock-keywords)
1905         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
1906         (objc-font-lock-keywords-3, objc-font-lock-keywords)
1907         (java-font-lock-keywords-1, java-font-lock-keywords-2)
1908         (java-font-lock-keywords-3, java-font-lock-keywords)
1909         (java-font-lock-syntactic-face-function): Remove obsolete code
1910         and constants.  It's all in cc-fonts.el now.
1912 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
1914         * mail/sendmail.el (mail-specify-envelope-from)
1915         (mail-envelope-from): Doc fix.
1917 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
1919         * generic-x.el: Do away with the dependency on `c-emacs-features'
1920         when populating `rul-generic-mode-syntax-table'; we already know
1921         this isn't XEmacs.
1923 See ChangeLog.10 for earlier changes.
1925 ;; Local Variables:
1926 ;; coding: iso-2022-7bit
1927 ;; End:
1929     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
1930   Copying and distribution of this file, with or without modification,
1931   are permitted provided the copyright notice and this notice are preserved.
1933 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1