*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob0b83fd96184e8065d4d6dd27f845665686a9065f
1 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
3         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
4         Derive from fundamental-mode rather than text-mode.
6 2004-04-08  Juri Linkov  <juri@jurta.org>
8         * info.el (Info-history): Doc fix.
9         (Info-history-list): New var.
10         (info-xref): Change magenta4 to blue, remove bold for dark and
11         light backgrounds, change bold to underline for non-color classes.
12         (info-xref-visited): New face.
13         (Info-fontify-visited-nodes): New custom.
14         (Info-hide-note-references): Add new value `hide'.  Doc fix.
15         (Info-reference-name): New var.
16         (Info-selection-hook): New custom.
17         (Info-edit-mode-hook): New var.
18         (Info-find-file): New fun.
19         (Info-find-node): Move part of code to Info-find-file.
20         (Info-find-node-2): Add anchors to Info-history-list.  Move point
21         to the place with the reference name if name is defined.
22         (Info-select-node): Add current node to Info-history-list.
23         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
24         (Info-search-whitespace-regexp): New custom.
25         (Info-search-case-fold): New var.
26         (Info-search): Add "case-sensitively" to the prompt.  Use
27         Info-search-whitespace-regexp.  Set Info-search-case-fold.
28         (Info-search-case-sensitively, Info-search-next): New fun.
29         (Info-up): Move point to the menu item of the current node.
30         (Info-history): New fun.  Add *info-history* to same-window-buffer-names.
31         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
32         (Info-insert-toc): New fun.
33         (Info-build-toc): New fun.
34         (Info-follow-reference): Add new arg `fork'.  Doc fix.
35         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
36         with the same name prefer the reference closest to point.
37         (Info-next-reference): Replace * by + in the *Note regexp.
38         Add regexp for http:// and ftp://.  Skip the *Note prefix.
39         (Info-prev-reference): Replace * by + in the *Note regexp.
40         Add regexp for http:// and ftp://.  Skip the *Note prefix.
41         (Info-follow-nearest-node): Add new arg `fork'.
42         (Info-try-follow-nearest-node): Add new arg `fork'.
43         Call browse-url for http:// and ftp:// references.
44         Set Info-reference-name for index entries.
45         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
46         Info-search-next, Info-history, Info-toc, clone-buffer.
47         (Info-menu-update): Replace * by + in the *Note regexp.
48         (Info-mode): Add documentation for Info-history, Info-toc,
49         Info-search-case-sensitively, Info-search-next, clone-buffer.
50         (Info-fontify-menu-headers): Remove fun.  Move code to
51         Info-fontify-node.
52         (Info-fontify-node): Add docstring.  Add local vars
53         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
54         then fontify header line, titles, menu headers, http and ftp
55         references, refill paragraphs.  If not-fontified-p is t or
56         fontify-visited-p is t then fontify cross references, menu items.
57         Fontify menu headers.  Fontify http and ftp references.  Change
58         regexp for cross references to require whitespace after *Note, add
59         matching groups for file and node names.  Remove hack for quote.
60         Use display property for Info-hide-note-references=t.  Use fifth
61         or fourth match for help-echo.  Display visited nodes in a
62         different face.  Unhide file names of external references.  Unhide
63         newlines.  Display visited menu items in a different face.
65 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
67         * info.el (Info-hide-cookies-node): New function.
68         (Info-select-node): Use it.
69         (Info-display-images-node): Remove message with image file name.
71 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
73         * progmodes/compile.el (compilation-warning-face)
74         (compilation-info-face, compilation-skip-threshold)
75         (compilation-skip-visited, compilation-context-lines): Declare
76         :version when added to Emacs.
77         (compilation-error-regexp-alist-alist): Extend caml and irix.
78         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
79         (compilation-mode-font-lock-keywords): Temporarily undo line as
80         function patch, which wasn't ready.
82 2004-04-07  Kenichi Handa  <handa@m17n.org>
84         * international/latin1-disp.el (latin1-display-setup): Check each
85         character is displayable or not instead of calling
86         latin1-display-check-font.
88 2004-04-06  Kenichi Handa  <handa@m17n.org>
90         * language/ethio-util.el (ethio-sera-being-called-by-w3): New
91         variable.
92         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
93         instead of sera-being-called-by-w3.
94         (ethio-fidel-to-sera-buffer): Likewise.
95         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
96         instead of sera-being-called-by-w3.
97         (ethio-write-file): Likewise.
99 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
101         * printing.el: Dox fix.
103 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
105         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
106         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
107         (gdb-setup-windows): Only use separate IO buffer if required.
109 2004-04-06  Kim F. Storm  <storm@cua.dk>
111         * term.el (term-is-xemacs): Remove.
112         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
113         (term-window-width): New function.
114         (term-mode, term-check-size): Use it.
115         (term-mode): Disable overflow-newline-into-fringe in term buffer.
117 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
119         * cus-edit.el (custom-add-parent-links): Changed unbound variable
120         `symbol' to `name'.
122 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
124         * info.el (info-apropos): New function.
125         (Info-mode-menu): Add it.
126         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
128         * help-mode.el (help-make-xrefs): Recognize aliased variable with
129         inherited docstring.
131         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
133 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
135         * autorevert.el (auto-revert-handler): If point (or a window
136         point) is at the end of the buffer, keep it there after
137         reverting.  This allows to tail a file.
138         Mention this in the `Commentary'.
140         * format.el (format-write-file): Add optional argument CONFIRM
141         and make it behave like the analogous argument to `write-file'.
143 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
145         * progmodes/ebnf2ps.el: Doc fix.
146         (ebnf-version): New version number (4.2).
147         (ebnf-syntax): Customization and docstring fix.
148         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize): Put
149         autoloaded funs before first use.
150         (ebnf-style-database): Add dtd entry.
151         (ebnf-syntax-alist): Add dtd initialization.
152         (ebnf-token-sequence): New fun.
153         (ebnf-comment-table): Add new comment action character.
154         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoloaded funs from ebnf-dtd.
156         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
157         Type Definition for XML).
159         * progmodes/ebnf-abn.el (ebnf-abn-concatenation): Code simplification:
160         call ebnf-token-sequence.
162         * progmodes/ebnf-bnf.el (ebnf-sequence): Code simplification: call
163         ebnf-token-sequence.
165         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation): Code simplification:
166         call ebnf-token-sequence.
168         * progmodes/ebnf-iso.el (ebnf-iso-single-definition): Code
169         simplification: call ebnf-token-sequence.
171         * progmodes/ebnf-yac.el (ebnf-yac-sequence): Code simplification: call
172         ebnf-token-sequence.
174 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
176         * calendar/timeclock.el (timeclock-relative)
177         (timeclock-get-project-function, timeclock-get-workday-function)
178         (timeclock-query-out, timeclock-when-to-leave)
179         (timeclock-when-to-leave-string, timeclock-log-data)
180         (timeclock-generate-report, timeclock-in): Doc fixes.
182 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
184         * url: Import the URL package from its repository.
186 2004-04-03  Andreas Schwab  <schwab@suse.de>
188         * diff-mode.el (diff-mode): Fix missing quote.
190 2004-04-03  Juri Linkov  <juri@jurta.org>
192         * descr-text.el (describe-property-list): Add `font-lock-face'.
194         * dired.el (dired-font-lock-keywords): Fix permission regexps.
196 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
198         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
199         Use utf-16le on little endian machines and utf-16be otherwise.
201 2004-04-02  David Kastrup  <dak@gnu.org>
203         * net/browse-url.el (browse-url-generic): Use call-process
204         instead of start-process to allow browsers that fork and detach.
206 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
208         * compile.el (compilation-current-error): New var.
209         (compilation-setup, compile-mouse-goto-error)
210         (compile-goto-error, next-error): Use it.
211         (compilation-skip-to-next-location): Default to t, which gives
212         contiguous skipping like old compile (where this was redundant).
213         (compilation-next-error): Prevent previous-* commands from moving
214         back to message at or just before point.
216 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
218         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
219         (gdb-source-info): Don't display source at startup, if required.
220         (gdb-show-main): New option.
221         (gdba): Update documentation.
222         (gdb-source): Cover case of auto-display output.
224 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
226         * autorevert.el: Delete obsolete autoload's and defvar's.
227         (auto-revert-check-vc-info): New user option.
228         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
229         (auto-revert-handler-vc): Delete.
230         (auto-revert-handler): Treat return value `fast' of
231         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
233         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
234         return `fast'.
236         * files.el (buffer-stale-function): Doc change.
238 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
240         * printing.el: New tip on Tips section.
241         (pr-version): New version number (6.7.4).
242         (pr-shell-file-name): Initialization fix.
244 2004-03-31  Juri Linkov  <juri@jurta.org>
246         * dired.el: Add autoload for `dired-do-touch'.
247         (dired-touch-program): New var.
248         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
249         (dired-no-confirm): Add `touch' to docstring.
251         * dired-aux.el (dired-do-touch): New fun.
252         (dired-do-chxxx): Add argument -t for touch operation.
254         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
255         `dired-move-to-filename-regexp'.
257 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
259         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
261 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
263         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
264         and only if the buffer was modified.
266 2004-03-30  Kenichi Handa  <handa@m17n.org>
268         * international/characters.el: Delete pairs for U+2308..U+230B.
270 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
272         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
273         to detect the beginning of a level 2 or 3 annotation.
275 2004-03-29  Kenichi Handa  <handa@m17n.org>
277         * international/ucs-tables.el (ucs-insert): Fix the error message.
279 2004-03-29  Kenichi Handa  <handa@m17n.org>
281         * international/mule-util.el (char-displayable-p): Fix generation
282         of XLFD file name.
284         * Makefile.in (setwins, setwins_almost): Change directory to $wd
285         before finding directories by `find'.
287 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
289         * subr.el (interactive-form): Delete.  Now implemented in C.
291         * pcvs.el (cvs-parse-process): Workaround for Darwin.
293         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
294         (vc-diff-label): New fun.
295         (vc-diff-internal): Use it.
297         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
299 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
301         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
303         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
304         specify XML (EBNFX).
306         * progmodes/ebnf2ps.el: Doc fix.
307         (ebnf-version): New version number (4.1).
308         (ebnf-syntax): Adjust customization.
309         (ebnf-style-database): Add ebnfx entry.
310         (ebnf-syntax-alist): Add ebnfx initialization.
311         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoloaded funs from ebnf-ebx.
313         * printing.el: Doc fix.
314         (pr-version): New version number (6.7.3).
315         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
316         returns nil for mouse position.  Reported by Drew Adams
317         <drew.adams@oracle.com>.
318         (pr-update-menus): Modify interactive declaration.  Reported by Drew
319         Adams <drew.adams@oracle.com>.
321 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
323         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
324         (gud-gdba-marker-filter): Log the process input and output, if
325         required. (from Stefan Monnier)
326         (gdb-debug-log, gdb-enable-debug-log): New variables.
327         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
329 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
331         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
332         From lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly).
334 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
336         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
337         Call vc-find-file-hook here instead of in auto-revert-buffers.
338         (auto-revert-buffers): Delete call to vc-find-file-hook.
339         (auto-revert-verbose, global-auto-revert-non-file-buffers)
340         (global-auto-revert-mode, auto-revert-set-timer)
341         (auto-revert-handler, auto-revert-buffers): Doc fixes.
343 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
345         * woman.el (woman-change-fonts): Rename local variable
346         woman-font-alist to font-alist to avoid a compiler warning.
348 2004-03-27  Dave Love  <fx@gnu.org>
350         * emacs-lisp/rx.el (rx): Doc fix.
351         Fix copyright years.
353         * strokes.el (strokes-global-set-stroke-string): New function.
354         (strokes-list-strokes): Cope with strings, not just commands.
355         Set foreground colour of image.
356         (strokes-global-set-stroke): Doc fix.
358 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
360         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
361         Auto Revert mode.
362         (Buffer-menu-files-only): New variable.
363         (Buffer-menu-toggle-files-only): New function.
364         (Buffer-menu-mode-map): Bind it to `T'.
365         (Buffer-menu-mode): Mention `T' in docstring.
366         Set buffer-stale-function.
367         (list-buffers-noselect): Mark buffer non-modified and set
368         Buffer-menu-files-only.
370         * dired.el (buffer-stale-function): Remove no longer needed defvar.
372         * autorevert.el (auto-revert-handler): Print revert message
373         before, rather than after, reverting.
374         (buffer-stale-function): Move to files.el.
376         * files.el (buffer-stale-function): Move here from autorevert.el.
378 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
380         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
382         * calc/calc.el (calc-mode-map): Use mapc.
384         * apropos.el (apropos-mode): Don't autoload.
385         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
386         (apropos): Use it.
387         (apropos-print): Add optional `text' argument.
388         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
389         Don't assume point-min == 1.
391         * bs.el (bs-buffer-list): Use buffer-local-value.
392         (bs--set-toggle-to-show): Use with-current-buffer.
394         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
395         New funs.
396         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
398         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
400         * dabbrev.el (dabbrev-expand): Fix regexp construction.
401         (dabbrev--find-expansion): Use pop.
402         (dabbrev--search): Use match-string-no-properties.
404         * dired.el (dired-mode): Use run-mode-hooks.
405         (dired-move-to-end-of-filename): Use match-string.
407         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
408         is bound before using it.
409         (ediff-verbose-p): Make it into a var since it's not constant.
411         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
413         * faces.el (read-face-font): Don't cons up unnecessarily.
414         (header-line, tool-bar): Share common parts.
416         * files.el (file-relative-name): Use compare-strings.
418         * finder.el (finder-mode): Follow coding convention.
420         * subr.el (read-number): New function.
422         * ses.el (ses-read-number): Move to subr.el.
423         (ses-set-header-row): Use read-number.
425 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
427         * vc-hooks.el (vc-arg-list): New function, which handles both
428         compiled and uncompiled code.
429         (vc-default-workfile-unchanged-p): Use it.
431         * vc.el (vc-print-log): Undo prev change, use new function
432         vc-arg-list from vc-hooks.el.
434 2004-03-26  Masatake YAMATO  <jet@gyve.org>
436         * simple.el (completion-setup-function): Emphasize the
437         first uncommon characters in the completions; and de-emphasize
438         the common prefix substrings.
439         (completion-emphasis): New face.
440         (completion-de-emphasis): New face.
442 2004-03-25  Juanma Barranquero  <lektu@terra.es>
444         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
445         Comment out (it's unused and unfinished code).
447 2004-03-25  Sam Steingold  <sds@gnu.org>
449         * vc.el (vc-print-log): Fix a bug in the last patch:
450         backend-function may be a byte-compiled object, not a lambda.
452 2004-03-25  Juri Linkov  <juri@jurta.org>
454         * descr-text.el (describe-property-list): Add a button
455         for `face' property that calls `describe-face'.
456         Suggested by luis fernandes <elf@ee.ryerson.ca>
458         * international/mule.el (keyboard-coding-system):
459         * kmacro.el (kmacro-call-macro): Fix docstring.
461         * dired.el: Fix comments.
463         * textmodes/fill.el (fill): Fix Info link.
465         * font-lock.el (fast-lock, lazy-lock):
466         * jit-lock.el (jit-lock): Remove links to removed Support Modes
467         Info node.
469         * eshell/eshell.el (eshell): Fix broken info-link.
471         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
472         * eshell/em-banner.el (eshell-banner):
473         * eshell/em-smart.el (eshell-smart):
474         * eshell/esh-cmd.el (eshell-cmd):
475         Comment out broken info-links to incomplete Info manual.
477         * info-xref.el: Fix commentary.
479 2004-03-25  Kevin Ryde  <user42@zip.com.au>
481         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
482         Remove spurious node duplicate suppression, doesn't work, not wanted.
483         (info-xref-output): Take format style args, add "sit-for 0" to let
484         user see the results as they progress.
485         (info-xref-check-all-custom): New function.
487 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
489         * gdb-ui.el: Moved to progmodes.
491 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
493         * calendar/appt.el (appt-check): Remove superfluous progn.
494         When finished with diary buffer: if it was not being displayed
495         before, kill it; otherwise restore its original state.
496         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
498         * calendar/calendar.el (calendar-set-mode-line): Use total
499         available mode-line width, rather than frame-width.
501         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
502         after mode change so effect not lost.
504 2004-03-23  Dave Love  <fx@gnu.org>
506         * dired.el (dired) <defgroup>: Add link to manual.
507         (dired-font-lock-keywords): Add highlighting on unusual permissions.
508         (dired-revert): Use dolist.
509         (dired-mode-map): Add U binding.
510         (dired-mode): Add font-lock-beginning-of-syntax-function.
511         (dired-garbage-files-regexp): Make it a defcustom.
513 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
515         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
516         is equivalent to nil.
517         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
518         (vc-arch-mode-line-string): Accept `added' state.
519         (vc-arch-state): Use inode-sigs if available.
520         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
521         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
522         (vc-arch-tagline-re): New var.
523         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
524         New functions.
525         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
526         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
528         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
529         (vc-file-not-found-hook): Use it.
531         * diff-mode.el (diff-default-read-only): Change default.
532         (diff-mode-hook): Make it a defcustom.  Add some options.
533         (diff-mode-map): Bind diff-refine-hook.
534         (diff-yank-handler): New var.
535         (diff-yank-function): New fun.
536         (diff-font-lock-keywords): Use them.
537         (diff-end-of-file): Handle case where file-header looks like diff text.
538         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
539         (diff-file-kill): Delete a subsequent empty line, if applicable.
540         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
541         (diff-find-file-name): Use it.
542         (diff-tell-file-name): New command.
543         (diff-mode): Be careful with view-mode.
544         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
545         New functions, for use in diff-mode-hook.
546         (diff-find-source-location): Catch "regex too large" errors.
547         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
548         (diff-refine-hunk): New command.
550         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
551         (smerge-context-menu-map): Remove unused var.
552         (smerge-keep-all): Preserve markers.
553         (smerge-keep-n): New fun.
554         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
555         (smerge-keep-current, smerge-ediff): Use it.
556         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
557         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
558         (smerge-resolve): Resolve trivial 3-part conflicts.
560 2004-03-23  Juri Linkov  <juri@jurta.org>
562         * man.el (Man-width): New var.
563         (Man-getpage-in-background): Use it.
564         (Man-support-local-filenames): New var and fun.
565         (Man-build-man-command): Don't add a second %s.
566         (Man-fontify-manpage): Clean up message.
567         (Man-mode): Set outline-regexp, outline-level,
568         imenu-generic-expression.
570         * woman.el (woman-fill-frame): Doc fix.
571         (woman-decode-region): Use window-width instead of frame-width.
573         * abbrevlist.el (list-one-abbrev-table):
574         * descr-text.el (describe-char):
575         * international/mule-diag.el (describe-current-coding-system):
576         * international/quail.el (quail-insert-decode-map):
577         Use window-width instead of frame-width.
579         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
580         (jka-compr-mode-alist-additions): Add tbz.
581         (jka-compr-write-region, jka-compr-insert-file-contents):
582         Add message for undefined compress-program.
583         (jka-compr-write-region): Remove redundant var bindings.
585         * dired-x.el (dired-guess-shell-alist-default): Add choices for
586         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
587         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
588         (dired-man): Use dired-guess-shell-command.
589         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
590         Change default nil to t.
592         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
593         (dired-compare-directories): Add default value for empty input.
595         * help-at-pt.el: Move suggestions for key bindings to Commentary.
597         * time.el (display-time-string-forms): Fix help-echo date format.
599 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
601         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
602         (buffer-stale-function): New variable.
603         (auto-revert-list-diff, auto-revert-dired-file-list)
604         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
605         (auto-revert-handler): Take over some functionality of deleted
606         functions.
607         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
609         * dired.el (dired-directory-changed-p): New fun, extracted from
610         dired-internal-noselect.
611         (dired-buffer-stale-p): New fun.
612         (dired-internal-noselect): Use dired-directory-changed-p.
613         Eliminate revert messages.
614         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
616 2004-03-23  Kenichi Handa  <handa@m17n.org>
618         * international/characters.el: Setup syntaxes for more parentheses
619         Unicode characters.
621         * international/mule-cmds.el (select-safe-coding-system):
622         Merge coding-system and auto-cs before comparing them.
624 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
626         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
628         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
629         normal-auto-fill-function and comment-indent-function.
630         The default values now work just as well.
631         Don't set font-lock-beginning-of-syntax-function since we already set
632         syntax-begin-function.
633         (lisp-outline-level): Put ;;;###autoload at same level as (.
634         (prin1-char): Quote special chars.
636         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
637         than with-no-warnings.
639         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
640         if the source location can't be found.
641         (edebug-compute-previous-result): Use prin1-char.
643         * emacs-lisp/checkdoc.el (checkdoc-error): Dont' assume point-min == 1.
644         (debug-ignored-errors): Add an entry.
646         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
647         (byte-compile-file): Output warning when deleting a file.
649         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
650         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
652         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
653         (byte-compile-inline-expand): Use backquote.
654         (byte-optimize-pure-func): Rename from byte-optimize-concat.
655         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
657         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
659         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
661 2004-03-22  Juri Linkov  <juri@jurta.org>
663         * finder.el (finder-known-keywords): Fix data, tex, unix.
665         * play/landmark.el: Fix keywords.
667         * language/ethio-util.el (ethio-find-file): Doc fix.
669         * emacs-lisp/warnings.el: Doc fix.
671         * textmodes/ispell.el (ispell-help): Doc fix.
673 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
675         * format.el (format-insert-file): Always return a list of two
676         elements, like insert-file-contents does.
678 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
680         * vc.el Add new optional BUFFER argument to vc-BACKEND-print-log
681         and vc-BACKEND-diff.
682         (vc-print-log): If the print-log implementation supports it, use
683         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
684         (vc-version-diff, vc-diff-internal): Doc fixes.
686         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
687         implementation supports it, let diff output go to *vc*,
688         not *vc-diff*, since this is an internal call.
690         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
692         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
694         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
696 2004-03-21  Dave Love  <fx@gnu.org>
698         * progmodes/cfengine.el (cfengine-mode):
699         Set parse-sexp-ignore-comments.
701         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
703 2004-03-21  Juanma Barranquero  <lektu@terra.es>
705         * allout.el (allout-mode): Fix docstring.
707 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
709         * files.el (insert-directory): Fix bug if SWITCHES is a list.
711         * autorevert.el (auto-revert-interval): Make new value take
712         effect immediately when set through Custom.
713         (auto-revert-set-timer): Add interactive declaration.
715 2004-03-19  David Ponce  <david@dponce.com>
717         * ruler-mode.el (ruler-mode-header-line-format-old):
718         Don't `make-variable-buffer-local'.
719         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
720         (ruler-mode-header-line-format): Simply funcall the above.
721         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
722         to save/restore a previous header line format.
723         (ruler-mode-space): Don't depend on a numeric WIDTH value.
724         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
725         fringes and margins width.
726         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
728 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
730         * log-edit.el (log-edit-font-lock-keywords): Typo.
732         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
733         (tex-send-tex-command): Rather than here.
734         (tex-compilation-parse-errors): Simplify.
736         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
738         * time.el (display-time-string-forms): Add help-echo with date on time.
740         * composite.el (compose-region): Use restore-buffer-modified-p.
742         * disp-table.el (standard-display-8bit): Simplify.
744         * server.el (server-process-filter): Delete temp frame.
746         * add-log.el (add-change-log-entry): Simplify.
748 2004-03-19  Kim F. Storm  <storm@cua.dk>
750         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
751         (hexl-follow-line): Don't require 'fringe.
753         * progmodes/compile.el (compilation-start): Always set
754         compilation-last-buffer and return it.
756 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
758         * simple.el (clone-buffer): Doc fix.
760 2004-03-18  Juanma Barranquero  <lektu@terra.es>
762         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
764 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
766         * log-edit.el (log-edit-font-lock-keywords): New var.
767         (log-edit-mode): Use it.
769 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
771         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
772         properly for watching in speedbar.
774 2004-03-17  Masatake YAMATO  <jet@gyve.org>
776         * smerge-mode.el (smerge-popup-context-menu):
777         Put `unwind-protect' around `overlay-put' and `popup-menu'.
779 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
781         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
782         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
783         Take sealed revisions into account.
784         (vc-arch-checkin): Extract a summary line from the message.
786 2004-03-16  Masatake YAMATO  <jet@gyve.org>
788         * register.el (register): Provide `register' feature.
790 2004-03-15  Masatake YAMATO  <jet@gyve.org>
792         Added context menu support in smerge mode.
793         Most of the part is written by Stefan Monnier.
795         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
796         New keymap and menu.
797         (smerge-text-properties): New function.
798         (smerge-remove-props): New function.
799         (smerge-popup-context-menu): New function.
800         (smerge-resolve): Call `smerge-remove-props'.
801         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
802         (smerge-keep-current): Ditto.
803         (smerge-kill-current): New function.
804         (smerge-match-conflict): Put text properties.
805         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
807 2004-03-15  David Ponce  <david@dponce.com>
809         * ruler-mode.el: (ruler-mode-left-fringe-cols)
810         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
811         (ruler-mode-right-scroll-bar-cols): Remove.
812         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
813         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
814         Use fringe-columns and scroll-bar-columns.
816 2004-03-15  Masatake YAMATO  <jet@gyve.org>
818         * hl-line.el (hl-line-range-function): New variable.
819         (hl-line-move): New function.
820         (global-hl-line-highlight): Use `hl-line-move'.
821         (hl-line-highlight): Ditto.
823         * scroll-bar.el (scroll-bar-columns):
824         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
826         * ruler-mode.el (top-level): Require scroll-bar and fringe.
827         (ruler-mode-left-fringe-cols)
828         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
829         (ruler-mode-right-scroll-bar-cols)
830         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
831         (ruler-mode-ruler-function): New variable.
832         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
833         if the value for `ruler-mode-ruler-function'is given.
835         * hexl.el (hexl-mode-hook): Make the hook customizable.
836         (hexl-address-area, hexl-ascii-area): New customize variables.
837         (hexlify-buffer): Put font-lock-faces on the address area and
838         the ascii area.
839         (hexl-activate-ruler): New function.
840         (hexl-follow-line): New function.
841         (hexl-highlight-line-range): New function.
842         (hexl-mode-ruler): New function.
844 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
846         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
847         (vc-default-find-file-hook): New fun.
848         (vc-find-file-hook): Call new find-file-hook operation.
850         * vc-arch.el: New file.
852 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
854         * info-look.el (info-lookup): Reuse an existing Info window.
856 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
858         * woman.el (woman-preserve-ascii): Default value changed to t and
859         doc string revised.
861 2004-03-12  Richard M. Stallman  <rms@gnu.org>
863         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
864         Fix minor bug.
866         * replace.el (occur-engine): Change message for count of matches.
868         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
869         For strings, do compare text properties.
871 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
873         * progmodes/compile.el (compile-auto-highlight)
874         (compilation-error-list, compilation-old-error-list)
875         (compilation-parse-errors-function, compilation-parsing-end)
876         (compilation-error-message, compilation-directory-stack)
877         (compilation-enter-directory-regexp-alist)
878         (compilation-leave-directory-regexp-alist)
879         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
880         (compilation-current-file, compilation-regexps): Remove vars.
882         (compile-error-at-point, compilation-error-filedata)
883         (compilation-error-filedata-file-name, compile-reinitialize-errors)
884         (compilation-next-error-locus, compilation-forget-errors)
885         (count-regexp-groupings, compilation-parse-errors)
886         (compile-collect-regexps, compile-buffer-substring): Remove funs.
888         (compile-internal): Make obsolete.
890         (compilation-first-column, compilation-error)
891         (compilation-directory-matcher, compilation-page-delimiter)
892         (compilation-mode-font-lock-keywords, compilation-debug)
893         (compilation-error-face, compilation-warning-face)
894         (compilation-info-face, compilation-line-face)
895         (compilation-column-face, compilation-enter-directory-face)
896         (compilation-leave-directory-face, compilation-skip-threshold)
897         (compilation-skip-visited, compilation-context-lines): New vars.
899         (compilation-warning-face, compilation-info-face)
900         (compilation-message-face): New faces.
902         (compilation-error-regexp-alist-alist): New constant.
904         (compilation-face, compilation-directory-properties)
905         (compilation-assq, compilation-error-properties, compilation-start)
906         (define-compilation-mode, compilation-loop)
907         (compilation-set-window): New functions.
909         (compile): Additional argument for interactive compiles like TeX.
911         * progmodes/grep.el (kill-grep): Move here from compile.el
912         (grep-error, grep-hit-face, grep-error-face)
913         (grep-mode-font-lock-keywords): New variables.
914         (grep-regexp-alist): Simplify regexp and add `binary' case.
915         (grep-mode): New mode.
916         (grep-process-setup): Simplify.
918 2004-03-11  Jason Rumney  <jasonr@gnu.org>
920         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
921         letters on DOS/Windows.
923 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
925         * server.el (server-name): New var.
926         (server-socket-dir): New var to replace server-socket-name.
927         (server-start): Use them.
929 2004-03-11  Simon Josefsson  <jas@extundo.com>
931         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
932         died to avoid infloop.  Reported by Jonathan Glauner
933         <jglauner@sbum.org>.
935 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
937         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
938         (smerge-mode-menu): Use it to deactivate menu entries.
939         (smerge-keep-current): New fun.
940         (smerge-keep-current): Use it.
942 2004-03-10  John Paul Wallington  <jpw@gnu.org>
944         * foldout.el (foldout-fold-list, foldout-modeline-string):
945         Declare them as variables, not constants.
947 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
949         * ps-print.el: Modification to print *Messages* buffer.
950         (ps-print-version): New version 6.6.4.
951         (ps-message-log-max): New fun.
952         (ps-spool-without-faces, ps-spool-with-faces)
953         (ps-count-lines-preprint): Code fix.
955         * printing.el: New tips in Tips section.
957 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
959         * delim-col.el: Doc fix.
961         * printing.el: Doc fix.  New doc section (Tips).
963 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
965         * type-break.el (type-break-emacs-variant): Remove.
966         (type-break-run-at-time, type-break-cancel-function-timers):
967         Use fboundp rather than version name and number.
969 2004-03-09  Masatake YAMATO  <jet@gyve.org>
971         * hexl.el (hexl-mode): Use `make-local-variable' instead of
972         `make-variable-buffer-local'.
974 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
976         * find-dired.el (find-dired): Call `shell-command' instead of
977         `start-process-shell-command'.  By this, Tramp takes over
978         handling of remote directories.
980 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
982         * newcomment.el (comment-use-global-state): New var.
983         (comment-search-forward): Use it.
985         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
987         * cus-edit.el (fill) <defgroup>: Move to fill.el.
989         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
990         (enable-kinsoku): Make it a defcustom.
991         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
992         paragraph to same-comment-start-marker.
994 2004-03-07  Dave Love  <fx@gnu.org>
996         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
997         (browse-url-mail): Use it.
999         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
1000         (rfc2368-unhexify-string): Use replace-regexp-in-string.
1002 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
1004         * woman.el (woman-man.conf-path): Doc fix.
1005         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
1007 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
1009         * sort.el (sort-columns): Remove ms-dos from the list of systems
1010         where the external `sort' command is not used.
1012 2004-03-07  Kim F. Storm  <storm@cua.dk>
1014         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
1015         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
1016         from overlay-arrow-variable-list.
1017         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
1019 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
1021         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
1022         overlay arrow string properly for the assembler buffer.
1024 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1026         * mail/sendmail.el (mail-mode): Fix last change.
1028 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
1030         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
1031         for the assembler buffer.
1032         (gdb-assembler-custom): Position the overlay arrow.
1033         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
1035 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1037         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
1039         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
1040         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
1042         * mail/sendmail.el (mail-mode): Set comment-start-skip.
1044         * newcomment.el (uncomment-region): Allow non-terminated comment.
1045         (comment-normalize-vars): Check the user-specified comstart marker.
1047 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
1049         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
1050         Otherwise, do use it if the region only contains font-lock text
1051         properties.
1053 2004-03-04  Masatake YAMATO  <jet@gyve.org>
1055         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
1056         as the callback function for eldoc.
1057         (hexl-print-current-point-info): New function.
1058         (hexl-current-address): Print the address in both decimal
1059         and hexadecimal format.
1061 2004-03-04  Richard M. Stallman  <rms@gnu.org>
1063         * mail/rmail.el (rmail-convert-to-babyl-format):
1064         Specify t for UNIBYTE when calling mail-unquote-printable-region.
1066         * mail/mail-utils.el (mail-unquote-printable-region):
1067         New arg UNIBYTE.
1069         * startup.el (command-switch-alist): Doc fix.
1071         * simple.el (undo): Temporarily set this-command to `undo-start',
1072         then set it to `undo' once undo-start returns without error.
1074         * simple.el (minibuffer-history-sexp-flag): Doc fix.
1076         * simple.el (kill-line): Don't disregard trailing whitespace
1077         in eol condition, if show-trailing-whitespace is set.
1079         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
1080         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
1081         When disabling, restore old values only if mouse-sel-has-been-enabled.
1083         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
1084         (isearch-{-char): New function.
1085         (isearch-mode-map): Bind { to isearch-{-char.
1087         * font-lock.el (lisp-font-lock-keywords-2):
1088         Turn off the CL with-... and do-... general patterns.
1089         Instead, recognize several specific with... and do... constructs.
1091         * files.el (switch-to-buffer-other-window):
1092         Bind same-window-buffer-names and same-window-regexps to nil.
1093         (switch-to-buffer-other-frame): Likewise.
1095 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1097         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
1098         recognizing leading comment on code line.
1100 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1102         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
1103         hidden files/directories.
1105 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1107         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
1108         only comment-start (in case the mode hasn't set it).
1110         * Makefile.in (AUTOGENEL): New var.
1111         (bootstrap-prepare): Rename from bootstrap-clean.
1112         Don't remove elc files.
1113         (maintainer-clean): New target.
1115         * xml.el (xml-get-attribute-or-nil): Simplify.
1117 2004-03-02  Juri Linkov  <juri@jurta.org>
1119         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
1120         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
1121         URL to prevent their substitution with the environment variable
1122         values by browsers.
1124 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1126         * ps-print.el: Doc fix.
1127         (ps-print-version): New version number (6.6.3).
1128         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
1129         Docstring fix.
1130         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
1131         before printing.
1132         (ps-time-stamp-yyyy-mm-dd): New fun.
1133         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
1135 2004-03-02  Kim F. Storm  <storm@cua.dk>
1137         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
1139 2004-03-01  Juanma Barranquero  <lektu@terra.es>
1141         * allout.el (allout-rebullet-heading): Fix typo in docstring.
1143         * desktop.el (desktop-file-version)
1144         (desktop-after-read-hook): Fix typos.
1145         (desktop-clear-preserve-buffers): Remove redundant info in
1146         docstring already shown by the obsolescence message.
1147         (desktop-truncate, desktop-internal-v2s)
1148         (desktop-value-to-string): Change argument name to match docstring.
1150         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
1152         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
1153         docstring.
1155 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1157         * printing.el: Replace "As Is..." in PostScript file print/preview by
1158         "No Preprocessing...".  Suggested by Colin Marquardt
1159         <marquardt@zmd.de>.
1160         (pr-insert-section-4): Adjust buffer interface.
1162 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
1164         Version 2.0.39 of Tramp released.
1166         * net/tramp.el (tramp-handle-file-local-copy)
1167         (tramp-handle-write-region, tramp-open-connection-rsh):
1168         Variable name typo.  Small change.  From Patrick Tullmann
1169         <tullmann@flux.utah.edu>.
1170         (tramp-process-connection-type): New variable.
1171         (tramp-maybe-open-connection): Use it.
1172         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
1173         (tramp-touch): Set last-modified time of a remote file.
1174         (tramp-handle-write-region): Say which function is used when encoding.
1176 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
1178         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
1179         case of non-existing filename, too.  Reported by Christoph Bauer
1180         <c_bauer@informatik.uni-kl.de>.
1181         (tramp-smb-get-file-entries): The directory in question should
1182         have permissions "drwxrwxrwx".  Just virtual, because we don't
1183         know the real permissions.  Don't we know?
1184         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
1185         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
1186         (tramp-smb-wait-for-output): Optimize algorithm getting pending
1187         output.  If it was received chunkwise, there have been problems.
1188         Remove the "prompt not found" error message; it is obvious.
1189         Simplify algorithm.
1190         (tramp-smb-process-running): Remove.  Since we acknowledge the
1191         virtual prompt for shares, there's no need for distinction of
1192         reading shares (process ends afterwards) and interactive mode of
1193         smblient.
1194         (tramp-smb-open-connection): Setting process sentinel removed.
1195         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
1196         "NT_STATUS_NETWORK_ACCESS_DENIED".
1197         (tramp-smb-maybe-open-connection): Set `process-connection-type'
1198         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
1199         (top-level): Setting default value in `tramp-default-method-alist'
1200         corrected.  Order of USER and HOST have been wrong.
1201         Nobody complained for months ...
1202         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
1203         (tramp-smb-open-connection): Clear password cache if login has failed.
1205         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
1206         `tramp-unified-filenames'.
1207         (tramp-completion-mode): Make test for XEmacs explicitely.
1208         `event-to-character' can exists in Emacs packages too.
1209         Reported by Matt Swift <swift@alum.mit.edu>.
1210         (tramp-buffer-name): Buffer name must contain the user if exists.
1211         Reported by Adrian Phillips <a.phillips@met.no>.
1212         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
1213         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
1214         (tramp-do-copy-or-rename-file-out-of-band): Rename from
1215         `tramp-do-copy-or-rename-file-one-local', because it handles also
1216         the case both files use the same out-of-band method.
1217         Implementation added.
1218         (tramp-handle-file-local-copy, tramp-handle-write-region):
1219         Out-of-band handling removed.  `copy-file' called instead, which
1220         calls `tramp-do-copy-or-rename-file-out-of-band'.
1221         (tramp-action-password): Check for out-of-band method removed.
1222         This function is used for 'login-program.
1223         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
1224         appropriate.
1225         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
1226         and `tramp-parse-sknownhosts'.
1227         (tramp-completion-function-alist): It's a defvar now, because we
1228         want to apply the optimized `tramp-set-completion-function'
1229         instead of a static list.
1230         (tramp-set-completion-function): Implementation tuned.
1231         Avoid double entries, and entries where the function or the
1232         file/directory doesn't exist.
1233         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
1234         for SSH2.
1235         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
1236         (tramp-handle-dired-compress-file): New function.
1237         (tramp-async-proc): New variable.
1238         (tramp-handle-shell-command): Adding asynchronous processes.
1239         They are far from being perfect, but it works at least for
1240         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
1241         (top-level): Require password.el if visible.  Should be mandatory
1242         once No Gnus has found its way into (X)Emacs.
1243         (tramp-read-passwd): Invoke `password-read' if available,
1244         `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
1245         fallback any longer.
1246         (tramp-clear-passwd): New function.
1247         (tramp-process-actions, tramp-process-multi-actions):
1248         Clear password cache if login has failed.
1250         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
1251         its own module.
1252         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
1253         `ange-ftp-ftp-name-res'.  There could be incorrect values from
1254         previous calls in case the "ftp" method is used in the Tramp file
1255         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
1257 2004-02-28  Richard M. Stallman  <rms@gnu.org>
1259         * term.el (term-mouse-paste): Call mouse-set-point.
1261         * thumbs.el: New file.
1263 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1265         * progmodes/ebnf-abn.el: Doc fix.
1267         * progmodes/ebnf-bnf.el: Doc fix.
1268         (ebnf-repeat): Code fix.
1270         * progmodes/ebnf2ps.el: Doc fix.
1271         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
1273 2004-02-28  Juri Linkov  <juri@jurta.org>
1275         * ffap.el (dired-at-point): Additional writability test for
1276         relative directory names.
1277         (dired-at-point-prompter): Treat directories as a directory, get
1278         the directory component from files.
1279         (ffap-string-at-point): Return string from region if region is active.
1280         (ffap-file-at-point): Remove redundant code.
1282 2004-02-28  Kim F. Storm  <storm@cua.dk>
1284         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
1285         Initialize margin area images to nil.
1286         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
1287         (breakpoint-enabled-bitmap-face)
1288         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
1289         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
1290         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
1291         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
1292         (gdb-reset): Use gdb-remove-breakpoint-icons.
1293         (gdb-put-string): Add dprop arg to specify alternative display
1294         property (for setting fringe bitmap).
1295         (gdb-remove-strings): Doc fix.
1296         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
1297         icon in fringe (if available), or else as icon or text in display
1298         margin.  Creates necessary icons in breakpoint-bitmap,
1299         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
1300         Also make left window margin if required.
1301         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
1302         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
1303         no longer needed.
1304         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
1305         gdb-put-breakpoint-icon.
1306         (gdb-assembler-mode): Don't set left-margin-width here.
1308 2004-02-27  Kevin Ryde  <user42@zip.com.au>
1310         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
1311         comma, so that it DTRT in macros.
1313 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
1315         * progmodes/sh-script.el (sh-shell-arg)
1316         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
1317         (sh-leading-keywords, sh-other-keywords): Fix custom type.
1319 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
1321         * faces.el (face-spec-set-match-display): Add a new attribute,
1322         `min-colors'.
1323         (region, highlight, secondary-selection): Use `min-colors'.
1325         * custom.el (defface): Add documentation for `min-colors'.
1327         * font-lock.el (font-lock-comment-face, font-lock-string-face)
1328         (font-lock-keyword-face, font-lock-function-name-face)
1329         (font-lock-variable-name-face, font-lock-constant-face):
1330         Use `min-colors'.
1332         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
1334 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1336         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
1337         define assq-delete-all if it's not defined.
1338         (ebnf-generate-region): Code fix.
1340         * printing.el: Doc fix.
1341         (pr-version): New version number (6.7.2).
1342         (pr-command): Return empty string if command is an empty string.
1344 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1346         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
1348         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
1349         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
1350         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
1351         "tt" ["test"] ).  Reported by Markus Dreyer
1352         <mdreyer@ix.urz.uni-heidelberg.de>.
1353         (ebnf-version): New version number (4.0).
1354         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
1355         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
1356         (ebnf-delete-style): New commands.
1357         (ebnf-directory, ebnf-file): New funs.
1358         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
1359         (ebnf-production-name-p, ebnf-stop-on-error): New options.
1360         (ebnf-syntax-alist): New var.
1361         (ebnf-element-width): New fun replacing ebnf-list-width.
1362         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
1363         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
1364         (ebnf-prologue): Adjust vars.
1365         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
1366         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
1367         (ebnf-check-style-values, ebnf-generate-production)
1368         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
1369         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
1370         (ebnf-token-repeat): Code fix.
1372         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
1373         %right, %left and %prec.  Suggested by Matthew K. Junker
1374         <junker@alum.mit.edu>.
1375         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
1377         * progmodes/ebnf-iso.el: Doc fix.
1378         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
1379         (ebnf-iso-lex): Code fix.
1381         * progmodes/ebnf-bnf.el: Doc fix.
1382         (ebnf-bnf-lex): Code fix.
1384         * progmodes/ebnf-otz.el: Doc fix.
1386 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
1388         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
1389         (abbrev-prefix-mark): Doc fix.
1391 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
1393         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
1394         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
1395         (gdb-var-delete): Make interactive (really).
1396         (gdb-edit-value): Make non-interactive.
1398         * progmodes/gud.el (gud-speedbar-menu-items):
1399         Add gdb-var-delete and, indirectly, gdb-edit-value.
1400         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
1401         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
1402         (gud-gdb-marker-filter): Add comment for annotations.
1404 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
1406         * calendar/calendar.el (generate-calendar)
1407         (calendar-read-date): Prevent display of BC calendars once more -
1408         reverts 2003-10-01 change.
1409         (generate-calendar-month): Doc fix.
1411 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
1413         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
1414         return value of increment-calendar-month.
1416 2004-02-21  Stephen Compall  <s11@member.fsf.org>
1418         * saveplace.el (save-place-forget-unreadable-files)
1419         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
1420         (save-place-forget-unreadable-files): New function.
1421         (save-place-alist-to-file): Use it to filter out files that are
1422         no longer readable.
1424         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
1425         current Texinfo environment, using the same method as in
1426         `texinfo-insert-@end', and insert a space rather than a newline if
1427         point in a @table environment.
1429 2004-02-21  Juri Linkov  <juri@jurta.org>
1431         * ffap.el (ffap-file-at-point): Try parent directories.
1433 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
1435         * vcursor.el (vcursor-modifiers): New defcustom.
1436         (vcursor-cs-binding): Use vcursor-modifiers instead of a
1437         hard-coded list.
1439 2004-02-21  Masatake YAMATO  <jet@gyve.org>
1441         * play/animate.el (animate-birthday-present): Accept names other
1442         than `Sarah', too.
1444 2004-02-21  Juri Linkov  <juri@jurta.org>
1446         * startup.el: Remove table of command line arguments from the
1447         Commentary section.
1449 2004-02-20  John Wiegley  <johnw@newartisans.com>
1451         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
1452         again" modifier from 'e' to 'E', since 'e' is also used by the
1453         "file extension" modifier.
1455 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
1457         * help-fns.el (describe-categories): Doc fix.
1459 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
1461         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
1462         temporary file for buffer already visiting one.  This change makes
1463         output likely to be directly usable by patch program.
1464         Suggested by Adrian Aichner  <adrian@xemacs.org>
1466 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
1468         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
1469         case of variables defined in compound statements.
1470         (gdb-setup-windows, gdb-source-info, gdb-source-info):
1471         Simplify constructions using switch-to-buffer.
1473 2004-02-19  Simon Josefsson  <jas@extundo.com>
1475         * play/morse.el: Fix typo.
1476         (morse-code): Add @.
1478 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
1480         * calendar/appt.el (appt-display-format): Change default to
1481         'ignore, for backwards compatibility.
1482         (appt-display-message): If appt-display-format is 'ignore,
1483         respect old vars appt-msg-window and appt-visible.
1484         (appt-activate): Don't depend on return value of cancel-timer.
1486         * calendar/calendar.el (calendar-holidays): Doc fix.
1488         * calendar/cal-coptic.el (coptic-prompt-for-date):
1489         Use assoc-string instead of assoc-ignore-case.
1490         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
1491         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
1492         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
1493         * calendar/cal-islam.el (calendar-goto-islamic-date)
1494         (mark-islamic-diary-entries): Ditto.
1495         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
1496         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
1497         (calendar-read-mayan-tzolkin-date): Ditto.
1498         * calendar/calendar.el (calendar-read-date): Ditto.
1499         * calendar/diary-lib.el (mark-diary-entries): Ditto.
1501 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
1503         * progmodes/executable.el (executable-command-find-posix-p):
1504         Fix choice of the directory.
1506 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
1508         * simple.el (interprogram-cut-function)
1509         (interprogram-paste-function, kill-new, kill-append):
1510         Doc fixes.
1511         (kill-region): Make it return nil.  Doc fix.
1512         (yank-pop): Make its argument optional.
1513         (yank): Make ARG `-' equivalent to `-1'.
1515 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
1517         * mail/rmail.el (rmail-get-new-mail): Don't reference
1518         rmail-use-spam-filter if rmail-spam-filter is not loaded.
1520 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
1522         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
1523         if one of global-auto-revert-non-file-buffers or autorevert-mode
1524         is non-nil.
1526 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
1528         * subr.el (delete-dups): A better implementation from Karl Heuer
1529         <kwzh@gnu.org>.
1531 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
1533         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
1534         correct place.
1535         * progmodes/icon.el (icon-indent-command): Ditto.
1536         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
1538 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
1540         * progmodes/grep.el (grep-compute-defaults): Undo change from
1541         2004-01-29: don't use executable-command-find-posix-p.
1543 2004-02-16  Richard Sharman  <rsharman@pobox.com>
1545         * hilit-chg.el: Use require instead of eval-and-compile.
1546         (highlight-compare-buffers): New function.
1548 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
1550         * man.el (Man-fontify-manpage): Render section headings in
1551         `Man-overstrike-face' even when overstrike was not used by man
1552         formatter for section headings.
1554 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
1556         * rmail-spam-filter.el: (vm-use-spam-filter)
1557         (rsf-min-region-length-added-to-spam-list): New variables.
1558         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
1559         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
1560         spam testing.  Don't delete spam message if automatic deletion
1561         after output via variable rmail-delete-after-output is turned on.
1562         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
1563         rsf-bbdb-dont-create-entries-for-spam.
1564         (check-field): New function, extracted from code in
1565         rmail-spam-filter to ease addition of header fields like content-type.
1566         (message-content-type): New variable to check the content-type:
1567         field added, also in defcustom of rsf-definitions-alist.
1568         (rmail-spam-filter): Replace repeated test code for header fields
1569         by calls to check-field; change the call to
1570         rmail-output-to-rmail-file such that rmail-current-message stays
1571         the same to avoid wrong deletion of unseen flags.
1572         (rsf-add-contents-type): New function to convert old format
1573         of rmail-spam-definitions-alist into new one.
1574         Change prefixes of all variables and functions from
1575         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
1577 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
1579         * loadhist.el (unload-hook-features-list): New defvar.
1581 2004-02-16  Dave Love  <fx@gnu.org>
1583         * loadhist.el (unload-feature): Doc fix.  Rename flist to
1584         unload-hook-features-list.
1586 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
1588         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
1589         cookie.  Don't check if we are looking-at open-formula.
1591 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
1593         * subr.el (match-string-no-properties): Use substring-no-properties.
1595 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
1597         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
1598         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
1599         Use lower-case "rx" in all error message.
1601 2004-02-16  Dave Love  <fx@gnu.org>
1603         * emacs-lisp/rx.el (rx-or): Put group around result.
1604         (rx-constituents): Add backref.
1605         (rx-syntax): Add string-delimiter, comment-delimiter.
1606         (rx-categories): Add combining-diacritic.
1607         (rx-check-not, rx-greedy, rx): Doc fix.
1608         (rx-backref, rx-check-backref): New.
1610 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
1612         * newcomment.el (uncomment-region): Allow eob as comment end.
1614 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
1616         * filecache.el: All message and error commands now use prefix
1617         "Filecache:" to make it easy to read *Messages* buffer.
1619 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
1621         * autorevert.el: Add support to detect changed dired and VC buffers.
1622         (auto-revert-active-p, auto-revert-list-diff)
1623         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
1624         (auto-revert-handler, auto-revert-active-p): New functions.
1625         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
1626         and `auto-revert-active-p'.
1627         (eval-when-compile): Defvar dired-directory and vc-mode.
1628         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
1629         (auto-revert-handler-vc): New functions.
1631 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
1633         * progmodes/compile.el (compilation-directory): New defvar.
1634         (compile): Save current directory in compilation-directory.
1635         (recompile): Bind default-directory to compilation-directory if
1636         that is non-nil.
1638 2004-02-16  Dave Love  <fx@gnu.org>
1640         * newcomment.el (comment-insert-comment-function)
1641         (comment-region-function, uncomment-region-function): New.
1642         (comment-indent): Use comment-insert-comment-function.
1643         (uncomment-region): Use uncomment-region-function.
1644         (comment-region): Use comment-region-function.
1646         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
1648 2004-02-16  Richard Stallman  <rms@gnu.org>
1650         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
1651         loaddefs* and ldefs-boot*.
1653 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
1655         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
1656         and email address at the beginning and end of the address.
1658         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
1659         anchored at the beginning of the email address.
1661 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
1663         * international/ccl.el (ccl-compile-write): Pass `left' to
1664         ccl-embed-code to generate correct code of write-expr-register.
1666 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
1668         * progmodes/grep.el (grep-compute-defaults): Fix typos.
1670 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1672         * x-dnd.el: Mention support for Motif in commentary.
1673         (x-dnd-handle-drag-n-drop-event): Ditto.
1675 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
1677         * ses.el: Use "ses--" prefixes for buffer-local variables.
1678         Use (point-min) instead of 1, even when we know the buffer
1679         is unnarrowed.
1680         (ses-build-load-map): Delete.  Distribute its content to defconst's for
1681         the three maps.
1682         (ses-menu, ses-header-line-menu): New menus.
1683         (ses-mode-map): Use them.
1684         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
1686 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
1688         * Makefile.in: Fix the CC Mode recompile kludge so it works
1689         when building in a different directory.
1691 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
1693         * simple.el (kill-new): Put yank-handler property on the entire string.
1695 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1697         * diff.el: Don't use compile any more, use diff-mode instead.
1698         (diff-regexp-alist, diff-old-file, diff-new-file)
1699         (diff-parse-differences, diff-process-setup): Remove.
1700         (diff-sentinel): New fun.
1701         (diff): Use it.  Run the process ourselves.
1702         Use diff-mode for the rest of the processing.
1704         * diff.el (diff): Simplify code handling `switch'.
1706 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1708         * pcvs-defs.el (cvs-menu): Add `tag'.
1710 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
1712         * simple.el (kill-append): Doc fix.
1714         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1715         Adapt outline-regexp to the new conventions for commenting out code.
1717 2004-02-11  John Paul Wallington  <jpw@gnu.org>
1719         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
1721 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1723         * diff.el (diff-switches): New fun.
1724         (diff, diff-backup): Use it.
1725         (diff): Clean up the args construction.  Use backquote.
1726         Use listp instead of consp to avoid putting a nil arg.
1727         (diff): Add a revert-buffer function.
1729 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1731         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
1732         handled by x-dnd-handle-file-name.
1733         (x-dnd-known-types): Add COMPOUND_TEXT.
1734         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
1735         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
1736         x-dnd-empty-state.
1737         (x-dnd-forget-drop): Ditto.
1738         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
1739         (x-dnd-handle-one-url): Return private when inserting text.
1740         (x-dnd-insert-ctext): New function.
1741         (x-dnd-handle-file-name): New function for FILE_NAME.
1742         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
1743         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
1744         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
1746 2004-02-10  Kenichi Handa  <handa@m17n.org>
1748         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
1749         instead of while loop.
1751 2004-02-10  Miles Bader  <miles@gnu.org>
1753         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
1755 2004-02-09  Kenichi Handa  <handa@m17n.org>
1757         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
1758         have end-of-line.
1760 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
1762         * Makefile.in: Added extra dependencies in the recompile target
1763         needed to cope with the compile time macro expansions in CC Mode.
1765 2004-02-09  Kim F. Storm  <storm@cua.dk>
1767         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
1768         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
1769         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
1770         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
1771         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
1772         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
1773         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
1774         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
1775         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
1776         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
1777         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
1779 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1781         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
1782         Don't allow shrink if there's a window on our right.
1784         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
1785         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
1786         Bring together declaration and initialization.
1787         (prolog-mode-variables): Don't set the syntax table.
1788         Don't set paragraph-start and comment-indent-function.
1789         Add /*..*/ to the comment regexps.
1790         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
1791         (prolog-mode-map): Don't bind TAB.
1792         (prolog-mode): Set the syntax table.
1793         (prolog-comment-indent): Remove.
1794         (inferior-prolog-mode-map): Initialize in the declaration.
1795         (inferior-prolog-mode-syntax-table)
1796         (inferior-prolog-mode-abbrev-table): New vars.
1797         (inferior-prolog-mode): Derive from comint-mode.
1798         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
1799         minibuffer windows.
1801         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
1802         in file names, as long as it is unabmiguous.
1804 2004-02-08  Andreas Schwab  <schwab@suse.de>
1806         * textmodes/reftex-toc.el
1807         (reftex-toc-load-all-files-for-promotion): Remove useless use of
1808         format.  Doc fix.
1810         * textmodes/refer.el (refer-find-entry-internal): Remove extra
1811         format string arguments.
1813         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
1814         string argument.
1816         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
1818         * play/zone.el (zone-call): Fix format string.
1820         * net/webjump.el (webjump-builtin): Add missing format string argument.
1822         * midnight.el (midnight-delay-set): Remove extra format string argument.
1824         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
1826         * hexl.el (hexl-insert-char): Add missing format string argument.
1828         * format.el (format-decode): Fix format string.
1830         * emulation/vi.el (vi-mode): Remove extra format string argument.
1831         (vi-repeat-last-search): Likewise.
1832         (vi-reverse-last-search): Likewise.
1833         (vi-goto-mark): Likewise.
1834         (vi-reverse-last-find-char): Likewise.
1835         (vi-repeat-last-find-char): Likewise.
1836         (vi-locate-def): Likewise.
1838         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
1840         * ediff-util.el (ediff-toggle-read-only): Remove extra format
1841         string argument.
1842         (ediff-toggle-regexp-match): Likewise.
1844         * dired-aux.el (dired-do-query-replace-regexp): Add missing
1845         format string argument.
1847         * calc/calc-map.el (calc-get-operator): Remove extra format
1848         string argument.
1850         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
1852         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
1853         string argument.
1855         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
1857         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
1859         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
1861         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
1862         (cl-struct-setf-expander): Likewise.
1864         * vc.el (with-vc-file): Fix unsafe uses of error.
1865         (vc-cancel-version): Likewise.
1867 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
1869         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
1870         thousands separator; fixes <class>:<line-number> regexp for
1871         non-english locales.
1873 2004-02-08  Andreas Schwab  <schwab@suse.de>
1875         * view.el (view-mode-enable): Revert previous change.
1877 2004-02-07  Kim F. Storm  <storm@cua.dk>
1879         * simple.el (line-number-at-pos): Rename from line-at-pos.
1880         Uses changed (what-line and vc-annotate-warp-version).
1882 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1884         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
1885         (diff-mode): Remove aborted attempt at support for compile.el.
1886         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
1888 2004-02-06  Andreas Schwab  <schwab@suse.de>
1890         * view.el (view-mode-enable): Add view-mode-map to
1891         minor-mode-overriding-map-alist.
1893 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1895         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
1897 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1899         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
1900         with point inside rather than after the paragraph.
1902 2004-02-04  Sam Steingold  <sds@gnu.org>
1904         * mail/smtpmail.el (smtpmail-try-auth-methods):
1905         Do not try authentication when no mechanism is available.
1906         Pass port-name as defaultport to `netrc-machine'.
1908 2004-02-04  Stephen Eglen  <stephen@gnu.org>
1910         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
1911         to show how minibuffer height can be constrained.
1913 2004-02-04  John Paul Wallington  <jpw@gnu.org>
1915         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
1917 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1919         * x-dnd.el: New file for drag and drop.
1921         * term/x-win.el: require x-dnd, set after-make-frame-functions
1922         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
1923         drag-n-drop event.
1925         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
1926         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
1927         (dired-dnd-handle-file): New functions for drag and drop support.
1928         (dired-mode): Initialize drag and drop if x-dnd present.
1930 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1932         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
1933         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
1934         (cperl-mode): Set fill-paragraph-function.
1935         (cperl-fill-paragraph): Make it non-interactive.
1937 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
1939         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
1941 2004-02-02  David Kastrup  <dak@gnu.org>
1943         * replace.el (perform-replace): Allow 'literal argument in
1944         regexp-flag to indicate literal replacement.
1945         (query-replace-regexp-eval): Use it.
1947 2004-02-01  Andreas Schwab  <schwab@suse.de>
1949         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
1951 2004-02-01  Stephen Eglen  <stephen@gnu.org>
1953         * info-look.el: Add support for maxima-mode.  Update commentary
1954         because info-lookup-symbol is now bound to C-h S.
1956 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
1958         * simple.el (edit-and-eval-command): Bind print-level and
1959         minibuffer-history-sexp-flag around call to read-from-minibuffer.
1960         Correct initial position in command-history.
1962 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
1964         * files.el (read-directory-name): Adapt the docstring to recent
1965         change in Fread_file_name.
1967 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
1969         * ses.el (ses-print-cell): If print format too wide for column
1970         width, truncate decimal places if that helps to avoid "#####" fill.
1971         * ses.el (ses-initial-column-width): Revert previous change.
1973 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1975         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
1976         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
1977         Add edebug info.
1978         (jit-lock-mode): Setup/cancel the new timer.
1979         (jit-lock-context-fontify): New fun.  Extracted from
1980         context fontification code of jit-lock-stealth-fontify.
1981         (jit-lock-stealth-fontify): Don't do context fontification any more.
1983         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
1984         (jit-lock-fontify-now): Handle the `quit' case.
1985         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
1987 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
1989         * progmodes/executable.el (executable-command-find-posix-p):
1990         New.  Check if find handles arguments Posix-style.
1992         * progmodes/grep.el (grep-compute-defaults):
1993         Use executable-command-find-posix-p.
1994         (grep-find): Check `grep-find-command'.
1996         * filecache.el (file-cache-find-posix-p): Delete.
1997         (file-cache-add-directory-using-find):
1998         Use `executable-command-find-posix-p'.
2000 2004-01-29  Dave Love  <fx@gnu.org>
2002         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
2003         Iterate the hook function if arg is given.
2004         (mark-defun, narrow-to-defun): Change order of finding the limits.
2006         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
2007         (byte-compile-format-warn): New.
2008         (byte-compile-callargs-warn): Use it.
2009         (Format, message, error): Add byte-compile-format-like property.
2010         (byte-compile-maybe-guarded): New.
2011         (byte-compile-if, byte-compile-cond): Use it.
2012         (byte-compile-lambda): Compile interactive forms,
2013         just to make warnings about them.
2015 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
2017         * ses.el (ses-initial-column-width): Increase to 14, so it will
2018         work well with the default printer of "%.7g" for extreme values
2019         like "-1.234567e+07".
2021 2004-01-29  Kenichi Handa  <handa@m17n.org>
2023         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
2025 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
2027         * dos-w32.el: Added support for the `default-printer-name' function.
2029 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2031         * server.el (server-socket-name): Don't use the hostname in the
2032         socket name since /tmp is local to the host anyway.
2034         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
2035         robust check of widening and fix var-naming.
2037 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
2039         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
2040         or rmail-spam- to rsf- in all function and variable names.
2041         (rsf-min-region-to-spam-list): New variable.
2042         (rsf-bbdb-auto-delete-spam-entries): Rename from
2043         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
2044         scanned together with the recipients field for spam testing; Don't
2045         delete spam message if rmail-delete-after-output is non-nil;
2046         (rsf-check-field): New function, extracted from code in
2047         rmail-spam-filter to ease addition of header fields like
2048         content-type:;
2049         (message-content-type): New variable.  The content-type: field was
2050         added also in defcustom of rsf-definitions-alist;
2051         (rmail-spam-filter): Replace repeated test code for header fields
2052         by calls to check-field; change the call to
2053         rmail-output-to-rmail-file such that rmail-current-message stays
2054         the same to avoid wrong deletion of unseen flags.
2055         (rmail-use-spam-filter): Add autoload cookie.
2057 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
2059         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
2060         (file-cache-add-directory-using-find): Add Cygwin support.
2061         (file-cache-find-command-posix-flag): New user variable.
2063         * filecache.el (file-cache-add-directory): Check for
2064         directories an remove them from dir-files.
2066 2004-01-27  Richard M. Stallman  <rms@gnu.org>
2068         * man.el (Man-fontify-manpage): Clean up message.
2070 2004-01-27  Kenichi Handa  <handa@m17n.org>
2072         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
2073         (sentence-end): Define using sentence-end-without-space.
2075         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
2076         a sentence ends with one of a character in sentence-end-without-space.
2078 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2080         * font-lock.el (font-lock): Add jit-lock as explicit group member.
2081         (jit-lock): Group declaration moved to jit-lock.el.
2082         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
2083         when necessary.
2085         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
2086         (jit-lock-context-unfontify-pos): Rename from
2087         jit-lock-first-unfontify-pos.
2088         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
2090 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
2092         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
2093         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
2094         (fortran-fill): When filling a string, adjust re-search-backward
2095         argument for special case of string just on fill-column.
2096         When filling non-string, allow one extra char if
2097         fortran-break-before-delimiters is non-nil.
2098         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
2099         Use fortran-break-delimiters-re and fortran-no-break-re to
2100         correctly handle cases such as "**".
2102         * progmodes/f90.el (f90-break-delimiters): Doc fix.
2103         (f90-no-break-re): Add some extra tokens.  Doc fix.
2105 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
2107         * mail/rmail-spam-filter.el:
2108         Use two semicolons as Commentary line prefix.
2109         Add ";;; Code:" stylized comment.
2110         Delete end-of-line whitespace.
2111         Wrap (require 'cl) with `eval-when-compile'.
2113 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
2115         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
2116         at the top level of vc.el.
2118 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
2120         * vc.el (vc-current-line): Function removed.  This is now done by
2121         the new function line-at-pos in simple.el.
2122         (vc-annotate-warp-version): Use line-at-pos instead of
2123         vc-current-line.
2125 2004-01-22  Kim F. Storm  <storm@cua.dk>
2127         * simple.el (line-at-pos): New defun.
2128         (what-line): Use it.  Optimize by only counting lines in narrowed
2129         region once.
2131 2004-01-22  Kenichi Handa  <handa@m17n.org>
2133         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
2134         point (register r1) only for charset mule-unicode-0100-24ff.
2136 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
2138         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
2139         trailing white space and ensure a final newline.
2141         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
2142         Add autoload cookie.
2144 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
2146         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
2147         activate view-mode explicitly.
2149 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2151         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
2152         use clipboard first.
2154 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2156         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
2157         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
2158         (vc-mcvs-cvs): Remove.
2159         (vc-mcvs-command): Remove use of assert.
2161         * outline.el (outline-insert-heading): Tighten up match.
2162         (outline-demote, outline-move-subtree-down): Don't assume anything
2163         about outline-regexp.
2165         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
2166         (texinfo-show-structure): Explicitly add ^, and simplify.
2168 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
2170         * calendar/appt.el (appt-check): Restore usage of
2171         appt-issue-message deleted in previous change.
2172         (top-level): Activate package when loaded (needed for backwards
2173         compatibility).
2175 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
2177         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
2178         following previous change to smtpmail-send-data.
2180 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
2182         * vc.el (vc-default-previous-version): Doc enhancement.
2183         (vc-default-next-version): New function.
2184         (vc-print-log): New arg FOCUS-REV.
2185         (vc-annotate-mode): Derive from view-mode.
2186         (vc-annotate): New args REVISION, DISPLAY-MODE.
2187         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
2188         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
2189         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
2190         (vc-annotate-show-diff-revision-at-line, vc-current-line)
2191         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
2193         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
2195 2004-01-19  Karl Berry  <karl@gnu.org>
2197         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
2198         or "TexInfo".
2200 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
2202         * subr.el (delete-dups): New function.
2204 2004-01-19  Karl Berry  <karl@gnu.org>
2206         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
2207         with ^, since that's what texinfo-show-structure
2208         documentation says (plus it works much better in texinfo.txi).
2210 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
2212         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
2214 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
2216         * progmodes/which-func.el (which-function-mode): Don't cancel
2217         which-func-update-timer if not set.
2219 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
2221         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
2222         Remove spurious left square bracket in XX:XXam regexp.
2224 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
2226         * progmodes/cc-defs.el: Do not require cl at run time.
2228 2004-01-16  Richard M. Stallman  <rms@gnu.org>
2230         * emacs-lisp/cl.el (cl-cannot-unload): New function.
2231         (cl-unload-hook): Defvar this to run cl-cannot-unload.
2233         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
2234         Call rmail-spam-filter.  Delete and expunge spam.
2235         Print number of spam messages deleted.
2236         Save and restore the deletion status of old messages when reading
2237         new mail with spam filter, so that expunging spam does not expunge
2238         msgs deleted by the user.
2239         (rmail-only-expunge): Add an optional argument dont-show to
2240         prevent showing message after expunge.
2242 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
2244         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
2245         * subr.el (declare): New macro.
2247 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
2249         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
2251 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2253         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
2254         Test window-system rather than system-type (for X11/Mac).
2256 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
2258         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
2260 2004-01-12  Richard M. Stallman  <rms@gnu.org>
2262         * mail/rmail.el (rmail-convert-to-babyl-format):
2263         Use mail-unquote-printable-region.
2264         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
2265         (rmail-hex-char-to-integer): Functions deleted.
2267         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
2268         (mail-unquote-printable-region): New arg NOERROR.
2269         For invalid encoding, either signal an error to just return nil.
2271 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
2273         * calendar/appt.el: Update copyright and commentary.
2274         (appt-issue-message): Make obsolete.
2275         (appt-visible, appt-msg-window): Make obsolete, in favour of
2276         appt-display-format.
2277         (appt-display-mode-line, appt-display-duration)
2278         (appt-display-diary, appt-time-msg-list, appt-mode-string)
2279         (appt-prev-comp-time, appt-display-count, appt-timer)
2280         (appt-convert-time): Doc change.
2281         (appt-disp-window-function, appt-delete-window-function):
2282         Use defcustom rather than defvar.
2283         (appt-display-format): New variable.
2284         (appt-display-message): New function with display code from appt-check.
2285         (appt-check): Add optional FORCE argument.  Doc change.
2286         Add appt-make-list to diary-hook if displaying diary.
2287         Remove checking of view-diary-entries-initially.
2288         Message display section removed to new function appt-display-message.
2289         (appt-display-window): Doc change.  Remove unused internal var
2290         this-buffer.  Do not beep, since appt-display-message does that.
2291         (appt-make-list): Doc change.  Use caar.
2292         (appt-sort-list): Simplify by using builtin sort function.
2293         (appt-update-list): New function for updating appts when diary is
2294         saved.
2295         (appt-activate): New autoloaded function to toggle package
2296         functionality.
2298         * calendar/cal-x.el: (calendar-one-frame-setup)
2299         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
2301         * calendar/calendar.el: Update copyright.
2302         (view-diary-entries-initially, european-calendar-style): Doc change.
2303         (calendar-setup): Make defcustom rather than defvar.
2304         (mark-visible-calendar-date): Initialize temp-face and faceinfo
2305         in let binding so local to function.
2307         * calendar/diary-lib.el: Update copyright.
2308         (diary, diary-entry-time): Doc change.
2309         (list-diary-entries): Doc change.  Trivial logic change.
2310         (fancy-diary-display): Restore make-face command mistakenly
2311         deleted 2003-05-08.
2312         (show-all-diary-entries): Allow to pop-up frame if needed.
2314 2004-01-09  John Paul Wallington  <jpw@gnu.org>
2316         * bindings.el (mode-line-change-eol): Add EVENT parameter.
2317         Temporarily select EVENT's window for changing eol type.
2319 2004-01-09  Deepak Goel  <deego@gnufans.org>
2321         * calendar/diary-lib.el (diary-entry-time):
2322         Also accept time in the form XX[.XX][am/pm/AM/PM].
2323         (fancy-diary-font-lock-keywords): Likewise.
2324         (diary-font-lock-keywords): Likewise.
2325         * calendar/appt.el (appt-add): Likewise.
2326         (appt-make-list): Likewise.
2327         (appt-convert-time): Likewise.
2329 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
2331         * gdb-ui.el (gdb-ann3): Revert previous change.
2332         (gdb-source-info): Allow for case of where compilation directory
2333         is not recorded.
2335 2004-01-08  John Paul Wallington  <jpw@gnu.org>
2337         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
2339 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
2341         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
2343         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
2344         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
2345         problems.
2346         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
2348 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
2350         * files.el (write-file-functions, write-contents-functions):
2351         Clarify docstrings.
2353 2004-01-07  Kenichi Handa  <handa@m17n.org>
2355         * international/mule.el (set-auto-coding): Fix for the case that
2356         end-of-line is only CR.
2358 2004-01-07  Kim F. Storm  <storm@cua.dk>
2360         * subr.el (event-start, event-end): Doc fix.
2361         (posn-string, posn-image): New defuns.
2362         (posn-object): Return either image or string object.
2363         (posn-object-x-y): Return 8th element of position.
2364         (posn-object-width-height): New defun.
2366 2004-01-06  Andreas Schwab  <schwab@suse.de>
2368         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
2369         output.
2371 2004-01-05  Karl Berry  <karl@gnu.org>
2373         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
2374         / and *, too.
2376 2003-12-31  Simon Josefsson  <jas@extundo.com>
2378         * files.el (before-save-hook): Add.
2379         (basic-save-buffer): Use before-save-hook.
2381         * emacs-lisp/copyright.el: Fix comment to recommend
2382         before-save-hook instead of write-file-functions.
2384 2004-01-05  Richard M. Stallman  <rms@gnu.org>
2386         * finder.el (finder-commentary): Call delete-other-windows.
2388         * net/ange-ftp.el (ange-ftp-file-attributes):
2389         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
2391 2004-01-04  Karl Berry  <karl@gnu.org>
2393         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
2394         comment characters % and # in the copyright year notice,
2395         as well as ;.
2397 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
2399         * wid-edit.el (default): Define dummy :value-delete.
2400         Reported by Jesper Harder <harder@ifa.au.dk>.
2402 2004-01-03  Richard M. Stallman  <rms@gnu.org>
2404         * progmodes/compile.el (compile-internal): Use point, not point-min,
2405         for set-window-point.
2407         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
2409         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
2411         * progmodes/grep.el (grep-mode-map):
2412         Don't remap next-line, previous-line.
2414 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
2416         * speedbar.el (speedbar-edit-line): Change regexp to position
2417         the cursor on the first character of this line's button.
2419 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
2421         * subr.el (functionp): Doc fix.
2423 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
2425         * progmodes/idlwave.el (idlwave-make-tags):
2426         * textmodes/flyspell.el (flyspell-large-region):.
2427         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
2428         * emulation/viper-util.el (viper-glob-unix-files):
2429         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
2430         * man.el (Man-init-defvars):
2431         * jka-compr.el (jka-compr-call-process):
2432         * files.el (get-free-disk-space,insert-directory):
2433         * ediff-ptch.el (ediff-test-patch-utility):
2434         * ediff-diff.el (ediff-test-utility):
2435         * dired-aux.el (dired-check-process):
2436         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
2437         test the return value of call-process, because it can be a string.
2439 2003-12-31  John Paul Wallington  <jpw@gnu.org>
2441         * bindings.el (completion-ignored-extensions): Add .pfsl.
2443 2003-12-31  Kim F. Storm  <storm@cua.dk>
2445         * ido.el (ido-nonreadable-directory-p): New defun to check for
2446         nonreadable directory without activating tramp (to avoid problems
2447         with checking incomplete tramp paths).
2448         (ido-set-current-directory, ido-file-internal)
2449         (ido-file-name-all-completions1): Use it.
2451 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
2453         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
2454         documentation if the anchor (or node) name is preceded by `info
2455         anchor' or `Info anchor' in addition to earlier `info node' and
2456         `Info node'.
2457         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
2459 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
2461         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
2462         error in arguments to base64-decode-region.  Remove ^M characters
2463         after decoding base64.
2465 2003-12-30  Simon Josefsson  <jas@extundo.com>
2467         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
2468         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
2469         have only been distributed with Emacs for some years.
2470         (texinfo-mode-hook): Customize.
2472 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
2474         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
2475         cleaner (suggested by Richard Stallman).
2477         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
2478         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
2479         file-name clashes on 8+3 DOS filesystems.
2481         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
2482         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
2483         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
2484         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
2485         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
2486         file-name clashes on 8+3 filesystems.
2488         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
2489         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
2490         file-name clashes on 8+3 DOS filesystems.
2492 2003-12-29  Richard M. Stallman  <rms@gnu.org>
2494         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
2495         Upcase the character.
2497         * textmodes/flyspell.el (mail-mode-flyspell-verify):
2498         Search for header separator alone on a line, literally,
2499         and search for it backward, not forward.
2500         (flyspell-abbrev-table): Always use global-abbrev-table
2501         if there is no local one.
2503         * progmodes/sh-script.el (sh-get-indent-info):
2504         Don't move point back if at bob.
2506         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
2508         * play/handwrite.el (handwrite): Make the handwrite credit message
2509         a comment rather than an output command.
2511         * obsolete/sc.el: Display message that this file is obsolete.
2513         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
2515         * mail/rfc822.el (rfc822-address-start): Declare variable.
2516         Renamed from address-start.  All uses changed.
2518         * term.el (term-exec): Set up sentinel.
2519         (term-sentinel): New function.
2520         (term-handle-exit): New function.
2522         * subr.el (assoc-ignore-case, assoc-ignore-representation):
2523         Use assoc-string, and mark them obsolete.
2524         (delay-mode-hooks): Mark as permanent local.
2526         * simple.el (sendmail-user-agent-compose): Use assoc-string.
2528         * register.el (copy-rectangle-to-register): Doc fix.
2530         * info.el (Info-insert-dir): Use assoc-string.
2532         * info-look.el (info-lookup): Use assoc-string.
2534         * frame.el (pop-up-frame-function): Use quote, not `function'.
2535         (frame-notice-user-settings): Calculate ADJUSTED-TOP
2536         copying with lists as coordinate values.
2538         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
2540         * find-dired.el (kill-find): New command.
2541         (find-dired): Make buffer read-only.
2542         Set up a keymap with C-c C-k running kill-find.
2543         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
2545         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
2547         * filecache.el (file-cache-ignore-case): New variable.
2548         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
2550         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
2551         (comint-dynamic-complete-as-filename): Rename local vars.
2552         (comint-dynamic-list-filename-completions): Likewise.
2554         * comint.el (comint-dynamic-list-completions-config): New var.
2555         (comint-dynamic-list-completions): Handle both SPC and TAB right.
2557         * comint.el (comint-file-name-chars): Add [].
2558         (comint-word): Use skip-chars-backward, not search.
2560         * shell.el (shell-file-name-chars): Add [].
2562         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
2564         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
2566         * generic.el (define-generic-mode): Doc fix.
2568 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
2570         * files.el (kill-some-buffers): Doc fix.
2572 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
2574         * comint.el (comint-watch-for-password-prompt): Pass `string' as
2575         arg to send-invisible
2576         (send-invisible): Doc fix.  The argument is now a prompt, not the
2577         string to send.
2578         (comint-read-noecho): Doc fix.
2580 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
2582         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
2583         "@", as required by some ISP hosting service.  Fix defcustom
2584         argument syntax errors that prevented use of customization.
2586 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
2588         * xml.el (xml-get-attribute-or-nil): Doc fix.
2590 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
2592         * net/zone-mode.el (zone-mode): Use write-file-functions, not
2593         write-file-hooks.
2595 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
2597         * autorevert.el (auto-revert-interval): Doc fix.
2599 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
2601         * xml.el (xml-get-attribute-or-nil): New function, like
2602         xml-get-attribute, but returns nil if the attribute was not found.
2603         (xml-get-attribute): Convert to defsubst, uses
2604         xml-get-attribute-or-nil.
2606 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
2608         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
2610 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
2612         * custom.el (custom-declare-theme): Use `value' when putting
2613         properties on `theme'.
2615 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
2617         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
2618         for each yank-handler segment.
2619         (insert-for-yank-1): New function, with the body of the previous
2620         insert-for-yank.
2622         * textmodes/table.el (table-yank-handler): New defcustom.
2623         (table--put-cell-indicator-property): Put yank-handler property
2624         that indicates the yank handler for the table cell.
2626 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
2628         * generic-x.el (etc-modules-conf-generic-mode): A more complete
2629         set of keywords.
2631 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
2633         * international/mule-cmds.el (reset-language-environment)
2634         (set-language-environment): Don't invoke fontset-related functions
2635         if fontset-list is not fboundp.
2637 2003-12-29  Kenichi Handa  <handa@m17n.org>
2639         * international/mule-cmds.el (reset-language-environment):
2640         Call set-overriding-fontspec-internal with nil.
2641         (set-language-environment): Call set-overriding-fontspec-internal
2642         if the language environment specify `overriding-fontspec'.
2643         (language-info-alist): Doc added.
2645         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
2646         characters of mule-unicode-0100-24ff.
2647         (ccl-encode-windows-1251-font): New CCL program.
2648         ("Bulgarian"): Specify overriding-fontspec.
2649         ("Belarusian"): Likewise.
2651 2003-12-28  Sam Steingold  <sds@gnu.org>
2653         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
2654         parameter ID-FORMAT to conform with the 2003-11-30 patch.
2656 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
2658         * progmodes/gud.el (gud-gdb-command-name): Set default to
2659         "gdb --annotate=3".
2660         (gud-gdb-marker-filter): Look out for annotations.
2661         (gdb-first-pre-prompt): New variable.
2662         Remove trailing white space.
2664         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
2665         if necessary.
2666         (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
2667         annotations are detected.
2668         (gud-gdba-marker-filter): Use global variable gud-marker-acc
2669         instead of a local one to allow transition from
2670         gud-gdb-marker-filter.
2671         Remove trailing white space.
2673 2003-12-27  Kim F. Storm  <storm@cua.dk>
2675         * ido.el: Handle non-readable directories.
2676         (ido-decorations): Add 9th element for non-readable directory.
2677         (ido-directory-nonreadable): New dynamic var.
2678         (ido-set-current-directory): Set it.
2679         (ido-read-buffer, ido-file-internal):
2680         (ido-read-file-name, ido-read-directory-name): Let-bind it.
2681         (ido-file-name-all-completions1): Return empty list for
2682         non-readable directory.
2683         (ido-exhibit): Print [Not readable] if directory is not readable.
2684         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
2685         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
2686         Use it.
2688 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
2690         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
2691         calls to directory-files-and-attributes and file-attributes.
2692         (ls-lisp-format): Remove system dependent handling of user and
2693         group id's.
2695 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
2697         * ffap.el (ffap-read-file-or-url): Revert previous change.
2699 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
2701         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
2702         new list of included files called `files-with-node-lines', that
2703         only have node lines.  This way @include commands can include any
2704         file, such as version and update files without node lines, not
2705         just files that are chapters.
2707 2003-12-25  Andreas Schwab  <schwab@suse.de>
2709         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
2710         file not found.
2712 2003-12-08  Miles Bader  <miles@gnu.org>
2714         * dired.el (dired-between-files): Always use dired-move-to-filename,
2715         which is more robust in non-english locales.
2717 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
2719         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
2721 2003-12-24  Andreas Schwab  <schwab@suse.de>
2723         * shell.el (shell-file-name-quote-list): Add backslash.
2725         * comint.el (comint-quote-filename): Correctly handle backslash
2726         in comint-file-name-quote-list.
2728 2003-12-24  Kenichi Handa  <handa@m17n.org>
2730         * international/mule-cmds.el (set-default-coding-systems):
2731         Call ucs-set-table-for-input for all buffers that don't have local
2732         value of buffer-file-coding-system.
2734         * international/ucs-tables.el (ucs-set-table-for-input):
2735         If translation-table-for-encode is a symbol, get its
2736         translation-table property.
2738 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
2740         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
2741         to `completing-read' on a recently fixed bug.
2743         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
2744         instead of SPACE, to get the list of possible fringe modes.
2745         SPACE only works if both `partial-completion-mode' and
2746         `completion-auto-help' are nil.
2748         * complete.el (PC-is-complete-p): Delete.
2749         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
2750         calls to `test-completion'.
2752 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
2754         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
2755         to edit values when there are no children.
2757         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
2758         a mode called "Assembler" already exists.
2759         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
2760         (gud-watch): Use format option. Remove font properties from string.
2761         (gdb-var-create-handler, gdb-var-list-children-handler):
2762         Don't bother about properties as there are none.
2763         (gdb-var-create-handler, gdb-var-list-children-handler)
2764         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
2765         with two arguments.
2766         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
2767         Let speedbar show value changes with a different font.
2768         (gdb-edit-value): New defun.
2769         (gdb-clear-partial-output, gdb-clear-inferior-io)
2770         (def-gdb-auto-update-handler): Use erase-buffer.
2771         (gdb-frame-handler): Display watch expressions in
2772         FUNCTION::VARIABLE format if required.
2774 2003-12-23  John Paul Wallington  <jpw@gnu.org>
2776         * info.el (Info-unescape-quotes, Info-split-parameter-string)
2777         (Info-goto-emacs-command-node): Doc fixes.
2779 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
2781         * cus-edit.el (custom-add-parent-links): Define "many".
2783 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
2785         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
2786         (widget-child-validate, widget-type-value-create)
2787         (widget-type-default-get, widget-type-match): New functions.
2788         (lazy): New widget.
2789         (menu-choice, checklist, radio-button-choice, editable-list)
2790         (group, documentation-string): Remove redundant (per 2003-10-25
2791         change) calls to `widget-children-value-delete'.
2792         (widget-choice-value-get, widget-choice-value-inline): Remove.
2793         (menu-choice): Update widget.
2795 2003-12-03  Kenichi Handa  <handa@m17n.org>
2797         * language/cyrillic.el: Register "microsoft-cp1251" in
2798         ctext-non-standard-encodings-alist.
2799         ("Bulgarian"): Add ctext-non-standard-encodings.
2800         ("Belarusian"): Likewise.
2802         * international/mule-conf.el (compound-text-with-extensions):
2803         Change the type to 2 (iso-2022 base).
2805         * international/mule.el (ctext-non-standard-encodings-alist):
2806         Change the format.
2807         (ctext-non-standard-encodings): New variable.
2808         (ctext-post-read-conversion): Fully re-written.
2809         (ctext-non-standard-designations-alist): Delete it.
2810         (ctext-non-standard-encodings-table): New function.
2811         (ctext-pre-write-conversion): Fully re-written.
2813 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
2815         * cus-edit.el (custom-add-parent-links): Add documentation links
2816         for parent, if the item has none of its own.
2818 2003-11-30  Richard M. Stallman  <rms@gnu.org>
2820         * dired-aux.el (dired-do-query-replace-regexp):
2821         Report files visited read-only.
2823 2003-11-30  Juri Linkov  <juri@jurta.org>
2825         * dired-aux.el (dired-compare-directories): New command.
2826         (dired-file-set-difference, dired-files-attributes): New functions.
2828 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
2829         Version 2.0.38 of Tramp released.
2831         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
2832         Charles Curley <charlescurley@charlescurley.com>.
2833         (tramp-multi-connection-function-alist): Add ssht entry which adds
2834         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
2835         Aichner.
2836         (tramp-get-method-parameter): New function to retrieve a method
2837         parameter.  This allows for omission of method parameters.
2838         Callers adjusted.
2840 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
2842         * net/tramp.el: Add new optional parameter ID-FORMAT to
2843         `file-attributes'.  Calls of `file-attributes' won't use this
2844         parameter for backward compatibility reasons.
2845         (tramp-perl-file-attributes): Add a new parameter to Perl script
2846         in order to handle uid/gid as strings, if desired.
2847         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
2848         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
2849         order to make the function more general.
2850         (tramp-handle-file-attributes): Replace proprietary optional
2851         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
2852         (tramp-handle-file-attributes-with-perl): Handle parameter
2853         NONNUMERIC if set. This wasn't done in the past.
2854         (tramp-post-connection): Apply second parameter "$2" if
2855         `tramp-remote-perl' is called.
2857         * net/tramp-smb.el (tramp-smb-handle-delete-file):
2858         Correct cut'n'waste error (`filename' instead of `directory').
2859         (tramp-smb-handle-directory-files-and-attributes)
2860         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
2861         introduced parameter ID-FORMAT.
2862         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
2863         error (`directory' instead of `ldir').
2865         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
2866         `file-attributes' has a second parameter.  If yes, apply it with
2867         value "'integer".  Otherwise, don't use that parameter (default is
2868         integer format).
2870 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
2872         * help.el (help-map): Bind `display-local-help' to `C-h .'.
2873         (help-for-help): Add `C-h .' to the listed Help options.
2874         Remove trailing whitespace.
2876         * help-at-pt.el: New file.
2878 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
2880         * subr.el (noreturn, 1value): New macros for test coverage.
2881         See `testcover.el'.
2883         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
2885         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
2886         for macro `1value'.
2887         (testcover-1value): New function.  Checks that a 1value form
2888         actually returns only one value.  Requested by RMS.
2890 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
2892         * gdb-ui.el (gud-watch, gdb-var-create-handler)
2893         (gdb-var-list-children, gdb-var-list-children-handler)
2894         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
2895         gdb commands that use mi to keep them out of the command history.
2897 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2899         * cus-start.el (all): Add use-file-dialog.
2901 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2903         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
2905 2003-11-27  Kim F. Storm  <storm@cua.dk>
2907         * subr.el (posn-object-x-y): New defun.
2909 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2911         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
2912         Don't use `space' for \\\n.
2913         Be more selective as to which # are comment-starters.
2915 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
2917         * subr.el (number-sequence): Improve handling of floating point
2918         arguments (suggested by Kim Storm).  Allow negative arguments.
2920 2003-11-26  Kenichi Handa  <handa@m17n.org>
2922         * international/mule-cmds.el (standard-display-european-internal):
2923         Cancel the standard-display-table setting for ` and '.
2925 2003-11-26  Kim F. Storm  <storm@cua.dk>
2927         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
2928         New defcustoms to add ffap-like functionality to ido.
2929         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
2930         (ido-no-final-slash): New defun.
2931         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
2932         (ido-read-file-name): ): Toggle VC checking via
2933         vc-handled-backends instead of vc-master-templates.
2934         (ido-file-internal): Handle ido-use-url-at-point and
2935         ido-use-filename-at-point via code borrowed from ffap-guesser.
2936         Handle new ido-exit code ffap.
2937         (ido-sort-list): Ignore final slash when sorting file names.
2939 2003-11-25  Kim F. Storm  <storm@cua.dk>
2941         * emulation/cua-base.el (cua--standard-movement-commands):
2942         Add forward-sentence and backward-sentence.
2944 2003-11-25  Stephen Eglen  <stephen@gnu.org>
2946         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
2947         iswitchb-exit is set to 'usefirst when user selects buffer at head
2948         of list using RET.  (Selecting buffers at the head of the list was
2949         broken if the substring was also a complete buffername.)
2951 2003-11-23  Kim F. Storm  <storm@cua.dk>
2953         * progmodes/compile.el (grep-command, grep-use-null-device)
2954         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
2955         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
2956         (grep-regexp-alist, grep-program, find-program)
2957         (grep-find-use-xargs, grep-history, grep-find-history)
2958         (grep-process-setup, grep-compute-defaults)
2959         (grep-default-command, grep, grep-tag-default, grep-find)
2960         (grep-expand-command-macros, grep-tree-last-regexp)
2961         (grep-tree-last-files, grep-tree): Move grep variables, functions
2962         and commands to new file grep.el.
2963         (compilation-mode-map): Remove grep commands from Compile sub-menu.
2964         (compilation-process-setup-function): Doc fix.
2965         (compilation-highlight-regexp, compilation-highlight-overlay): New
2966         defvars used for highlighting current compile error in source buffer.
2967         (compile-internal): New optional args HIGHLIGHT-REGEXP and
2968         LOCAL-MAP which overrides compilation-highlight-regexp and
2969         compilation-mode-map for this compilation.
2970         Delay calling compilation-set-window-height until after running
2971         compilation-process-setup-function so it can buffer-local override
2972         compilation-window-height.
2973         Check buffer-local value of compilation-scroll-output.
2974         (compilation-set-window-height): Use buffer-local value of
2975         compilation-window-height.
2976         (compilation-revert-buffer): Don't pass (undefined)
2977         preserve-modes arg to revert-buffer.
2978         (next-error-no-select, previous-error-no-select): New commands.
2979         (compilation-goto-locus): Temporarily highlight current match in
2980         source buffer using compilation-highlight-regexp.
2982         * progmodes/grep.el: New file with grep code from compile.el.
2983         (grep): New defcustom group.
2984         (grep-window-height): New defcustom, like compilation-window-height.
2985         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
2986         (grep-scroll-output): New defcustom, like compilation-scroll-output.
2987         (grep-command, grep-use-null-device, grep-find-command)
2988         (grep-tree-files-aliases, grep-tree-ignore-case)
2989         (grep-tree-ignore-CVS-directories): Move to grep custom group.
2990         (grep-setup-hook): New hook variable.
2991         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
2992         (grep-last-buffer): New defvar, override compilation-last-buffer.
2993         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
2994         Call compile-internal with args highlight-regexp and grep-mode-map.
2996 2003-11-23  Kim F. Storm  <storm@cua.dk>
2998         * subr.el (event-start, event-end): Doc fix.
2999         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
3000         (posn-area, posn-actual-col-row, posn-object): New defuns.
3001         (posn-col-row): Simplify doc.  Rewrite to use cond.
3002         (posn-point): Also return buffer position for events outside text
3003         area (that info is now present in the event position).
3005         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
3006         mouse-set-point so that hscroll still works now that clicks on
3007         fringes generate specific mouse events.
3008         (mouse-set-point): Note that it now works in fringes and margins
3009         too due to new semantics of posn-point in fringes and margins.
3011         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
3012         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
3014 2003-11-20  Kim F. Storm  <storm@cua.dk>
3016         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
3017         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
3018         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
3019         to 100 for icons to avoid increasing line height when shown.
3021 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3023         * newcomment.el (comment-normalize-vars): Initialize properly if
3024         comment-start was nil.
3026 2003-11-19  Andreas Schwab  <schwab@suse.de>
3028         * simple.el (set-variable): Fix indentation.
3030 2003-11-17  Kenichi Handa  <handa@m17n.org>
3032         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
3033         Fix docstring.
3035 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3037         * international/latin1-disp.el (latin1-display): Fix docstring.
3039 2003-11-16  John Wiegley  <johnw@newartisans.com>
3041         * eshell/em-ls.el (eshell-ls-file): There are times with
3042         size-width is nil and uncomputed (when directories are created in
3043         dired, for example); in this case, 4 is reasonable default value,
3044         although it may caused skewed new entries (which could be avoided
3045         by returning the original value of 8 in all cases, but 99% of the
3046         time this is a waste of whitespace).
3048 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
3050         * cc-engine.el (c-guess-continued-construct)
3051         (c-guess-basic-syntax): Check a little more carefully if it's a
3052         function declaration when an unknown construct followed by a block
3053         is found inside a statement context.  This avoids macros followed
3054         by blocks to be taken as function declarations.
3056         (c-guess-continued-construct): Change the analysis of a statement
3057         continuation with a brace open to `substatement-block', for
3058         consistency with recognized statements.
3060         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
3061         start is in a position so that `c-beginning-of-statement-1' jumped
3062         to the beginning of the same statement.
3064         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
3065         Don't accept binary operators in the arglist if we're in a function
3066         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
3067         template recognition in cases like "if (a < b || c > d)".
3069         (c-restricted-<>-arglists): New more appropriate name for
3070         `c-disallow-comma-in-<>-arglists'.
3072         Accessing functions updated for the variable name change.
3074         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
3075         match data could get clobbered if NOT-INSIDE-TOKEN is used.
3077         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
3078         labels.
3080         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
3081         instead of duplicating parts of it.  This fixes bogus label
3082         recognition.
3084         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
3085         of checking the context in which to apply the minimum indentation,
3086         so that it isn't enforced in e.g. namespace blocks.
3088         * cc-vars.el (c-inside-block-syms): New constant used by
3089         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
3090         to somewhat reduce the risk of becoming stale.
3092         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
3093         cc-cmds to cc-engine to allow use from cc-align.
3095         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
3096         qualified identifiers containing "::".
3098         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
3099         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
3101         * cc-vars.el (c-emacs-features): Use a space in front of the name
3102         of the temporary buffer.  That also avoids dumping problems in
3103         XEmacs due to undo info being left around after the buffer is killed.
3105         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
3106         arglist to see if it's a K&R style declaration.
3108         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
3109         before returning `knr-argdecl-intro'.
3111 2003-11-16  John Wiegley  <johnw@newartisans.com>
3113         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
3114         field in a long-listing always 8 characters, use `size-width',
3115         which has already been computed.
3117 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
3119         * subr.el (minor-mode-list): Add `hs-minor-mode'.
3121 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
3123         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
3124         Support operation while narrowed, with `diff-restrict-view'.
3126 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
3128         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3129         Take additional optional arg NARROWFUN.  For the generated functions:
3130         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
3131         include frags that arrange to check for and save narrowing state before
3132         the move and then conditionally call NARROWFUN after the move.
3134 2003-11-14  John Wiegley  <johnw@newartisans.com>
3136         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
3137         that was optional, but obviously missing based on surrounding code.
3139         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
3140         string arguments to numbers unless the whole argument was seen as
3141         a number.
3143 2003-11-14  Kenichi Handa  <handa@m17n.org>
3145         * international/mule.el (ctext-non-standard-encodings-alist):
3146         Fix coding systems.
3148 2003-11-10  Kenichi Handa  <handa@m17n.org>
3150         * language/kannada.el ("Kannada"): Add sample-text.
3152         * language/knd-util.el (kannada-compose-region)
3153         (kannada-compose-string, kannada-post-read-conversion):
3154         Add autoload cookie.
3156         * international/quail.el (quail-completion): Change the message
3157         "corresponding translations" to "corresponding characters".
3159 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
3161         * descr-text.el (describe-char): Fix typo.
3163 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
3165         These changes are to support Kannada language/script.
3167         * Makefile.in (DONTCOMPILE): Add kannada.el.
3169         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
3171         * loadup.el: Preload kannada.el.
3173         * language/ind-util.el (ucs-kannada-to-is13194-alist)
3174         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
3175         New variables.
3177         * language/kannada.el: New file.
3179         * language/knd-util.el: New file.
3181 2003-11-07  Andreas Schwab  <schwab@suse.de>
3183         * progmodes/autoconf.el (autoconf-font-lock-keywords):
3184         Also highlight AH_*.
3186         * xml.el (xml-parse-dtd): Fix misplaced paren.
3188 2003-11-07  Kenichi Handa  <handa@m17n.org>
3190         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
3192 2003-11-05  Juri Linkov  <juri@jurta.org>
3194         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
3195         (desktop-buffer-file): Use saved buffer-file-coding-system
3196         for file reading.  Set auto-insert to nil to prevent automatic
3197         insertion into restored empty files.
3199 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
3201         * files.el (risky-local-variable-p): Make second argument optional.
3203 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3205         * subr.el (add-hook): Fix last change.
3207 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
3209         * mail/rmail.el (rmail-convert-to-babyl-format):
3210         If base64-decode-region signals an error, catch it and silently
3211         ignore it.
3213 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
3215         * xml.el (xml-parse-region): Allow comments to appear after the
3216         topmost element has closed.
3217         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
3218         (xml-ns-expand-attr): New functions to do namespace handling.
3219         (xml-intern-attrlist): Back-compatible handling of attribute names.
3220         (xml-parse-tag): Move namespace handling to separate functions.
3221         Now produces elements in the form ((:ns . "element") (attr-list)
3222         children) instead of ('ns:element (attr-list) children).
3223         (xml-parse-attlist): Fix attribute parsing.
3224         (xml-parse-dtd): Change parsing so that it produces strings
3225         instead of interned symbols.
3227 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
3229         * dired.el (dired-ls-sorting-switches): Doc fix.
3231 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
3233         * emacs-lisp/rx.el (rx-or): Fix the case of
3234         "(rx (and ?a (or ?b ?c) ?d))".
3236 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
3238         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
3239         (texinfo-format-region): Use it.
3240         (texinfo-format-buffer-1): Ditto.
3242 2003-11-01  Alan Mackenzie  <acm@muc.de>
3244         Changes to allow scrolling whilst in isearch mode:
3245         * isearch.el (isearch-unread-key-sequence): New function,
3246         extracted from isearch-other-meta-char.
3247         (top level): (put 'foo 'isearch-scroll) on all Emacs's
3248         "scrollable" standard functions.
3249         (isearch-allow-scroll): New customizable variable.
3250         (isearch-string-out-of-window, isearch-back-into-window)
3251         (isearch-reread-key-sequence-naturally)
3252         (isearch-lookup-scroll-key): New functions.
3253         (isearch-other-meta-char): Doc string and functionality enhanced.
3254         Now accepts a prefix argument.
3255         (isearch-lazy-highlight-window-end): New variable.
3256         (isearch-lazy-highlight-new-loop): Pay attention to the window's
3257         end (thru isearch-lazy-highlight-window-end), not only its start.
3259         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
3260         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
3261         (universal-argument, universal-argument-more, negative-argument)
3262         (digit-argument, universal-argument-other-key): Minor changes.
3264 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
3266         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
3267         recursively if the last message is deleted, thus avoiding an
3268         infinite loop.
3270 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3272         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
3273         (tex-main-file): Don't add .tex if the extension is already present.
3274         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
3276 2003-10-29  Lute Kamstra  <lute@gnu.org>
3278         * progmodes/octave-inf.el (inferior-octave-prompt):
3279         Recognize version number in prompt.
3281 2003-10-28  Dave Love  <fx@gnu.org>
3283         * international/characters.el: Fix some Unicode ranges.
3285 2003-10-28  Kenichi Handa  <handa@m17n.org>
3287         * disp-table.el (standard-display-8bit)
3288         (standard-display-default, standard-display-ascii)
3289         (standard-display-g1, standard-display-graphic)
3290         (standard-display-underline): Assure that standard-display-table
3291         is a display table.
3293 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3295         * simple.el (reindent-then-newline-and-indent): Delete space *after*
3296         reindenting the first line.
3298 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
3300         * wid-edit.el (widget-default-delete): Always delete child widgets.
3302 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3304         * newcomment.el (comment-indent): Don't call indent-according-to-mode
3305         if the line has code.
3306         Don't try to line up with something that's too far left.
3308         * progmodes/octave-mod.el (octave-comment-start): Simplify.
3309         (octave-mode-syntax-table): Add % as a comment starter.
3310         (octave-point): Remove.
3311         (octave-in-comment-p, octave-in-string-p)
3312         (octave-not-in-string-or-comment-p, calculate-octave-indent)
3313         (octave-blink-matching-block-open, octave-auto-fill):
3314         Use line-(beginning|end)-position instead.
3316 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
3318         * emacs-lisp/authors.el (authors-aliases): Add correct realname
3319         for Francesco Potort\e,Al\e(B.
3321 2003-10-23  Dave Love  <fx@gnu.org>
3323         * international/mule-cmds.el (locale-charset-to-coding-system):
3324         Don't rely on nil being a coding system.
3326         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
3327         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
3328         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
3330 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
3332         * gdb-ui.el (gdb-current-language): New variable.
3333         (gdb-update-flag): Remove variable.
3334         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
3335         (gdb-take-last-elt): Remove function.
3336         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
3337         (gdb-post-prompt): Check for variable object changes here.
3339         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
3340         object changes in gdb-ui.el.
3342 2003-10-21  Richard M. Stallman  <rms@gnu.org>
3344         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
3346         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
3347         Don't check for foo*/ wildcard form here.
3348         (insert-directory): Recognize foo*/ as a wildcard.
3349         Separate wildcard-regexp variable from the arg, wildcard.
3351         * subr.el (add-hook): Correctly detect when make-local-hook was used.
3352         (remove-hook): Correctly handle strange cases about local hooks.
3354 2003-10-21  David Ponce  <david@dponce.com>
3356         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
3357         argument REAL, to return a real number instead of a rounded
3358         integer value.  Define as inline function.
3359         (ruler-mode-right-fringe-cols): Likewise.
3360         (ruler-mode-scroll-bar-cols): New function.
3361         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
3362         (ruler-mode-right-scroll-bar-cols): Likewise.
3363         (ruler-mode-space): New function.
3364         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
3365         scroll bar mode and margins in a more robust way.
3367 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
3369         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
3370         (antlr-c-init-language-vars): New function.
3371         (antlr-mode): Use it with cc-mode before v5.29.
3372         (antlr-c-common-init): Don't set some local vars here.
3373         (antlr-mode): Set them here.
3374         (antlr-c-forward-sws): New function alias.
3375         (antlr-mode): Redefine with cc-mode before v5.30.
3376         (antlr-skip-sexps): Use it.
3377         (antlr-skip-exception-part): Ditto.
3378         (antlr-skip-file-prelude): Ditto.
3379         (antlr-outside-rule-p): Ditto.
3380         (antlr-end-of-body): Ditto.
3381         (antlr-option-kind): Ditto.
3382         (antlr-insert-option-area): Ditto.
3383         (antlr-file-dependencies): Ditto.
3385 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3387         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
3388         Move backward only if point was not inside an entry.
3390 2003-10-21  Richard M. Stallman  <rms@gnu.org>
3392         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
3394 2003-10-21  Juri Linkov  <juri@jurta.org>
3396         * compare-w.el: Automatically skip non-matching text to resync.
3397         (compare-windows-whitespace): Doc fix.
3398         (compare-windows-sync, compare-windows-sync-string-size)
3399         (compare-windows-recenter, compare-ignore-whitespace)
3400         (compare-windows-highlight, compare-windows-face): New variables.
3401         (compare-windows): Use compare-windows-sync.
3402         (compare-windows-highlight, compare-windows-dehighlight)
3403         (compare-windows-sync-regexp)
3404         (compare-windows-sync-default-function): New functions.
3406 2003-10-21  Juri Linkov  <juri@jurta.org>
3408         * diff.el (diff-parse-differences): Don't visit the files now;
3409         instead, just record the error locus.
3411 2003-10-21  Dave Love  <fx@gnu.org>
3413         * progmodes/cfengine.el: New file.
3415 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3417         * complete.el (PC-do-completion): Do not forget to use `pred' as the
3418         default-directory when completing file names.
3420 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
3422         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
3423         followed by the word `face', it gets treated as a face, even if
3424         it is also defined as a variable or a function.
3426 2003-10-20  Dave Love  <fx@gnu.org>
3428         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3429         Avoid incf in macro expansion.
3431 2003-10-20  John Paul Wallington  <jpw@gnu.org>
3433         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
3434         `evenp' so we don't implicitly require cl library at runtime.
3436 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
3438         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
3439         (help-make-xrefs): Only make cross-references for faces if
3440         preceded or followed by the word `face'.  Do not make a
3441         cross-reference for variables without variable documentation,
3442         unless preceded by the word `variable' or `option'.  Update doc
3443         string accordingly.
3445 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
3447         * progmodes/hideshow.el: Rewrite one-armed `if'
3448         constructs using either `when' or `unless'.
3449         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
3451 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
3453         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
3454         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
3455         instead of 12x12.
3457 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
3459         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
3460         message while converting to Babyl.
3462 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
3464         * allout.el (allout-mode): Doc fix.
3466 2003-10-16  Lute Kamstra  <lute@gnu.org>
3468         * subr.el (force-mode-line-update): Fix docstring.
3470 2003-10-14  Dave Love  <fx@gnu.org>
3472         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
3473         (default-input-method): Add :link, improve :type.
3474         (locale-charset-language-names): Fix utf-8 pattern.
3475         (locale-charset-match-p, locale-charset-alist)
3476         (locale-charset-to-coding-system): New.
3477         (set-locale-environment): Deal with codeset part of locale specs.
3479 2003-10-14  Lute Kamstra  <lute@gnu.org>
3481         * fringe.el (fringe-mode): Use active voice in docstring.
3482         (set-fringe-style): Ditto.
3484 2003-10-13  Lute Kamstra  <lute@gnu.org>
3486         * fringe.el (fringe-mode): Fix docstring.
3487         (set-fringe-style): Ditto.
3489 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
3491         * ediff-mult.el (ediff-filegroup-action):
3492         Use ediff-default-filtering-regexp.
3494         * ediff-util.el (ediff-recenter): Don't call
3495         ediff-restore-highlighting twice.
3496         (ediff-select-difference): Set current difference.
3497         (ediff-unselect-and-select-difference): Add comment.
3499         * ediff.el (ediff-directories,ediff-directory-revisions)
3500         (ediff-directories3,ediff-merge-directories)
3501         (ediff-merge-directories-with-ancestor)
3502         (ediff-merge-directory-revisions)
3503         (ediff-merge-directory-revisions-with-ancestor):
3504         Use ediff-default-filtering-regexp.
3506 2003-10-12  Andreas Schwab  <schwab@suse.de>
3508         * international/mule-cmds.el (locale-charset-language-names):
3509         Simplify regex by removing unused grouping.
3511 2003-10-10  Dave Love  <fx@gnu.org>
3513         * bindings.el: Don't bind stop.
3515 2003-10-08  Miles Bader  <miles@gnu.org>
3517         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
3518         face instead of attempting to emulate it.
3520 2003-10-07  Kenichi Handa  <handa@m17n.org>
3522         * international/mule-diag.el (list-coding-systems-1): List coding
3523         systems that are loaded automatically.
3525         * international/code-pages.el (iso-8859-11): Add autoload cookie.
3527         * international/mule.el (autoload-coding-system): New function.
3529 2003-10-07  Andreas Schwab  <schwab@suse.de>
3531         * log-edit.el (log-edit-changelog-entries): Prefer local value of
3532         change-log-default-name in the buffer visiting the file.
3534 2003-10-06  Dave Love  <fx@gnu.org>
3536         * files.el (find-file-hook): Customize.
3537         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
3539         * bindings.el (completion-ignored-extensions): Remove .log.
3540         (global-map): Add again, open, stop keys.
3542 2003-10-05  Richard M. Stallman  <rms@gnu.org>
3544         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
3545         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
3546         Use sh-modify directly.
3547         (sh-select): Use sh-append, not eval.
3549         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
3551         * info.el (Info-following-node-name): New function.
3553         * loadhist.el (unload-feature-special-hooks):
3554         Rename from loadhist-hook-functions.
3555         (loadhist-hook-functions): Now an alias.
3557 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
3559         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
3560         file-name clashes on 8+3 filesystems.
3562         * Makefile.in (DONTCOMPILE, bootstrap-clean):
3563         Rename loaddefs-boot.el to ldefs-boot.el
3565         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
3566         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
3568 2003-10-03  Lute Kamstra  <lute@gnu.org>
3570         * info.el (Info-mode): Revert previous change.
3571         (Info-escape-percent): New function.
3572         (Info-fontify-node): Use it.
3574 2003-10-02  Andreas Schwab  <schwab@suse.de>
3576         * loaddefs-boot.el: Regenerated.
3578 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
3580         * ffap.el: Remove defadvice related code from CVS since `complete'
3581         provides a `PC-completion-as-file-name-predicate' variable that
3582         ffap can override.
3584 2003-10-02  Kenichi Handa  <handa@m17n.org>
3586         * international/utf-8.el (ccl-decode-mule-utf-8):
3587         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
3589         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
3590         * international/subst-big5.el: Likewise.
3591         * international/subst-gb2312.el: Likewise.
3592         * international/subst-ksc.el: Likewise.
3594 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
3596         * calendar/calendar.el (increment-calendar-month)
3597         (calendar-leap-year-p, calendar-absolute-from-gregorian)
3598         (generate-calendar, calendar-read-date, calendar-interval)
3599         (calendar-day-of-week): Handle years BC.
3600         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
3602 2003-10-01  Dave Love  <fx@gnu.org>
3604         * language/cyrillic.el (cp1251): Alias for windows-1251.
3606         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
3607         bootstrap.
3609 2003-10-01  Lute Kamstra  <lute@gnu.org>
3611         * files.el: Fix typo.
3612         * imenu.el (imenu--generic-function): Docstring fix.
3614 2003-09-30  Richard M. Stallman  <rms@gnu.org>
3616         * dired.el (dired-mode): Handle dired-directory as a list.
3618 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
3620         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
3622         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
3624         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
3625         Replace gud-display with gud-watch.
3626         (gud-speedbar-buttons): Add stuff for watching expressions
3627         in the speedbar when using M-x gdba. Use dolist on old part
3628         of this function.
3630         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
3631         (gdb-update-flag): New variables.
3632         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
3633         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
3634         (gud-watch, gdb-var-create-handler) : New functions.
3635         (gdb-var-list-children, gdb-var-list-children-handler)
3636         (gdb-var-create-regexp, gdb-var-update-regexp)
3637         (gdb-var-list-children-regexp): New constants.
3638         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
3639         (gdb-annotation-rules): Reduce annotation set (level 3).
3640         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
3641         (gdb-post-prompt): Don't update GDB buffers every time speedbar
3642         updates.
3643         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
3644         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
3645         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
3646         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
3647         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
3648         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
3649         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
3650         (gud-display, gud-display1)
3651         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
3652         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
3653         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
3654         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
3655         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
3656         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
3657         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
3658         (gdb-display-display-buffer, gdb-toggle-display)
3659         (gdb-delete-display, gdb-expressions-popup-menu)
3660         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
3661         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
3662         to display buffer.
3664 2003-09-30  Richard M. Stallman  <rms@gnu.org>
3666         * progmodes/ada-mode.el (ada-mode): Don't use advice.
3667         Instead, set which-func-functions.
3669         * progmodes/which-func.el (which-func-modes): Add ada-mode.
3670         (which-func-functions): New variable.
3671         (which-function): Use that.
3673         * info.el (Info-mode): Double each `%' in header line.
3675         * emacs-lisp/lisp-mnt.el (lm-with-file):
3676         When FILE is nil, run BODY in current buffer.
3678         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
3680         * help.el (describe-mode): Start with a brief list of minor modes.
3681         Find them thru minor-mode-list so as to find them all.
3682         Show them in alphabetical order.
3684         * mail/sendmail.el (mail-aliases): Doc fix.
3686         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
3688 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
3690         * mail/rmailsum.el (rmail-make-summary-line-1):
3691         Change comma after last label to a space.
3692         (rmail-summary-font-lock-keywords): Adapt to that change.
3694 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
3696         * progmodes/scheme.el (scheme-mode-variables): When setting
3697         `font-lock-defaults', also specify that "#" should
3698         be interpreted with `word' syntax.
3699         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
3701 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
3703         * desktop.el: A lot of comments updated.
3704         (desktop-save-mode): Minor mode introduced.
3705         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
3706         (desktop-load-default): Function made obsolete.
3707         (desktop-locals-to-save): Variable made customizable.
3708         (desktop-read): Optional parameter `dirname' added.
3709         (desktop-change-dir, desktop-revert): Parameter `dirname' in
3710         `desktop-read' used.
3711         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
3713 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
3715         * whitespace.el (whitespace-clean-msg): Add user customizable message
3716         for displaying ``clean'' output.
3717         (whitespace-buffer): Use `whitespace-clean-msg'.
3718         (whitespace-global-mode): Fix typo.
3720 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
3722         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
3724 2003-09-29  Lute Kamstra  <lute@gnu.org>
3726         * bindings.el (mode-line-modes): Remove superfluous :propertize
3727         construct in initialization.
3728         (mode-line-position): Change cons cell into proper list in
3729         initialization.
3731 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
3733         * international/mule.el (decode-coding-inserted-region): Use car
3734         of the return value of find-operation-coding-system.
3736 2003-09-29  Kenichi Handa  <handa@m17n.org>
3738         * descr-text.el (describe-char): Fix previous change.
3740 2003-09-28  Kenichi Handa  <handa@m17n.org>
3742         * descr-text.el (describe-char-display): New function.
3743         (describe-char): Pay attention to display table on describing how
3744         a character is displayed.
3746         * international/mule-cmds.el (encoded-string-description):
3747         Prepend "0x" to each encoded byte.
3749 2003-09-28  Andreas Schwab  <schwab@suse.de>
3751         * find-file.el (ff-special-constructs): Add autoload cookie.
3753 2003-09-28  Kevin Ryde  <user42@zip.com.au>
3755         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
3756         makeinfo appends to duplicate index entries.
3758 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
3760         * dired-x.el (dired-clean-tex): Doc fix.
3762         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
3763         using a Chinese tutorial.
3765 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3767         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
3768         between "MAIL FROM:" and "RCPT TO:" and the following address.
3770 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3772         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
3774 2003-09-28  David Ponce  <david@dponce.com>
3776         * recentf.el (recentf-initialize-file-name-history): New defcustom.
3777         (recentf-load-list): When `recentf-initialize-file-name-history'
3778         is non-nil, initialize an empty `file-name-history' with the
3779         recent list.
3781 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
3783         * man.el (Man-default-man-entry): Remove the leading `*' from the
3784         word at point.
3786 2003-09-26  Lute Kamstra  <lute@gnu.org>
3788         * bindings.el (mode-line-position): Mention size indication in
3789         docstring.
3791 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
3793         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
3795         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
3796         because it's autoloaded now.
3798 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
3800         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
3801         (sh-font-lock-keywords, sh-feature): Fix previous change of
3802         sh-feature to avoid infloop with sh-font-lock-keywords.
3804 2003-09-25  Kim F. Storm  <storm@cua.dk>
3806         * frame.el (frame-current-scroll-bars): New defun.
3808         * window.el (window-current-scroll-bars): New defun.
3810 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
3812         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
3813         cause errors when the state cache contains info on parts that have
3814         been narrowed out.
3816 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
3818         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
3819         `c-setup-paragraph-variables' has to be used when this variable is
3820         changed; it doesn't work to reinitialize the mode since that
3821         typically clobbers the variable.
3823         * progmodes/cc-styles.el (c-setup-paragraph-variables):
3824         Make it interactive.
3826 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
3828         * progmodes/cc-fonts.el (c-font-lock-declarations):
3829         Fix recognition of constructors and destructors for classes whose
3830         names are matched by `*-font-lock-extra-types'.
3832         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
3833         followed by an identifier in C++ then it's a type.
3835 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
3837         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
3838         problem that primarily affected XEmacs.  Don't use faces to find
3839         unterminated strings since Emacs and XEmacs fontify strings
3840         differently - this function should now work better in XEmacs.
3842 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
3844         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
3845         `expand-abbrev' workaround which caused braces to misbehave inside
3846         macros.
3848         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
3849         handling.  This bug could cause interactive font locking to bail out.
3851 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
3853         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
3854         Handle paren-style types in Pike.  Also fixed some cases of
3855         insufficient handling of unbalanced parens.
3857 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
3859         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
3860         common shell prompts that are not common filename or URL characters.
3861         (ffap-file-at-point): Use the new regexp to strip the prompts from
3862         the file names. This is an issue mostly for user prompts that
3863         don't have a trailing space and find-file-at-point is invoked from
3864         within a shell inside emacs.
3866 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
3868         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
3869         stamps numerically, rather than textually.
3871 2003-09-24  Kenichi Handa  <handa@m17n.org>
3873         * language/devan-util.el (devanagari-post-read-conversion):
3874         * language/mlm-util.el (malayalam-post-read-conversion):
3875         * language/tml-util.el (tamil-post-read-conversion):
3876         Add autoload cookie.
3878         * international/utf-8.el (utf-8-post-read-conversion):
3879         Call post-read-conversion functions for Devanagari, Malayalam,
3880         and Tamil.
3882 2003-09-23  Dave Love  <fx@gnu.org>
3884         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
3886 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
3888         * progmodes/gud.el (perldb): Add gud-until to list of commands.
3889         Update gud-remove.
3891 2003-09-22  Richard M. Stallman  <rms@gnu.org>
3893         * progmodes/sh-script.el (sh-mode-default-syntax-table):
3894         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
3895         (sh-mode-syntax-table-input): New variable.
3896         (sh-require-final-newline): Don't use eval.
3897         (sh-builtins, sh-leading-keywords, sh-other-keywords)
3898         (sh-variables, sh-font-lock-keywords): Don't use eval.
3899         (sh-set-shell): When setting require-final-newline,
3900         treat value = `require-final-newline' as don't change it.
3901         Set sh-mode-syntax-table locally based on
3902         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
3904         * progmodes/compile.el (compile-internal):
3905         Call compilation-set-window-height before setting window start.
3907 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
3909         * emacs-lisp/bytecomp.el (byte-compile-log-file):
3910         Clear out byte-compile-last-warned-form.
3912 2003-09-22  Richard M. Stallman  <rms@gnu.org>
3914         * woman.el (woman-file-name, woman-follow-word):
3915         If current-word returns nil, use "".
3917         * simple.el (eval-expression): Bind standard-output in to-buffer case.
3919 2003-09-22  Richard M. Stallman  <rms@gnu.org>
3921         * emacs-lisp/lisp-mnt.el (lm-with-file):
3922         Don't visit the file, just use insert-file-contents in temp buffer.
3924 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
3926         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
3927         Add surrounding \\( and \\) around the header, as in
3928         for lm-history-header 'Change Log\\|History'.
3930 2003-09-22  John Paul Wallington  <jpw@gnu.org>
3932         * progmodes/ld-script.el: Add Commentary section,
3933         minor cleanup of file header.
3934         (ld-script-font-lock-keywords): Doc fix.
3935         (toplevel): Provide `ld-script' feature.
3937 2003-09-21  Kim F. Storm  <storm@cua.dk>
3939         * scroll-bar.el (set-scroll-bar-mode): Initialize to
3940         new built-in variable default-frame-scroll-bars.
3941         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
3942         scroll-bar-mode; notably, use it instead of t when we toggle
3943         scroll-bars on.
3944         (toggle-scroll-bar): Use default-frame-scroll-bars.
3946 2003-09-19  Masatake YAMATO  <jet@gyve.org>
3948         * pcvs.el (cvs-do-removal): Change the prompt depending on
3949         `filter' value.
3951 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
3953         * startup.el (command-line-1): Stop startup-echo-area-message
3954         being hidden by "Loading image..." message.
3955         (use-fancy-splash-screens-p, display-splash-screen):
3956         Move display-graphic-p test from latter to former.
3958         * progmodes/sh-script.el (sh-font-lock-keywords):
3959         Highlight escaped EOLs differently from other backslash constructs.
3961 2003-09-19  Richard M. Stallman  <rms@gnu.org>
3963         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
3964         New functions.
3965         (edebug-enter, edebug-outside-excursion): Use them.
3967         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3968         Fix the condition for whether to print "In WHERE".
3970 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
3972         * finder.el (finder-mode-hook): New variable.
3973         (finder-mode): Run hook finder-mode-hook
3975 2003-09-18  Masatake YAMATO  <jet@gyve.org>
3977         * progmodes/ebrowse.el: Fix broken magic autoload comments.
3979 2003-09-17  Mario Lang  <mlang@delysid.org>
3981         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
3982         "p %e" to actually print the value in the GUD buffer.
3984 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
3986         From David Ponce <david.ponce@wanadoo.fr>:
3987         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
3988         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
3989         from loaddefs-boot.el if necessary.
3991 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
3993         * progmodes/gud.el (gud-find-class): Make jdb work again since
3994         cc-mode changed the syntactic information.
3996 2003-09-15  David Ponce  <david@dponce.com>
3998         * recentf.el: (recentf-exclude): Accept predicates too.
3999         (recentf-file-readable-p): New function.
4000         (recentf-include-p): Handle predicates in recentf-exclude.
4001         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
4002         (recentf-cleanup): Likewise.
4003         (recentf-save-list): Use write-file to handle backup of
4004         recentf-save-file.
4006 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
4008         * loaddefs-boot.el: Renamed from `loaddefs.el'
4009         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
4010         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
4011         necessary.
4013 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
4015         * electric.el (Electric-pop-up-window): For the `one-window' case,
4016         no longer disconcertingly move point in the original buffer.
4018 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4020         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
4022 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
4024         * dired.el (dired-mode-map): Fix typo.
4026 2003-09-11  Richard M. Stallman  <rms@gnu.org>
4028         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
4030 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
4032         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
4033         the function is less noisy.  Now only `kill-buffer' can ask questions.
4035 2003-09-10  Mario Lang  <mlang@delysid.org>
4037         * battery.el: Update Commentary and Copyright.
4038         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
4039         appear due to wrong ordering of the expressions in `or'.
4041 2003-09-09  Lute Kamstra  <lute@gnu.org>
4043         * misc.el (upcase-char): Fix docstring.
4044         (zap-up-to-char): New command.
4046 2003-09-08  David Ponce  <david@dponce.com>
4048         Ensure that recentf correctly updates the menu bar.
4049         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
4050         (recentf-menu-bar): New function.
4051         (recentf-clear-data): Use it
4052         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
4053         of easy-menu-change.
4055 2003-09-08  Lute Kamstra  <lute@gnu.org>
4057         * simple.el (size-indication-mode): New.
4058         * bindings.el (mode-line-position): Add buffer size indicator.
4060 2003-09-04  Mario Lang  <mlang@delysid.org>
4062         * battery.el (battery-linux-proc-acpi): New function.
4063         (battery-status-function): Modify default value calculation to also
4064         check for availability of ACPI.
4065         (battery-echo-area-format): Ditto.
4066         (battery-mode-line-format): Ditto.
4068 2003-09-06  Dave Love  <fx@gnu.org>
4070         * ielm.el (ielm-mode-hook): Add :options.
4072         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
4073         (eldoc-print-current-symbol-info): Use it.
4075 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
4077         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
4078         being displayed in GUD buffer.
4079         (gdb-idle-input-queue): Remove var. Use just one queue.
4080         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
4081         Remove functions.  Use just one queue.
4082         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
4083         (gdb-invalidate-assembler, gdb-get-current-frame):
4084         Modify functions.  Use just one queue.
4086 2003-09-04  Dave Love  <fx@gnu.org>
4088         * cus-start.el: Add blink-cursor-alist.
4090         * ruler-mode.el (ruler-mode-fill-column-char)
4091         (ruler-mode-current-column-char): Use char-displayable-p,
4092         not window-system.
4094         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
4096         * language/european.el (windows-1252): Move from code-pages.
4098         * language/cyrillic.el ("Windows-1251"): Delete.
4099         ("Bulgarian", "Belarusian"): Remove `features'.
4100         (windows-1251): Move from code-pages.
4102         * international/mule-diag.el (non-iso-charset-alist):
4103         Remove `codepage' stuff.
4104         (print-designation, list-coding-systems-1): Output fixes.
4106         * international/code-pages.el (cp-make-translation-table)
4107         (cp-valid-codes): Made defsubsts.
4108         (cp-fix-safe-chars): Delete.
4109         (mule-diag): Don't require.
4110         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
4111         (top-level): Check for defined coding system when defining
4112         cp... aliases.  Change w32-add-charset-info test to avoid warning.
4113         (non-iso-charset-alist): Defvar when compiling.
4114         (cp-make-coding-system): Doc fix.
4116 2003-09-02  Jason Rumney  <jasonr@gnu.org>
4118         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
4119         line-ends from CVS before doing conversion.
4121 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
4123         * calendar/diary-lib.el (diary-header-line-flag)
4124         (diary-header-line-format): New variables.
4125         (list-diary-entries): Use them to set header line in simple diary.
4127         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
4128         other than font-lock-string-face to highlight backslashes.
4130 2003-09-01  Jason Rumney  <jasonr@gnu.org>
4132         * international/titdic-cnv.el (tit-read-key-value): Include \r in
4133         regexp.
4135 2003-09-01  Dave Love  <fx@gnu.org>
4137         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
4139         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
4140         and :help; also line and column numbers labels.
4142         * international/mule-util.el (char-displayable-p): Move from
4143         latin1-disp, rename and autoload.
4145         * international/latin1-disp.el (latin1-char-displayable-p):
4146         Now obsolete alias.  Replace uses with char-displayable-p.
4147         (latin1-display-ucs-per-lynx): Fix last change.
4149         * international/mule-cmds.el (standard-display-european-internal):
4150         Don't use char code for Latin-1 NBSP.
4151         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
4152         U+2018, U+2019 for `'.
4153         (select-safe-coding-system): Message fix.
4155 2003-09-01  Kenichi Handa  <handa@m17n.org>
4157         * international/fontset.el (setup-default-fontset): For Thai
4158         font, specify "*" family.
4160 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
4162         * progmodes/compile.el (previous-error): Accept a prefix
4163         argument, similarly to next-error.
4165 2003-08-31  Masatake YAMATO  <jet@gyve.org>
4167         * pcvs.el (cvs-do-removal): Use = instead of eq to check
4168         the number of files.  Bind the number of files to a local
4169         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
4171 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
4173         * vc-hooks.el (vc-make-version-backup): Fix the change made on
4174         2003-07-26: msdos-long-file-names is a function, not a variable.
4176 2003-08-29  Richard M. Stallman  <rms@gnu.org>
4178         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
4179         Do nothing with mail-personal-alias-file if it is nil.
4181         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
4182         Do nothing if mail-personal-alias-file is nil.
4184         * term.el (term-exec-1): Bind coding-system-for-read.
4186         * dired.el (dired-mouse-find-file-other-window):
4187         Use dired-view-command-alist here, as in dired-view-file.
4188         (dired-view-command-alist): Use %s to substitute file name.
4189         Handle .ps_pages, .eps, .jpg, .gif, .png.
4191 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
4193         * info.el (Info-mode-map): Bind S-tab and <backtab> to
4194         `Info-prev-reference', instead of M-tab.
4196 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
4198         * simple.el (blink-matching-open): Work correctly on chars that
4199         are designated as parens through the syntax-table text property.
4201 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
4203         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
4204         line break position in the middle of a non-kinsoku (e.g. latin)
4205         word, making it skip until either a space or a character with
4206         category "|".
4207         (kinsoku-longer): Test for end of buffer.
4209 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
4211         * mail/rmail.el (rmail-convert-to-babyl-format):
4212         Detect quoted-printable- and base64-encoded messages and decode them
4213         automatically.  Set the message's encoding from the charset=
4214         header, if any.  Decode base64-encoded messages in Mail format as well.
4216 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
4218         * mail/smtpmail.el: Fix previous change.
4219         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
4220         calling smtpmail-via-smtp.
4221         (smtpmail-via-smtp): Add fall-back values for envelope-from.
4223 2003-08-26  John Paul Wallington  <jpw@gnu.org>
4225         * image.el (image-jpeg-p): Don't search beyond length of data.
4227 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
4229         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
4230         misfeature in `expand-abbrev' which caused electric keywords like
4231         "else" to disappear if an open brace was typed directly afterwards.
4233 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
4235         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
4236         mandatory in `define-widget'.
4238         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
4239         Don't align the operators "!=", "<=" and ">=" as assignment operators.
4241         (c-assignment-operators): New language constant that only contains
4242         the assignment operators.
4244         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
4246 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
4248         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
4249         Safeguard against unbalanced sexps.
4251 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
4253         * version.el (emacs-version): Check for gtk.  Include gtk version info.
4255 2003-08-25  John Paul Wallington  <jpw@gnu.org>
4257         * man.el (Man-default-man-entry): Don't whizz past the section
4258         number before looking for it.
4260 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
4262         * progmodes/gud.el (gud-display-line): Don't set window-point if
4263         source buffer is not visible. (Only happens with M-x gdba).
4265         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
4266         documentation.
4267         (gdb-source, gdb-source-info): Update to assembler unnecessary
4268         as its done after each GDB command anyway.
4269         (gdb-pre-prompt): Use with-current-buffer.
4270         (gdb-insert-field): Add help-echo text.
4271         (gdb-invalidate-assembler): Re-display of assembler now done in
4272         gdb-info-breakpoints-custom.
4273         (gdb-info-breakpoints-custom): Force re-display of assembler to
4274         happen *after* update of breakpoints buffer.
4275         (gdb-display-source-buffer): Don't choke if gdb-source-window
4276         isn't visible.
4277         (gdb-put-string, gdb-put-arrow): Remove free variables.
4279 2003-08-24  John Paul Wallington  <jpw@gnu.org>
4281         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
4283         * man.el (Man-default-man-entry): Strip text properties when
4284         snarfing parts of entry because `format' preserves properties.
4286 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
4288         * files.el (file-newest-backup): Use `expand-file-name'.
4290         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
4291         Allow the diary to pop up a new frame, if needed.
4293         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
4294         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
4295         (smtpmail-send-it): Make treatment of envelope-from consistent with
4296         sendmail.el.
4298         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
4299         (sh-leading-keywords): Add the bash `time' reserved word.
4300         (sh-variables): Add some bash variables.
4301         (sh-add-completer): Fix nil branch of case statement.
4303 2003-08-24  Masatake YAMATO  <jet@gyve.org>
4305         * progmodes/ld-script.el: New file.
4307 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
4309         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
4311 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
4313         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
4314         Better explain obsolescence, and what to use instead.
4316 2003-08-23  Masatake YAMATO  <jet@gyve.org>
4318         * pcvs.el (cvs-do-removal): Show the deleted file name
4319         on the prompt.
4321 2003-08-20  Dave Love  <fx@gnu.org>
4323         * international/mule.el (make-coding-system)
4324         (set-buffer-file-coding-system): Doc fix.
4326         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
4328         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
4330         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
4332         * international/utf-16.el: Add mime-text-unsuitable coding system
4333         properties.
4335         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
4337         * cus-edit.el: Add some :links.
4338         (bib): Remove.
4340         * textmodes/bib-mode.el (bib): Add :group external.
4342 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
4344         * wid-edit.el (widget-echo-help): Make it handle expressions that
4345         evaluate to strings.
4347 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
4349         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
4351         Simplify selection of SQL products to define highlighting and
4352         interactive mode.  Includes detailed instructions on adding
4353         support for new products.
4355         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
4356         product for use in highlighting and interactive mode.
4357         (sql-interactive-product): New variable.  SQL product for
4358         sql-interactive-mode.
4359         (sql-product-support): New variable.  Specifies product-specific
4360         parameters to drive highlighting and interactive mode.
4361         (sql-imenu-generic-expression): Add more object types.
4362         (sql-sqlite-options): Correct comment.
4363         (sql-ms-program): Use "osql" rather than "isql".
4364         (sql-prompt-regexp, sql-prompt-length): Update comment.
4365         (sql-mode-menu): Add "Start SQLi session" entry.
4366         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
4367         (sql-mode-abbrev-table): Add abbreviations.  Support of
4368         SYSTEM-FLAG on define-abbrev.  Support was removed with last
4369         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
4370         (sql-mode-font-lock-object-name): Add font-lock pattern for object
4371         names.
4372         (sql-mode-ansi-font-lock-keywords): Set as default value.
4373         (sql-mode-oracle-font-lock-keywords): Set as default value.
4374         Support Oracle 9i keywords.
4375         (sql-mode-postgres-font-lock-keywords): Set as default value.
4376         (sql-mode-linter-font-lock-keywords): Set as default value.
4377         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
4378         SQLServer 2000.
4379         (sql-mode-sybase-font-lock-keywords)
4380         (sql-mode-interbase-font-lock-keywords)
4381         (sql-mode-sqlite-font-lock-keywords)
4382         (sql-mode-strong-font-lock-keywords)
4383         (sql-mode-mysql-font-lock-keywords)
4384         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
4385         keywords.
4386         (sql-mode-font-lock-defaults): Update comment.
4387         (sql-product-feature): New function.  Returns feature associated
4388         with a product from `sql-product-support' alist.
4389         (sql-product-font-lock): New function.  Set font-lock support
4390         based on `sql-product'.
4391         (sql-add-product-keywords): New function.  Add font-lock rules to
4392         product-specific keyword variables.
4393         (sql-set-product): New function.  Set `sql-product' and apply
4394         appropriate font-lock highlighting.
4395         (sql-highlight-product): New function.  Set font-lock support
4396         based on a product.  Also set mode name to include product name.
4397         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
4398         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
4399         Use `sql-set-product'.
4400         (sql-highlight-ms-keywords)
4401         (sql-highlight-sybase-keywords)
4402         (sql-highlight-interbase-keywords)
4403         (sql-highlight-strong-keywords)
4404         (sql-highlight-mysql-keywords)
4405         (sql-highlight-sqlite-keywords)
4406         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
4407         (sql-get-login): Prompt in the same order as the tokens.
4408         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
4409         (sql-product-interactive): New function.  Common portions of
4410         product-specific interactive mode wrappers.
4411         (sql-interactive-mode): Rewritten to use product features.
4412         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
4413         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
4414         (sql-db2, sql-linter): Use `sql-product-interactive'.
4415         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
4416         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
4417         (sql-connect-ingres, sql-connect-postgres)
4418         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
4419         New functions.  Format command line parameters and invoke comint on
4420         the appropriate interpreter.  Code was in the corresponding
4421         `sql-xyz' function before.
4422         (sql-connect-ms): New function.  Support -E argument to use
4423         operating system credentials for authentication.
4425 2003-08-18  Kenichi Handa  <handa@m17n.org>
4427         * international/mule.el (encode-char): Fix for the ASCII case.
4429 2003-08-15  Kenichi Handa  <handa@m17n.org>
4431         * international/fontset.el (setup-default-fontset): Change "*" to
4432         nil in the specifications of font family.
4434 2003-08-18  Kim F. Storm  <storm@cua.dk>
4436         * kmacro.el (kmacro-keymap): Group related bindings in
4437         initialization for clarity.  Bind C-s to start macro.
4438         Remove C-r binding.
4439         (kmacro-initial-counter-value): New defvar to hold initial counter
4440         value in case we set the value before defining a macro.
4441         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
4442         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
4443         not defining or executing macro.  Doc fix.
4444         (kmacro-add-counter): Clear kmacro-initial-counter-value.
4445         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
4446         temporarily view older elements on the macro ring without cycling
4447         the ring.
4448         (kmacro-display): Doc fix.
4449         (kmacro-exec-ring-item): New helper function.
4450         (kmacro-call-ring-2nd): Use it.
4451         (kmacro-call-ring-2nd-repeat): Doc fix.
4452         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
4453         (kmacro-end-or-call-macro): Execute last viewed macro (using
4454         kmacro-exec-ring-item) from ring if this follows
4455         kmacro-view-macro.  This allows us to find a macro on the ring
4456         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
4457         the ring to bring it to the head of the ring.
4458         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
4459         Allow binding to reserved keys without specifying C-x C-k prefix.
4460         Ask for confirmation if entered key sequence is already bound to
4461         a non-macro command.
4462         (kmacro-view-macro): Repeating command will show older elements
4463         on the macro ring; C-k will execute the last viewed macro.
4464         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
4465         property from 'ring to 'head.
4467 2003-08-17  Alan Shutko  <ats@acm.org>
4469         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
4470         keeping December out of the alist.
4472 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
4474         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
4475         * calendar/calendar.el (calendar-mode-map): Bind it to key.
4476         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
4477         (calendar-flatten): New function.
4478         (calendar-mouse-view-other-diary-entries)
4479         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
4480         in the menu title and to show multi-line diary entries correctly
4481         in the menu.
4483 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
4485         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
4486         defcustom, because the default was recently changed.
4488 2003-08-16  Richard M. Stallman  <rms@gnu.org>
4490         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
4492         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
4493         New subroutine, broken out of eval-last-sexp-1.
4494         (eval-last-sexp-1): Use eval-last-sexp-print-value.
4496         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
4498         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
4500         * simple.el (eval-expression): Use eval-last-sexp-print-value.
4502 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
4504         * progmodes/compile.el (compilation-error-regexp-alist):
4505         Add Java ANt error detection as described in document
4506         http://ant.apache.org/faq.html
4508 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
4510         * simple.el (backward-word, forward-to-indentation)
4511         (backward-to-indentation):  Argument changed to optional.
4512         (next-line, previous-line): Use `or' instead of `unless'.
4514 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4516         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
4517         instead of a constant.
4519 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
4521         * shell.el (shell): With prefix-arg, suggest a new buffer name.
4523 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
4525         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
4526         (vc-sccs-workfile-version): Search the entire delta table, rather
4527         than just the first entry, because that might be a deleted version.
4529 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
4531         * menu-bar.el (menu-bar-options-menu): Supply a body for the
4532         [save-place] binding in the Options menu.  Have it require
4533         'saveplace' and then toggle the variable manually, to avoid an an
4534         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
4535         for the bug report.
4537 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
4539         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
4540         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
4541         (gdb-info-threads-custom): Add help-echo text.
4542         (gdb-display-back): Don't use purecopy.
4543         (gdb-info-breakpoints-custom, gdb-reset)
4544         (gdb-assembler-custom): Use display-images-p to test if breakpoint
4545         icons can be displayed.
4547 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
4549         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
4551 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
4553         * bookmark.el (bookmark-completing-read):
4554         Return a string, instead of a list of one string.
4555         Use a popup menu if activated from the mouse.
4556         (bookmark-edit-annotation): Remove unused vars.
4557         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
4558         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
4559         to bookmark-completing-read.
4560         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4561         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
4562         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
4563         and erase-buffer.
4564         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
4565         (bookmark-menu-jump, bookmark-menu-insert)
4566         (bookmark-popup-menu-and-apply-function)
4567         (bookmark-menu-popup-paned-bookmark-menu): Remove.
4568         (bookmark-menu-build-paned-menu): Remove by folding it into
4569         bookmark-menu-popup-paned-menu.
4570         (menu-bar-bookmark-map): Move the define-key statements here.
4571         Use the "non-menu" commands since they now pop up a menu if needed.
4572         (bookmark-exit-hook-internal): Simplify.
4574 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
4576         * reftex-toc.el (reftex-toc-rename-label): New function.
4577         (reftex-toc-check-docstruct): New function.
4579         * reftex.el (reftex-region-active-p): New function.
4581         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
4582         regexp to find the \bibliography macro.
4584         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
4585         which does not exist in LaTeX.
4586         (reftex-cite-format-builtin): Added amsrefs support.
4587         (reftex-toc-confirm-promotion): New option
4589         * reftex-toc.el
4590         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
4591         (reftex-toc-demote, reftex-toc-promote)
4592         (reftex-toc-do-promote, reftex-toc-promote-prepare)
4593         (reftex-toc-promote-action, reftex-toc-extract-section-number)
4594         (reftex-toc-newhead-from-alist)
4595         (reftex-toc-load-all-files-for-promotion): New functions.
4596         (reftex-toc-help): Added description of new keys.
4597         (reftex-toc-split-windows-fraction): New option.
4598         (reftex-recenter-toc-when-idle): Search *toc* window on all
4599         visible frames.
4600         (reftex-toc): Additional parameter REUSE
4601         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
4602         with REUSE argument.
4603         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
4604         the call of `reftex-toc'.
4605         (reftex-make-separate-toc-frame): New function .
4606         (reftex-toc-recenter): When called with triple prefix arg, call
4607         `reftex-make-separate-toc-frame' first.
4608         (reftex-toc-toggle-dedicated-frame): New command.
4609         (reftex-toc-quit): Adapted to delete frame when called in
4610         dedicated frame.
4612         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
4613         all enclosing macros.
4616 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4618         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
4619         first use.
4621 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4623         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
4625 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
4627         * calendar/calendar.el (list-diary-entries-hook)
4628         (diary-display-hook, nongregorian-diary-listing-hook)
4629         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
4630         Add some customize options for these hooks.
4631         (calendar-abbrev-construct): Don't try to take a substring longer
4632         than the original string.
4634 2003-08-05  Richard M. Stallman  <rms@gnu.org>
4636         * emacs-lisp/testcover.el (noreturn): Report error if does return.
4637         (testcover-reinstrument-clauses): Doc fix.
4639         * emacs-lisp/warnings.el: Doc fixes, args renamed.
4640         (warning-type-format): Rename from warning-group-format.
4642         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
4643         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
4644         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
4645         to prevent warnings about defvar for an obsolete variable.
4647         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
4648         warning-group-format renamed to warning-type-format.
4650         * subr.el (read-passwd): Use clear-string instead of fillarray.
4652         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
4653         Use vconcat instead of concat.
4654         (edmacro-sanitize-for-string): New function.
4656 2003-08-05  Dave Love  <fx@gnu.org>
4658         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
4659         line-number-display-limit-width.
4661         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
4663 2003-08-05  Kenichi Handa  <handa@m17n.org>
4665         * international/code-pages.el: Don't require mule-diag.
4667         * international/mule-diag.el (non-iso-charset-alist):
4668         Add autoload cookie.
4670         * language/devan-util.el (dev-glyph-order): Add an entry for the
4671         glyph code #xC4.
4673 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
4675         * calendar/calendar.el (diary-file, diary-file-name-prefix)
4676         (european-calendar-style, diary-date-forms)
4677         (calendar-day-name-array, calendar-month-name-array): Doc change.
4678         (generate-calendar-month): Adapt for new behaviour of
4679         `calendar-day-name' function.
4680         (calendar-abbrev-length, calendar-day-abbrev-array)
4681         (calendar-month-abbrev-array): New variables.
4682         (calendar-abbrev-construct): New function.
4683         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
4684         rather than fixing abbrevs at some width.  Calling syntax change.
4685         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
4686         (calendar-date-string): Adapt for new behaviours of
4687         `calendar-day-name' and `calendar-month-name' functions.
4689         * calendar/diary-lib.el (list-diary-entries): Adapt for new
4690         behaviour of `calendar-day-name' and `calendar-month-name' functions.
4691         (diary-name-pattern): Use abbrev arrays, rather than fixing
4692         abbrevs at three chars.  Calling syntax change.
4693         (mark-diary-entries):  Adapt for new behaviours of
4694         `diary-name-pattern' and `calendar-make-alist' functions.
4695         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
4696         `diary-name-pattern' function.
4697         (font-lock-diary-date-forms): Use abbrev arrays, rather than
4698         fixing abbrevs at three chars.  Calling syntax change.
4699         (cal-hebrew, cal-islam): Require when compiling.
4700         (diary-font-lock-keywords): Adapt for new behaviour of
4701         `font-lock-diary-date-forms' function.
4703         * calendar/cal-hebrew.el: Reposition some code so defined before used.
4704         (calendar-hebrew-month-name-array-common-year)
4705         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
4706         (list-hebrew-diary-entries): Adapt for new behaviours of
4707         `calendar-day-name' and `add-to-diary-list' functions.
4708         (mark-hebrew-diary-entries): Adapt for new behaviours of
4709         `diary-name-pattern' and `calendar-make-alist' functions.
4711         * calendar/cal-islam.el (calendar-islamic-month-name-array):
4712         Add doc string.
4713         (list-islamic-diary-entries): Adapt for new behaviours of
4714         `calendar-day-name' and `add-to-diary-list' functions.
4715         (mark-islamic-diary-entries): Adapt for new behaviours of
4716         `diary-name-pattern' and `calendar-make-alist' functions.
4718         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
4719         `calendar-month-name' function.
4721         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
4723         * calendar/solar.el (solar-seasons-data): Move definition before use.
4725         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
4726         (cal-tex-LaTeX-hourbox): Move definition before use.
4728         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
4729         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
4730         lunar.el, solar.el
4731         (displayed-month, displayed-year): Define for compiler.
4733 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
4735         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
4736         MODE.  Renamed from c-init-c-language-vars'.
4737         (c-initialize-cc-mode): Change accordingly.
4738         (c-common-init): Ditto.
4739         (c-mode): Ditto.
4740         (c++-mode): Use `c-init-language-vars-for'.
4741         (objc-mode): Ditto.
4742         (java-mode): Ditto.
4743         (idl-mode): Ditto.
4744         (pike-mode): Ditto.
4745         (awk-mode): Ditto.
4747 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
4749         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
4750         or not the point moved.
4752         (c-search-decl-header-end): Don't trip up on operator identifiers
4753         in C++ and operators like == in all languages.
4755         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
4756         Detect leading labels correctly.
4758 2003-08-02  Andreas Schwab  <schwab@suse.de>
4760         * textmodes/ispell.el: Don't redo key bindings on loading, put
4761         them only in loaddefs.el.
4762         * bookmark.el: Likewise.
4763         * dabbrev.el: Likewise.
4764         * emerge.el: Likewise.
4766         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
4767         has more than one member.
4769         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
4771 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4773         * lpr.el (printify-region): It was ending conversion before the
4774         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
4776 2003-07-31  John Paul Wallington  <jpw@gnu.org>
4778         * net/browse-url.el (browse-url-epiphany): Doc fix.
4780 2003-07-30  Kenichi Handa  <handa@m17n.org>
4782         * international/fontset.el (setup-default-fontset):
4783         Change registry names of Akurti fonts.
4785 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
4787         * comint.el (comint-read-noecho): Use `clear-string' instead of
4788         `fillarray'.
4790 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
4792         * outline.el (outline-mode-hook): Add defvar.
4794 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
4796         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
4797         Restore assembler in source window if that is what has been selected.
4798         (menu): Add gdb-restore-windows to menu.  Make gdba
4799         specific menus only visible from gdba.
4801 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
4803         * progmodes/compile.el (compilation-environment): New user variable.
4804         (compile-internal): Respect it.
4806 2003-07-23  Masatake YAMATO  <jet@gyve.org>
4808         * progmodes/gud.el (gdb-script-font-lock-keywords):
4809         Put `font-lock-function-name-face' on a symbol which includes
4810         `-' like `hook-run'.  Put font-lock-variable-name-face
4811         on a symbol starting with $.
4813 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
4815         * files.el (set-visited-file-name): Use truename for buffer-file-name.
4817 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
4819         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
4821 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
4823         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
4824         Use with-no-warnings.
4825         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
4826         rather than to find-file-not-found-hook, which doesn't exist.
4828 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
4830         * international/quail.el (quail-translate-key): Fix previous change.
4832 2003-07-25  John Paul Wallington  <jpw@gnu.org>
4834         * server.el (server-start): Check `server-process' is non-nil
4835         before killing it to avoid killing current buffer's process.
4837         * simple.el (choose-completion-string): Use `minibufferp';
4838         test `completion-reference-buffer' if `buffer' arg is nil.
4839         (push-mark): Use `when' and `unless'.
4840         (pop-mark): Use `when'.
4842         * mouse-sel.el (mouse-sel-get-selection-function):
4843         Check `x-last-selected-text-primary'.  Don't barf if it or
4844         `x-last-selected-text' aren't bound.
4846 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
4848         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
4850 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
4852         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
4854 2003-07-23  John Paul Wallington  <jpw@gnu.org>
4856         * tooltip.el (defface tooltip): Inherit from variable-pitch.
4858 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
4860         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
4861         string.  Defvar the derived hook.
4863         * macros.el (insert-kbd-macro): Escape double quote character.
4864         From Thomas W Murphy <twm@andrew.cmu.edu>.
4866 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
4868         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
4869         to match the specific mark rather than reusing comment-start-skip.
4871 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
4873         * progmodes/hideshow.el (hs-special-modes-alist):
4874         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
4876 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
4878         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
4879         value using ?\s.
4881 2003-07-21  John Paul Wallington  <jpw@gnu.org>
4883         * subr.el (with-selected-window): Add closing paren.
4885 2003-07-21  Richard M. Stallman  <rms@gnu.org>
4887         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
4888         (lisp-mode): Likewise.
4890         * subr.el (with-selected-window): Copy code form save-selected-window
4891         so as to call select-window with norecord arg.
4892         (dynamic-completion-table): Doc fix.
4893         (lazy-completion-table): Doc fix.
4895         * international/mule-cmds.el (set-locale-environment):
4896         langinfo renamed to locale-info.
4898         * international/mule.el (auto-coding-functions): Doc fix.
4900 2003-07-21  Kenichi Handa  <handa@m17n.org>
4902         * international/quail.el (quail-translate-key):
4903         Update quail-current-str correctly.
4905 2003-07-21  Andreas Schwab  <schwab@suse.de>
4907         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
4908         ?, to "_".
4910 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
4911         Version 2.0.36 of Tramp released.
4913         * net/tramp.el (tramp-default-password-end-of-line): Rename from
4914         tramp-password-end-of-line.
4915         (tramp-password-end-of-line): New method parameter.
4916         (tramp-get-password-end-of-line): Function to access method
4917         parameter `tramp-password-end-of-line', or variable
4918         `tramp-default-password-end-of-line' (default value).
4919         (tramp-methods): Add entries for new parameter
4920         tramp-password-end-of-line.
4921         (tramp-enter-password): Use new function
4922         `tramp-get-password-end-of-line'.
4923         (tramp-handle-insert-file-contents): Do not
4924         unconditionally inhibit the file operation file-local-copy, only
4925         do that when the inhibit-file-name-operation is currently
4926         insert-file-contents.  This fixes finding remote CVS-controlled
4927         files.  (It would barf on inserting the CVS/Entries file
4928         literally, because the file-local-copy handler wasn't called.)
4929         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
4930         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
4931         (tramp-initial-commands): New variable.
4932         (tramp-process-initial-commands): New function, using the variable.
4933         (tramp-open-connection-setup-interactive-shell): Call the new function.
4934         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
4935         method into the buffer name, never use nil.  Reported by Hanak
4936         David <dhanak@inf.bme.hu>.
4937         (tramp-open-connection-setup-interactive-shell): Erase buffer
4938         before sending "stty -onlcr".
4940         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
4942 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
4944         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
4946 2003-07-19  John Paul Wallington  <jpw@gnu.org>
4948         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
4949         (artist-draw-rect, artist-draw-square): Doc fixes.
4951         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
4953         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
4955 2003-07-19  Kenichi Handa  <handa@m17n.org>
4957         * international/kkc.el (kkc-show-conversion-list-update):
4958         Highlight the correct candidate in the message.
4960 2003-07-18  John Paul Wallington  <jpw@gnu.org>
4962         * simple.el (current-word): Don't include punctuation char when
4963         `really-word' arg is non-nil.
4965 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
4967         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
4968         moved to the directory obsolete.
4970 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
4972         * info.el (Info-menu-entry-name-re): Allow newlines in
4973         menu entry names.
4975         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
4976         syntax-ppss-after-change-function.
4977         (syntax-ppss-after-change-function): New alias.  Update uses.
4978         (syntax-ppss): Catch the case where the buffer is narrowed.
4980 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
4982         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
4983         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
4985 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
4987         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
4988         since it might be modified.
4990         * progmodes/cc-langs.el (c++-make-template-syntax-table)
4991         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
4992         names to these language constants.
4994 2003-07-15  Kim F. Storm  <storm@cua.dk>
4996         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
4997         All uses changed.
4999 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
5001         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
5002         Namespace support.
5004 2003-07-13  Juanma Barranquero  <lektu@terra.es>
5006         * frame.el (modify-all-frames-parameters): Reinstall (copyright
5007         papers received).
5009 2003-07-13  Karl Eichwalder  <ke@suse.de>
5011         * textmodes/po.el (po-find-charset): White space at the start of the
5012         Content-Type field body is non-mandatory.
5014 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
5016         * textmodes/texinfo.el (texinfo-section-list):
5017         Append appendixsection; a synonym for appendixsec.
5019 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
5021         * man.el (Man-translate-cleanup): New.
5022         (Man-translate-references): Call `Man-translate-cleanup' to clean
5023         leading, trailing and middle spaces.
5025 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
5027         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
5028         Handle `dired-directory' being a list.
5030 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5032         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
5033         it doesn't exist.
5035 2003-07-12  Richard M. Stallman  <rms@gnu.org>
5037         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
5039         * progmodes/cc-defs.el (c-make-keywords-re):
5040         Don't use delete-duplicates.
5041         (c-lang-const): Don't use mapcan.
5043         * apropos.el (apropos-show-scores): Make it customizable.
5044         Document new meaning.
5045         (apropos): Compute scores from symbols.
5046         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
5048 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5050         * ps-bdf.el: Fix copyright line.
5051         (bdf-directory-list): Fix initialization code.
5053 2003-07-11  John Paul Wallington  <jpw@gnu.org>
5055         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
5056         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
5057         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
5059 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
5061         * emacs-lisp/ring.el (ring-elements): Doc fix.
5063 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
5065         * calendar/timeclock.el (timeclock-relative)
5066         (timeclock-ask-before-exiting, timeclock-use-display-time):
5067         Doc changes.
5068         (timeclock-modeline-display): Give a message if
5069         `timeclock-use-display-time' is non-nil but `display-time-mode'
5070         is not active.
5072 2003-07-11  Kenichi Handa  <handa@m17n.org>
5074         * international/mule-cmds.el (set-language-environment):
5075         Set current-language-environment to the correct string.
5077 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5079         * ps-print.el: Print line number correctly in a region.  Reported by
5080         Tim Allen <timallen@ls83.fsnet.co.uk>
5081         (ps-print-version): New version number (6.6.2).
5082         (ps-printing-region): Code fix.
5084 2003-07-10  John Paul Wallington  <jpw@gnu.org>
5086         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
5087         this function can be called from `add-completions-from-tags-table'.
5089 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
5091         * calendar/timeclock.el (timeclock-use-display-time)
5092         (timeclock-day-over-hook, timeclock-workday-remaining)
5093         (timeclock-status-string, timeclock-when-to-leave)
5094         (timeclock-when-to-leave-string, timeclock-log-data)
5095         (timeclock-find-discrep, timeclock-day-base)
5096         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
5097         (timeclock-modeline-display): Set the variable
5098         `timeclock-modeline-display'.
5099         (timeclock-update-modeline): Doc fix.  Respect value of
5100         `timeclock-relative'.
5102 2003-07-09  Richard M. Stallman  <rms@gnu.org>
5104         * textmodes/reftex-parse.el (reftex-all-document-files):
5105         Add autoload cookie.
5107         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
5108         (reftex-scanning-info-available-p): Add autoload cookie.
5110         * international/mule-cmds.el
5111         (set-display-table-and-terminal-coding-system): Delete duplicate
5112         aset on standard-display-table.
5114         * view.el (view-file): If existing buffer's major mode is special,
5115         don't go into view mode.
5117         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
5119 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5121         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
5122         buffer changes; there's third party code that calls this function
5123         directly.
5125 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5127         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
5128         (autodoc-font-lock-keywords): Don't byte compile on font lock
5129         initialization when running from byte compiled files.
5131 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5133         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
5134         statement ends with auto-increment "++".
5136 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5138         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
5139         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
5140         these are changed, so declare them as variables and not constants.
5142 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
5144         * subr.el (dolist, dotimes):  Doc fix.
5146 2003-07-08  Kim F. Storm  <storm@cua.dk>
5148         * international/mule-cmds.el
5149         (set-display-table-and-terminal-coding-system): Don't break
5150         bootstrap if standard-display-table isn't setup yet.
5152 2003-07-07  Richard M. Stallman  <rms@gnu.org>
5154         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
5155         Give it a doc string, and autoload it.
5157         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
5158         Use with-no-warnings.
5160         * info.el (Info-search): If find invisible text, search again.
5162         * isearch.el (search-whitespace-regexp): Add a shy group around it.
5164         * man.el (Man-name-regexp): Match + as part of name.
5166         * simple.el (visible-mode): Rename from vis-mode.
5167         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
5169         * simple.el (current-word): New arg REALLY-WORD specifies
5170         don't include punctuation chars.
5172         * emacs-lisp/debug.el (debug, debugger-env-macro):
5173         Use with-no-warnings while accessing and binding unread-command-char.
5175         * international/mule-cmds.el
5176         (set-display-table-and-terminal-coding-system): Use explicit loop
5177         instead of calling standard-display-default.
5179         * net/ange-ftp.el (ange-ftp-file-symlink-p):
5180         Use condition-case to catch error in ange-ftp-get-files.
5182         * net/browse-url.el (browse-url-browser-function):
5183         Add alternative for Epiphany.
5184         (browse-url-epiphany-program, browse-url-epiphany-arguments)
5185         (browse-url-epiphany-startup-arguments)
5186         (browse-url-epiphany-new-window-is-tab): New variables.
5187         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
5189         * progmodes/compile.el (compile-auto-highlight): Default now t.
5190         (compile): Doc fix.
5191         (compilation-next-error): Fix previous change.
5193         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
5195         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
5197 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
5199         * gdb-ui.el (gdb-source-info): Display current frame when
5200         attaching to an existing process.
5201         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
5202         while laying out windows when attaching to an existing process.
5204 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
5206         * info.el (Info-menu): Use Info-menu-entry-name-re.
5208 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
5210         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
5211         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
5213         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
5214         to match the same text.
5216 2003-07-06  John Paul Wallington  <jpw@gnu.org>
5218         * vc.el (vc-annotate-offset): Move defvar up.
5220 2003-07-06  Kim F. Storm  <storm@cua.dk>
5222         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
5223         This should fix the infinite loop when extracting menu names.
5225 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
5227         * files.el (auto-mode-alist, interpreter-mode-alist):
5228         Remove entries to CC Mode modes to avoid duplicates; they are now added
5229         with autoload directives in cc-mode.el.
5231 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
5233         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
5234         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
5235         these are changed, so declare them as variables and not constants.
5237         * progmodes/cc-mode.el: Fix some autoload problems: Try to
5238         ensure that the entry for ".c" extension comes before the one for
5239         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
5240         Fix incorrect entries that were added to `interpreter-mode-alist'.
5241         Move the autoload directives for AWK to the top level since they
5242         aren't recognized anywhere else.  Do not use the new AWK mode doc
5243         in the autoload form for the old AWK mode.
5245 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5247         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
5248         (bibtex-sort-ignore-string-entries): Default value t.
5249         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
5250         erroneously in previous version.
5251         (bibtex-string-files): Docstring reflects new parsing scheme.
5252         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
5253         docstring, add # as one of the chars to crush
5254         (bibtex-autokey-prefix-string, bibtex-autokey-names)
5255         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
5256         (bibtex-autokey-name-change-strings)
5257         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
5258         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
5259         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
5260         (bibtex-autokey-title-terminators)
5261         (bibtex-autokey-titlewords-stretch)
5262         (bibtex-autokey-titleword-ignore)
5263         (bibtex-autokey-titleword-case-convert)
5264         (bibtex-autokey-titleword-abbrevs)
5265         (bibtex-autokey-titleword-abbrevs)
5266         (bibtex-autokey-titleword-change-strings)
5267         (bibtex-autokey-titleword-length)
5268         (bibtex-autokey-titleword-separator)
5269         (bibtex-autokey-name-year-separator)
5270         (bibtex-autokey-year-title-separator)
5271         (bibtex-autokey-before-presentation-function)
5272         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
5273         Fix docstring.
5274         (bibtex-strings, bibtex-reference-keys):
5275         Use lazy-completion-table and make-variable-buffer-local.
5276         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
5277         (bibtex-braced-string-syntax-table)
5278         (bibtex-quoted-string-syntax-table): New variables.
5279         (bibtex-parse-nested-braces): Remove.
5280         (bibtex-parse-field-string): Use syntax table and forward-sexp.
5281         (bibtex-parse-association): Simplify.
5282         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
5283         (bibtex-parse-field-text): Simplify.
5284         (bibtex-search-forward-field, bibtex-search-backward-field):
5285         argument BOUND can take value t.
5286         (bibtex-start-of-field, bibtex-start-of-name-in-field)
5287         (bibtex-end-of-name-in-field, bibtex-end-of-field)
5288         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
5289         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
5290         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
5291         (bibtex-skip-to-valid-entry): Return buffer position of beginning
5292         and ending of entry.  Update for changes of bibtex-search-entry.
5293         Simplify.
5294         (bibtex-map-entries): FUN is called with three arguments.
5295         (bibtex-search-entry): Return a cons pair with buffer positions of
5296         beginning and end of entry.
5297         (bibtex-enclosing-field): Simplify.
5298         (bibtex-format-entry): Use booktitle to set a missing title.
5299         (bibtex-autokey-get-names): Fiddle with regexps.
5300         (bibtex-generate-autokey): Use identity.
5301         (bibtex-parse-keys): Use simplified parsing algorithm if
5302         bibtex-parse-keys-fast is non-nil. Simplify. Change order of
5303         arguments. Return alist of keys.
5304         (bibtex-parse-strings): Simplify. Return alist of strings.
5305         (bibtex-complete-string-cleanup): Fix docstring.
5306         (bibtex-read-key): New function.
5307         (bibtex-mode): Fix docstring. Do not parse for keys and
5308         strings when the mode is entered. Set fill-paragraph-function to
5309         bibtex-fill-field. Setup font-lock-mark-block-function the way
5310         font-lock intended.
5311         (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
5312         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
5313         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
5314         (bibtex-Preamble): Avoid hard coded constants.
5315         (bibtex-make-field): Fix docstring. Simplify.
5316         (bibtex-beginning-of-entry): Always return new position of point.
5317         (bibtex-end-of-entry): Rearrange cond clauses.
5318         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
5319         Update for changes of bibtex-map-entries.
5320         (bibtex-ispell-abstract): Do not move point.
5321         (bibtex-entry-index): Use downcase. Simplify.
5322         (bibtex-lessp): Handle catch-all.
5323         (bibtex-find-crossref): Turn into a command.
5324         (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
5325         (bibtex-clean-entry): Use bibtex-read-key. Handle string and
5326         preamble entries.
5327         (bibtex-fill-field-bounds): New function.
5328         (bibtex-fill-field): New command. Bound to fill-paragraph-function.
5329         (bibtex-fill-entry): Use bibtex-fill-field-bounds
5330         (bibtex-String): Use bibtex-strings.  Always obey
5331         bibtex-sort-ignore-string-entries.
5333 2003-07-05  John Paul Wallington  <jpw@gnu.org>
5335         * cus-theme.el (customize-create-theme):
5336         Call `customize-create-theme' in Reset widget's notify function.
5338         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
5339         (ibuffer-mark-interactive): Use `or' instead of `unless'.
5340         (define-ibuffer-column name): Add summarizer.
5341         (define-ibuffer-column size): Likewise.
5342         (define-ibuffer-column filename): Likewise.
5343         (define-ibuffer-column process): Likewise.  Change BODY's output too.
5344         (define-ibuffer-column filename-and-process): Likewise, likewise.
5345         (ibuffer): Remove local vars `already-in' and `need-update'.
5347         * ibuf-ext.el: Don't require `derived' at compile-time.
5349 2003-07-05  Kim F. Storm  <storm@cua.dk>
5351         * info.el: Disable paragraph refilling.
5352         (Info-refill-paragraphs): New defcustom.
5353         (Info-fontify-node): Use it.
5355 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
5357         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
5358         thingies from constructors created by defstruct.
5360         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
5361         the default value of the variable.
5362         (byte-code-meter): Move declaration to top level.
5364         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
5366         * info.el (Info-following-node-name-re): New fun.
5367         (Info-following-node-name): Remove.
5368         (Info-insert-dir): Use the new fun.
5369         (Info-extract-pointer): Don't save restriction; use new fun.
5370         (Info-menu-entry-name-re): New const.
5371         (Info-menu-entry-name-re): Use it along with new fun.
5372         (Info-node-spec-re): Use new fun.
5373         (Info-complete-menu-item, Info-fontify-node): Use new const.
5374         (Info-goto-node, Info-follow-reference, Info-menu-update):
5375         Use match-string.
5376         (Info-follow-reference): Use assoc-string.
5377         Use a list of strings for the completion table.
5378         (Info-fontify-node): Use match-string, line-end-position.
5379         Limit the search for `node:' to the first line.
5381         * newcomment.el (uncomment-region): Remove padding coming from
5382         comment-start rather than just from comment-padding.
5384         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
5385         (vc-cvs-stay-local-p): Use vc-stay-local-p.
5386         (vc-cvs-rename-file): Remove (use the default).
5387         (vc-cvs-register): Register parent dir if needed.
5388         (vc-cvs-could-register): Return non-nil if parent can be registered.
5389         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
5390         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
5392         * vc-svn.el (vc-svn-use-edit): Make it into a const.
5393         (vc-svn-update): Fix the arguments to `svn'.
5394         (vc-svn-diff-tree): Just use `vc-svn-diff'.
5395         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
5396         Simple implementations, assuming `name' is a URL.
5398         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
5399         set of chars allowed unquoted in a case pattern.
5401         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
5403         * font-lock.el (font-lock-extra-types-widget)
5404         (c-font-lock-extra-types, c++-font-lock-extra-types)
5405         (objc-font-lock-extra-types, java-font-lock-extra-types)
5406         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
5407         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
5408         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
5409         (font-lock-match-c++-structor-declaration)
5410         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
5411         (c++-font-lock-keywords-3, c++-font-lock-keywords)
5412         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
5413         (objc-font-lock-keywords-3, objc-font-lock-keywords)
5414         (java-font-lock-keywords-1, java-font-lock-keywords-2)
5415         (java-font-lock-keywords-3, java-font-lock-keywords)
5416         (java-font-lock-syntactic-face-function): Remove obsolete code
5417         and constants.  It's all in cc-fonts.el now.
5419 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
5421         * mail/sendmail.el (mail-specify-envelope-from)
5422         (mail-envelope-from): Doc fix.
5424 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
5426         * generic-x.el: Do away with the dependency on `c-emacs-features'
5427         when populating `rul-generic-mode-syntax-table'; we already know
5428         this isn't XEmacs.
5430 See ChangeLog.10 for earlier changes.
5432 ;; Local Variables:
5433 ;; coding: iso-2022-7bit
5434 ;; End:
5436     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
5437   Copying and distribution of this file, with or without modification,
5438   are permitted provided the copyright notice and this notice are preserved.
5440 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1