(Shell Mode):
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
d134a19f
MB
12000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2
3 * comint.el (comint-write-output, comint-append-output-to-file):
4 New functions.
5 (comint-mode-map): Add them to the menu.
e40a778f 6 Bind `C-c C-s' to comint-write-output.
d134a19f 7
dada41e1
GM
82000-10-18 Gerd Moellmann <gerd@gnu.org>
9
10 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
11 Use fancy-splash-delay.
12
9b5360aa
GM
132000-10-18 Alex Schroeder <alex@gnu.org>
14
15 * progmodes/sql.el (sql-sybase-options): New option.
16 (sql-sybase): Use it. Add sql-database to the list of parameters
17 provided for login. The options -w 2048 -n are not used any more.
18
9035a35a
GM
19 * comint.el (comint-read-input-ring): Bugfix such that the first
20 and the last entry of the input ring file are not lost.
21
3556c6dd
GM
222000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23
24 * ps-print.el: Internal variable changes to defcustom,
25 make-local-hook changes to defvar. Doc fix.
26 (ps-print-version): New version number (6.1).
27 (ps-setup, ps-do-despool): Code fix.
28 (ps-printer-name): Customization fix.
29 (ps-printer-name-option): Now is a defcustom instead of an
30 internal variable.
31 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
32 (ps-print-begin-column-hook): Now are defvar instead of
33 make-local-hook.
34
4e217e50
MB
352000-10-18 Miles Bader <miles@gnu.org>
36
37 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
38 (comint-kill-output): Changed into an alias for `comint-delete-output',
39 and made obsolete.
40 (comint-mode-map): Rename references to comint-kill-output.
41
34460354
EZ
422000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
43
44 * diff-mode.el (diff-header-face, diff-file-header-face)
45 (diff-changed-face): Add bold and italic attributes to tty faces.
46 (diff-function-face): New face.
47 (diff-font-lock-keywords): Use it.
48
17ea3cdb
MB
492000-10-18 Miles Bader <miles@lsi.nec.co.jp>
50
51 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
52 Remove commented-out call to force-mode-line-update.
53 (comint-kill-output): Use `forward-line 0' instead of
54 beginning-of-line to make sure we get past the prompt.
55
9244f2c7
SM
562000-10-17 Stefan Monnier <monnier@cs.yale.edu>
57
58 * diff-mode.el (diff-header-face, diff-file-header-face):
59 Add specific setting for dark background.
60 (diff-context-face): Renamed from diff-comment-face.
61 Set explicitly rather than inheriting from font-lock-comment-face.
62
1592c1ef
EZ
632000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
64
65 * startup.el (command-line): Move the code which sets the default
66 TTY colors to before before-init-hook.
67
f86292a9
GM
682000-10-17 Gerd Moellmann <gerd@gnu.org>
69
70 * jit-lock.el (jit-lock-stealth-time): Doc fix.
71
f7f2e883
EZ
722000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
73
e854cc22
EZ
74 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
75 extensions, for MS-DOS.
76
f7f2e883
EZ
77 * diff-mode.el (diff-header-face, diff-file-header-face)
78 (diff-changed-face): Define tty-specific colors.
79
c7b4f0f9
GM
802000-10-17 Gerd Moellmann <gerd@gnu.org>
81
82 * startup.el (fancy-splash-text): Realign the text.
83
12a72271
EZ
842000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
85
86 * font-lock.el (font-lock-comment-face): Define a separate default
87 for dark-background tty's.
88
61dfccfd
MB
892000-10-17 Miles Bader <miles@gnu.org>
90
91 * help.el (resize-temp-buffer-window): Add hack to avoid last line
92 being obscured by whizzy mode-lines on graphics displays.
93
333cd59e
EZ
942000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
95
96 * info.el (Info-title-1-face, Info-title-2-face)
97 (Info-title-3-face): Define colors for tty's.
dada41e1 98 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 99
dbf1fcc1
EZ
1002000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
101
102 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
103 reverse from the frame parameters, and don't invert foreground and
104 background colors.
105
ac629823
MB
1062000-10-16 Miles Bader <miles@gnu.org>
107
108 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
109 string "*Info*". Call propertized-buffer-identification to spruce
110 up the result.
111
76eebffc
GM
1122000-10-16 Gerd Moellmann <gerd@gnu.org>
113
3a6b59d9
GM
114 * help.el: Provide `help' for the sake of define-minor-mode
115 which generates defcustoms with requires.
116
6569c3d3
GM
117 * jit-lock.el (jit-lock-after-change): If we're in text that
118 matches a multi-line font-lock pattern, make sure the whole text
119 will be redisplayed.
120
c2e0a611
GM
121 * emacs-lisp/authors.el (authors-add): Don't add an entry if
122 author's name is unknown.
123
76eebffc
GM
124 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
125 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
126 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
127 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
128 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
129 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
130 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
131 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
132 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
133 Add author information.
134
cf1e7b12
MB
1352000-10-16 Miles Bader <miles@lsi.nec.co.jp>
136
137 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
138 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
139 full-color version (using the Gimp) to eliminate dithering artifacts.
140
5586f3eb
SM
1412000-10-15 Stefan Monnier <monnier@cs.yale.edu>
142
143 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
144
145 * simple.el (syntax-flag-table, string-to-syntax): Remove.
146
ad64a888
DL
1472000-10-15 Dave Love <fx@gnu.org>
148
149 * progmodes/sh-script.el: Require skeleton and comint when
150 compiling.
151
152 * pcomplete.el (pcomplete) <defgroup>: Add :version.
153
154 * whitespace.el: Doc fixes.
155 (top-level): Don't add hooks here.
156 (whitespace-running-emacs): Deleted.
157 (timer): Don't require.
158 (whitespace): Add back :version conditional on xemacs test.
159 (whitespace-spacetab-regexp, whitespace-indent-regexp)
160 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
161 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
162 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
163 Avoid specific xemacs test.
164 (whitespace-global-mode): New option.
165 (whitespace-global-mode): New command.
166 (whitespace-unload-hook): New function.
167
168 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
169 (Info-fontify-node, Info-goto-node, Info-mode-menu)
170 (Info-fontify-node): `Goto' goes to `Go to'.
171 (Info-fontify-node): Add help-echo to xref links.
172
1ef49fc6
EZ
1732000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
174
175 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
176
8b7707e1
SM
1772000-10-15 Stefan Monnier <monnier@cs.yale.edu>
178
b3b7f42f
SM
179 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
180 Use plist-get and allow :inherit.
181
182 * emacs-lisp/cl-macs.el (cl-do-arglist):
183 Use plist-get and plist-member instead of memq.
184
3c7fafc7
SM
185 * emacs-lisp/ewoc.el (ewoc-location): New function.
186 (ewoc-enter-after, ewoc-enter-before): Document return value.
187 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
188 Don't need make-local-hook any more.
189 (cvs-addto-collection): Return the new tin.
190 (cvs-mode-insert): Jump to the new line.
191
8b7707e1
SM
192 * jit-lock.el (jit-lock-fontify-buffer): Remove.
193
194 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
195
196 * font-lock.el (font-lock-syntactically-fontified): New var.
197 (font-lock-fontify-syntactic-keywords-region): Use it.
198 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
199
200 * diff-mode.el (diff-find-file-name): Fix regexp.
201
202 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
203 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
204
205 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
206 (sh-mode-syntax-table): Add punctuation syntax for < and >.
207 (sh-mode): Don't make all vars local here.
208 (sh-kw): Reformat.
209 (sh-set-shell): Use dolist. Don't set indent-region-function.
210 (sh-mode-syntax-table): Use pop.
211 (sh-remember-variable): Use push.
212 (sh-help-string-for-variable): Use memq.
213 (sh-safe-backward-sexp): Remove.
214 (sh-safe-forward-sexp): Add ARG.
215 (sh-get-indent-info, sh-prev-stmt): Use it.
216 (sh-prev-line): Simplify by using forward-comment.
217 (sh-this-is-a-continuation): Simplify.
218 (sh-learn-buffer-indent): Use dolist.
219 (sh-do-nothing): Remove.
220 (sh-set-char-syntax, sh-set-here-doc-region):
221 Use inhibit-modification-hooks.
222 (sh-name-style): Use mapcar and push.
223 (sh-load-style): Use dolist.
224 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
225 (sh-case, sh-while-getopts): Use propertize directly rather
226 than sh-electric-rparen.
227
2282000-10-14 Stefan Monnier <monnier@cs.yale.edu>
229
230 * textmodes/tex-mode.el: Require CL when compiling.
231 (tex-mode-syntax-table): Init immediately.
232 (tex-mode-map): Bind M-RET to latex-insert-item.
233 (latex-mode): Set indent-line-function to latex-indent.
234 (tex-common-initialization): Don't setup the syntax-table any more.
235 (latex-insert-item): New skeleton.
236 (tex-next-unmatched-end): Fix copy/paste braino.
237 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
238 (latex-indent, latex-find-indent): New functions.
239 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
240 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
241 (tex-compilation-parse-errors): Use with-syntax-table.
242
86b7fcbb
MB
2432000-10-15 Miles Bader <miles@gnu.org>
244
245 * font-lock.el (font-lock-comment-face): Change dark-background,
246 color, non-tty, default to `chocolate1'.
247
57a24508
JW
2482000-10-13 John Wiegley <johnw@gnu.org>
249
250 * eshell/esh-util.el (require): Added a missing `require' form,
251 needed when compiling (for an ange-ftp macro definition).
252
40ad3db4
DL
2532000-10-13 Dave Love <fx@gnu.org>
254
255 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
256
db460189
GM
2572000-10-13 Gerd Moellmann <gerd@gnu.org>
258
b41c9501
GM
259 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
260 fix.
261
db460189
GM
262 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
263 transparent -colors 8).
264
3b5e21df
GM
2652000-10-13 Stephen Gildea <gildea@alum.mit.edu>
266
267 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
268 that breaks with old list format timestamps.
269 (time-stamp-warn-inactive, time-stamp-old-format-warn)
270 (time-stamp-count, time-stamp-conversion-warn): Improved doc
271 strings.
272
16908a3f
JW
2732000-10-13 John Wiegley <johnw@gnu.org>
274
d7103dda
JW
275 * align.el, pcomplete.el, calendar/timeclock.el,
276 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
277
16908a3f
JW
278 * calendar/timeclock.el (timeclock-find-discrep): A fix to same
279 faulty math, where holiday hours were being computing as seconds.
280
b6b70cda
JW
2812000-10-13 John Wiegley <johnw@gnu.org>
282
283 * desktop.el (desktop-buffer-modes-to-save): Added a global for
284 specifying what "other" kinds of buffers should be saved. This
285 used to be hard-coded.
286 (desktop-buffer-misc-functions): A global for specifying how
287 auxiliary data should be determined for special buffer types.
288 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
289 instead of hard-coding the special buffer types.
290 (desktop-save): Run `desktop-buffer-misc-functions' to gather
291 auxiliary data, instead of hard-coding for Info buffers and dired.
292 (desktop-buffer-info-misc-data): Aux function for determining Info
293 buffer auxiliary info.
294 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
295 (desktop-buffer-info): Changed this function to use the info
296 gathered above.
297 (desktop-create-buffer): Be a little more careful about what
298 `minor-mode' means before calling it. This is important for some
299 buffer types.
300
8c6b1d83
JW
3012000-10-13 John Wiegley <johnw@gnu.org>
302
303 * eshell/esh-util.el: Added a global form which declares an
304 autoload for `parse-time-string', if that function is not already
305 defined, and if parse-time.el is available on the user's system.
306
307 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
308 to be aware of ange-ftp user info.
309 (eshell-do-ls): Bind `ange-cache'. Also, use
310 `eshell-file-attributes'.
311 (eshell-ls-annotate): Use `eshell-file-attributes'.
312 (eshell-ls-file): Made the user-id printing code a bit smarter.
313
314 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
315 allow identification of alias user ids in remote directories.
316 It's manual, but there's no other way to know when the current
317 user on the local machine, is also the owning user on the remote
318 machine.
319 (fboundp): Bind `ange-cache'.
320 (eshell-directory-files-and-attributes): Re-organized the logic a
321 bit to use `eshell-file-attributes' instead of `file-attributes'.
322 The former is more sensitive to directories that are read via FTP,
323 and knows how to use ange-ftp to determine full attribute
324 information, instead of just the name and last modtime.
325 (eshell-current-ange-uids): Return the current user id when in a
326 remote directory.
327 (eshell-parse-ange-ls): Parse a full directory listing that has
328 been returned by ange-ftp.
329 (eshell-file-attributes): This beefed up version of
330 `file-attributes' is only special if the user is currently in a
331 remote directory, in which case it does a lot of work to find out
332 what the real attributes of a file are, as they appear on the
333 remote machine. This makes usage of remote directories (i.e.,
334 ange-ftp pathnames) much more useful. You can now use Eshell as a
335 full-fledged FTP client, with much more manipulation ability than
336 most other clients.
337
338 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
339 variable, which means that Eshell's du should always be preferred
340 in remote directories.
341 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
342 just `file-attributes'.
343 (eshell-mvcp-template): Bind `ange-cache', to improve performance
344 when reading remote directories. This is an Eshell-specific
345 variable (not part of ange-ftp).
346 (eshell/ln): Bind `ange-cache'.
347 (eshell/du): Added some extra logic for determining when to use
348 Eshell's du (which is slow), and when to use the external version
349 (which may or may not exist).
350
351 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
352 `eshell-interactive-process', rather than using
353 `get-buffer-process', since backgrounded processes don't count in
354 the context of this function's logic.
355
356 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
357 `forward-char', so that null strings are parsed correctly.
358
87730e84 3592000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
360
361 * eshell/em-pred.el (eshell-pred-file-type,
362 eshell-pred-file-links, eshell-pred-file-size): Use
363 `eshell-file-attributes'. This is more correct over ange-ftp.
364
365 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
366 that remote file globbing is more efficient.
367
368 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
369 gathering the files and attributes within a directory.
370
371 * eshell/em-unix.el (eshell/cat): If any of the files passed on
372 the command line is a special file (not a regular file, directory
373 or symlink), always attempt to call the external version of cat.
374
87730e84 3752000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
376
377 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
378 Eshell-friendly version of find-tag.
379
1c7e37a9
MB
3802000-10-13 Miles Bader <miles@lsi.nec.co.jp>
381
382 * image-file.el (image-file-name-extensions)
383 (image-file-name-regexps): Add autoload cookies.
384
11a7f341
KH
3852000-10-13 Kenichi Handa <handa@etl.go.jp>
386
387 * international/mule-cmds.el (select-safe-coding-system): If FROM
388 is string, show it in *Warning* buffer.
389
8ddddcb0
EZ
3902000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
391
392 * startup.el (normal-top-level): Use display-popup-menus-p instead
393 of window-system.
394 (command-line): Use display-graphic-p instead of window-system.
395 (command-line-1): Use display-popup-menus-p and display-mouse-p
396 instead of window-system.
397
72200f89
SS
3982000-10-12 Sam Steingold <sds@gnu.org>
399
400 * tooltip.el (tooltip-use-echo-area): New user variable.
401 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
402
8661c643
DL
4032000-10-12 Dave Love <fx@gnu.org>
404
d0b40dc1
DL
405 * recentf.el: Maintainer's checkdoc fixes.
406
a622451f
DL
407 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
408 character class, not ASCII when matching file names.
409 (fancy-splash-head): Add trailing slash to URL.
410 (command-line): Don't require XPM support for toolbar.
411
8661c643
DL
412 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
413 (cperl-invalid-face): Revert last change.
414 (cperl-init-faces): Quote cperl-invalid-face.
415
ef2ed8ab
KH
4162000-10-12 Kenichi Handa <handa@etl.go.jp>
417
418 * startup.el (fancy-splash-text): Remove superfluous quote.
419
b0da379e
GM
4202000-10-12 Gerd Moellmann <gerd@gnu.org>
421
dbeb499b
GM
422 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
423 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
424 (command-line-1): Don't use fancy-splash-pending-command.
425 (fancy-splash-screens-1): Goto point-min after inserting text.
426
d861718a
GM
427 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
428
b0da379e
GM
429 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
430 instead of shared-lisp-mode-map.
431
4fb2ad98
MB
4322000-10-12 Miles Bader <miles@lsi.nec.co.jp>
433
1cb4393e
MB
434 * faces.el (header-line): Change tty-variant to use underlining.
435
4fb2ad98
MB
436 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
437 (isearch-highlight): Restore lazy-isearch face properties at old
438 position, and suppress them at new position.
439 (isearch-dehighlight): Restore lazy-isearch face properties.
440 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
441 over the real isearch overlay, but in that case, don't give it a
442 face property. Use `push'.
443
eb991b25
KH
4442000-10-12 Kenichi Handa <handa@etl.go.jp>
445
446 * man.el (Man-getpage-in-background): Fix previous change.
447 Decode the process output only when we are in multibyte mode.
448
a818c1c0
DL
4492000-10-11 Dave Love <fx@gnu.org>
450
c990f53a
DL
451 * info.el (Info-mode-menu): Fix some help.
452 (info-tool-bar-map): Add entry for Info-last.
453
a818c1c0
DL
454 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
455 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
456 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
457 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
458 * toolbar/search-replace.xpm, toolbar/exit.xpm:
459 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
460 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
461 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
462 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
463 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
464 Reduce colour requirements to 25 overall. (Probably wants
465 revisiting from the originals to reduce further.)
466
c1b096cb
EZ
4672000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
468
469 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
470 buffer-file-coding-system, instead of raw-text.
471 (dehexlify-buffer): Bind coding-system-for-read to
472 buffer-file-coding-system, instead of raw-text.
473
5c8b7eaf
SS
4742000-10-11 Sam Steingold <sds@gnu.org>
475
476 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
477 `underline' - fixes the bug introduced on 2000-09-21.
478
2cfbdb7a
DL
4792000-10-11 Dave Love <fx@gnu.org>
480
481 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
482 compiler warnings.
483 (scheme-mode): Doc fix.
484 (scheme-font-lock-keywords-1): Match `define-syntax'.
485
4862000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
487
488 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
489 face specs as well as default ones. Only do anything if the
490 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 491 (region): Make dark-background `region' face less in-your-face.
4b33f290 492
690ec649
SS
4932000-10-10 Sam Steingold <sds@gnu.org>
494
495 * chistory.el, ielm.el, ledit.el:
496 * progmodes/inf-lisp.el, progmodes/scheme.el:
497 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
498
3b95d6bb
SM
4992000-10-10 Stefan Monnier <monnier@cs.yale.edu>
500
501 * textmodes/texinfo.el: Update copyright and fix typo.
502
503 * desktop.el (desktop-modes-not-to-save): New var.
504 (desktop-save-buffer-p): Use it.
505 Also, obey desktop-buffers-not-to-save even for non-file buffers.
506 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
507
d646c828
DL
5082000-10-10 Dave Love <fx@gnu.org>
509
510 * toolbar/tool-bar.el (tool-bar-add-item)
511 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
512 display.
513
d646c828
DL
514 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
515 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
516 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
517 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
518 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
519 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
520 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
521 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
522 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
523 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
524 the .xpms; probably need retouching.
525
862a7e28
MB
5262000-10-10 Miles Bader <miles@lsi.nec.co.jp>
527
528 * subr.el (add-to-list): Add optional argument APPEND.
529 * battery.el (display-battery): Use `add-to-list'.
530
46e33aee
TTN
5312000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
532
930baf47
TTN
533 * play/zone.el (zone-timer, zone-wc-tbl): Rework
534 these vars as symbol properties.
2cfbdb7a
DL
535 (zone, zone-when-idle, zone-leave-me-alone)
536 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 537
5a430f9c
TTN
538 * battery.el (display-battery): Doc spelling fix.
539
46e33aee
TTN
540 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
541 property.
542
adf7d3a8
DL
5432000-10-09 Dave Love <fx@gnu.org>
544
545 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
546 has been initialized before calling tool-bar-setup.
c2156508 547 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 548
06a8c9f8
EZ
5492000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
550
e4ca8f8c
EZ
551 * menu-bar.el (send-mail-item-name): New function.
552 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
553 of mail-user-agent in the menu. Don't display the "Send Mail"
554 item if mail-user-agent is nil or its value is ignore.
555 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
556 if read-mail-command is nil or its value is ignore.
557
06a8c9f8
EZ
558 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
559
7dbc9c8a
MB
5602000-10-09 Miles Bader <miles@gnu.org>
561
29e0814b
MB
562 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
563 Correct image size.
564 * toolbar/left_arrow.xpm: Correct image size.
565
7dbc9c8a
MB
566 * jka-compr.el: Don't call `jka-compr-install' when loading (it
567 will be done by the definition of `auto-compression-mode' if
568 necessary. Move code to uninstall existing file-name handler
569 before definition of `auto-compression-mode'.
570
571 * image-file.el (auto-image-file-mode): Move to the end of the
572 file, because `define-minor-mode' actually calls the mode-function
573 if the associated variable is non-nil, which requires that all
574 needed functions be already defined.
575
65b61266
MB
576 * mouse.el (popup-menu): Balance parens.
577
d6b8c85b
SM
5782000-10-08 Stefan Monnier <monnier@cs.yale.edu>
579
580 * mouse.el (popup-menu): Move the command call outside the loop
581 so that popup-menu returns whatever the command returns.
582
583 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
584 (initialize-new-tags-table): Use run-hook-with-args-until-success.
585 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
586 (tags-table-format-functions): Renamed from tags-table-format-hooks.
587
588 * vc.el (vc-version-diff): diff-switches can be a list.
589 Use relative filenames for prettier output.
590
46e33aee 591 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
592 (vc-post-command-functions): Remove old-VC compatibility code.
593
594 * newcomment.el (comment-indent-default): Autoload.
595
596 * font-lock.el (font-lock-defaults): Make buffer-local.
597 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
598 (font-lock-choose-keywords):
599 Ignore LEVEL unless KEYWORDS is a list of syms.
600 (c-keywords, c++-keywords, objc-keywords, java-keywords):
601 Don't wrap regexp-opt things in \(...\) unnecessarily.
602
603 * jit-lock.el: Don't require font-lock any more.
604 (jit-lock-functions): Make buffer-local.
605 (jit-lock-saved-fontify-buffer-function): Remove.
606 (jit-lock-mode): Remove autoload cookie.
607 Remove font-lock specific code.
608 (jit-lock-unregister): Don't bother handling complex hooks any more.
609 (jit-lock-refontify): New function.
610 (jit-lock-fontify-buffer): Use it.
611 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
612 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
613 Add optional args START and END.
614 Never call font-lock-fontify-region directly.
615 (jit-lock-function, jit-lock-stealth-fontify): Use it.
616
617 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
618
a30ed6ac
DL
6192000-10-08 Dave Love <fx@gnu.org>
620
4e7c7ca9
DL
621 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
622
623 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
624
625 * play/studly.el (studlify-region, studlify-word): Add autoload
626 cookie.
627
628 * play/morse.el (morse-region, unmorse-region): Add autoload
629 cookie.
630
631 * play/spook.el (spook-phrases-file): Use expand-file-name, not
632 concat.
633
634 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
635 insist on symbols starting with word syntax.
636 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
637 (eval-defun-1): Doc fix.
638 (indent-sexp): Use nconc to build up indent-stack.
639
640 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
641 Gnus with little use.
642 (mail-setup-hook): Add mail-abbrevs-setup to options.
643
968f7c4a
DL
644 * recentf.el: Doc fixes.
645
646 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
647 Clean up remainder.
648
649 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
650 without timezone and (8) with timezone to enforce some whitespace.
651 Simplify code somewhat.
652
653 * options.el (list-options): Doc that you should use customize.
654
655 * iswitchb.el (iswitchb-mode): Add :require.
656
a30ed6ac
DL
657 * info.el (Info-goto-node, Info-menu): Doc fix.
658 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
659 (info-tool-bar-map): New variable.
660 (Info-mode): Use it.
661 (Info-edit-map): Define all in defvar.
662 (speedbar-attached-frame): Avoid compiler warning.
663
664 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
665 (global-map): Bind [tool-bar] to a filtered map.
666 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
667 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
668 Allow PBM icons.
669 (tool-bar-setup): Adjust calls of tool-bar-add-item.
670
671 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
672 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
673 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
674 icons, except up_arrow, which is left-arrow rotated.
675
676 * imenu.el (imenu-add-to-menubar): Fix last change.
677
4e953aff
PB
6782000-10-08 Peter Breton <pbreton@ne.mediaone.net>
679
680 * generic-x.el (rul-generic-mode): Remove eval-when-compile
681 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
682
739e92a7
EZ
6832000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
684
d20faceb
EZ
685 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
686 typos in doc strings.
687
a640322e
EZ
688 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
689 the doc strings how to customize Font Lock faces.
690
739e92a7
EZ
691 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
692 computing growth when dragging the header line.
693
8be7408c
EZ
6942000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
695
696 * simple.el (kill-line): Doc fix.
697
6fee86a3
MB
6982000-10-08 Miles Bader <miles@gnu.org>
699
445a653e
MB
700 * faces.el (secondary-selection): Make foreground visible on tty.
701
6fee86a3
MB
702 * jka-compr.el (auto-compression-mode): Move to the end of the
703 file, because `define-minor-mode' actually calls the mode-function
704 if the associated variable is non-nil, which requires that all
705 needed functions be already defined.
706 (with-auto-compression-mode): Add autoload cookie.
707
a115794c
EZ
7082000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
709
710 * files.el (find-backup-file-name) [ms-dos]: If support for long
711 file names is not available, behave as if version-control were set
712 to never.
713
b12e6de3
DL
7142000-10-07 Dave Love <fx@gnu.org>
715
716 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
717 (browse-url-gnome-moz): New function.
718 (browse-url-browser-function): Use it.
719 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
720
20b1d079
SM
7212000-10-07 Stefan Monnier <monnier@cs.yale.edu>
722
723 * indent.el (tab-always-indent): New var.
724 (indent-for-tab-command): Use it.
39250ec3 725
9ee45b2c 726 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 727 raise an error. This way it can still default to a sane value.
9ee45b2c 728
8c6b1d83
JW
7292000-10-06 Stefan Monnier <monnier@cs.yale.edu>
730
39250ec3
SM
731 * startup.el (fancy-splash-screens): Use local rather than global map.
732 Don't use `update-menu-bindings' any more.
733 Get rid of assumptions about keymap representation.
734
a23ccdf2
DL
7352000-10-06 Dave Love <fx@gnu.org>
736
814299a7 737 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
738 (sentence-end-without-period): Doc fix.
739 (adaptive-fill-regexp): Purecopy.
740 (unjustify-current-line): Use line-end-position.
741 (fill-individual-paragraphs-prefix): Use line-beginning-position.
742
743 * net/eudc-vars.el (eudc): Add :version, :link.
744
39250ec3 745 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
746
747 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
748 Fix for define-minor-mode.
749 (function-at-point): Alias to function-called-at-point.
750
751 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
752
753 * simple.el (backward-word): Doc fix.
754
a23ccdf2
DL
755 * image-file.el (image-file-name-regexp): image-file-regexps ->
756 image-file-name-regexps.
742c1822 757 (image-file-name-extensions): Add pbm.
a23ccdf2 758
39250ec3
SM
7592000-10-06 Stefan Monnier <monnier@cs.yale.edu>
760
761 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
762 and add filename to the names so that diff-mode can jump to source.
763
764 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 765 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
766 (tex-font-lock-keywords-1): Remove.
767 (font-lock-turn-on-thing-lock): Use jit-lock-register.
768 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
769 (font-lock-default-fontify-region):
770 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
771 (font-lock-fontify-anchored-keywords):
772 Include the anchor text as part of the multiline.
773
8d5dfacd
GM
7742000-10-06 Gerd Moellmann <gerd@gnu.org>
775
776 * loadup.el (toplevel): Load `loaddefs' before `help' because the
777 latter needs the autoloaded define-minor-mode macro during the
778 bootstrap.
779
780 * startup.el (command-line): For now, activate tool-bar-mode only
781 if XPM images are supported.
782
783 * mouse.el (mouse-drag-header-line): Don't allow resizing a
784 window by dragging a header-line at the top of the frame; that's
4c19fbce 785 confusing because the header-line doesn't move.
8d5dfacd
GM
786 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
787 of treating the event as a list. Some cleanup.
788
f69aad2b 7892000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 790
f69aad2b
MB
791 * simple.el (display-message-or-buffer): New function.
792 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 793
09cb7646
MB
794 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
795 docstring parts.
796
814299a7 797 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
798 (smbclient-prompt-regexp): Add usage note to doc string.
799 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
800 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
801 Use add-hook for adding the comint filter function, and only do so
802 if it's not already in the global hook list.
803 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
804 to `make-local-variable'.
805 (nslookup-font-lock-keywords): Remove prompt entry.
806 (nslookup): Don't set the process-filter.
807 (finger): Exit the loop correctly when the regexps list runs out.
808 (ftp, smbclient, smbclient-list-shares):
809 Set the real major mode immediately, not after execing.
810 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
811
812 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
813
4c19fbce
SM
8142000-10-05 Stefan Monnier <monnier@cs.yale.edu>
815
816 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
817
818 * which-func.el (which-func-format): Remove spurious space.
819 (which-func-mode): Don't make it permanent-local.
820 (which-func-ff-hook): Allow which-func-maxout to be nil.
821 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
822 (which-func-mode): Simplify.
823 Use post-command-idle-hook rather than post-command-hook.
824 Go through all buffers and update their state.
825 (which-function): Also try add-log-current-defun-function.
826
827 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
828 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
829 Update call to with-vc-properties accordingly.
830 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
831 (vc-revert-buffer): More careful about window selection and deletion.
832 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
833
834 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
835 (cvs-retrieve-revision): Reuse a pre-existing buffer.
836 (cvs-dired-action): Change the default to quickdir.
837
838 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
839 if comment-indent-function returns nil.
840 (comment-indent-default): New function.
841 (comment-indent-function): Use it and document the new semantics.
842
843 * image-file.el: Docstring fixes.
844
845 * help.el (help-xref-on-pp): Use match-string.
846 (describe-variable): New arg BUFFER.
847 Store the current buffer in the help-xref-stack.
848 (temp-buffer-resize-mode): Use define-minor-mode.
849
850 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
851 consistently with its docstring.
852 Set jit-lock-first-unfontify-pos in an idempotent way.
853 (jit-lock-register): Autoload and add arg CONTEXTUAL.
854
542c6552
GM
8552000-10-05 Alex Schroeder <alex@gnu.org>
856
857 * sql.el (sql-mysql-options): New variable.
858 (sql-mysql): Use it.
859
a3489ece
MB
8602000-10-05 Miles Bader <miles@lsi.nec.co.jp>
861
77f6105c
MB
862 * image.el (image): New group.
863
814299a7 864 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
865 (smerge-base-face, smerge-markers-face): Add dark-background variants.
866
3478046b
PB
8672000-10-04 Peter Breton <pbreton@ne.mediaone.net>
868
869 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 870 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
871 Ignore the value of wqindow-system; always define keywords
872
22aca186
KH
8732000-10-05 Kenichi Handa <handa@etl.go.jp>
874
875 * startup.el (fancy-splash-screens): Remove the code for
876 debugging; `(trace-to-stderr "EXITTT\n")'.
877
55d5d717
MB
8782000-10-05 Miles Bader <miles@gnu.org>
879
880 * diff-mode.el (diff-goto-source): Update call to
881 `diff-hunk-status-msg' to reflect new REV variable.
882
41fa7178
SM
8832000-10-04 Stefan Monnier <monnier@cs.yale.edu>
884
885 * progmodes/icon.el (icon-mode):
886 Don't gratuitously override the default for comment-column.
887
888 * vc-hooks.el (vc-mode-line): Fix interactive spec.
889
890 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
891 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
892 (jit-lock-functions): New var.
893 (jit-lock-function-1): Use it if non-nil.
894 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
895 Set the `fontified' property before doing the fontification to avoid
896 repeatedly going through the same error.
897 Don't turn errors into messages.
898 (jit-lock-register, jit-lock-unregister): New functions.
899
900 * dired.el (dired-mark-pop-up): Turn comment into docstring.
901 Use with-current-buffer.
902
903 * dired-aux.el (dired-do-create-files, dired-kill-tree):
904 Turn comment into docstring.
905
906 * apropos.el (apropos-mode): Use define-derived-mode.
907
3dc78168
GM
9082000-10-04 Gerd Moellmann <gerd@gnu.org>
909
910 * startup.el (fancy-splash-pending-command): New variable.
911 (fancy-splash-pre-command): New function.
912 (fancy-splash-screens): Rewritten.
913 (command-line-1): If fancy-splash-pending-command is set, call it
914 interactively.
915
dae9dc56
DL
9162000-10-04 Dave Love <fx@gnu.org>
917
918 * toolbar/tool-bar.el (tool-bar-setup): New function.
919 (tool-bar-mode): Use it.
920
921 * subr.el (substitute-key-definition): Doc fix.
922 (play-sound-file): New command.
923
3388f0a5
AS
9242000-10-04 Andre Spiegel <spiegel@gnu.org>
925
814299a7 926 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
927 vc-version-backup-file-name): New functions.
928
929 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
930
931 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
932 vc-cvs-stay-local-p.
933
934 * vc.el (vc-revert-buffer): Handle empty diff properly.
935 (vc-version-backup-file): New function.
936 (vc-checkout): Create a version backup if necessary.
937 (vc-checkin): If a version backup file exists, delete it.
938 (vc-version-diff): Diff locally using version backups, if available.
939 (vc-revert-file): If there's a version backup, revert locally.
940 (vc-transfer-file): Use version backup for base version, if
941 available. If not, ask for confirmation whether to get it from the
942 server. Update mode line before check-in.
943
ebd4825d
DL
9442000-10-04 Dave Love <fx@gnu.org>
945
946 * toolbar/tool-bar.el (tool-bar-setup): New function.
947 (tool-bar-mode): Use it.
948
1b24f4b7
PB
9492000-10-04 Peter Breton <pbreton@ne.mediaone.net>
950
3dc78168 951 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 952 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
953 Only set if window-system is non-nil
954 (net-utils-run-program): Returns buffer.
955 (network-connection-reconnect): Added this function.
956
814299a7
MB
957 * generic.el:
958 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
959 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
960 Uses cl compile-time macros.
3dc78168
GM
961 (generic-mode-name, generic-comment-list)
962 (generic-keywords-list, generic-font-lock-expressions)
963 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
964 Removed variables.
965 (generic-mode-alist): Renamed to generic-mode-list.
966 (generic-find-file-regexp): Default changed to "^#".
967 (generic-read-type): Uses completing read on generic-mode-list.
968 (generic-mode-sanity-check): removed this function.
969 (generic-add-to-auto-mode): Removed this function
3dc78168 970 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
971 into function instead of putting them in alist.
972 (generic-mode-set-comments): Reworked extensively.
973 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 974 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 975
814299a7 976 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
977 Make sure directory name ends with "/".
978
814299a7 979 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
980 Regexp now allows leading whitespace.
981 (rc-generic-mode): Added eval-when-compile
982 around generic-make-keywords-list.
983 Deleted duplicate regexp
984 (rul-generic-mode): Added eval-when-compile
985 around generic-make-keywords-list.
986 (etc-fstab-generic-mode): New generic mode.
987 (rul-generic-mode): Removed one eval-when-compile
814299a7 988 which caused a max-specpdl-size exceeded error.
1b24f4b7 989
a7bf5cf3
MB
9902000-10-04 Miles Bader <miles@gnu.org>
991
992 * simple.el (minibuffer-temporary-goal-position): New variable.
993 (next-history-element): Try to keep the position of point in the
994 input string constant.
995
996 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
997 (dired-do-create-files): If there's only one file, pass it in as
998 the DEFAULT arg to dired-mark-read-file-name.
999
ce1087a9
SM
10002000-10-03 Stefan Monnier <monnier@cs.yale.edu>
1001
1002 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
1003 (diff-goto-source): Be smarter when choosing REVERSE or not.
1004
1005 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
1006 (texinfo-mode-menu): Add an explicit shortcut for update all.
1007
0e41e1d6
AS
10082000-10-03 Andre Spiegel <spiegel@gnu.org>
1009
814299a7 1010 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
1011 factorize backend-specific code cleanly (this was essentially
1012 conceived by Stefan Monnier).
1013 (vc-unregister): Function removed.
814299a7 1014 (vc-revert-file): New function.
858f7cb4
AS
1015 (vc-revert-buffer): Delegate some of the work to it.
1016
0e41e1d6
AS
1017 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
1018 default branch unconditionally.
1019 (vc-rcs-set-default-branch): New function.
1020 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
1021 (vc-rcs-checkin): If an appropriate default branch has been set,
1022 force creation of that branch.
858f7cb4
AS
1023 (vc-rcs-receive-file): Rewritten to contain only backend-specific
1024 code (as suggested by Stefan Monnier).
0e41e1d6 1025
01c86c56
GM
10262000-10-02 Gerd Moellmann <gerd@gnu.org>
1027
45c477b4
GM
1028 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
1029 highlighting overlay with a different face over the overlay
1030 isearch uses to highlight the current match because that can lead
1031 to bad face combinations.
1032
01c86c56
GM
1033 * loadup.el (toplevel): Load faces before isearch.
1034
1035 * isearch.el (isearch-faces): New custom group.
1036 (isearch): New defface; was already tested for in the code.
1037 (isearch-lazy-highlight-face): Changed to defface from defcustom.
1038 (isearch-highlight): Always use face `isearch'.
1039
944425c0
DL
10402000-10-02 Dave Love <fx@gnu.org>
1041
1042 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
1043 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
1044 comparison of opcode with operand.
1045
2a099bcc
MB
10462000-10-03 Miles Bader <miles@gnu.org>
1047
1048 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
1049 buffer, since the echo area will now grow to accommodate them.
1050
4300ecb8
AS
10512000-10-02 Andre Spiegel <spiegel@gnu.org>
1052
1053 * vc-hooks.el (vc-registered): If FILE used to be registered under
1054 a certain backend, try that one first.
1055
814299a7 1056 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
1057 argument list. Handle multiple backends correctly.
1058 (vc-find-new-backend): Function removed.
1059 (vc-register): Use vc-responsible-backend, as before.
1060 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
1061
64e6cc18
GM
10622000-10-02 Gerd Moellmann <gerd@gnu.org>
1063
1064 * startup.el (fancy-splash-head): Change message below the
1065 logo.
1066
00df919e
MB
10672000-10-02 Miles Bader <miles@lsi.nec.co.jp>
1068
1069 * diff-mode.el (diff-goto-source): Emit a status message.
1070 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 1071 (diff-test-hunk): Fix doc string.
00df919e
MB
1072 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
1073 (diff-advance-after-apply-hunk): New variable.
4eaa6852 1074 (diff-apply-hunk): Don't return a value.
00df919e 1075
ceec5a0c
SM
10762000-10-01 Stefan Monnier <monnier@cs.yale.edu>
1077
1078 * vc.el (vc-editable-p): Minor optimization.
1079 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
1080 (vc-find-new-backend): New function split from vc-responsible-backend.
1081 (vc-register): Use it.
1082 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
1083 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
1084 (vc-default-unregister, vc-revert-buffer): Docstring fix.
1085 (vc-clear-headers): Don't use find-file.
1086 (vc-revert-buffer): Use `and' again (must have been a braino).
1087 (vc-switch-backend): Only prompt if requested.
1088 Short circuit if nothing is to be done.
1089 Don't use vc-resynch-buffer which could lose unsaved editing.
1090 (vc-default-receive-file): Update call to vc-unregister.
1091 (with-vc-file, vc-next-action-on-file):
1092 Use vc-backend rather than vc-registered.
1093 (vc-next-action-on-file): Use intern-soft.
1094 Deal with read-only *vc-diff* buffer.
1095 (vc-transfer-file): Docstring fix.
1096
1097 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
1098 (vc-rcs-receive-file): Avoid with-vc-properties.
1099 Update call to vc-unregister.
1100 Use constant `RCS' rather than (dynamically bound) var `backend'.
1101
4ad5da8f
AS
11022000-10-01 Andre Spiegel <spiegel@gnu.org>
1103
814299a7 1104 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
1105 is visited.
1106 (vc-start-entry): New argument initial-contents. Don't visit the file
1107 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
1108 (vc-next-action, vc-register): Updated calls to vc-start-entry.
1109 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
1110 vc-start-entry.
1111 (vc-finish-logentry): Make sure to bury log buffer only if there
1112 really is one. Call `vc-resynch-buffer' on log-file, not
1113 buffer-file-name.
1114 (vc-default-comment-history, vc-default-wash-log): New functions.
1115 (vc-index-of): Removed.
1116 (vc-transfer-file): Make do without the above.
1117 (vc-default-receive-file): Call comment-history unconditionally. Pass
1118 the resulting string to vc-checkin, instead of inserting it into the
1119 comment ring.
1120
1121 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
1122 unconditionally. Use the comments as initial contents of the log
814299a7 1123 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
1124 changes.
1125
aa0c3dca
MB
11262000-10-01 Miles Bader <miles@gnu.org>
1127
1128 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
1129 `recenter' with an arg to prevent redrawing the display.
1130
d5f5a2c5
SM
11312000-09-30 Stefan Monnier <monnier@cs.yale.edu>
1132
1133 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
1134
1135 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
1136
814299a7 1137 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
1138 Don't gratuitously override the default for comment-column.
1139
1140 * textmodes/tex-mode.el (latex-metasection-list): New var.
1141 (latex-imenu-create-index): Use it.
1142 Move the regexp construction outside loops (and use push).
814299a7 1143 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
1144 (tex-font-lock-keywords): Moved from font-lock.el.
1145 (tex-comment-indent): Remove.
1146 (tex-common-initialization): Don't set comment-indent-function.
1147 (latex-block-default): New var.
1148 (tex-latex-block): Use it to provide a default choice.
1149 Add any unknown choice to latex-block-names.
1150 Insert [...] after {...}.
1151 (tex-last-unended-begin): Simplify regexp.
1152 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
1153 (latex-forward-sexp-1, latex-forward-sexp): New functions.
1154 (latex-mode): Set forward-sexp-function.
1155
1156 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
1157 Add regexp for @ignore ... @end ignore.
1158 (texinfo-heading-face): New face.
1159 (texinfo-font-lock-keywords): Use it.
1160 (texinfo-mode-menu): New menu.
1161 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
1162 New functions.
1163 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 1164 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
1165 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
1166 Remove declaration.
1167 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
1168
1169 * delsel.el (delete-selection-mode): Use define-minor-mode.
1170
1171 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
1172
11732000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1174
1175 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
1176
8a5506f2
GM
11772000-09-30 Gerd Moellmann <gerd@gnu.org>
1178
068127d6
GM
1179 * replace.el (keep-lines-read-args): New function.
1180 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
1181 read arguments interactively. Add parameters RSTART and REND.
1182 Operate on the active region in Transient Mark mode.
1183
d777bb8f
GM
1184 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
1185
8a5506f2
GM
1186 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
1187 (authors-obsolete-files-regexps): New variable.
1188 (authors-add): Don't record changes in obsolete files.
1189
3fa87bfc
SM
11902000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1191
1192 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
1193
1194 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
1195 (comment-indent): Make sure there's a space between code and comment.
1196 Shift comments left to avoid going past fill-column.
1197
f02149ce
GM
11982000-09-29 Gerd Moellmann <gerd@gnu.org>
1199
1200 * startup.el (startup-echo-area-message): New function.
1201 (display-startup-echo-area-message): Use it.
1202 (fancy-splash-screens): Rewritten to use keymaps and a timer.
1203 (fancy-splash-default-action): New function.
1204 (fancy-splash-screens-1): New function.
1205 (fancy-splash-head): Put a help-echo and a keymap under the image.
1206
a3ef6569
SM
12072000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1208
1209 * diff-mode.el (diff-add-log-file-name): Remove.
1210 (diff-mode): Use add-log-buffer-file-name-function.
1211
1212 * add-log.el (find-change-log): New arg BUFFER-FILE.
1213 (add-log-file-name): Obey add-log-file-name-function.
1214 (add-log-buffer-file-name-function): New var.
1215 (add-change-log-entry): Use it.
1216
75e5b373
MB
12172000-09-29 Miles Bader <miles@gnu.org>
1218
1219 * image-file.el (image-file-name-extensions): New variable.
1220 (image-file-name-regexps): Renamed from `image-file-regexps'.
1221 New default value is nil. Call `auto-image-file-mode'.
1222 (image-file-name-regexp): New function.
1223 (auto-image-file-mode): New minor mode.
1224 (insert-image-file): Don't make conditional on the image-file
1225 handler being enabled.
1226 (image-file-handler): Make the call here conditional instead.
1227 (set-image-file-handler-enabled, enable-image-file-handler)
1228 (disable-image-file-handler): Functions removed.
1229
1230 * emacs-lisp/authors.el (authors-print): Rephrase many-files
1231 string.
1232
de6e1f7c
GM
12332000-09-29 Gerd Moellmann <gerd@gnu.org>
1234
1235 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
1236 it's a function from CL.
1237 (latex-imenu-create-index): Replace eval-when-compile with progn
1238 because latex-section-alist is not bound while compiling.
1239
d8c201f5
SM
12402000-09-28 Stefan Monnier <monnier@cs.yale.edu>
1241
1242 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
1243 (outline-mode): Use define-derived-mode.
1244
814299a7 1245 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
1246 * progmodes/awk-mode.el (awk-mode):
1247 * progmodes/asm-mode.el (asm-mode):
1248 Don't gratuitously override the default for comment-column.
1249
1250 * emacs-lisp/lisp.el (lisp-complete-symbol):
1251 Distinguish the let-binding case from the funcall case.
1252 (forward-sexp-function): New variable.
1253 (forward-sexp): Use it.
1254
1255 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
1256 (easy-mmode-defmap): Remove the now useless autoload.
1257
1258 * time.el (display-time-mode): Use define-minor-mode.
1259
1260 * subr.el (add-minor-mode): Don't eval NAME.
1261 Don't depend on the presence of TOGGLE-FUN for any special behavior.
1262 Use if rather than cond.
1263
1264 * simple.el (read-expression-map): Define more properly.
1265 (comment-indent-hook): Remove.
1266 (string-to-syntax): Bug fix.
1267
1268 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
1269 (cvs-ediff-diff): Fix typo.
1270 (cvs-revert-if-needed): Don't bother preserving read-only.
1271
1272 * paren.el (show-paren-mode): Use define-minor-mode.
1273
1274 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
1275 (toggle-auto-compression): Remove.
1276 (jka-compr-build-file-regexp): Remove useless grouping.
1277
1278 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
1279 Avoid user-reserved bindings.
1280 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
1281 (diff-header-face): Revert to grey85.
1282
1283 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
1284
1285 * complete.el (partial-completion-mode) <defcustom>: Remove.
1286 (partial-completion-mode): Use define-minor-mode.
1287 (PC-do-completion): Understand `completion-auto-help = delay'
1288 to mean to popup the completion buffer only the second time.
814299a7 1289 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
1290 (PC-include-file-all-completions): Don't quote lambda.
1291
1292 * comint.el (comint-mode-hook): Docstring fix.
1293 (comint-mode): Use define-derived-mode.
1294 (comint-mode-map): Remove obsolete comment.
1295 (make-comint): Minor stylistic change.
1296 (comint-insert-clicked-input): Be more careful to find the overlay.
1297 Use this-command-keys rather than hardcoding mouse-2.
1298
1299 * font-lock.el: Replace confusing (,@ with ,
1300 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1301 Don't use regexp-opt-depth. Spice up the regexp for args.
1302 Don't distinguish between cmds that can take an opt arg or not.
1303 Use `append' and `prepend' rather than `keep'.
1304
1305 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
1306 (latex-outline-regexp): New var.
1307 (latex-outline-level): New fun.
1308 (latex-section-alist): New var.
1309 (latex-imenu-create-index): Use it. Use `push' as well.
1310 (tex-shell-map): Initialize it properly.
1311 (tex-mode): Minor stylistic change.
1312 (plain-tex-mode): Use define-derived-mode.
1313 (latex-mode): Use define-derived-mode.
1314 Construct the paragraph regexps in a more readable way.
1315 Set the buffer-local outline-{level,regexp} vars.
1316 (slitex-mode): Derive from latex-mode.
1317 (tex-common-initialization): Don't kill-all-vars anymore.
1318 Add setting for comment-add and font-lock-defaults.
1319 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
1320 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
1321 (tex-start-tex): New arg DIR (and send a chdir command for it).
1322 Also display the shell buffer and save it in tex-last-buffer-texed.
1323 (tex-region): Use expand-file-name rather than concat.
1324 Remove code made useless by changes in tex-start-tex.
1325 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
1326
1327 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
1328
ff398532
DL
13292000-09-28 Dave Love <fx@gnu.org>
1330
1331 * eshell/eshell.el (eshell) <defgroup>: Add :version.
1332
f9415d5b
GM
13332000-09-28 Gerd Moellmann <gerd@gnu.org>
1334
1335 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
1336 `append'.
1337
fa003899
SM
13382000-09-28 Stefan Monnier <monnier@cs.yale.edu>
1339
1340 * info.el (Info-extract-pointer): Undo last change.
1341 Instead, fix the position of the `bound' arg to re-search-backward.
1342
13432000-09-27 Stefan Monnier <monnier@cs.yale.edu>
1344
1345 * info.el (Info-extract-pointer):
1346 Widen more carefully, to avoid finding pointers in other nodes.
1347 (Info-index): Use push.
1348
f9415d5b 13492000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
1350
1351 * frame.el (set-frame-font): Remove call to obsolete function
1352 frame-update-faces.
1353 (set-foreground-color, set-background-color): Likewise for
1354 frame-update-face-colors.
1355
5538b8ba
MB
13562000-09-27 Miles Bader <miles@gnu.org>
1357
1358 * image-file.el: New file.
1359
60536eea
GM
13602000-09-27 Gerd Moellmann <gerd@gnu.org>
1361
5b551d58
GM
1362 * frame.el (frame-notice-user-settings): Don't call
1363 frame-update-faces, which is a no-op now.
814299a7 1364
60536eea
GM
1365 * ediff-wind.el (ediff-control-frame-parameters): Add zero
1366 tool-bar-lines.
1367
36f1966f
DL
13682000-09-27 Dave Love <fx@gnu.org>
1369
1370 * mouse.el: Fix last change.
1371
c5785b73
MB
13722000-09-27 Miles Bader <miles@lsi.nec.co.jp>
1373
1374 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
1375
672172d9
KH
13762000-09-22 Kenichi Handa <handa@etl.go.jp>
1377
1378 * international/quail.el (quail-help): The output message is
1379 improved.
1380
4653b4ea
DL
13812000-09-26 Dave Love <fx@gnu.org>
1382
1383 * mouse.el (popup-menu): If POSITION is nil, set it using
1384 mouse-position.
1385
63900fcf
SS
13862000-09-25 Sam Steingold <sds@gnu.org>
1387
1388 * net/browse-url.el (browse-url-file-url): Check for null maps.
1389
cd3b81be
GM
13902000-09-26 Gerd Moellmann <gerd@gnu.org>
1391
876512ab 1392 * frame.el (frame-notice-user-settings): Don't add a
fa003899 1393 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 1394
fa003899
SM
1395 * frame.el (frame-notice-user-settings):
1396 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 1397
cd3b81be
GM
1398 * toolbar/tool-bar.el (tool-bar-help): New function.
1399
d8b4516f
GM
14002000-09-25 Gerd Moellmann <gerd@gnu.org>
1401
6567e9b5
GM
1402 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
1403 current-load-list in top-level forms. Else this leaks a cons cell
1404 every time a defun is called.
63900fcf 1405
d8b4516f 1406 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 1407
a461758e
DL
14082000-09-25 Dave Love <fx@gnu.org>
1409
7df6adc3
DL
1410 * startup.el (fancy-splash-head): Check XPM is available.
1411
a461758e
DL
1412 * autoinsert.el (auto-insert): Doc fix.
1413 (auto-insert-alist): Following GNU notices, don't say `copyright
1414 _by_'. Use line-beginning-position.
1415 (auto-insert): Check buffer-file-name is non-nil before use.
1416
b11af2dd
GM
14172000-09-25 Gerd Moellmann <gerd@gnu.org>
1418
1419 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
1420 starting with `@def' or `@multitable', in addition to ones
1421 specified by the user in auto-fill-inhibit-regexp.
1422
5f9f981b
GM
14232000-09-25 Markus Rost <rost@math.ohio-state.edu>
1424
1425 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
1426 rmail-dont-reply-to-names matches the empty string.
63900fcf 1427
8ff16b4e
GM
14282000-09-25 Gerd Moellmann <gerd@gnu.org>
1429
63900fcf 1430 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
1431 text to sound more friendly.
1432
9b4a7800
TTN
14332000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
1434
1435 * progmodes/hideshow.el: Update author email address.
1436 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
1437 (hs-hide-all-non-comment-function): New var.
1438 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
1439 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
1440 (hs-show-region): Delete this command.
1441 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
1442
4c7c1f3f
DL
14432000-09-22 Dave Love <fx@gnu.org>
1444
1445 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
1446 (hl-line-highlight): Specify buffer when moving overlay.
1447
1448 * progmodes/fortran.el (fortran-mode): Locally set
1449 normal-auto-fill-function.
1450 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
1451 (fortran-mode-map): Adjust auto-fill menu entry.
1452
13f93dee
GM
14532000-09-22 Gerd Moellmann <gerd@gnu.org>
1454
36eb0a91
GM
1455 * vc-rcs.el (toplevel): Require `vc' when compiling.
1456
fa003899 1457 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 1458
36a03bf9
AS
14592000-09-22 Andre Spiegel <spiegel@gnu.org>
1460
9b4a7800 1461 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
1462 registered under the new backend.
1463
9b4a7800 1464 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
1465 without explicit revision number.
1466
6e4e8a3b
SM
14672000-09-21 Stefan Monnier <monnier@cs.yale.edu>
1468
1469 * diff-mode.el (diff-file-header-face): Reset to its previous value.
1470 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
1471 (diff-xor): New function.
1472 (diff-find-source-location): Use it. Fix a stupid name clash.
1473 (diff-hunk-status-msg): New function.
1474 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
1475 (diff-test-hunk): Use diff-find-source-location.
1476 (diff-goto-source): Favor the `reverse'.
1477 (diff-hunk-text): Properly handle one-sided context diffs.
1478 (diff-apply-hunk): When done, advance to the next hunk.
1479
1b24b888
GM
14802000-09-21 Gerd Moellmann <gerd@gnu.org>
1481
623a0aae
GM
1482 * startup.el (command-line): If frame was created with a non-zero
1483 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 1484
1b24b888
GM
1485 * add-log.el (change-log-date-face, change-log-name-face)
1486 (change-log-email-face, change-log-file-face)
1487 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
1488 (change-log-function-face, change-log-acknowledgement-face):
1489 New faces, inheriting from font-lock faces.
1b24b888 1490 (change-log-font-lock-keywords): Use them.
9b4a7800 1491
93b3a1c8
DL
14922000-09-21 Dave Love <fx@gnu.org>
1493
80585273
DL
1494 * progmodes/cperl-mode.el (top-level): Clean up
1495 `eval-when-compile's and assorted defvars.
1496 (cperl-invalid-face): Don't double-quote value. Change custom
1497 type.
1498 (cperl-mode): Set normal-auto-fill-function and don't zap
1499 auto-fill-function.
1500 (cperl-imenu--function-name-regexp-perl): Renamed from
1501 imenu-example--function-name-regexp-perl.
1502 (cperl-imenu--create-perl-index): Renamed from
1503 imenu-example--create-perl-index.
1504 (cperl-xsub-scan): Don't require cl.
1505
93b3a1c8
DL
1506 * msb.el (msb-mode-map): Use substitute-key-definition.
1507 (msb-mode): Use msb-mode-map.
1508
43ccb598
AS
15092000-09-21 Andre Spiegel <spiegel@gnu.org>
1510
1511 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
1512 New functions.
fa003899 1513 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
1514 (vc-switch-backend): New function.
1515 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
1516 (vc-register): Fix prompt.
1517 (vc-unregister, vc-default-unregister): New functions.
1518 (vc-version-diff): Handle empty buffer in sentinel.
1519
1520 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
1521 (vc-rcs-state-heuristic): Use it to guess the state of files with
1522 non-strict locking.
1523 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
1524 been set with -b, but not created yet.
1525 (vc-rcs-fetch-master-state): With non-strict locking, compare file
1526 contents in order to find the state.
1527 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
1528 (vc-rcs-unregister, vc-rcs-receive-file)
1529 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 1530
9b4a7800 1531 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 1532 in case it is missing.
9b4a7800 1533
95fadcca
GM
15342000-09-21 Gerd Moellmann <gerd@gnu.org>
1535
1536 * startup.el (fancy-splash-tail): Use a different foreground
1537 color on a dark frame background.
1538
470f23e1
MB
15392000-09-21 Miles Bader <miles@lsi.nec.co.jp>
1540
1541 * info.el: Use the correct capitalization when making Info-mode
1542 and Info-edit-mode `special' modes.
1543
281096ed
SM
15442000-09-20 Stefan Monnier <monnier@cs.yale.edu>
1545
1546 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
1547 (diff-mode): Add support for add-log.el.
1548 (diff-hunk-text): Use char offsets rather than line offsets.
1549 (diff-find-source-location): Replace LINE with line-offset (nil
1550 if not found) and always set POS to a meaningful position.
1551 Adapt to the new char-offsets.
1552 (diff-apply-hunk): Drop support for the unused `select' POPUP.
1553 Adapt to the new diff-find-source-location.
1554 (diff-goto-source): Adapt to the new diff-find-source-location.
1555
1556 * add-log.el (add-log-file-name): New function (split out of
1557 add-change-log-entry).
1558 (add-change-log-entry): Use it.
1559 Call add-log-file-name-function with the changelog file name if
1560 the current buffer is not associated with any file.
1561 Avoid find-file if the selected window is dedicated.
1562
1563 * diff-mode.el (diff-find-source-location):
1564 Move code from diff-apply-hunk. Return buffer rather than file.
1565 (diff-apply-hunk): Use the new result from diff-find-source-location.
1566 (diff-goto-source): Use the new diff-find-source-location.
1567
c29d77c4
DL
15682000-09-20 Dave Love <fx@gnu.org>
1569
1570 * iswitchb.el: Some doc fixes.
1571 (iswitchb-mode-map): Define completely initially. Inherit
1572 minibuffer-local-map.
1573 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
1574 fundamental-mode.
1575 (iswitchb-global-map): New variable.
1576 (iswitchb-summaries-to-end): Amalgamate regexps.
1577 (iswitchb-mode): New.
1578 (iswitchb-mode-hook): New variable.
1579 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
1580 `extensions'.
1581
49939379
GM
15822000-09-20 Gerd Moellmann <gerd@gnu.org>
1583
d05c87ac
GM
1584 * ehelp.el (electric-help): New defgroup.
1585 (electric-help-shrink-window): New user-option.
1586 (with-electric-help): Use it.
1587
1ec082d4
GM
1588 * window.el (shrink-window-if-larger-than-buffer): If face
1589 `mode-line' has a :box, and we're on a graphical frame, add 1
1590 to the needed window height.
1591
f46c275e
GM
1592 * frame.el (frame-notice-user-settings): Add a last parameter nil
1593 to a call to `append', because the last list passed to `append' is
1594 not copied, and so subsequent calls to assq-delete-all will modify
1595 default-frame-alist.
1596
b7e11c5b
GM
1597 * startup.el (fancy-splash-image): Change :type.
1598 (fancy-splash-head): Use an XBM image if appropriate.
1599 (command-line-1): Show splash screens in more cases.
1600
26ff68aa
GM
1601 * startup.el (fancy-splash-text): Don't quote faces.
1602
8320414c
GM
1603 * dired.el (dired-font-lock-keywords): Undo last change.
1604 (dired-readin): Bind indent-tabs-mode to nil.
1605
49939379
GM
1606 * startup.el (fancy-splash-head): If frame's background mode
1607 is `dark', change the black background of the image to gray.
1608 (fancy-splash-screens): Display startup echo area message.
1609 (display-startup-echo-area-message): New function.
1610
c3b27206
MB
16112000-09-20 Miles Bader <miles@lsi.nec.co.jp>
1612
55a3d2a1
MB
1613 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
1614
1615 * info.el (info-header-node): Tweak for color ttys.
1616
37a99821
MB
1617 * faces.el (face-valid-attribute-values): Make sure directories we
1618 search for stipples both exist and are readable before trying to
1619 search them.
1620
0415d0d0
MB
1621 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
1622 in the dry-run case.
1623
523b128c
MB
1624 * jka-compr.el (with-auto-compression-mode): New macro.
1625
c3b27206
MB
1626 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
1627 (custom-group-tag-face, custom-variable-tag-face): Use relative
1628 :height and inherit from `variable-pitch' face instead of
1629 hardwiring :family.
1630 * hi-lock.el (hi-black-hb): Likewise.
1631
ddba99ad
MB
1632 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
1633 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
1634 toolbar-add-item, if image doesn't have a mask add a `:mask
1635 heuristic'.
1636
7e99fbde
SM
16372000-09-19 Stefan Monnier <monnier@cs.yale.edu>
1638
1639 * diff-mode.el: Docstring fixes.
1640 (diff-header-face, diff-comment-face): New faces.
1641 (diff-font-lock-keywords): Highlight a bit differently.
1642 (diff-find-source-location): Don't return SPAN any more.
1643 (diff-hunk-text): Don't bother erasing the temp buffer.
1644 (diff-find-text): Drop argument LINE.
1645 (diff-apply-hunk): Update calls to diff-find-text.
1646 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
1647
1648 * calendar/calendar.el: Docstring fixes.
1649 (calendar-make-alist): Don't quote lambda.
1650 (calendar-star-date): Use make-local-variable.
1651
fb275c02
DL
16522000-09-19 Dave Love <fx@gnu.org>
1653
7e99fbde
SM
1654 * toolbar/tool-bar.el: Renamed from toolbar.el.
1655 Change `toolbar' to `tool-bar' generally in symbols.
1656 Make some items invisible in `special' major modes.
1657 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
1658 Add arg PROPS.
532cb34d 1659
7e99fbde
SM
1660 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
1661 Add :version here.
fb275c02
DL
1662 (fancy-splash-delay, fancy-splash-image): Remove :version here.
1663
8f4ca9a5
GM
16642000-09-19 Gerd Moellmann <gerd@gnu.org>
1665
8b7707e1 1666 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 1667
8b7707e1 1668 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
1669 (find-file-noselect): Use it.
1670
8b7707e1 1671 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
1672 (fancy-splash-screen): Defgroup.
1673
8f4ca9a5
GM
1674 * add-log.el (change-log-font-lock-keywords): Match names
1675 more exactly for the case that font-lock-constant-face is
1676 underlined.
1677
ba9eeda1 16782000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 1679
8b7707e1 1680 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 1681
289eaef9
AS
16822000-09-19 Andre Spiegel <spiegel@gnu.org>
1683
1684 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
1685
ce9ded5d
GM
16862000-09-19 Gerd Moellmann <gerd@gnu.org>
1687
c113de23
GM
1688 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
1689 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
1690 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
1691 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
1692 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
1693 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
1694 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
1695 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
1696 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
1697 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
1698 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 1699 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 1700
ce9ded5d
GM
1701 * startup.el (fancy-splash-text): New variable.
1702 (fancy-splash-delay, fancy-splash-image): New user-options.
1703 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
1704 (fancy-splash-screens): New functions.
1705 (command-line-1): If display has a `display' frame parameter, has
1706 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 1707
b9b1c3a9
DL
17082000-09-19 Dave Love <fx@gnu.org>
1709
1710 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
1711 with null `help'. Use modern backquote syntax.
1712
1af25534
GM
17132000-09-19 Gerd Moellmann <gerd@gnu.org>
1714
afd3c8cd
GM
1715 * font-lock.el (font-lock-mode): Change message telling the user
1716 that ``the buffer is too big''.
1717
1af25534
GM
1718 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
1719 for instance for the case that tab-width is 2.
1720
05b1f851
GM
17212000-09-18 Gerd Moellmann <gerd@gnu.org>
1722
1723 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
1724 toolbar-add-item, if image doesn't have a mask add a `:mask
1725 heuristic'.
1726
8ec8f673
MB
17272000-09-18 Miles Bader <miles@lsi.nec.co.jp>
1728
2b612b1f
MB
1729 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
1730 and return a cons if it's non-nil.
1731 (diff-apply-hunk): Try to jump to the line in the source text
1732 corresponding to the position of point in the in the hunk.
1733
9b4a7800 1734 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
1735 (Info-title-1-face): Use face inheritance and relative sizes
1736 instead of hard-wiring things.
1737
1738 * faces.el (secondary-selection): Make dark-background variant sane.
1739
5eedab4d
AI
17402000-09-16 Andrew Innes <andrewi@gnu.org>
1741
5eedab4d
AI
1742 * makefile.w32-in (compile-files-CMD): No need to make .elc files
1743 read-only, since they aren't under VC now.
1744
6a142f26
DL
17452000-09-17 Dave Love <fx@gnu.org>
1746
e07436e1
DL
1747 * tmm.el: Replace mapcar with mapc in several places.
1748
1749 * loadhist.el (unload-feature): Maybe call elp-restore-list and
1750 ad-unadvise.
1751
7d354dd5
DL
1752 * international/latin1-disp.el: New file.
1753
6a142f26
DL
1754 * calendar/cal-move.el (scroll-calendar-left)
1755 (scroll-calendar-right): Make arg optional (for active mode line).
1756
1757 * calendar/calendar.el (calendar-mode-line-format): Make fields
1758 mouse-sensitive.
1759 (calendar-read-date, calendar-read-date, calendar-window-list):
1760 Unquote lambda.
1761 (calendar-month-name): Use aref, not sref.
1762
1763 * view.el (minor-mode-alist): Propertize the string.
1764
1765 * international/characters.el (standard-case-table): Add entries
1766 for Greek.
1767
50ac70af
MB
17682000-09-18 Miles Bader <miles@gnu.org>
1769
53c9ab4f
MB
1770 * info.el (info-node, info-xref): Add dark-background variants.
1771
a114b1ca
MB
1772 * faces.el (header-line): Change defaults to be less confusing
1773 when mixed with mode-lines.
1774
50ac70af
MB
1775 * info.el (Info-fontify-node): Make a few cleanups.
1776 Add extra `help-echo' and `local-map' props to node xrefs.
1777 Use header-specific faces for node-names & xrefs.
1778 (Info-use-header-line): New variable.
53c9ab4f 1779 (info-header-xref, info-header-node): New faces.
50ac70af
MB
1780 (Info-setup-header-line): New function.
1781 (Info-select-node): Call Info-setup-header-line when enabled.
1782 (Info-extract-pointer): Work even if the header line is hidden.
1783 (Info-header-line): New variable.
1784
729927ff
SM
17852000-09-16 Stefan Monnier <monnier@cs.yale.edu>
1786
1787 * vms-patch.el (print-region-function): Don't quote lambda.
1788
1789 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
1790
1791 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
1792 (lm-get-header-re): Allow spaces between the header and the colon.
1793 (lm-header): Allow $ in non-RCS headers.
1794 (lm-header-multiline): Put the strings back into order.
1795 Stop at an empty line. Don't require two space chars if the
1796 line is clearly not another header line.
1797
1798 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
1799 (popup-menu-popup): Remove.
1800
7a98d821
GM
18012000-09-15 Gerd Moellmann <gerd@gnu.org>
1802
7f8f1edc
GM
1803 * toolbar/toolbar.el (toolbar-add-item): Use the same image
1804 specification if or if not tool-bar item contains an `:enabled'
1805 property.
1806
7a98d821
GM
1807 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
1808 current buffer has no file name.
1809
a7bc704b
DL
18102000-09-15 Dave Love <fx@gnu.org>
1811
1812 * strokes.el: Sync with maintainer's current version with changes
1813 for Emacs, but avoid runtime cl and levents.
1814 (toplevel): Change autoloads and compilation requires.
1815 (strokes-version, strokes-bug-address, strokes-lift): Values
1816 changed.
1817 (strokes-xpm-header, strokes-insinuated): New variable.
1818 (strokes): Add :link.
1819 (strokes-mode): Customized.
1820 (strokes-while-inhibiting-garbage-collector): New macro.
1821 (strokes-remassoc): Avoid remove-if.
1822 (strokes-fix-button2-command): Don't use ad-do-it.
1823 (strokes-insinuate): New function.
1824 (strokes-button-press-event-p, strokes-button-release-event-p):
1825 New functions, used instead of non-`strokes-' versions..
1826 (strokes-mouse-event-p): Rewritten.
1827 (strokes-event-closest-point): Avoid event-point.
1828 (strokes-get-grid-position): Avoid cdadr, caadr
1829 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
1830 functions.
1831 (strokes-help): Use with-output-to-temp-buffer.
1832 (strokes-window-configuration-changed-p): New function.
1833 (strokes-update-window-configuration): Use buffer-live-p,
1834 strokes-window-configuration-changed-p.
1835 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
1836 (strokes-char-face): New face.
1837 (strokes-char-table, strokes-base64-chars): New variable.
1838 (strokes-xpm-for-stroke, strokes-list-strokes)
1839 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
1840 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
1841 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
1842 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
1843 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
1844 functions.
1845
47e351a3
GM
18462000-09-15 Gerd Moellmann <gerd@gnu.org>
1847
ebb8f116
GM
1848 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
1849
47e351a3
GM
1850 * image.el (create-image): Doc fix.
1851
1852 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
1853 instead of `:heuristic-mask t'.
1854
fe83b953
AI
18552000-09-14 Andrew Innes <andrewi@gnu.org>
1856
1857 * makefile.w32-in: Revert to Unix line endings.
1858
52481729
AI
18592000-09-14 Andrew Innes <andrewi@gnu.org>
1860
3021e816
AI
1861 * makefile.w32-in: Add bootstrap support. Also copy lisp source
1862 when installing.
1863
52481729
AI
1864 * makefile.nt (DONTCOMPILE): Fix typo.
1865
1866 * shell.el (shell-write-history-on-exit): New function.
1867 (shell-dumb-shell-regexp): New custom variable.
1868 (shell-mode): Make shell-write-history-on-exit the process
1869 sentinel if shell name matches shell-dumb-shell-regexp.
1870
1871 * w32-fns.el: Comment out before-init-hook function which resets
1872 source-directory based; this breaks bootstrap.
1873
f8034e41
DL
18742000-09-14 Dave Love <fx@gnu.org>
1875
1876 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
1877 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
1878 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
1879 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
1880 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
1881 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
1882 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
1883 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
1884 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
1885
1886 * toolbar/toolbar.el: New.
1887
1888 * subdirs.el: Add toolbar.
1889
b9ce5694
GM
18902000-09-14 Gerd Moellmann <gerd@gnu.org>
1891
1892 * indent.el (indent-for-tab-command): Doc fix.
1893
986b7dee
GM
18942000-09-14 Alex Schroeder <alex@gnu.org>
1895
1896 * ansi-color.el (ansi-colors): Doc change.
1897 (ansi-color-get-face): Simplified regexp.
1898 (ansi-color-faces-vector): Added more faces, doc change.
1899 (ansi-color-names-vector): Doc change.
1900 (ansi-color-regexp): Simplified regexp.
1901 (ansi-color-parameter-regexp): New regexp.
1902 (ansi-color-filter-apply): Doc change.
1903 (ansi-color-filter-region): Doc change.
1904 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
1905 deal with zero length parameters.
1906 (ansi-color-apply-on-region): Doc change.
1907 (ansi-color-map): Doc change.
1908 (ansi-color-map-update): Removed debugging message.
1909 (ansi-color-get-face-1): Added condition-case to trap
1910 args-out-of-range errors.
1911 (ansi-color-get-face): Doc change.
1912 (ansi-color-make-face): Removed.
1913 (ansi-color-for-shell-mode): New option.
9b4a7800 1914
076ff911
KH
19152000-09-13 Kenichi Handa <handa@etl.go.jp>
1916
1917 * international/quail.el (quail-start-translation): Translate KEY
1918 if necessary even if it doesn't have any mapping in the current
1919 input method.
1920 (quail-start-conversion): Likewise.
1921 (quail-help): The output message is improved.
1922
bdf08678
MB
19232000-09-13 Miles Bader <miles@gnu.org>
1924
1925 * comint.el (comint-output-filter): Revert to using
1926 `insert-before-markers'. Add bletcherous hack to undo damage
1927 caused by `insert-before-markers'. Put `front-sticky' property on
1928 overlays created here so that the field code understands how the
1929 overlay works. Use a let when making comint-last-prompt-overlay,
1930 so that the code is easier to read.
1931
ffb8db8d
DL
19322000-09-13 Dave Love <fx@gnu.org>
1933
1934 * wid-edit.el (widget-default-format-handler): DTRT when
1935 doc-property is a function.
1936
5dd05f61
GM
19372000-09-12 Francesco Potorti` <pot@gnu.org>
1938
1939 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
1940 filed name if it's not there.
1941
35177617
DL
19422000-09-12 Dave Love <fx@gnu.org>
1943
9023837e
DL
1944 * simple.el (read-mail-command): Doc fix.
1945 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
1946
35177617
DL
1947 * vc.el (vc-dired-listing-switches): Fix :version.
1948
1949 * vc-hooks.el: Doc fixes.
1950
1951 * subr.el (add-minor-mode): Use toggle-fun arg.
1952
1953 * speedbar.el: Add :version to several defcustoms.
1954
1955 * imenu.el (imenu--truncate-items, imenu--cleanup)
1956 (imenu--generic-function): Avoid mapcar.
1957 (imenu--replace-spaces): Function removed.
1958 (imenu--completion-buffer): Use subst-char-in-string.
1959 (imenu-add-to-menubar): Use keymap inheritance.
1960
1afaae94
MB
19612000-09-12 Miles Bader <miles@gnu.org>
1962
1963 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
1964 (diff-mode-map): Bind `diff-test-hunk'.
1965 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
1966
19672000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
1968
1969 * bytecomp.el (byte-compile-defvar): Undo last change
1970 because it breaks '(make-variable-buffer-local (defvar ...)'
1971 which is used at least in dired.
1972
63c36c3c
KH
19732000-09-12 Kenichi Handa <handa@etl.go.jp>
1974
1975 * international/quail.el (quail-define-package): Docstring
1976 modified.
1977
1ad24be1
KH
19782000-09-12 Kenichi Handa <handa@etl.go.jp>
1979
362a8065
KH
1980 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
1981 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
1982 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
1983 docstring of "chinese-py".
1984
1ad24be1
KH
1985 * international/quail.el (quail-translation-docstring): New
1986 variable.
1987 (quail-show-keyboard-layout): Docstring modified.
1988 (quail-select-current): Likewise.
1989 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
1990 infinite recursive call.
1991 (quail-help): Check quail-translation-docstring. Format of the
1992 output changed.
1993 (quail-help-insert-keymap-description): Adjusted for the above
1994 change.
1995
cc0f95a4
GM
19962000-09-11 Gerd Moellmann <gerd@gnu.org>
1997
1998 * bytecomp.el (byte-compile-defvar): Only cons onto
1999 current-load-list in top-level forms. Else this leaks a cons cell
2000 every time a defun is called.
2001
7530b6da
MB
20022000-09-11 Miles Bader <miles@lsi.nec.co.jp>
2003
2004 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
2005 Now understands non-unified diffs. Some functionality moved into
2006 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
2007 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
2008 modify anything. Only reposition point in the patched file if the
2009 patch succeeds. Only pop up another window if POPUP is true.
2010 Emit a message describing what happened if successful, and at what
2011 line-offset. Automatically detect reversed hunks and do something
2012 appropriate.
2013 (diff-hunk-text, diff-find-text): New functions.
2014 (diff-filter-lines): Function removed.
2015 (diff-test-hunk): New function.
2016 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
2017
6b124390
DL
20182000-09-10 Dave Love <fx@gnu.org>
2019
2020 * textmodes/tildify.el: Minor doc/commentary fixes.
2021 (tildify) <defgroup>: Add :version.
2022
2023 * faces.el (face-x-resources): Make custom type more specific.
2024 (frame-background-mode): Use mapc.
2025 (region) <defcustom>: Add :version.
2026
7f8b6551
SM
20272000-09-08 Stefan Monnier <monnier@cs.yale.edu>
2028
9b4a7800
TTN
2029 * vc-sccs.el (vc-sccs-register):
2030 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
2031 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
2032 * vc.el (vc-register): Clear file's properties.
2033
c454aac1
GM
20342000-09-08 Gerd Moellmann <gerd@gnu.org>
2035
2036 * faces.el (face-spec-set): Only face-spec-reset-face when
2037 ATTRS is non-nil.
2038
bb934822
EZ
20392000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
2040
2041 * help.el (help-insert-xref-button): Fix a typo in doc string.
2042
03419440
EZ
20432000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2044
7f8b6551
SM
2045 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2046 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
2047 methods.
2048
03419440
EZ
2049 * menu-bar.el (read-mail-item-name): New function.
2050 (menu-bar-tools-menu): Use it to compute and display the package
2051 used to read email.
2052 (menu-bar-tools-menu): Fix typo in GUD's help string.
2053
dbcee71a
DL
20542000-09-07 Dave Love <fx@gnu.org>
2055
19e713d8
DL
2056 * diff-mode.el (diff-mouse-goto-source): New function.
2057
a7cafade 2058 * vc-sccs.el: Doc fixes.
7f8b6551 2059 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
2060
2061 * vc-rcs.el: Doc fixes.
7f8b6551
SM
2062 (vc-rcs-register-switches, vc-rcs-checkin-switches)
2063 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
2064 (vc-rcs-master-templates): Add or change :version.
2065
7f8b6551 2066 * vc-cvs.el: Doc fixes.
a7cafade
DL
2067 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
2068 (vc-cvs-stay-local): Add :version.
2069
dbcee71a
DL
2070 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
2071
ed254191
KH
20722000-09-07 Kenichi Handa <handa@etl.go.jp>
2073
2074 * international/quail.el (quail-help): Fix previous change.
2075
ab0ee409
GM
20762000-09-07 Gerd Moellmann <gerd@gnu.org>
2077
f46f845b 2078 * faces.el (color-values): Doc fix.
9b4a7800 2079
ab0ee409
GM
2080 * faces.el (frame-set-background-mode): Use frame-parameter
2081 instead of frame-parameters.
2082
2083 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 2084 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 2085 frame-parameters.
9b4a7800 2086
f7246ac7
KH
20872000-09-07 Kenichi Handa <handa@etl.go.jp>
2088
2089 * language/devan-util.el (devanagari-to-indian-region): In the
2090 loop, change the following char, not preceding char.
2091
96889af2
GM
20922000-09-07 Gerd Moellmann <gerd@gnu.org>
2093
1091dd67
GM
2094 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
2095 instead of frame-parameters.
2096
9b4a7800 2097 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
2098 internal-set-lisp-face-attribute with FRAME being 0.
2099
2100 * vc.el: Remove `Id' version control keyword.
96889af2 2101
0fddd0dc
KH
21022000-09-07 Kenichi Handa <handa@etl.go.jp>
2103
2104 * help.el (help-make-xrefs): Adjusted for the change of
2105 help-xref-mule-regexp.
2106 (help-insert-xref-button): New function.
2107
2108 * international/mule-cmds.el (help-xref-mule-regexp-template):
2109 Include the pattern for character set.
2110 (leim): New group.
2111
2112 * international/quail.el: Don't require face.
2113 (quail): New group.
7f8b6551 2114 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
2115 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
2116 (quail-keyboard-layout-substitution): New variable.
2117 (quail-update-keyboard-layout): New function.
2118 (quail-keyboard-layout-type): New customizable variable.
2119 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
2120 (quail-keyboard-translate): Pay attention to
2121 quail-keyboard-layout-substitution.
2122 (quail-insert-kbd-layout): New function.
2123 (quail-show-keyboard-layout): New function.
2124 (quail-get-translation): If the definition is a vector of length
7f8b6551 2125 1, and the element is a string of length 1, return the character
0fddd0dc
KH
2126 in that string.
2127 (quail-update-current-translations): Fix the case of
2128 relative-index out of range.
2129 (quail-build-decode-map, quail-insert-decode-map): New Functions.
2130 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 2131 Show key sequences for all available characters.
0fddd0dc
KH
2132 (quail-help-insert-keymap-description): Don't show such verbose
2133 key bindings as quail-self-insert-command.
2134
2135 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2136 Format changed, and each element now have extra documentations.
2137 (tit-process-header): Delete invalid characters from TIT-PROMPT.
2138 Adjusted for the change of quail-cxterm-package-ext-info.
2139
8ddceaf1
GM
21402000-09-06 Gerd Moellmann <gerd@gnu.org>
2141
2142 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
2143 requiring it leads to a recursive loading of vc.el and vc-hooks.el
2144 during bootstrap.
2145
099bd78a
SM
21462000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2147
2148 * vc.el: (toplevel): Don't require `dired' at run-time.
2149 (vc-dired-resynch-file): Remove autoload cookie.
2150
21512000-09-05 Andre Spiegel <spiegel@gnu.org>
2152
2153 * vc.el: Made several backend functions optional.
2154 (vc-default-responsible-p): New function.
2155 (vc-merge): Use RET for first version to trigger merge-news, not
2156 prefix arg.
2157 (vc-annotate): Handle backends that do not support annotation.
2158 (vc-default-merge-news): Removed. The existence of a merge-news
2159 implementation is now checked on caller sites.
2160
9b4a7800 2161 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
2162 case.
2163
9b4a7800 2164 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
2165 special case that has been removed from the default in vc-hooks.el.
2166
21672000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2168
2169 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
2170
21712000-09-05 Andre Spiegel <spiegel@gnu.org>
2172
2173 * vc-hooks.el: Require vc during compilation.
2174 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
2175 macro `with-vc-properties' in vc.el.
2176 (vc-file-getprop): Doc fix.
2177 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 2178
099bd78a
SM
2179 * vc.el: Require dired-aux during compilation.
2180 (vc-name-assoc-file): Moved to vc-sccs.el.
2181 (with-vc-properties): New macro.
9b4a7800 2182 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
2183 vc-finish-steal): Use it.
2184 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
2185 to the backend-specific function is now supposed to do the checkout,
2186 too.
2187 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
2188
9b4a7800 2189 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
2190 set file properties; that gets done in the generic code now.
2191
2192 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
2193 Changed parameter list, added code from vc.el that does the
2194 checkout, possibly with a double-take.
2195
2196 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
2197 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
2198 the above under the new name.
2199 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
2200 parameter list, added checkout command.
2201 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
2202 properties; that gets done in the generic code now.
2203
22042000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2205
2206 * vc.el: Docstring fixes (courtesy of checkdoc).
2207
22082000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2209
2210 * vc.el (vc-checkout-writable-buffer-hook)
2211 (vc-checkout-writable-buffer): Remove.
2212 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
2213 (vc-log-mode): Make it into a clean derived major mode.
2214 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
2215 vc-log-mode if log-edit is not available.
2216 (vc-dired-mode-map): Don't set-keymap-parent yet.
2217 (vc-dired-mode): Do set-keymap-parent here.
2218 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
2219
08ba3862
GM
22202000-09-05 Gerd Moellmann <gerd@gnu.org>
2221
2222 * faces.el (set-face-attribute, face-spec-reset-face)
2223 (face-spec-set): Avoid consing by removing calls to `apply'.
2224
2225 * frame.el (frame-parameter): Move to C code.
2226
3b4429b4
DL
22272000-09-05 Dave Love <fx@gnu.org>
2228
2229 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
2230 insert-before-markers-and-inherit. Now checked systematically!
2231
877055f6
GM
22322000-09-05 Alex Schroeder <alex@gnu.org>
2233
2234 * sql.el (sql-postgres): Use sql-postgres-options.
2235 (sql-postgres-options): New variable.
2236
22372000-09-05 Alex Schroeder <alex@gnu.org>
2238
2239 * sql.el (sql-mode-menu): Work around missing variable mark-active
2240 in XEmacs.
2241 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
2242 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
2243 compatibility.
2244
7a004b71
GM
22452000-09-04 Gerd Moellmann <gerd@gnu.org>
2246
54baed30 2247 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 2248
7a004b71
GM
2249 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
2250
2251 * Makefile.in (DONTCOMPILE): Fix typo in file name.
2252
22532000-09-04 Andre Spiegel <spiegel@gnu.org>
2254
2255 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
2256 don't support anything else under SCCS yet.
2257
2258 * vc-hooks.el: Minor doc fixes.
2259
22602000-09-04 Andre Spiegel <spiegel@gnu.org>
2261
2262 * vc.el (vc-next-action-on-file): Do not visit the file if it's
2263 not necessary. If verbose in state `needs-patch', do the same as
2264 under `up-to-date'. When NOT verbose and `needs-patch', check out
2265 latest version instead of `merge-news'.
2266 (vc-next-action-dired): Don't mess with default-directory here; it
2267 breaks other parts of dired. It is the job of the
099bd78a 2268 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
2269 (vc-next-action): Remove a special CVS case.
2270 (vc-clear-headers): New optional arg FILE.
2271 (vc-checkin, vc-checkout): Set properties vc-state and
2272 vc-checkout-time properly.
099bd78a 2273 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
2274 (vc-print-log): Use new backend function `show-log-entry'.
2275 (vc-cancel-version): Do the checks in a different order. Added a
2276 FIXME concerning RCS-only code.
2277
2278 * vc-rcs.el (vc-rcs-show-log-entry): New function.
2279 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
2280
2281 * vc-cvs.el (vc-cvs-show-log-entry): New function.
2282
9b4a7800 2283 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
2284 `needs-patch' as a `-' too.
2285
22862000-09-04 Andre Spiegel <spiegel@gnu.org>
2287
2288 * vc.el (vc-responsible-backend): New optional arg REGISTER.
2289 (vc-default-could-register): New function.
2290 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
2291 (vc-resynch-buffer): Call vc-dired-resynch-file.
2292 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
2293 vc-resynch-buffer instead of vc-resynch-window.
2294 (vc-next-action-dired): Don't redisplay here, that gets done as a
2295 result of the individual file operations.
2296 (vc-retrieve-snapshot): Corrected prompt order.
2297
2298 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 2299
7a004b71
GM
2300 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
2301 as well.
2302 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
2303 hostname regexps. Updated all callers.
2304 (vc-cvs-responsible-p): Handle directories as well.
2305 (vc-cvs-could-register): New function.
2306 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
2307 properties up-to-date.
9b4a7800 2308
7a004b71
GM
2309 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
2310 user whether to create one.
2311
23122000-09-04 Andre Spiegel <spiegel@gnu.org>
2313
2314 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
2315 check out a non-existing file.
2316
2317 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
2318 workfile does not exist.
2319
2320 * vc.el (vc-version-diff): Use `require' to check for existence of
2321 diff-mode.
2322
23232000-09-04 Andre Spiegel <spiegel@gnu.org>
2324
2325 * vc-cvs.el (vc-cvs-registered): Use new function
2326 vc-cvs-parse-entry to do the actual work.
2327
23282000-09-04 Andre Spiegel <spiegel@gnu.org>
2329
2330 * vc-hooks.el (vc-find-backend-function): If function doesn't
2331 exist, return nil instead of error.
2332 (vc-call-backend): Doc fix.
2333
2334 * vc.el (vc-do-command): Doc fix.
2335 (vc-finish-logentry): When checking in from vc-dired, choose the
2336 right backend for logentry check.
2337 (vc-dired-mode-map): Inherit from dired-mode-map.
2338 (vc-dired-mode): Local value of dired-move-to-filename-regexp
2339 simplified.
2340 (vc-dired-state-info): Removed, updated caller.
2341 (vc-default-dired-state-info): Use parentheses instead of hyphens.
2342 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
2343 (vc-dired-listing-switches): New variable.
2344 (vc-directory): Use it, instead of dired-listing-switches.
2345
2346 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
2347 (vc-cvs-dir-state): New function.
7f8b6551 2348 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
2349 (vc-cvs-parse-entry): New function, also to be used in
2350 vc-cvs-registered.
9b4a7800 2351
7a004b71
GM
23522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2353
2354 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
2355 *or* single-window-frames.
2356
23572000-09-04 Andre Spiegel <spiegel@gnu.org>
2358
2359 * vc.el (vc-update-changelog): Split into generic part and default
2360 implementation. Doc string adapted.
2361 (vc-default-update-changelog): New function. Call the `rcs2log'
2362 script in exec-directory, to fix a long-standing nuisance.
2363
2364 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
2365 simply signals an error.
9b4a7800 2366
7a004b71
GM
23672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2368
2369 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
2370 control-flow more clear and to avoid running `cvs' twice.
2371
2372 * vc.el (vc-next-action-on-file): Doc fix.
2373 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
2374 (vc-print-log): Eval `file' before constructing the continuation.
2375
23762000-09-04 Andre Spiegel <spiegel@gnu.org>
2377
2378 * vc.el (vc-next-action-on-file): Corrected several messages.
2379 (vc-merge): Add prefix arg `merge-news'; handle it.
2380
2381 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
2382 is not reached. It is.
2383 (vc-cvs-merge): Set state to 'edited after merge.
2384 (vc-cvs-merge-news): Set workfile version to nil if not known.
2385 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
2386
2387 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
2388 via stdout. (Merge from main line.)
9b4a7800 2389
7a004b71
GM
23902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2391
2392 * vc.el (vc-finish-logentry): Thinko in the "same comment"
2393 detection.
2394
23952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2396
2397 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
2398 against kill-all-local-variables.
2399 (vc-log-edit): Don't save vc-parent-buffer any more.
2400 (vc-last-comment-match): Initialize to an empty string.
2401 (vc-post-command-functions): New hook.
2402 (vc-do-command): Run it.
2403 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
2404 (vc-finish-logentry): Only add the comment to the ring if it's
2405 different from the last comment entered.
2406 (vc-new-comment-index): New function.
2407 (vc-previous-comment): Use it. Make the minibuffer message
2408 slightly less terse.
2409 (vc-comment-search-reverse): Make it work forward as well. Don't
2410 set vc-comment-ring-index if no match is found. Use
2411 vc-new-comment-index.
2412 (vc-comment-search-forward): Use vc-comment-search-reverse.
2413 (vc-dired-mode-map): Don't inherit from dired-mode-map since
2414 define-derived-mode will do it for us. Bind `v' to a keymap that
2415 inherits from vc-prefix-map so that we can bind `vt' without
2416 binding C-x v t.
2417 (vc-retrieve-snapshot): Parenthesis typo.
2418
2419 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
2420 to 1. Make sure to switch to *vc* before looking for an error
2421 message. Use vc-parse-buffer.
2422
24232000-09-04 Andre Spiegel <spiegel@gnu.org>
2424
2425 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
2426 and NAME.
2427 (vc-retrieve-snapshot): Split into two parts.
2428 (vc-default-retrieve-snapshot): New function.
2429
2430 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
2431 (vc-cvs-retrieve-snapshot): New function (untested).
2432 (vc-cvs-stay-local): Default to t.
2433 (vc-cvs-remote-p): New function and property.
2434 (vc-cvs-state): Stay local only if the above is t.
2435 (vc-handle-cvs): Removed.
2436 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
2437 done via vc-handled-backends now.
2438 (vc-cvs-header): Escape Id.
2439
24402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2441
2442 * vc.el (vc-do-command): Remove unused commands.
2443 (vc-version-diff): Make sure default-directory ends with a slash.
2444 Move the window commands into a vc-exec-after.
2445 (vc-print-log): Move more of the code into the `vc-exec-after'.
2446
24472000-09-04 Andre Spiegel <spiegel@gnu.org>
2448
2449 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
2450 (vc-print-log): Search current revision from beginning of buffer.
2451 (vc-revert-buffer): Clear echo area after the diff is finished.
2452 (vc-prefix-map): Removed definition of "t" for terse display in vc
2453 dired.
2454 (vc-dired-mode-map): Inherit from dired-mode-map. Added
2455 definition of "vt" for terse display.
2456 (vc-dired-mode): Fix dired-move-to-filename-regexp.
2457
24582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2459
2460 * vc.el (vc-exec-after): Avoid caddr.
2461
24622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2463
2464 * vc.el (vc-exec-after): New function.
2465 (vc-do-command): Use it to add a termination message for async
2466 procs.
2467 (vc-checkout): Try to handle a missing-backend situation.
2468 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
2469 of a directory with a backend using async diffs.
2470 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
2471 present.
2472
2473 * vc-sccs.el (vc-sccs-state-heuristic): Use
2474 file-ownership-preserved-p.
2475
2476 * vc-rcs.el (vc-rcs-state-heuristic): Use
2477 file-ownership-preserved-p.
2478 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
2479
24802000-09-04 Andre Spiegel <spiegel@gnu.org>
2481
2482 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
2483 vc-do-command.
2484
2485 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
2486 when there are no changes.
2487
24882000-09-04 Andre Spiegel <spiegel@gnu.org>
2489
2490 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
2491
2492 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
2493
24942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2495
2496 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
2497
2498 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
2499 the `fset' outside of the defvar so that it works even if
2500 vc-prefix-map was already defined.
2501 (vc-setup-buffer): New function, split out of vc-do-command.
2502 (vc-do-command): Allow BUFFER to be t to mean `just use the
2503 current buffer without any fuss'.
2504 (vc-version-diff): Change the `diff' backend operation to just put
2505 the diff in the current buffer without erasing it. Always use
2506 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
2507 shrink-window-if-larger-than-buffer.
2508 (vc-print-log): Change the `print-log' backend operation to just
2509 put the log in the current buffer without erasing it. Protect
2510 shrink-window-if-larger-than-buffer.
2511 (vc-update-change-log): Fix setd typo.
2512
2513 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
2514 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
2515
2516 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
2517 (vc-rcs-diff): Insert in the current buffer and remove unused arg
2518 CMP.
2519
2520 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
2521 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
2522 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
2523
25242000-09-04 Andre Spiegel <spiegel@gnu.org>
2525
2526 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
2527 not possible, use vc-BACKEND-workfile-unchanged-p.
2528 (vc-default-workfile-unchanged-p): New function. Delegates to a
2529 full vc-BACKEND-diff.
2530
2531 * vc-hooks.el (vc-simple-command): Removed.
2532
2533 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
2534 instead of vc-simple-command.
2535 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
2536 avoid doing a diff when opening a file.
2537 (vc-rcs-state): Added check for unlocked-changes.
2538 (vc-rcs-header): Escape Id.
2539 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
2540 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
2541 version.
2542
2543 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
2544 (vc-sccs-diff): Remove optional arg CMP.
2545 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
2546 SCCS-specific function.
2547
2548 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
2549 vc-simple-command.
2550
25512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2552
2553 * vc.el (vc-editable-p): Renamed from vc-writable-p.
2554 (with-vc-file, vc-merge): Use vc-editable-p.
2555 (vc-do-command): Remove unused var vc-file and fix the
2556 doubly-defined `status' var. Add a user message when starting an
2557 async command.
2558 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
2559 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
2560 Use with-current-buffer.
2561 (vc-buffer-sync): Use unless.
2562 (vc-next-action-on-file): If the file is 'edited by read-only,
2563 make it read-write instead of trying to commit.
2564 (vc-version-diff, vc-update-change-log): Use `setq
2565 default-directory' rather than `cd'.
2566 (vc-log-edit): Don't forget to set default-directory in the
2567 buffer.
2568
2569 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
2570 (vc-sccs-state-heuristic): Use file-writable-p instead of
2571 comparing userids.
2572 (vc-sccs-checkout): Use `unless'.
2573
2574 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
2575 of comparing userids.
2576 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
2577 Simplify the logic by eliminating unreachable code.
2578 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
2579 just do a recursive call if we need to retry.
2580 (vc-rcs-checkout): Handle the case where rcs is missing by making
2581 the buffer read-write if requested and re-signalling the error.
2582
2583 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
2584
25852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2586
2587 * vc-hooks.el (vc-handled-backends): Docstring change.
2588 (vc-ignore-vc-files): Mark obsolete.
2589 (vc-registered): Check vc-ignore-vc-files.
2590 (vc-find-file-hook, vc-file-not-found-hook): Don't check
2591 vc-ignore-vc-files.
2592
2593 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
2594
25952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2596
2597 * vc.el (vc-checkout): Don't do anything special for ange-ftp
2598 files since ange-ftp already has vc-registered return nil.
2599
2600 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
2601 (vc-sccs-workfile-version): Use with-temp-buffer and new
2602 vc-parse-buffer and don't bother setting the property.
2603 (vc-sccs-add-triple): Use with-current-buffer and
2604 find-file-noselect.
2605 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
2606
2607 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
2608 derives from the old vc-parse-buffer but uses the revision number
2609 rather than the date (much easier to compare robustly).
2610 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
2611 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
2612 locking-user more directly. Check strict locking and set
2613 checkout-model appropriately.
2614 (vc-rcs-parse-locks): Remove.
2615 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
2616 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
2617 (vc-rcs-system-release): Use with-current-buffer and
2618 vc-parse-buffer.
2619 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
2620
2621 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
2622 (vc-simple-command): Docstring fix.
2623 (vc-registered): Align the way the file-handler is called with the
2624 way the function itself works.
2625 (vc-file-owner): Remove.
2626
2627 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
2628 extraction of fields and call to file-attributes because of a
2629 temporary bug in rcp.el.
2630 (vc-cvs-fetch-status): Use with-current-buffer.
2631
26322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2633
2634 * vc.el (vc-do-command): Use file-relative-name.
2635 (vc-responsible-backend): Use vc-backend if possible.
2636 (vc-create-snapshot): Improve the `interactive' spec. Add support
2637 for branches and dispatch to backend-specific `create-snapshot'.
2638 (vc-default-create-snapshot): New function, containing the bulk of
2639 the old vc-create-snapshot.
2640 (vc-retrieve-snapshot): Improve the interactive spec.
2641
2642 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
2643 (vc-backend-hook-functions): Remove.
2644 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
2645 (vc-backend): Reintroduce the test for `file = nil' now that I
2646 know why it was there (and added a comment to better remember).
2647
2648 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
2649 code from vc-sccs-hooks.el.
2650 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
2651 'vc anymore.
2652 (vc-sccs-responsible-p): Use expand-file-name instead of concat
2653 and file-directory-p instead of file-exists-p.
2654 (vc-sccs-check-headers): Simplify the regexp.
2655
2656 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
2657 from vc-rcs-hooks.el. Don't require 'vc anymore.
2658 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
2659 file-directory-p instead of file-exists-p.
2660
2661 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
2662 from vc-cvs-hooks.el.
2663 (proto vc-cvs-registered): Require 'vc-cvs instead of
2664 'vc-cvs-hooks. Don't require 'vc anymore.
2665 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
2666 file-directory-p instead of file-exists-p.
2667 (vc-cvs-create-snapshot): New function, replacing
2668 vc-cvs-assign-name.
2669 (vc-cvs-assign-name): Remove.
2670
26712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2672
2673 * vc-cvs.el (vc-cvs-header): New var.
2674
2675 * vc-rcs.el (vc-rcs-exists): Remove.
2676 (vc-rcs-header): New var.
2677
2678 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
2679 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
2680 (vc-sccs-header): New var.
2681
2682 * vc.el (vc-do-command): Get rid of the `last' argument.
2683 (vc-header-alist): Remove, replaced by vc-X-header.
2684 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
2685 (vc-dired-hook): Use expand-file-name instead of concat.
2686 (vc-directory): Use file-name-as-directory.
2687 (vc-snapshot-precondition, vc-create-snapshot)
2688 (vc-retrieve-snapshot): Allow the command to operate on any
2689 directory.
2690
2691 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
2692 just removing the 'WORKFILE argument or by removing the 'MASTER
2693 argument and replacing `file' with (vc-name file).
2694
26952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2696
2697 * vc.el: Update Copyright and add a crude list of backend funs.
2698 (vc-writable-p): New function.
2699 (with-vc-file): Use vc-writable-p.
7f8b6551 2700 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
2701 (vc-register): Avoid vc-name.
2702 (vc-locking-user): Remove.
2703 (vc-steal-lock): Make the `owner' arg non-optional.
2704 (vc-merge): Use vc-writable-p instead of vc-locking-user and
2705 vc-checkout-model.
2706 (vc-default-dired-state-info): Use vc-state instead of
2707 vc-locking-user and return special strings for special states.
2708 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
2709 and get rid of one of the special CVS cases.
2710 (vc-cancel-version): prettify error message with \\[...].
2711 (vc-rename-master): New function.
2712 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
2713 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
2714 the CVS special case generic.
2715 (vc-default-record-rename): Remove.
2716 (vc-file-tree-walk-internal): Only call FUNC for files that are
2717 under control of some VC backend and replace `concat' with
2718 expand-file-name.
2719 (vc-file-tree-walk): Update docstring.
2720 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
2721 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
2722
2723 * vc-sccs.el (vc-sccs-rename-file): Renamed from
2724 vc-sccs-record-rename. Use `find-file-noselect' rather than
2725 `find-file' and call `vc-rename-master' to do the actual move.
2726 (vc-sccs-diff): Remove unused `backend' variable.
2727
2728 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
2729 to delay loading of vc-sccs until it is really used.
2730 (vc-sccs-master-templates): Preload.
2731 (vc-sccs-state): Update call to vc-sccs-parse-locks.
2732 (vc-sccs-project-dir): Remove (merged into
2733 vc-sccs-search-project-dir).
2734 (vc-sccs-search-project-dir): Rewrite using file name handling ops
2735 rather than `concat', make sure it is preloaded and don't bother
2736 to check that the file actually exists.
2737 (vc-sccs-parse-locks): Remove unused `file' argument, remove
2738 `locks' argument (use buffer's content instead) and eliminate n^2
2739 behavior.
2740
2741 * vc-rcs.el: Update Copyright.
2742 (vc-rcs-rename-file): New function.
2743 (vc-rcs-diff): Remove unused `backend' variable.
2744
2745 * vc-hooks.el: Update Copyright.
2746 (vc-backend): Don't accept a nil argument any more.
2747 (vc-up-to-date-p): Turn into a defsubst.
2748 (vc-possible-master): New function.
2749 (vc-check-master-templates): Use `vc-possible-master' and allow
2750 funs in vc-X-master-templates to return a non-existent file.
2751
2752 * vc-cvs.el: Update Copyright.
2753 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 2754 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
2755
2756 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
2757
27582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2759
2760 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
2761 since it can be called from vc-rcs.el.
2762 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
2763
27642000-09-04 Andre Spiegel <spiegel@gnu.org>
2765
2766 * vc.el (vc-version-diff): Expand file name read from the
2767 minibuffer. Handle the case when a previous version number can't
2768 be guessed. Give suitable messages when there were no differences
2769 found.
2770 (vc-clear-headers): Call backend-specific implementation, if one
2771 exists.
2772 (vc-cancel-version): Made error checks generic. When done, clear
2773 headers generically, too.
2774
2775 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
2776 from vc-clear-headers in vc.el.
2777
2778 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
2779 correctly.
2780 (vc-rcs-latest-on-branch-p): Made second argument VERSION
2781 optional. Handle the case when it's not there.
2782
27832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2784
2785 * vc.el (vc-locking-user): Moved from vc-hooks.el.
2786
27872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2788
2789 * vc-hooks.el (vc-loadup): Remove.
2790 (vc-find-backend-function): Use `require'. Also, handle the case
2791 where vc-BACKEND-hooks.el doesn't exist.
2792 (vc-call-backend): Cleanup.
2793
27942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2795
2796 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
2797 vc-rcs-grab-templates)
2798 (vc-rcs-registered): Remove. The default function works as well.
2799 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
2800 vc-sccs-grab-templates)
2801 (vc-sccs-registered): Remove. The default function works as well.
2802
2803 * vc.el (vc-version-diff): Left out a vc- in call to
2804 vc-call-backend.
2805 (vc-default-dired-state-info, vc-default-record-rename)
2806 (vc-default-merge-news): Update for the new backend argument.
2807
2808 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
2809 using the default function.
2810 (vc-call-backend): If calling the default function, pass it the
2811 backend as first argument. Update the docstring accordingly.
2812 (vc-default-state-heuristic, vc-default-mode-line-string): Update
2813 for the new backend argument.
2814 (vc-make-backend-sym): Renamed from vc-make-backend-function.
2815 (vc-find-backend-function): Use the new name.
2816 (vc-default-registered): New function.
2817
28182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2819
2820 * vc.el (vc-merge): Use vc-find-backend-function.
2821
2822 * vc-hooks.el (vc-backend-functions): Remove.
2823 (vc-loadup): Don't setup 'vc-functions.
2824 (vc-find-backend-function): New function.
2825 (vc-call-backend): Use above fun and populate 'vc-functions
2826 lazily.
2827 (vc-backend-defines): Remove.
2828
28292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2830
2831 * vc.el (vc-register): Put a FIXME note for a newly found bug.
2832 Call vc-call-backend without the leading vc-.
2833 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
2834 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 2835 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
2836 (vc-annotate-display): Replace confusing use of `cond' with `or'.
2837 Call vc-call-backend without the leading vc-.
2838
2839 * vc-cvs.el (tail): Provide vc-cvs.
2840 * vc-sccs.el (tail): Provide vc-sccs.
2841 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
2842
2843 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
2844 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 2845 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
2846 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
2847 (vc-call-backend): Always try to load vc-X-hooks.
2848 (vc-registered): Remove vc- in call to vc-call-backend.
2849
28502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2851
2852 * vc.el (vc-process-filter): New function.
2853 (vc-do-command): Setup `vc-process-filter' for the async process.
2854 (vc-maybe-resolve-conflicts): New function to reduce
2855 code-duplication. Additionally, it puts the buffer in
2856 `smerge-mode' if applicable.
2857 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
2858 calling `merge-news'.
7f8b6551 2859 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
2860 (vc-log-edit): New function. Replacement for `vc-log-mode' by
2861 interfacing to log-edit.el.
2862 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
2863 log-edit is available.
2864 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
2865
28662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2867
2868 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
2869 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
2870 defvar and the initialization.
2871 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
2872
2873 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
2874 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
2875
7f8b6551 2876 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
2877
28782000-09-04 Andre Spiegel <spiegel@gnu.org>
2879
2880 * vc.el (vc-file-clear-masterprops): Removed.
2881 (vc-checkin, vc-revert-buffer): Removed calls to the above.
2882 (vc-version-diff): Use buffer-size without argument.
2883 (vc-register): Heed vc-initial-comment.
2884
2885 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
2886 default branch.
2887
2888 * vc-rcs.el (vc-rcs-register): Parse command output to find master
2889 file name and workfile version.
2890 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
2891
2892 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
2893 vc-file-clear-masterprops.
2894
2895 * vc-sccs.el (vc-sccs-checkout): Removed call to
2896 vc-file-clear-masterprops. If writable, set vc-state to 'edited
2897 rather than user login name.
2898
2899
29002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2901
2902 * vc.el (vc-workfile-unchanged-p): Remove unused argument
2903 `want-differences-if-changed' and simplify.
2904 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
2905 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
2906 output (which is invalid for async vc-diff) to decide whether to
2907 do the revert silently or not.
2908
29092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2910
2911 * vc-hooks.el (vc-loadup): Load files quietly.
2912 (vc-call-backend): Oops, brain fart.
2913
29142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2915
2916 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 2917 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
2918
29192000-09-04 Andre Spiegel <spiegel@gnu.org>
2920
2921 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
2922 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
2923 vc-state or vc-up-to-date-p.
2924 (vc-merge): Use vc-backend-defines to check whether merging is
2925 possible. Set state to 'edited after successful merge.
2926
2927 * vc-hooks.el (vc-locking-user): If locked by the calling user,
2928 return that name. Redocumented.
2929
29302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2931
2932 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
2933 new `vc-state' semantics.
2934 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
2935 'vc-locking-user to the current user.
2936 (vc-merge): Inline vc-backend-merge. Comment out code that I
2937 don't understand and hence can't adapt to the new `vc-state' and
2938 `vc-locking-user' semantics.
2939 (vc-backend-merge): Remove.
2940
2941 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
2942 rather than 'vc-locking-user.
2943
2944 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
2945
2946 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
2947 (vc-state): Don't use 'reserved any more. Just use the same
2948 convention as the one used for vc-<backend>-state where the
2949 locking user (as a string) is returned.
2950 (vc-locking-user): Update, based on the above convention. The
2951 'vc-locking-user property has disappeared.
7f8b6551 2952 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
2953
2954 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
2955 with a heuristic one.
2956 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
2957 (vc-cvs-checkin): Do a trivial parse to set the state in case of
2958 error. That allows us to get to 'needs-merge even in the
2959 stay-local case. There's still no way to detect 'needs-patch in
2960 such a setup (or to force an update for that matter).
2961 (vc-cvs-logentry-check): Remove, the default works as well.
2962
29632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2964
7f8b6551 2965 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
2966
2967 * vc.el (vc-do-command): kill-all-local-variables, to reset any
2968 major-mode in which the buffer might have been put earlier. Use
2969 `remove' and `when'. Allow `okstatus' to be `async' and use
2970 `start-process' in this case.
2971 (vc-version-diff): Handle the case where the diff looks empty
2972 because of the use of an async process.
2973
29742000-09-04 Andre Spiegel <spiegel@gnu.org>
2975
2976 * vc.el (vc-next-action-on-file): Removed optional parameter
2977 `simple'. Recompute state unconditionally.
2978 (vc-default-toggle-read-only): Removed.
2979
2980 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
2981 (vc-toggle-read-only): Undid prev change.
2982
2983 * vc-cvs.el (vc-cvs-stay-local): Renamed from
2984 vc-cvs-simple-toggle. Redocumented.
2985 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
2986 (vc-cvs-toggle-read-only): Removed.
2987
29882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2989
7f8b6551 2990 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
2991 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
2992 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
2993 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
2994 still is. So maybe it should be removed.
2995 (vc-head-version, vc-find-binary): Remove.
2996 (vc-recompute-state): Move from vc-hooks.el.
2997 (vc-next-action-on-file): Add a `simple' argument to allow
2998 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
2999 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
3000 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
3001 (vc-dired-mode-map): Properly defvar it.
3002 (vc-print-log): Call log-view-mode if available.
3003 (small-temporary-file-directory): defvar instead of use boundp.
3004 (vc-merge-news): Moved to vc-cvs.el.
3005 (vc-default-merge-news): New function.
3006
3007 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
3008 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
3009 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
3010 unknown `vc-latest-version' function. It should probably refer to
3011 vc-workfile-version or somesuch, but it's very unclear to me and I
3012 don't have SCCS to test things.
3013
3014 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
3015 (vc-sccs-state-heuristic): Fix typo.
3016 (vc-sccs-workfile-unchanged-p): Add missing argument.
3017
3018 * vc-rcs.el: Require vc and vc-rcs-hooks.
3019 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
3020 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
3021 (vc-release-greater-or-equal-p): Move from vc.
3022 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
3023 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
3024 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 3025 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
3026
3027 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
3028 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
3029 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
3030 than the apparently unbound `workfile-version'.
3031
3032 * vc-hooks.el (vc-master-templates): Def the obsolete var.
3033 (vc-file-prop-obarray): Use `make-vector'.
3034 (vc-backend-functions): Add new hookable functions
3035 vc-toggle-read-only, vc-record-rename and vc-merge-news.
3036 (vc-loadup): If neither backend nor default functions exist, use
3037 the backend function rather than nil.
3038 (vc-call-backend): If the function if not bound yet, try to load
3039 the non-hook file to see if it provides it.
3040 (vc-call): New macro plus use it wherever possible.
3041 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
3042 nor `vc-find-binary' since it's only called from
7f8b6551 3043 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
3044 (vc-checkout-model): Fix parenthesis.
3045 (vc-recompute-state, vc-prefix-map): Move to vc.el.
3046
7f8b6551 3047 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
3048 (vc-cvs-release, vc-cvs-system-release): Remove.
3049 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
3050 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
3051 status symbols.
3052 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
3053 (vc-cvs-toggle-read-only): First cut at a function to allow a
3054 cvs-status-free vc-toggle-read-only.
3055 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
3056 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
3057 vc-cvs-status. Also set vc-state rather than vc-locking-user.
3058 (vc-cvs-checkout): Modify access rights directly if the user
3059 requested not to use `cvs edit'. And refresh the mode line.
3060
3061 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
3062 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
3063
30642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3065
3066 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
3067 workfile' that got lost when the code was extracted from vc.el.
3068 And merged the tail with the rest of the code (not possible in the
3069 old vc.el where the tail was shared among all backends). And
3070 explicitly set the state to 'edited if `writable' is set.
3071
3072 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
3073 (vc-cvs-state): Be careful to return the value from
3074 vc-cvs-parse-state.
3075 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
3076 property but return it instead. Also be careful to handle a nil
3077 or "" `rev' when workfile is non-nil (it was handled properly when
3078 workfile was nil).
3079
3080 * vc.el: Removed those pesky unnecessary `(function' quotes.
3081 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
3082 directly in the defvar.
3083 (vc-do-command): Bind inhibit-read-only so as to properly handle
3084 the case where the destination buffer has been made read-only.
3085 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 3086 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
3087 (vc-annotate-mode-variables): Removed (code moved partly to
3088 defvars and partly to vc-annotate-add-menu).
3089 (vc-annotate-mode): Turned into a derived-mode.
3090 (vc-annotate-add-menu): Moved in code in
3091 vc-annotate-mode-variables.
3092 (vc-update-change-log): Use make-temp-file if available.
3093
30942000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
3095
3096 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
3097 `vc-checkout-model' updated to `vc-cvs-update-model'.
3098
30992000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3100
3101 * vc.el (vc-next-action-on-file): Added handling of state
3102 `unlocked-changes'.
3103 (vc-checkout-carefully): Is now practically obsolete, unless the
3104 above is too slow to be enabled unconditionally.
3105 (vc-update-change-log): Fixed typo.
3106
3107 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
3108
7f8b6551
SM
3109 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
3110 Now handles state `unlocked-changes'.
3111 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
3112
3113 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
3114
3115 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
3116 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
3117 `unlocked-changes'.
3118 (vc-rcs-workfile-unchanged-p): Renamed from
3119 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
3120 function yet, but supposed to become one soon.
3121
3122 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
3123 `vc-steal-lock'.
3124 (vc-call-backend): Changed error message.
3125 (vc-state): Added description of state `unlocked-changes'.
3126
31272000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3128
3129 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
3130 always return t in CVS-controlled directories.
3131
3132 * vc.el (vc-responsible-backend): New function.
3133 (vc-register): Largely rewritten.
3134 (vc-admin): Removed (implementation moved into vc-register).
3135 (vc-checkin): Redocumented.
3136 (vc-finish-logentry): If no backend defined yet (because we are in
3137 the process of registering), use the responsible backend.
3138
3139 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3140 Updated function lists.
3141 (vc-call-backend): Fixed typo.
3142
7f8b6551
SM
3143 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
3144 New functions.
3145 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
3146 Removed query option. Redocumented.
7a004b71
GM
3147
31482000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3149
3150 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
3151
3152 * vc.el: Updated callers of `vc-checkout-required' to use
3153 `vc-checkout-model'.
3154
31552000-09-04 Martin Lorentzson <martinl@gnu.org>
3156
3157 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
3158 stuff updated to reference this function instead of the old
3159 `vc-backend-release-p'.
3160
31612000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3162
3163 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
3164 vc-checkout-model. Return appropriate values. Updated callers.
3165
31662000-09-04 Martin Lorentzson <martinl@gnu.org>
3167
7f8b6551 3168 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
3169 (vc-backend-revert): Function moved into `vc-revert';
3170 `vc-next-action' must be updated to accomodate this change.
3171 (vc-backend-steal): Function moved into `vc-finish-steal'.
3172 (vc-backend-logentry-check): Function moved into
3173 `vc-finish-logentry'.
3174 (vc-backend-printlog): Function moved into `vc-print-log'.
3175 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
3176 (vc-backend-assign-name): Function moved into
3177 `vc-create-snapshot'.
3178
31792000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3180
3181 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
3182 Rename to vc-checkout-model. Return appropriate values.
3183 Update callers.
7a004b71 3184
7f8b6551 3185 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 3186 to vc-checkout-model.
7f8b6551
SM
3187 (vc-checkout-required): Rename to vc-checkout-model.
3188 Re-implement and re-comment.
7a004b71
GM
3189 (vc-after-save): Use vc-checkout-model.
3190
31912000-09-04 Martin Lorentzson <martinl@gnu.org>
3192
7f8b6551
SM
3193 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
3194 Update to use the vc-BACKEND-diff functions instead.
3195 `vc-diff' is now working.
7a004b71 3196
7f8b6551 3197 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 3198
7f8b6551 3199 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
3200
3201 * vc-sccs.el (vc-sccs-diff): Function changed name from
3202 `vc-backend-diff'. This makes `vc-diff' work.
3203
7f8b6551 3204 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 3205 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 3206 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
3207 signaled during `vc-after-save'.
3208
7f8b6551
SM
3209 * vc.el: Fix typo.
3210 This checkin is made with our new VC code base for the very first time.
3211 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
3212
3213 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
3214 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
3215
3216 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
3217 updated to `vc-uses-locking'.
7f8b6551 3218 (vc-checkout-required): Call to backend function.
7a004b71
GM
3219 `vc-checkout-required' updated to `vc-uses-locking' instead.
3220
3221 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
3222 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
3223
7f8b6551 3224 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 3225 to match the split into various backends.
7f8b6551 3226 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
3227 (vc-retrieve-snapshot): Bug fix.
3228
32292000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3230
3231 * vc-sccs.el (vc-sccs-release): Doc fix.
3232
32332000-09-04 Martin Lorentzson <martinl@gnu.org>
3234
3235 * vc.el (vc-next-action-on-file): Bug found and fixed.
3236 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
3237 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
3238
3239 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
3240 (vc-rcs-checkout): Name space cleaned up. No more revision number
3241 crunching function names that are not prefixed with vc-rcs.
3242 (vc-rcs-checkout-model): Function added. References to
3243 `vc-checkout-model' replaced.
3244
32452000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3246
3247 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
3248 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
3249 still need to be split, and implemented for RCS).
3250
32512000-09-04 Martin Lorentzson <martinl@gnu.org>
3252
3253 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
3254
3255 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
3256 required by the vc.el file.
3257
3258 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
3259 required by the vc.el file.
3260 (vc-rcs-exists): Function added.
3261
3262 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
3263 required by the vc.el file.
3264
3265 * vc.el (vc-admin): Updated to handle selection of appropriate
3266 backend. Current implementation is crufty and need re-thinking.
3267
3268 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
3269
32702000-09-04 Martin Lorentzson <martinl@gnu.org>
3271
3272 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
3273 beginning of annotate buffers correctly.
3274
3275 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
3276 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
3277 functionality updated quite a lot to support multiple backends.
3278 Variables `vc-annotate-mode', `vc-annotate-buffers',
3279 `vc-annotate-backend' added.
3280
3281 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
3282 `vc-annotate-difference' added to supported backend functions.
3283
32842000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3285
3286 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
3287 Use with-temp-file instead of /bin/sh. Merged from mainline
3288
32892000-09-04 Martin Lorentzson <martinl@gnu.org>
3290
3291 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
3292
3293 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
3294
3295 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
3296
32972000-09-04 Martin Lorentzson <martinl@gnu.org>
3298
3299 * vc-hooks.el: vc-state-heuristic added to
3300 vc-backend-hook-functions.
3301
3302 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
3303
3304 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
3305
7f8b6551
SM
3306 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
3307 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
3308 state to `reserved'.
3309
3310 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
3311 `vc-checkout-required'. Rename the `locked' state to `reserved'.
3312
33132000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3314
7f8b6551 3315 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
3316 untouched.
3317
7f8b6551 3318 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 3319
7f8b6551 3320 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
3321 if defined. (Merged from main line, slightly adapted.)
3322
3323 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
3324 millenium problem (merged from mainline).
3325
33262000-09-04 Martin Lorentzson <martinl@gnu.org>
3327
3328 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
3329 part and moved the non-BACKEND stuff to vc.el.
3330
3331 * vc.el: Split the annotate feature into a BACKEND specific part
3332 and moved it from the vc-cvs.el file to this one.
3333
33342000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3335
7f8b6551
SM
3336 * vc-hooks.el: Implement new state model.
3337 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
3338 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 3339 locked by somebody else.
7f8b6551 3340 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
3341 vc-sccs-hooks.el and vc-rcs-hooks.el now.
3342 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 3343 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 3344
7f8b6551
SM
3345 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
3346 Various simplifications and adaptations all over the place.
7a004b71 3347
7f8b6551
SM
3348 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
3349 Simplify and adapt the rest.
7a004b71 3350
7f8b6551 3351 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 3352 interaction with view mode according to recent RCS change.
7f8b6551 3353 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
3354
33552000-09-04 Martin Lorentzson <martinl@gnu.org>
3356
7f8b6551 3357 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
3358
33592000-09-04 Martin Lorentzson <martinl@gnu.org>
3360
3361 * vc.el (vc-backend-release, vc-release-greater-or-equal)
3362 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
3363 (vc-minor-part, vc-previous-version): Functions that operate and
3364 compare revision numbers got proper documentation. Comments added
3365 about their possible removal.
3366
33672000-09-04 Martin Lorentzson <martinl@gnu.org>
3368
3369 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
3370 the vc-backend.el files.
3371
3372 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
3373
3374 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
3375 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
3376 (vc-rcs-previous-version): Functions added.
3377
3378 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
3379
3380 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
3381
33822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3383
3384 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 3385 Comment out the definition for now. What is the right procedure
7a004b71
GM
3386 to get rid of it?
3387 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
3388 rewritten.
7f8b6551 3389 (vc-default-registered): Remove.
7a004b71
GM
3390 (vc-check-master-templates): New function; does mostly what the
3391 above did before.
3392 (vc-locking-user): Don't rely on the backend to set the property.
3393
3394 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 3395 Rewrite documentation.
7a004b71
GM
3396 (vc-rcs-templates-grabbed): New variable.
3397 (vc-rcs-grab-templates): New function.
7f8b6551 3398 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
3399
3400 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 3401 Rewrite documentation.
7a004b71
GM
3402 (vc-sccs-templates-grabbed): New variable.
3403 (vc-sccs-grab-templates): New function.
7f8b6551
SM
3404 (vc-sccs-registered): Rewrite to use above mechanism.
3405 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
3406 Don't throw the result, simply return it.
7a004b71 3407
7f8b6551
SM
3408 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
3409 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
3410 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 3411
7f8b6551 3412 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
3413 from main line.
3414
34152000-09-04 Martin Lorentzson <martinl@gnu.org>
3416
7f8b6551 3417 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 3418
7f8b6551 3419 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 3420
7f8b6551
SM
3421 * vc-rcs.el (vc-rcs-diff): New function.
3422 (vc-rcs-checkout): Bug (typo) found and fixed.
3423 (vc-rcs-register-switches): New variable.
7a004b71
GM
3424
3425 * vc.el (vc-backend-diff): Function removed and placed in the
3426 backend files.
3427
34282000-09-04 Martin Lorentzson <martinl@gnu.org>
3429
3430 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
3431
3432 * vc.el (vc-backend-checkout): Function removed and replaced in
3433 the vc-backend.el files.
3434
3435 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
3436
3437 * vc.el (vc-backend-admin): Removed and replaced in the
3438 vc-backend.el files.
3439
3440 * vc.el (Martin): Removed all the annotate functionality since it
3441 is CVS backend specific.
3442
34432000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3444
3445 * spec.txt: Added specification of vc-state.
3446
3447 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 3448 Remove handling of vc-latest-version and
7a004b71
GM
3449 vc-your-latest-version. What used to be vc-latest-version, is now
3450 returned as vc-workfile-version.
7f8b6551 3451 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
3452
34532000-09-04 Dave Love <fx@gnu.org>
3454
3455 * vc.el: [Merged from mainline.]
3456 (vc-dired-mode): Make the dired-move-to-filename-regexp
3457 regexp match the date, to avoid treating date as file size.
3458 Add YYYY S option to WESTERN/
3459
34602000-09-04 Dave Love <fx@gnu.org>
3461
3462 * vc.el: Require `compile' when compiling.
3463 (vc-logentry-check-hook): New option.
3464 (vc-steal-lock): Use compose-mail.
3465 (vc-dired-mode-map): Defvar when compiling.
3466 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
3467 vc-sccs.el and renamed. Callers changed.
3468 (vc-backend-checkout, vc-backend-logentry-check)
3469 (vc-backend-merge-news): Doc fix.
3470 (vc-default-logentry-check): New function.
3471 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
3472 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
3473 (vc-backend-merge): Doc fix. Use backend functions.
3474 (vc-check-headers): Use backend functions.
3475
3476 * vc-cvs.el: Require vc when compiling.
3477 (vc-cvs-register-switches): Doc fix.
3478 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
3479 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
3480 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
3481 New functions (code from vc.el).
3482 (vc-annotate-display-default): Fix interactive spec.
3483 (vc-annotate-time-span): Doc fix.
3484
3485 * vc-rcs.el: Require vc when compiling.
3486 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
3487 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
3488 (vc-rcs-checkin): New functions (code from vc.el).
3489 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
3490 Doc fix.
3491 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
3492
3493 * vc-sccs.el: Require vc when compiling.
3494 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
3495 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
3496 (vc-sccs-revert)
3497 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
3498 from vc.el).
3499 (vc-sccs-add-triple, vc-sccs-record-rename)
3500 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
3501 (vc-sccs-admin): Doc fix.
3502
35032000-09-04 Martin Lorentzson <martinl@gnu.org>
3504
3505 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
3506 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
3507 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
3508 from vc.el.
3509
3510 * vc-sccs.el (vc-admin-sccs): Added from vc.el
3511
3512 * vc-cvs.el: Moved the annotate functionality from vc.el.
3513 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
3514
35152000-09-04 Dave Love <fx@gnu.org>
3516
3517 * vc.el (vc-backend-release): Call vc-system-release.
3518
3519 * vc-sccs.el (vc-sccs-system-release):
3520 Renamed from vc-sccs-backend-release.
3521
3522 * vc-rcs.el (vc-rcs-system-release):
3523 Renamed from vc-rcs-backend-release.
3524
3525 * vc-cvs.el (vc-cvs-system-release):
3526 Renamed from vc-cvs-backend-release.
3527
35282000-09-04 Dave Love <fx@gnu.org>
3529
3530 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
3531 backend files.
3532 (vc-backend-release): Dispatch to backend functions.
3533 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
3534 probably needs attention.]
3535
3536 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
3537 (vc-sccs-backend-release): New function.
3538
3539 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
3540 (vc-cvs-backend-release): New function.
3541
3542 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
3543 Doc fix.
3544 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
3545 (vc-default-dired-state-info): New function.
3546 (vc-dired-state-info): Dispatch to backends.
3547 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
3548
3549 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
3550 from vc.el and renamed.
3551
35522000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3553
3554 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
3555 (vc-version-other-window, vc-backend-assign-name): Removed
3556 references to vc-latest-version; sometimes changed into
3557 vc-workfile-version.
3558
3559 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
3560 vc-rcs-master-workfile-version.
3561 (vc-rcs-workfile-version): Use the above. Don't call
3562 vc-latest-version (that was unreachable code, anyway).
3563 (vc-rcs-fetch-master-properties): Doc fix.
3564
3565 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
3566 (vc-backend-hook-functions): Removed them from this list, too.
3567 (vc-fetch-properties): Removed.
3568 (vc-workfile-version): Doc fix.
3569
3570 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
3571 (vc-rcs-workfile-version, vc-rcs-locking-user)
3572 (vc-rcs-uses-locking): Use it.
3573
3574 * vc-hooks.el (vc-consult-rcs-headers):
3575 Moved into vc-rcs-hooks.el, under the name
3576 vc-rcs-consult-headers.
3577
3578 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
3579 headers.
3580 (vc-cvs-find-master): Use this name only; correct different
3581 versions of the name.
3582
3583 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
3584 New functions.
3585 (vc-sccs-locking-user): Use the latter.
3586
3587 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
3588 New functions.
3589
3590 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
3591 Moved into both
3592 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
3593 functions are implementation details of those two backends.
3594
35952000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3596
3597 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
3598 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
3599
3600 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
3601 (vc-sccs-parse-locks): SCCS-specific code moved here from
3602 vc-hooks.
3603
3604 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
3605 code moved here from vc-hooks.
3606
3607 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
3608 into back-end specific parts and removed. Callers not updated
3609 yet; because I guess these callers will disappear into back-end
3610 specific files anyway.
3611
36122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3613
3614 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
3615 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
3616 `vc-uses-locking'.
3617
3618 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
3619 Store yes/no in the property, and return t/nil. Updated all
3620 callers.
3621
3622 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
3623 vc-sccs-uses-locking. Don't set property.
3624 (vc-sccs-locking-user): Don't set property.
3625
3626 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
3627 vc-cvs-uses-locking. Don't set property here; leave that to
3628 vc-hooks.
3629 (vc-cvs-locking-user): Reflect above change. Streamlined.
3630
3631 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
3632 vc-rcs-uses-locking.
3633 (vc-rcs-locking-user): Reflect above change.
3634
36352000-09-04 Dave Love <fx@gnu.org>
3636
3637 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
3638
3639 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
3640
3641 * vc-hooks.el (vc-checkout-model): Punt to backends.
3642
3643 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
3644
3645 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
3646
3647 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
3648 New functions.
3649
3650 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
3651 New functions.
3652
3653 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
3654 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
3655
3656 * vc-hooks.el (vc-default-locking-user): New function.
3657 (vc-locking-user, vc-workfile-version): Punt to backends.
3658
36592000-09-04 Dave Love <fx@gnu.org>
3660
3661 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
3662 (vc-master-workfile-version): Moved from vc-hooks.
3663
3664 * vc-rcs-hooks.el: Fix duplicate code in last change.
3665
3666 * vc-rcs-hooks.el: Require vc-hooks when compiling.
3667 (vc-rcs-master-templates): Improve :type.
3668 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
3669 vc-master-workfile-version): Moved from vc-hooks.
3670
3671 * vc-sccs-hooks.el: Require vc-hooks when compiling.
3672 (vc-sccs-master-templates): Improve :type.
3673 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
3674
3675 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
3676
3677 * vc-cvs-hooks.el: Require vc-hooks when compiling.
3678 (vc-cvs-master-templates): Improve :type. Use
3679 vc-cvs-find-cvs-master.
3680 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
3681 from vc-hooks.
3682 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
3683
3684 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
3685 Moved to vc-cvs-hooks.
3686
3687 * vc-hooks.el: Add doc strings in various places. Simplify the
3688 minor mode setup.
3689 (vc-handled-backends): New user variable.
3690 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
3691 simplification.
3692
36932000-09-04 Dave Love <fx@gnu.org>
3694
3695 * vc.el: Some doc fixes for autoloaded and interactive functions.
3696 Fix compilation warnings from ediff stuff.
3697 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
3698
3699 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
3700
3701 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
3702
3703 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
3704
37052000-09-04 Dave Love <fx@gnu.org>
3706
3707 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3708 New variable.
3709 (vc-make-backend-function, vc-loadup, vc-call-backend)
3710 (vc-backend-defines): New functions.
3711
3712 * vc-hooks.el: Various doc fixes.
3713 (vc-default-back-end, vc-follow-symlinks): Custom fix.
3714 (vc-match-substring): Function removed. Callers changed to use
3715 match-string.
3716 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
3717 Simplify.
3718
37192000-09-04 Dave Love <fx@gnu.org>
3720
3721 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
3722 type.
3723 (vc-sccs-project-dir, vc-search-sccs-project-dir)
3724 (vc-sccs-registered): Doc fix.
3725
3726 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
3727 (vc-cvs-registered): Doc fix.
3728
3729 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
3730 (vc-rcs-registered): Doc fix.
3731
37322000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3733
3734 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
3735
3736 * vc-hooks.el: vc-registered has been renamed
3737 vc-default-registered. Some functions have been moved to the
3738 backend specific files. they all support the
3739 vc-BACKEND-registered functions.
3740
37412000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3742
3743 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
3744
3745 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
3746
a033ea13
DL
37472000-09-04 Dave Love <fx@gnu.org>
3748
179fc9ef
DL
3749 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
3750 menu-bar-update-hook.
3751
3752 * help.el (help-manyarg-func-alist): Add
3753 find-operation-coding-system.
3754
a033ea13
DL
3755 * wid-edit.el (widget-sexp-validate): Fix garbled code.
3756
3757 * custom.el (custom-set-variables): Print message about errors in
3758 setting.
3759
f8803e97
AI
37602000-09-03 Andrew Innes <andrewi@gnu.org>
3761
3762 * makefile.w32-in: Change to DOS line endings.
3763
59836110
EZ
37642000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3765
3766 * mouse.el (mouse-popup-menubar): Supply the prompt string for
3767 minor-mode keymaps, if they don't have one.
3768
5514ba5c
EZ
37692000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3770
3771 * eshell/esh-module.el (eval-when-compile): Don't lose if
3772 esh-module.el's file name is truncated to DOS 8+3 limits.
3773
79cf8e80
JW
37742000-09-01 John Wiegley <johnw@gnu.org>
3775
3776 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
3777 predicate, which caused entries in the completion list to be
3778 doubled.
3779
37802000-08-30 John Wiegley <johnw@gnu.org>
3781
3782 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
3783 sending to subprocesses. Also, hook pre-command-hook if
3784 `eshell-send-direct-to-subprocesses' is non-nil.
3785 (eshell-send-direct-to-subprocesses): New config variable. If t,
3786 subprocess input is send immediately.
3787 (eshell-toggle-direct-send): New function.
3788 (eshell-self-insert-command): New function.
3789 (eshell-intercept-commands): New function.
3790 (eshell-send-input): If direct subprocess sending is enabled,
3791 don't echo any input to the Eshell buffer. Let the subprocess
3792 handle that. This requires "stty echo" in bash, for example.
3793
37942000-08-28 John Wiegley <johnw@gnu.org>
3795
3796 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
3797 completion function for Eshell's implementation of `unset'.
3798
778911b9
EZ
37992000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3800
3801 * info.el (Info-directory-list): Doc fix.
3802
05d07b49
PB
38032000-08-31 Peter Breton <pbreton@ne.mediaone.net>
3804
9b4a7800 3805 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
3806 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
3807
9941d4c7
KH
38082000-08-31 Kenichi Handa <handa@etl.go.jp>
3809
3810 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
3811 coding systems.
3812
af9ba8ad
AI
38132000-08-30 Andrew Innes <andrewi@gnu.org>
3814
3815 * timer.el (run-with-idle-timer): Undo last change, so that timer
3816 is not activated immediately if Emacs is already idle. Some
3817 existing code relies on this behaviour.
3818
caccd8f2
MB
38192000-08-30 Miles Bader <miles@gnu.org>
3820
3821 * frame.el (set-frame-font): Do completion of font-name for
3822 interactive use.
3823
b64c0a1c
KH
38242000-08-30 Kenichi Handa <handa@etl.go.jp>
3825
3826 * international/quail.el (quail-start-translation): Bind locally
3827 last-command-event, last-command, and this-command.
3828 (quail-start-conversion): Likewise.
75cf0095 3829 (quail-self-insert-command): Fix docstring.
b64c0a1c 3830
fd5f61d3
GM
38312000-08-29 Gerd Moellmann <gerd@gnu.org>
3832
3833 * progmodes/executable.el
3834 (executable-make-buffer-file-executable-if-script-p): Check that
3835 buffer contains at least 2 characters.
3836
5b671d04
EZ
38372000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
3838
3839 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
3840
485d9513
DL
38412000-08-29 Dave Love <fx@gnu.org>
3842
a39fb83d
DL
3843 * diff-mode.el (diff-mode) <defgroup>: Add :version.
3844 (diff-mode-shared-map): Bind mouse-2.
3845 (diff-imenu-generic-expression): New variable.
3846 (diff-mode): Use it.
3847
485d9513
DL
3848 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
3849 (mouse-popup-menubar): Add minor mode menus.
3850 (popup-menu): Check for lookup-key returning number.
3851
ba3478d9
MB
38522000-08-29 Miles Bader <miles@gnu.org>
3853
3854 * comint.el (comint-send-input): Create overlays using the proper
3855 front/read-advance arguments.
9b4a7800 3856
c3d6d211
GM
38572000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3858
3859 * ps-print.el: Even/odd pages printing. Doc fix.
3860 (ps-print-version): New version number (6.0).
3861 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
3862 (ps-background, ps-begin-file, ps-begin-job): Code fix.
3863 (ps-print-duplex-feature): Variable eliminated.
3864 (ps-even-or-odd-pages): New variable.
3865
ba087cd7 3866 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
3867 (ebnf-version): New version (3.3).
3868 (ebnf-user-arrow): Change variable customization to sexp.
3869 (ebnf-user-arrow): Function eliminated.
3870 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 3871
d313265f
KH
38722000-08-29 Kenichi Handa <handa@etl.go.jp>
3873
cba62b78 3874 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
3875 (help-make-xrefs): Handle help-xref-mule-regexp.
3876
3877 * international/mule-cmds.el (help-xref-mule-regexp-template): New
3878 variable.
3879 (describe-input-method): Temporarily activate the specfied input
3880 method to display the information.
3881 (describe-language-environment): Hyperlinks to mule related items.
3882
3883 * international/mule-diag.el (charset-multibyte-form-string): New
3884 function.
3885 (list-character-sets-1): Use charset-multibyte-form-string.
3886 (describe-character-set): New function.
3887 (describe-coding-system): Hyperlinks to safe character sets.
3888
3889 * international/quail.el (quail-help): New arg PACKAGE.
3890 Hyperlinks to mule related items.
3891 (quail-help-insert-keymap-description): Use
3892 substitute-command-keys instead of describe-bindings.
3893 (quail-translation-help): Hyperlinks to mule related items.
3894
b4bd214e
JW
38952000-08-28 John Wiegley <johnw@gnu.org>
3896
ca7aae91
JW
3897 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
3898 have a defsubst call itself. Made `eshell-flatten-list' back into
3899 a function again.
3900
b4bd214e
JW
3901 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
3902 catch, in case re-centering point at bottom messes up the display.
3903 This happens frequently in Emacs 21, due I believe to variable
3904 line heights.
3905
3906 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
3907 to call `find-tag-interactive'.
3908
3909 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
3910 the list of remember directories.
3911
d44e146b
JW
39122000-08-28 John Wiegley <johnw@gnu.org>
3913
3914 * align.el: Test align-region-separate to see if it's a symbol.
3915
546c0888 39162000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
3917
3918 * eshell/esh-util.el (eshell-flatten-list): Made this function
3919 into a defsubst form. It gets used very frequently, although
3920 calls don't occur all that often.
3921
3922 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
3923 examining it.
3924
3925 * eshell/esh-cmd.el (eshell-rewrite-while-command):
3926 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
3927 `eshell-protect'.
3928 (eshell-copy-handles): Created a new macro for duplicating the
3929 current set of open handles. This is needed by the looping
3930 functions.
3931 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
3932 is not incorrectly stomped on.
3933
3934 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
3935 declaration for pcomplete-use-paring.
3936 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
3937 value of eshell-cmpl-use-paring.
3938 * pcomplete.el (pcomplete-use-paring): New config variable, to
3939 indicate whether paring should be used.
3940 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
3941 completion alternatives that have already been used.
3942
3943 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
3944 bound to C-c C-y, which will repeat the previous N arguments
3945 (based on prefix argument).
3946 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
3947
3948 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
3949 if there is no *Help* buffer. This is for XEmacs, which renames
3950 its help buffers uniquely. TODO: Find out what the current buffer
3951 name to delete is.
3952
3953 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
3954 first entry that correlates to a passwd/group number. Later
3955 entries (used for group/user name aliasing to multiple IDs) are
3956 ignored.
3957
9b4a7800
TTN
3958 * eshell/em-xtra.el (eshell/expr):
3959 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
3960 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
3961 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
3962 argument list, before passing it to the system command.
3963
3964 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
3965 `find-tag' for use at final position in Eshell buffers (which
3966 otherwise triggers an error on Emacs 21).
3967 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
3968 buffer, if it is currently bound to `find-tag'.
3969
3970 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
3971 in the list of matched Makefile names.
3972 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
3973 directory, prefer its contents to Makefile.
3974
3975 * eshell/em-dirs.el (eshell/cd): cd commands that look up
3976 directory parts (like "cd old new", or "cd =regexp"), are now case
3977 sensitive on non-Windows/DOS platforms.
3978
3979 * eshell/esh-mode.el (eshell-parse-command-input): When a user
3980 types RET after an open delimiter (like "), display a message
3981 indicating that Eshell is waiting for the closing delimiter.
3982
3983 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
3984 environment variables.
3985
3986 * eshell/em-unix.el (eshell/diff): Added logic to fail more
3987 gracefully if the user enters incorrect arguments.
3988
3989 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
3990 Eshell buffers.
3991
9b4a7800
TTN
3992 * eshell/esh-var.el (eshell-interpolate-variable):
3993 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
3994 * eshell/em-unix.el (eshell-du-sum-directory):
3995 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
3996 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
3997 (not (= ...)).
3998
3999 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
4000 to ensure the `preserve' flag gets propagated when doing recursive
4001 directory copies.
4002
546c0888 40032000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
4004
4005 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
4006 Don't convert \n into \0177 in memory.
4007 (eshell-read-history, eshell-write-history): Convert \n to \0177,
4008 and back again, when reading and writing.
9b4a7800 4009
546c0888 40102000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
4011
4012 * eshell/esh-util.el (eshell-processp): Added to relieve constant
4013 testing of `fboundp' on `processp'.
4014
4015 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
4016 (eshell/jobs): Don't call process-list if it is not bound.
4017 (eshell-gather-process-output): Support systems where async
4018 subprocesses aren't supported.
4019 (eshell-scratch-buffer, eshell-last-sync-output-start): New
4020 variables.
4021
4022 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
4023 eshell-do-eval returns t.
4024 (eshell-do-pipelines-synchronously): New defmacro.
4025 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
4026 when async subprocesses aren't supported.
4027 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
4028 if async subprocesses aren't supported.
4029 (eshell-resume-command): Don't assume STATUS is a string.
4030
4031 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
4032
4033 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
4034 (eshell-close-target, eshell-get-target): Use eshell-processp.
4035 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
4036 fix.
4037 (eshell-get-target, eshell-create-handles): Doc fix.
4038
546c0888 40392000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 4040
546c0888 4041 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
4042 criterion to include commands that output something, as long as it
4043 leaves both the command and the end-of-buffer visible when the
4044 command has exited.
4045 (eshell-review-quick-commands): Adjust the help doc string
4046 accordingly.
4047
2a371c3b
PB
40482000-08-28 Peter Breton <pbreton@ne.mediaone.net>
4049
8348e1f9 4050 * locate.el (locate): Cleaned up locate command's interactive prompting
d313265f 4051 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 4052
9b4a7800 4053 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
4054 (file-cache-assoc-function): New variable
4055 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
4056 Use file-cache-case-fold-search variable
4057 (file-cache-add-file): Use file-cache-assoc-function
4058 (file-cache-delete-file): likewise
4059 (file-cache-directory-name): likewise
4060 (file-cache-debug-read-from-minibuffer): likewise
4061
95931eb1
GM
40622000-08-28 Gerd Moellmann <gerd@gnu.org>
4063
4064 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
4065 (abbrev-table-name): New function.
4066 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
4067 If non-nil list local abbrev, only.
4068
bb17930d
GM
40692000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
4070
546c0888
EZ
4071 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
4072 from Gnus support code, and use special article copy buffer
bb17930d
GM
4073 `(gnus-original-article-buffer)' instead. This allows to get rid
4074 of article-hide-headers usage (which breaks in the latest Gnus
4075 version). Thanks to Detlev Zundel.
4076
41a68aef
KH
40772000-08-28 Kenichi Handa <handa@etl.go.jp>
4078
4079 * international/quail.el (quail-use-package): Hide "... loaded"
4080 message.
4081 (quail-start-translation, quail-start-conversion): Likewise.
4082
4083 * international/kkc.el (kkc-region): Hide "... loaded" message.
4084
28bb2cef
DL
40852000-08-27 Dave Love <fx@gnu.org>
4086
4087 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
4088
11a1118d
MB
40892000-08-27 Miles Bader <miles@gnu.org>
4090
4091 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
4092
0f85d477
KH
40932000-08-27 Kenichi Handa <handa@etl.go.jp>
4094
4095 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
4096 'ja-dic-cnv), not (require 'skkdic-cnv).
4097
2d73e8d3
MB
40982000-08-26 Miles Bader <miles@gnu.org>
4099
a0e5a5a4
MB
4100 * faces.el (face-x-resources): Add entry for :inherit.
4101 * cus-face.el (custom-face-attributes): Add support for :inherit
4102 attribute. Add support for relative face heights.
4103 (custom-face-attributes-get): Treat `nil' as being a default value
4104 for :inherit (as well as `unspecified').
4105
19feb949
MB
4106 * faces.el (set-face-attribute): Update doc string.
4107 (face-attribute-name-alist): Add :inherit.
4108 (face-valid-attribute-values): Handle :inherit.
4109 (face-read-string): Rephrase prompt to be less confusing.
4110 Assume that DEFAULT is a string, since we must return a string.
4111 (face-read-integer): Use `format' to turn DEFAULT into an
4112 acceptable default for face-read-string. Match NEW-VALUE against
4113 the string "unspecified", not the symbol `unspecified', since
4114 that's what face-read-string returns.
4115 (read-face-attribute): Lookup a name for old-value in valid, and
4116 use it as a default if we find one. Treat all values from
4117 face-read-string as strings. If the default is used, don't do any
4118 more processing on the value, just use the old value directly.
4119 (read-face-and-attribute, modify-face): Tweak prompt.
4120 (read-face-name): Don't assume prompt ends with a space.
4121
2d73e8d3
MB
4122 * faces.el (describe-face): Add support for :inherit attribute.
4123
a1a2e38f
KH
41242000-08-25 Kenichi Handa <handa@etl.go.jp>
4125
e84fa7c5
KH
4126 * terminal.el (terminal-emulator): Fix args to `concat'. Now
4127 concat doesn't accept interger.
4128
a1a2e38f
KH
4129 * international/kkc.el: Remove SKK from Keywords. Require
4130 ja-dic-utl instead of skkdic-utl.
4131
4132 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
4133 Provide ja-dic-cnv instead of skkdic-cnv.
4134 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
4135 (iso-2022-7bit-short): Add safe-charsets property.
4136 (skkdic-convert-postfix): Search Japanese chou-on character in
4137 addition to Hiragana character.
4138 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
4139 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
4140 (batch-skkdic-convert): Likewise.
4141
4142 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
4143 Provide ja-dic-utl instead of skkdic-utl.
4144 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
4145
f6499c03
DL
41462000-08-24 Dave Love <fx@gnu.org>
4147
1c2c3f16
DL
4148 * disp-table.el (standard-display-default): Make the test of `l'
4149 useful.
4150
f6499c03
DL
4151 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
4152 mod sample text.
4153
4154 * international/iso-ascii.el: Make pilcrow convenient string
4155 consistent with section.
4156 (iso-ascii-display): Set up multibyte characters as well as
4157 unibyte.
4158
c543db81
KH
41592000-08-24 Kenichi Handa <handa@etl.go.jp>
4160
4161 * international/mule-cmds.el (reset-language-environment): Set
4162 default-process-coding-system to '(undecided . iso-latin-1), which
4163 makes process I/O almost consistent with file I/O. Call this
4164 function when mule-cmds.el[c] is loaded.
4165
746d9caf
AI
41662000-08-22 Andrew Innes <andrewi@gnu.org>
4167
4168 * makefile.w32-in: New file.
4169
5484005d
MB
41702000-08-22 Miles Bader <miles@lsi.nec.co.jp>
4171
4172 * comint.el (comint-output-filter): Compare end of
4173 comint-last-output-overlay with the start of the newly inserted
4174 text, not the end, when deciding whether to extend it.
9b4a7800 4175 Set saved-point's insertion type to advance after insertion.
5484005d
MB
4176
4177 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
4178 since this is now done independently of font-lock mode.
4179
7a912f63
GM
41802000-08-21 Gerd Moellmann <gerd@gnu.org>
4181
4182 * server.el (server-kill-new-buffers): New user option.
4183 (server-existing-buffer): New buffer-local variable.
4184 (server-visit-files): When using an existing buffer, set
4185 server-existing-buffer to t.
4186 (server-buffer-done): If server-kill-new-buffers is t, kill the
4187 buffer, unless it was already present before visiting it with
4188 Emacs server.
9b4a7800 4189
240301df
EZ
41902000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
4191
4192 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
4193 even if the display doesn't support colors: some displays will
4194 support bold/underline faces.
4195
cbcef616
GM
41962000-08-21 Gerd Moellmann <gerd@gnu.org>
4197
6917e6bb
GM
4198 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
4199
cbcef616
GM
4200 * startup.el (command-line): If user's init file had an error,
4201 add explanatory text to *Messages*.
4202
6922b018
KH
42032000-08-21 Kenichi Handa <handa@etl.go.jp>
4204
4205 * man.el (Man-getpage-in-background): Decode the process output by
4206 the system locale coding system.
4207
e50c4203
DL
42082000-08-20 Dave Love <fx@gnu.org>
4209
96ab6351
DL
4210 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
4211 Don't test x-popup-menu.
4212 (function) <complete-function>: Complete only fbound symbols.
4213 <validate, value>: New.
4214 (variable) <complete-function>: Complete only bound symbols.
4215 (coding-system): Add :base-only, :complete-function, :validate,
4216 :value, :prompt-match.
4217 (widget-coding-system-prompt-value): Use read-coding-system and
4218 act on :base-only.
4219 (editable-field): Add :help-echo.
4220 (widget-push-button-gui, widget-push-button-cache)
4221 (widget-gui-action, widget-editable-list-gui): COmment out, along
4222 with uses.
4223 (widget-at): Make arg optional.
4224 (widget-echo-help): Adjust for current help-echo calling sequence.
4225 (widget-specify-field, widget-specify-button)
4226 (widget-specify-insert, widget-get-sibling, widget-image-find)
4227 (widget-convert, widget-insert, widget-leave-text)
4228 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
4229 (widget-setup, widget-field-find, widget-before-change)
4230 (widget-after-change, widget-default-complete)
4231 (widget-default-create, widget-default-delete)
4232 (widget-push-button-value-create, editable-field)
4233 (widget-field-prompt-value, widget-field-validate)
4234 (widget-choice-value-create, widget-choice-action)
4235 (widget-choice-validate, widget-checklist-add-item)
4236 (widget-radio-add-item, widget-radio-chosen)
4237 (widget-radio-value-inline, widget-editable-list-value-create)
4238 (widget-editable-list-entry-create)
4239 (widget-documentation-link-add)
4240 (widget-documentation-string-value-create)
4241 (widget-regexp-validate, widget-file-complete)
4242 (widget-sexp-validate, widget-plist-convert-widget)
4243 (widget-plist-convert-widget, widget-alist-convert-widget)
4244 (widget-alist-convert-widget, widget-color-complete): Simplify,
4245 particularly to avoid bindings which aren't optimized out.
4246
e50c4203
DL
4247 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
4248 Doc fix.
4249 (down-list, backward-up-list, up-list, kill-sexp)
4250 (backward-kill-sexp, mark-sexp): Make arg optional.
4251 (lisp-complete-symbol): Add optional arg PREDICATE.
4252
4253 * cus-start.el: Add display-buffer-reuse-frames,
4254 file-coding-system-alist.
4255
511bd4eb
GM
42562000-08-20 Gerd Moellmann <gerd@gnu.org>
4257
4258 * startup.el (command-line): Clear realized faces after
4259 modifying TTY color mappings.
4260
a9de7d29
MB
42612000-08-20 Miles Bader <miles@gnu.org>
4262
4263 * faces.el (face-attr-match-p): Don't return true if ATTRS are
4264 merely a subset of FACE's attributes.
4265
8a8023d9
MB
42662000-08-19 Miles Bader <miles@gnu.org>
4267
4268 * comint.el (comint-output-filter): Save the point with a marker,
4269 not just a buffer position.
4270
4271 * international/mule.el (set-buffer-process-coding-system): Make
4272 interactive prompt less confusing.
4273
1433385f
GM
42742000-08-19 Gerd Moellmann <gerd@gnu.org>
4275
4276 * hilit-chg.el: General cleanup of doc strings, comments and
4277 code formatting.
4278
136b4eda
MB
42792000-08-19 Miles Bader <miles@gnu.org>
4280
4281 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
4282 Compiler macro removed; beginning-of-line is no longer always
4283 equivalent to forward-line, in the presence of fields.
4284
4285 * comint.el (comint-output-filter): Remove ad-hoc saving of
4286 restriction, and just use save-restriction, now that it works
4287 correctly. Don't adjust comint-last-input-start to account for
4288 our insertion; it shouldn't have moved because we don't use
4289 insert-before-markers anymore. Comment out call to
4290 `force-mode-line-update'; why is it here?
4291
4292 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
4293 while checking for prompt to delete. Use `forward-line 0'
4294 instead of beginning-of-line.
4295 (gud-filter): Temporarily widen gud comint buffer while
4296 examining output.
4297
cdd0f857
SM
42982000-08-18 Stefan Monnier <monnier@cs.yale.edu>
4299
ebf96bfa
SM
4300 * progmodes/sh-script.el: Big bag of typos.
4301
cdd0f857
SM
4302 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
4303 check since ispell-process is not bound when ispell is not yet loaded.
4304
9bb7a286
DL
43052000-08-18 Dave Love <fx@gnu.org>
4306
4307 * image.el (find-image): Copy `spec' before using plist-put.
4308
74ec6045
GM
43092000-08-18 Gerd Moellmann <gerd@gnu.org>
4310
4311 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
4312 `portugues'.
4313
4314 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
4315 backward-kill-sexp, analogous to kill-sexp.
4316
4317 * progmodes/icon.el (icon-indent-line)
4318 (icon-is-continuation-line): Handle comments specially.
4319
43202000-08-17 Ken Stevens <k.stevens@ieee.org>
4321
4322 * ispell.el: Set to standard author/maintainer/keyword fields.
4323 Fine tuning to menu map appearance and operation, and added help.
4324 Remove `start' and `end' error messages when compiling.
4325 (ispell-choices-win-default-height): Fixed comment string.
4326 (ispell-dictionary-alist-1): Fixed regexp in castellano and
4327 castellano8 dictionaries.
4328 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
4329 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
4330 dictionary, added italiano dictionary.
4331 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
4332 word character
4333 (ispell-tex-skip-alists): Added psfig support.
4334 (ispell-skip-html): Renamed from ispell-skip-sgml.
4335 (ispell-begin-skip-region-regexp, ispell-skip-region)
4336 (ispell-minor-check): Improved html skipping support to skip across
4337 code, and recognize `&' commands without propper `;' syntax;
4338 (ispell-process-line): Fix alignment error when manually
4339 correcting spelling.
4340 (ispell): Fix comment string.
4341 (ispell-add-per-file-word-list): Always put word list on new line.
4342
3787e12e
GM
43432000-08-17 Gerd Moellmann <gerd@gnu.org>
4344
a7b28523
GM
4345 * format.el (format-encode-run-method): Fix error message to say
4346 `encode' instead of `decode'. Use save-window-excursion around
4347 shell-command-on-region as in format-decode-run-method because
4348 shell-command-on-region can display a buffer with error output.
4349 (format-decode): Don't record undo information for the decoding.
4350 (format-annotate-function): Add parameter FORMAT-COUNT. Make
4351 that number part of the temporary buffer name so that more than
4352 one decoding using a temporary buffer can happen safely.
4353
4354 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
4355 of `A-z' in the regexp.
4356
4357 * hilit-chg.el: Fix typos in commentary.
4358
3787e12e
GM
4359 * help.el (view-emacs-news): Rewritten for new naming scheme
4360 for old NEWS files.
4361
4362 * startup.el (command-line): Pop to *Messages* in case an error
4363 is signaled while loading user-init-file.
4364
d2473540
AS
43652000-08-17 Andreas Schwab <schwab@suse.de>
4366
4367 * files.el (insert-directory): Don't lose original file name,
4368 undoing an undocumented change.
4369
c0bbaf57
GM
43702000-08-17 Alex Schroeder <alex@gnu.org>
4371
4372 * sql.el (sql-magic-go): Use comint-bol.
4373 (sql-copy-column): Use comint-line-beginning-position.
4374 (comint-line-beginning-position): Define a replacement for
4375 comint-line-beginning-position if it is not fboundp.
4376
43772000-08-17 Alex Schroeder <alex@gnu.org>
4378
4379 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
4380 it didn't have any effect anyway.
4381
43822000-08-17 Alex Schroeder <alex@gnu.org>
4383
4384 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
4385 --pset and pager=off instead of sending \\o|cat at the beginning
4386 of the session.
4387
9d245da5
MB
43882000-08-17 Miles Bader <miles@gnu.org>
4389
4390 * progmodes/octave-inf.el: Add compatibility definition of
4391 comint-line-beginning-position.
4392
abfdbd2e
KH
43932000-08-17 Kenichi Handa <handa@etl.go.jp>
4394
4395 * startup.el (normal-top-level): Look in each dir in load-path for
4396 a leim-list.el file too. This assures of loading leim-list.el
4397 that is created at Emacs installation time even if a user have his
4398 own leim-list.el.
4399
a0b8c939
MB
44002000-08-17 Miles Bader <miles@gnu.org>
4401
4402 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
4403 foreground color to black if the background is dark.
4404
7382bcae
SM
44052000-08-16 Stefan Monnier <monnier@cs.yale.edu>
4406
4407 * loadhist.el (unload-feature): Typo.
4408
9b4a7800 4409 * finder.el (finder-compile-keywords):
7382bcae
SM
4410 * cus-dep.el (custom-make-dependencies): Add local-variable settings
4411 to the generated file.
4412
4413 * mail/mh-e.el (mh-make-local-vars):
4414 Replace make-variable-buffer-local with make-local-variable.
4415
cdd0f857 4416 * play/landmark.el:
7382bcae 4417 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
4418 * mail/mailabbrev.el (mail-abbrevs-mode):
4419 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
4420 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
4421
4422 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
4423
4424 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
4425 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
4426 Allow going past the last element.
9b4a7800 4427 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
4428 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
4429 (cvs-mouse-toggle-mark): Don't move point.
4430 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
4431
4432 * progmodes/compile.el (grep): Provide a default set of files.
4433 (next-error): Docstring fix.
4434 (compilation-find-file): Avoid find-file (fails in a dedicated window).
4435
4436 * emacs-lisp/easy-mmode.el (define-minor-mode):
4437 Use `symbol-value' to keep the byte-compiler quiet.
4438
4439 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
4440 (diff-find-source-location): New fun, extracted from diff-goto-source.
4441 (diff-goto-source): Use it.
4442 (diff-next-complex-hunk, diff-filter-lines): New function.
4443 (diff-apply-hunk): New command.
4444
4445 * smerge-mode.el (smerge-mode-menu): Doc fix.
4446
4447 * msb.el (msb-mode): Define it in terms of define-minor-mode.
4448
4f00b8c1
DL
44492000-08-16 Dave Love <fx@gnu.org>
4450
2b5198bb
DL
4451 * windmove.el (windmove) <defgroup>: Add :version.
4452
4453 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
4454 (goto-address-fontify-p, goto-address-highlight-p)
4455 (goto-address-url-face, goto-address-url-mouse-face)
4456 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
4457 (goto-address-url-regexp): Use thing-at-point-url-regexp.
4458 (goto-address-fontify, goto-address-at-mouse): Simplify,
4459 (goto-address-at-point): browse-url-url-at-point,
4460 goto-address-find-address-at-point can return nil.
4461 (goto-address-find-address-at-point): Return nil on failure.
4462
4463 * align.el (align) <defgroup>: Add :version.
4464
4465 * calculator.el (calculator): Add :version.
4466 (calculator): Use two lines for calculator window if `modeline'
4467 face is boxed.
4468
4f00b8c1
DL
4469 * play/5x5.el: Doc fixes.
4470 (5x5) <defgroup>: Add :version.
4471
4472 * play/fortune.el (fortune) <defgroup>: Add :version.
4473 (fortune-append): Fix error message.
4474 (fortune-from-region): Doc fix.
4475
4476 * play/pong.el (pong): Doc fix.
4477
4478 * play/morse.el: Keywords, commentary, autoloads.
4479
69db7ee7
EZ
44802000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
4481
4482 * desktop.el (desktop-save): Don't look at symbol-value of a
4483 member of minor-mode-alist, unless it is boundp.
4484
10e1dad9
SS
44852000-08-16 Sam Steingold <sds@gnu.org>
4486
a0b8c939 4487 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
4488 `while'; use `with-current-buffer' instead of `save-excursion'.
4489 Removed unnecessary kludges now that "*Buffer List*" is excluded.
4490
9d7bcb2e
KH
44912000-08-16 Kenichi Handa <handa@etl.go.jp>
4492
4493 * international/ccl.el (declare-ccl-program): Docstring modified.
4494 (ccl-execute-with-args): Likewise.
4495
04231ab8
MB
44962000-08-16 Miles Bader <miles@gnu.org>
4497
9d245da5 4498 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
4499 comint-line-beginning-position.
4500
f68446ef
GM
45012000-08-15 Gerd Moellmann <gerd@gnu.org>
4502
dc28878c
GM
4503 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
4504 'buffer-menu' property.
4505 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
4506 fails.
4507 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
4508 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
4509 wasn't killed.
10e1dad9 4510
58ed0d3b
GM
4511 * buff-menu.el (list-buffers-noselect): Don't display the
4512 *Buffer List* buffer.
4513
32dc52f7
GM
4514 * font-lock.el: Require jit-lock to prevent a very late
4515 `Loading jit-lock' message.
4516
f68446ef 4517 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 4518 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
4519 mail address.
4520
90ac90a2
MB
45212000-08-15 Miles Bader <miles@gnu.org>
4522
4523 * textmodes/ispell.el (ispell-graphic-p): New constant.
4524 (ispell-choices-win-default-height, ispell-help): Use
4525 `ispell-graphic-p' instead of `xemacsp'.
4526
b0a0e263
DL
45272000-08-15 Dave Love <fx@gnu.org>
4528
c1e757e3
DL
4529 * simple.el: Autoload widget-convert when compiling.
4530 (mail-user-agent): Doc fix.
4531
4532 * help.el (function-called-at-point, variable-at-point): Use
4533 with-syntax-table.
4534 (help-manyarg-func-alist): Add insert-and-inherit.
4535
4536 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
4537
4538 * delsel.el (delsel-unload-hook): New function.
4539
4540 * find-file.el: Doc fixes. Move provide to end.
4541 (ff) <defgroup>: Add :link.
4542 (ff-goto-click): Deleted.
4543 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
4544 Use mouse-set-point.
4545
4546 * textmodes/tildify.el: Doc fixes.
4547 (tildify) <defgroup>: Add:version.
4548
4549 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
4550 (glasses-custom-set): Use set-default, not set.
4551 (minor-mode-alist): Propertize the lighter.
4552 (glasses-mode): Provide optional arg.
4553
5f847612
DL
4554 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
4555 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
4556 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
4557 option. Provide :type.
4558 (cwarn-configuration): Provide :type.
4559 (cwarn-mode): Doc fix.
4560
4561 * add-log.el (change-log-merge): Doc fix.
4562 (change-log-redate): New command.
4563
b0a0e263
DL
4564 * net/browse-url.el (browse-url-filename-alist): Add a clause for
4565 Doze and Dog.
4566 (browse-url): Use dolist, not mapcar.
4567 (browse-url-at-point): Check for null url.
4568 (browse-url-event-buffer, browse-url-event-point): Functions
4569 deleted.
4570 (browse-url-at-mouse, browse-url-netscape): Simplify.
4571
4572 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
4573 modes.
4574 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
4575 Fix previous change to mapcan.
4576 (msb--init-file-alist, msb--add-separators)
4577 (msb--make-keymap-menu): Simplify.
4578 (msb--choose-file-menu): Use copy-sequence.
4579 (msb-mode-map): Add title to keymap.
4580 (msb-unload-hook): New function.
4581
4582 * bs.el: Fix indentation.
4583 (bs) <defgroup>: Add :links.
2b5198bb
DL
4584 (bs-show): Doc fix.
4585 (bs-apply-sort-faces): Don't use window-system.
4586 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 4587
70f1b78e
EZ
45882000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
4589
4590 * calendar/timeclock.el (timeclock-file): Run .timelog through
4591 convert-standard-filename.
4592
956777b3
GM
45932000-08-14 Gerd Moellmann <gerd@gnu.org>
4594
3215096c
GM
4595 * emacs-lisp/authors.el: New file.
4596
956777b3
GM
4597 * paren.el (show-paren-priority): New user option.
4598 (show-paren-function): Set overlay priorities to
4599 show-paren-priority.
10e1dad9 4600
0cde1424
MB
46012000-08-14 Miles Bader <miles@gnu.org>
4602
4603 * comint.el (comint-bol): Use `forward-line 0' instead of calling
4604 beginning-of-line with inhibit-field-text-motion bound.
4605
90cbf47e
GM
46062000-08-14 Gerd Moellmann <gerd@gnu.org>
4607
4608 * calendar/timeclock.el: New file.
4609
46102000-08-14 David Ponce <david@dponce.com>
4611
4612 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
4613 `widget-button-click'. so that one can use left mouse button to
4614 click on dialog buttons.
4615
46162000-08-14 Emmanuel Briot <briot@gnat.com>
4617
4618 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 4619 identifiers, since XML is case sensitive
10e1dad9 4620
79e8dca7 46212000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 4622
660394d1
MB
4623 * comint.el (comint-output-filter): Don't bother frobbing
4624 window-start, it doesn't seem to be necessary.
79e8dca7
MB
4625
4626 * comint.el (comint-send-string, comint-send-region): Make into
4627 real functions. Snapshot the prompt before sending.
4628
218c2cc7
EZ
46292000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
4630
4631 * info.el (Info-find-emacs-command-nodes): Rewrite to use
4632 technique similar to Info-index, instead of relying on specific
4633 names of relevant Index nodes.
4634 (Info-goto-emacs-command-node): Bind Info-history to nil when
4635 going to the first node found by Info-find-emacs-command-nodes.
4636
51e066d2 46372000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
4638
4639 * menu-bar.el (menu-bar-help-menu): Add a :help string.
4640
867102f2
MB
46412000-08-10 Miles Bader <miles@gnu.org>
4642
4643 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
4644
af718538
EZ
46452000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
4646
4647 * info.el (Info-file-list-for-emacs): More elements for the
4648 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
4649 and woman manuals.
4650
c51bacd6
MB
46512000-08-10 Miles Bader <miles@lsi.nec.co.jp>
4652
4653 * comint.el (comint-send-input): Make the newline boundary overlay
4654 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
4655 (comint-output-filter): Use `insert' instead of
4656 `insert-before-markers'. Extend comint-last-output-overlay when
4657 necessary since we can't rely on insert-before-markers to do it.
4658 * gud.el (gud-filter): Use `with-current-buffer' instead of
4659 save-excursion when inserting the output, so that point gets
4660 updated correctly; the old method relied on a rather dodgy
4661 side-effect of comint-output-filter to avoid the effect of
4662 save-excursion.
4663
98532b12
EZ
46642000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
4665
4666 * files.el (recover-file): Call insert-directory instead of
4667 invoking `ls' directly.
4668
3db4b719
MB
46692000-08-10 Miles Bader <miles@gnu.org>
4670
4671 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
4672 (comint-last-prompt-overlay): New variables.
4673 (comint-output-filter): Implement prompt highlighting.
4674 (comint-snapshot-last-prompt): New function.
4675 (comint-send-input): Snapshot the last prompt.
4676 Use comint-highlight-input-face.
4677 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
4678 Use defface instead of defcustom.
4679 (send-invisible, comint-send-eof): Snapshot the last prompt.
4680 (comint-delchar-or-maybe-eof): Use comint-send-eof.
4681 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
4682
96190aa1
SM
46832000-08-09 Stefan Monnier <monnier@cs.yale.edu>
4684
5cda4b07
SM
4685 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
4686 (regexp-opt-group): Use a list of chars for `letters'.
4687 (regexp-opt-charset): `chars' is now a list of chars.
4688 Use a char-table rather than a vector so it works for multibyte chars.
4689
96190aa1
SM
4690 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
4691 Set cvs-minor-current-files to the selected fileinfo.
4692 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
4693 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
4694
7d093d56
EZ
46952000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
4696
4697 * files.el (insert-directory): Don't call access-file on
4698 directories on DOS and Windows.
4699
b24c5811
KH
47002000-08-09 Kenichi Handa <handa@etl.go.jp>
4701
4702 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
4703 longer if necessary.
4704 (ccl-embed-code): Call ccl-embed-data to store CODE in
4705 ccl-program-vector.
4706
0a6fd67e
MB
47072000-08-09 Miles Bader <miles@gnu.org>
4708
4709 * comint.el (comint-output-filter): Properly handle the case where
4710 the text surrounded by comint-last-output-overlay was deleted.
4711
9f6d1a6c
GM
47122000-08-08 Gerd Moellmann <gerd@gnu.org>
4713
25ad1371
GM
4714 * info.el (Info-insert-dir): Use Info-additional-directory-list if
4715 non-nil.
4716 (Info-file-list-for-emacs): Remove "info" from the list because
4717 that leads to trying to use the documentation from file `info'
4718 in various situations where it isn't appropriate, for instance
4719 C-h C-k C-h i.
4720
4721 * ffap.el (ffap-read-file-or-url-internal): Handle case that
4722 DIR and/or STRING are nil.
4723
4724 * progmodes/compile.el (compilation-setup): Make variable
4725 compilation-error-screen-columns buffer-local, as some comment
4726 in the code suggests it should be.
4727
4728 * files.el (auto-mode-interpreter-regexp): New variable.
4729 (set-auto-mode): Use it.
4730
4731 * indent.el (indent-for-tab-command): Doc fix.
4732
4733 * mouse-sel.el (mouse-sel-mode): Doc fix.
4734
9f6d1a6c
GM
4735 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
4736 labels.
4737
4738 * help.el (print-help-return-message): When
4739 display-buffer-reuse-frames is set, let the help window been quit,
4740 instead of deleting it, which might delete a reused frame.
4741
3d819a75
EZ
47422000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
4743
4744 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
4745 rename a directory to a name that differs only by its letter case.
4746
c5a52529
KH
47472000-08-08 Kenichi Handa <handa@etl.go.jp>
4748
4749 * international/quail.el (quail-define-rules): Handle Quail decode
4750 map correctly. Add code for supporting annotations.
4751 (quail-install-decode-map): New function.
4752 (quail-defrule-internal): New optional arguments decode-map and
4753 props.
4754 (quail-advice): New function.
4755
5e9e032a
SS
47562000-08-07 Sam Steingold <sds@gnu.org>
4757
4758 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
4759 `defconst', `define-condition', `with-slots'.
4760 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
4761
46645f4b
MB
47622000-08-03 Miles Bader <miles@gnu.org>
4763
4764 * comint.el (comint-use-prompt-regexp-instead-of-fields):
4765 New variable.
4766 (comint-prompt-regexp, comint-get-old-input): Document dependence on
4767 comint-use-prompt-regexp-instead-of-fields.
4768 (comint-send-input): Add `input' field property to stuff we send to
4769 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
4770 (comint-output-filter): Add `output' field property to process
4771 output, if comint-use-prompt-regexp-instead-of-fields is nil.
4772 (comint-replace-by-expanded-history)
4773 (comint-get-old-input-default, comint-show-output)
4774 (comint-backward-matching-input, comint-forward-matching-input)
4775 (comint-next-prompt, comint-previous-prompt): Use field
4776 properties if comint-use-prompt-regexp-instead-of-fields is nil.
4777 (comint-line-beginning-position): New function.
4778 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
4779 (comint-replace-by-expanded-history-before-point): Use
4780 comint-line-beginning-position and line-end-position.
4781 (comint-last-output-overlay): New variable.
4782 (comint-mode): Make `comint-last-output-overlay' buffer-local.
4783
4784 * shell.el (shell-prompt-pattern): Doc change.
4785 (shell-backward-command): Use line-beginning-position.
4786
4787 * gud.el (gud-gdb-complete-command): Use
4788 comint-line-beginning-position.
4789
4790 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
4791 comint-bol doesn't actually go to the beginning of the line.
4792
4793 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
4794 if comint-use-prompt-regexp-instead-of-fields is non-nil.
4795 (try-expand-line-all-buffers): Likewise.
4796
4797 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
4798 explicitly matching comint-prompt-regexp.
4799 (sql-copy-column): Use comint-line-beginning-position instead of
4800 explicitly matching comint-prompt-regexp.
4801
4802 * progmodes/octave-inf.el (inferior-octave-complete): Use
4803 comint-line-beginning-position.
4804
4805 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
4806
4807 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
4808 looking for a prompt, use `forward-line 0' instead of
4809 `beginning-of-line', to avoid getting caught by an input field.
4810
ff3d9573
GM
48112000-08-07 Gerd Moellmann <gerd@gnu.org>
4812
4813 * files.el (shell-quote-wildcard-pattern): Make sure to return
4814 PATTERN, in the Unix case.
4815
e0d8827b
EZ
48162000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
4817
4818 * play/zone.el (zone): Discard any pending input before running
4819 the randomly-chosen pgm.
4820
24d55b8f
KH
48212000-08-07 Kenichi Handa <handa@etl.go.jp>
4822
4823 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
4824 checking the existence of any multibyte characters.
4825
3d05e1ee
GM
48262000-08-06 Gerd Moellmann <gerd@gnu.org>
4827
6c4a4368
GM
4828 * help.el (describe-mode): Test minor-mode symbol for being
4829 bound before testing its value for being nil.
4830
3d05e1ee
GM
4831 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
4832 `first', `second', and `third'.
4833
4834 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
4835 (second): Make it an alias for `cadr'.
4836
6968a481
EZ
48372000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
4838
4839 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
4840 types of display support faces now.
4841
e49aa397
GM
48422000-08-05 Gerd Moellmann <gerd@gnu.org>
4843
4844 * pcvs.el (require): Require `cl' during compilation, only.
4845
4846 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
4847 (toplevel): Remove `remq' and `remove' from autoloads.
4848 (cl-fake-autoloads): New variable. If set, arrange for an error
4849 when CL functions etc. are autoloaded.
4850
588aca27
EZ
48512000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
4852
2e78d4ab
EZ
4853 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
4854
85628348
EZ
4855 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
4856 popped up, but the user clicks outside the menu, return an empty
4857 regexp (that causes unhighlight-regexp to have no effect).
4858
74f0e552
EZ
4859 * menu-bar.el (menu-bar-games-menu): Add Zone.
4860
588aca27
EZ
4861 * hi-lock.el (toplevel): Require font-lock.
4862
f4988be7
GM
48632000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4864
ba087cd7 4865 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
4866 (ebnf-8-bit-chars): New var for bug fix.
4867 (ebnf-string): Bug fix.
4868
027b73ac
SS
48692000-08-03 Sam Steingold <sds@gnu.org>
4870
4871 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
4872 instead of `buffer-string'.
4873 (require 'cl): Always, not just when compiling.
4874 `ignore-errors' in `interactive', `list*', `defun*' &c make this
4875 necessary.
4876
2f1fa038
EZ
48772000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
4878
4879 * international/mule-cmds.el (select-safe-coding-system): Make
4880 the message text about selecting a safe coding system more clear.
4881
ead53494
GM
48822000-08-02 Gerd Moellmann <gerd@gnu.org>
4883
abb2db1c
GM
4884 * hi-lock.el: New file.
4885
4886 * play/zone.el: New file.
4887
ead53494
GM
4888 * replace.el (occur): Set tab-width in the *Occur* buffer to the
4889 value of tab-width in the original buffer. Choose a line number
4890 format that's a multiple of the original buffer's tab width, so
4891 that lines appear right.
4892
4893 * textmodes/ispell.el (ispell): New function, replacing an alias.
4894 Spell-check active region if in transient-mark-mode and mark
4895 is active; otherwise spell-check buffer.
4896
48972000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4898
4899 * ps-mule.el: Fix a customization problem on
4900 ps-mule-font-info-database-default.
4901
f4a2b0a4
EZ
49022000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
4903
4904 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
4905 display-mouse-p instead of window-system.
4906 (ebrowse-member-mode-map): Ditto.
4907
b685181e
GM
49082000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4909
ba087cd7
EZ
4910 * progmodes/ebnf2ps.el: Update ps-print functions call.
4911 Indentation fix. Doc fix.
b685181e
GM
4912 (ebnf-version): New version number (3.2).
4913 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 4914
3b5fab87
EZ
49152000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
4916
032ebb29
EZ
4917 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
4918 font lock support on window-system.
4919 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
4920
3b5fab87
EZ
4921 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
4922 display-color-p, if fboundp, instead of window-system.
4923
7e2605e7
EZ
49242000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
4925
4926 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
4927 instead of window-system.
4928
4929 * wid-edit.el (widget-choose): Use display-mouse-p instead of
4930 window-system.
4931 (widget-choice-mouse-down-action): Use display-popup-menus-p
4932 instead of window-system.
4933
4934 * strokes.el (strokes-file): Run the file name through
4935 convert-standard-filename.
4936 (strokes-mode): Call display-mouse-p instead of looking at
4937 window-system. Change the error message accordingly.
4938
4939 * progmodes/cpp.el (toplevel): Support faces on tty's.
4940
4941 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
4942 (lm-plot-square, lm-init-display): Don't use window-system.
4943
4944 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
4945 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
4946
4947 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
4948 instead of looking at window-system.
4949
26119624
GM
49502000-07-30 Gerd Moellmann <gerd@gnu.org>
4951
4952 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
4953 of testing if iswitchb-prepost-hooks is bound, because the
4954 latter will always be true when invoking a recursive minibuffer
4955 from an active Iswitchb buffer.
4956
c90596f3
EZ
49572000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
4958
4959 * files.el (shell-quote-wildcard-pattern): New function.
4960 (insert-directory): Call it. Only prepend "\" to command on Unix
4961 and GNU/Linux systems.
4962
18925e78
GM
49632000-07-30 Gerd Moellmann <gerd@gnu.org>
4964
4965 * eshell/esh-groups.el: Change custom :link file names
4966 from `eshell.info' to `eshell'.
4967
49682000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
4969
4970 * dired.el (dired-build-subdir-alist): Expand subdirectory names
4971 correctly in recursive ange-ftp listings.
4972
49732000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4974
4975 * ps-print.el: Fix bug 1: if ps-font-size-internal,
4976 ps-header-font-size-internal and
4977 ps-header-title-font-size-internal variables are not set,
4978 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
4979 face text property is (foreground-color . COLOR) or
4980 `(background-color . COLOR)', ps-print crashes. Doc fix.
4981 (ps-print-version): New version number (5.2.4).
4982 (ps-plot-region): Code fix.
4983 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
4984 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
4985 Bug fix 2.
4986
49872000-07-30 Milan Zamazal <pdm@freesoft.cz>
4988
4989 * glasses.el (glasses-make-readable): Fix uncapitalization of
4990 identifiers like `myXMLDocument'.
4991
aeb4c63e
KF
49922000-07-28 Karl Fogel <kfogel@red-bean.com>
4993
18925e78
GM
4994 * mail/mail-hist.el (mail-hist-previous-input)
4995 (mail-hist-next-input): Do the obvious code factorization.
4996 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
4997 code of above two.
4998 If inserting a message body, leave point at top.
4999
9d453139
SS
50002000-07-28 Sam Steingold <sds@gnu.org>
5001
5002 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
5003 Use `<=', not `<' to compare times!
5004 (ange-ftp-ls): Remove.
9d453139 5005
b548072f
GM
50062000-07-27 Gerd Moellmann <gerd@gnu.org>
5007
27848c01
GM
5008 * play/cookie1.el: Add explanation of how to make cookie.el
5009 compatible with strfile(1) to comment.
5010
5011 * subr.el (remove, remq): New functions.
5012
3ab82477
GM
5013 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
5014 escape `*' in regexps.
5015 (midnight-find): Reverse order of arguments in the funcall of
5016 TEST.
5017
5018 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
5019 and `.class'.
5020
b548072f
GM
5021 * play/meese.el: Add Commentary section.
5022
27848c01
GM
50232000-07-27 Alex Schroeder <alex@gnu.org>
5024
5025 * sql.el (sql-ms): Added autoload cookie.
5026 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
5027 (sql-oracle): Ditto.
5028 (sql-help): Doc change.
5029
5030 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
5031 types and exceptions.
5032
50332000-07-27 Alex Schroeder <alex@gnu.org>
5034
5035 * sql.el (sql-placeholder-history): New variable.
5036 (sql-query-placeholders-and-send): New function that will query
5037 the user and replace placeholders with user input.
5038 (sql-oracle): If running on NT, set comint-input-sender to
5039 sql-query-placeholders-and-send.
5040
5041 (sql-stop): If in the SQLi buffer, insert stop notification, else
5042 present it as a message.
5043
50442000-07-27 Alex Schroeder <alex@gnu.org>
5045
5046 * sql.el (sql-input-ring-separator): Doc change.
5047 (sql-input-ring-file-name): Doc change.
5048 (sql-interactive-mode): Use `sql-input-ring-separator' and
5049 `sql-input-ring-file-name' to set the comint-mode equivalents
5050 without making them local variables.
5051 (sql-stop): Don't bind `sql-input-ring-separator' and
5052 `sql-input-ring-file-name' dynamically to their comint-mode
5053 equivalents.
5054
91ae8751
KH
50552000-07-27 Kenichi Handa <handa@etl.go.jp>
5056
5057 * international/mule.el (register-char-codings): New function.
5058 (make-coding-system): Handle `safe-chars' specification in the arg
5059 PROPERTY.
5060
5061 * international/mule-cmds.el
5062 (find-coding-systems-region-subset-p): This function deleted.
5063 (sort-coding-systems-predicate): New variable.
5064 (sort-coding-systems): New function.
5065 (find-coding-systems-region): Use
5066 find-coding-systems-region-internal.
5067 (find-coding-systems-string): Use find-coding-systems-region.
5068 (find-coding-systems-for-charsets): Check
5069 char-coding-system-table.
5070 (select-safe-coding-system-accept-default-p): New variable.
5071 (select-safe-coding-system): Mostly rewritten. New argument
5072 ACCEPT-DEFAULT-P.
5073 (select-message-coding-system): Call select-safe-coding-system
5074 with ACCEPT-DEFAULT-P arg.
5075 (reset-language-environment): Reset default-sendmail-coding-system
5076 to the default value iso-latin-1.
5077 (set-language-environment): Don't set the obsolete variable
5078 charset-origin-alist.
5079
5080 * international/codepage.el (cp-coding-system-for-codepage-1):
5081 Give `safe-chars' property to make-coding-system.
5082
5083 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
5084 calling select-message-coding-system twice.
5085
5086 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
5087 instead of `safe-charsets'.
5088 (cyrillic-alternativnyj): Likewise.
5089 (ccl-encode-alternativnyj): Don't check the charset
5090 cyrillic-iso8859-5.
5091
90cf4474
KH
50922000-07-27 Kenichi Handa <handa@etl.go.jp>
5093
5094 * composite.el (compose-chars-after): Preserve match data.
5095
a1f84f6d
SS
50962000-07-26 Sam Steingold <sds@gnu.org>
5097
5098 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
5099 (ange-ftp-real-file-newer-than-file-p): New function.
5100 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
5101 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
5102
5103 * tooltip.el (tooltip-float-time): Removed (use `float-time').
5104 * midnight.el (midnight-float-time): Ditto.
5105
e092928e
AS
51062000-07-26 Andreas Schwab <schwab@suse.de>
5107
5108 * files.el (normal-backup-enable-predicate): Correct
5109 interpretation of the return value of compare-strings.
5110
7465ebef
GM
51112000-07-26 Gerd Moellmann <gerd@gnu.org>
5112
3353ef5a
GM
5113 * isearch.el (isearch-resume): New function.
5114 (isearch-done): Add something to command-history to resume
5115 the search.
5116 (isearch-yank-line, isearch-yank-word): Use
5117 buffer-substring-no-properties instead of buffer-substring.
5118
7465ebef
GM
5119 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
5120 of flyspell-mouse-map.
5121
5122 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
5123 duplicate definition.
5124 (makefile-mode): Remove duplicate setting of local-abbrev-table.
5125
5126 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
5127 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
5128
5044b74a
SS
51292000-07-25 Sam Steingold <sds@gnu.org>
5130
25759a92
SS
5131 * net/ange-ftp.el: Get modtime over the net.
5132 (ange-ftp-file-modtime): New function.
a95cb10a
GM
5133 (ange-ftp-write-region, ange-ftp-insert-file-contents)
5134 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
5135 Use it.
5136 (ange-ftp-dot-to-slash): New function.
5137 (ange-ftp-fix-name-for-vms): Use it.
5138
5044b74a
SS
5139 * midnight.el (midnight-buffer-display-time): Use
5140 `with-current-buffer'.
5141
5dcfb3f4
GM
51422000-07-25 Gerd Moellmann <gerd@gnu.org>
5143
5144 * find-dired.el: Update copyright notice.
5145 (find-dired): Offer to kill a running `find'.
5146
5147 * enriched.el (enriched-face-ans): For a `foreground-color'
5148 property, return '(("x-color" COLOR))' so that COLOR will be
5149 output as a parameter of the x-color annotation. Likewise for the
5150 `background-color' property. In the case of normal face
5151 properties, don't return annotations for unspecified foreground
5152 and background face attributes.
5153
8c662166
KH
51542000-07-25 Kenichi Handa <handa@etl.go.jp>
5155
5156 * language/japan-util.el (japanese-katakana-region): Fix handling
5157 HANKAKU argument.
5158
c28da489
MB
51592000-07-25 Miles Bader <miles@gnu.org>
5160
5161 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
5162 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
5163 constrain-to-field.
5164
ad349719
AI
51652000-07-24 Andrew Innes <andrewi@gnu.org>
5166
5167 * timer.el (timer-activate-when-idle): Add optional parameter
5168 DONT-WAIT. Update docstring.
5169 (run-with-idle-timer): Specify extra parameter to
5170 timer-activate-when-idle, so that timer will be activated
5171 immediately if Emacs is already idle.
5172
5173 * w32-fns.el (w32-using-nt): Fix docstring.
5174
c95162f5
DL
51752000-07-24 Dave Love <fx@gnu.org>
5176
5177 * mouse.el (popup-menu): Set last-command-event.
5178 (mouse-major-mode-menu-prefix): Declare.
5179
e3c31fd5
GM
51802000-07-24 Gerd Moellmann <gerd@gnu.org>
5181
5182 * textmodes/flyspell.el: Update to author's version 1.5d.
5183
5184 * progmodes/hideshow.el: Update copyright notice.
5185
5186 * vcursor.el: Set maintainer to FSF, since author cannot
5187 be reached.
5188
7636d2a3
EZ
51892000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
5190
fbe0a958
EZ
5191 * info.el (Info-goto-emacs-key-command-node): Leave a space after
5192 the prompt.
5193
7636d2a3
EZ
5194 * mouse.el (popup-menu): Run the keymap through indirect-function,
5195 in case it was defined with define-prefix-key. If the menu is a
5196 list of keymaps, look up the binding of user's choice in each one
5197 of the keymaps.
5198 (mouse-popup-menubar): If the global and local menu-bar keymaps
5199 don't have a prompt string, create one and insert it into the
5200 keymap. Don't barf if current-local-map returns nil.
5201
e024b101
GM
52022000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
5203
5204 * dired.el (dired-sort-R-check): Added to allow recursive listing
5205 to be undone.
5206 (dired-sort-other): Use it.
5207
7972fcfc
GM
52082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5209
e024b101 5210 * Release of cc-mode 5.27
7972fcfc
GM
5211
52122000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5213
5214 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
5215 c-beginning-of-statement-1 that caused a bad case of recursion
5216 which could consume a lot of CPU in large classes in languages
5217 that have in-expression classes (i.e. Java and Pike).
5218
5219 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
5220 statements before top level constructs (i.e. case 6 is moved
5221 before case 5 and is now case 4) to catch in-expression
5222 classes in top level expressions correctly.
5223
52242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5225
5226 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
5227 objc-method-intro. Case 4 removed and case 5I added.
5228
5229 * cc-langs.el (c-append-paragraph-start): New variable used by
5230 c-common-init to get paragraph-start correct.
5231 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
5232 initialize paragraph-start to make it correct both with and
5233 without the javadoc special case.
5234
5235 * cc-mode.el (java-mode): Use c-append-paragraph-start to
5236 initialize paragraph-start for javadoc markup.
5237
5238 * cc-vars.el (c-style-variables-are-local-p): Incompatible
5239 change by defaulting this to t. It's motivated by the
5240 confusing behavior that otherwise arise from the style system
5241 when editing both java and non-java files at the same time
5242 (see the comments about style setting in c-common-init).
5243
52442000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5245
5246 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
5247 similar to the one in c-fill-paragraph to check the fill
5248 prefix from the adaptive fill function for sanity.
5249
52502000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5251
5252 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
5253 defun block.
5254
52552000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5256
5044b74a 5257 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
5258
52592000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5260
5261 * cc-align.el (c-lineup-multi-inher): Handle lines with
5262 leading comma nicely. Extended to handle member initializers
5263 too.
5264
e024b101 5265 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
5266 c-guess-basic-syntax): Fixed recognition of inheritance lists
5267 when the lines begins with a comma.
5268
5044b74a 5269 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
5270
5271 * cc-vars.el (c-offsets-alist): Changed default for
5272 member-init-cont to c-lineup-multi-inher since it now handles
5273 member initializers and indents better for leading commas.
5274
52752000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5276
5277 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
5278 handling that caused class open lines to be recognized as
5279 statement-conts in some cases.
5280
5281 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
5282 guessed by the adaptive fill function unless point is on the
5283 first line of a block comment.
5284
5285 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
5286 when the buffer ends with a macro continuation char.
5287
5288 * cc-engine.el (c-guess-basic-syntax): Added support for
5289 function definitions as statements in Pike. The first
5290 statement in a lambda block is now labeled defun-block-intro
5291 instead of statement-block-intro.
5292
5293 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
5294 so that the class surrounding point is selected, not the one
5295 innermost in the state.
5296
5297 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
5298 recognition of switch labels having hanging multiline
5299 statements.
5300
5301 * cc-engine.el (c-beginning-of-member-init-list): Broke out
5302 some code in c-guess-basic-syntax to a separate function.
5303 * cc-engine.el (c-just-after-func-arglist-p): Fixed
5304 recognition of member inits with multiple line arglists.
5305 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
5306 member-init-cont when the commas are in funny places.
5307
53082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5309
5310 * cc-defs.el (c-auto-newline): Removed this macro since it's
5311 not used anymore.
5312
5313 * cc-engine.el (c-looking-at-bos): New helper function.
5314 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
5315 inexpr and toplevel classes apart in Pike.
5316
5317 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
5318 of case 9A.
5319
5320 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
5321 constant, since "class" can introduce an in-expression class
5322 in Pike nowadays.
5323
53242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5325
5326 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
5327 indentation on cpp-macro lines.
5328
5329 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
5330 a syntax modifier like comment-intro, to make it possible to
5331 get syntactic indentation for preprocessor directives. It's
5332 incompatible wrt to lineup functions on cpp-macro, but it has
5333 no observable effect in the 99.9% common case where cpp-macro
5334 is set to -1000.
5335
53362000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5337
5338 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
5339 member-init-cont when the preceding arglist is several lines.
5340
53412000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5342
5343 * cc-styles.el (c-style-alist): The basic offset for the BSD
5344 style corrected to 8.
5345
53462000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5347
5348 * cc-styles.el (c-style-alist): Adjusted the indentation of
5349 brace list openers in the gnu style.
5350
53512000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5352
5353 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
5354
5355 * cc-cmds.el (c-electric-brace, c-electric-slash,
5356 c-electric-star, c-electric-semi&comma, c-electric-colon,
5357 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
5358 when c-syntactic-indentation is nil.
5359
5360 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
5361 we were left at comments preceding the first statement when
5362 reaching the beginning of the buffer.
5363
5364 * cc-vars.el (c-syntactic-indentation): New variable to turn
5365 off all syntactic indentation.
5366
53672000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5368
5369 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
5370 between the text and the block comment ender when it hangs,
5371 depending on how many there are before the fill.
5372
53732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5374
5375 * cc-engine.el (c-beginning-of-closest-statement): New helper
5376 function to go back to the closest preceding statement start,
5377 which could be inside a conditional statement.
5378 * cc-engine.el (c-guess-basic-syntax): Use
5379 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
5380
5381 * cc-engine.el (c-guess-basic-syntax): Better handling of
5382 arglist-intro, arglist-cont-nonempty and arglist-close when
5383 the arglist is nested inside parens. Cases 7A, 7C and 7F
5384 changed.
5385
5386 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
5387 up-to-date with javadoc 1.2.
5388
53892000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5390
5391 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
5392 multiline Pike type decls.
5393
53942000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5395
5396 * cc-cmds.el (c-indent-new-comment-line): Always break
5397 multiline comments in multiline mode, regardless of
5398 comment-multi-line.
5399
54002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5401
5402 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
5403 fully::qualified::names in C++ member init lists. Preamble in
5404 case 5D changed.
5405
54062000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5407
5408 * cc-langs.el (c-common-init): Handling of obsolete variables
5409 moved to c-initialize-cc-mode. More compatible style override
5410 when using global style variables.
5411 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
5412 variables moved here.
5413
e024b101 5414 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
5415 c-special-indent-hook as a style variable. Don't talk about
5416 doing (c-make-styles-buffer-local t) in a mode hook, since
5417 that's already too late to work right.
5044b74a 5418
7972fcfc
GM
5419 * cc-styles.el (c-make-styles-buffer-local): Flag style
5420 variable localness in c-style-variables-are-local-p to make
5421 the compatibility measure in c-common-init work well.
5422
5423 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
5424 longer contain set-from-style.
5425 * cc-styles.el (c-initialize-builtin-style): Don't check for
5426 set-from-style on c-special-indent-hook.
5427 * cc-styles.el (c-copy-tree): Obsolete. The standard function
5428 copy-alist is sufficient now.
5429
5430 * cc-styles.el (c-set-style, c-set-style-1,
5431 c-get-style-variables): Fixes to variable initialization so
5432 that duplicate entries in styles have the same effect
5433 regardless of DONT-OVERRIDE.
5434
5435 * cc-styles.el (c-set-style-2): Fixed bug where the
5436 initialization of inheriting styles failed when the
5437 dont-override flag is set.
5438
5439 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
5440 on this.
5441
54422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5443
5444 * cc-defs.el (c-forward-comment): Removed the workaround
5445 introduced in 5.38 since it had worse side-effects. If a line
5446 contains the string "//\"", it regarded the // as a comment
5447 start since the \ temporarily doesn't have escape syntax.
5448
54492000-07-17 Emmanuel Briot <briot@act-europe.fr>
5450
5451 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
5452 ada-xref.el before ada-prj.el, so that the Project menu is created
5453 when ada-prj tries to add to it.
5454 (ada-activate-keys-for-case): Suppress the characters that are not
5455 part of the Ada syntax. Better compatibility with else-mode
5456 (ada-adjust-case-interactive): When auto-casing is not active,
5457 correctly insert newlines (used to insert only ^M). Prevent the
5458 syntax table from being changed in case of an error
814299a7 5459 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
5460 Do nothing if ada-auto-case is nil.
5461 (ada-after-keyword-p): Ignore keywords that are also attributes
5462 (ada-batch-reformat): Update usage comment
5463 (ada-call-from-contextual-menu): New function
5464 (ada-case-read-exceptions): Reinitialize the casing exception list
5465 first to nil first, so that the casing exception file can be
5466 shared.
5467 (ada-check-defun-name): Handles "configure" keyword for gnatdist
5468 files.
5469 (ada-compile-goto-error): Fix regexp used to detect a file:line
5470 anywhere in the error message
5471 (ada-contextual-menu-last-point): New variable
5472 (ada-create-keymap): If the variable delete-key-deletes-forward is
5473 t on XEmacs, it means that DEL should delete one character
5474 forward.
5475 (ada-create-menu): Use :included instead of :visible for XEmacs.
5476 New submenu "Options".
5477 (ada-end-stmt-re): Correctly indent "select ... then abort"
5478 statements.
5479 (ada-fill-comment-paragraph): Correctly delete all leading '--'
5480 even if they don't match ada-fill-comment-prefix Fix handling of
5481 paragraphs on the first or last line of a file.
5482 (ada-format-paramlist): Fix handling of default parameter values.
5483 (ada-get-body-name): New function.
5484 (ada-get-current-indent): Optimized by searchling directly for an
5485 existing generic part or a statement outside of it. Handle
5486 ada-indent-align-comments when indenting comments Replaced some
5487 regexps by testing directly the next character. This results in a
5488 huge speedup on some files. New indentation scheme for renames
5489 statements. Stop looking for the 'while' or 'for' associated with
5490 a 'loop' at the first semicolon encountered. A "return" can also
5491 match an anonymous access subprogram declaration.
5492 (ada-get-indent-noindent): Ignore strings and comments when
5493 looking for the keywords "record" and "private".
5494 (ada-goto-matching-decl-start): When matching "if", make sure we
5495 are not in fact seeing "end if". Ignore "when" statements except
5496 when initial keyword was "begin". Fix handling of nested
5497 procedures. Add a recursive call to this function to skip over
5498 other 'end' statmts. Fix indentation for "when .. => begin"
5499 (ada-in-open-paren-p): Fix indentation for complex boolean
5500 expressions, where 'and then', 'or else' and parenthesis
5501 statements are mixed up.
5502 (ada-in-paramlist-p): Skip comments while searching for the
5503 beginning Fix handling of operator declarations.
5504 (ada-indent-align-comments): New variable
5505 (ada-indent-current): Change the syntax table only in the
5506 protected section, so that we are sure it is restored correctly.
5507 (ada-indent-on-previous-lines): Use ada-use-indent and
5508 ada-with-indent Correctly indent "select ... then"
5509 (ada-indent-region): Slight speedup.
5510 (ada-indent-renames): New variable.
5511 (ada-last-which-function-subprog, ada-last-which-function-line):
5512 New variables
5513 (ada-looking-at-semi-private): Correctly indent the 'private'
5514 keyword when it is the first word in a package declaration.
5515 (ada-loose-case-word): Stop searching if at the end of the buffer.
5516 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
5517 even if point is not initially at the end of the word.
5518 (ada-matching-decl-start-re): Add "when".
5519 (ada-mode): Add support for abbrev-mode, outline-mode and
5520 which-func-mode Override the old find-file.el entry in
5521 ff-special-constructs since it is using the obsolete
5522 ada-spec-suffix variable
5523 (ada-no-auto-case): New function
5524 (ada-scan-paramlist): When parsing the argument type, accept
5525 spaces (as in "X 'Class", generated by Rational Rose).
5526 (ada-other-file-name): No longer loads the other file.
5527 (ada-popup-menu): Save and restore the current buffer and cursor
5528 position before and after displaying the menu.
5529 (ada-search-ignore-complex-boolean): New function.
5530 (ada-uncomment-region): Emacs21 already knows how to delete
5531 comments not starting in the first column.
5532 (ada-use-indent): New variable
5533 (ada-which-function): New function.
5534 (ada-with-indent): New variable
5535 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
5536 can be batch-compiled from the command line.
5537
5538 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
5539 Add to the menu when the file is loaded, not in ada-mode-hook.
5540 Add -toolbar to the default ddd command Switches moved from
5541 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
5542 ada-prj-default-comp-opt
5543 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
5544 Reference Manual to the menu
5545 (ada-check-current): rewritten as a call to ada-compile-current
5546 (ada-compile): Removed.
5547 (ada-compile-application, ada-compile-current, ada-check-current):
5548 Set the compilation-search-path so that compile.el automatically
5549 finds the sources in src_dir. Automatic scrollong of the
5550 compilation buffer. C-uC-cC-c asks for confirmation before
5551 compiling
5552 (ada-compile-current): New parameter, prj-field
5553 (ada-complete-identifier): Load the .ali file before doing
5554 processing
5555 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
5556 conform to gnatmake's behavior.
5557 (ada-find-file-in-dir): New function
5558 (ada-find-references): Set the environment variables for gnatfind
5559 (ada-find-src-file-in-dir): New function.
5560 (ada-first-non-nil): Removed
5561 (ada-gdb-application): Add support for jdb, the java debugger.
5562 (ada-get-ada-file-name): Load the original-file first if not done
5563 yet.
5564 (ada-get-all-references): Handles the new ali syntax (parent types
5565 are found between <>).
5566 (ada-initialize-runtime-library): New function
5567 (ada-mode-hook): Always load a project file when a file is opened,
5568 so that the casing exceptions are correctly read.
5569 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
5570 (ada-parse-prj-file): Use find-file-noselect instead of find-file
5571 to open the project file, since the latter does not work with
5572 speedbar Get default values before loading the prj file, or the
5573 default executable file name is wrong. Use the absolute value of
5574 src_dir to initialize ada-search-directories and
5575 compilation-search-path,... Add the standard runtime library to
5576 the search path for find-file.
5577 (ada-prj-default-debugger): Was missing an opening '{'
5578 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
5579 variables.
5580 (ada-prj-default-gnatmake-opt): New variable
5581 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
5582 buffers, the project file is the default one Save the windows
5583 configuration before displaying the menu.
5584 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
5585 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
5586 ...) regexp-quote identifiers names to support operators +,
5587 -,... in regexps.
5588 (ada-remote): New function.
5589 (ada-run-application): Erase the output buffer before starting the
5590 run Support remote execution of the application. Use
5591 call-process, or the arguments are incorrectly parsed
5592 (ada-set-default-project-file): Reread the content of the active
5593 project file, not the one from the current buffer When a project
5594 file is set as the default project, all directories are
5595 automatically associated with it.
5596 (ada-set-environment): New function
5597 (ada-treat-cmd-string): New special variable ${current}
5598 (ada-treat-cmd-string): Revised. The substitution is now done for
5599 any ${...} substring
5600 (ada-xref-current): If no body was found, compiles the spec
5601 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
5602 compiler to get rid of command line length limitations.
5603 (ada-xref-get-project-field): New function
5604 (ada-xref-project-files): New variable
5605 (ada-xref-runtime-library-specs-path)
5606 (ada-xref-runtime-library-ali-path): New variables
5607 (ada-xref-set-default-prj-values): Default run command now does a
5608 cd to the build directory. New field: main_unit Provide a default
5609 file name even if the current buffer has no prj file.
5610
5611 * ada-prj.el:
5612 Rewritten to show a tabbed-dialog.
5613 (ada-prj-add-ada-menu): Remove the map and name parameters.
5614 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
5615 New function
5616 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
5617 (ada-prj-load-from-file): New function
5618 (ada-prj-save): Always save fields that depend on the current buffer
5619 (ada-prj-show-value): New function
5044b74a 5620
7972fcfc
GM
5621 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
5622 Ada mode. This will allow us to display the Ada menu in any buffer
5623 we want (for project items).
5624 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
5625 number of spaces in the header.
5044b74a 5626
8730a8da
DL
56272000-07-24 Dave Love <fx@gnu.org>
5628
5629 * ediff-init.el (ediff-region-help-echo): Bind face-help.
5630
db3ca487
NF
56312000-07-23 Noah Friedman <friedman@splode.com>
5632
ad953485
NF
5633 * type-break.el (type-break): perform autosave.
5634 Suggested by Stephen Gildea <gildea@intouchsys.com>.
5635 (type-break-do-query): Cancel query schedule while performing
5636 actual query, to avoid possibility of a second query being made
5637 while first one is already in progress.
5638 (type-break-time-stamp-format): New variable.
5639 (type-break-time-stamp): New function.
5640 (type-break-time-warning): Use it.
5641 (type-break-keystroke-warning): Use it.
5642 (type-break-noninteractive-query): Use it.
5643
03a9c6d0
NF
5644 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
5645 cookie.
5646 Use add-minor-mode to set minor-mode-alist, if available.
5647 (eldoc-echo-area-use-multiline-p): New user option.
5648 (eldoc-echo-area-multiline-supported-p): New variable.
5649 (eldoc-docstring-format-sym-doc): Use them.
5650 (eldoc-mode): If not using idle timers, append to local post and
5651 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
5652 (eldoc-display-message-no-interference-p): Don't interfere with
5653 edebug.
5654 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
5655 (eldoc-function-arglist): New function.
5656 (eldoc-function-argstring): Use it.
5657
db3ca487
NF
5658 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
5659 auto save directory exists before calling directory-files.
5660
f7ad1899
DL
56612000-07-23 Dave Love <fx@gnu.org>
5662
5663 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
5664 ^o, ^u.
5665
43e764c9
DL
56662000-07-21 Dave Love <fx@gnu.org>
5667
475de6f4
DL
5668 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
5669 now passed to the function. It now works properly.
5670
43e764c9
DL
5671 * smerge-mode.el (smerge-mode-menu): Fill it out.
5672
e8bea4c0
GM
56732000-07-20 Gerd Moellmann <gerd@gnu.org>
5674
5675 * info-look.el (info-lookup): If *info* is shown in another frame
5676 on the same display, select that frame, instead of switching to
5677 the Info buffer in another window of the selected frame.
5678
5679 * simple.el (universal-argument-map): Bind numeric keypad keys
5680 kp-0 to kp-9 and kp-subtract.
5681 (digit-argument): Handle these keys.
5682
bc75b4fd
DL
56832000-07-20 Dave Love <fx@gnu.org>
5684
5685 * net/goto-addr.el (goto-address-fontify): Don't bother with
5686 buffer-modified and read-only stuff -- irrelevant with overlays.
5687 Put an extra property on the overlays and use it to clean up in
5688 case goto-address is re-run.
5689
8b7bc628
RS
56902000-07-19 Richard M. Stallman <rms@gnu.org>
5691
18e21ce8
RS
5692 * timer.el (run-with-idle-timer): Doc fix.
5693
db3ca487 5694 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
5695 Handle case where <...> appears inside "...".
5696 Use replace-match to edit the string more simply.
5697 (rmail-dont-reply-to): Cope with an unmatched ".
5698
50575ec2
DL
56992000-07-19 Dave Love <fx@gnu.org>
5700
5701 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
5702 implementation.
5703
5704 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
5705 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
5706 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
5707
4279296d
GM
57082000-07-19 Gerd Moellmann <gerd@gnu.org>
5709
47db06aa
GM
5710 * textmodes/refer.el: Correct maintainer's email address.
5711
5712 * progmodes/hideif.el: Correct author's email address.
5713 Fix typo in comment.
5714
5715 * xml.el: New file.
5716
4279296d
GM
5717 * mail/mailheader.el: Correct author's mail address.
5718
5719 * gnus/parse-time.el: Correct author's mail address.
5720
47db06aa 57212000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
5722
5723 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
5724 New user options.
5725 (comint-input-ring-file-name): Change custom type.
5726 (comint-mode-map): Bind mouse-2.
5727 (comint-insert-clicked-input): New function.
5728 (comint-send-input): Handle input highlighting.
5729
21ad0f7b
SM
57302000-07-18 Stefan Monnier <monnier@cs.yale.edu>
5731
5732 * mouse.el (popup-menu): New function.
5733 (mouse-major-mode-menu): Use it.
5734
3b33a005
DL
57352000-07-18 Dave Love <fx@gnu.org>
5736
5737 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
5738 improvements.
5739
dc1cac59
GM
57402000-07-18 Gerd Moellmann <gerd@gnu.org>
5741
21ad0f7b 5742 * faces.el (face-font-selection-order)
dc1cac59 5743 (face-font-family-alternatives): Add custom type.
db3ca487 5744
f8276b77
DL
57452000-07-18 Dave Love <fx@gnu.org>
5746
5747 * cus-edit.el (custom-variable-reset-saved)
5748 (custom-variable-reset-standard): Remove unused bindings.
5749
5750 * rect.el (open-rectangle-line): Remove unused let.
5751
5752 * hl-line.el (hl-line-highlight): Check hl-line-mode.
5753
3d6cd763
GM
57542000-07-18 Gerd Moellmann <gerd@gnu.org>
5755
5756 * cdl.el: Fix `Maintainer' keyword.
5757
5758 * play/pong.el: Add author's email address.
5759
34342a07
SS
57602000-07-17 Sam Steingold <sds@gnu.org>
5761
5762 * files.el (insert-directory): Call `split-string' instead of
5763 re-implementing it.
5764
088831a6
GM
57652000-07-18 Gerd Moellmann <gerd@gnu.org>
5766
5767 * mail/vms-pmail.el: Change maintainer to FSF.
5768
5769 * net/goto-addr.el: Change maintainer to FSF.
5770
5771 * recentf.el: Update from author.
5772
5773 * info.el (Info-title-face-alist): Removed.
db3ca487 5774
68be2869
EZ
57752000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
5776
5777 * eshell/eshell.el (eshell): Replace links to eshell.info with
5778 links to eshell, to avoid problems on systems where the manual is
5779 installed as `eshell'.
5780 * eshell/esh-cmd.el (eshell-cmd): Ditto.
5781 * eshell/em-smart.el (eshell-smart): Ditto.
5782 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 5783 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
5784
5785 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
5786 same-file check in the MS-DOS version (it does support inodes).
5787
5788 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
5789
21ad0f7b
SM
5790 * eshell/eshell.el (eshell-directory-name):
5791 Run default directory name through convert-standard-filename.
68be2869 5792
269b4dcb
KH
57932000-07-18 Kenichi Handa <handa@etl.go.jp>
5794
21ad0f7b
SM
5795 * international/mule-cmds.el (select-safe-coding-system):
5796 Fix typo in the comment.
240a16cf 5797
21ad0f7b
SM
5798 * language/european.el (compound-text):
5799 Force katakana-jisx0201 to be designated to G1.
aa96c820 5800
21ad0f7b
SM
5801 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
5802 Don't translate some national variant characters of latin-jisx0201.
aa96c820 5803 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 5804
269b4dcb
KH
5805 * international/kkc.el (kkc-after-update-conversion-functions):
5806 New variable.
5807 (kkc-update-conversion): Run functions in it at the tail.
5808
68be2869 58092000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 5810
21ad0f7b
SM
5811 * lisp/align.el (align-newline-and-indent):
5812 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
5813 (align-region): Fixed badly formatted minibuffer message.
5814
7a3fd467
KH
58152000-07-17 Kenichi Handa <handa@etl.go.jp>
5816
21ad0f7b 5817 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
5818 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
5819 the conversion list at first if appropriate.
5820 (kkc-next): Don't update kkc-next-count here.
5821 (kkc-prev): Don't update kkc-prev-count here.
5822 (kkc-show-conversion-list-update): Fix setting up of conversion
5823 list message.
5824
a45423d8
SM
58252000-07-16 Stefan Monnier <monnier@cs.yale.edu>
5826
088831a6 5827 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 5828
91a38db1
DL
58292000-07-16 Dave Love <fx@gnu.org>
5830
5831 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
5832 function to be more specific.
5833
5834 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
5835 non-string help-echo.
5836 (widget-types-convert-widget): Defsubst it.
5837 (widget-echo-help): Try to cope with a help-echo function of two
5838 possible sorts.
5839
3fddcdc3
JR
58402000-07-15 Jason Rumney <jasonr@gnu.org>
5841
5842 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
5843 Declare as obsolete.
5844
5845 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
5846
bd23a692
GM
58472000-07-14 Gerd Moellmann <gerd@gnu.org>
5848
5849 * hilit-chg.el: Fix typo.
5850
d4af987a
DL
58512000-07-14 Dave Love <fx@gnu.org>
5852
5853 * info.el (Info-mode-menu): Fix use of :help, :enable.
5854
3a4f3f86
SM
58552000-07-14 Stefan Monnier <monnier@cs.yale.edu>
5856
5857 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
5858
cf6936a4
DL
58592000-07-13 Dave Love <fx@gnu.org>
5860
4d6d04b5
DL
5861 * emacs-lisp/easymenu.el: Doc fixes.
5862 (easy-menu-remove): Defalias to ignore.
5863
cf6936a4
DL
5864 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
5865 Call throw correctly.
5866
56437999
GM
58672000-07-13 Gerd Moellmann <gerd@gnu.org>
5868
5869 * faces.el (frame-background-mode): Doc fix.
5870
5871 * simple.el (eval-expression-print-length): Change custom type to
5872 allow entering nil as value.
5873
d04a3972
DL
58742000-07-13 Dave Love <fx@gnu.org>
5875
3a4f3f86
SM
5876 * progmodes/fortran.el (fortran-imenu-generic-expression):
5877 Change definition layout.
a8189dfe
DL
5878 (fortran-mode-menu): Reinstate customize entries.
5879
d04a3972
DL
5880 * cus-edit.el (custom-group-menu-create, customize-menu-create):
5881 Use :filter, per old XEmacs code.
5882
4bf4fb05
GM
58832000-07-12 Gerd Moellmann <gerd@gnu.org>
5884
5885 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
5886 event when deciding what to send to the terminal.
5887
37328bcd
DL
58882000-07-12 Dave Love <fx@gnu.org>
5889
5890 * cus-start.el: Add optional version as 4th element of specs and
5891 use it for several things new in v21. Remove load-path. Fix type
5892 of line-number-display-limit.
5893
89492072
DL
58942000-07-11 Dave Love <fx@gnu.org>
5895
3a4f3f86
SM
5896 * progmodes/fortran.el: Don't require easymenu.
5897 Use repeat counts in various regexps.
315aa1de
DL
5898 (fortran-mode-syntax-table): Defvar directly.
5899 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
5900 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
5901 Use defvar, not defconst.
5902 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
5903 (fortran-mode): Set fortran-comment-line-start-skip,
5904 fortran-comment-line-start-skip, dabbrev-case-fold-search.
5905 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
5906 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
5907 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
5908 (fortran-comment-region, fortran-electric-line-number): Simplify.
5909 (fortran-auto-fill): New function.
5910 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
5911 (fortran-find-comment-start-skip):
5912 Check for non-null comment-start-skip.
5913 (fortran-auto-fill-mode, fortran-fill-statement):
5914 Use fortran-auto-fill.
315aa1de 5915 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 5916 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 5917
89492072
DL
5918 * widget.el (widget-plist-member): New alias.
5919
d55ead18
EZ
59202000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
5921
5922 * eshell/esh-module.el (toplevel): Reference
5923 byte-compile-current-file only if it is bound.
5924
e82a2a05
GM
59252000-07-10 Gerd Moellmann <gerd@gnu.org>
5926
5927 * dired.el: Don't require `dired-aux'.
5928
1fc7fb2b
MB
59292000-07-10 Miles Bader <miles@lsi.nec.co.jp>
5930
5931 * dired-aux.el (dired-show-file-type): New function.
5932 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
5933 (dired-show-file-type): Add autoload.
5934
ab49ce15
KH
59352000-07-10 Kenichi Handa <handa@etl.go.jp>
5936
5937 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 5938 change of fontset-info.
ab49ce15
KH
5939 (print-fontset): Likewise.
5940
f45aab65
SM
59412000-07-09 Stefan Monnier <monnier@cs.yale.edu>
5942
5943 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
5944
2f72fd2f
GM
59452000-07-07 Gerd Moellmann <gerd@gnu.org>
5946
e82a2a05 5947 * bindings.el: Bind `[delete]' to delete-char.
965522f5 5948
2f72fd2f
GM
5949 * dired.el (dired-find-alternate-file): New function.
5950 (dired-mode-map): Bind `a' to dired-find-alternate-file.
5951 (toplevel): Require dired-aux when compiling.
5952 (dired-buffers): Move defvar within file to avoid compiler warning.
5953
5954 * info.el (Info-last-search): Variable removed.
5955 (Info-search-history): New variable.
5956 (Info-search): New Info-search-history.
5957
5958 * battery.el, info-look.el: Change author's mail address.
5959
965522f5 59602000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 5961
965522f5
GM
5962 * mail/rmail.el (rmail-clear-headers): Don't throw an error
5963 if rmail-ignored-headers is nil.
5964 (rmail-retry-failure): Bind rmail-ignored-headers and
5965 rmail-displayed-headers to nil.
5966
dd8888a1
GM
59672000-07-06 Gerd Moellmann <gerd@gnu.org>
5968
e5c81191
GM
5969 * lpr.el (lpr-page-header-switches): Add `-h' switch.
5970 (print-region-1): Don't hard code `-h' here.
5971
dd8888a1
GM
5972 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
5973
e5c81191
GM
59742000-07-01 Francesco Potorti` <pot@gnu.org>
5975
5976 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
5977 exim can use "your message" instead of "the message".
34342a07 5978
f45aab65
SM
59792000-07-06 Stefan Monnier <monnier@cs.yale.edu>
5980
5981 * facemenu.el: Docstrings fixes.
5982 (facemenu-get-face): Don't use internal-find-face.
5983 (facemenu-iterate): Rename arg to match the docstring.
5984
5985 * newcomment.el (uncomment-region): Be more careful when skipping
5986 backwards over `=' not to bump into BOBP.
5987
d396e521 59882000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 5989
dd8888a1
GM
5990 * ediff-diff.el (ediff-wordify): Use syntax table.
5991 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 5992 ediff-color-display-p.
dd8888a1 5993 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
5994 from defsubst.
5995 Got rid of special cases for NeXT and OS/2.
dd8888a1 5996 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 5997 face.
34342a07 5998
5e2dfaa4
SM
59992000-07-05 Stefan Monnier <monnier@cs.yale.edu>
6000
6001 * emacs-lisp/lucid.el: Require CL.
6002 (copy-tree, remprop): Remove, it's provided by CL.
6003 (map-keymap): Define in terms of cl-map-keymap.
6004 (extent-property, set-extent-end-glyph): New functions.
6005
6006 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
6007
d5c5cddd
GM
60082000-07-05 Gerd Moellmann <gerd@gnu.org>
6009
485266d0
GM
6010 * Makefile.in (DONTCOMPILE): Add comment that the name may
6011 not be changed without changing the make-dist script.
6012
5e2dfaa4 6013 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 6014 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 6015
e2c46326
AI
60162000-07-05 Andrew Innes <andrewi@gnu.org>
6017
6018 * makefile.nt: Add support for `bootstrap' and related targets.
6019
a027a91b
SM
60202000-07-05 Stefan Monnier <monnier@cs.yale.edu>
6021
6022 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
6023 (easy-menu-do-define): Use `menu-item' format.
6024 Handle case where easy-menu-create-menu returns a symbol.
6025 Manually call the potential top-level filter in the function binding.
6026 (easy-menu-filter-return): New arg NAME.
6027 Convert to a keymap if MENU is an XEmacs menu.
6028 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
6029 (easy-menu-converted-items-table, easy-menu-convert-item):
6030 New var and fun to memoize easy-menu-convert-item-1.
6031 (easy-menu-do-add-item): Use it.
6032 (easy-menu-create-menu): Use easy-menu-convert-item.
6033 Wrap easy-menu-filter-return around any :filter specification.
6034 Don't convert the menu if a filter was specified.
6035 Tell easy-menu-make-symbol not to check for MENU being an expression.
6036 (easy-menu-make-symbol): New arg NOEXP.
6037
5e03eb84
GM
60382000-07-05 Gerd Moellmann <gerd@gnu.org>
6039
6040 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
6041 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
6042 (eval-defun): If called with prefix arg, instrument code for
6043 Edebug.
6044
6045 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
6046 similar to that of eval-defun.
6047
fca68a95
DL
60482000-07-04 Dave Love <fx@gnu.org>
6049
7ccbba4c
DL
6050 * hl-line.el (hl-line-overlay): Make it permanent-local.
6051
fca68a95
DL
6052 * calendar/todo-mode.el: Replaced with a working version, based on
6053 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
6054
60552000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
6056
6057 * paths.el (prune-directory-list): New function.
6058 (Info-default-directory-list): Rewritten to more methodically
6059 enumerate a big list of possible info directories (based on the
6060 list used by the standalone info reader).
fca68a95 6061
78e7e8a0 6062 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 6063 non-existent directories from Info-directory-list.
78e7e8a0 6064
78e7e8a0
MB
6065 * paths.el (Info-default-directory-list): Try a list of possible
6066 info-directories instead of a single one. Add the possible
6067 info directory "/usr/share/info".
6068
6069 * woman.el (woman-man.conf-path): Explicitly include the debian
6070 man-db config file "/etc/manpath.config".
6071 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
6072 are present in `manpath.config'.
6073 (woman-manpath): Include "/usr/share/man".
6074
67c9a1d2
GM
60752000-07-03 Gerd Moellmann <gerd@gnu.org>
6076
6753393b
GM
6077 * frame.el (blink-cursor-mode): Don't hide cursor initially.
6078
6079 * startup.el (command-line): Initialize blink-cursor based
6080 on window-system.
6081
e4f98ad3
GM
6082 * frame.el (blink-cursor): Default to nil if not running under
6083 a window-system.
6084
2f516940
GM
6085 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
6086 (face-x-resources): Remove duplicate entry for :font.
6087
67c9a1d2
GM
6088 * textmodes/refer.el (refer-find-entry-internal): Use some-window
6089 instead of cycling through windows with next-window.
6090
6091 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
6092 of cycling through windows with next-window.
6093
6094 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
6095 of cycling through windows with next-window.
6096
6097 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
6098 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
6099 instead of cycling through windows with next-window.
6100
6101 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
6102 instead of cycling through windows with next-window.
6103
6104 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
6105 of cycling through windows with next-window.
6106
6107 * terminal.el (te-process-output): Use walk-windows instead of
6108 cycling through windows with next-window.
6109
6110 * server.el (server-switch-buffer): Use some-window instead of
6111 cycling through windows with next-window.
6112
6113 * window.el (some-window): New function.
6114 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 6115
3a4f3f86 6116 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 6117
8b7bc628 61182000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
6119
6120 * window.el (walk-windows): Guarantee termination by keeping a list
6121 of all the windows already handled.
6122
d0d57043
EZ
61232000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
6124
6125 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
6126 window-system.
6127
6128 * man.el (Man-notify-when-ready): Don't use window-system. If
6129 Man-notify-method is newframe, and the display is not
6130 multi-frame, select the frame created for the man page.
6131 (Man-init-defvars): Doc fix.
6132
d5483ab1
GM
61332000-06-28 Gerd Moellmann <gerd@gnu.org>
6134
af5c25e1
GM
6135 * faces.el (region): Change background color for light background.
6136
6137 * ediff-wind.el (ediff-setup-control-frame): Remove :box
6138 attribute from mode-line face of Ediff control frame.
6139
d5483ab1
GM
6140 * replace.el (query-replace-map): Bind `e' like `E'.
6141
9d47450f
EZ
61422000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
6143
3a4f3f86
SM
6144 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
6145 Change name to "Select All".
496b7491 6146
9d47450f
EZ
6147 * dos-fns.el (convert-standard-filename): Fix last change.
6148
0b431deb
GM
61492000-06-27 Gerd Moellmann <gerd@gnu.org>
6150
4fa9f636
GM
6151 * help.el (describe-variable): Don't insert a second `'s' in front
6152 of the string `value is shown below'. Since the syntax-table is
6153 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
6154 an existing `'s', so that this won't be deleted.
6155
0b431deb
GM
6156 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
6157 * pcmpl-unix.el: New files.
6158
32cad0aa
SM
61592000-06-26 Stefan Monnier <monnier@cs.yale.edu>
6160
6161 * wid-edit.el (widget-member): Use the new plist-member.
6162
2c69ced2
GM
61632000-06-26 Gerd Moellmann <gerd@gnu.org>
6164
44c0f771
GM
6165 * replace.el (perform-replace): Undo change of 2000-04-04.
6166 Instead, move backward 1 character at the end of the loop when
6167 necessary.
34342a07 6168
1d36487c
GM
6169 * faces.el (fringe): Change face for different backgrounds.
6170
6171 * eshell/esh-module.el (toplevel): Load defgroup's differently;
6172 patch from John.
6173
2c69ced2
GM
6174 * eshell/*.el: Change spelling of the Free Software Foundation.
6175
6176 * eshell/esh-toggle.el: Removed.
6177
6178 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
6179
6180 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
6181 interactively.
6182
61832000-06-26 Alex Schroeder <alex@gnu.org>
6184
6185 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
6186 `define-key'; instead of checking `(emacs-version)' check for
6187 `set-keymap-parent' and `set-keymap-name' directly. Add entries
6188 for `;' and `o' which might be electric.
6189
6190 (sql-electric-stuff): New user option.
6191 (sql-magic-go): New function which uses `sql-electric-stuff'.
6192 (sql-magic-semicolon): New function which uses
6193 `sql-electric-stuff'.
6194
6195 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
6196 is not fboundp.
6197
6198 (sql-oracle-options): New variable.
6199 (sql-oracle): Use it.
6200
6201 (sql-imenu-generic-expression): Doc change.
6202 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
6203 is used.
6204
6205 (sql-informix): Added command line parameter "-" to force
6206 sql-informix-program to use stdout.
6207
db1306d8
EZ
62082000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
6209
3a4f3f86 6210 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
6211 (cp864-decode-table): Doc fix.
6212 (cp720-decode-table): New variable, supports the Arabic OEM
6213 codepage used by Windows.
6214 (cp737-decode-table): New, Greek OEM codepage used by Windows.
6215
c69e5fcd
DL
62162000-06-23 Dave Love <fx@gnu.org>
6217
6218 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
6219 (font-lock-fontify-anchored-keywords): Use
6220 line-beginning-position.
6221 (global-font-lock-mode): Use mapc.
6222
30ad8f23
SM
62232000-06-23 Stefan Monnier <monnier@cs.yale.edu>
6224
6225 * eshell/esh-module.el: Require CL when compiling.
6226
26b4dc84
GM
62272000-06-23 Gerd Moellmann <gerd@gnu.org>
6228
78c56e70
GM
6229 * comint.el (comint-substitute-in-file-name): Call replace-match
6230 with second and third arg t.
6231
34342a07 6232 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
6233 Specify foreground color.
6234
6235 * faces.el (tool-bar, mode-line, header-line): Specify foreground
6236 color.
6237
affbf647
GM
6238 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
6239
6240 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
6241 cddr instead of cdddr.
6242
25fffb31
GM
6243 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
6244 instead of copy-list.
6245
6246 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
6247 of copy-list.
6248
26b4dc84
GM
6249 * subdirs.el: Add eshell subdirectory.
6250
6251 * eshell: New subdirectory containing the Eshell package.
6252
6253 * pcomplete.el: New file.
6254
78c56e70
GM
62552000-06-23 Paul Eggert <eggert@twinsun.com>
6256
ea055732
GM
6257 * mail/mailpost.el (post-mail-send-it): Make sure file has
6258 proper permissions from birth.
6259
6260 * files.el (basic-save-buffer-2): When temporarily setting
6261 file modes, set them to current modes plus 0200, not to 0777.
6262
78c56e70
GM
6263 * emerge.el (emerge-make-temp-file): Make sure file has proper
6264 permissions from birth.
6265
a3a7ff33
EZ
62662000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
6267
6268 * files.el (make-backup-file-name-1): On DOS/Windows, run the
6269 backup file name through convert-standard-filename.
6270
6271 * dos-fns.el (convert-standard-filename): Convert leading
6272 directories as well. When long file names are supported, convert
6273 characters that are invalid in Windows file names.
6274
1fd9b7fe
GM
62752000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6276
6277 * ps-print.el: Fix bug: if ^L is the very first buffer character,
6278 ps-print crashes. New feature: page selection for printing. Create
6279 raw-text-unix coding system for XEmacs. Doc fix.
6280 (ps-print-version): New version number (5.2.3).
6281 (ps-plot-region): Bug fix.
6282 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
6283 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
6284 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
6285 funs.
6286 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
6287 (ps-last-page): New vars.
6288
16ed8416
GM
62892000-06-21 Gerd Moellmann <gerd@gnu.org>
6290
6291 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
6292 empty option string.
6293
4fbee715
EZ
62942000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
6295
6296 * man.el (man): Doc fix.
6297
eaecfc94
KH
62982000-06-21 Kenichi Handa <handa@etl.go.jp>
6299
6300 * international/mule-cmds.el (set-language-info-alist): Docstring
6301 fixed.
6302
4a27bdfb
GM
63032000-06-20 Gerd Moellmann <gerd@gnu.org>
6304
6305 * version.el (emacs-version): Use ISO date format.
6306
6307 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
6308 instead of `M-backspace'.
6309
6310 * simple.el (turn-off-auto-fill): New function.
6311
8972fe79
SM
63122000-06-20 Stefan Monnier <monnier@cs.yale.edu>
6313
6314 * jit-lock.el (with-buffer-prepared-for-jit-lock):
6315 Renamed from with-buffer-prepared-for-font-lock and use
6316 inhibit-modification-hooks rather than setting *-change-functions.
6317 Update all functions to use the new name.
6318 (jit-lock-first-unfontify-pos): New semantics (and doc).
6319 (jit-lock-mode): Make non-interactive.
6320 Don't automatically turn on font-lock.
6321 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
6322 Always use jit-lock-after-change.
6323 Remove and restore font-lock-after-change-function.
6324 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
6325 (jit-lock-after-unfontify-buffer): Remove.
6326 (jit-lock-stealth-fontify):
6327 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
6328 (jit-lock-after-change): Set the `fontified' text-prop to nil.
6329
5d80cc9c
SS
63302000-06-20 Sam Steingold <sds@gnu.org>
6331
6332 * emacs-lisp/cl-indent.el (toplevel): Indent
6333 `print-unreadable-object' properly. Untabify.
6334
f54e4d13
CD
63352000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
6336
6337 * textmodes/reftex.el (reftex-find-citation-regexp-format):
6338 Support for bibentry.
6339 (reftex-compile-variables): Fixed problem with end of section-re.
6340
6341 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
6342 reftex-view-crossref-from-bibtex):
6343 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
6344 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
6345 Replaced `remprop' with `put'.
8972fe79
SM
6346 (reftex-view-crossref, reftex-view-crossref-when-idle):
6347 Support for bibentry.
f54e4d13 6348
8972fe79
SM
6349 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6350 New entry for bibentry package.
f54e4d13 6351
8972fe79
SM
6352 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
6353 Regexp also matches "\nobibliography".
f54e4d13 6354
8972fe79
SM
6355 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
6356 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
6357 (reftex-ensure-write-access): New function.
6358
f54e4d13
CD
63592000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
6360
6361 * progmodes/idlwave.el: File re-installed (update to version 4.2)
6362
6363 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
6364
6365 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
6366
6367 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
6368
6369
560c43f4
DL
63702000-06-20 Dave Love <fx@gnu.org>
6371
6372 * faces.el (frame-background-mode): Use set-default, not set, in
6373 setter.
6374 (frame-update-faces, frame-update-face-colors): Define with
6375 defalias.
6376
6377 * enriched.el (enriched-decode-foreground)
6378 (enriched-decode-background): Don't use internal-find-face.
6379
6380 * apropos.el: Doc fixes.
6381
6382 * cus-edit.el (customize-changed-options): Check arg.
6383 (customize-version-lessp): Don't require decimal point.
6384
6385 * custom.el (defcustom, defgroup): Doc fix.
6386
6387 * newcomment.el (comment) <defgroup>: Add :version.
6388 (comment-multi-line): Doc fix.
6389
6390 * emulation/mlsupport.el (define-hooked-local-abbrev,
6391 define-hooked-global-abbrev): Fix, using define-abbrev.
6392
cdf0357b
GM
63932000-06-19 Gerd Moellmann <gerd@gnu.org>
6394
6395 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
6396 the whole buffer.
6397
10013d74
DL
63982000-06-19 Dave Love <fx@gnu.org>
6399
6400 * menu-bar.el (menu-bar-options-save): New function.
6401 (menu-bar-options-menu): Use it.
6402 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
6403 Simplify.
6404
6922f208
AS
64052000-06-19 Andreas Schwab <schwab@suse.de>
6406
6407 * progmodes/etags.el (tags-query-replace): Put new parameters
6408 START and END at the end, for backward compatibility.
6409
10d7bf84
KH
64102000-06-19 Kenichi Handa <handa@etl.go.jp>
6411
6412 * international/codepage.el:
6413 (cp-coding-system-for-codepage-1): Delete special codes for
6414 generating xxx-dos coding system because now a CCL based coding
6415 system can handle EOL conversion by default.
6416
6417 * international/mule.el (make-coding-system): Generate subsidiary
6418 coding systems for EOL handling variants even for a CCL based
6419 coding system.
6420
8f3c9a3d
KH
64212000-06-19 Kenichi Handa <handa@etl.go.jp>
6422
6423 * international/isearch-x.el (isearch-minibuffer-input-method)
6424 (isearch-minibuffer-input-method-function): These variables
6425 deleted.
6426 (isearch-with-input-method): Don't use the above variables.
6427 (isearch-process-search-multibyte-characters): Likewise. Call
6428 read-string with the arg INHERIT-INPUT-METHOD t.
6429
c2acf685
SM
64302000-06-17 Stefan Monnier <monnier@cs.yale.edu>
6431
13f0d185
SM
6432 * font-lock.el (font-lock-after-fontify-buffer)
6433 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
6434
6435 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
6436 Use consistent make-local-variable style for font-lock-fontified.
6437 (jit-lock-fontify-buffer):
6438 Don't bother checking for font-lock-mode and jit-lock-mode.
6439
c2acf685
SM
6440 * time.el: Remove trailing ^M that prevent CVS-merging.
6441
a9021acd
GM
64422000-06-16 Gerd Moellmann <gerd@gnu.org>
6443
6444 * Makefile.in (distclean): New target.
5d80cc9c 6445
0df68e9f
SM
64462000-06-16 Stefan Monnier <monnier@cs.yale.edu>
6447
6448 * Makefile.in (srcdir): Define for update-subdirs.
6449
6344985d
GM
64502000-06-16 Gerd Moellmann <gerd@gnu.org>
6451
6452 * find-lisp.el: New file.
6453
63239267
AI
64542000-06-16 Andrew Innes <andrewi@gnu.org>
6455
6456 * time.el (display-time-mail-function): New variable, to allow
6457 external packages to indicate when new mail is available.
6458 (display-time-update): Use it.
6459
1699f991
KH
64602000-06-16 Kenichi Handa <handa@etl.go.jp>
6461
a3b37893
KH
6462 * international/mule.el (mule-version): Change version name to
6463 SAKAKI. AOI has already been used by Meadow.
6464
1699f991
KH
6465 * international/quail.el (quail-show-guidance-buf): To find the
6466 bottom window (but minibuffer), pay attention to the height of
6467 minibuffer.
6468
228b083e
EZ
64692000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
6470
7d5c8691
EZ
6471 * arc-mode.el (archive-mode-map): Use the new menu-item format for
6472 menu-bar menus. Add help strings. Don't remove the Edit menu
6473 from the menu bar, as the menu bar has enough space now.
6474
261f3289
EZ
6475 * Makefile.in (SHELL): Make sure /bin/sh is used.
6476
228b083e
EZ
6477 * woman.el (woman-man-buffer): Fix bold and underlined CJK
6478 characters, which use series of two ^H characters instead of one.
6479
e27e8d71
GM
64802000-06-15 Gerd Moellmann <gerd@gnu.org>
6481
5d80cc9c 6482 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 6483 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 6484 functions.
451ec4e3
GM
6485 (Info-find-node-2): Try a case-sensitive search first, then
6486 do a case-insensitive search.
6487
6488 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
6489 tutorials.
6490
b675095c
GM
6491 * complete.el (PC-env-vars-alist): New variable.
6492 (PC-complete-as-file-name): New function.
6493 (partial-completion-mode): Initialize PC-env-vars-alist from
6494 process-environment.
6495 (PC-do-completion): Handle completion of env vars.
6496
6497 * info.el (Info-set-mode-line): Show file name in mode line,
6498 use `*Info*' instead of `Info:'.
6499
e27e8d71
GM
6500 * startup.el (command-line-1): Change copyright messages to year
6501 2000.
6502
28223a7e
DL
65032000-06-15 Dave Love <fx@gnu.org>
6504
6505 * net/goto-addr.el (goto-address-fontify): Use keymap property,
6506 not local-map.
6507
32684631
KH
65082000-06-15 Kenichi Handa <handa@etl.go.jp>
6509
6510 * international/mule.el (set-buffer-file-coding-system): Almost
6511 rewritten to handle `undecided' as no-op.
6512
9f817ea4
GM
65132000-06-14 Gerd Moellmann <gerd@gnu.org>
6514
e27e8d71 6515 * Makefile.in: New file.
dce6b995
GM
6516
6517 * Makefile: Removed.
6518
9f817ea4
GM
6519 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
6520 (goto-address-highlight-keymap): Bind C-c RET.
6521
2de33f94
KH
65222000-06-14 Kenichi Handa <handa@etl.go.jp>
6523
bbf1e8a5
KH
6524 * mail/sendmail.el (sendmail-send-it): The temporary buffer
6525 inherits buffer-file-coding-system of the current buffer.
725a6897 6526
02891cc3
KH
6527 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
6528 0. Give correct argument to set-auto-coding-function.
6529 (tar-expunge): For goto-char, use (point-min), not 0.
6530 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
6531 (tar-subfile-save-buffer): Likewize.
6532
2de33f94
KH
6533 * international/mule.el
6534 (after-insert-file-set-buffer-file-coding-system): Call
6535 set-buffer-file-coding-system with the arg FORCE t.
6536
1681ead6
GM
65372000-06-13 Gerd Moellmann <gerd@gnu.org>
6538
6539 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
6540 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 6541 the sender is set with `-f'.
1681ead6 6542
fdf4b680
DL
65432000-06-13 Dave Love <fx@gnu.org>
6544
9c50afce
DL
6545 * help.el (describe-function-1): Kluge around cases of functions
6546 fset to subrs whose doc doesn't match their symbol-name.
6547
0ad550ba 6548 * image.el (insert-image): Default STRING to a space.
f290ca08 6549
fdf4b680 6550 * info.el Doc fixes.
5d80cc9c 6551 (Info-build-node-completions): Match Ref tags.
fdf4b680 6552
9b6610db
EZ
65532000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
6554
a704139d
EZ
6555 * frame.el (display-multi-frame-p, display-multi-font-p): New
6556 defaliases for display-graphic-p.
6557
9b6610db
EZ
6558 * hl-line.el: Fixed a typo in commentary.
6559
7a5ea398
KH
65602000-06-13 Kenichi Handa <handa@etl.go.jp>
6561
6562 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
6563 fixed.
6564
0dc91c57
DL
65652000-06-12 Dave Love <fx@gnu.org>
6566
6567 * image.el (insert-image): Save a little consing.
6568
0bd5914b
KH
65692000-06-12 Kenichi Handa <handa@etl.go.jp>
6570
6571 * language/tibet-util.el: Convert all tibetan-1-column characters
6572 to the corresponding tibetan characters.
6573 (tibetan-add-components): Delete code for the special treatment of
6574 'a chung.
6575
6576 * language/tibetan.el (tibetan-composable-pattern): Fix previous
6577 change.
6578 (tibetan-vowel-transcription-alist): More rules added.
6579 (tibetan-composite-vowel-alist): New variable.
6580 (tibetan-precomposition-rule-alist): More rules added.
6581
6dc7d3d5
SM
65822000-06-12 Stefan Monnier <monnier@cs.yale.edu>
6583
9c04c393
SM
6584 * startup.el (command-line): Only call menu-bar-mode if interactive.
6585
6586 * thingatpt.el (toplevel symbol-properties):
6587 * textmodes/makeinfo.el (makeinfo-compile):
6588 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 6589 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 6590 (hide-ifdef-use-define-alist):
5d80cc9c 6591 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
6592 (ange-ftp-vms-add-file-entry):
6593 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
6594 * man.el (Man-build-man-command):
6595 * mail/rnewspost.el (news-reply-header-hook):
6596 * info.el (Info-insert-dir):
6597 * emulation/mlconvert.el (backward-word, forward-word, setq):
6598 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
6599 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
6600 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
6601 (byte-optimize-apply, end of file):
6602 * emacs-lisp/advice.el (ad-advice-class-completion-table)
6603 (ad-make-freeze-definition):
6604 * startup.el (command-line, command-line-1): Don't quote lambdas.
6605
6dc7d3d5
SM
6606 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
6607 (cvs-cleanup-removed): New function.
6608 (cvs-cleanup-functions): New var.
6609 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
6610 some flexibility in specifying additional entries to auto-cleanup.
6611 (cvs-quickdir): New function.
6612 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
6613 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
6614 (cvs-mode-find-file): Check that we are on a filename or dirname
6615 when invoked through a mouse-click.
6616 (cvs-full-path): Remove.
6617 (cvs-dired-action): Re-introduced.
6618 (cvs-dired-noselect): Use it.
6619 (vc-post-command-functions): use this new hook if available.
6620
6621 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
6622 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
6623 (cvs-filename-map, cvs-dirname-map): Remove.
6624 (cvs-default-action): Remove.
6625 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
6626 if the arg is really a keymap.
6627 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
6628 Don't hardcode the mapping from state (aka type) to face, but check
6629 the var cvs-fi-<type>-face instead.
6630 (cvs-fileinfo-from-entries): New function.
6631
6632 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
6633 Docstring fix.
6634 (cvs-find-file-and-jump): Change default to be safer.
6635 (cvs-mode-diff-map): Define it as a function as well.
6636 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
6637 Bind mouse-2 in this global map rather than with text-properties.
6638
6639 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
6640 file to resolve the ambiguity between C(conflict) and C(need-merge).
6641
5050a2ef
KH
66422000-06-12 Kenichi Handa <handa@etl.go.jp>
6643
6644 * international/mule.el (set-buffer-file-coding-system): If
6645 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
6646 unconditionally.
6647
35a7ac84
DL
66482000-06-12 Dave Love <fx@gnu.org>
6649
6650 * wid-edit.el (widget-specify-button): Really suppress the face if
6651 required.
6652
db8eeecd
GM
66532000-06-11 Gerd Moellmann <gerd@gnu.org>
6654
6655 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
6656
70223ca4
SM
66572000-06-11 Stefan Monnier <monnier@cs.yale.edu>
6658
6659 * imenu.el (imenu-generic-expression): Docstring fix.
6660
6661 * composite.el (composition-function-table): Move the `put'
6662 below the autoload cookie so we can load the file before loaddefs.
6663
6664 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
6665
6666 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
6667 Handle easy-mmode-define-global-mode.
6668 For complex macros like define-minor-mode that can generate
6669 several autoload entries, try to autoload entries in the
6670 macroexpanded code.
6671
6672 * emacs-lisp/easy-mmode.el (define-minor-mode):
6673 If KEYMAP is a symbol, just use it.
6674 Use byte-compile-current-file and load-file-name to infer the
6675 proper :require to pass to defcustom.
6676 Wrap the hook var into `progn' so as not to autoload it.
6677 Add a :autoload-end cookie.
6678 Be more careful about the evaluation of KEYMAP.
6679 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
6680 (define-derived-mode): Move define-abbrev-table outside of defvar.
6681
66822000-06-10 Stefan Monnier <monnier@cs.yale.edu>
6683
6684 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
6685 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
6686 (backup-compiled-files): Ignore errors during `tar'.
6687 (bootstrap): Make autoloads before elc files.
6688
9c53b34e
KH
66892000-06-10 Kenichi Handa <handa@etl.go.jp>
6690
6691 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 6692 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
6693
6694 * international/mule-conf.el (unix): New alias for the coding
6695 system undecided-unix.
6696
22ddd299
DL
66972000-06-09 Dave Love <fx@gnu.org>
6698
5ee42746
DL
6699 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
6700
70223ca4 6701 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
6702 (executable-insert): Change custom type.
6703 (executable-find): Add autoload cookie.
cc7e1d18
DL
6704 (executable-make-buffer-file-executable-if-script-p): New
6705 function. After Noah Friedman.
22ddd299
DL
6706
6707 * files.el (after-save-hook): Customize, with
cc7e1d18 6708 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 6709
41ea3794
KH
67102000-06-09 Kenichi Handa <handa@etl.go.jp>
6711
f89437e3
KH
6712 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
6713 "tib24p-mule.bdf" for Tibetan.
6714
7a4ee259
KH
6715 * composite.el (decompose-composite-char): Declare it as obsolete.
6716
ff6a65c2
KH
6717 * man.el (Man-fontify-manpage): Pay attention to underline and
6718 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 6719
f83fe4b4
GM
67202000-06-08 Gerd Moellmann <gerd@gnu.org>
6721
6722 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
6723 Set maintainer to FSF since author isn't reachable.
6724
e56d7900
DL
67252000-06-08 Dave Love <fx@gnu.org>
6726
6727 * international/mule-cmds.el (select-safe-coding-system): If
6728 DEFAULT-CODING-SYSTEM is not specified, also check the most
6729 preferred coding-system if buffer-file-coding-system is
6730 `undecided'. From Handa.
6731
d3981b49
KH
67322000-06-08 Kenichi Handa <handa@etl.go.jp>
6733
6734 * international/mule.el
6735 (after-insert-file-set-buffer-file-coding-system): If the buffer
6736 size is greater than INSERTED, judget that we are not visiting.
6737
bff71087
RV
67382000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
6739
6740 * whitespace.el (defgroup whitespace): Comment out `:version'.
6741 XEmacs 20.4 has problems defining the group with this present.
6742 We'll have this commented out till get resolve the problem.
6743
45f485a6
GM
67442000-06-07 Gerd Moellmann <gerd@gnu.org>
6745
6746 * align.el: Update from author.
6747
67482000-06-07 Jari Aalto <jari.aalto@poboxes.com>
6749
6750 * apropos.el (apropos-mode-hook): New user variable.
6751 (apropos-mode): Run apropos-mode-hook.
bff71087 6752
45f485a6
GM
67532000-06-07 David Ponce <david@dponce.com>
6754
6755 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
6756 commands. Require `wid-edit' at run-time.
6757
67582000-06-07 David Ponce <david@dponce.com>
6759
6760 * recentf.el: Added some "Commentary".
6761 (recentf-open-more-files, recentf-edit-list): Minor changes to
6762 move the point at the top of the file list. This behaviour is
6763 consistent with the menu one when the list contains a lot of
6764 files.
6765 (recentf-cleanup): Now displays the number of items removed from
6766 the list.
6767 (recentf-relative-filter) New menu filter to show filenames
6768 relative to `default-directory'.
bff71087 6769
45f485a6
GM
67702000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6771
6772 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
6773 with/without giving an error if PostScript printer doesn't have this
6774 kind of page size. Zebra Stripe continues or restarts on next page.
6775 Manual/automatic paper feeding. Switch or not the header.
6776 (ps-print-version): New version number (5.2.2).
6777 (ps-windows-system): Include emx as a Windows system.
6778 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
6779 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
6780 (ps-background-text): Code fix.
6781 (ps-error-handler-message, ps-user-defined-prologue)
6782 (ps-print-prologue-header, ps-printer-name)
6783 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
6784 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
6785 (ps-use-face-background): Customization fix.
6786 (ps-n-up-database): Data fix.
6787 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
6788 (ps-switch-header): New vars.
6789 (ps-xemacs-color-name, ps-face-foreground-name)
6790 (ps-face-background-name, ps-boolean-constant): New funs.
6791
c14dcd22
DL
67922000-06-07 Dave Love <fx@gnu.org>
6793
6794 * allout.el: New version from Manheimer.
6795
e4044bb0
KH
67962000-06-07 Kenichi Handa <handa@etl.go.jp>
6797
6798 * textmodes/fill.el (fill-find-break-point): Check the validity of
6799 charset.
6800
59cfe8b9
KF
68012000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
6802
6803 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6804 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6805 Call display-color-p and display-mouse-p instead of looking at
6806 window-system.
6807
bb2337f5
DL
68082000-06-06 Dave Love <fx@gnu.org>
6809
6810 * image.el (find-image): Doc fix. Return nil if image not found.
6811 (put-image, insert-image): Make STRING arg optional.
6812
8e624fa2
KH
68132000-06-06 Kenichi Handa <handa@etl.go.jp>
6814
6815 * language/vietnamese.el: Remove eval-when-compile.
6816 (viet-viscii-nonascii-translation-table): Define it as a
6817 translation table made from viet-viscii-decode-table.
6818 (viet-viscii-encode-table): Define it as a translation table made
6819 from the reverse map of above.
6820 (viet-vscii-nonascii-translation-table): Define it as a
6821 translation table made from viet-vscii-decode-table.
6822 (viet-vscii-encode-table): Define it as a translation table made
6823 from the reverse map of above.
6824 (ccl-decode-viscii): Use translate-character.
6825 (ccl-encode-viscii, ccl-encode-viscii-font)
6826 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
6827 Likewize.
bff71087 6828
8e624fa2
KH
6829 * language/cyrillic.el: Remove eval-when-compile.
6830 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
6831 translation table made from cyrillic-koi8-r-decode-table.
6832 (cyrillic-koi8-r-encode-table): Define it as a translation table
6833 made from the reverse map of above.
6834 (ccl-decode-koi8): Use translate-character.
6835 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
6836 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
6837 a translation table made from cyrillic-alternativnyj-decode-table.
6838 (cyrillic-alternativnyj-encode-table): Define it as a translation
6839 table made from the reverse map of above.
6840 (ccl-decode-alternativnyj): Use translate-character.
6841 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
6842 Likewize
6843
6844 * international/mule-diag.el (non-iso-charset-alist): Specify
6845 translation table symbol instead of translation table itself.
6846 (list-block-of-chars): CHARSET may be a translation table symbol.
6847
6848 * international/mule.el (make-coding-system): If CODING-SYSTEM
6849 already exists, override it.
6850
6851 * international/fontset.el: Use family `proportional' for Tibetan
6852 fonts.
6853
6854 * international/ccl.el (ccl-compile-translate-character): Don't
6855 check if Rrr has property translation-table.
6856 (ccl-compile-map-multiple): Modified to avoid compiler warning.
6857
1969fae2
GM
68582000-06-05 Gerd Moellmann <gerd@gnu.org>
6859
6860 * info.el: Bind case-fold-search to t when searching in case
6861 a user sets it to nil in a hook.
6862
d5b037c5
SM
68632000-06-05 Stefan Monnier <monnier@cs.yale.edu>
6864
d3d02e65
SM
6865 * autoarg.el (autoarg-mode, autoarg-kp-mode):
6866 * hl-line.el (hl-line-mode): Use the new :global key argument.
6867
6868 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
6869 (tar-clip-time-string): Prepend a space.
6870 (tar-grind-file-mode): Construct a string rather than modifying one.
6871 (tar-header-block-summarize): Fix docstring.
6872 Use `format' rather than an error-prone set of copy-loops.
6873
6874 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
6875 (diff-goto-source, diff-unified->context, diff-context->unified)
6876 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
6877 understand the format output by the `-p' argument to diff.
6878
bff71087 6879 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
6880 (sh-re-done): Use defconst.
6881 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
6882 (sh-help-string-for-variable, sh-guess-basic-offset):
6883 Don't quote lambdas.
6884 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
6885 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
6886
f7c4478f
SM
6887 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
6888 (mh-letter-mode): Derive from text-mode.
6889 This implicitly means that it now calls kill-all-local-variables.
6890 Also remove the Emacs-18 compatibility code.
6891
a8add29d
SM
6892 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
6893 Make use of symbol-property doc-string-elt.
6894 Use memq rather than a sequence of eq.
6895 (doc-string-elt): Fix the wrong or missing previously unused values.
6896 (autoload-print-form): New function extracted from
6897 generate-file-autoloads to allow recursion when handling progn
6898 so that defvar's and defun's docstrings are properly printed.
6899 (generate-file-autoloads): Use it.
6900
d5b037c5
SM
6901 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
6902 Use find-file-hooks in the minor-mode function.
6903 Be careful not to loop indefinitely in the post-command-hook function.
6904
560ef11a 69052000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 6906
1969fae2 6907 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 6908 tty's.
1969fae2 6909 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 6910 differences whenever appropriate.
1969fae2
GM
6911 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
6912 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
6913 wildcards.
6914
b5bbbb76
SM
69152000-06-04 Stefan Monnier <monnier@cs.yale.edu>
6916
d5b037c5
SM
6917 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
6918 (jit-lock-fontify-buffer): New function for JIT refontification.
6919 (jit-lock-mode): Fix docstring.
6920 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
6921 Remove jit-lock-after-change from the _local_ hook.
6922 (jit-lock-function-1): Fix docstring.
6923
6924 * info.el (Info-on-current-buffer): Initialize info.
6925
6926 * newcomment.el (comment-indent): Ignore comment-indent-hook.
6927
6928 * progmodes/tcl.el (tcl-indent-for-comment):
6929 Ignore comment-indent-hook.
6930
6931 * emacs-lisp/easy-mmode.el: Require CL during compilation.
6932 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
6933 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
6934 and improve to use the lighter to guess the capitalization.
6935 (define-minor-mode): Inline code from easy-mmode-define-toggle.
6936 Add keyword arguments to specify global-ness or the custom group.
6937 Add local-map and help-echo properties to the lighter.
6938 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 6939 (easy-mmode-define-global-mode): New macro.
b5bbbb76 6940
bfa6c260
DL
69412000-06-02 Dave Love <fx@gnu.org>
6942
6943 * wid-edit.el: byte-compile-dynamic since we typically don't use
6944 all the widgets. Don't require cl or widget. Remove
6945 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
6946 (widget-read-event): Removed. Callers changed to use read-event.
6947 (widget-button-release-event-p): Renamed from
6948 button-release-event-p.
6949 (widget-field-add-space, widget-field-use-before-change):
6950 Uncustomize.
6951 (widget-specify-field): Use keymap property, not local-map.
6952 (widget-specify-button): Obey :suppress-face.
6953 (widget-specify-insert): Use modern backquote syntax.
6954 (widget-image-directory): Renamed from widget-glyph-directory.
6955 (widget-image-enable): Renamed from widget-glyph-enable.
6956 (widget-image-find): Replaces widget-glyph-find.
6957 (widget-button-pressed-face): Move defvar.
6958 (widget-image-insert): Replaces widget-glyph-insert.
6959 (widget-convert): Use keywordp.
6960 (widget-leave-text, widget-children-value-delete): Use mapc.
6961 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 6962 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
6963 (widget-button-click): Don't set point at the click, but re-centre
6964 if we scroll out of window. Rewritten for images v. glyphs &c.
6965 (widget-tabable-at): Use POS arg, not point.
6966 (widget-beginning-of-line, widget-end-of-line)
6967 (widget-item-value-create, widget-sublist, widget-princ-to-string)
6968 (widget-sexp-prompt-value, widget-echo-help): Simplify.
6969 (widget-default-create): Use widget-image-insert; some rewriting.
6970 (widget-visibility-value-create)
6971 (widget-push-button-value-create, widget-toggle-value-create): Use
6972 widget-image-insert.
6973 (checkbox): Create on and off images dynamically.
6974 (documentation-link): Change :help-echo.
6975 (widget-documentation-link-echo-help): Remove.
6976
3837de12
SM
69772000-06-02 Stefan Monnier <monnier@cs.yale.edu>
6978
6979 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
6980
6981 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
6982 (easy-mmode-define-toggle, define-minor-mode): Use it.
6983 (easy-mmode-define-keymap): Docstring fix.
6984 (define-derived-mode): Default PARENT to fundamental-mode.
6985 Add the derived-mode-parent symbol-property.
6986 (easy-mmode-derived-mode-p): New function.
6987
90aa4ea8
DL
69882000-06-02 Dave Love <fx@gnu.org>
6989
37193ee6
DL
6990 * files.el (convert-standard-filename): Doc fix.
6991 (normal-backup-enable-predicate): New function.
6992 (backup-enable-predicate): Use it to replace the lambda form.
6993
6994 * calendar/todo-mode.el: [This needs more work on the outline
6995 stuff.] Doc fixes.
6996 (todo) <defgroup>: Add :version.
6997 (todo-add-category): Don't use pushnew.
6998 (todo-cmd-raise): Fix typo.
6999 (todo-top-priorities): Change temp buffer name.
7000 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
7001 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
7002 Use outline-next-heading.
37193ee6 7003
90aa4ea8
DL
7004 * autoarg.el: Rewritten to use define-minor-mode.
7005 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
7006 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
7007
2e54623a
KH
70082000-06-02 Kenichi Handa <handa@etl.go.jp>
7009
7010 * isearch.el (isearch-other-meta-char): Fix previous change.
7011
c5def0db
SM
70122000-06-01 Stefan Monnier <monnier@cs.yale.edu>
7013
3837de12
SM
7014 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
7015 (log-edit-done): Only add the comment to the ring if it's different
7016 from the last comment entered.
7017
c5def0db
SM
7018 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
7019
2330c9d4
DL
70202000-06-01 Dave Love <fx@gnu.org>
7021
7022 * hl-line.el: Rewritten using define-minor-mode.
7023
7024 * help.el (describe-function-1): Distinguish special form from
7025 builtin function. Sanity-check presence of arglist for builtins.
7026
6e5dfc31
KH
70272000-06-01 Kenichi Handa <handa@etl.go.jp>
7028
4dc1225b
KH
7029 * international/characters.el: Fix syntax/category setting of
7030 Tibetan characters.
7031
7032 * language/tibet-util.el (tibetan-add-components): Fixes for new
7033 encoding of Tibetan characters.
7034 (tibetan-decompose-precomposition-alist): New variable.
7035 (tibetan-decompose-region): Convert precomposed characters to
7036 non-precomposed characters.
7037 (tibetan-decompose-string): Likewise.
7038 (tibetan-composition-function): Fix args to
7039 thibetan-compose-string.
7040
7041 * language/tibetan.el (tibetan-composable-pattern): More
7042 characters included.
7043 (tibetan-consonant-transcription-alist): Rule for "R" added.
7044 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
7045 "+R" added.
7046 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
7047
eadef5e6
KH
7048 * language/lao-util.el (lao-composition-function): Fix args to
7049 compose-string.
7050
7051 * language/thai-util.el (thai-composition-function): Fix args to
7052 compose-string.
7053
6e5dfc31 7054 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
7055 to prevent the point moving to the end of a composition when a
7056 part of a composition is searched.
6e5dfc31
KH
7057 (isearch-other-meta-char): If the key invoking this command can be
7058 mapped by function-key-map to a printing char, call
7059 isearch-process-search-char directly.
7060
2598a293
SM
70612000-06-01 Stefan Monnier <monnier@cs.yale.edu>
7062
7063 * emacs-lisp/bytecomp.el:
7064 * frame.el:
7065 * international/mule-cmds.el:
7066 * international/mule-util.el:
7067 * international/mule.el:
7068 * mouse.el:
7069 * subr.el:
7070 * faces.el: Update calls to make-obsolete with a WHEN argument.
7071
7072 * byte-run.el (make-obsolete, make-obsolete-variable):
7073 Add an optional WHEN argument and change the format of the
bff71087 7074 symbol-property information.
2598a293
SM
7075 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
7076 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
7077 new obsolete-symbol-property format and print WHEN if it is provided.
7078
28d8dff1
DL
70792000-05-31 Dave Love <fx@gnu.org>
7080
7081 * loadhist.el (loadhist-hook-functions): Remove
7082 before-change-function, after-change-function.
7083 (unload-feature): Deal with symbols which are both bound and
7084 fbound.
7085
7086 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
7087 before-change-function, after-change-function.
7088
7089 * simple.el (newline): Don't bind before-change-function,
7090 after-change-function.
7091
7f565d87
RV
70922000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
7093
7094 * whitespace.el (whitespace-rescan-timer-time): Update interval
7095 set to 600 seconds (10 minutes) instead of 60 seconds since
7096 a large number of whitespace buffers causes emacs to `freeze'
7097 for a considerable amount of time.
7098
bff71087 7099 * whitespace.el: Updated email address
7f565d87 7100
a8d693d8
DL
71012000-05-31 Dave Love <fx@gnu.org>
7102
7103 * add-log.el (change-log-font-lock-keywords) <function>: Add
7104 pattern for function of change.
7105 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
7106 acknowledgements patterns.
7107
a50192e7
KH
71082000-05-31 Kenichi Handa <handa@etl.go.jp>
7109
7110 * isearch.el (isearch-printing-char): If keyboard coding system is
7111 being used, call isearch-process-search-multibyte-characters.
7112
7113 * international/isearch-x.el: Mostly rewritten.
7114
7115 * international/quail.el (quail-start-conversion): Don't include
7116 unhandled events in the returned events, but set them in
7117 unread-command-events. Exit if all inputs are deleted.
7118
7e492772
JR
71192000-05-30 Jason Rumney <jasonr@gnu.org>
7120
7121 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
7122
7123 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
7124 Reenable code to create initial fontsets.
7125 Use set-fontset-font in place of put-charset-property.
7126
10fc3187
GM
71272000-05-30 Gerd Moellmann <gerd@gnu.org>
7128
79148ea7
GM
7129 * progmodes/perl-mode.el (perl-indent-line): When looking for a
7130 label, ensure that the first colon isn't followed by another.
7131
7132 * paths.el (Info-default-directory-list): Doc fix.
7133
086d5b87
GM
7134 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
7135 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
7136 send a query containing USER only, not USER@HOST.
7137
10fc3187
GM
7138 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
7139 and rmail-msgend to compute the restriction at the end, instead of
7140 computing it.
7141
49e70dec
GM
71422000-05-29 Gerd Moellmann <gerd@gnu.org>
7143
66254a13
GM
7144 * dabbrev.el (dabbrev-expand): Don't display messages in the
7145 echo area if the minibuffer window is active.
7146
49e70dec
GM
7147 * jit-lock.el (jit-lock-mode): Add after change function to
7148 local hook.
7149
71502000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
7151
7152 * antlr-mode.el: New commands: hide/unhide actions,
7153 upcase/downcase literals.
7154 (antlr-tiny-action-length): New user option.
7155 (antlr-hide-actions): New command. Suggested by
7156 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 7157 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
7158 (antlr-mode-menu): New entries.
7159 (antlr-downcase-literals): New command.
7160 (antlr-upcase-literals): Ditto.
7161
7162 * antlr-mode.el: Minor changes: indendation, mode-name.
7163 (antlr-indent-line): Indent cpp directive at column 0.
7164 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
7165
7166 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
7167 (antlr-font-lock-additional-keywords): Workaround for intentional
7168 bug in XEmacs version of font-lock.
7169 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
7170 be used by a smarter version of `buffers-menu-grouping-function'.
7171
71722000-05-29 Gerd Moellmann <gerd@gnu.org>
7173
7174 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
7175 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
7176
49f93684
KH
71772000-05-29 Kenichi Handa <handa@etl.go.jp>
7178
7179 * international/encoded-kb.el
7180 (encoded-kbd-iso2022-designation-map): Pay attention to that
7181 charset-iso-final-char return -1 for eight-bit-control and
7182 eight-bit-graphic.
7183
5b1ae051
EZ
71842000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
7185
7186 * speedbar.el (speedbar-use-images, speedbar-update-flag)
7187 (speedbar-easymenu-definition-base): Use display-graphic-p where
7188 available, instead of window-system.
7189
a205e32a
EZ
71902000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
7191
7192 * international/codepage.el (cp-coding-system-for-codepage-1): Add
7193 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
7194 coding systems.
7195
dd854dc2
DL
71962000-05-26 Dave Love <fx@gnu.org>
7197
c88a85d5
DL
7198 * disp-table.el (standard-display-underline): Don't use
7199 internal-find-face.
7200
dd854dc2
DL
7201 * mail/reporter.el: Maintainer change. Doc fixes.
7202 (reporter-version): Deleted.
7203
7204 * emacs-lisp/elp.el: Maintainer change.
7205 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
7206
dc29aa6c
SM
72072000-05-26 Stefan Monnier <monnier@cs.yale.edu>
7208
7209 * add-log.el (add-change-log-entry): Merge the current entry with the
7210 previous one if the previous one is empty.
7211
ed62683d
DL
72122000-05-26 Dave Love <fx@gnu.org>
7213
4370a375
DL
7214 * loadhist.el (unload-feature): Fix interactive spec [from
7215 lijnzaad@ebi.ac.uk].
7216
ed62683d
DL
7217 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
7218 subr-arity to check primitives.
7219 (byte-compile-flush-pending, byte-compile-file-form-progn)
7220 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
7221 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
7222 mapcar.
7223
ba9f8f95
KH
72242000-05-26 Kenichi Handa <handa@etl.go.jp>
7225
0f3e0672
KH
7226 * international/fontset.el: Set family names of non-latin charsets
7227 in default fontset to "*".
7228
cebefb44
KH
7229 * international/mule-diag.el (print-fontset): Combine family part
7230 and registry part of the fontname by "-*-" instead of "-".
7231
ba9f8f95
KH
7232 * international/mule-cmds.el (encode-coding-char): Make strings
7233 multibyte before calling encode-coding-string.
7234
931d0724
SM
72352000-05-25 Stefan Monnier <monnier@cs.yale.edu>
7236
7237 * derived.el: Fix keywords.
8ccce2b0 7238 (define-derived-mode): Only define if needed.
931d0724
SM
7239
7240 * simple.el (fill-comment, comment-column, comment-start)
7241 (comment-start-skip, comment-end, comment-indent-function)
7242 (block-comment-start, block-comment-end, indent-for-comment)
7243 (set-comment-column, kill-comment, comment-padding, comment-region)
7244 (comment-multi-line, indent-new-comment-line): Remove.
7245
7246 * bindings.el (esc-map): Change ; to comment-dwim and use the new
7247 function names for comment operations.
7248
7249 * newcomment.el: Add abundant autoload cookies.
7250 (comment-style): Don't depend on runtime data at compile-time.
7251 (comment-indent-hook): Remove.
7252 (comment-indent): Check if comment-indent-hook is bound.
7253 (comment-region): Docstring fix.
7254
6fc596cf
DL
72552000-05-25 Dave Love <fx@gnu.org>
7256
7257 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
7258 byte-code-function-p.
7259
7260 * mail/rmailsum.el: Add provide.
7261
7262 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
7263
7264 * smerge-mode.el (smerge-diff-switches): Don't use list* in
7265 defcustom.
7266
7997f1ca 72672000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 7268
7997f1ca
MK
7269 * ediff-diff.el (ediff-exec-process): delete --binary option from
7270 non-buffer ediff jobs.
7f565d87 7271
e7a903e8
EZ
72722000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7273
7274 * hilit-chg.el (highlight-changes-mode): Ask about color or
7275 grayscale support, not about window-system.
7276
7277 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
7278 window-system.
7279 (ffap-highlight): Always default to t.
7280
7281 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
7282 display-popup-menus-p instead of looking at window-system.
7283
7284 * disp-table.el (standard-display-g1, standard-display-graphic):
7285 Only refuse to use string glyphs on X and MS-Windows.
7286
7287 * avoid.el: Remove window-system from commentary, suggest to use
7288 display-*-p instead.
7289
7290 * apropos.el (apropos-print): Use display-mouse-p instead of
7291 window-system.
7292
14028d57
EZ
72932000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7294
7295 * international/codepage.el (cp-decoding-vector-for-codepage):
7296 Fill up unsupported characters with their own codes. From Kenichi
7297 Handa.
7298
1a4f9cc1
EZ
72992000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7300
7301 * international/mule-diag.el (describe-char-after): Use
7302 display-graphic-p instead of window-system, so that this function
7303 works on MS-DOS.
7304
89f6ca4e
EZ
73052000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7306
7307 * international/codepage.el (cp-make-coding-systems-for-codepage):
7308 Remove the eight-bit-graphic and eight-bit-control charsets from
7309 the list of charsets which we convert into `?'.
7310
eacfd7fe
KH
73112000-05-25 Kenichi Handa <handa@etl.go.jp>
7312
7313 * international/mule-conf.el: Specify CHARSET-ID explicitely for
7314 private charsets.
7315 (mule-unicode-0100-24ff, japanese-jisx0213-1,
7316 japanese-jisx0213-2): New charsets.
7317
7318 * international/fontset.el: Setup default fontset for new charsets.
7319
deadf7e3
DL
73202000-05-24 Dave Love <fx@gnu.org>
7321
7322 * info.el (Info-find-node-2): Restructure [following "Vadim
7323 S. Solomin" <sovs@uic.nnov.ru>].
7324
7325 * icomplete.el: Fix header for Finder.
7326
73272000-05-24 Eric M. Ludlam <zappo@ultranet.com>
7328
7329 * rmailout.el (rmail-output-to-rmail-file): Added optional param
7330 STAY.
7331
7332 * rmail.el (rmail-automatic-folder-directives): New user variable.
7333 (rmail-show-message): Add call to `rmail-auto-file' during
7334 display.
7335 (rmail-auto-file): New function.
7336
6de3983f 73372000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 7338
fc6a6a4e 7339 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 7340 account.
fc6a6a4e
GM
7341 (ediff-test-utility,ediff-diff-mandatory-option)
7342 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 7343 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 7344
fc6a6a4e 7345 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 7346 variable.
7f565d87 7347
fc6a6a4e 7348 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
7349 ediff-merge-filename-prefix.
7350
fc290d1d
MK
73512000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7352
fc6a6a4e 7353 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 7354
273182b8
EZ
73552000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
7356
7357 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
7358 aliases for hebrew-iso-8bit.
7359
f471ea57
EZ
73602000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
7361
7362 * woman.el: New version from Francis J. Wright
7363 <F.J.Wright@Maths.QMW.ac.uk>.
7364 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
7365 names in environment variables regardless of the path separator.
7366 (woman-topic-all-completions-1): Don't call file-name-directory-p
7367 on all files, since woman-file-regexp already filters out any
7368 directories.
7369
01162f24
KH
73702000-05-24 Kenichi Handa <handa@etl.go.jp>
7371
48e3df76
KH
7372 * international/quail.el (quail-start-translation): Don't change
7373 modified-p of the current buffer.
7374 (quail-start-conversion): Likewise.
7375
7376 * international/kkc.el (kkc-region): Don't change modified-p of
7377 the current buffer.
7378
747d90ea
KH
7379 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
7380 conform to RFC1468.
7381 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 7382
17a223ff
EL
73832000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
7384
7385 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
7386 (speedbar-insert-button): Invisible text property fix.
7387 (speedbar-directory-plus): Renamed from speedbar-directory-+
7388 (speedbar-directory-minus): Renamed from speedbar-directory--
7389 (speedbar-page-plus): Renamed from speedbar-file-+
7390 (speedbar-page-minus): Renamed from speedbar-file--
7391 (speedbar-page): Renamed from speedbar-file-
7392 (speedbar-tag): Renamed from speedbar-tag-
7393 (speedbar-tag-plus): Renamed from speedbar-tag-+
7394 (speedbar-tag-minus): Renamed from speedbar-tag--
7395 (speedbar-expand-image-button-alist): Use above renames.
7396
7397 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
7398 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
7399 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
7400 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
7401 * sb-pg.xpm: Renamed from sb-file.xpm
7402 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
7403 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 7404
e6b6fc18
KH
74052000-05-24 Kenichi Handa <handa@etl.go.jp>
7406
7407 * international/quail.el (quail-show-guidance-buf): Set
7408 current-input-method of the guidance buffer to the name of the
7409 curren input method.
7410
a1a336eb
SM
74112000-05-23 Stefan Monnier <monnier@cs.yale.edu>
7412
7413 * progmodes/compile.el (compile-internal): Style typo.
7414
7415 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
7416 quote vars and functions in the docstring.
7417
7418 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
7419
7420 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
7421 Don't quote lambdas.
7422
7423 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
7424
9695b783
GM
74252000-05-23 Gerd Moellmann <gerd@gnu.org>
7426
716e3b88
GM
7427 * startup.el (command-line): Determine source file of compiled
7428 user init file differently. Warn if compiled user init file
7429 is older than its source file.
7430
9695b783 7431 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 7432
41ac433f
EZ
74332000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
7434
7435 * files.el (make-backup-file-name-1): Replace slashes with `!'
7436 rather than `|' (which is not allowed on Windows). Replace the
7437 drive letters with a string "drive_X".
7438
46600ab1
GM
74392000-05-23 Gerd Moellmann <gerd@gnu.org>
7440
7441 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
7442
7443 * files.el (interpreter-mode-alist): Add `bash2'.
7444
79a64d87
DL
74452000-05-22 Dave Love <fx@gnu.org>
7446
7447 * loadhist.el (feature-symbols, file-provides, file-requires): Use
7448 mapc.
7449 (feature-file): Avoid calling symbol-name. Doc fix.
7450 (file-set-intersect, file-dependents): Use dolist, not mapcar.
7451 (loadhist-hook-functions): Add mouse-position-function.
7452 (unload-feature): Change uses of mapcar.
7453
7454 * files.el (parse-colon-path): Doc fix.
7455 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
7456 (set-auto-mode): Use mapc.
7457
7458 * complete.el (PC-look-for-include-file): Use :alnum: character
7459 class.
7460 (partial-completion-mode): Add autoload cookie.
7461
0e8c11d8
SS
74622000-05-22 Sam Steingold <sds@gnu.org>
7463
ce75fd23 7464 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
7465 `add-text-properties' (bug introduced on 2000-05-18).
7466
d8d0fa6c
DL
74672000-05-22 Dave Love <fx@gnu.org>
7468
7469 * bindings.el: Remove debug-ignored-errors set in other files.
7470
7471 * progmodes/etags.el: Add to debug-ignored-errors.
7472 (visit-tags-table-buffer): Clear out buffers holding old tables
7473 when making a new list.
7474 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
7475 mapc.
7476
7477 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
7478 quote keywords.
7479 (cmpl-string-case-type): Use character classes.
7480
0e8c11d8
SS
7481 * comint.el:
7482 * textmodes/ispell.el:
7483 * imenu.el:
d8d0fa6c
DL
7484 * mail/mh-e.el:
7485 * progmodes/compile.el: Add to debug-ignored-errors.
7486
7487 * dabbrev.el: Add to debug-ignored-errors.
7488 (dabbrev-completion): Use mapc.
7489
1edbbf8a
EZ
74902000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
7491
7492 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
7493 (woman-mapcan, woman-parse-man.conf)
7494 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
7495 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
7496 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
7497 path syntax better.
7498 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
7499 (woman-manpath): Call woman-parse-man.conf.
7500 (woman-emulation): New defcustom, defaults to nroff.
7501 (woman-font-support): New defconst.
7502 (woman-use-symbol-font): New defcustom.
7503 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
7504 "Emulation".
7505 Many functions: Doc fix.
7506
5bd2148c
KH
75072000-05-22 Kenichi Handa <handa@etl.go.jp>
7508
7509 * international/quail.el (quail-simple-translation-keymap): Map
7510 128..255 to quail-self-insert-command.
7511 (quail-keyboard-layout-alist): Add definition for "pc102-de".
7512
4125ec7e
SM
75132000-05-22 Stefan Monnier <monnier@cs.yale.edu>
7514
a1a336eb
SM
7515 * help.el (help-manyarg-func-alist): Typo.
7516
40aeecad
SM
7517 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
7518 intervals which makes it heaps simpler.
7519
4125ec7e
SM
7520 * newcomment.el (comment-region-internal): Go back to BEG after quoting
7521 the nested comment markers.
e4da9c1c
SM
7522
7523 * subr.el (remove-hook): Don't turn the hook's value into a list.
7524
cb7216a7
DL
75252000-05-21 Dave Love <fx@gnu.org>
7526
ac266581
DL
7527 * edmacro.el (edmacro-parse-keys): Return vector if any elements
7528 are invalid characters.
7529
cb7216a7
DL
7530 * international/mule-util.el (detect-coding-with-priority): Use
7531 mapc. Remove redundant lambda.
7532
7533 * international/mule-diag.el (list-non-iso-charset-chars)
7534 (describe-fontset): Remove redundant lambda.
7535
7536 * emulation/crisp.el (brief-mode): New alias.
7537
7538 * emacs-lisp/ring.el (ring-elements): New function.
7539
7540 * emacs-lisp/easymenu.el (easy-menu-create-menu)
7541 (easy-menu-do-add-item): Use keywordp.
7542
7543 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
7544
7545 * replace.el: Doc and error message fixes.
7546 (replace-highlight): Use facep, not internal-find-face.
7547
9b0d1d6e
SM
75482000-05-20 Stefan Monnier <monnier@cs.yale.edu>
7549
b2d2cf58
SM
7550 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
7551
ffe7dc64
SM
7552 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
7553 (log-edit-insert-changelog): Drop `:' as well.
7554
7555 * log-view.el: Fix file description.
7556 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
7557 available.
7558 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
7559 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
7560
c8c21615
SM
7561 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
7562 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
7563 Print a status message if the toggle is called interactively.
7564 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
7565 for global minor modes and use `defcustom' for them.
7566 Use add-minor-mode.
7567 (easy-mmode-define-derived-mode): Remove.
7568 (define-derived-mode): Fancier default docstring.
7569 (easy-mmode-define-navigation): Signal an error rather than (ding).
7570
9b0d1d6e
SM
7571 * newcomment.el (comment-styles): New `box-multi'.
7572 (comment-normalize-vars): Better default for comment-continue to
7573 avoid whitespace-only continuations.
7574 (comment-search-forward): Always move even in the no-syntax case.
7575 (comment-padright): Only obey N if it's only obeyed for padleft.
7576 (comment-make-extra-lines): Better handling of empty continuations.
7577 Use `=' for the filler if comment-start has only one character.
7578 (uncomment-region): Try handling the special `=' filler.
7579 (comment-region): Allow LINES even if MULTI is nil.
7580 (comment-box): Choose box style based on comment-style.
7581
f5ee6d0f
KH
75822000-05-20 Kenichi Handa <handa@etl.go.jp>
7583
9b0d1d6e 7584 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
7585 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
7586
c9671f81
KH
75872000-05-20 Kenichi HANDA <handa@etl.go.jp>
7588
7589 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
7590 and insert, not subst-char-in-region.
7591
7592 * international/mule-diag.el (list-character-sets-1): Handle
7593 charsets eight-bit-control and eight-bit-graphic.
7594 (list-iso-charset-chars): Likewise.
7595 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
7596 charactes as is. Use indent-to to align characters.
7597
7598 * international/mule-cmds.el (find-multibyte-characters): Never
7599 exclude charsets eight-bit-control and eight-bit-graphic.
7600
1426aa5c
SM
76012000-05-19 Stefan Monnier <monnier@cs.yale.edu>
7602
7603 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
7604 Don't quote lambdas.
7605
7606 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
7607
2b63d473
GM
76082000-05-19 Gerd Moellmann <gerd@gnu.org>
7609
7610 * gud.el (gud-jdb-directories): Doc fix.
7611
f1355756
SM
76122000-05-19 Stefan Monnier <monnier@cs.yale.edu>
7613
7614 * newcomment.el: New file.
7615
5f64c9e0
GM
76162000-05-19 Gerd Moellmann <gerd@gnu.org>
7617
2b63d473 7618 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 7619
db7314bd
AS
76202000-05-18 Andreas Schwab <schwab@suse.de>
7621
7622 * dired.el (dired-between-files): Also skip lines beginning with
7623 `used'.
7624
25bb0401
GM
76252000-05-18 Gerd Moellmann <gerd@gnu.org>
7626
7627 * msb.el (msb-menu-cond): Add choice `user'.
7628
a199a865 76292000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 7630
a199a865
GM
7631 * ps-print.el: Compatibility, customization and doc fix.
7632 (ps-printer-name-option): Replace defconst by defvar.
7633 (ps-postscript-code-directory): XEmacs compatibility.
7634 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
7635 fix.
7636 (ps-user-defined-prologue, ps-print-prologue-header)
7637 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
7638 compatibility and code fix.
7639 (ps-print-background-image, ps-print-background-text):
7640 Customization fix.
7641 (ps-line-number-start, ps-n-up-on): New vars.
7642
25bb0401
GM
76432000-05-18 Espen Skoglund <esk@ira.uka.de>
7644
7645 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
7646 the indent-comment function to just return the appropriate indent.
7647
68e6c83a
EL
76482000-05-18 Eric M. Ludlam <zappo@ultranet.com>
7649
7650 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
7651 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
7652 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
7653
dae6cb9f
DL
76542000-05-18 Dave Love <fx@gnu.org>
7655
7656 * info.el (Info-fontify-node): Add intangible property as well as
7657 invisible.
7658
7659 * calendar/appt.el (appt-make-list): Match all lines of entry.
7660 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
7661
813086ea
KH
76622000-05-18 Kenichi Handa <handa@etl.go.jp>
7663
7664 * international/mule-diag.el (describe-char-after): Call
7665 internal-char-font, not char-font. If internal-char-font returns
7666 nil, display "-- none --".
7667
24978190
EZ
76682000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
7669
7670 * image.el (image-type-available-p): Don't reference image-types
7671 if it isn't bound.
7672
2fca2d5d
SM
76732000-05-17 Stefan Monnier <monnier@cs.yale.edu>
7674
7675 * autoarg.el (autoarg-mode): Typo in the :set argument.
7676
cfc75d05
EZ
76772000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
7678
7679 * startup.el (command-line-1): Don't signal an error if the
7680 directory for auto-save-list files does not yet exist.
7681
c4e30387
KH
76822000-05-17 Kenichi Handa <handa@etl.go.jp>
7683
7684 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
7685
dd6b8ea7
SM
76862000-05-16 Stefan Monnier <monnier@cs.yale.edu>
7687
7688 * subr.el (remove-hook): `setq' hook-value, not `set'.
7689
399c88ad
SS
76902000-05-16 Sam Steingold <sds@gnu.org>
7691
a199a865 7692 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 7693
01651f07
DL
76942000-05-16 Dave Love <fx@gnu.org>
7695
7696 * cus-edit.el: Don't require cl or easymenu.
7697 (custom-variable-prompt): Test standard-value property, not
7698 user-variable-p.
7699
2248c40d
SS
77002000-05-16 Sam Steingold <sds@gnu.org>
7701
7702 * subr.el (add-hook): `setq' hook-value, not `set'.
7703
b15f3b77
GM
77042000-05-16 Gerd Moellmann <gerd@gnu.org>
7705
7706 * startup.el (command-line-1): Mention the FAQ in the startup
7707 message.
7708
7709 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
7710
7711 * progmodes/compile.el (compilation-parse-errors): Collect
7712 `nomessage' regexps last.
7713
7714 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
7715
7716 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
7717 to the function name.
7718
f9bbcfac
EL
77192000-05-15 Dave Love <fx@gnu.org>
7720
7721 * speedbar.el (speedbar-recenter): Typo.
7722 (speedbar-expand-line): Make arg optional.
7723 (speedbar-mode): Avoid a compiler warning.
7724
119b42eb
GM
77252000-05-15 Gerd Moellmann <gerd@gnu.org>
7726
7727 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
7728 user-specified option string is empty.
7729
7730 * mouse.el (mouse-yank-at-click): Doc fix.
7731
f685bea9
EZ
77322000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
7733
7734 * term/internal.el (IT-character-translations): More updates of
7735 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
7736 documents.
7737
a1b8d58b
GM
77382000-05-15 Gerd Moellmann <gerd@gnu.org>
7739
7740 * env.el (getenv): New function, interactively callable.
7741 (setenv, getenv): Remove autoload cookies.
7742
7743 * loadup.el: Load `env'.
7744
7745 * progmodes/f90.el: Change author's mail address.
7746
c9bba7ed
DL
77472000-05-14 Dave Love <fx@gnu.org>
7748
e5c83697
DL
7749 * mail/rmail.el (rmail-show-message-hook): Customize and offer
7750 goto-addr as an option.
7751
7752 * help.el (help-xref-stack): Doc fix.
7753 (help-xref-following): New variable.
7754 (help-make-xrefs): Use it.
7755 (help-xref-go-back): Use position information from stack element.
7756 (help-follow): Make position in stack element a pair. Use
7757 help-xref-following.
399c88ad 7758
e5c83697
DL
7759 * autoarg.el: New file.
7760
7761 * faces.el: Declare more functions obsolete.
7762
c9bba7ed
DL
7763 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
7764 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
7765 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
7766 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
7767 Remove all the setup-...-environment functions.
7768
b6389bfb
EL
77692000-05-13 Eric M. Ludlam <zappo@ultranet.com>
7770
a1b8d58b
GM
7771 * speedbar.el: Updated the commentary section. xemacs20p now uses
7772 >= when detecting. Require `defimage' safely.
b6389bfb
EL
7773 (speedbar-easymenu-definition-base): Add toggle for images.
7774 (speedbar-easymenu-definition-special): Add flush cache & expand.
7775 (speedbar-visiting-tag-hook): Set new defaults. Added options.
7776 (speedbar-reconfigure-keymaps-hook): New variable.
7777 (speedbar-frame-parameters): Updated documentation.
7778 (speedbar-use-imenu-flag): Updated custom tag
7779 (speedbar-dynamic-tags-function-list): New variable.
7780 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
7781 (speedbar-indentation-width, speedbar-indentation-width) New
7782 variables.
7783 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
7784 (speedbar-vc-indicator): Doc update.
7785 (speedbar-ignored-path-expressions): Updated default value.
7786 (speedbar-supported-extension-expressions): Updated default value.
7787 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
7788 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
7789 as "+". Added overlay aliases.
7790 (speedbar-mode): Use `speedbar-mode-line-update' instead of
7791 `force-mode-line-update'.
7792 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
7793 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
7794 `mouse-set-point'
b6389bfb 7795 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
7796 (speedbar-item-info-tag-helper): Revamped to handle a wider range
7797 of arbitrary text, and new helper functions.
7798 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
7799 filename finder.
b6389bfb
EL
7800 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
7801 (speedbar-directory-buttons): Update path search/expansion.
7802 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
7803 `speedbar-indentation-width'. Use more care w/ invisible
7804 properties.
b6389bfb
EL
7805 (speedbar-change-expand-button-char): Call
7806 `speedbar-insert-image-button-maybe'.
7807 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
7808 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
7809 (speedbar-trim-words-tag-hierarchy)
7810 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 7811 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
7812 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
7813 functions.
b6389bfb
EL
7814 (speedbar-mouse-set-point): New function
7815 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
7816 (speedbar-line-token, speedbar-goto-this-file): Handle more types
7817 of tag prefix text.
7818 (speedbar-expand-line, speedbar-contract-line): Make more robust
7819 to strange text.
7820 (speedbar-expand-line): Takes universal argument to flush the
7821 cache.
b6389bfb
EL
7822 (speedbar-flush-expand-line): New function.
7823 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
7824 Use new generator insertion method.
7825 (speedbar-fetch-dynamic-tags): New function.
7826 (speedbar-fetch-dynamic-imenu): Removed code now handled in
7827 `speedbar-fetch-dynamic-imenu'.
7828 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
7829 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
7830 "Revert Buffer" menu items.
7831 (speedbar-buffer-buttons-engine): Be smarter when creating a
7832 filename tag (for expansion purposes.).
a1b8d58b
GM
7833 (speedbar-highlight-one-tag-line,
7834 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
7835 (speedbar-recenter): New functions.
b6389bfb 7836 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
7837 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
7838 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
7839 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
7840 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
7841 (speedbar-expand-image-button-alist): New variable.
7842 (speedbar-insert-image-button-maybe): Insert an image over some
7843 buttons.
7844
43fe9244
KH
78452000-05-13 Kenichi Handa <handa@etl.go.jp>
7846
7847 * international/mule-cmds.el (encode-coding-char): An ASCII
7848 character is always encodable.
7849
7850 * international/mule-conf.el: Add more information in descriptions
7851 of character sets.
7852
813086ea 7853 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
7854 (describe-font-internal): Adjusted for the change of font-info.
7855 (describe-font): Likewise.
7856 (print-fontset): Rewritten for the new fontset implementation.
7857 (describe-fontset): Include fontset alias names in completion.
7858 (list-fontsets): Adjusted for the change of print-fontset.
7859
7860 * simple.el (what-cursor-position): If DETAIL is non-nil, call
7861 describe-char-after instead of displaying the detail in the echo
7862 area.
813086ea
KH
7863 (syntax-code-table): Format changed.
7864 (string-to-syntax): Adjusted for the above change.
0e8c11d8 7865
e8564f57
SM
78662000-05-12 Stefan Monnier <monnier@cs.yale.edu>
7867
7868 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
7869
9278c60d
DL
78702000-05-12 Dave Love <fx@gnu.org>
7871
7872 * calendar/todo-mode.el: Remove some compatibility stuff and CL
7873 dependence. Use line-{beginning,end}-position, not
7874 point-at{b,e}ol. Some doc fixes.
7875 (todo-position): New function. Fix callers of position to use it.
7876 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
7877
be0505fe
GM
78782000-05-12 Gerd Moellmann <gerd@gnu.org>
7879
7880 * time.el (display-time-mail-icon): Use `:ascent center'.
7881
a8a3541c
GM
7882 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
7883 handling FTP security extensions.
399c88ad 7884
44d5f148
DL
78852000-05-11 Dave Love <fx@gnu.org>
7886
33d0c179 7887 * calendar/todo-mode.el: New file.
44d5f148 7888
da4496b6
GM
78892000-05-11 Gerd Moellmann <gerd@gnu.org>
7890
cdc4401d
GM
7891 * comint.el (comint-read-input-ring): Move reference to
7892 comint-input-ring-size outside of the save-excursion. It was
7893 causing the default value to be the only one ever seen.
399c88ad 7894
0279f991
GM
7895 * font-lock.el: Update copyright. Remove Simon Marshall's email
7896 address on request from him.
7897
da4496b6
GM
7898 * subr.el (substitute-key-definition): Add comment describing
7899 the meaning of PREFIX.
7900
ac5cb26d
SM
79012000-05-10 Stefan Monnier <monnier@cs.yale.edu>
7902
7903 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
7904
7905 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
7906 (add-minor-mode): Don't make the variable buffer-local and add a
7907 reference to define-minor-mode in the docstring.
7908
7909 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
7910 HEADER/FOOTER and fix bug with trailing empty directory.
7911 (cvs-append-to-ignore): Use vc-editable-p if available.
7912 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
7913 (vc-do-command): Tweak advice to handle the new VC.
7914
7915 * log-view.el (log-view-goto-rev): New function for the new VC.
7916 (log-view-minor-wrap): Use mark-active.
7917
7918 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
7919 (log-edit-changelog-full-paragraphs): New var.
7920 (log-edit-insert-changelog): Remove a lonely leading `* file'.
7921 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
7922 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
7923 (log-edit-changelog-ours-p, log-edit-changelog-entries)
7924 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
7925 Replace the `cvs' prefix with `log-edit'.
7926
7927 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
7928
7929 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
7930 (diff-font-lock-defaults): Explicitly turn off multiline.
7931 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
7932 (diff-ediff-patch): Fix call to ediff-patch-file.
7933 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
7934 Handle comments.
7935
7936 * frame.el (automatic-hscrolling): Typo.
7937
7938 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
7939
21c34da3
DL
79402000-05-09 Sam Steingold <sds@goems.com>
7941
7942 * apropos.el (apropos-print): use `describe-face' instead of
7943 `customize-face-other-window'.
7944
950cf06f
DL
79452000-05-09 Dave Love <fx@gnu.org>
7946
7947 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
7948
7949 * help.el (describe-variable): Have customize button pop the
7950 help-xref stack when invoked.
7951 (help-xref-symbol-regexp): Add `face'.
7952 (help-make-xrefs): Check for quoted face names and adapt regexp
7953 submatch numbers to cope.
7954 (help-xref-interned): Maybe insert face doc too. Separate
7955 sections with a line of hyphens.
7956
0623e40f 7957 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
7958 (describe-face): Add customize button. Return the help
7959 text. Fix prompt.
7960
82e2ca9d
EZ
79612000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
7962
7963 * term/internal.el (IT-character-translations): Fix last change.
7964
10c00b5c
EZ
79652000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
7966
7967 * woman.el: New file
7968 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
7969
9deed82f
EZ
79702000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
7971
001ad319
EZ
7972 * term/internal.el (IT-character-translations): Update ASCII
7973 simulations for greek-iso8859-7, add latin-iso8859-14 and
7974 latin-iso8859-15.
7975
9deed82f
EZ
7976 * international/mule-cmds.el (set-language-info-alist): Call
7977 define-prefix-command with 3 arguments, to make the map suitable
7978 for a menu.
7979
4f37b78a
DL
79802000-05-07 Dave Love <fx@gnu.org>
7981
d313265f 7982 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 7983
64a4c526
DL
79842000-05-05 Dave Love <fx@gnu.org>
7985
7986 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
7987 list in doc string. Don't quote keyword symbols.
7988 * emacs-lisp/cl.el: Likewise
7989 * emacs-lisp/cl-seq.el: Likewise
7990
056565f7
GM
79912000-05-05 Gerd Moellmann <gerd@gnu.org>
7992
7993 * abbrev.el (abbrev-mode): Make ARG optional.
7994
4656b314
GM
79952000-05-04 Gerd Moellmann <gerd@gnu.org>
7996
ec82fb2f
GM
7997 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
7998
7999 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
8000
4656b314
GM
8001 * subr.el (substitute-key-definition): Clarify documentation.
8002
80032000-05-04 Milan Zamazal <pdm@freesoft.cz>
8004
8005 * glasses.el (glasses-convert-to-unreadable): Use
8006 `glasses-separator' instead of the hard-wired "_".
8007 (glasses-mode): Call `glasses-make-unreadable' only in a single
8008 place.
8009
7b081c78
EZ
80102000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
8011
8012 * term/internal.el (cjk-codepages-alist): Add associations for
8013 Chinese and Korean codepages. Remove FIXME comment.
8014
baa5536e
DL
80152000-05-03 Dave Love <fx@gnu.org>
8016
8017 * time.el (display-time-mail-face, display-time-use-mail-icon):
8018 New option.
8019 (display-time-mail-icon): New variable.
8020 (display-time-string-forms): Use the above. Fix the local-map.
8021
cbf18892
GM
80222000-05-03 Gerd Moellmann <gerd@gnu.org>
8023
4ff40dd0
GM
8024 * replace.el (query-replace-map): Add binding for `E'.
8025 (query-replace-help): Extend help text.
8026 (perform-replace): Allow editing the replacement string.
8027
8028 * make-mode.el (makefile-mode-abbrev-table): New variable.
8029 (makefile-mode): Set local abbrev table to
8030 makefile-mode-abbrev-table.
8031 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 8032
cbf18892
GM
8033 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
8034 set TOGGLE's value.
8035
4ff40dd0
GM
8036 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
8037 mail-interactive-insert-alias.
8038 (mail-abbrev-complete-alias): New command.
8039 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 8040
ffec4d9f
KH
80412000-05-03 Kenichi Handa <handa@etl.go.jp>
8042
8043 * language/lao-util.el (lao-compose-region): New function.
8044
1b0672c3
GM
80452000-05-02 Gerd Moellmann <gerd@gnu.org>
8046
576da55d
GM
8047 * files.el (recover-session): Make directories as necessary
8048 if they don't exist yet.
8049
399c88ad
SS
8050 * calendar/cal-french.el
8051 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
8052 (french-calendar-special-days-array): Change French text.
8053 (calendar-french-date-string): Change output.
8054 (calendar-goto-french-date): Likewise.
8055
80562000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
8057
8058 * wid-edit.el (widget-default-active): Obey `:always-active'.
8059 (widget-documentation-string-value-create): Set `:always-active'.
8060
4b33deaa
EZ
80612000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
8062
8063 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
8064 default prefix to `~/_emacs.d/auto-save.list/_s'.
8065 (normal-top-level): Create the directory for auto-save files, if
8066 it doesn't already exist (in the ms-dos case only).
8067
5c922ea7
EZ
80682000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
8069
8070 * international/mule-cmds.el (set-language-environment): Don't
8071 concat an integer (dos-codepage), use format instead.
8072
820ad5e7
DL
80732000-05-02 Dave Love <fx@gnu.org>
8074
8075 * help.el (help-xref-on-pp): Check for constant symbols.
8076
57cb56f5
GM
80772000-04-29 Gerd Moellmann <gerd@gnu.org>
8078
8079 * startup.el (normal-top-level): Put a condition-case around
8080 the code loading subdirs.el.
8081
80822000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 8083
57cb56f5
GM
8084 * ps-print.el: Upside-down and face background color printing,
8085 line number step, doc fix.
8086 (ps-print-version): New version number (5.2).
8087 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
8088 (ps-face-attribute-list, ps-plot-with-face): Code fix.
8089 (ps-spool-config): Var fix.
8090 (ps-printer-name-option): Const fix.
8091 (ps-print-upside-down, ps-use-face-background)
8092 (ps-line-number-step): New vars.
8093 (ps-window-system, ps-lp-system): New consts.
8094 (ps-face-background): New fun.
8095
084cec2f
GM
80962000-04-28 Richard Stallman <rms@gnu.org>
8097
8098 * files.el (make-auto-save-file-name):
8099 Apply auto-save-file-name-transforms to visited file name
8100 before generating auto save file name.
8101 (auto-save-file-name-transforms): New variable.
8102
399c88ad 8103 * files.el (backup-enable-predicate):
084cec2f
GM
8104 Correctly test for a file under a temporary directory.
8105
c94f4677
GM
81062000-04-28 Gerd Moellmann <gerd@gnu.org>
8107
8108 * subr.el (add-minor-mode): Rewritten.
8109
7b211df5
KH
81102000-04-28 Kenichi Handa <handa@etl.go.jp>
8111
8112 * mail/sendmail.el (sendmail-send-it): Set
8113 buffer-file-coding-system to the selected coding system for MIME
8114 header.
8115
c76e04a8 81162000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 8117
c76e04a8
GM
8118 * dired.el (dired-move-to-filename-regexp): Allow format where
8119 YYYY is followed by two spaces.
e3e36d74 8120
c76e04a8
GM
8121 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
8122 in the second character class of the regexp.
8123
8124 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
8125 mh-etc, too.
353964e3 8126
c76e04a8
GM
8127 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
8128 nil.
399c88ad 8129
353964e3
GM
8130 * subr.el (add-minor-mode): Use `set' instead of `setq'.
8131
8132 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
8133 argument.
8134
c76e04a8 81352000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 8136
c76e04a8
GM
8137 * emacs-lisp/crm.el (crm-completion-table): New variable.
8138 (crm-collection-fn, crm-test-completion)
8139 (completing-read-multiple): Use it.
8140
81412000-04-27 Dave Love <fx@gnu.org>
8142
8143 * help.el (locate-library): Use mapc.
8144 (help-manyarg-func-alist): Add call-process-region.
8145
7464346d
GM
81462000-04-26 Gerd Moellmann <gerd@gnu.org>
8147
b35bd33d
GM
8148 * subr.el (add-minor-mode): Make argument MAP optional.
8149
7464346d
GM
8150 * desktop.el (desktop-save): Save list of minor modes.
8151 (desktop-create-buffer): Restore minor modes.
8152 (desktop-minor-mode-table): New user-option.
8153
8154 * subr.el (add-minor-mode): New function.
8155
8156 * image.el (find-image): New function.
8157 (defimage): Rewritten to find image at load time.
8158
8159 * startup.el (normal-top-level-add-to-load-path): Handle
8160 case that the default directory is not in load-path.
8161
8162 * help.el: Old patch from Stefan Monnier.
8163 (help-xref-on-pp): New function.
8164 (describe-variable): Use it to display xrefs in a symbol's value.
8165
23c0fb21
SM
81662000-04-26 Stefan Monnier <monnier@cs.yale.edu>
8167
8168 * cus-edit.el (custom-face): Fix parenthesis.
8169
fad95037
KH
81702000-04-26 Kenichi Handa <handa@etl.go.jp>
8171
f03392a1
KH
8172 * mail/rmail.el (rmail-expunge): When there are no deleted
8173 messages, do nothing.
fad95037 8174
0d7c5bb9
DL
81752000-04-26 Dave Love <fx@gnu.org>
8176
8177 * international/mule-cmds.el (locale-translation-file-name):
8178 Defvar to nil.
8179 (set-locale-environment): Set it here (at runtime).
8180
612839b6
GM
81812000-04-25 Gerd Moellmann <gerd@gnu.org>
8182
8183 * replace.el (perform-replace): Add parameters START and END. Use
8184 them instead of the check for a region in Transient Mark mode.
8185 (query-replace-read-args): Return two more list elements for the
8186 start and end of the region in Transient Mark mode.
8187 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8188 (map-query-replace-regexp, replace-string, replace-regexp): Add
8189 optional last arguments START and END and pass them to
8190 perform-replace.
8191
8192 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
8193 form with additional arguments for perform-replace.
8194
8195 * progmodes/etags.el (tags-query-replace): Add parameters START
8196 and END. Construct a form with additional arguments for
8197 perform-replace.
8198
8199 * simple.el (shell-command): Set default directory for "*Shell
8200 Command Output" buffer.
8201
8202 * language/european.el (iso-latin-4): Fix typo.
8203
8204 * emacs-lisp/crm.el: New file.
8205
2917cc05
DL
82062000-04-24 Dave Love <fx@gnu.org>
8207
8208 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
8209 (Custom-reset-saved, Custom-reset-standard)
8210 (custom-group-value-create, custom-group-set, custom-group-save)
8211 (custom-group-reset-current, custom-group-reset-saved)
8212 (custom-group-reset-standard): Use mapc.
8213 (custom-buffer-create-internal): Disable undo when creating items.
8214 Use mapc.
8215 (custom-face): Avoid redundant lambda.
8216
abfcc168
GM
82172000-04-24 Gerd Moellmann <gerd@gnu.org>
8218
8219 * startup.el (auto-save-list-file-prefix): Set default to
8220 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
8221
fa78f71b
SS
82222000-04-24 Sam Steingold <sds@gnu.org>
8223
8224 * time-stamp.el (time-stamp-string-preprocess): Always convert
8225 `field-result' to a string.
8226
cc181e95
GM
82272000-04-24 Gerd Moellmann <gerd@gnu.org>
8228
8229 * frame.el (scrolling): New group.
8230 (automatic-hscrolling): New user-option.
8231
8232 * startup.el (command-line-x-option-alist): Add `-lsp' and
8233 `--line-spacing'.
8234
6142fdcb
DL
82352000-04-19 Dave Love <fx@gnu.org>
8236
8237 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
8238 (cl-mapc): Rename from mapc. Fix the funcall.
8239
5e3dac3f
GM
82402000-04-19 Gerd Moellmann <gerd@gnu.org>
8241
1c459486
GM
8242 * simple.el (clone-indirect-buffer-other-window): New command.
8243 (clone-indirect-buffer): Add optional arg NORECROD.
8244 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
8245
271b4185
GM
8246 * help.el (resize-temp-buffer-window): Use count-screen-lines.
8247
8248 * window.el (count-screen-lines): New function.
8249 (shrink-window-if-larger-than-buffer): Use count-screen-lines
8250 instead of window-buffer-height.
8251
8252 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
8253 non-existing variable comint-input-sentinel.
8254 (inferior-lisp-args-to-list): Removed.
8255 (inferior-lisp): Use split-string instead of
8256 inferior-lisp-args-to-list.
8257
8258 * hexl.el (hexl-insert-hex-string): New command.
8259
5e3dac3f
GM
8260 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
8261 instead of concat.
8262
f6d3257b
GM
82632000-04-18 Gerd Moellmann <gerd@gnu.org>
8264
8265 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
8266 at the start of an existing but empty folder.
8267
82682000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8269
8270 * ps-mule.el: Customization fix, doc fix.
8271 (ps-multibyte-buffer): Customization fix.
8272
8b7bc628 82732000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
8274
8275 * subr.el (read-passwd): Use read-char-exclusive.
8276
0daee095
GM
82772000-04-17 Gerd Moellmann <gerd@gnu.org>
8278
8279 * textmodes/texinfo.el (texinfo-insert-@email)
8280 (texinfo-insert-@emph, texinfo-insert-@quotation)
8281 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
8282 (texinfo-mode-map): Add key bindings for them.
8283
8284 * files.el (basic-save-buffer-2): Use a template with `$'
8285 instead of `#' for VMS.
8286
8287 * simple.el (clone-indirect-buffer): New function.
8288
e10f64e7
GM
82892000-04-16 Stephen Eglen <stephen@gnu.org>
8290
8291 * iswitchb.el (iswitchb-case): New function. If the user input
8292 contains any upper-case characters, the search is made
8293 case-sensitive.
8294
e3721db1
SM
82952000-04-17 Stefan Monnier <monnier@cs.yale.edu>
8296
e10f64e7
GM
8297 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
8298 comment-end.
e3721db1
SM
8299 (texinfo-font-lock-syntactic-keywords): New var.
8300 (texinfo-font-lock-keywords): Remove comment regexp.
8301 (texinfo-insert-block): New function.
8302 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
8303 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
8304 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 8305 (texinfo-environments): New var.
e10f64e7
GM
8306 (texinfo-environment-regexp): Use regexp-opt and
8307 texinfo-environments.
e3721db1 8308
e10f64e7
GM
8309 * textmodes/ispell.el (ispell-menu-map-needed): Check that
8310 ispell-process is bound since this might be eval'd before ispell
8311 is loaded.
8312 (ispell-message): Use a tiny bit less magic and a bit more hard
8313 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
8314
8315 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
8316
8317 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
8318 (insert-cyclic-diary-entry): Unquote the lambda.
8319
8320 * gud.el (gud-jdb-build-source-files-list): Fix typo.
8321
8322 * files.el (backup-enable-predicate): Unquote the lambda.
8323
8324 * cus-edit.el (custom-face, face): Unquote the lambda.
8325
712dc9e0
GM
83262000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8327
8328 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 8329
712dc9e0
GM
8330 * ps-print.el: Fix counting lines in a region.
8331 (ps-print-version): New version number (5.1.5).
8332 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
8333 (ps-printing-region): Fun code fix.
8334
ffc50f2a
GM
83352000-04-15 Gerd Moellmann <gerd@gnu.org>
8336
8337 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
8338 to file-directory-p.
8339
a2522dca
GM
83402000-04-14 Gerd Moellmann <gerd@gnu.org>
8341
8342 * gud.el (gud-jdb-build-source-files-list): Check that directory
8343 exists before calling directory-files.
8344
6e883610
DL
83452000-04-13 Dave Love <fx@gnu.org>
8346
8347 * emacs-lisp/trace.el: Change maintainer. Use new backquote
8348 syntax.
8349
8350 * emacs-lisp/cl-specs.el: Remove when, unless.
8351
8352 * emacs-lisp/cl-extra.el: Don't quote keywords.
8353 (cl-old-mapc): New variable.
8354 (mapc): Use it.
8355 (cl-map-intervals): Use with-current-buffer. Don't check for
8356 next-property-change.
8357 (cl-map-overlays): Use with-current-buffer.
8358 (cl-expt): Remove.
8359 (copy-tree, remprop): Define unconditionally.
8360
8361 * emacs-lisp/cl-compat.el (keywordp): Remove.
8362
8363 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
8364 to use keywordp.
8365 (edebug-spec): Enable keywordp.
8366
8367 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
8368 string-lessp.
8369
8370 * cus-start.el: Use keywordp.
8371
198e3c7a
GM
83722000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8373
8374 * diary-lib.el (include-other-diary-files): Fix the fix of
8375 2000-02-18 by doing a save-excursion.
8376
83772000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8378
8379 * ps-print.el: Customization fix, doc fix.
8380 (ps-print-version): New version number (5.1.4).
8381 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
8382 (ps-print-preprint): Adjust code.
8383 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
8384 (ps-print-prologue-header, ps-print-control-characters)
8385 (ps-spool-config): Customization fix.
fa78f71b 8386
8eba343c
EZ
83872000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
8388
8389 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
8390 converted to the new menu-item format, names silightly changed,
8391 help strings added.
8392
8393 Support for spelling without async subprocesses:
8394
8395 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
8396 (ispell-session-buffer): New variables.
8397 (ispell-start-process, ispell-process-status,
8398 ispell-accept-output, ispell-send-string): New functions, for
8399 Ispell invocation when async subprocesses aren't supported.
8400 (ispell-word, ispell-pdict-save, ispell-command-loop,
8401 ispell-process-line, ispell-buffer-local-parsing): Replace calls
8402 to process-send-string with calls to ispell-send-string, and
8403 accept-process-output with ispell-accept-output.
8404 (ispell-init-process): Call ispell-process-status instead of
8405 process-status with.
8406 (ispell-init-process): Call ispell-start-process. Call
8407 ispell-accept-output and ispell-send-string. Don't call
8408 process-kill-without-query and kill-process if they are unbound.
8409 (ispell-async-processp): New function.
8410
3d30065d
DL
84112000-04-12 Dave Love <fx@gnu.org>
8412
8413 * info.el: Add debug-ignored-errors.
8414 (Info-mode-menu): Add some items.
8415 (Info-directory): Add autoload cookie.
8416
8417 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
8418 Modify `truncate-lines'. Make `describe-language-environment'
8419 always visible and add help. Modify `describe-key' help. Invoke
8420 Info-directory from `info'. New entry `emacs-manual'.
8421
1a1b1895
GM
84222000-04-10 Gerd Moellmann <gerd@gnu.org>
8423
8b2affc5
GM
8424 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
8425 propertized-buffer-identification.
8426 (ebrowse-update-member-buffer-mode-line): Likewise.
8427 (ebrowse--mode-strings): Removed.
8428 (ebrowse--mode-line-props): Removed.
8429
1a1b1895
GM
8430 * files.el (auto-mode-alist): Add `EBROWSE'.
8431
8432 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
8433 space before testing for end of buffer.
8434 (ebrowse-load): Removed.
8435 (ebrowse-revert-tree-buffer-from-file): Rewritten.
8436 (ebrowse-create-tree-buffer): Rewritten.
8437 (ebrowse-tree-mode): Read tree from buffer.
8438
8439 * progmodes/ebrowse-ffh.el: Removed.
8440
223f3c91
KH
84412000-04-10 Kenichi Handa <handa@etl.go.jp>
8442
8443 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
8444
25fbf2c4
GM
84452000-04-10 Gerd Moellmann <gerd@gnu.org>
8446
8447 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
8448 at the wrong place.
8449
92c13173
DL
84502000-04-09 Dave Love <fx@gnu.org>
8451
8452 * files.el (backup-enable-predicate): Use
8453 temporary-file-directory, small-temporary-file-directory.
8454 (make-backup-file-name-function, backup-directory-alist): New
8455 variables.
8456 (make-backup-file-name-1): New function.
8457 (make-backup-file-name): Use it.
8458 (find-backup-file-name): Likewise. Use format for clarity, not
8459 concat.
8460 (file-newest-backup): Use make-backup-file-name.
8461
be0dbdab
GM
84622000-04-09 Gerd Moellmann <gerd@gnu.org>
8463
c45be9ac 8464 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 8465
c45be9ac
GM
8466 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
8467 to ebrowse-ffh.el.
8468 (ebrowse-load): Add autoload.
8469
8470 * finder.el (finder-commentary): Add autoload cookie.
8471
be0dbdab
GM
8472 * mail/rfc2368.el: Correct author's email address.
8473
8474 * progmodes/ebrowse.el: New file.
8475
8476 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
8477 item help string.
8478 (easy-menu-do-add-item): Ditto.
8479 (easy-menu-define): Extend doc string.
8480
8481 * jit-lock.el (with-buffer-unmodified): Use
8482 restore-buffer-modified-p.
8483 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
8484 (jit-lock-function, jit-lock-stealth-fontify): Don't use
8485 with-buffer-unmodified.
8486
3f923efe
DL
84872000-04-08 Dave Love <fx@gnu.org>
8488
8489 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
8490 unless, when.
8491
d35bee0e
MK
84922000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
8493
8494 * viper-util.el (viper-put-on-search-overlay): New subroutine.
8495 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 8496 doesn't support face.
d35bee0e 8497 Use `viper-put-on-search-overlay'.
fa78f71b 8498
c407c570
GM
84992000-04-04 Gerd Moellmann <gerd@gnu.org>
8500
8501 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
8502 like C-r.
8503
8504 * progmodes/make-mode.el: Some doc fixes.
8505 (makefile-mode-abbrev-table): New variable.
8506 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
8507 (makefile-font-lock-keywords): Fontify includes and conditionals.
8508 (toplevel): Require `dabbrev' and `add-log' when compiling.
8509
8510 * replace.el (perform-replace): Don't move forward one char
8511 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
8512 to do that because it leaves point 1 position after the last
8513 replacement, after everything has been replaced.
8514
8515 * jit-lock.el (with-buffer-unmodified): New macro.
8516 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
8517 modified state.
8518 (jit-lock-function-1): Extracted from jit-lock-function; not
8519 preserving buffer's modified state.
8520 (jit-lock-function, jit-lock-stealth-fontify): Call
8521 jit-lock-function-1.
8522
8523 * mail/rfc2368.el: Remove supernumerary copyright line.
8524
685e5ed2
GM
85252000-04-04 Milan Zamazal <pdm@freesoft.cz>
8526
8527 * glasses.el: Provide facilities for inserting space before left
8528 parentheses and uncapitalization of identifiers.
8529 (glasses-mode): Try to remove old overlays in all cases.
8530
0166aed1
GM
85312000-04-03 Gerd Moellmann <gerd@gnu.org>
8532
62f20204
GM
8533 * progmodes/compile.el (compile-internal): Display the compilation
8534 buffer in a different frame, if it's already displayed there.
8535
6460c400
GM
8536 * mail/rfc2368.el: New file.
8537
c0510d27
GM
8538 * simple.el (sendmail-user-agent-compose): Recognize a `body'
8539 header and insert its value as mail body.
8540
8541 * subr.el (member-ignore-case): New function.
8542
8543 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
8544 (dabbrev--find-expansion): Ignore buffers matching a regexp
8545 from dabbrev-ignored-regexps.
8546
0166aed1
GM
8547 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
8548 to extensions handled by gzip.
8549
c0510d27
GM
85502000-04-03 Richard M. Stallman <rms@gnu.org>
8551
8552 * files.el (insert-directory): List the total free space
8553 along with the used space.
fa78f71b 8554
c0510d27
GM
8555 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
8556 line is followed by one that matches CITATION-REGEXP, end the
8557 paragraph.
8558
85592000-04-03 Markus Rost <rost@delysid.gnu.org>
8560
8561 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
8562 (rmail-make-basic-summary-line): Use that option.
fa78f71b 8563
14c04384
KH
85642000-04-03 Kenichi Handa <handa@etl.go.jp>
8565
8566 * international/mule-cmds.el (encoded-string-description):
8567 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
8568 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
8569 for hexadecimal format.
14c04384 8570
ccf5869a
DL
85712000-04-01 Dave Love <fx@gnu.org>
8572
8573 * cpp.el: Change customization group to `c' from `C'.
8574
8575 * vcursor.el (vcursor-move): Use display-color-p.
8576
8577 * international/mule-util.el: Provide mule-utils.
8578 (string-to-sequence): Simplify and speed up.
8579
8580 * international/mule.el (make-coding-system): Purecopy doc-string.
8581
8582 * international/mule-cmds.el: Various menu changes.
8583 (describe-specified-language-support): Handle `Default'.
8584 (set-language-info): Purecopy `info'.
8585
610d841e
GM
85862000-03-31 Andrew Innes <andrewi@gnu.org>
8587
8588 * vc.el (vc-backend-diff): Return the correct status if we had to
8589 retry the rcsdiff command without the --brief option.
fa78f71b 8590
7f9de034
DL
85912000-03-31 Dave Love <fx@gnu.org>
8592
2de47765
DL
8593 * help.el (help-manyarg-func-alist): Correct several omissions.
8594
72838819
DL
8595 * add-log.el: Don't require cl, fortran.
8596 (add-log-current-defun-function): Doc fix.
8597 (change-log-version-number-regexp-list): Remove SCCS part. Doc
8598 fix.
8599 (change-log-version-rcs): Function deleted.
8600 (change-log-version-number-search): Doc fix. Use
8601 vc-workfile-version. Avoid CL dolist.
8602 (add-change-log-entry): Just call add-log-current-defun to get
8603 defun. Simplify somewhat.
8604 (change-log-get-method-definition-1): Likewise.
8605 (add-log-current-defun): Return nil if calling
8606 add-log-current-defun-function does so. Move Fortran stuff to
8607 fortran.el. Return string without properties.
8608
7f9de034
DL
8609 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
8610 and :alpha: char classes.
8611
8612 * mail/supercite.el: Defvar curline when compiling.
8613 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
8614 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
8615 rather than a-zA-Z0-9 to allow non-ASCII characters.
8616
aa110c0c
GM
86172000-03-31 Gerd Moellmann <gerd@gnu.org>
8618
8619 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
8620
8621 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8622 Re-enable new code.
8623
8624 * lpr.el (print-region-1): Use -d to specify printer name for
8625 systems `usg-unix-v*, `dgux', `hpux', `irix'.
8626
86272000-03-31 Dave Love <fx@gnu.org>
fa78f71b 8628
aa110c0c
GM
8629 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
8630 for function definition in symbol's function value slot first
8631 instead of first consulting byte-compile-function-environment.
fa78f71b 8632
6733d074
KH
86332000-03-31 Kenichi Handa <handa@etl.go.jp>
8634
8635 * language/european.el ("Polish"): New language environment.
8636 (setup-polish-environment): New function.
8637
63fcfa04
GM
86382000-03-30 Gerd Moellmann <gerd@gnu.org>
8639
8640 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8641 Disable new code.
8642
8643 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
8644 trying to `load' the symbol of an autoload instead of the file
8645 recorded in the autoload. Fix error messages.
8646
7438c86b
GM
86472000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8648
8649 * ps-print.el: PostScript programming fix for ghostview, doc fix.
8650 (ps-print-version): New version number (5.1.3).
8651 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
8652 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
8653 (ps-generate-postscript-with-faces): Code fix.
8654 (ps-color-values): XEmacs compatibility.
8655 (ps-print-background-image, ps-print-background-text, ps-printer-name)
8656 (ps-default-fg, ps-default-bg): Adjust customization.
8657 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
8658 (ps-color-scale): Renaming old ps-color-value fun.
8659 (ps-print-headers): Replace ps-print-header group to avoid conflict
8660 with ps-print-header variable.
8661 (ps-print-miscellany): New group.
8662 (ps-format-color, ps-rgb-color): New funs.
8663 (ps-default-foreground): New var.
8664 (ps-printer-name-option): New const.
fa78f71b 8665
326855a0
PB
86662000-03-30 Peter Breton <pbreton@ne.mediaone.net>
8667
1f56ba73
PB
8668 * net/net-utils.el:
8669 (network-connection-host, network-connection-service): New variables
8670 (network-connection-mode): New mode, derived from comint-mode
8671 (network-connection-mode-setup): New function, saves host and
fa78f71b 8672 service information in local variables.
1f56ba73 8673
326855a0
PB
8674 * lisp/locate.el:
8675 (locate-word-at-point): Added this function
8676 (locate): Default to using locate-word-at-point as input
8677 Run dired-mode-hook
8678
141384bd
DL
86792000-03-29 Dave Love <fx@gnu.org>
8680
8681 * calendar/appt.el: Doc fixes.
8682 (appt-check): Convert min-to-app to a string before passing to
8683 appt-disp-window-function or concat.
8684 (appt-delete-window): Remove test for frame-root-window.
8685 (appt-select-lowest-window, appt-convert-time): Simplify.
8686
8687 * emacs-lisp/bytecomp.el: Doc fixes.
8688 (byte-compile-file-form-autoload): Update
8689 byte-compile-function-environment.
8690
c5aa0fc2
AS
86912000-03-29 Andreas Schwab <schwab@suse.de>
8692
8693 * emacs-lisp/autoload.el: Also print defsubst doc string
8694 specially.
8695
8696 * dired.el (dired-insert-directory): If dired-free-space-program
8697 failed just delete its output.
8698
f1d6fe69
DL
86992000-03-29 Dave Love <fx@gnu.org>
8700
8701 * international/iso-cvt.el: Move provide to end. Doc fixes.
8702 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
8703 (iso-iso2sgml, iso-sgml2iso): New functions.
8704 (iso-cvt-define-menu): Fix some entries and use backquote for
8705 clarity.
8706
8707 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
8708
b61f1215
GM
87092000-03-28 Gerd Moellmann <gerd@gnu.org>
8710
8711 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
8712 ISO-DATE. If non-nil, return date in ISO 8601 format.
8713
ea4b0ca3
SM
87142000-03-26 Stefan Monnier <monnier@cs.yale.edu>
8715
3831af62
SM
8716 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
8717 if it ever becomes used.
8718 (log-edit-mode-hook): Default to vc-log-mode-hook.
8719 (log-edit-mode): Fix the docstring.
8720
ea4b0ca3
SM
8721 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
8722 the code.
8723
08f8b1cc
DL
87242000-03-26 Dave Love <fx@gnu.org>
8725
082527fe
DL
8726 * net/browse-url.el (browse-url): Re-fix case of
8727 browse-url-browser-function being an alist.
8728 (browse-url): Add :link to defgroup.
8729
08f8b1cc
DL
8730 * files.el: Doc fixes.
8731 (file-truename): Include `[' in wildcard characters.
8732 (automount-dir-prefix): Customize.
8733 (find-file-wildcards): Add :version.
8734 (find-file-noselect): Simplify a mapcar call.
8735
8736 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
8737 compatible with inf-lisp version.
8738 (eval-defun-1): Fix custom-declare-variable case.
8739
ea4b0ca3
SM
87402000-03-25 Stefan Monnier <monnier@cs.yale.edu>
8741
8742 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
8743
9a0dd3dc
GM
87442000-03-24 Gerd Moellmann <gerd@gnu.org>
8745
b68c375f
GM
8746 * Makefile (COMPILE_FIRST): New macro.
8747 (compile-files): Compile files from COMPILE_FIRST first.
8748
8749 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
8750 code.
8751
9a0dd3dc
GM
8752 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
8753 matching open parenthesis in column 0 to defun-prompt-regexp
8754 only if open-paren-in-column-0-is-defun-start is set.
8755
8756 * sun-curs.el: Require CL at compile-time only.
8757
8758 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
8759 instead of copy-list which is a function from CL.
8760 (msb--choose-menu, msb--mode-menu-cond)
8761 (msb--create-buffer-menu-2): Use dolist instead of mapc.
8762 (msb--init-file-alist): Use mapcar instead of mapcan.
8763 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
8764 `(' in column 0 in doc string.
8765 (msb--add-separators): Use mapcar instead of mapcan.
8766
8767 * cus-dep.el: Require CL at compile-time only.
8768
c7dcadb5
SM
87692000-03-24 Stefan Monnier <monnier@cs.yale.edu>
8770
8771 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8772 (byte-compile-warnings): New warning `noruntime'.
8773 (byte-compile-constants, byte-compile-variables): Fix docstring.
8774 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
8775 execute `eval-whenc-compile's body.
8776 (byte-compile-unresolved-functions): Fix docstring.
8777 (byte-compile-eval): New function.
8778 (byte-compile-callargs-warn): Check if the function will be available
8779 at runtime (via property `byte-compile-noruntime').
8780 (byte-compile-print-syms): New function.
8781 (byte-compile-warn-about-unresolved-functions): Also warn about
8782 `noruntime' functions (and use `byte-compile-print-syms').
8783 (byte-compile-file): Capitalize the message.
8784
3b55acc9
GM
87852000-03-24 Gerd Moellmann <gerd@gnu.org>
8786
8787 * mail/rmail.el (rmail-confirm-expunge): New user-option.
8788 (rmail-expunge): Ask for confirmation depending on the setting
8789 of rmail-confirm-expunge.
8790
87912000-03-23 Gerd Moellmann <gerd@gnu.org>
8792
8793 * Makefile (bootstrap-clean): If $(emacs) exists, build
8794 loaddefs.el first. A loaddefs.el that's not up-to-date might
8795 cause a bootstrap failure because things don't autoload as
8796 expected.
8797
02c76af4
DL
87982000-03-23 Dave Love <fx@gnu.org>
8799
8800 * net/browse-url.el: Restore previous use of
8801 browse-url-maybe-new-window.
8802
1a3199d9
GM
88032000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8804
8805 * ps-print.el: Skip banner page fix.
8806 (ps-print-version): New version number (5.1.2).
8807 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 8808
1a3199d9
GM
88092000-03-23 Dave Pearson <davep@davep.org>
8810
8811 * net/quickurl.el Changed the type of parameter passed to the
8812 function defined by `quickurl-format-function'. Before only the
8813 text of the URL was passed. Now the whole URL structure is passed
8814 and the function is responsible for extracting the parts it
8815 requires. Changed the default of `quickurl-format-function'
8816 accordingly.
8817 (quickurl-insert): Changed the `funcall' of
8818 `quickurl-format-function' to match the above change.
8819 (quickurl-list-insert): Changed the `url' case so that it makes
8820 use of `quickurl-format-function', previous to this the format was
8821 hard wired.
fa78f71b 8822
72db3ab5
GM
88232000-03-22 Gerd Moellmann <gerd@gnu.org>
8824
8825 * startup.el: Change some spellings for the X Window System.
8826
68049bfa
SM
88272000-03-22 Stefan Monnier <monnier@cs.yale.edu>
8828
8829 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
8830 up the code and the regexp and make sure the cursor is temporarily
8831 moved to the suspicious line while querying the user.
8832
ff4df011
JR
88332000-03-22 Jason Rumney <jasonr@gnu.org>
8834
8835 * w32-fns.el (w32-charset-info-alist): Initialize.
8836
ee1c5b21
GM
88372000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8838
8839 * ps-print.el: N-up last page fix.
8840 (ps-print-version): New version number (5.1.1).
8841 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 8842
d2cbfba0
SM
88432000-03-21 Stefan Monnier <monnier@cs.yale.edu>
8844
bfb857d8
SM
8845 * files.el (find-file-run-dired): Update docstring.
8846 (find-directory-functions): New hook.
8847 (find-file-noselect): Run find-directory-functions rather than
8848 calling dired directly.
8849
8850 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
8851
cb3430a1
SM
8852 * pcvs.el: Add a minimal leading commentary.
8853 (cvs-make-cvs-buffer): Change the header part by removing the startup
8854 message and adding a `Module' entry. Also replace the FOOTER and
8855 HEADER special fileinfos with the new support in ewoc for updating
8856 its own footer and header.
8857 (cvs-update-header): Update to use the header/footer of the ewoc.
8858 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
8859 (cvs-is-within-p): New function.
8860 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
8861 to only examine some subset of the buffers.
8862
8863 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
8864 `format' instead of our own ad-hoc functions.
8865 Remove HEADER and FOOTER cases, now handled in the EWOC.
8866 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
8867
8868 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
8869 output to avoid scaring the user.
8870 (cvs-parse-table): Catch message for non-up-to-date commits.
8871
8872 * pcvs-defs.el (cvs-startup-message): Remove.
8873 (cvs-global-menu): New autoloaded menu.
8874
8875 * pcvs-util.el (cvs-string-fill): Remove.
8876
8877 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
8878 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
8879 PP part of it and also make it work for footers and headers.
8880 (ewoc-create): Drop POS and BUFFER arguments.
8881 Use the DLL's dummy node to store the end-of-footer position.
8882 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
8883 (ewoc-refresh): Remove unused `header' variable.
8884 (ewoc-(get|set)-hf): New functions.
8885
d2cbfba0
SM
8886 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
8887 log-view-*-(message|file) and use easy-mmode-define-navigation.
8888 (log-view-message-re): Match SCCS format as well.
8889 And match the revision line rather than the dashed separator line.
8890 (log-view-mode): Use the new define-derived-mode.
8891 (log-view-current-tag): Fill in with an actual implementation.
8892
8893 * cvs-status.el (cvs-status-(prev|next)): Rename from
8894 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
8895 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
8896 to let the output "breathe" a little more (more readable).
8897 (cvs-status-mode): Use the new define-derived-mode.
8898
8899 * smerge-mode.el (smerge-auto-leave): New function and variable.
8900 (smerge-basic-map): Rename from smerge-basic-keymap.
8901 Change the bindings for smerge-diff-*.
8902 (smerge-*-map): Use easy-mmode-defmap.
8903 (smerge-(next|prev)): Use easy-mmode-define-navigation.
8904 (smerge-keep-*): Use smerge-auto-leave.
8905
51663132
JR
89062000-03-21 Jason Rumney <jasonr@gnu.org>
8907
8908 * cus-edit.el (custom-button-face): Use 3D look for w32.
8909 (custom-button-pressed-face): Likewise.
8910
3f6e4b8b
GM
89112000-03-21 Gerd Moellmann <gerd@gnu.org>
8912
8913 * progmodes/etags.el (tags-case-fold-search): New user-option.
8914 (tags-loop-eval): New function. Bind case-fold-search around eval
8915 depending on the value of tags-case-fold-search.
8916 (tags-loop-continue): Use tags-loop-eval.
8917 (find-tag-in-order): Bind case-fold-search depending on the value
8918 of tags-case-fold-search.
8919
c7ea3acc
SM
89202000-03-21 Stefan Monnier <monnier@cs.yale.edu>
8921
0ae39f53
SM
8922 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
8923 (diff-end-of-hunk): Return the end position for use in
8924 `easy-mmode-define-navigation'.
8925 (diff-recenter): Remove.
8926 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
8927 of `easy-mmode-define-navigation'.
8928 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
8929 previous renaming) and fix to use new names.
8930 (diff-merge-strings): Use \n as separator: simpler, faster.
8931 (diff-mode): Use `define-derived-mode'.
8932
c7ea3acc
SM
8933 * derived.el (define-derived-mode): Don't autoload anymore.
8934 Prefer the macro-only version provided by easy-mmode.el.
8935
8936 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
8937 `easy-mmode-define-derived-mode'.
8938 Use `combine-run-hooks'.
8939 (easy-mmode-define-navigation): New macro.
8940
8941 * subr.el (combine-run-hooks): New function.
8942
6c4bfdc0
KH
89432000-03-21 Kenichi HANDA <handa@etl.go.jp>
8944
8945 * term/x-win.el: Fontsets related initialization is simplified.
8946
8947 * international/mule-diag.el (describe-font): Don't refer to
8948 global-fontset-alist, instead call font-list.
8949 (describe-fontset, list-fontsets, mule-diag): Likewise.
8950 (print-fontset): Adjusted for the change of fontset
8951 implementation.
8952
8953 * international/fontset.el (x-charset-registries): Variable
8954 removed, instead the corresponding data is stored in the default
8955 fontset.
8956 (register-alternate-fontnames): Function removed.
8957 (resolved-ascii-font): Variable removed.
8958 (x-compose-font-name): Ignore the second argument REDOCE.
8959 (x-complement-fontset-spec): Complement only an ASCII font and
8960 element for those charsets than can use that ASCII font.
8961 (generate-fontset-menu): Don't refer to global-fontset-alist,
8962 instead call fontset-list.
8963 (uninstantiated-fontset-alist): Variable removed.
8964 (x-style-funcs-alist): Likewise.
8965 (fontset-default-styles): Likewise.
8966 (x-modify-font-name): Function removed.
8967 (create-fontset-from-fontset-spec): Ignore the argument
8968 STYLE-VARIANT.
8969 (create-fontset-from-ascii-font): Docsting adjusted for the above
8970 change.
8971 (instantiate-fontset, resolve-fontset-name): Functions removed.
8972 (fontset-list): Now implemented by C code.
fa78f71b 8973
6c4bfdc0
KH
8974 * faces.el (read-face-font): Fix TABLE arg to completing-read.
8975 (describe-face): Include `font' attribute in the description.
8976
9111d4b5
KH
89772000-03-21 Kenichi Handa <handa@etl.go.jp>
8978
8979 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
8980
b33dd3b0
GM
89812000-03-20 Gerd Moellmann <gerd@gnu.org>
8982
a25bbe00
GM
8983 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
8984 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
8985 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 8986
b33dd3b0
GM
8987 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
8988 about behavior of set-buffer-modified-p wrt redisplay.
8989
8b7bc628 89902000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
8991
8992 * view.el (view-mode-disable): Kill local binding of view-read-only.
8993
d7b511c4
GM
89942000-03-18 Gerd Moellmann <gerd@gnu.org>
8995
8996 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
8997 is a string, convert it to a syntax cell using string-to-syntax.
8998
8999 * simple.el (syntax-code-table, syntax-flag-table): New variables.
9000 (string-to-syntax): New function.
9001
9002 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
9003 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 9004 try to use passive ftp mode.
d7b511c4 9005
998ecc60
GM
90062000-03-17 Gerd Moellmann <gerd@gnu.org>
9007
b33dd3b0 9008 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
9009
9010 * simple.el (append-to-buffer): Update point of windows after
9011 insertion.
9012
9013 * abbrev.el (inverse-add-abbrev): Identify word by first moving
9014 forward then moving backward. Reindent.
9015
9016 * frame.el (other-frame): Call x-focus-frame only if
9017 focus-follows-mouse is off.
9018
235d6821
DL
90192000-03-17 Dave Love <fx@gnu.org>
9020
9021 * pcvs-util.el (cvs-strings->string): Rename
9022 replace-regexps-in-string.
9023
a29a2cd1
SM
90242000-03-17 Stefan Monnier <monnier@cs.yale.edu>
9025
af595444
SM
9026 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
9027 regexp for labels cannot span several lines.
9028
9029 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 9030 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 9031
a9be2843
DL
90322000-03-16 Dave Love <fx@gnu.org>
9033
9034 * progmodes/f90.el (f90): Put custom group under `languages', not
9035 `fortran'.
9036 (f90-mode-hook): Customize.
9037 (f90-mode): Set add-log-current-defun-function.
9038 (f90-current-defun): New function.
9039
d0ab3e9d
GM
90402000-03-16 Gerd Moellmann <gerd@gnu.org>
9041
16b20ed9
GM
9042 * cus-edit.el (custom-variable-tag-face): Handle case that
9043 default face's height is not a number.
9044 (custom-face-tag-face, custom-group-tag-face-1)
9045 (custom-group-tag-face): Ditto.
9046 (custom-group-tag-face-1): Add :group.
fa78f71b 9047
d0ab3e9d
GM
9048 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
9049
ae8ab422
GM
90502000-03-15 Gerd Moellmann <gerd@gnu.org>
9051
9052 * pcvs-defs.el (toplevel): Remove autoload cookie for form
9053 requiring easymenu.
9054
81c7ca69
GM
90552000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9056
9057 * ps-print.el: PostScript user-defined prologue, PostScript error
9058 handler, doc fix.
9059 (ps-print-version): New version number (5.1).
9060 (ps-user-defined-prologue, ps-error-handler-message)
9061 (ps-print-prologue-0, ps-error-handler-alist): New vars.
9062 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
9063 (ps-insert-string): New function.
fa78f71b 9064
dcf1003d
KH
90652000-03-15 Kenichi Handa <handa@etl.go.jp>
9066
9067 * international/ccl.el (ccl-compile-expression): Don't generate
9068 invalid self-assignment code.
9069
73825616
DL
90702000-03-14 Dave Love <fx@gnu.org>
9071
9072 * subr.el (replace-regexp-in-string): Renamed from
9073 replace-regexps-in-string. Doc fix.
9074
031020ac
DL
90752000-03-12 Dave Love <fx@gnu.org>
9076
9077 * cus-edit.el: Doc fixes.
9078 (customize-set-variable, customize-save-variable): Rename args for
9079 doc.
9080 (custom-variable-tag-face, custom-face-tag-face)
9081 (custom-group-tag-face-1, custom-group-tag-face): Modify from
9082 style which user identify as hyperlink.
9083 (hook): Don't add undefined functions to the hook.
9084 (debug-ignored-errors): Transfer message from bindings.el.
9085
9b2f3c38
GM
90862000-03-12 Gerd Moellmann <gerd@gnu.org>
9087
9088 * recentf.el (recentf-keep-non-readable-files-p): Remove
9089 double/nested definition.
9090
0d6e23cf
DL
90912000-03-12 Dave Love <fx@gnu.org>
9092
9093 * facemenu.el (facemenu-get-face): Use display-color-p.
9094 * enriched.el (enriched-decode-foreground): Likewise.
9095 (enriched-decode-background): Likewise.
9096 * isearch.el (isearch-highlight): Likewise.
9097 * info-look.el (info-lookup): Likewise.
9098 * simple.el (completion-setup-function): Likewise.
9099
9100 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
9101 :options.
9102
9103 * bindings.el (mode-line-format): Fix line-number and
9104 column-number items. Add help-echo for the background.
9105 (mode-line-mule-info): Modify help-echo.
9106
9107 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
9108 defcustom.
9109
9110 * files.el (load-file): Allow completion to .elc.
9111
9112 * man.el: Doc fixes.
9113 (Man-init-defvars): Use display-color-p to set fontification.
9114
9115 * play/hanoi.el (hanoi-internal): Don't use oddp.
9116
e1cff360
GM
91172000-03-12 Gerd Moellmann <gerd@gnu.org>
9118
9119 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
9120
9121 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
9122
5e5dff44
GM
91232000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
9124
9125 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
9126 Fix comment.
9127
5b467bf4
SM
91282000-03-10 Stefan Monnier <monnier@cs.yale.edu>
9129
83fef604
SM
9130 * font-lock.el (font-lock-keywords): Fix the doc now that
9131 regexp-opt-depth is unnecessary.
9132 (save-buffer-state): Set an edebug spec.
9133 (font-lock-fontify-anchored-keywords): Properly handle the case when
9134 the matcher goes past the limit.
9135
5b467bf4
SM
9136 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
9137 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
9138
83fef604
SM
9139 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
9140 dll.el and cookie.el (from Elib) with heavy renaming and other
9141 massaging.
5b467bf4
SM
9142
9143 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
9144 Autoload the functions used.
9145 (easy-mmode-define-syntax): Fix CL typo.
9146 (easy-mmode-define-derived-mode): Improve the docstring generation.
9147
d407456c
GM
91482000-03-10 Gerd Moellmann <gerd@gnu.org>
9149
9150 * textmodes/texinfo.el (texinfo-version): Variable and function
9151 removed.
9152
5a7a545c
SM
91532000-03-09 Stefan Monnier <monnier@cs.yale.edu>
9154
0d6e23cf
DL
9155 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
9156 allow more flexibility.
9157 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
9158 fns.
9159 (easy-mmode-defmap, easy-mmode-defsyntax)
9160 (easy-mmode-define-derived-mode): New macros.
5a7a545c 9161
d407456c 91622000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
9163
9164 * rect.el (replace-rectangle): New function.
9165
91662000-03-09 Dave Love <fx@gnu.org>
9167
9168 * progmodes/fortran.el (fortran-comment-line-start): Define as
9169 "C".
9170 (fortran-comment-line-start-skip): Don't match cpp stuff.
9171 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
9172 (fortran-mode-map): Remove over-eager custom-menu-create for now.
9173 (fortran-mode): Don't set fortran-comment-line-start-skip,
9174 fortran-comment-line-start here. Set comment-start,
9175 add-log-current-defun.
9176 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
9177 (fortran-current-defun): New function.
9178
80460654
GM
91792000-03-09 Gerd Moellmann <gerd@gnu.org>
9180
d1221ea9
GM
9181 * emacs-lisp/re-builder.el: New file.
9182
1853aa6b
GM
9183 * mouse.el (mouse-drag-region): Don't run up-event handler
9184 if hscroll has changed.
9185
80460654
GM
9186 * octave-mod.el (octave-font-lock-keywords): To font-lock the
9187 builtin operators, use `font-lock-builtin-face' for Emacs and
9188 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
9189
9190 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
9191 `(defun (setf foo)' differently.
9192
c0056275
SM
91932000-03-08 Stefan Monnier <monnier@cs.yale.edu>
9194
9195 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
9196 (regexp-opt): Update comment and adapt the code the new meaning of
9197 the `paren' argument of regex-opt-group for shy-groups.
9198 (regexp-opt-depth): Handle shy groups as well as backslashed
9199 backslashes.
c0056275
SM
9200 (regexp-opt-group): Turn the leading comment into a docstring.
9201 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
9202 Remove open-presuf and close-presuf. Instead of checking for `all
9203 one-char' and then later on check for `several one-char', handle
9204 both cases close together. Also apply a more generic algorithm
9205 for suffixes (the mirror image of the algorithm used for
9206 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
9207 (regexp-opt-try-suffix): Removed.
9208
9209 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
9210 from comint-mode-map, so we can just inherit from it. Also, move
9211 the initialization into the `defvar' since there's no docstring
9212 anyway and it's fairly short.
9213 (inferior-scheme-mode): Define it as derived-mode: the code is
9214 shorter and this way we inherit from comint-mode-map rather than
9215 copying it.
c0056275 9216
80460654
GM
9217 * subr.el (replace-regexps-in-string): Properly handle the case
9218 where we match an empty string.
c0056275 9219
80460654
GM
9220 * comint.el (comint-exec-1): Add the current-dir to the exec-path
9221 when the command has a directory component (such as "./testml").
c0056275
SM
9222 Also fix a typo in the comment.
9223
5e91ff9e
GM
92242000-03-08 Gerd Moellmann <gerd@gnu.org>
9225
feab4fba
GM
9226 * Makefile (compile-files): Compile files one by one because
9227 that's the only way to ensure a clean compilation environment for
9228 each individual file.
9229
5e91ff9e
GM
9230 * frame.el (other-frame): Call x-focus-frame.
9231
76162e12
DL
92322000-03-07 Dave Love <fx@gnu.org>
9233
f64ce788
DL
9234 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
9235 :require to defcustom.
9236
76162e12
DL
9237 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
9238 lists.
9239
9240 * files.el (auto-mode-alist): Add configure.in.
9241
9242 * progmodes/autoconf.el: New file.
9243
f7daf1e1
GM
92442000-03-07 Gerd Moellmann <gerd@gnu.org>
9245
9246 * mail/mh-e.el: Change maintainer to `none'.
9247
9248 * recentf.el (recentf-keep-non-readable-files-p): Quote args
9249 to remove-hook and add-hook.
9250
92512000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9252
9253 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
9254 it as the default.
9255 (mail-send): Test mail-send-nonascii also for the new `mime' value.
9256 (sendmail-send-it): Conditionally add MIME headers specifying the
9257 used character set.
fa78f71b 9258
63f6b2c4
DL
92592000-03-07 Dave Love <fx@gnu.org>
9260
9261 * winner.el: Fix keywords, autoload cookies. Split
9262 eval-when-compile form to avoid compilation failure.
9263
8330e2f9
KH
92642000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
9265
9266 * international/mule.el: Modify comment about coding system
9267 property `coding-category'.
9268 (make-coding-system): New argument EOL-TYPE. Pay attention to
9269 coding-category property of PROPERTIES.
9270
9271 * international/mule-conf.el (coding-category-utf-8,
9272 coding-category-utf-16-be, coding-category-utf-16-le): New coding
9273 categories. Include them in the argument for set-coding-priority.
9274
9275 * international/mule-cmds.el (reset-language-environment): Include
9276 coding-category-utf-8, coding-category-utf-16-be, and
9277 coding-category-utf-16-le in the argument for set-coding-priority.
9278 (reset-language-environment): Initialize coding-category-utf-8,
9279 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
9280
18bb0684
GM
92812000-03-06 Karl Fogel <kfogel@red-bean.com>
9282
9283 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
9284 code abstracted out of `bookmark-jump-noselect'. Now tries info
9285 extensions as well as compression extensions.
9286 (bookmark-jump-noselect): Use above new func.
fa78f71b 9287
71a6ba55
GM
92882000-03-03 Gerd Moellmann <gerd@gnu.org>
9289
9290 * strokes.el: Change maintainer's mail address.
9291
0d56cdff
KH
92922000-03-03 Kenichi Handa <handa@etl.go.jp>
9293
9294 * international/mule-diag.el (list-character-sets): Make help-echo
9295 string by substitute-command-keys.
9296 (list-character-sets): Likewise.
9297 (sort-listed-character-sets): Call help-setup-xref.
9298
900fa1f1
GM
92992000-03-02 Gerd Moellmann <gerd@gnu.org>
9300
9301 * time.el (display-time-mail-file): Add `none' to the list of
9302 choices.
9303
54d04320
DL
93042000-03-01 Dave Love <fx@gnu.org>
9305
43f3fa09
DL
9306 * help.el (help-xref-go-back): Don't try to set position.
9307
54d04320
DL
9308 * international/mule-diag.el (list-character-sets): Call
9309 help-setup-xref. Add help-echo to xrefs.
9310 (list-character-sets-1): Add help-echo to xrefs.
9311
d054101f
GM
93122000-03-02 Gerd Moellmann <gerd@gnu.org>
9313
9314 * frame.el (blink-cursor-mode): Switch cursor on when turning
9315 the mode off.
9316
9317 * add-log.el (add-log-current-defun): Add support for
9318 Autoconf mode.
9319
9320 * mail/rmail.el (rmail-quit-hook): New variable.
9321
d77dae5c
DL
93222000-03-01 Dave Love <fx@gnu.org>
9323
e5f597f0
DL
9324 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
9325
d77dae5c
DL
9326 * help.el (help-xref-button): Add help-echo arg.
9327 (describe-function-1, describe-variable, help-make-xrefs): Use it.
9328
9329 * faces.el (list-faces-display): Supply help-echo with
9330 help-make-xrefs.
9331
9332 * facemenu.el (list-text-properties-at): Set help-xref-stack to
9333 nil.
9334
72d19d75
GM
93352000-03-01 Gerd Moellmann <gerd@gnu.org>
9336
2df636f4
GM
9337 * image.el (defimage): Look for image files in load-path.
9338
fa78f71b 9339 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
9340 `number'.
9341
2df636f4
GM
93422000-03-01 David Ponce <david.ponce@wanadoo.fr>
9343
9344 * recentf.el (recentf): Added version tag to the defgroup of
9345 recentf.
9346
93472000-03-01 David Ponce <david.ponce@wanadoo.fr>
9348
9349 * recentf.el (recentf-cleanup): Changed to remove excluded file
9350 too.
9351 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
9352 action to select/unselect a file.
9353 (recentf-edit-list): Code cleanup and improvement.
9354 (recentf-open-more-files-action): `recentf-open-more-files' button
9355 widget action to open a file.
9356 (recentf-open-more-files): No more use standard completion but
9357 widgets.
9358 (recentf-more-collection): Deleted.
9359 (recentf-more-history): Deleted.
9360 (recentf-setup-more-completion): Deleted.
9361
93622000-03-01 David Ponce <david.ponce@wanadoo.fr>
9363
9364 * recentf.el (recentf-mode): No more needs that Emacs is running
9365 under a window-system.
9366
93671999-03-01 David Ponce <david.ponce@wanadoo.fr>
9368
9369 * recentf.el (recentf-edit-list): New command to edit the recent
9370 list which allow the user to remove files.
9371 (recentf-edit-selected-items): New global variable, used by
9372 `recentf-edit-list' to hold the list of files to be removed from
9373 the recent list.
9374 (recentf-make-menu-items): Updated to display a "Edit list..."
9375 menu item. Minor code cleanup.
9376
93771999-03-01 David Ponce <david.ponce@wanadoo.fr>
9378
9379 * recentf.el (recentf-open-more-files): New command to open files
9380 that are not displayed in the menu.
9381 (recentf-more-collection): New global variable holding the set of
9382 permissible completions used by `recentf-open-more-files'.
9383 (recentf-more-history): New global variable holding the history list
9384 used by `recentf-open-more-files' completion.
9385 (recentf-setup-more-completion): New function to setup completion for
9386 `recentf-open-more-files'.
9387 (recentf-make-menu-items): Updated to display a "More..." menu item.
9388
93891999-03-01 David Ponce <david.ponce@wanadoo.fr>
9390
9391 * recentf.el (recentf-menu-action): Doc fixed.
9392
93931999-03-01 David Ponce <david.ponce@wanadoo.fr>
9394
9395 * recentf.el (recentf-menu-filter): Doc updated.
9396 (recentf-update-menu-hook): Allow menu filters to force menu update.
9397 (recentf-make-menu-items): New menu filter handling.
9398 (recentf-make-menu-item): New helper function.
9399 (recentf-menu-elements): New menu handling function.
9400 (recentf-sort-ascending): Updated to new menu filter handling.
9401 (recentf-sort-descending): Updated to new menu filter handling.
9402 (recentf-sort-basenames-ascending): New menu filter function.
9403 (recentf-sort-basenames-descending): New menu filter function.
9404 (recentf-show-basenames): New menu filter function.
9405 (recentf-show-basenames-ascending): New menu filter function.
9406 (recentf-show-basenames-descending): New menu filter function.
9407
72d19d75
GM
94082000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9409
9410 * diary-lib.el (list-diary-entries): Don't try to go forward at
9411 the end of the buffer.
9412
1ac1c836
KH
94132000-02-29 Kenichi Handa <handa@etl.go.jp>
9414
9415 * international/mule-diag.el (list-character-sets): Completely
9416 rewritten.
9417 (sort-listed-character-sets): New function.
9418 (list-character-sets-1): Completely rewritten.
9419 (list-character-sets-2): New function.
9420 (non-iso-charset-alist): New variable.
9421 (decode-codepage-char): New function.
9422 (charset-history): New variable.
9423 (read-charset) (list-block-of-chars)
9424 (list-iso-charset-chars)
9425 (list-non-iso-charset-chars)
9426 (list-charset-chars): New functions.
9427 (mule-diag): Call list-character-sets-2, not
9428 list-character-sets-2.
9429 (dump-charsets): Likewise.
9430
ed4d0512
GM
94312000-02-29 Gerd Moellmann <gerd@gnu.org>
9432
72d19d75
GM
9433 * dired-x.el (dired-filename-at-point): Add `@' to valid
9434 file name characters.
9435 (dired-filename-at-point): Handle ange-ftp file names.
9436
ed4d0512
GM
9437 * frame.el (frame-notice-user-settings): Use assq-delete-all
9438 instead of assoc-delete-all.
9439 (frame-notice-user-settings): Ditto.
9440
9441 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
9442 Don't copy alist.
9443
32038c7a
GM
94442000-02-28 Eli Barzilay <eli@cs.cornell.edu>
9445
9446 * calculator.el (calculator-use-menu): New option.
9447 (calculator-initial-bindings): Changed some bindings to work as
9448 macros.
9449 (calculator-forced-input): Removed.
9450 (calculator-restart-other-mode): New variable.
9451 (calculator-mode-map): Set up menu.
fa78f71b 9452
32038c7a
GM
94532000-02-28 Jari Aalto <jari.aalto@poboxes.com>
9454
9455 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
9456 tags.
fa78f71b 9457
55d7ff38 94582000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 9459
55d7ff38
MK
9460 * viper-cmd.el (viper-envelop-ESC-key): added the option to
9461 translate all ESC key sequences.
9462 (viper-goto-mark-subr): restore markers for files for which
9463 they were saved.
9464 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
9465 * viper-util.el (viper-set-replace-overlay-glyphs,
9466 viper-set-replace-overlay): always check if the replacement
9467 overlay is live.
9468 * viper.el (viper-vi-state-mode-list): added major modes.
9469 * ediff-wind.el: minor comment changes.
9470 * ediff.el: copyright notice date fix.
fa78f71b 9471
387023ee
JR
94722000-02-27 Jason Rumney <jasonr@gnu.org>
9473
9474 * faces.el (face-font-family-alternatives): Add arial to helv.
9475 (mode-line, header-line, tool-bar): Same default as x for w32.
9476 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
9477 face-font-family-alternatives from working.
9478 * term/w32-win.el (mouse-set-font): Do not build fontset from
9479 chosen font.
9480
f43d79c1
GM
94812000-02-25 Sam Steingold <sds@goems.com>
9482
5d80cc9c 9483 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 9484 properly.
fa78f71b 9485
8b7bc628 94862000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
9487
9488 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
9489
4eb8436f
GM
94902000-02-25 Gerd Moellmann <gerd@gnu.org>
9491
9492 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
9493 writable.
9494
449c3c52 9495 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 9496
42088c12
GM
94972000-02-24 Gerd Moellmann <gerd@gnu.org>
9498
9499 * frame.el (show-cursor-in-non-selected-windows): New option.
9500
c60ea02e
GM
95012000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9502
9503 * diary-lib.el (include-other-diary-files): Undo the selective
9504 display in any included file and don't kill it.
9505
d066de8e
EZ
95062000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
9507
9508 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
9509 bar. Menu items converted to (menu-item format, help strings
9510 added.
9511 [downcase, upcase]: Don't enable on MS-DOS.
9512 [symlink, symlinks]: Don't show if make-symbolic-link is not
9513 bound.
9514 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
9515
b6906b38
DL
95162000-02-23 Dave Love <fx@gnu.org>
9517
275cf1b2
DL
9518 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
9519 (backward-kill-word): Revert addition of * to interactive spec --
9520 it's a feature.
9521
9522 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
9523 (backward-kill-sentence, kill-sentence): Likewise.
9524
99d48056
DL
9525 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
9526 scratch buffer name.
9527 (gud-format-command): Use int-to-string in ?l case. Simplify
9528 slightly.
9529
9530 * term/w32-win.el (internal-face-interactive): Update prompt for
9531 new read-face-name.
9532
9533 * mail/footnote.el (footnote): Add :version to defgroup.
9534 (footnote-section-tag-regexp): Customize.
9535 (footnote-start-tag, footnote-end-tag): New option.
9536 (footnote-latin-regexp): New variable.
9537 (Footnote-latin): New function.
9538 (footnote-style-alist): Add element for latin style.
9539 (footnote-style): Moved.
9540 (Footnote-goto-footnote): Use eq to test arg.
9541
9542 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
9543
b6906b38
DL
9544 * emacs-lisp/byte-opt.el: Change old backquote syntax.
9545 (byte-compile-trueconstp): Include keywords.
9546 (byte-optimize-quote, byte-optimize-lapcode): Use
9547 byte-compile-const-symbol-p.
9548 (byte-optimize-char-before): New optimization.
9549
9550 * emacs-lisp/bytecomp.el: Change old backquote syntax.
9551 (byte-compile-const-symbol-p): New function.
9552 (byte-compile-constp, byte-compile-out-toplevel)
9553 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
9554 Use it.
9555
9556 * subr.el (define-key-after): Default AFTER to t. Doc fix.
9557
214f877f
KH
95582000-02-23 Kenichi Handa <handa@etl.go.jp>
9559
c709bcf1
KH
9560 * international/encoded-kb.el: Be sure to update minor-mode-alist
9561 and minor-mode-map-alist.
9562 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
9563 codes SS2 and SS3 correctly.
9564 (encoded-kbd-self-insert-ccl): New function.
9565 (encoded-kbd-setup-keymap): New function.
9566 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
9567 by calling encoded-kbd-setup-keymap.
9568
214f877f
KH
9569 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
9570 characters.
9571 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
9572 locally.
9573
b021ef18
DL
95742000-02-22 Dave Love <fx@gnu.org>
9575
9576 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
9577 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
9578 defvar.
9579 (lisp-mode-syntax-table): Set up for #|...|# comments.
9580 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
9581 classes. Match `defface'.
9582 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
9583 (eval-defun-1): Fix for defcustom.
9584 (lisp-indent-region): Doc fix.
9585
9586 * subr.el (when, unless, split-string): Doc fix.
9587 (read-passwd): Move call of clear-this-command-keys to the right
9588 place.
9589 (replace-regexps-in-string): New function.
9590
14cc00ad
GM
95912000-02-22 Gerd Moellmann <gerd@gnu.org>
9592
9593 * help.el (describe-variable): Set syntax table to
9594 emacs-lisp-mode-syntax-table when moving forward over the
9595 symbol's name.
9596
47da5efa
DL
95972000-02-22 Dave Love <fx@gnu.org>
9598
9599 * xt-mouse.el: Doc fixes.
9600 (xterm-mouse-position-function): New function, replacing advice of
9601 mouse-position.
9602 (xterm-mouse-mode): Use it. Don't turn on under a window system.
9603
9604 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
9605
f0a6c717
GM
96062000-02-21 Gerd Moellmann <gerd@gnu.org>
9607
9608 * format.el (format-annotate-single-property-change): Handle
9609 properties.with dotted-list values.
9610 (format-proper-list-p): New function.
9611
9612 * enriched.el (enriched-face-ans): Handle '(foreground-color
9613 . COLOR) and (background-color . COLOR).
9614
2be80b63
DL
96152000-02-20 Dave Love <fx@gnu.org>
9616
9617 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
9618 and assignments to it.
9619 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
9620 current local map.
9621 (make-flyspell-overlay): Use it.
9622 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
9623
9624 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
9625 (lm-get-header-re): Defun, not defsubst.
9626 (lm-get-package-name): Defun, not defsubst. Simplify.
9627 (lm-version): Doc fix. Simplify.
9628 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
9629 (lm-crack-address, lm-last-modified-date, lm-commentary)
9630 (lm-verify, lm-synopsis): Simplify.
9631 (lm-report-bug): Require emacsbug. Use compose-mail.
9632
329eed9f
GM
96332000-02-20 Gerd Moellmann <gerd@gnu.org>
9634
9635 * dired.el (dired-mode): Call propertized-buffer-identification
9636 to set mode-line-buffer-identification to something having
9637 the right text properties.
9638
9639 * bindings.el (propertized-buffer-identification): New function.
9640
be5bb146
DL
96412000-02-20 Dave Love <fx@gnu.org>
9642
9643 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
9644 check for t-mouse too.
9645
9646 * cus-start.el: Make echo-keystrokes `number'.
9647
1d4311c3
EZ
96482000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
9649
9650 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
9651 Don't call ring-empty-p unless tags-location-ring is bound.
9652 From Noah Friedman <friedman@splode.com>.
9653
a23c5037
TTN
96542000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
9655
9656 * progmodes/hideshow.el (hs-flag-region): No longer use
9657 `intangible' overlay property.
9658
9659 (hs-toggle-hiding): New command.
9660 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
9661
9662 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
9663 Fix omission bug: Run `hs-minor-mode-hook' for both activation
9664 and deactivation.
9665
b6a22bf8
GM
96662000-02-18 Gerd Moellmann <gerd@gnu.org>
9667
9668 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
9669
d621caf7
GM
96702000-02-17 Gerd Moellmann <gerd@gnu.org>
9671
3c0ed7ce
GM
9672 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
9673
d621caf7
GM
9674 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
9675 of `*' to handle `(* ... *)' comments.
9676
538d88fb
EZ
96772000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
9678
53c80cf6 9679 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 9680 window-system.
53c80cf6 9681
538d88fb
EZ
9682 * menu-bar.el (global-map): Menu-bar items converted to the new
9683 format (menu-item..., rearranged for better CUA compliance, and
9684 their names changed for better clarity. Help strings added.
9685
9686 * international/mule-cmds.el (mule-menu-keymap)
9687 (describe-language-environment-map, set-coding-system-map)
9688 (setup-language-environment-map): Convert to new (menu-item...
9689 form, add help strings. Change names of menu items for better
9690 clarity. "Mule" menu-bar item removed (it's now in the "Options"
9691 submenu).
9692
8389e1e2 96932000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 9694
a23c5037 9695 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 9696 within the code.
a23c5037 9697
8389e1e2 96982000-02-16 Dave Love <fx@gnu.org>
a23c5037 9699
84fe35f0
DL
9700 * faces.el: Don't require custom. Add more specific :groups to
9701 various deffaces.
9702 (set-face-attribute): Purecopy args.
9703 (read-face-name): Default to name at point and use it in prompt.
9704 Remove colon from arg in all callers.
9705 (list-faces-display): Hyperlink to face descriptions and customize
9706 buffers.
9707
b2aeee30
DL
97082000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
9709
9710 * wid-edit.el (widget-match-inline): An atom never matches a
9711 list.
9712
99e95407
GM
97132000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9714
82d2c7c5
DL
9715 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
9716 at ':' characters by call to split-string.
99e95407
GM
9717
97182000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9719
82d2c7c5 9720 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
9721
97222000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9723
82d2c7c5
DL
9724 * textmodes/bibtex.el: Some temporary comments removed.
9725 (bibtex-field-name, bibtex-entry-type): Made the relationship
9726 explicit.
9727 (bibtex-field-const): Allow capital letters.
9728 (bibtex-start-of-string): Deleted because unused.
9729
9730 * textmodes/bibtex.el: Unified some nomenclature. We no longer
9731 use the term 'reference' to describe a bibtex entry as a whole.
9732 Further, reference keys are no longer called 'labels'.
9733 (bibtex-keys): Renamed to bibtex-reference-keys.
9734 (bibtex-reformat-previous-labels): Renamed to
9735 bibtex-reformat-previous-reference-keys.
9736 (bibtex-reference-type): Renamed to bibtex-entry-type.
9737 (bibtex-reference-head): Renamed to bibtex-entry-head.
9738 (bibtex-reference-maybe-empty-head): Renamed to
9739 bibtex-entry-maybe-empty-head.
9740 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
9741 (bibtex-search-reference): Renamed to bibtex-search-entry.
9742 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
9743 bibtex-enclosing-entry-maybe-empty-head.
9744 (bibtex-entry-field-alist, bibtex-entry-head,
9745 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
9746 bibtex-map-entries, bibtex-search-entry,
9747 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
9748 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9749 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
9750 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
9751 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
9752 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
9753 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
9754
97552000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9756
82d2c7c5
DL
9757 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
9758 comment.
9759 (bibtex-format-field-delimiters): New function, functionality
9760 extracted from bibtex-format-entry.
9761 (bibtex-autokey-get-yearfield-digits): New function, functionality
9762 extracted from bibtex-autokey-get-yearfield.
9763
9764 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
9765 entries in order to avoid stack overflow in the regexp matcher if
9766 field contents become large.
9767 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
9768 bibtex-field-string-part-not-braced,
9769 bibtex-field-string-part-no-inner-braces,
9770 bibtex-field-string-part-1-inner-brace,
9771 bibtex-field-string-part-2-inner-braces,
9772 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
9773 bibtex-field-string-quoted, bibtex-field-string,
9774 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
9775 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
9776 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
9777 as parsing is now performed by the following functions.
9778 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
9779 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
9780 bibtex-parse-field-string, bibtex-search-forward-field-string,
9781 bibtex-parse-association, bibtex-field-name-for-parsing,
9782 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
9783 bibtex-search-forward-field, bibtex-search-backward-field,
9784 bibtex-start-of-field, bibtex-end-of-field,
9785 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
9786 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
9787 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
9788 bibtex-parse-string, bibtex-search-forward-string,
9789 bibtex-search-backward-string, bibtex-start-of-string,
9790 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
9791 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
9792 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
9793 entries. Instead of reporting the results of the parsing by
9794 match-beginning or match-end, these functions return data structures
9795 that hold the corresponding positions.
9796 (bibtex-enclosing-field): Changed to also report field boundaries by
9797 return values rather than by match-beginning or match-end. The
9798 following functions have been adapted to use the new parsing
9799 functions.
9800 (bibtex-skip-to-valid-entry, bibtex-search-reference,
9801 bibtex-enclosing-field, bibtex-format-entry,
9802 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
9803 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
9804 bibtex-print-help-message, bibtex-end-of-entry,
9805 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
9806 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9807 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
9808 method for parsing.
9809 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
9810 bibtex-map-entries, bibtex-flash-head,
9811 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
9812 bibtex-autokey-change, bibtex-autokey-get-namefield,
9813 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
9814 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9815 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
9816 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9817 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
9818 order to make the new binding of case-fold-search immediately
9819 visible.
99e95407
GM
9820
98212000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9822
82d2c7c5
DL
9823 * textmodes/bibtex.el: Copyright notice is up to date.
9824 Added constant 'bibtex-maintainer-salutation.
99e95407 9825
82d2c7c5
DL
9826 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
9827 than make-temp-name, use match-string-no-properties and eliminate
9828 a quadratic behavior when building bibtex-strings.
99e95407 9829
82d2c7c5
DL
9830 * bibtex.el (bibtex-reference-key): Accept string entries whose
9831 reference key contains upper case letters.
99e95407
GM
9832
98332000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9834
82d2c7c5
DL
9835 * bibtex.el (bibtex-reference-head): Allow entries to start with
9836 a new line.
99e95407
GM
9837
98382000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9839
82d2c7c5
DL
9840 * bibtex.el: Hiding of entry bodies is not longer provided by
9841 bibtex.el directly. Instead the hideshow package can be used.
9842 Added a special bibtex entry to hs-special-modes-alist.
9843 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
9844
98452000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9846
f24fef2f
SM
9847 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
9848 at ':' characters by call to split-string.
8389e1e2
GM
9849
98502000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9851
f24fef2f 9852 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
9853
98542000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9855
f24fef2f
SM
9856 * textmodes/bibtex.el: Some temporary comments removed.
9857 (bibtex-field-name, bibtex-entry-type): Made the relationship
9858 explicit.
9859 (bibtex-field-const): Allow capital letters.
9860 (bibtex-start-of-string): Deleted because unused.
fa78f71b 9861
f24fef2f
SM
9862 * textmodes/bibtex.el: Unified some nomenclature. We no longer
9863 use the term 'reference' to describe a bibtex entry as a whole.
9864 Further, reference keys are no longer called 'labels'.
9865 (bibtex-keys): Renamed to bibtex-reference-keys.
9866 (bibtex-reformat-previous-labels): Renamed to
9867 bibtex-reformat-previous-reference-keys.
9868 (bibtex-reference-type): Renamed to bibtex-entry-type.
9869 (bibtex-reference-head): Renamed to bibtex-entry-head.
9870 (bibtex-reference-maybe-empty-head): Renamed to
9871 bibtex-entry-maybe-empty-head.
9872 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
9873 (bibtex-search-reference): Renamed to bibtex-search-entry.
9874 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
9875 bibtex-enclosing-entry-maybe-empty-head.
9876 (bibtex-entry-field-alist, bibtex-entry-head,
9877 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
9878 bibtex-map-entries, bibtex-search-entry,
9879 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
9880 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9881 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
9882 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
9883 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
9884 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
9885 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
9886
98872000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9888
f24fef2f
SM
9889 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
9890 comment.
9891 (bibtex-format-field-delimiters): New function, functionality
9892 extracted from bibtex-format-entry.
9893 (bibtex-autokey-get-yearfield-digits): New function, functionality
9894 extracted from bibtex-autokey-get-yearfield.
fa78f71b 9895
f24fef2f
SM
9896 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
9897 entries in order to avoid stack overflow in the regexp matcher if
9898 field contents become large.
9899 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
9900 bibtex-field-string-part-not-braced,
9901 bibtex-field-string-part-no-inner-braces,
9902 bibtex-field-string-part-1-inner-brace,
9903 bibtex-field-string-part-2-inner-braces,
9904 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
9905 bibtex-field-string-quoted, bibtex-field-string,
9906 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
9907 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
9908 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
9909 as parsing is now performed by the following functions.
9910 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
9911 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
9912 bibtex-parse-field-string, bibtex-search-forward-field-string,
9913 bibtex-parse-association, bibtex-field-name-for-parsing,
9914 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
9915 bibtex-search-forward-field, bibtex-search-backward-field,
9916 bibtex-start-of-field, bibtex-end-of-field,
9917 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
9918 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
9919 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
9920 bibtex-parse-string, bibtex-search-forward-string,
9921 bibtex-search-backward-string, bibtex-start-of-string,
9922 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
9923 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
9924 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
9925 entries. Instead of reporting the results of the parsing by
9926 match-beginning or match-end, these functions return data structures
9927 that hold the corresponding positions.
9928 (bibtex-enclosing-field): Changed to also report field boundaries by
9929 return values rather than by match-beginning or match-end. The
9930 following functions have been adapted to use the new parsing
9931 functions.
9932 (bibtex-skip-to-valid-entry, bibtex-search-reference,
9933 bibtex-enclosing-field, bibtex-format-entry,
9934 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
9935 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
9936 bibtex-print-help-message, bibtex-end-of-entry,
9937 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
9938 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9939 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
9940 method for parsing.
9941 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
9942 bibtex-map-entries, bibtex-flash-head,
9943 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
9944 bibtex-autokey-change, bibtex-autokey-get-namefield,
9945 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
9946 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9947 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
9948 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9949 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
9950 order to make the new binding of case-fold-search immediately
9951 visible.
8389e1e2
GM
9952
99532000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9954
f24fef2f
SM
9955 * textmodes/bibtex.el: Copyright notice is up to date.
9956 Added constant 'bibtex-maintainer-salutation.
fa78f71b 9957
f24fef2f
SM
9958 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
9959 than make-temp-name, use match-string-no-properties and eliminate
9960 a quadratic behavior when building bibtex-strings.
fa78f71b 9961
f24fef2f
SM
9962 * bibtex.el (bibtex-reference-key): Accept string entries whose
9963 reference key contains upper case letters.
8389e1e2
GM
9964
99652000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9966
f24fef2f
SM
9967 * bibtex.el (bibtex-reference-head): Allow entries to start with
9968 a new line.
8389e1e2
GM
9969
99702000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9971
f24fef2f
SM
9972 * bibtex.el: Hiding of entry bodies is not longer provided by
9973 bibtex.el directly. Instead the hideshow package can be used.
9974 Added a special bibtex entry to hs-special-modes-alist.
9975 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
9976
99772000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9978
82d2c7c5 9979 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
9980 proceedings entry type (for cross referencing). Thanks to Wagner
9981 Toledo Correa for the suggestion.
9982
82d2c7c5 9983 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 9984
eae61d8f
KH
99852000-02-14 Kenichi Handa <handa@etl.go.jp>
9986
9987 * international/characters.el: Setup case table for Vietnamese.
9988
fb07a302
GM
99892000-02-12 Gerd Moellmann <gerd@gnu.org>
9990
9991 * uniquify.el (toplevel): Require CL at compile time.
9992 (uniquify-push): Removed.
9993
9994 * shadowfile.el (shadow-when): Removed.
9995
9996 * tempo.el (tempo-dolist, tempo-mapc): Removed.
9997 (tempo-process-and-insert-string): Use dolist instead of
9998 tempo-dolist.
9999
10000 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
10001 regexp for paragraph-start.
10002
10003 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
10004 commas as well.
10005
a0eddf92
DL
100062000-02-10 Dave Love <fx@gnu.org>
10007
10008 * wid-edit.el: (widgets) [defgroup]: Remove url link.
10009 (widget-color-choice-list, widget-color-history, widget-mouse-help):
10010 Deleted.
10011 (widget-specify-field, widget-specify-button): Don't use
10012 widget-mouse-help as help-echo property.
10013 (default): Use #'ignore for :validate and :mouse-down-action.
10014 (checkbox): Add help-echo.
10015 (widget-sexp-validate): Rewritten to clarify error messages.
10016 (character): Use char-valid-p in :match function.
10017 (widget-color-complete): Use facemenu-color-alist.
10018 (widget-color-action): Use facemenu-read-color.
10019
10020 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
10021 set up `caar' &c that we now have.
10022
82d2c7c5
DL
100232000-02-09 Ray Blaak <blaak@gnu.org>
10024
10025 * delphi.el: Make resourcestring a declaration region, like const
10026 and var.
10027
6cbc1482
DL
100282000-02-09 Dave Love <fx@gnu.org>
10029
10030 * bindings.el (mode-line-input-method-map): New variable.
10031 (mode-line-mule-info): Use it; fix last change.
10032 (mode-line-mode-menu): Move definition.
10033 (mode-line-mouse-sensitive-p): Deleted.
10034 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
10035 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
10036 level.
10037
10038 * startup.el (command-line-1): Don't call
10039 make-mode-line-mouse-sensitive.
10040
f7136ee8
GM
100412000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10042
10043 * mail/rmail.el (rmail-retry-failure): Use
10044 rmail-beginning-of-message before rmail-toggle-header, because the
10045 former toggles headers.
10046
6e1d0d15
SM
100472000-02-06 Stefan Monnier <monnier@cs.yale.edu>
10048
fef8c55b
SM
10049 * diff-mode.el (diff-kill-junk): New interactive function.
10050 (diff-reverse-direction): Use delete-and-extract-region.
10051 (diff-post-command-hook): Restrict the area so that the hook also works
10052 outside of any diff hunk. This is necessary for the minor-mode.
10053 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
10054 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
10055
6e1d0d15
SM
10056 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
10057 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
10058 so that it can be used more easily in <foo>-mode-hook. Also make sure
10059 to avoid duplicate entries.
10060 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
10061 (font-lock-remove-keywords): Just as was done for `add', allow it to
10062 work even if font-lock-mode is nil. Also make sure we don't modify
10063 any pre-existing list by forcing a copy-sequence. Finally rename
10064 `major-mode' to `mode'.
10065 (font-lock-fontify-syntactic-anchored-keywords)
10066 (font-lock-fontify-anchored-keywords)
10067 (font-lock-fontify-keywords-region): Use line-end-position.
10068 Don't make `font-lock-multiline' local (it's now done in
10069 font-lock-set-defaults).
10070 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
10071 move the `font-lock-fontified' creation to inside the `unless'.
10072
a75dfea0
AI
100732000-02-06 Andrew Innes <andrewi@gnu.org>
10074
10075 * term/w32-win.el (x-handle-args): Comment out call to message,
10076 which occurs before window system is initialized.
10077
10078 * makefile.nt: Add support for recompiling lisp code.
10079
b85e9462
DL
100802000-02-04 Dave Love <fx@gnu.org>
10081
9ff33afb
DL
10082 * bindings.el (mode-line-mule-info): Fix/extend last change.
10083
b85e9462
DL
10084 * completion.el: Replace completion-dolist with dolist.
10085
10086 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
10087 dotimes.
10088
44dff075
CD
100892000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
10090
10091 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
10092 environment names before they go into the section regexp.
10093
10094 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
10095 char class in regexp.
10096
10097 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
10098 `case-fold-search' to nil.
10099
10100 * progmodes/idlwave.el (idlwave-template): Respect
10101 `idlwave-abbrev-change-case'.
10102 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
10103 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
10104 idlwave-while): respect `idlwave-reserved-word-upcase'.
10105 (idlwave-rw-case): New function.
10106 (idlwave-statement-match): Fixed problem with assignment regexp.
10107 (idlwave-font-lock-keywords): Improved regexp for keyword
10108 parameters.
a23c5037 10109 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
10110 operators longer than 1 char.
10111
10112 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
10113 idlwave-shell-expression-overlay. Implemented printing of
10114 expressions on higher levels of the calling stack.
10115 (idlwave-shell-display-level-in-calling-stack): Restore stack
10116 level.
10117 (idlwave-retrieve-expression-from-level): New function.
10118 (idlwave-shell-last-calling-stack): Variable removed.
10119 (idlwave-shell-reset): Argument action reversed (`visible' to
10120 `hidden'). Also remove stop-line overlay.
10121 (idlwave-shell-calling-stack-routine): New variable.
10122 (idlwave-shell-parse-stack-and-display): Messages now display
10123 negative level numbers.
10124 (idlwave-shell-mode): Set `modeline-format'.
10125 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
10126 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
10127 21.
10128 (idlwave-shell-print-expression-function): New option.
a23c5037 10129
44dff075
CD
10130 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
10131 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
10132 `tool-bar' instead of `toolbar'.
10133
f26c34fd
DL
101342000-02-02 Dave Love <fx@gnu.org>
10135
10136 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
10137 emacs-lisp-mode-hook. Don't check for defalias being defined.
10138
10139 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10140 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
10141 the new builtins directly.
10142
10143 * whitespace.el (whitespace): Add :version to defgroup.
10144
10145 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
10146 Doc fix.
10147
10148 * thingatpt.el (sexp-at-point, symbol-at-point)
10149 (number-at-point, list-at-point): Add autoload cookie.
10150
10151 * recentf.el (recentf): Add :version to defgroup.
10152
10153 * quickurl.el (quickurl): Add :version to defgroup.
10154
10155 * elide-head.el (elide-head): Use point-marker more.
10156
10157 * bs.el (bs): Add :version to defgroup.
10158
10159 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
10160
10161 * progmodes/delphi.el (delphi): Add :version to defgroup.
10162
d240a249
GM
101632000-02-02 Gerd Moellmann <gerd@gnu.org>
10164
10165 * ange-ftp.el (ange-ftp-write-region): Handle case that
10166 succeeding process operation sets a different coding system.
10167
10168 * calculator.el: New file.
10169
d5179a01
EZ
101702000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
10171
10172 * frame.el (frames-on-display-list, framep-on-display): New
10173 functions.
10174 (display-mouse-p, display-popup-menus-p, display-graphic-p)
10175 (display-selections-p, display-screens, display-pixel-width)
10176 (display-pixel-height, display-mm-width, display-mm-height)
10177 (display-backing-store, display-save-under, display-planes)
10178 (display-color-cells, display-visual-class): New functions.
10179
10180 * term/tty-colors.el (tty-color-gray-shades): New function.
10181
10182 * faces.el (display-color-p): Use framep-on-display.
10183 (display-grayscale-p): New function.
10184
968e00f0
DL
101852000-01-31 Dave Love <fx@gnu.org>
10186
10187 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
10188 (create-fontset-from-x-resource): Don't concat integers.
10189
2cb750ba
GM
101902000-01-31 Inge Frick <inge@nada.kth.se>
10191
10192 * view.el: Some changes in documentation. Removed some trailing
10193 whitespace. Changed some parameter names to agree with
10194 documentation.
10195 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
10196 window is not deleted. Modifies change 1998-04-26.
a23c5037 10197
74e9213b
GM
101982000-01-31 Gerd Moellmann <gerd@gnu.org>
10199
47569935
GM
10200 * windmove.el: New file.
10201
74e9213b
GM
10202 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10203 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 10204 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 10205
74e9213b
GM
10206 * jit-lock.el (jit-lock-function): Widen before calculating end
10207 position.
10208 (jit-lock-stealth-chunk-start): Rewritten.
10209
10210 * info.el (Info-title-face-alist): Removed.
10211 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
10212 faces.
10213 (Info-fontify-node): Use these faces.
10214
994c5afe
GM
102152000-01-30 Gerd Moellmann <gerd@gnu.org>
10216
10217 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
10218 (cl-macro-list1): Recognize `&allow-other-keys' instead of
10219 `&allow-other-keywords'.
10220
10221 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
10222 the list of directories scanned heuristically.
10223
10224 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
10225 exist.
10226
f00276e3
JR
102272000-01-30 Jason Rumney <jasonr@gnu.org>
10228
10229 * w32-fns.el: Define w32-tty-standard-colors.
10230
10231 * startup.el (command-line): Use w32-tty-standard-colors when in
10232 w32 console mode.
10233
cc4dfff0
DL
102342000-01-30 Dave Love <fx@gnu.org>
10235
e645e77b
DL
10236 * jka-compr.el (jka-compr-load): Fix up load-history.
10237
cc4dfff0
DL
10238 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
10239
10240 * emacs-lisp/cl-macs.el: Revert previous change.
10241
16215eb0
DL
102422000-01-29 Dave Love <fx@gnu.org>
10243
10244 * facemenu.el: Purecopy various strings.
10245
10246 * timezone.el (timezone-fix-time): Window against 69 for two-digit
10247 years. Deal with three-digit years.
10248
10249 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
10250 defconst, purecopy.
10251 (help-back-label): Purecopy it.
10252
bbd9b566
GM
102532000-01-18 Gerd Moellmann <gerd@gnu.org>
10254
10255 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
10256 variable. If non-nil, order the buffer list according to the
10257 currently selected frame.
10258 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
10259 non-nil, pass the selected frame to function buffer-list.
a23c5037 10260
887448e1
GM
102612000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10262
10263 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
10264
7df85084
DL
102652000-01-28 Dave Love <fx@gnu.org>
10266
142e109c
DL
10267 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
10268
7df85084
DL
10269 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
10270 Don't use lisp-indent-hook property.
10271 (cl-abs): Remove.
10272
10273 * subr.el: Move out indent and edebug specs for when and unless.
10274
10275 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
10276 when, unless.
10277
10278 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
10279 unless, when.
10280
3b43c01c
GM
102812000-01-28 Gerd Moellmann <gerd@gnu.org>
10282
d060bc9f
GM
10283 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
10284 `collecting' as synonym for `collect'.
10285
10286 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
10287 for the case it contains spaces.
10288
10289 * simple.el (what-cursor-position): Change formatting of
10290 messages.
10291
b02786f9
GM
10292 * frame.el (delete-other-frames): New function.
10293 (toplevel): Bind it to C-x 5 1.
10294
efd68b8a
GM
10295 * sort.el (sort-numeric-base): New option.
10296 (sort-numeric-fields): If number starts with `0' or `0[xX[',
10297 interpret it as octal or hexadecimal. Use sort-numeric-base
10298 as default base.
10299
3b43c01c
GM
10300 * progmodes/glasses.el: New file.
10301
984ae001
GM
103022000-01-27 Gerd Moellmann <gerd@gnu.org>
10303
a0b796e3
GM
10304 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
10305 userids differently.
10306
984ae001
GM
10307 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10308 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
10309 progmodes/ebnf-yac.el: New files.
10310
6c67ddee
DL
103112000-01-26 Dave Love <fx@gnu.org>
10312
10313 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
10314 on a function with an empty body. [From Eric Ludlam.]
10315
4e6473c8
GM
103162000-01-25 Andre Spiegel <spiegel@gnu.org>
10317
10318 * vc.el (vc-version-diff): Make sure file name is expanded.
10319
e12489f9
GM
103202000-01-25 Gerd Moellmann <gerd@gnu.org>
10321
10322 * scroll-bar.el (scroll-bar-timer): Variable removed.
10323 (scroll-bar-toolkit-scroll): Don't use a timer.
10324
8dbe2b07
KH
103252000-01-25 Kenichi Handa <handa@etl.go.jp>
10326
10327 * language/thai-util.el (thai-composition-function): Delete
10328 superfluous `a'.
10329
26ef1c87
DL
103302000-01-24 Dave Love <fx@gnu.org>
10331
10332 * fortran.el (fortran-mode): Use beginning-of-defun-function,
10333 end-of-defun-function.
10334
10335 * font-lock.el (turn-on-font-lock): Don't depend on window-system
10336 &c.
10337
7ed4e9a7
JR
103382000-01-22 Jason Rumney <jasonr@gnu.org>
10339
10340 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
10341 conflicts with new face support.
10342
8b7bc628 103432000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
10344
10345 * replace.el (query-replace): Rename last arg to DELIMITED.
10346 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
10347 (query-replace-regexp): Likewise.
10348
8b7bc628 103492000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 10350
02b14400
RS
10351 * subr.el (with-syntax-table): Use make-symbol, not gensym.
10352
5bb6f079
RS
10353 * emacs-lisp/lisp.el (beginning-of-defun-function):
10354 Variable renamed from beginning-of-defun.
10355 Do not call make-variable-buffer-local.
10356 (beginning-of-defun-raw): Use new variable name; doc fix.
10357 (beginning-of-defun): Doc fix.
10358 (end-of-defun-function): Variable renamed from end-of-defun.
10359 Do not call make-variable-buffer-local.
10360 (end-of-defun): Use new variable name; doc fix.
10361
02b14400
RS
10362 * subr.el (dolist, dotimes): Copied from cl-macs.el
10363 and made to work.
2d5e9b54 10364
a23c5037 10365 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
10366 Variable replaces rmail-digest-end-regexp.
10367 Allows multiple regexps for detecting the end line.
10368 (undigestify-rmail-message): Corresponding changes.
10369
60af03f1
DL
103702000-01-19 Dave Love <fx@gnu.org>
10371
fe5d99e1
DL
10372 * files.el (user-init-file): Don't declare here -- is primitive.
10373
60af03f1
DL
10374 * startup.el (command-line): Check for compiled user-init-file and
10375 set to uncompiled version if necessary.
10376
72dbbc7d
GM
103772000-01-18 Gerd Moellmann <gerd@gnu.org>
10378
6a1950ec
GM
10379 * mail/undigest.el (rmail-digest-end-regexp): New user option.
10380 (undigestify-rmail-message): Use it.
10381
72dbbc7d
GM
10382 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
10383
fbe91bbd
GM
103842000-01-17 Gerd Moellmann <gerd@gnu.org>
10385
10386 * tmm.el (tmm-goto-completions): Adapt to prompt being part
10387 of mini-buffer.
10388
33a6685b
GM
103892000-01-14 Gerd Moellmann <gerd@gnu.org>
10390
b3303df7
GM
10391 * emacs-lisp/copyright.el (copyright-update): Removed the
10392 requirement for a trailing space from `copyright-regexp', to
10393 support copyrights with owner specified on a separate line..
a23c5037 10394
3c4c8064
GM
10395 * align.el: New file.
10396
33a6685b
GM
10397 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
10398
10399 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
10400
044a4975
DL
104012000-01-13 Dave Love <fx@gnu.org>
10402
10403 * ph.el: Removed. (Obsoleted by EUDC.)
10404
0a352cd7
GM
104052000-01-13 Gerd Moellmann <gerd@gnu.org>
10406
10407 * net/eudc.el (toplevel): Remove autoloaded code installing
10408 menu with easymenu, because that causes build problems.
10409
10410 * frame.el (frame-notice-user-settings): New variable.
10411 (frame-notice-user-settings): Don't modify frame parameters
10412 if called a second time.
10413
8b7bc628 104142000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
10415
10416 * frame.el (frame-notice-user-settings):
10417 Notice default-frame-parameters even for non-window frames.
10418
feb450e0
GM
104192000-01-13 Gerd Moellmann <gerd@gnu.org>
10420
10421 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
10422 for Emacs.
10423 (eudc-bob-can-display-inline-images): Extend for Emacs.
10424 (eudc-bob-toggle-inline-display): Ditto.
10425 (eudc-bob-display-jpeg): Ditto.
10426
99c6d63b
GM
104272000-01-12 Gerd Moellmann <gerd@gnu.org>
10428
7970b229
GM
10429 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
10430 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
10431 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 10432
e4936aa9
GM
10433 * add-log.el (add-change-log-entry): Fix error trying an `(insert
10434 nil)'.
10435
10436 * subdirs.el: Add `net' directory.
10437
133c9e59
GM
10438 * net: New directory.
10439
99c6d63b
GM
10440 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
10441 eval-last-sexp. Don't bind debug-on-error here.
10442 (eval-last-sexp): New function. Bind debug-on-error if
10443 eval-expression-debug-on-error is non-nil.
10444 (eval-defun-2, eval-defun): Likewise.
10445
10446 * simple.el (eval-expression): Don't bind debug-on-error if
10447 eval-expression-debug-on-error is nil. Detect changed
10448 debug-on-error, and propagate new value to global binding, if
10449 eval-expression-debug-on-error is non-nil,
10450 (eval-expression-debug-on-error): Change doc string.
a23c5037 10451
8b7bc628 104522000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
10453
10454 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
10455
10456 * emacs-lisp/lisp-mode.el (with-syntax-table):
10457 Set up lisp-indent-function property.
10458
10459 * subr.el (with-syntax-table): Moved from simple.el.
10460
10461 * simple.el (with-syntax-table): Moved to subr.el.
10462
7e3c74fa
GM
104632000-01-11 Gerd Moellmann <gerd@gnu.org>
10464
1fab1775
GM
10465 * tmm.el (tmm-shortcut): Delete region after prompt instead
10466 of erasing buffer.
10467
7e3c74fa 10468 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
10469 (fill-context-prefix): Use the longest common prefix of first
10470 and second line fill prefix, if there is one.
7e3c74fa 10471
8b7bc628 104722000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
10473
10474 * array.el (array-mode): Don't use make-variable-buffer-local.
10475 Use make-local-variable for `truncate-lines'.
10476
aa705642 104772000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 10478
aa705642
GM
10479 * add-log.el (add-log-current-defun): Handle user-defined
10480 add-log-current-function returning nil,
a23c5037 10481
57df2446 10482 * add-log.el (add-change-log-entry): Insert version number
aa705642 10483 if having found a current function
c1356086
GM
10484
10485 * add-log.el (add-log-current-defun): Call
10486 `add-log-current-defun-function'. Try matches at level 0 and
10487 level 1. Strip whitespace from defun found.
a23c5037 10488
1d8c59e9
RS
104892000-01-10 John Wiegley <johnw@gnu.org>
10490
10491 * allout.el (isearch-done/outline-provisions): Added `edit'
10492 argument to correspond with the current definition of
10493 `isearch-done'.
10494
8cf87e9b
DL
104952000-01-10 Dave Love <fx@gnu.org>
10496
10497 * elide-head.el (elide-head): Use point-marker, not point.
10498
9050446c
GM
104992000-01-10 Gerd Moellmann <gerd@gnu.org>
10500
8321b22a
GM
10501 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
10502 before and after the year 2000.
a23c5037 10503
9050446c
GM
10504 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
10505 Add ispell- prefix.
10506
105072000-01-10 Ken Stevens <k.stevens@ieee.org>
10508
10509 * ispell.el: Only define dictionaries in menus when they exist.
10510 (version18p): New variable.
10511 (version20p): New variable.
10512 (xemacsp): New variable.
10513 (ispell-choices-win-default-height): Fix for XEmacs visibility.
10514 (ispell-dictionary-alist1): Added Brasileiro dictionary.
10515 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 10516 run-together words.
9050446c
GM
10517 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
10518 (ispell-dictionary-alist): Add koi8-r to customize definition.
10519 (check-ispell-version): Added documentation string. Returns
f24fef2f 10520 library path when called non-interactively.
9050446c
GM
10521 (ispell-menu-map-needed): Uses new variables.
10522 (ispell-library-path): New variable.
10523 (ispell-decode-string): XEmacs fix for bogus variable bindings.
10524 (ispell-word): Improved documentation string. Test for valid
10525 character mappings. Correctly check typed in word changes that can
10526 result in single words split into multiple words. Returns
10527 replacement word.
10528 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
10529 replace in recursive query replace mode. Help message for
10530 recursive edit mode.
10531 (ispell-show-choices): Protect against bad framepop bindings.
10532 (ispell-help): Fix to work with XEmacs.
10533 (ispell-highlight-spelling-error): Use new variables.
10534 (ispell-overlay-window): Fix to work with XEmacs.
10535 (ispell-parse-output): Passed and returns location information
10536 tracking spelling corrections. Doesn't recheck same word on
10537 current line.
10538 (ispell-init-process): Protect against bogus XEmacs variable binding.
10539 Fix call to single argument in sleep-for. Use new variables.
10540 (ispell-region): Passed and returns location information tracking
10541 spelling corrections. Doesn't check same word on current line.
10542 Improved documentation string. Doesn't resend a line already
10543 checked to the ispell process - fixes bug in LaTeX parsing.
10544 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
10545 (ispell-skip-region): No longer skips <TT> in SGML.
10546 (ispell-process-line): Tracks location information with spelling
10547 corrections. Added documentation string. Accounts for words
10548 already accepted on this line. Don't allow query-replace on line
10549 starting with math characters. Doesn't resend a line already sent
10550 to ispell process. Fixes alignment error bug.
a23c5037 10551
8b7bc628 105522000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 10553
a23c5037 10554 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
10555 Suggest xloadimage, which is free, not xv, which isn't.
10556
a23c5037 10557 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
10558 Don't ever include the host name or user name in the value.
10559
9ed79f5d
GM
105602000-01-09 Gerd Moellmann <gerd@gnu.org>
10561
10562 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
10563 of a real newline.
10564
b950abb1
GM
105652000-01-09 Stephen Eglen <stephen@gnu.org>
10566
a23c5037 10567 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
10568 for .png files.
10569
3c708e98
GM
105702000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
10571
10572 * cus-edit.el (custom-hook-convert-widget): Fix comment.
10573
bf61662d
GM
105742000-01-09 Gerd Moellmann <gerd@gnu.org>
10575
f1d851ae
GM
10576 * progmodes/cperl-mode.el: Replace ^F with ^L.
10577
bf61662d 10578 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 10579 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
10580 recursion.
10581
c65d14ee
DL
105822000-01-08 Dave Love <fx@gnu.org>
10583
8cf87e9b
DL
10584 * emacs-lisp/backquote.el: Remove inappropriate customization
10585 (allowing custom.el to use backquote).
c65d14ee 10586
83de2ebc
DL
105872000-01-07 Dave Love <fx@gnu.org>
10588
10589 * add-log.el (add-log-debugging): Deleted.
10590 (add-change-log-entry): Treat a backup FILE-NAME as its parent
10591 file. Remove debugging code.
10592 (change-log-get-method-definition, change-log-name): Add doc.
10593 (change-log-sortable-date-at): New function.
10594 (change-log-merge): New command.
10595
10596 * time.el (display-time-string-forms): Make the Mail string active.
10597 (display-time-update): Provide help-echo for load average.
10598
10599 * bindings.el (make-mode-line-mouse2-map): New function.
10600 (mode-line-modified): Use it and simplify.
10601 (mode-line-mule-info): Provide help-echo info.
10602 (minor-mode-alist): Activate the strings.
10603 (make-mode-line-mouse-sensitive): Simplify for
10604 mode-line-buffer-identification.
10605
c1475eae
GM
106062000-01-07 Gerd Moellmann <gerd@gnu.org>
10607
10608 * play/pong.el: New file.
10609
83de2ebc
DL
106102000-01-06 Dave Love <fx@gnu.org>
10611
10612 * array.el: Assorted cleanups for compiler warnings, doc strings,
10613 `array-' prefix for symbols.
10614
106152000-01-05 Dave Love <fx@gnu.org>
10616
10617 * textmodes/outline.el (outline-mode-menu-bar-map): Add
10618 outline-headers-as-kill.
10619 (outline-mode): Define imenu-generic-expression.
10620 (outline-headers-as-kill): New command.
10621
10622 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
10623 from paragraph-start.
10624 (paragraph-indent-minor-mode): New command.
10625
10626 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
10627 M-C-e, M-C-h, C-j, C-xnd, TAB.
10628 (fortran-mode): Set beginning-of-defun, end-of-defun.
10629 (fortran-column-ruler): Simplify.
10630 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
10631 (fortran-with-subprogram-narrowing): Likewise.
10632 (fortran-indent-subprogram): Call mark-defun.
10633 (fortran-check-for-matching-do): Change narrowing.
10634
10635 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
10636 (cl-lucid-hash-tag): Delete.
10637 (cl-hash-table-p): Correct test for native table.
10638 (cl-hash-table-count): Use hash-table-count.
10639
10640 * browse-url.el (browse-url): Fix case of
10641 browse-url-browser-function being an alist.
10642
676ac023
CD
106432000-01-05 Carsten Dominik <cd@gnu.org>
10644
c1475eae
GM
10645 * textmodes/reftex-vars.el (reftex-parse-file-extension)
10646 (reftex-index-phrase-file-extension): New options.
676ac023
CD
10647
10648 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 10649 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
10650
10651 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 10652 `reftex-parse-file-extension'.
eb483e17 10653
88807984
DL
106542000-01-05 Dave Love <fx@gnu.org>
10655
83de2ebc 10656 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
10657 (beginning-of-defun-raw): Use it.
10658 (end-of-defun): New variable.
10659 (end-of-defun): Use it.
10660 (check-parens): New command.
10661
1362aeb4
TTN
106622000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
10663
c1475eae
GM
10664 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
10665 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 10666
7ddafb95
TTN
10667 Fix buglet in local variables initialization.
10668
7334aa99
AS
106692000-01-05 Andreas Schwab <schwab@suse.de>
10670
10671 * hscroll.el (hscroll): Doc fix.
10672
b12e24cd
CD
106732000-01-05 Carsten Dominik <cd@gnu.org>
10674
10675 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
10676 idlw-toolbar.
10677
10678 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
10679 file idlw-rinfo.el.
1362aeb4
TTN
10680 (idlwave-customize): load must read file idlw-shell.el.
10681 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 10682
d6226972
CD
106832000-01-05 Carsten Dominik <dominik@astro.uva.nl>
10684
10685 * progmodes/idlw-shell.el: Also provide idlwave-shell
10686 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
10687 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
10688
10689 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
10690 both reftex-dcr and reftex-vcr.
1362aeb4 10691
d6226972
CD
10692 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
10693
6ddb893f 106942000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
10695
10696 * ps-print.el: PostScript code now is in separate files, doc fix.
10697 (ps-print-version): New version number (5.0.3).
10698 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
10699 local.
10700 (ps-spool-config): Initialization fix.
c1475eae
GM
10701 (ps-print-prologue-1, ps-print-prologue-2)
10702 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
10703 (ps-background-image): Little code reformating.
10704 (ps-begin-file, ps-begin-job): Fix code.
88807984 10705 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
10706 (ps-prologue-file): New fun.
10707
ae833aae
KH
107082000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10709
c1475eae 10710 * ps-vars.el: Eliminated.
ae833aae
KH
10711
10712 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
10713 `;;;###autoload'.
10714
10715 * ps-print.el: ps-vars eliminated, doc fix.
10716 (ps-print-version): New version number (5.0.2).
10717 (ps-spool-config): Initialization fix.
10718 (ps-print-customize): New fun.
10719
560a7bd2
GM
107202000-01-04 Gerd Moellmann <gerd@gnu.org>
10721
10722 * autorevert.el (auto-revert-mode): Return value of
10723 auto-revert-mode.
10724
f45dd0f4
DL
107252000-01-04 Dave Love <fx@gnu.org>
10726
fae2ac05
DL
10727 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
10728 menu items.
f45dd0f4 10729
61255981
DL
107302000-01-03 Dave Love <fx@gnu.org>
10731
88807984 10732 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 10733
83de2ebc 10734 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
10735 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
10736 `cl-hash-table-p', not `hash-table-p'.
10737 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
10738
c182a70f
EZ
107392000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10740
10741 * faces.el (face-read-integer, read-face-attribute)
10742 (color-defined-p, color-values): unspecified-{f,b}g are now
10743 strings.
10744
047f434a
GM
107452000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
10746
10747 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
10748 at comment end, and re-insert them after filling.
10749
bab531e2
EZ
107502000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10751
10752 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
10753 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
10754 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 10755
d684c676
EZ
107562000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10757
10758 * term/x-win.el (xw-defined-colors): Call color-supported-p,
10759 the new name of face-color-supported-p.
10760
10761 * term/w32-win.el (xw-defined-colors): Likewise.
10762
0aad4805
EZ
107632000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10764
10765 * simple.el (completion-setup-function): Count completion-size
10766 from minibuffer-prompt-end, not from point-min.
10767
5fe1d139
EZ
107682000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
10769
10770 * faces.el (read-face-attribute, defined-colors, color-defined-p):
10771 Pass the frame to tty-color-* functions.
10772 (display-color-p, frame-set-background-mode): Pass the frame to
10773 tty-display-color-p.
10774
10775 * term/tty-colors.el (tty-defined-color-alist): Renamed from
10776 tty-color-alist.
10777 (tty-color-alist, tty-modify-color-alist): New functions.
10778 (tty-color-define, tty-color-clear, tty-color-approximate)
10779 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
10780 an optional parameter FRAME.
10781
162dec01
GM
107822000-01-01 Gerd Moellmann <gerd@gnu.org>
10783
27189709
GM
10784 * image.el (create-image, defimage): Don't assume image data is a
10785 string.
10786
162dec01
GM
10787 * image.el (defimage): Handle specifications containing :data
10788 instead of :file.
10789 (image-type-from-data): New function.
10790 (image-type-from-file-header): Use it.
10791 (create-image): Add parameter DATA-P.
1362aeb4 10792
bea56df7 10793See ChangeLog.8 for earlier changes.
25a6fab1
KH
10794
10795;; Local Variables:
af9ba8ad 10796;; coding: iso-2022-7bit-unix
25a6fab1 10797;; End: