Provide `help' for the sake of define-minor-mode
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
ac629823
MB
12000-10-16 Miles Bader <miles@gnu.org>
2
3 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
4 string "*Info*". Call propertized-buffer-identification to spruce
5 up the result.
6
76eebffc
GM
72000-10-16 Gerd Moellmann <gerd@gnu.org>
8
6569c3d3
GM
9 * jit-lock.el (jit-lock-after-change): If we're in text that
10 matches a multi-line font-lock pattern, make sure the whole text
11 will be redisplayed.
12
c2e0a611
GM
13 * emacs-lisp/authors.el (authors-add): Don't add an entry if
14 author's name is unknown.
15
76eebffc
GM
16 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
17 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
18 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
19 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
20 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
21 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
22 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
23 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
24 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
25 Add author information.
26
cf1e7b12
MB
272000-10-16 Miles Bader <miles@lsi.nec.co.jp>
28
29 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
30 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
31 full-color version (using the Gimp) to eliminate dithering artifacts.
32
5586f3eb
SM
332000-10-15 Stefan Monnier <monnier@cs.yale.edu>
34
35 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
36
37 * simple.el (syntax-flag-table, string-to-syntax): Remove.
38
ad64a888
DL
392000-10-15 Dave Love <fx@gnu.org>
40
41 * progmodes/sh-script.el: Require skeleton and comint when
42 compiling.
43
44 * pcomplete.el (pcomplete) <defgroup>: Add :version.
45
46 * whitespace.el: Doc fixes.
47 (top-level): Don't add hooks here.
48 (whitespace-running-emacs): Deleted.
49 (timer): Don't require.
50 (whitespace): Add back :version conditional on xemacs test.
51 (whitespace-spacetab-regexp, whitespace-indent-regexp)
52 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
53 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
54 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
55 Avoid specific xemacs test.
56 (whitespace-global-mode): New option.
57 (whitespace-global-mode): New command.
58 (whitespace-unload-hook): New function.
59
60 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
61 (Info-fontify-node, Info-goto-node, Info-mode-menu)
62 (Info-fontify-node): `Goto' goes to `Go to'.
63 (Info-fontify-node): Add help-echo to xref links.
64
1ef49fc6
EZ
652000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
66
67 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
68
8b7707e1
SM
692000-10-15 Stefan Monnier <monnier@cs.yale.edu>
70
b3b7f42f
SM
71 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
72 Use plist-get and allow :inherit.
73
74 * emacs-lisp/cl-macs.el (cl-do-arglist):
75 Use plist-get and plist-member instead of memq.
76
3c7fafc7
SM
77 * emacs-lisp/ewoc.el (ewoc-location): New function.
78 (ewoc-enter-after, ewoc-enter-before): Document return value.
79 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
80 Don't need make-local-hook any more.
81 (cvs-addto-collection): Return the new tin.
82 (cvs-mode-insert): Jump to the new line.
83
8b7707e1
SM
84 * jit-lock.el (jit-lock-fontify-buffer): Remove.
85
86 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
87
88 * font-lock.el (font-lock-syntactically-fontified): New var.
89 (font-lock-fontify-syntactic-keywords-region): Use it.
90 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
91
92 * diff-mode.el (diff-find-file-name): Fix regexp.
93
94 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
95 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
96
97 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
98 (sh-mode-syntax-table): Add punctuation syntax for < and >.
99 (sh-mode): Don't make all vars local here.
100 (sh-kw): Reformat.
101 (sh-set-shell): Use dolist. Don't set indent-region-function.
102 (sh-mode-syntax-table): Use pop.
103 (sh-remember-variable): Use push.
104 (sh-help-string-for-variable): Use memq.
105 (sh-safe-backward-sexp): Remove.
106 (sh-safe-forward-sexp): Add ARG.
107 (sh-get-indent-info, sh-prev-stmt): Use it.
108 (sh-prev-line): Simplify by using forward-comment.
109 (sh-this-is-a-continuation): Simplify.
110 (sh-learn-buffer-indent): Use dolist.
111 (sh-do-nothing): Remove.
112 (sh-set-char-syntax, sh-set-here-doc-region):
113 Use inhibit-modification-hooks.
114 (sh-name-style): Use mapcar and push.
115 (sh-load-style): Use dolist.
116 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
117 (sh-case, sh-while-getopts): Use propertize directly rather
118 than sh-electric-rparen.
119
1202000-10-14 Stefan Monnier <monnier@cs.yale.edu>
121
122 * textmodes/tex-mode.el: Require CL when compiling.
123 (tex-mode-syntax-table): Init immediately.
124 (tex-mode-map): Bind M-RET to latex-insert-item.
125 (latex-mode): Set indent-line-function to latex-indent.
126 (tex-common-initialization): Don't setup the syntax-table any more.
127 (latex-insert-item): New skeleton.
128 (tex-next-unmatched-end): Fix copy/paste braino.
129 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
130 (latex-indent, latex-find-indent): New functions.
131 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
132 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
133 (tex-compilation-parse-errors): Use with-syntax-table.
134
86b7fcbb
MB
1352000-10-15 Miles Bader <miles@gnu.org>
136
137 * font-lock.el (font-lock-comment-face): Change dark-background,
138 color, non-tty, default to `chocolate1'.
139
57a24508
JW
1402000-10-13 John Wiegley <johnw@gnu.org>
141
142 * eshell/esh-util.el (require): Added a missing `require' form,
143 needed when compiling (for an ange-ftp macro definition).
144
40ad3db4
DL
1452000-10-13 Dave Love <fx@gnu.org>
146
147 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
148
db460189
GM
1492000-10-13 Gerd Moellmann <gerd@gnu.org>
150
b41c9501
GM
151 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
152 fix.
153
db460189
GM
154 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
155 transparent -colors 8).
156
3b5e21df
GM
1572000-10-13 Stephen Gildea <gildea@alum.mit.edu>
158
159 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
160 that breaks with old list format timestamps.
161 (time-stamp-warn-inactive, time-stamp-old-format-warn)
162 (time-stamp-count, time-stamp-conversion-warn): Improved doc
163 strings.
164
16908a3f
JW
1652000-10-13 John Wiegley <johnw@gnu.org>
166
d7103dda
JW
167 * align.el, pcomplete.el, calendar/timeclock.el,
168 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
169
16908a3f
JW
170 * calendar/timeclock.el (timeclock-find-discrep): A fix to same
171 faulty math, where holiday hours were being computing as seconds.
172
b6b70cda
JW
1732000-10-13 John Wiegley <johnw@gnu.org>
174
175 * desktop.el (desktop-buffer-modes-to-save): Added a global for
176 specifying what "other" kinds of buffers should be saved. This
177 used to be hard-coded.
178 (desktop-buffer-misc-functions): A global for specifying how
179 auxiliary data should be determined for special buffer types.
180 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
181 instead of hard-coding the special buffer types.
182 (desktop-save): Run `desktop-buffer-misc-functions' to gather
183 auxiliary data, instead of hard-coding for Info buffers and dired.
184 (desktop-buffer-info-misc-data): Aux function for determining Info
185 buffer auxiliary info.
186 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
187 (desktop-buffer-info): Changed this function to use the info
188 gathered above.
189 (desktop-create-buffer): Be a little more careful about what
190 `minor-mode' means before calling it. This is important for some
191 buffer types.
192
8c6b1d83
JW
1932000-10-13 John Wiegley <johnw@gnu.org>
194
195 * eshell/esh-util.el: Added a global form which declares an
196 autoload for `parse-time-string', if that function is not already
197 defined, and if parse-time.el is available on the user's system.
198
199 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
200 to be aware of ange-ftp user info.
201 (eshell-do-ls): Bind `ange-cache'. Also, use
202 `eshell-file-attributes'.
203 (eshell-ls-annotate): Use `eshell-file-attributes'.
204 (eshell-ls-file): Made the user-id printing code a bit smarter.
205
206 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
207 allow identification of alias user ids in remote directories.
208 It's manual, but there's no other way to know when the current
209 user on the local machine, is also the owning user on the remote
210 machine.
211 (fboundp): Bind `ange-cache'.
212 (eshell-directory-files-and-attributes): Re-organized the logic a
213 bit to use `eshell-file-attributes' instead of `file-attributes'.
214 The former is more sensitive to directories that are read via FTP,
215 and knows how to use ange-ftp to determine full attribute
216 information, instead of just the name and last modtime.
217 (eshell-current-ange-uids): Return the current user id when in a
218 remote directory.
219 (eshell-parse-ange-ls): Parse a full directory listing that has
220 been returned by ange-ftp.
221 (eshell-file-attributes): This beefed up version of
222 `file-attributes' is only special if the user is currently in a
223 remote directory, in which case it does a lot of work to find out
224 what the real attributes of a file are, as they appear on the
225 remote machine. This makes usage of remote directories (i.e.,
226 ange-ftp pathnames) much more useful. You can now use Eshell as a
227 full-fledged FTP client, with much more manipulation ability than
228 most other clients.
229
230 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
231 variable, which means that Eshell's du should always be preferred
232 in remote directories.
233 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
234 just `file-attributes'.
235 (eshell-mvcp-template): Bind `ange-cache', to improve performance
236 when reading remote directories. This is an Eshell-specific
237 variable (not part of ange-ftp).
238 (eshell/ln): Bind `ange-cache'.
239 (eshell/du): Added some extra logic for determining when to use
240 Eshell's du (which is slow), and when to use the external version
241 (which may or may not exist).
242
243 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
244 `eshell-interactive-process', rather than using
245 `get-buffer-process', since backgrounded processes don't count in
246 the context of this function's logic.
247
248 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
249 `forward-char', so that null strings are parsed correctly.
250
87730e84 2512000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
252
253 * eshell/em-pred.el (eshell-pred-file-type,
254 eshell-pred-file-links, eshell-pred-file-size): Use
255 `eshell-file-attributes'. This is more correct over ange-ftp.
256
257 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
258 that remote file globbing is more efficient.
259
260 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
261 gathering the files and attributes within a directory.
262
263 * eshell/em-unix.el (eshell/cat): If any of the files passed on
264 the command line is a special file (not a regular file, directory
265 or symlink), always attempt to call the external version of cat.
266
87730e84 2672000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
268
269 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
270 Eshell-friendly version of find-tag.
271
1c7e37a9
MB
2722000-10-13 Miles Bader <miles@lsi.nec.co.jp>
273
274 * image-file.el (image-file-name-extensions)
275 (image-file-name-regexps): Add autoload cookies.
276
11a7f341
KH
2772000-10-13 Kenichi Handa <handa@etl.go.jp>
278
279 * international/mule-cmds.el (select-safe-coding-system): If FROM
280 is string, show it in *Warning* buffer.
281
8ddddcb0
EZ
2822000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
283
284 * startup.el (normal-top-level): Use display-popup-menus-p instead
285 of window-system.
286 (command-line): Use display-graphic-p instead of window-system.
287 (command-line-1): Use display-popup-menus-p and display-mouse-p
288 instead of window-system.
289
72200f89
SS
2902000-10-12 Sam Steingold <sds@gnu.org>
291
292 * tooltip.el (tooltip-use-echo-area): New user variable.
293 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
294
8661c643
DL
2952000-10-12 Dave Love <fx@gnu.org>
296
d0b40dc1
DL
297 * recentf.el: Maintainer's checkdoc fixes.
298
a622451f
DL
299 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
300 character class, not ASCII when matching file names.
301 (fancy-splash-head): Add trailing slash to URL.
302 (command-line): Don't require XPM support for toolbar.
303
8661c643
DL
304 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
305 (cperl-invalid-face): Revert last change.
306 (cperl-init-faces): Quote cperl-invalid-face.
307
ef2ed8ab
KH
3082000-10-12 Kenichi Handa <handa@etl.go.jp>
309
310 * startup.el (fancy-splash-text): Remove superfluous quote.
311
b0da379e
GM
3122000-10-12 Gerd Moellmann <gerd@gnu.org>
313
dbeb499b
GM
314 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
315 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
316 (command-line-1): Don't use fancy-splash-pending-command.
317 (fancy-splash-screens-1): Goto point-min after inserting text.
318
d861718a
GM
319 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
320
b0da379e
GM
321 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
322 instead of shared-lisp-mode-map.
323
4fb2ad98
MB
3242000-10-12 Miles Bader <miles@lsi.nec.co.jp>
325
1cb4393e
MB
326 * faces.el (header-line): Change tty-variant to use underlining.
327
4fb2ad98
MB
328 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
329 (isearch-highlight): Restore lazy-isearch face properties at old
330 position, and suppress them at new position.
331 (isearch-dehighlight): Restore lazy-isearch face properties.
332 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
333 over the real isearch overlay, but in that case, don't give it a
334 face property. Use `push'.
335
eb991b25
KH
3362000-10-12 Kenichi Handa <handa@etl.go.jp>
337
338 * man.el (Man-getpage-in-background): Fix previous change.
339 Decode the process output only when we are in multibyte mode.
340
a818c1c0
DL
3412000-10-11 Dave Love <fx@gnu.org>
342
c990f53a
DL
343 * info.el (Info-mode-menu): Fix some help.
344 (info-tool-bar-map): Add entry for Info-last.
345
a818c1c0
DL
346 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
347 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
348 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
349 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
350 * toolbar/search-replace.xpm, toolbar/exit.xpm:
351 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
352 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
353 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
354 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
355 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
356 Reduce colour requirements to 25 overall. (Probably wants
357 revisiting from the originals to reduce further.)
358
c1b096cb
EZ
3592000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
360
361 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
362 buffer-file-coding-system, instead of raw-text.
363 (dehexlify-buffer): Bind coding-system-for-read to
364 buffer-file-coding-system, instead of raw-text.
365
5c8b7eaf
SS
3662000-10-11 Sam Steingold <sds@gnu.org>
367
368 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
369 `underline' - fixes the bug introduced on 2000-09-21.
370
2cfbdb7a
DL
3712000-10-11 Dave Love <fx@gnu.org>
372
373 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
374 compiler warnings.
375 (scheme-mode): Doc fix.
376 (scheme-font-lock-keywords-1): Match `define-syntax'.
377
3782000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
379
380 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
381 face specs as well as default ones. Only do anything if the
382 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 383 (region): Make dark-background `region' face less in-your-face.
4b33f290 384
690ec649
SS
3852000-10-10 Sam Steingold <sds@gnu.org>
386
387 * chistory.el, ielm.el, ledit.el:
388 * progmodes/inf-lisp.el, progmodes/scheme.el:
389 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
390
3b95d6bb
SM
3912000-10-10 Stefan Monnier <monnier@cs.yale.edu>
392
393 * textmodes/texinfo.el: Update copyright and fix typo.
394
395 * desktop.el (desktop-modes-not-to-save): New var.
396 (desktop-save-buffer-p): Use it.
397 Also, obey desktop-buffers-not-to-save even for non-file buffers.
398 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
399
d646c828
DL
4002000-10-10 Dave Love <fx@gnu.org>
401
402 * toolbar/tool-bar.el (tool-bar-add-item)
403 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
404 display.
405
d646c828
DL
406 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
407 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
408 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
409 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
410 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
411 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
412 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
413 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
414 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
415 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
416 the .xpms; probably need retouching.
417
862a7e28
MB
4182000-10-10 Miles Bader <miles@lsi.nec.co.jp>
419
420 * subr.el (add-to-list): Add optional argument APPEND.
421 * battery.el (display-battery): Use `add-to-list'.
422
46e33aee
TTN
4232000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
424
930baf47
TTN
425 * play/zone.el (zone-timer, zone-wc-tbl): Rework
426 these vars as symbol properties.
2cfbdb7a
DL
427 (zone, zone-when-idle, zone-leave-me-alone)
428 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 429
5a430f9c
TTN
430 * battery.el (display-battery): Doc spelling fix.
431
46e33aee
TTN
432 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
433 property.
434
adf7d3a8
DL
4352000-10-09 Dave Love <fx@gnu.org>
436
437 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
438 has been initialized before calling tool-bar-setup.
c2156508 439 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 440
06a8c9f8
EZ
4412000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
442
e4ca8f8c
EZ
443 * menu-bar.el (send-mail-item-name): New function.
444 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
445 of mail-user-agent in the menu. Don't display the "Send Mail"
446 item if mail-user-agent is nil or its value is ignore.
447 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
448 if read-mail-command is nil or its value is ignore.
449
06a8c9f8
EZ
450 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
451
7dbc9c8a
MB
4522000-10-09 Miles Bader <miles@gnu.org>
453
29e0814b
MB
454 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
455 Correct image size.
456 * toolbar/left_arrow.xpm: Correct image size.
457
7dbc9c8a
MB
458 * jka-compr.el: Don't call `jka-compr-install' when loading (it
459 will be done by the definition of `auto-compression-mode' if
460 necessary. Move code to uninstall existing file-name handler
461 before definition of `auto-compression-mode'.
462
463 * image-file.el (auto-image-file-mode): Move to the end of the
464 file, because `define-minor-mode' actually calls the mode-function
465 if the associated variable is non-nil, which requires that all
466 needed functions be already defined.
467
65b61266
MB
468 * mouse.el (popup-menu): Balance parens.
469
d6b8c85b
SM
4702000-10-08 Stefan Monnier <monnier@cs.yale.edu>
471
472 * mouse.el (popup-menu): Move the command call outside the loop
473 so that popup-menu returns whatever the command returns.
474
475 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
476 (initialize-new-tags-table): Use run-hook-with-args-until-success.
477 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
478 (tags-table-format-functions): Renamed from tags-table-format-hooks.
479
480 * vc.el (vc-version-diff): diff-switches can be a list.
481 Use relative filenames for prettier output.
482
46e33aee 483 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
484 (vc-post-command-functions): Remove old-VC compatibility code.
485
486 * newcomment.el (comment-indent-default): Autoload.
487
488 * font-lock.el (font-lock-defaults): Make buffer-local.
489 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
490 (font-lock-choose-keywords):
491 Ignore LEVEL unless KEYWORDS is a list of syms.
492 (c-keywords, c++-keywords, objc-keywords, java-keywords):
493 Don't wrap regexp-opt things in \(...\) unnecessarily.
494
495 * jit-lock.el: Don't require font-lock any more.
496 (jit-lock-functions): Make buffer-local.
497 (jit-lock-saved-fontify-buffer-function): Remove.
498 (jit-lock-mode): Remove autoload cookie.
499 Remove font-lock specific code.
500 (jit-lock-unregister): Don't bother handling complex hooks any more.
501 (jit-lock-refontify): New function.
502 (jit-lock-fontify-buffer): Use it.
503 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
504 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
505 Add optional args START and END.
506 Never call font-lock-fontify-region directly.
507 (jit-lock-function, jit-lock-stealth-fontify): Use it.
508
509 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
510
a30ed6ac
DL
5112000-10-08 Dave Love <fx@gnu.org>
512
4e7c7ca9
DL
513 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
514
515 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
516
517 * play/studly.el (studlify-region, studlify-word): Add autoload
518 cookie.
519
520 * play/morse.el (morse-region, unmorse-region): Add autoload
521 cookie.
522
523 * play/spook.el (spook-phrases-file): Use expand-file-name, not
524 concat.
525
526 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
527 insist on symbols starting with word syntax.
528 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
529 (eval-defun-1): Doc fix.
530 (indent-sexp): Use nconc to build up indent-stack.
531
532 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
533 Gnus with little use.
534 (mail-setup-hook): Add mail-abbrevs-setup to options.
535
968f7c4a
DL
536 * recentf.el: Doc fixes.
537
538 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
539 Clean up remainder.
540
541 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
542 without timezone and (8) with timezone to enforce some whitespace.
543 Simplify code somewhat.
544
545 * options.el (list-options): Doc that you should use customize.
546
547 * iswitchb.el (iswitchb-mode): Add :require.
548
a30ed6ac
DL
549 * info.el (Info-goto-node, Info-menu): Doc fix.
550 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
551 (info-tool-bar-map): New variable.
552 (Info-mode): Use it.
553 (Info-edit-map): Define all in defvar.
554 (speedbar-attached-frame): Avoid compiler warning.
555
556 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
557 (global-map): Bind [tool-bar] to a filtered map.
558 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
559 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
560 Allow PBM icons.
561 (tool-bar-setup): Adjust calls of tool-bar-add-item.
562
563 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
564 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
565 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
566 icons, except up_arrow, which is left-arrow rotated.
567
568 * imenu.el (imenu-add-to-menubar): Fix last change.
569
4e953aff
PB
5702000-10-08 Peter Breton <pbreton@ne.mediaone.net>
571
572 * generic-x.el (rul-generic-mode): Remove eval-when-compile
573 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
574
739e92a7
EZ
5752000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
576
d20faceb
EZ
577 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
578 typos in doc strings.
579
a640322e
EZ
580 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
581 the doc strings how to customize Font Lock faces.
582
739e92a7
EZ
583 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
584 computing growth when dragging the header line.
585
8be7408c
EZ
5862000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
587
588 * simple.el (kill-line): Doc fix.
589
6fee86a3
MB
5902000-10-08 Miles Bader <miles@gnu.org>
591
445a653e
MB
592 * faces.el (secondary-selection): Make foreground visible on tty.
593
6fee86a3
MB
594 * jka-compr.el (auto-compression-mode): Move to the end of the
595 file, because `define-minor-mode' actually calls the mode-function
596 if the associated variable is non-nil, which requires that all
597 needed functions be already defined.
598 (with-auto-compression-mode): Add autoload cookie.
599
a115794c
EZ
6002000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
601
602 * files.el (find-backup-file-name) [ms-dos]: If support for long
603 file names is not available, behave as if version-control were set
604 to never.
605
b12e6de3
DL
6062000-10-07 Dave Love <fx@gnu.org>
607
608 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
609 (browse-url-gnome-moz): New function.
610 (browse-url-browser-function): Use it.
611 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
612
20b1d079
SM
6132000-10-07 Stefan Monnier <monnier@cs.yale.edu>
614
615 * indent.el (tab-always-indent): New var.
616 (indent-for-tab-command): Use it.
39250ec3 617
9ee45b2c 618 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 619 raise an error. This way it can still default to a sane value.
9ee45b2c 620
8c6b1d83
JW
6212000-10-06 Stefan Monnier <monnier@cs.yale.edu>
622
39250ec3
SM
623 * startup.el (fancy-splash-screens): Use local rather than global map.
624 Don't use `update-menu-bindings' any more.
625 Get rid of assumptions about keymap representation.
626
a23ccdf2
DL
6272000-10-06 Dave Love <fx@gnu.org>
628
814299a7 629 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
630 (sentence-end-without-period): Doc fix.
631 (adaptive-fill-regexp): Purecopy.
632 (unjustify-current-line): Use line-end-position.
633 (fill-individual-paragraphs-prefix): Use line-beginning-position.
634
635 * net/eudc-vars.el (eudc): Add :version, :link.
636
39250ec3 637 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
638
639 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
640 Fix for define-minor-mode.
641 (function-at-point): Alias to function-called-at-point.
642
643 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
644
645 * simple.el (backward-word): Doc fix.
646
a23ccdf2
DL
647 * image-file.el (image-file-name-regexp): image-file-regexps ->
648 image-file-name-regexps.
742c1822 649 (image-file-name-extensions): Add pbm.
a23ccdf2 650
39250ec3
SM
6512000-10-06 Stefan Monnier <monnier@cs.yale.edu>
652
653 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
654 and add filename to the names so that diff-mode can jump to source.
655
656 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 657 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
658 (tex-font-lock-keywords-1): Remove.
659 (font-lock-turn-on-thing-lock): Use jit-lock-register.
660 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
661 (font-lock-default-fontify-region):
662 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
663 (font-lock-fontify-anchored-keywords):
664 Include the anchor text as part of the multiline.
665
8d5dfacd
GM
6662000-10-06 Gerd Moellmann <gerd@gnu.org>
667
668 * loadup.el (toplevel): Load `loaddefs' before `help' because the
669 latter needs the autoloaded define-minor-mode macro during the
670 bootstrap.
671
672 * startup.el (command-line): For now, activate tool-bar-mode only
673 if XPM images are supported.
674
675 * mouse.el (mouse-drag-header-line): Don't allow resizing a
676 window by dragging a header-line at the top of the frame; that's
4c19fbce 677 confusing because the header-line doesn't move.
8d5dfacd
GM
678 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
679 of treating the event as a list. Some cleanup.
680
f69aad2b 6812000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 682
f69aad2b
MB
683 * simple.el (display-message-or-buffer): New function.
684 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 685
09cb7646
MB
686 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
687 docstring parts.
688
814299a7 689 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
690 (smbclient-prompt-regexp): Add usage note to doc string.
691 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
692 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
693 Use add-hook for adding the comint filter function, and only do so
694 if it's not already in the global hook list.
695 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
696 to `make-local-variable'.
697 (nslookup-font-lock-keywords): Remove prompt entry.
698 (nslookup): Don't set the process-filter.
699 (finger): Exit the loop correctly when the regexps list runs out.
700 (ftp, smbclient, smbclient-list-shares):
701 Set the real major mode immediately, not after execing.
702 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
703
704 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
705
4c19fbce
SM
7062000-10-05 Stefan Monnier <monnier@cs.yale.edu>
707
708 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
709
710 * which-func.el (which-func-format): Remove spurious space.
711 (which-func-mode): Don't make it permanent-local.
712 (which-func-ff-hook): Allow which-func-maxout to be nil.
713 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
714 (which-func-mode): Simplify.
715 Use post-command-idle-hook rather than post-command-hook.
716 Go through all buffers and update their state.
717 (which-function): Also try add-log-current-defun-function.
718
719 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
720 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
721 Update call to with-vc-properties accordingly.
722 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
723 (vc-revert-buffer): More careful about window selection and deletion.
724 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
725
726 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
727 (cvs-retrieve-revision): Reuse a pre-existing buffer.
728 (cvs-dired-action): Change the default to quickdir.
729
730 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
731 if comment-indent-function returns nil.
732 (comment-indent-default): New function.
733 (comment-indent-function): Use it and document the new semantics.
734
735 * image-file.el: Docstring fixes.
736
737 * help.el (help-xref-on-pp): Use match-string.
738 (describe-variable): New arg BUFFER.
739 Store the current buffer in the help-xref-stack.
740 (temp-buffer-resize-mode): Use define-minor-mode.
741
742 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
743 consistently with its docstring.
744 Set jit-lock-first-unfontify-pos in an idempotent way.
745 (jit-lock-register): Autoload and add arg CONTEXTUAL.
746
542c6552
GM
7472000-10-05 Alex Schroeder <alex@gnu.org>
748
749 * sql.el (sql-mysql-options): New variable.
750 (sql-mysql): Use it.
751
a3489ece
MB
7522000-10-05 Miles Bader <miles@lsi.nec.co.jp>
753
77f6105c
MB
754 * image.el (image): New group.
755
814299a7 756 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
757 (smerge-base-face, smerge-markers-face): Add dark-background variants.
758
3478046b
PB
7592000-10-04 Peter Breton <pbreton@ne.mediaone.net>
760
761 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 762 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
763 Ignore the value of wqindow-system; always define keywords
764
22aca186
KH
7652000-10-05 Kenichi Handa <handa@etl.go.jp>
766
767 * startup.el (fancy-splash-screens): Remove the code for
768 debugging; `(trace-to-stderr "EXITTT\n")'.
769
55d5d717
MB
7702000-10-05 Miles Bader <miles@gnu.org>
771
772 * diff-mode.el (diff-goto-source): Update call to
773 `diff-hunk-status-msg' to reflect new REV variable.
774
41fa7178
SM
7752000-10-04 Stefan Monnier <monnier@cs.yale.edu>
776
777 * progmodes/icon.el (icon-mode):
778 Don't gratuitously override the default for comment-column.
779
780 * vc-hooks.el (vc-mode-line): Fix interactive spec.
781
782 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
783 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
784 (jit-lock-functions): New var.
785 (jit-lock-function-1): Use it if non-nil.
786 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
787 Set the `fontified' property before doing the fontification to avoid
788 repeatedly going through the same error.
789 Don't turn errors into messages.
790 (jit-lock-register, jit-lock-unregister): New functions.
791
792 * dired.el (dired-mark-pop-up): Turn comment into docstring.
793 Use with-current-buffer.
794
795 * dired-aux.el (dired-do-create-files, dired-kill-tree):
796 Turn comment into docstring.
797
798 * apropos.el (apropos-mode): Use define-derived-mode.
799
3dc78168
GM
8002000-10-04 Gerd Moellmann <gerd@gnu.org>
801
802 * startup.el (fancy-splash-pending-command): New variable.
803 (fancy-splash-pre-command): New function.
804 (fancy-splash-screens): Rewritten.
805 (command-line-1): If fancy-splash-pending-command is set, call it
806 interactively.
807
dae9dc56
DL
8082000-10-04 Dave Love <fx@gnu.org>
809
810 * toolbar/tool-bar.el (tool-bar-setup): New function.
811 (tool-bar-mode): Use it.
812
813 * subr.el (substitute-key-definition): Doc fix.
814 (play-sound-file): New command.
815
3388f0a5
AS
8162000-10-04 Andre Spiegel <spiegel@gnu.org>
817
814299a7 818 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
819 vc-version-backup-file-name): New functions.
820
821 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
822
823 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
824 vc-cvs-stay-local-p.
825
826 * vc.el (vc-revert-buffer): Handle empty diff properly.
827 (vc-version-backup-file): New function.
828 (vc-checkout): Create a version backup if necessary.
829 (vc-checkin): If a version backup file exists, delete it.
830 (vc-version-diff): Diff locally using version backups, if available.
831 (vc-revert-file): If there's a version backup, revert locally.
832 (vc-transfer-file): Use version backup for base version, if
833 available. If not, ask for confirmation whether to get it from the
834 server. Update mode line before check-in.
835
ebd4825d
DL
8362000-10-04 Dave Love <fx@gnu.org>
837
838 * toolbar/tool-bar.el (tool-bar-setup): New function.
839 (tool-bar-mode): Use it.
840
1b24f4b7
PB
8412000-10-04 Peter Breton <pbreton@ne.mediaone.net>
842
3dc78168 843 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 844 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
845 Only set if window-system is non-nil
846 (net-utils-run-program): Returns buffer.
847 (network-connection-reconnect): Added this function.
848
814299a7
MB
849 * generic.el:
850 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
851 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
852 Uses cl compile-time macros.
3dc78168
GM
853 (generic-mode-name, generic-comment-list)
854 (generic-keywords-list, generic-font-lock-expressions)
855 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
856 Removed variables.
857 (generic-mode-alist): Renamed to generic-mode-list.
858 (generic-find-file-regexp): Default changed to "^#".
859 (generic-read-type): Uses completing read on generic-mode-list.
860 (generic-mode-sanity-check): removed this function.
861 (generic-add-to-auto-mode): Removed this function
3dc78168 862 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
863 into function instead of putting them in alist.
864 (generic-mode-set-comments): Reworked extensively.
865 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 866 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 867
814299a7 868 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
869 Make sure directory name ends with "/".
870
814299a7 871 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
872 Regexp now allows leading whitespace.
873 (rc-generic-mode): Added eval-when-compile
874 around generic-make-keywords-list.
875 Deleted duplicate regexp
876 (rul-generic-mode): Added eval-when-compile
877 around generic-make-keywords-list.
878 (etc-fstab-generic-mode): New generic mode.
879 (rul-generic-mode): Removed one eval-when-compile
814299a7 880 which caused a max-specpdl-size exceeded error.
1b24f4b7 881
a7bf5cf3
MB
8822000-10-04 Miles Bader <miles@gnu.org>
883
884 * simple.el (minibuffer-temporary-goal-position): New variable.
885 (next-history-element): Try to keep the position of point in the
886 input string constant.
887
888 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
889 (dired-do-create-files): If there's only one file, pass it in as
890 the DEFAULT arg to dired-mark-read-file-name.
891
ce1087a9
SM
8922000-10-03 Stefan Monnier <monnier@cs.yale.edu>
893
894 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
895 (diff-goto-source): Be smarter when choosing REVERSE or not.
896
897 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
898 (texinfo-mode-menu): Add an explicit shortcut for update all.
899
0e41e1d6
AS
9002000-10-03 Andre Spiegel <spiegel@gnu.org>
901
814299a7 902 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
903 factorize backend-specific code cleanly (this was essentially
904 conceived by Stefan Monnier).
905 (vc-unregister): Function removed.
814299a7 906 (vc-revert-file): New function.
858f7cb4
AS
907 (vc-revert-buffer): Delegate some of the work to it.
908
0e41e1d6
AS
909 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
910 default branch unconditionally.
911 (vc-rcs-set-default-branch): New function.
912 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
913 (vc-rcs-checkin): If an appropriate default branch has been set,
914 force creation of that branch.
858f7cb4
AS
915 (vc-rcs-receive-file): Rewritten to contain only backend-specific
916 code (as suggested by Stefan Monnier).
0e41e1d6 917
01c86c56
GM
9182000-10-02 Gerd Moellmann <gerd@gnu.org>
919
45c477b4
GM
920 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
921 highlighting overlay with a different face over the overlay
922 isearch uses to highlight the current match because that can lead
923 to bad face combinations.
924
01c86c56
GM
925 * loadup.el (toplevel): Load faces before isearch.
926
927 * isearch.el (isearch-faces): New custom group.
928 (isearch): New defface; was already tested for in the code.
929 (isearch-lazy-highlight-face): Changed to defface from defcustom.
930 (isearch-highlight): Always use face `isearch'.
931
944425c0
DL
9322000-10-02 Dave Love <fx@gnu.org>
933
934 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
935 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
936 comparison of opcode with operand.
937
2a099bcc
MB
9382000-10-03 Miles Bader <miles@gnu.org>
939
940 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
941 buffer, since the echo area will now grow to accommodate them.
942
4300ecb8
AS
9432000-10-02 Andre Spiegel <spiegel@gnu.org>
944
945 * vc-hooks.el (vc-registered): If FILE used to be registered under
946 a certain backend, try that one first.
947
814299a7 948 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
949 argument list. Handle multiple backends correctly.
950 (vc-find-new-backend): Function removed.
951 (vc-register): Use vc-responsible-backend, as before.
952 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
953
64e6cc18
GM
9542000-10-02 Gerd Moellmann <gerd@gnu.org>
955
956 * startup.el (fancy-splash-head): Change message below the
957 logo.
958
00df919e
MB
9592000-10-02 Miles Bader <miles@lsi.nec.co.jp>
960
961 * diff-mode.el (diff-goto-source): Emit a status message.
962 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 963 (diff-test-hunk): Fix doc string.
00df919e
MB
964 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
965 (diff-advance-after-apply-hunk): New variable.
4eaa6852 966 (diff-apply-hunk): Don't return a value.
00df919e 967
ceec5a0c
SM
9682000-10-01 Stefan Monnier <monnier@cs.yale.edu>
969
970 * vc.el (vc-editable-p): Minor optimization.
971 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
972 (vc-find-new-backend): New function split from vc-responsible-backend.
973 (vc-register): Use it.
974 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
975 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
976 (vc-default-unregister, vc-revert-buffer): Docstring fix.
977 (vc-clear-headers): Don't use find-file.
978 (vc-revert-buffer): Use `and' again (must have been a braino).
979 (vc-switch-backend): Only prompt if requested.
980 Short circuit if nothing is to be done.
981 Don't use vc-resynch-buffer which could lose unsaved editing.
982 (vc-default-receive-file): Update call to vc-unregister.
983 (with-vc-file, vc-next-action-on-file):
984 Use vc-backend rather than vc-registered.
985 (vc-next-action-on-file): Use intern-soft.
986 Deal with read-only *vc-diff* buffer.
987 (vc-transfer-file): Docstring fix.
988
989 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
990 (vc-rcs-receive-file): Avoid with-vc-properties.
991 Update call to vc-unregister.
992 Use constant `RCS' rather than (dynamically bound) var `backend'.
993
4ad5da8f
AS
9942000-10-01 Andre Spiegel <spiegel@gnu.org>
995
814299a7 996 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
997 is visited.
998 (vc-start-entry): New argument initial-contents. Don't visit the file
999 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
1000 (vc-next-action, vc-register): Updated calls to vc-start-entry.
1001 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
1002 vc-start-entry.
1003 (vc-finish-logentry): Make sure to bury log buffer only if there
1004 really is one. Call `vc-resynch-buffer' on log-file, not
1005 buffer-file-name.
1006 (vc-default-comment-history, vc-default-wash-log): New functions.
1007 (vc-index-of): Removed.
1008 (vc-transfer-file): Make do without the above.
1009 (vc-default-receive-file): Call comment-history unconditionally. Pass
1010 the resulting string to vc-checkin, instead of inserting it into the
1011 comment ring.
1012
1013 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
1014 unconditionally. Use the comments as initial contents of the log
814299a7 1015 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
1016 changes.
1017
aa0c3dca
MB
10182000-10-01 Miles Bader <miles@gnu.org>
1019
1020 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
1021 `recenter' with an arg to prevent redrawing the display.
1022
d5f5a2c5
SM
10232000-09-30 Stefan Monnier <monnier@cs.yale.edu>
1024
1025 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
1026
1027 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
1028
814299a7 1029 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
1030 Don't gratuitously override the default for comment-column.
1031
1032 * textmodes/tex-mode.el (latex-metasection-list): New var.
1033 (latex-imenu-create-index): Use it.
1034 Move the regexp construction outside loops (and use push).
814299a7 1035 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
1036 (tex-font-lock-keywords): Moved from font-lock.el.
1037 (tex-comment-indent): Remove.
1038 (tex-common-initialization): Don't set comment-indent-function.
1039 (latex-block-default): New var.
1040 (tex-latex-block): Use it to provide a default choice.
1041 Add any unknown choice to latex-block-names.
1042 Insert [...] after {...}.
1043 (tex-last-unended-begin): Simplify regexp.
1044 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
1045 (latex-forward-sexp-1, latex-forward-sexp): New functions.
1046 (latex-mode): Set forward-sexp-function.
1047
1048 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
1049 Add regexp for @ignore ... @end ignore.
1050 (texinfo-heading-face): New face.
1051 (texinfo-font-lock-keywords): Use it.
1052 (texinfo-mode-menu): New menu.
1053 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
1054 New functions.
1055 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 1056 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
1057 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
1058 Remove declaration.
1059 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
1060
1061 * delsel.el (delete-selection-mode): Use define-minor-mode.
1062
1063 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
1064
10652000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1066
1067 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
1068
8a5506f2
GM
10692000-09-30 Gerd Moellmann <gerd@gnu.org>
1070
068127d6
GM
1071 * replace.el (keep-lines-read-args): New function.
1072 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
1073 read arguments interactively. Add parameters RSTART and REND.
1074 Operate on the active region in Transient Mark mode.
1075
d777bb8f
GM
1076 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
1077
8a5506f2
GM
1078 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
1079 (authors-obsolete-files-regexps): New variable.
1080 (authors-add): Don't record changes in obsolete files.
1081
3fa87bfc
SM
10822000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1083
1084 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
1085
1086 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
1087 (comment-indent): Make sure there's a space between code and comment.
1088 Shift comments left to avoid going past fill-column.
1089
f02149ce
GM
10902000-09-29 Gerd Moellmann <gerd@gnu.org>
1091
1092 * startup.el (startup-echo-area-message): New function.
1093 (display-startup-echo-area-message): Use it.
1094 (fancy-splash-screens): Rewritten to use keymaps and a timer.
1095 (fancy-splash-default-action): New function.
1096 (fancy-splash-screens-1): New function.
1097 (fancy-splash-head): Put a help-echo and a keymap under the image.
1098
a3ef6569
SM
10992000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1100
1101 * diff-mode.el (diff-add-log-file-name): Remove.
1102 (diff-mode): Use add-log-buffer-file-name-function.
1103
1104 * add-log.el (find-change-log): New arg BUFFER-FILE.
1105 (add-log-file-name): Obey add-log-file-name-function.
1106 (add-log-buffer-file-name-function): New var.
1107 (add-change-log-entry): Use it.
1108
75e5b373
MB
11092000-09-29 Miles Bader <miles@gnu.org>
1110
1111 * image-file.el (image-file-name-extensions): New variable.
1112 (image-file-name-regexps): Renamed from `image-file-regexps'.
1113 New default value is nil. Call `auto-image-file-mode'.
1114 (image-file-name-regexp): New function.
1115 (auto-image-file-mode): New minor mode.
1116 (insert-image-file): Don't make conditional on the image-file
1117 handler being enabled.
1118 (image-file-handler): Make the call here conditional instead.
1119 (set-image-file-handler-enabled, enable-image-file-handler)
1120 (disable-image-file-handler): Functions removed.
1121
1122 * emacs-lisp/authors.el (authors-print): Rephrase many-files
1123 string.
1124
de6e1f7c
GM
11252000-09-29 Gerd Moellmann <gerd@gnu.org>
1126
1127 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
1128 it's a function from CL.
1129 (latex-imenu-create-index): Replace eval-when-compile with progn
1130 because latex-section-alist is not bound while compiling.
1131
d8c201f5
SM
11322000-09-28 Stefan Monnier <monnier@cs.yale.edu>
1133
1134 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
1135 (outline-mode): Use define-derived-mode.
1136
814299a7 1137 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
1138 * progmodes/awk-mode.el (awk-mode):
1139 * progmodes/asm-mode.el (asm-mode):
1140 Don't gratuitously override the default for comment-column.
1141
1142 * emacs-lisp/lisp.el (lisp-complete-symbol):
1143 Distinguish the let-binding case from the funcall case.
1144 (forward-sexp-function): New variable.
1145 (forward-sexp): Use it.
1146
1147 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
1148 (easy-mmode-defmap): Remove the now useless autoload.
1149
1150 * time.el (display-time-mode): Use define-minor-mode.
1151
1152 * subr.el (add-minor-mode): Don't eval NAME.
1153 Don't depend on the presence of TOGGLE-FUN for any special behavior.
1154 Use if rather than cond.
1155
1156 * simple.el (read-expression-map): Define more properly.
1157 (comment-indent-hook): Remove.
1158 (string-to-syntax): Bug fix.
1159
1160 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
1161 (cvs-ediff-diff): Fix typo.
1162 (cvs-revert-if-needed): Don't bother preserving read-only.
1163
1164 * paren.el (show-paren-mode): Use define-minor-mode.
1165
1166 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
1167 (toggle-auto-compression): Remove.
1168 (jka-compr-build-file-regexp): Remove useless grouping.
1169
1170 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
1171 Avoid user-reserved bindings.
1172 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
1173 (diff-header-face): Revert to grey85.
1174
1175 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
1176
1177 * complete.el (partial-completion-mode) <defcustom>: Remove.
1178 (partial-completion-mode): Use define-minor-mode.
1179 (PC-do-completion): Understand `completion-auto-help = delay'
1180 to mean to popup the completion buffer only the second time.
814299a7 1181 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
1182 (PC-include-file-all-completions): Don't quote lambda.
1183
1184 * comint.el (comint-mode-hook): Docstring fix.
1185 (comint-mode): Use define-derived-mode.
1186 (comint-mode-map): Remove obsolete comment.
1187 (make-comint): Minor stylistic change.
1188 (comint-insert-clicked-input): Be more careful to find the overlay.
1189 Use this-command-keys rather than hardcoding mouse-2.
1190
1191 * font-lock.el: Replace confusing (,@ with ,
1192 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1193 Don't use regexp-opt-depth. Spice up the regexp for args.
1194 Don't distinguish between cmds that can take an opt arg or not.
1195 Use `append' and `prepend' rather than `keep'.
1196
1197 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
1198 (latex-outline-regexp): New var.
1199 (latex-outline-level): New fun.
1200 (latex-section-alist): New var.
1201 (latex-imenu-create-index): Use it. Use `push' as well.
1202 (tex-shell-map): Initialize it properly.
1203 (tex-mode): Minor stylistic change.
1204 (plain-tex-mode): Use define-derived-mode.
1205 (latex-mode): Use define-derived-mode.
1206 Construct the paragraph regexps in a more readable way.
1207 Set the buffer-local outline-{level,regexp} vars.
1208 (slitex-mode): Derive from latex-mode.
1209 (tex-common-initialization): Don't kill-all-vars anymore.
1210 Add setting for comment-add and font-lock-defaults.
1211 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
1212 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
1213 (tex-start-tex): New arg DIR (and send a chdir command for it).
1214 Also display the shell buffer and save it in tex-last-buffer-texed.
1215 (tex-region): Use expand-file-name rather than concat.
1216 Remove code made useless by changes in tex-start-tex.
1217 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
1218
1219 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
1220
ff398532
DL
12212000-09-28 Dave Love <fx@gnu.org>
1222
1223 * eshell/eshell.el (eshell) <defgroup>: Add :version.
1224
f9415d5b
GM
12252000-09-28 Gerd Moellmann <gerd@gnu.org>
1226
1227 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
1228 `append'.
1229
fa003899
SM
12302000-09-28 Stefan Monnier <monnier@cs.yale.edu>
1231
1232 * info.el (Info-extract-pointer): Undo last change.
1233 Instead, fix the position of the `bound' arg to re-search-backward.
1234
12352000-09-27 Stefan Monnier <monnier@cs.yale.edu>
1236
1237 * info.el (Info-extract-pointer):
1238 Widen more carefully, to avoid finding pointers in other nodes.
1239 (Info-index): Use push.
1240
f9415d5b 12412000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
1242
1243 * frame.el (set-frame-font): Remove call to obsolete function
1244 frame-update-faces.
1245 (set-foreground-color, set-background-color): Likewise for
1246 frame-update-face-colors.
1247
5538b8ba
MB
12482000-09-27 Miles Bader <miles@gnu.org>
1249
1250 * image-file.el: New file.
1251
60536eea
GM
12522000-09-27 Gerd Moellmann <gerd@gnu.org>
1253
5b551d58
GM
1254 * frame.el (frame-notice-user-settings): Don't call
1255 frame-update-faces, which is a no-op now.
814299a7 1256
60536eea
GM
1257 * ediff-wind.el (ediff-control-frame-parameters): Add zero
1258 tool-bar-lines.
1259
36f1966f
DL
12602000-09-27 Dave Love <fx@gnu.org>
1261
1262 * mouse.el: Fix last change.
1263
c5785b73
MB
12642000-09-27 Miles Bader <miles@lsi.nec.co.jp>
1265
1266 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
1267
672172d9
KH
12682000-09-22 Kenichi Handa <handa@etl.go.jp>
1269
1270 * international/quail.el (quail-help): The output message is
1271 improved.
1272
4653b4ea
DL
12732000-09-26 Dave Love <fx@gnu.org>
1274
1275 * mouse.el (popup-menu): If POSITION is nil, set it using
1276 mouse-position.
1277
63900fcf
SS
12782000-09-25 Sam Steingold <sds@gnu.org>
1279
1280 * net/browse-url.el (browse-url-file-url): Check for null maps.
1281
cd3b81be
GM
12822000-09-26 Gerd Moellmann <gerd@gnu.org>
1283
876512ab 1284 * frame.el (frame-notice-user-settings): Don't add a
fa003899 1285 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 1286
fa003899
SM
1287 * frame.el (frame-notice-user-settings):
1288 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 1289
cd3b81be
GM
1290 * toolbar/tool-bar.el (tool-bar-help): New function.
1291
d8b4516f
GM
12922000-09-25 Gerd Moellmann <gerd@gnu.org>
1293
6567e9b5
GM
1294 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
1295 current-load-list in top-level forms. Else this leaks a cons cell
1296 every time a defun is called.
63900fcf 1297
d8b4516f 1298 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 1299
a461758e
DL
13002000-09-25 Dave Love <fx@gnu.org>
1301
7df6adc3
DL
1302 * startup.el (fancy-splash-head): Check XPM is available.
1303
a461758e
DL
1304 * autoinsert.el (auto-insert): Doc fix.
1305 (auto-insert-alist): Following GNU notices, don't say `copyright
1306 _by_'. Use line-beginning-position.
1307 (auto-insert): Check buffer-file-name is non-nil before use.
1308
b11af2dd
GM
13092000-09-25 Gerd Moellmann <gerd@gnu.org>
1310
1311 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
1312 starting with `@def' or `@multitable', in addition to ones
1313 specified by the user in auto-fill-inhibit-regexp.
1314
5f9f981b
GM
13152000-09-25 Markus Rost <rost@math.ohio-state.edu>
1316
1317 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
1318 rmail-dont-reply-to-names matches the empty string.
63900fcf 1319
8ff16b4e
GM
13202000-09-25 Gerd Moellmann <gerd@gnu.org>
1321
63900fcf 1322 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
1323 text to sound more friendly.
1324
9b4a7800
TTN
13252000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
1326
1327 * progmodes/hideshow.el: Update author email address.
1328 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
1329 (hs-hide-all-non-comment-function): New var.
1330 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
1331 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
1332 (hs-show-region): Delete this command.
1333 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
1334
4c7c1f3f
DL
13352000-09-22 Dave Love <fx@gnu.org>
1336
1337 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
1338 (hl-line-highlight): Specify buffer when moving overlay.
1339
1340 * progmodes/fortran.el (fortran-mode): Locally set
1341 normal-auto-fill-function.
1342 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
1343 (fortran-mode-map): Adjust auto-fill menu entry.
1344
13f93dee
GM
13452000-09-22 Gerd Moellmann <gerd@gnu.org>
1346
36eb0a91
GM
1347 * vc-rcs.el (toplevel): Require `vc' when compiling.
1348
fa003899 1349 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 1350
36a03bf9
AS
13512000-09-22 Andre Spiegel <spiegel@gnu.org>
1352
9b4a7800 1353 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
1354 registered under the new backend.
1355
9b4a7800 1356 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
1357 without explicit revision number.
1358
6e4e8a3b
SM
13592000-09-21 Stefan Monnier <monnier@cs.yale.edu>
1360
1361 * diff-mode.el (diff-file-header-face): Reset to its previous value.
1362 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
1363 (diff-xor): New function.
1364 (diff-find-source-location): Use it. Fix a stupid name clash.
1365 (diff-hunk-status-msg): New function.
1366 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
1367 (diff-test-hunk): Use diff-find-source-location.
1368 (diff-goto-source): Favor the `reverse'.
1369 (diff-hunk-text): Properly handle one-sided context diffs.
1370 (diff-apply-hunk): When done, advance to the next hunk.
1371
1b24b888
GM
13722000-09-21 Gerd Moellmann <gerd@gnu.org>
1373
623a0aae
GM
1374 * startup.el (command-line): If frame was created with a non-zero
1375 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 1376
1b24b888
GM
1377 * add-log.el (change-log-date-face, change-log-name-face)
1378 (change-log-email-face, change-log-file-face)
1379 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
1380 (change-log-function-face, change-log-acknowledgement-face):
1381 New faces, inheriting from font-lock faces.
1b24b888 1382 (change-log-font-lock-keywords): Use them.
9b4a7800 1383
93b3a1c8
DL
13842000-09-21 Dave Love <fx@gnu.org>
1385
80585273
DL
1386 * progmodes/cperl-mode.el (top-level): Clean up
1387 `eval-when-compile's and assorted defvars.
1388 (cperl-invalid-face): Don't double-quote value. Change custom
1389 type.
1390 (cperl-mode): Set normal-auto-fill-function and don't zap
1391 auto-fill-function.
1392 (cperl-imenu--function-name-regexp-perl): Renamed from
1393 imenu-example--function-name-regexp-perl.
1394 (cperl-imenu--create-perl-index): Renamed from
1395 imenu-example--create-perl-index.
1396 (cperl-xsub-scan): Don't require cl.
1397
93b3a1c8
DL
1398 * msb.el (msb-mode-map): Use substitute-key-definition.
1399 (msb-mode): Use msb-mode-map.
1400
43ccb598
AS
14012000-09-21 Andre Spiegel <spiegel@gnu.org>
1402
1403 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
1404 New functions.
fa003899 1405 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
1406 (vc-switch-backend): New function.
1407 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
1408 (vc-register): Fix prompt.
1409 (vc-unregister, vc-default-unregister): New functions.
1410 (vc-version-diff): Handle empty buffer in sentinel.
1411
1412 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
1413 (vc-rcs-state-heuristic): Use it to guess the state of files with
1414 non-strict locking.
1415 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
1416 been set with -b, but not created yet.
1417 (vc-rcs-fetch-master-state): With non-strict locking, compare file
1418 contents in order to find the state.
1419 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
1420 (vc-rcs-unregister, vc-rcs-receive-file)
1421 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 1422
9b4a7800 1423 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 1424 in case it is missing.
9b4a7800 1425
95fadcca
GM
14262000-09-21 Gerd Moellmann <gerd@gnu.org>
1427
1428 * startup.el (fancy-splash-tail): Use a different foreground
1429 color on a dark frame background.
1430
470f23e1
MB
14312000-09-21 Miles Bader <miles@lsi.nec.co.jp>
1432
1433 * info.el: Use the correct capitalization when making Info-mode
1434 and Info-edit-mode `special' modes.
1435
281096ed
SM
14362000-09-20 Stefan Monnier <monnier@cs.yale.edu>
1437
1438 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
1439 (diff-mode): Add support for add-log.el.
1440 (diff-hunk-text): Use char offsets rather than line offsets.
1441 (diff-find-source-location): Replace LINE with line-offset (nil
1442 if not found) and always set POS to a meaningful position.
1443 Adapt to the new char-offsets.
1444 (diff-apply-hunk): Drop support for the unused `select' POPUP.
1445 Adapt to the new diff-find-source-location.
1446 (diff-goto-source): Adapt to the new diff-find-source-location.
1447
1448 * add-log.el (add-log-file-name): New function (split out of
1449 add-change-log-entry).
1450 (add-change-log-entry): Use it.
1451 Call add-log-file-name-function with the changelog file name if
1452 the current buffer is not associated with any file.
1453 Avoid find-file if the selected window is dedicated.
1454
1455 * diff-mode.el (diff-find-source-location):
1456 Move code from diff-apply-hunk. Return buffer rather than file.
1457 (diff-apply-hunk): Use the new result from diff-find-source-location.
1458 (diff-goto-source): Use the new diff-find-source-location.
1459
c29d77c4
DL
14602000-09-20 Dave Love <fx@gnu.org>
1461
1462 * iswitchb.el: Some doc fixes.
1463 (iswitchb-mode-map): Define completely initially. Inherit
1464 minibuffer-local-map.
1465 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
1466 fundamental-mode.
1467 (iswitchb-global-map): New variable.
1468 (iswitchb-summaries-to-end): Amalgamate regexps.
1469 (iswitchb-mode): New.
1470 (iswitchb-mode-hook): New variable.
1471 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
1472 `extensions'.
1473
49939379
GM
14742000-09-20 Gerd Moellmann <gerd@gnu.org>
1475
d05c87ac
GM
1476 * ehelp.el (electric-help): New defgroup.
1477 (electric-help-shrink-window): New user-option.
1478 (with-electric-help): Use it.
1479
1ec082d4
GM
1480 * window.el (shrink-window-if-larger-than-buffer): If face
1481 `mode-line' has a :box, and we're on a graphical frame, add 1
1482 to the needed window height.
1483
f46c275e
GM
1484 * frame.el (frame-notice-user-settings): Add a last parameter nil
1485 to a call to `append', because the last list passed to `append' is
1486 not copied, and so subsequent calls to assq-delete-all will modify
1487 default-frame-alist.
1488
b7e11c5b
GM
1489 * startup.el (fancy-splash-image): Change :type.
1490 (fancy-splash-head): Use an XBM image if appropriate.
1491 (command-line-1): Show splash screens in more cases.
1492
26ff68aa
GM
1493 * startup.el (fancy-splash-text): Don't quote faces.
1494
8320414c
GM
1495 * dired.el (dired-font-lock-keywords): Undo last change.
1496 (dired-readin): Bind indent-tabs-mode to nil.
1497
49939379
GM
1498 * startup.el (fancy-splash-head): If frame's background mode
1499 is `dark', change the black background of the image to gray.
1500 (fancy-splash-screens): Display startup echo area message.
1501 (display-startup-echo-area-message): New function.
1502
c3b27206
MB
15032000-09-20 Miles Bader <miles@lsi.nec.co.jp>
1504
55a3d2a1
MB
1505 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
1506
1507 * info.el (info-header-node): Tweak for color ttys.
1508
37a99821
MB
1509 * faces.el (face-valid-attribute-values): Make sure directories we
1510 search for stipples both exist and are readable before trying to
1511 search them.
1512
0415d0d0
MB
1513 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
1514 in the dry-run case.
1515
523b128c
MB
1516 * jka-compr.el (with-auto-compression-mode): New macro.
1517
c3b27206
MB
1518 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
1519 (custom-group-tag-face, custom-variable-tag-face): Use relative
1520 :height and inherit from `variable-pitch' face instead of
1521 hardwiring :family.
1522 * hi-lock.el (hi-black-hb): Likewise.
1523
ddba99ad
MB
1524 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
1525 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
1526 toolbar-add-item, if image doesn't have a mask add a `:mask
1527 heuristic'.
1528
7e99fbde
SM
15292000-09-19 Stefan Monnier <monnier@cs.yale.edu>
1530
1531 * diff-mode.el: Docstring fixes.
1532 (diff-header-face, diff-comment-face): New faces.
1533 (diff-font-lock-keywords): Highlight a bit differently.
1534 (diff-find-source-location): Don't return SPAN any more.
1535 (diff-hunk-text): Don't bother erasing the temp buffer.
1536 (diff-find-text): Drop argument LINE.
1537 (diff-apply-hunk): Update calls to diff-find-text.
1538 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
1539
1540 * calendar/calendar.el: Docstring fixes.
1541 (calendar-make-alist): Don't quote lambda.
1542 (calendar-star-date): Use make-local-variable.
1543
fb275c02
DL
15442000-09-19 Dave Love <fx@gnu.org>
1545
7e99fbde
SM
1546 * toolbar/tool-bar.el: Renamed from toolbar.el.
1547 Change `toolbar' to `tool-bar' generally in symbols.
1548 Make some items invisible in `special' major modes.
1549 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
1550 Add arg PROPS.
532cb34d 1551
7e99fbde
SM
1552 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
1553 Add :version here.
fb275c02
DL
1554 (fancy-splash-delay, fancy-splash-image): Remove :version here.
1555
8f4ca9a5
GM
15562000-09-19 Gerd Moellmann <gerd@gnu.org>
1557
8b7707e1 1558 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 1559
8b7707e1 1560 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
1561 (find-file-noselect): Use it.
1562
8b7707e1 1563 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
1564 (fancy-splash-screen): Defgroup.
1565
8f4ca9a5
GM
1566 * add-log.el (change-log-font-lock-keywords): Match names
1567 more exactly for the case that font-lock-constant-face is
1568 underlined.
1569
ba9eeda1 15702000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 1571
8b7707e1 1572 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 1573
289eaef9
AS
15742000-09-19 Andre Spiegel <spiegel@gnu.org>
1575
1576 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
1577
ce9ded5d
GM
15782000-09-19 Gerd Moellmann <gerd@gnu.org>
1579
c113de23
GM
1580 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
1581 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
1582 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
1583 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
1584 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
1585 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
1586 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
1587 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
1588 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
1589 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
1590 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 1591 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 1592
ce9ded5d
GM
1593 * startup.el (fancy-splash-text): New variable.
1594 (fancy-splash-delay, fancy-splash-image): New user-options.
1595 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
1596 (fancy-splash-screens): New functions.
1597 (command-line-1): If display has a `display' frame parameter, has
1598 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 1599
b9b1c3a9
DL
16002000-09-19 Dave Love <fx@gnu.org>
1601
1602 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
1603 with null `help'. Use modern backquote syntax.
1604
1af25534
GM
16052000-09-19 Gerd Moellmann <gerd@gnu.org>
1606
afd3c8cd
GM
1607 * font-lock.el (font-lock-mode): Change message telling the user
1608 that ``the buffer is too big''.
1609
1af25534
GM
1610 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
1611 for instance for the case that tab-width is 2.
1612
05b1f851
GM
16132000-09-18 Gerd Moellmann <gerd@gnu.org>
1614
1615 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
1616 toolbar-add-item, if image doesn't have a mask add a `:mask
1617 heuristic'.
1618
8ec8f673
MB
16192000-09-18 Miles Bader <miles@lsi.nec.co.jp>
1620
2b612b1f
MB
1621 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
1622 and return a cons if it's non-nil.
1623 (diff-apply-hunk): Try to jump to the line in the source text
1624 corresponding to the position of point in the in the hunk.
1625
9b4a7800 1626 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
1627 (Info-title-1-face): Use face inheritance and relative sizes
1628 instead of hard-wiring things.
1629
1630 * faces.el (secondary-selection): Make dark-background variant sane.
1631
5eedab4d
AI
16322000-09-16 Andrew Innes <andrewi@gnu.org>
1633
5eedab4d
AI
1634 * makefile.w32-in (compile-files-CMD): No need to make .elc files
1635 read-only, since they aren't under VC now.
1636
6a142f26
DL
16372000-09-17 Dave Love <fx@gnu.org>
1638
e07436e1
DL
1639 * tmm.el: Replace mapcar with mapc in several places.
1640
1641 * loadhist.el (unload-feature): Maybe call elp-restore-list and
1642 ad-unadvise.
1643
7d354dd5
DL
1644 * international/latin1-disp.el: New file.
1645
6a142f26
DL
1646 * calendar/cal-move.el (scroll-calendar-left)
1647 (scroll-calendar-right): Make arg optional (for active mode line).
1648
1649 * calendar/calendar.el (calendar-mode-line-format): Make fields
1650 mouse-sensitive.
1651 (calendar-read-date, calendar-read-date, calendar-window-list):
1652 Unquote lambda.
1653 (calendar-month-name): Use aref, not sref.
1654
1655 * view.el (minor-mode-alist): Propertize the string.
1656
1657 * international/characters.el (standard-case-table): Add entries
1658 for Greek.
1659
50ac70af
MB
16602000-09-18 Miles Bader <miles@gnu.org>
1661
53c9ab4f
MB
1662 * info.el (info-node, info-xref): Add dark-background variants.
1663
a114b1ca
MB
1664 * faces.el (header-line): Change defaults to be less confusing
1665 when mixed with mode-lines.
1666
50ac70af
MB
1667 * info.el (Info-fontify-node): Make a few cleanups.
1668 Add extra `help-echo' and `local-map' props to node xrefs.
1669 Use header-specific faces for node-names & xrefs.
1670 (Info-use-header-line): New variable.
53c9ab4f 1671 (info-header-xref, info-header-node): New faces.
50ac70af
MB
1672 (Info-setup-header-line): New function.
1673 (Info-select-node): Call Info-setup-header-line when enabled.
1674 (Info-extract-pointer): Work even if the header line is hidden.
1675 (Info-header-line): New variable.
1676
729927ff
SM
16772000-09-16 Stefan Monnier <monnier@cs.yale.edu>
1678
1679 * vms-patch.el (print-region-function): Don't quote lambda.
1680
1681 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
1682
1683 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
1684 (lm-get-header-re): Allow spaces between the header and the colon.
1685 (lm-header): Allow $ in non-RCS headers.
1686 (lm-header-multiline): Put the strings back into order.
1687 Stop at an empty line. Don't require two space chars if the
1688 line is clearly not another header line.
1689
1690 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
1691 (popup-menu-popup): Remove.
1692
7a98d821
GM
16932000-09-15 Gerd Moellmann <gerd@gnu.org>
1694
7f8f1edc
GM
1695 * toolbar/toolbar.el (toolbar-add-item): Use the same image
1696 specification if or if not tool-bar item contains an `:enabled'
1697 property.
1698
7a98d821
GM
1699 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
1700 current buffer has no file name.
1701
a7bc704b
DL
17022000-09-15 Dave Love <fx@gnu.org>
1703
1704 * strokes.el: Sync with maintainer's current version with changes
1705 for Emacs, but avoid runtime cl and levents.
1706 (toplevel): Change autoloads and compilation requires.
1707 (strokes-version, strokes-bug-address, strokes-lift): Values
1708 changed.
1709 (strokes-xpm-header, strokes-insinuated): New variable.
1710 (strokes): Add :link.
1711 (strokes-mode): Customized.
1712 (strokes-while-inhibiting-garbage-collector): New macro.
1713 (strokes-remassoc): Avoid remove-if.
1714 (strokes-fix-button2-command): Don't use ad-do-it.
1715 (strokes-insinuate): New function.
1716 (strokes-button-press-event-p, strokes-button-release-event-p):
1717 New functions, used instead of non-`strokes-' versions..
1718 (strokes-mouse-event-p): Rewritten.
1719 (strokes-event-closest-point): Avoid event-point.
1720 (strokes-get-grid-position): Avoid cdadr, caadr
1721 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
1722 functions.
1723 (strokes-help): Use with-output-to-temp-buffer.
1724 (strokes-window-configuration-changed-p): New function.
1725 (strokes-update-window-configuration): Use buffer-live-p,
1726 strokes-window-configuration-changed-p.
1727 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
1728 (strokes-char-face): New face.
1729 (strokes-char-table, strokes-base64-chars): New variable.
1730 (strokes-xpm-for-stroke, strokes-list-strokes)
1731 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
1732 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
1733 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
1734 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
1735 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
1736 functions.
1737
47e351a3
GM
17382000-09-15 Gerd Moellmann <gerd@gnu.org>
1739
ebb8f116
GM
1740 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
1741
47e351a3
GM
1742 * image.el (create-image): Doc fix.
1743
1744 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
1745 instead of `:heuristic-mask t'.
1746
fe83b953
AI
17472000-09-14 Andrew Innes <andrewi@gnu.org>
1748
1749 * makefile.w32-in: Revert to Unix line endings.
1750
52481729
AI
17512000-09-14 Andrew Innes <andrewi@gnu.org>
1752
3021e816
AI
1753 * makefile.w32-in: Add bootstrap support. Also copy lisp source
1754 when installing.
1755
52481729
AI
1756 * makefile.nt (DONTCOMPILE): Fix typo.
1757
1758 * shell.el (shell-write-history-on-exit): New function.
1759 (shell-dumb-shell-regexp): New custom variable.
1760 (shell-mode): Make shell-write-history-on-exit the process
1761 sentinel if shell name matches shell-dumb-shell-regexp.
1762
1763 * w32-fns.el: Comment out before-init-hook function which resets
1764 source-directory based; this breaks bootstrap.
1765
f8034e41
DL
17662000-09-14 Dave Love <fx@gnu.org>
1767
1768 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
1769 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
1770 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
1771 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
1772 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
1773 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
1774 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
1775 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
1776 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
1777
1778 * toolbar/toolbar.el: New.
1779
1780 * subdirs.el: Add toolbar.
1781
b9ce5694
GM
17822000-09-14 Gerd Moellmann <gerd@gnu.org>
1783
1784 * indent.el (indent-for-tab-command): Doc fix.
1785
986b7dee
GM
17862000-09-14 Alex Schroeder <alex@gnu.org>
1787
1788 * ansi-color.el (ansi-colors): Doc change.
1789 (ansi-color-get-face): Simplified regexp.
1790 (ansi-color-faces-vector): Added more faces, doc change.
1791 (ansi-color-names-vector): Doc change.
1792 (ansi-color-regexp): Simplified regexp.
1793 (ansi-color-parameter-regexp): New regexp.
1794 (ansi-color-filter-apply): Doc change.
1795 (ansi-color-filter-region): Doc change.
1796 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
1797 deal with zero length parameters.
1798 (ansi-color-apply-on-region): Doc change.
1799 (ansi-color-map): Doc change.
1800 (ansi-color-map-update): Removed debugging message.
1801 (ansi-color-get-face-1): Added condition-case to trap
1802 args-out-of-range errors.
1803 (ansi-color-get-face): Doc change.
1804 (ansi-color-make-face): Removed.
1805 (ansi-color-for-shell-mode): New option.
9b4a7800 1806
076ff911
KH
18072000-09-13 Kenichi Handa <handa@etl.go.jp>
1808
1809 * international/quail.el (quail-start-translation): Translate KEY
1810 if necessary even if it doesn't have any mapping in the current
1811 input method.
1812 (quail-start-conversion): Likewise.
1813 (quail-help): The output message is improved.
1814
bdf08678
MB
18152000-09-13 Miles Bader <miles@gnu.org>
1816
1817 * comint.el (comint-output-filter): Revert to using
1818 `insert-before-markers'. Add bletcherous hack to undo damage
1819 caused by `insert-before-markers'. Put `front-sticky' property on
1820 overlays created here so that the field code understands how the
1821 overlay works. Use a let when making comint-last-prompt-overlay,
1822 so that the code is easier to read.
1823
ffb8db8d
DL
18242000-09-13 Dave Love <fx@gnu.org>
1825
1826 * wid-edit.el (widget-default-format-handler): DTRT when
1827 doc-property is a function.
1828
5dd05f61
GM
18292000-09-12 Francesco Potorti` <pot@gnu.org>
1830
1831 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
1832 filed name if it's not there.
1833
35177617
DL
18342000-09-12 Dave Love <fx@gnu.org>
1835
9023837e
DL
1836 * simple.el (read-mail-command): Doc fix.
1837 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
1838
35177617
DL
1839 * vc.el (vc-dired-listing-switches): Fix :version.
1840
1841 * vc-hooks.el: Doc fixes.
1842
1843 * subr.el (add-minor-mode): Use toggle-fun arg.
1844
1845 * speedbar.el: Add :version to several defcustoms.
1846
1847 * imenu.el (imenu--truncate-items, imenu--cleanup)
1848 (imenu--generic-function): Avoid mapcar.
1849 (imenu--replace-spaces): Function removed.
1850 (imenu--completion-buffer): Use subst-char-in-string.
1851 (imenu-add-to-menubar): Use keymap inheritance.
1852
1afaae94
MB
18532000-09-12 Miles Bader <miles@gnu.org>
1854
1855 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
1856 (diff-mode-map): Bind `diff-test-hunk'.
1857 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
1858
18592000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
1860
1861 * bytecomp.el (byte-compile-defvar): Undo last change
1862 because it breaks '(make-variable-buffer-local (defvar ...)'
1863 which is used at least in dired.
1864
63c36c3c
KH
18652000-09-12 Kenichi Handa <handa@etl.go.jp>
1866
1867 * international/quail.el (quail-define-package): Docstring
1868 modified.
1869
1ad24be1
KH
18702000-09-12 Kenichi Handa <handa@etl.go.jp>
1871
362a8065
KH
1872 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
1873 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
1874 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
1875 docstring of "chinese-py".
1876
1ad24be1
KH
1877 * international/quail.el (quail-translation-docstring): New
1878 variable.
1879 (quail-show-keyboard-layout): Docstring modified.
1880 (quail-select-current): Likewise.
1881 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
1882 infinite recursive call.
1883 (quail-help): Check quail-translation-docstring. Format of the
1884 output changed.
1885 (quail-help-insert-keymap-description): Adjusted for the above
1886 change.
1887
cc0f95a4
GM
18882000-09-11 Gerd Moellmann <gerd@gnu.org>
1889
1890 * bytecomp.el (byte-compile-defvar): Only cons onto
1891 current-load-list in top-level forms. Else this leaks a cons cell
1892 every time a defun is called.
1893
7530b6da
MB
18942000-09-11 Miles Bader <miles@lsi.nec.co.jp>
1895
1896 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
1897 Now understands non-unified diffs. Some functionality moved into
1898 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
1899 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
1900 modify anything. Only reposition point in the patched file if the
1901 patch succeeds. Only pop up another window if POPUP is true.
1902 Emit a message describing what happened if successful, and at what
1903 line-offset. Automatically detect reversed hunks and do something
1904 appropriate.
1905 (diff-hunk-text, diff-find-text): New functions.
1906 (diff-filter-lines): Function removed.
1907 (diff-test-hunk): New function.
1908 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
1909
6b124390
DL
19102000-09-10 Dave Love <fx@gnu.org>
1911
1912 * textmodes/tildify.el: Minor doc/commentary fixes.
1913 (tildify) <defgroup>: Add :version.
1914
1915 * faces.el (face-x-resources): Make custom type more specific.
1916 (frame-background-mode): Use mapc.
1917 (region) <defcustom>: Add :version.
1918
7f8b6551
SM
19192000-09-08 Stefan Monnier <monnier@cs.yale.edu>
1920
9b4a7800
TTN
1921 * vc-sccs.el (vc-sccs-register):
1922 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
1923 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
1924 * vc.el (vc-register): Clear file's properties.
1925
c454aac1
GM
19262000-09-08 Gerd Moellmann <gerd@gnu.org>
1927
1928 * faces.el (face-spec-set): Only face-spec-reset-face when
1929 ATTRS is non-nil.
1930
bb934822
EZ
19312000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
1932
1933 * help.el (help-insert-xref-button): Fix a typo in doc string.
1934
03419440
EZ
19352000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1936
7f8b6551
SM
1937 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1938 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
1939 methods.
1940
03419440
EZ
1941 * menu-bar.el (read-mail-item-name): New function.
1942 (menu-bar-tools-menu): Use it to compute and display the package
1943 used to read email.
1944 (menu-bar-tools-menu): Fix typo in GUD's help string.
1945
dbcee71a
DL
19462000-09-07 Dave Love <fx@gnu.org>
1947
19e713d8
DL
1948 * diff-mode.el (diff-mouse-goto-source): New function.
1949
a7cafade 1950 * vc-sccs.el: Doc fixes.
7f8b6551 1951 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
1952
1953 * vc-rcs.el: Doc fixes.
7f8b6551
SM
1954 (vc-rcs-register-switches, vc-rcs-checkin-switches)
1955 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
1956 (vc-rcs-master-templates): Add or change :version.
1957
7f8b6551 1958 * vc-cvs.el: Doc fixes.
a7cafade
DL
1959 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
1960 (vc-cvs-stay-local): Add :version.
1961
dbcee71a
DL
1962 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
1963
ed254191
KH
19642000-09-07 Kenichi Handa <handa@etl.go.jp>
1965
1966 * international/quail.el (quail-help): Fix previous change.
1967
ab0ee409
GM
19682000-09-07 Gerd Moellmann <gerd@gnu.org>
1969
f46f845b 1970 * faces.el (color-values): Doc fix.
9b4a7800 1971
ab0ee409
GM
1972 * faces.el (frame-set-background-mode): Use frame-parameter
1973 instead of frame-parameters.
1974
1975 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 1976 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 1977 frame-parameters.
9b4a7800 1978
f7246ac7
KH
19792000-09-07 Kenichi Handa <handa@etl.go.jp>
1980
1981 * language/devan-util.el (devanagari-to-indian-region): In the
1982 loop, change the following char, not preceding char.
1983
96889af2
GM
19842000-09-07 Gerd Moellmann <gerd@gnu.org>
1985
1091dd67
GM
1986 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
1987 instead of frame-parameters.
1988
9b4a7800 1989 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
1990 internal-set-lisp-face-attribute with FRAME being 0.
1991
1992 * vc.el: Remove `Id' version control keyword.
96889af2 1993
0fddd0dc
KH
19942000-09-07 Kenichi Handa <handa@etl.go.jp>
1995
1996 * help.el (help-make-xrefs): Adjusted for the change of
1997 help-xref-mule-regexp.
1998 (help-insert-xref-button): New function.
1999
2000 * international/mule-cmds.el (help-xref-mule-regexp-template):
2001 Include the pattern for character set.
2002 (leim): New group.
2003
2004 * international/quail.el: Don't require face.
2005 (quail): New group.
7f8b6551 2006 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
2007 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
2008 (quail-keyboard-layout-substitution): New variable.
2009 (quail-update-keyboard-layout): New function.
2010 (quail-keyboard-layout-type): New customizable variable.
2011 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
2012 (quail-keyboard-translate): Pay attention to
2013 quail-keyboard-layout-substitution.
2014 (quail-insert-kbd-layout): New function.
2015 (quail-show-keyboard-layout): New function.
2016 (quail-get-translation): If the definition is a vector of length
7f8b6551 2017 1, and the element is a string of length 1, return the character
0fddd0dc
KH
2018 in that string.
2019 (quail-update-current-translations): Fix the case of
2020 relative-index out of range.
2021 (quail-build-decode-map, quail-insert-decode-map): New Functions.
2022 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 2023 Show key sequences for all available characters.
0fddd0dc
KH
2024 (quail-help-insert-keymap-description): Don't show such verbose
2025 key bindings as quail-self-insert-command.
2026
2027 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2028 Format changed, and each element now have extra documentations.
2029 (tit-process-header): Delete invalid characters from TIT-PROMPT.
2030 Adjusted for the change of quail-cxterm-package-ext-info.
2031
8ddceaf1
GM
20322000-09-06 Gerd Moellmann <gerd@gnu.org>
2033
2034 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
2035 requiring it leads to a recursive loading of vc.el and vc-hooks.el
2036 during bootstrap.
2037
099bd78a
SM
20382000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2039
2040 * vc.el: (toplevel): Don't require `dired' at run-time.
2041 (vc-dired-resynch-file): Remove autoload cookie.
2042
20432000-09-05 Andre Spiegel <spiegel@gnu.org>
2044
2045 * vc.el: Made several backend functions optional.
2046 (vc-default-responsible-p): New function.
2047 (vc-merge): Use RET for first version to trigger merge-news, not
2048 prefix arg.
2049 (vc-annotate): Handle backends that do not support annotation.
2050 (vc-default-merge-news): Removed. The existence of a merge-news
2051 implementation is now checked on caller sites.
2052
9b4a7800 2053 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
2054 case.
2055
9b4a7800 2056 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
2057 special case that has been removed from the default in vc-hooks.el.
2058
20592000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2060
2061 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
2062
20632000-09-05 Andre Spiegel <spiegel@gnu.org>
2064
2065 * vc-hooks.el: Require vc during compilation.
2066 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
2067 macro `with-vc-properties' in vc.el.
2068 (vc-file-getprop): Doc fix.
2069 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 2070
099bd78a
SM
2071 * vc.el: Require dired-aux during compilation.
2072 (vc-name-assoc-file): Moved to vc-sccs.el.
2073 (with-vc-properties): New macro.
9b4a7800 2074 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
2075 vc-finish-steal): Use it.
2076 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
2077 to the backend-specific function is now supposed to do the checkout,
2078 too.
2079 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
2080
9b4a7800 2081 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
2082 set file properties; that gets done in the generic code now.
2083
2084 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
2085 Changed parameter list, added code from vc.el that does the
2086 checkout, possibly with a double-take.
2087
2088 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
2089 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
2090 the above under the new name.
2091 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
2092 parameter list, added checkout command.
2093 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
2094 properties; that gets done in the generic code now.
2095
20962000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2097
2098 * vc.el: Docstring fixes (courtesy of checkdoc).
2099
21002000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2101
2102 * vc.el (vc-checkout-writable-buffer-hook)
2103 (vc-checkout-writable-buffer): Remove.
2104 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
2105 (vc-log-mode): Make it into a clean derived major mode.
2106 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
2107 vc-log-mode if log-edit is not available.
2108 (vc-dired-mode-map): Don't set-keymap-parent yet.
2109 (vc-dired-mode): Do set-keymap-parent here.
2110 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
2111
08ba3862
GM
21122000-09-05 Gerd Moellmann <gerd@gnu.org>
2113
2114 * faces.el (set-face-attribute, face-spec-reset-face)
2115 (face-spec-set): Avoid consing by removing calls to `apply'.
2116
2117 * frame.el (frame-parameter): Move to C code.
2118
3b4429b4
DL
21192000-09-05 Dave Love <fx@gnu.org>
2120
2121 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
2122 insert-before-markers-and-inherit. Now checked systematically!
2123
877055f6
GM
21242000-09-05 Alex Schroeder <alex@gnu.org>
2125
2126 * sql.el (sql-postgres): Use sql-postgres-options.
2127 (sql-postgres-options): New variable.
2128
21292000-09-05 Alex Schroeder <alex@gnu.org>
2130
2131 * sql.el (sql-mode-menu): Work around missing variable mark-active
2132 in XEmacs.
2133 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
2134 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
2135 compatibility.
2136
7a004b71
GM
21372000-09-04 Gerd Moellmann <gerd@gnu.org>
2138
54baed30 2139 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 2140
7a004b71
GM
2141 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
2142
2143 * Makefile.in (DONTCOMPILE): Fix typo in file name.
2144
21452000-09-04 Andre Spiegel <spiegel@gnu.org>
2146
2147 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
2148 don't support anything else under SCCS yet.
2149
2150 * vc-hooks.el: Minor doc fixes.
2151
21522000-09-04 Andre Spiegel <spiegel@gnu.org>
2153
2154 * vc.el (vc-next-action-on-file): Do not visit the file if it's
2155 not necessary. If verbose in state `needs-patch', do the same as
2156 under `up-to-date'. When NOT verbose and `needs-patch', check out
2157 latest version instead of `merge-news'.
2158 (vc-next-action-dired): Don't mess with default-directory here; it
2159 breaks other parts of dired. It is the job of the
099bd78a 2160 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
2161 (vc-next-action): Remove a special CVS case.
2162 (vc-clear-headers): New optional arg FILE.
2163 (vc-checkin, vc-checkout): Set properties vc-state and
2164 vc-checkout-time properly.
099bd78a 2165 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
2166 (vc-print-log): Use new backend function `show-log-entry'.
2167 (vc-cancel-version): Do the checks in a different order. Added a
2168 FIXME concerning RCS-only code.
2169
2170 * vc-rcs.el (vc-rcs-show-log-entry): New function.
2171 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
2172
2173 * vc-cvs.el (vc-cvs-show-log-entry): New function.
2174
9b4a7800 2175 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
2176 `needs-patch' as a `-' too.
2177
21782000-09-04 Andre Spiegel <spiegel@gnu.org>
2179
2180 * vc.el (vc-responsible-backend): New optional arg REGISTER.
2181 (vc-default-could-register): New function.
2182 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
2183 (vc-resynch-buffer): Call vc-dired-resynch-file.
2184 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
2185 vc-resynch-buffer instead of vc-resynch-window.
2186 (vc-next-action-dired): Don't redisplay here, that gets done as a
2187 result of the individual file operations.
2188 (vc-retrieve-snapshot): Corrected prompt order.
2189
2190 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 2191
7a004b71
GM
2192 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
2193 as well.
2194 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
2195 hostname regexps. Updated all callers.
2196 (vc-cvs-responsible-p): Handle directories as well.
2197 (vc-cvs-could-register): New function.
2198 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
2199 properties up-to-date.
9b4a7800 2200
7a004b71
GM
2201 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
2202 user whether to create one.
2203
22042000-09-04 Andre Spiegel <spiegel@gnu.org>
2205
2206 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
2207 check out a non-existing file.
2208
2209 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
2210 workfile does not exist.
2211
2212 * vc.el (vc-version-diff): Use `require' to check for existence of
2213 diff-mode.
2214
22152000-09-04 Andre Spiegel <spiegel@gnu.org>
2216
2217 * vc-cvs.el (vc-cvs-registered): Use new function
2218 vc-cvs-parse-entry to do the actual work.
2219
22202000-09-04 Andre Spiegel <spiegel@gnu.org>
2221
2222 * vc-hooks.el (vc-find-backend-function): If function doesn't
2223 exist, return nil instead of error.
2224 (vc-call-backend): Doc fix.
2225
2226 * vc.el (vc-do-command): Doc fix.
2227 (vc-finish-logentry): When checking in from vc-dired, choose the
2228 right backend for logentry check.
2229 (vc-dired-mode-map): Inherit from dired-mode-map.
2230 (vc-dired-mode): Local value of dired-move-to-filename-regexp
2231 simplified.
2232 (vc-dired-state-info): Removed, updated caller.
2233 (vc-default-dired-state-info): Use parentheses instead of hyphens.
2234 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
2235 (vc-dired-listing-switches): New variable.
2236 (vc-directory): Use it, instead of dired-listing-switches.
2237
2238 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
2239 (vc-cvs-dir-state): New function.
7f8b6551 2240 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
2241 (vc-cvs-parse-entry): New function, also to be used in
2242 vc-cvs-registered.
9b4a7800 2243
7a004b71
GM
22442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2245
2246 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
2247 *or* single-window-frames.
2248
22492000-09-04 Andre Spiegel <spiegel@gnu.org>
2250
2251 * vc.el (vc-update-changelog): Split into generic part and default
2252 implementation. Doc string adapted.
2253 (vc-default-update-changelog): New function. Call the `rcs2log'
2254 script in exec-directory, to fix a long-standing nuisance.
2255
2256 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
2257 simply signals an error.
9b4a7800 2258
7a004b71
GM
22592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2260
2261 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
2262 control-flow more clear and to avoid running `cvs' twice.
2263
2264 * vc.el (vc-next-action-on-file): Doc fix.
2265 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
2266 (vc-print-log): Eval `file' before constructing the continuation.
2267
22682000-09-04 Andre Spiegel <spiegel@gnu.org>
2269
2270 * vc.el (vc-next-action-on-file): Corrected several messages.
2271 (vc-merge): Add prefix arg `merge-news'; handle it.
2272
2273 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
2274 is not reached. It is.
2275 (vc-cvs-merge): Set state to 'edited after merge.
2276 (vc-cvs-merge-news): Set workfile version to nil if not known.
2277 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
2278
2279 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
2280 via stdout. (Merge from main line.)
9b4a7800 2281
7a004b71
GM
22822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2283
2284 * vc.el (vc-finish-logentry): Thinko in the "same comment"
2285 detection.
2286
22872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2288
2289 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
2290 against kill-all-local-variables.
2291 (vc-log-edit): Don't save vc-parent-buffer any more.
2292 (vc-last-comment-match): Initialize to an empty string.
2293 (vc-post-command-functions): New hook.
2294 (vc-do-command): Run it.
2295 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
2296 (vc-finish-logentry): Only add the comment to the ring if it's
2297 different from the last comment entered.
2298 (vc-new-comment-index): New function.
2299 (vc-previous-comment): Use it. Make the minibuffer message
2300 slightly less terse.
2301 (vc-comment-search-reverse): Make it work forward as well. Don't
2302 set vc-comment-ring-index if no match is found. Use
2303 vc-new-comment-index.
2304 (vc-comment-search-forward): Use vc-comment-search-reverse.
2305 (vc-dired-mode-map): Don't inherit from dired-mode-map since
2306 define-derived-mode will do it for us. Bind `v' to a keymap that
2307 inherits from vc-prefix-map so that we can bind `vt' without
2308 binding C-x v t.
2309 (vc-retrieve-snapshot): Parenthesis typo.
2310
2311 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
2312 to 1. Make sure to switch to *vc* before looking for an error
2313 message. Use vc-parse-buffer.
2314
23152000-09-04 Andre Spiegel <spiegel@gnu.org>
2316
2317 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
2318 and NAME.
2319 (vc-retrieve-snapshot): Split into two parts.
2320 (vc-default-retrieve-snapshot): New function.
2321
2322 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
2323 (vc-cvs-retrieve-snapshot): New function (untested).
2324 (vc-cvs-stay-local): Default to t.
2325 (vc-cvs-remote-p): New function and property.
2326 (vc-cvs-state): Stay local only if the above is t.
2327 (vc-handle-cvs): Removed.
2328 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
2329 done via vc-handled-backends now.
2330 (vc-cvs-header): Escape Id.
2331
23322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2333
2334 * vc.el (vc-do-command): Remove unused commands.
2335 (vc-version-diff): Make sure default-directory ends with a slash.
2336 Move the window commands into a vc-exec-after.
2337 (vc-print-log): Move more of the code into the `vc-exec-after'.
2338
23392000-09-04 Andre Spiegel <spiegel@gnu.org>
2340
2341 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
2342 (vc-print-log): Search current revision from beginning of buffer.
2343 (vc-revert-buffer): Clear echo area after the diff is finished.
2344 (vc-prefix-map): Removed definition of "t" for terse display in vc
2345 dired.
2346 (vc-dired-mode-map): Inherit from dired-mode-map. Added
2347 definition of "vt" for terse display.
2348 (vc-dired-mode): Fix dired-move-to-filename-regexp.
2349
23502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2351
2352 * vc.el (vc-exec-after): Avoid caddr.
2353
23542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2355
2356 * vc.el (vc-exec-after): New function.
2357 (vc-do-command): Use it to add a termination message for async
2358 procs.
2359 (vc-checkout): Try to handle a missing-backend situation.
2360 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
2361 of a directory with a backend using async diffs.
2362 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
2363 present.
2364
2365 * vc-sccs.el (vc-sccs-state-heuristic): Use
2366 file-ownership-preserved-p.
2367
2368 * vc-rcs.el (vc-rcs-state-heuristic): Use
2369 file-ownership-preserved-p.
2370 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
2371
23722000-09-04 Andre Spiegel <spiegel@gnu.org>
2373
2374 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
2375 vc-do-command.
2376
2377 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
2378 when there are no changes.
2379
23802000-09-04 Andre Spiegel <spiegel@gnu.org>
2381
2382 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
2383
2384 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
2385
23862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2387
2388 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
2389
2390 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
2391 the `fset' outside of the defvar so that it works even if
2392 vc-prefix-map was already defined.
2393 (vc-setup-buffer): New function, split out of vc-do-command.
2394 (vc-do-command): Allow BUFFER to be t to mean `just use the
2395 current buffer without any fuss'.
2396 (vc-version-diff): Change the `diff' backend operation to just put
2397 the diff in the current buffer without erasing it. Always use
2398 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
2399 shrink-window-if-larger-than-buffer.
2400 (vc-print-log): Change the `print-log' backend operation to just
2401 put the log in the current buffer without erasing it. Protect
2402 shrink-window-if-larger-than-buffer.
2403 (vc-update-change-log): Fix setd typo.
2404
2405 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
2406 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
2407
2408 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
2409 (vc-rcs-diff): Insert in the current buffer and remove unused arg
2410 CMP.
2411
2412 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
2413 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
2414 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
2415
24162000-09-04 Andre Spiegel <spiegel@gnu.org>
2417
2418 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
2419 not possible, use vc-BACKEND-workfile-unchanged-p.
2420 (vc-default-workfile-unchanged-p): New function. Delegates to a
2421 full vc-BACKEND-diff.
2422
2423 * vc-hooks.el (vc-simple-command): Removed.
2424
2425 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
2426 instead of vc-simple-command.
2427 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
2428 avoid doing a diff when opening a file.
2429 (vc-rcs-state): Added check for unlocked-changes.
2430 (vc-rcs-header): Escape Id.
2431 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
2432 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
2433 version.
2434
2435 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
2436 (vc-sccs-diff): Remove optional arg CMP.
2437 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
2438 SCCS-specific function.
2439
2440 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
2441 vc-simple-command.
2442
24432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2444
2445 * vc.el (vc-editable-p): Renamed from vc-writable-p.
2446 (with-vc-file, vc-merge): Use vc-editable-p.
2447 (vc-do-command): Remove unused var vc-file and fix the
2448 doubly-defined `status' var. Add a user message when starting an
2449 async command.
2450 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
2451 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
2452 Use with-current-buffer.
2453 (vc-buffer-sync): Use unless.
2454 (vc-next-action-on-file): If the file is 'edited by read-only,
2455 make it read-write instead of trying to commit.
2456 (vc-version-diff, vc-update-change-log): Use `setq
2457 default-directory' rather than `cd'.
2458 (vc-log-edit): Don't forget to set default-directory in the
2459 buffer.
2460
2461 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
2462 (vc-sccs-state-heuristic): Use file-writable-p instead of
2463 comparing userids.
2464 (vc-sccs-checkout): Use `unless'.
2465
2466 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
2467 of comparing userids.
2468 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
2469 Simplify the logic by eliminating unreachable code.
2470 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
2471 just do a recursive call if we need to retry.
2472 (vc-rcs-checkout): Handle the case where rcs is missing by making
2473 the buffer read-write if requested and re-signalling the error.
2474
2475 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
2476
24772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2478
2479 * vc-hooks.el (vc-handled-backends): Docstring change.
2480 (vc-ignore-vc-files): Mark obsolete.
2481 (vc-registered): Check vc-ignore-vc-files.
2482 (vc-find-file-hook, vc-file-not-found-hook): Don't check
2483 vc-ignore-vc-files.
2484
2485 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
2486
24872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2488
2489 * vc.el (vc-checkout): Don't do anything special for ange-ftp
2490 files since ange-ftp already has vc-registered return nil.
2491
2492 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
2493 (vc-sccs-workfile-version): Use with-temp-buffer and new
2494 vc-parse-buffer and don't bother setting the property.
2495 (vc-sccs-add-triple): Use with-current-buffer and
2496 find-file-noselect.
2497 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
2498
2499 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
2500 derives from the old vc-parse-buffer but uses the revision number
2501 rather than the date (much easier to compare robustly).
2502 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
2503 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
2504 locking-user more directly. Check strict locking and set
2505 checkout-model appropriately.
2506 (vc-rcs-parse-locks): Remove.
2507 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
2508 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
2509 (vc-rcs-system-release): Use with-current-buffer and
2510 vc-parse-buffer.
2511 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
2512
2513 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
2514 (vc-simple-command): Docstring fix.
2515 (vc-registered): Align the way the file-handler is called with the
2516 way the function itself works.
2517 (vc-file-owner): Remove.
2518
2519 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
2520 extraction of fields and call to file-attributes because of a
2521 temporary bug in rcp.el.
2522 (vc-cvs-fetch-status): Use with-current-buffer.
2523
25242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2525
2526 * vc.el (vc-do-command): Use file-relative-name.
2527 (vc-responsible-backend): Use vc-backend if possible.
2528 (vc-create-snapshot): Improve the `interactive' spec. Add support
2529 for branches and dispatch to backend-specific `create-snapshot'.
2530 (vc-default-create-snapshot): New function, containing the bulk of
2531 the old vc-create-snapshot.
2532 (vc-retrieve-snapshot): Improve the interactive spec.
2533
2534 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
2535 (vc-backend-hook-functions): Remove.
2536 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
2537 (vc-backend): Reintroduce the test for `file = nil' now that I
2538 know why it was there (and added a comment to better remember).
2539
2540 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
2541 code from vc-sccs-hooks.el.
2542 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
2543 'vc anymore.
2544 (vc-sccs-responsible-p): Use expand-file-name instead of concat
2545 and file-directory-p instead of file-exists-p.
2546 (vc-sccs-check-headers): Simplify the regexp.
2547
2548 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
2549 from vc-rcs-hooks.el. Don't require 'vc anymore.
2550 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
2551 file-directory-p instead of file-exists-p.
2552
2553 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
2554 from vc-cvs-hooks.el.
2555 (proto vc-cvs-registered): Require 'vc-cvs instead of
2556 'vc-cvs-hooks. Don't require 'vc anymore.
2557 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
2558 file-directory-p instead of file-exists-p.
2559 (vc-cvs-create-snapshot): New function, replacing
2560 vc-cvs-assign-name.
2561 (vc-cvs-assign-name): Remove.
2562
25632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2564
2565 * vc-cvs.el (vc-cvs-header): New var.
2566
2567 * vc-rcs.el (vc-rcs-exists): Remove.
2568 (vc-rcs-header): New var.
2569
2570 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
2571 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
2572 (vc-sccs-header): New var.
2573
2574 * vc.el (vc-do-command): Get rid of the `last' argument.
2575 (vc-header-alist): Remove, replaced by vc-X-header.
2576 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
2577 (vc-dired-hook): Use expand-file-name instead of concat.
2578 (vc-directory): Use file-name-as-directory.
2579 (vc-snapshot-precondition, vc-create-snapshot)
2580 (vc-retrieve-snapshot): Allow the command to operate on any
2581 directory.
2582
2583 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
2584 just removing the 'WORKFILE argument or by removing the 'MASTER
2585 argument and replacing `file' with (vc-name file).
2586
25872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2588
2589 * vc.el: Update Copyright and add a crude list of backend funs.
2590 (vc-writable-p): New function.
2591 (with-vc-file): Use vc-writable-p.
7f8b6551 2592 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
2593 (vc-register): Avoid vc-name.
2594 (vc-locking-user): Remove.
2595 (vc-steal-lock): Make the `owner' arg non-optional.
2596 (vc-merge): Use vc-writable-p instead of vc-locking-user and
2597 vc-checkout-model.
2598 (vc-default-dired-state-info): Use vc-state instead of
2599 vc-locking-user and return special strings for special states.
2600 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
2601 and get rid of one of the special CVS cases.
2602 (vc-cancel-version): prettify error message with \\[...].
2603 (vc-rename-master): New function.
2604 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
2605 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
2606 the CVS special case generic.
2607 (vc-default-record-rename): Remove.
2608 (vc-file-tree-walk-internal): Only call FUNC for files that are
2609 under control of some VC backend and replace `concat' with
2610 expand-file-name.
2611 (vc-file-tree-walk): Update docstring.
2612 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
2613 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
2614
2615 * vc-sccs.el (vc-sccs-rename-file): Renamed from
2616 vc-sccs-record-rename. Use `find-file-noselect' rather than
2617 `find-file' and call `vc-rename-master' to do the actual move.
2618 (vc-sccs-diff): Remove unused `backend' variable.
2619
2620 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
2621 to delay loading of vc-sccs until it is really used.
2622 (vc-sccs-master-templates): Preload.
2623 (vc-sccs-state): Update call to vc-sccs-parse-locks.
2624 (vc-sccs-project-dir): Remove (merged into
2625 vc-sccs-search-project-dir).
2626 (vc-sccs-search-project-dir): Rewrite using file name handling ops
2627 rather than `concat', make sure it is preloaded and don't bother
2628 to check that the file actually exists.
2629 (vc-sccs-parse-locks): Remove unused `file' argument, remove
2630 `locks' argument (use buffer's content instead) and eliminate n^2
2631 behavior.
2632
2633 * vc-rcs.el: Update Copyright.
2634 (vc-rcs-rename-file): New function.
2635 (vc-rcs-diff): Remove unused `backend' variable.
2636
2637 * vc-hooks.el: Update Copyright.
2638 (vc-backend): Don't accept a nil argument any more.
2639 (vc-up-to-date-p): Turn into a defsubst.
2640 (vc-possible-master): New function.
2641 (vc-check-master-templates): Use `vc-possible-master' and allow
2642 funs in vc-X-master-templates to return a non-existent file.
2643
2644 * vc-cvs.el: Update Copyright.
2645 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 2646 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
2647
2648 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
2649
26502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2651
2652 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
2653 since it can be called from vc-rcs.el.
2654 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
2655
26562000-09-04 Andre Spiegel <spiegel@gnu.org>
2657
2658 * vc.el (vc-version-diff): Expand file name read from the
2659 minibuffer. Handle the case when a previous version number can't
2660 be guessed. Give suitable messages when there were no differences
2661 found.
2662 (vc-clear-headers): Call backend-specific implementation, if one
2663 exists.
2664 (vc-cancel-version): Made error checks generic. When done, clear
2665 headers generically, too.
2666
2667 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
2668 from vc-clear-headers in vc.el.
2669
2670 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
2671 correctly.
2672 (vc-rcs-latest-on-branch-p): Made second argument VERSION
2673 optional. Handle the case when it's not there.
2674
26752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2676
2677 * vc.el (vc-locking-user): Moved from vc-hooks.el.
2678
26792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2680
2681 * vc-hooks.el (vc-loadup): Remove.
2682 (vc-find-backend-function): Use `require'. Also, handle the case
2683 where vc-BACKEND-hooks.el doesn't exist.
2684 (vc-call-backend): Cleanup.
2685
26862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2687
2688 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
2689 vc-rcs-grab-templates)
2690 (vc-rcs-registered): Remove. The default function works as well.
2691 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
2692 vc-sccs-grab-templates)
2693 (vc-sccs-registered): Remove. The default function works as well.
2694
2695 * vc.el (vc-version-diff): Left out a vc- in call to
2696 vc-call-backend.
2697 (vc-default-dired-state-info, vc-default-record-rename)
2698 (vc-default-merge-news): Update for the new backend argument.
2699
2700 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
2701 using the default function.
2702 (vc-call-backend): If calling the default function, pass it the
2703 backend as first argument. Update the docstring accordingly.
2704 (vc-default-state-heuristic, vc-default-mode-line-string): Update
2705 for the new backend argument.
2706 (vc-make-backend-sym): Renamed from vc-make-backend-function.
2707 (vc-find-backend-function): Use the new name.
2708 (vc-default-registered): New function.
2709
27102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2711
2712 * vc.el (vc-merge): Use vc-find-backend-function.
2713
2714 * vc-hooks.el (vc-backend-functions): Remove.
2715 (vc-loadup): Don't setup 'vc-functions.
2716 (vc-find-backend-function): New function.
2717 (vc-call-backend): Use above fun and populate 'vc-functions
2718 lazily.
2719 (vc-backend-defines): Remove.
2720
27212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2722
2723 * vc.el (vc-register): Put a FIXME note for a newly found bug.
2724 Call vc-call-backend without the leading vc-.
2725 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
2726 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 2727 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
2728 (vc-annotate-display): Replace confusing use of `cond' with `or'.
2729 Call vc-call-backend without the leading vc-.
2730
2731 * vc-cvs.el (tail): Provide vc-cvs.
2732 * vc-sccs.el (tail): Provide vc-sccs.
2733 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
2734
2735 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
2736 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 2737 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
2738 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
2739 (vc-call-backend): Always try to load vc-X-hooks.
2740 (vc-registered): Remove vc- in call to vc-call-backend.
2741
27422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2743
2744 * vc.el (vc-process-filter): New function.
2745 (vc-do-command): Setup `vc-process-filter' for the async process.
2746 (vc-maybe-resolve-conflicts): New function to reduce
2747 code-duplication. Additionally, it puts the buffer in
2748 `smerge-mode' if applicable.
2749 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
2750 calling `merge-news'.
7f8b6551 2751 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
2752 (vc-log-edit): New function. Replacement for `vc-log-mode' by
2753 interfacing to log-edit.el.
2754 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
2755 log-edit is available.
2756 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
2757
27582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2759
2760 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
2761 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
2762 defvar and the initialization.
2763 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
2764
2765 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
2766 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
2767
7f8b6551 2768 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
2769
27702000-09-04 Andre Spiegel <spiegel@gnu.org>
2771
2772 * vc.el (vc-file-clear-masterprops): Removed.
2773 (vc-checkin, vc-revert-buffer): Removed calls to the above.
2774 (vc-version-diff): Use buffer-size without argument.
2775 (vc-register): Heed vc-initial-comment.
2776
2777 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
2778 default branch.
2779
2780 * vc-rcs.el (vc-rcs-register): Parse command output to find master
2781 file name and workfile version.
2782 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
2783
2784 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
2785 vc-file-clear-masterprops.
2786
2787 * vc-sccs.el (vc-sccs-checkout): Removed call to
2788 vc-file-clear-masterprops. If writable, set vc-state to 'edited
2789 rather than user login name.
2790
2791
27922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2793
2794 * vc.el (vc-workfile-unchanged-p): Remove unused argument
2795 `want-differences-if-changed' and simplify.
2796 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
2797 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
2798 output (which is invalid for async vc-diff) to decide whether to
2799 do the revert silently or not.
2800
28012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2802
2803 * vc-hooks.el (vc-loadup): Load files quietly.
2804 (vc-call-backend): Oops, brain fart.
2805
28062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2807
2808 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 2809 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
2810
28112000-09-04 Andre Spiegel <spiegel@gnu.org>
2812
2813 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
2814 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
2815 vc-state or vc-up-to-date-p.
2816 (vc-merge): Use vc-backend-defines to check whether merging is
2817 possible. Set state to 'edited after successful merge.
2818
2819 * vc-hooks.el (vc-locking-user): If locked by the calling user,
2820 return that name. Redocumented.
2821
28222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2823
2824 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
2825 new `vc-state' semantics.
2826 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
2827 'vc-locking-user to the current user.
2828 (vc-merge): Inline vc-backend-merge. Comment out code that I
2829 don't understand and hence can't adapt to the new `vc-state' and
2830 `vc-locking-user' semantics.
2831 (vc-backend-merge): Remove.
2832
2833 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
2834 rather than 'vc-locking-user.
2835
2836 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
2837
2838 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
2839 (vc-state): Don't use 'reserved any more. Just use the same
2840 convention as the one used for vc-<backend>-state where the
2841 locking user (as a string) is returned.
2842 (vc-locking-user): Update, based on the above convention. The
2843 'vc-locking-user property has disappeared.
7f8b6551 2844 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
2845
2846 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
2847 with a heuristic one.
2848 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
2849 (vc-cvs-checkin): Do a trivial parse to set the state in case of
2850 error. That allows us to get to 'needs-merge even in the
2851 stay-local case. There's still no way to detect 'needs-patch in
2852 such a setup (or to force an update for that matter).
2853 (vc-cvs-logentry-check): Remove, the default works as well.
2854
28552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2856
7f8b6551 2857 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
2858
2859 * vc.el (vc-do-command): kill-all-local-variables, to reset any
2860 major-mode in which the buffer might have been put earlier. Use
2861 `remove' and `when'. Allow `okstatus' to be `async' and use
2862 `start-process' in this case.
2863 (vc-version-diff): Handle the case where the diff looks empty
2864 because of the use of an async process.
2865
28662000-09-04 Andre Spiegel <spiegel@gnu.org>
2867
2868 * vc.el (vc-next-action-on-file): Removed optional parameter
2869 `simple'. Recompute state unconditionally.
2870 (vc-default-toggle-read-only): Removed.
2871
2872 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
2873 (vc-toggle-read-only): Undid prev change.
2874
2875 * vc-cvs.el (vc-cvs-stay-local): Renamed from
2876 vc-cvs-simple-toggle. Redocumented.
2877 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
2878 (vc-cvs-toggle-read-only): Removed.
2879
28802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2881
7f8b6551 2882 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
2883 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
2884 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
2885 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
2886 still is. So maybe it should be removed.
2887 (vc-head-version, vc-find-binary): Remove.
2888 (vc-recompute-state): Move from vc-hooks.el.
2889 (vc-next-action-on-file): Add a `simple' argument to allow
2890 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
2891 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
2892 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
2893 (vc-dired-mode-map): Properly defvar it.
2894 (vc-print-log): Call log-view-mode if available.
2895 (small-temporary-file-directory): defvar instead of use boundp.
2896 (vc-merge-news): Moved to vc-cvs.el.
2897 (vc-default-merge-news): New function.
2898
2899 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
2900 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
2901 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
2902 unknown `vc-latest-version' function. It should probably refer to
2903 vc-workfile-version or somesuch, but it's very unclear to me and I
2904 don't have SCCS to test things.
2905
2906 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
2907 (vc-sccs-state-heuristic): Fix typo.
2908 (vc-sccs-workfile-unchanged-p): Add missing argument.
2909
2910 * vc-rcs.el: Require vc and vc-rcs-hooks.
2911 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
2912 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
2913 (vc-release-greater-or-equal-p): Move from vc.
2914 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
2915 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
2916 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 2917 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
2918
2919 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
2920 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
2921 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
2922 than the apparently unbound `workfile-version'.
2923
2924 * vc-hooks.el (vc-master-templates): Def the obsolete var.
2925 (vc-file-prop-obarray): Use `make-vector'.
2926 (vc-backend-functions): Add new hookable functions
2927 vc-toggle-read-only, vc-record-rename and vc-merge-news.
2928 (vc-loadup): If neither backend nor default functions exist, use
2929 the backend function rather than nil.
2930 (vc-call-backend): If the function if not bound yet, try to load
2931 the non-hook file to see if it provides it.
2932 (vc-call): New macro plus use it wherever possible.
2933 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
2934 nor `vc-find-binary' since it's only called from
7f8b6551 2935 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
2936 (vc-checkout-model): Fix parenthesis.
2937 (vc-recompute-state, vc-prefix-map): Move to vc.el.
2938
7f8b6551 2939 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
2940 (vc-cvs-release, vc-cvs-system-release): Remove.
2941 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
2942 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
2943 status symbols.
2944 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
2945 (vc-cvs-toggle-read-only): First cut at a function to allow a
2946 cvs-status-free vc-toggle-read-only.
2947 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
2948 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
2949 vc-cvs-status. Also set vc-state rather than vc-locking-user.
2950 (vc-cvs-checkout): Modify access rights directly if the user
2951 requested not to use `cvs edit'. And refresh the mode line.
2952
2953 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
2954 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
2955
29562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2957
2958 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
2959 workfile' that got lost when the code was extracted from vc.el.
2960 And merged the tail with the rest of the code (not possible in the
2961 old vc.el where the tail was shared among all backends). And
2962 explicitly set the state to 'edited if `writable' is set.
2963
2964 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
2965 (vc-cvs-state): Be careful to return the value from
2966 vc-cvs-parse-state.
2967 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
2968 property but return it instead. Also be careful to handle a nil
2969 or "" `rev' when workfile is non-nil (it was handled properly when
2970 workfile was nil).
2971
2972 * vc.el: Removed those pesky unnecessary `(function' quotes.
2973 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
2974 directly in the defvar.
2975 (vc-do-command): Bind inhibit-read-only so as to properly handle
2976 the case where the destination buffer has been made read-only.
2977 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 2978 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
2979 (vc-annotate-mode-variables): Removed (code moved partly to
2980 defvars and partly to vc-annotate-add-menu).
2981 (vc-annotate-mode): Turned into a derived-mode.
2982 (vc-annotate-add-menu): Moved in code in
2983 vc-annotate-mode-variables.
2984 (vc-update-change-log): Use make-temp-file if available.
2985
29862000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
2987
2988 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
2989 `vc-checkout-model' updated to `vc-cvs-update-model'.
2990
29912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2992
2993 * vc.el (vc-next-action-on-file): Added handling of state
2994 `unlocked-changes'.
2995 (vc-checkout-carefully): Is now practically obsolete, unless the
2996 above is too slow to be enabled unconditionally.
2997 (vc-update-change-log): Fixed typo.
2998
2999 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
3000
7f8b6551
SM
3001 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
3002 Now handles state `unlocked-changes'.
3003 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
3004
3005 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
3006
3007 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
3008 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
3009 `unlocked-changes'.
3010 (vc-rcs-workfile-unchanged-p): Renamed from
3011 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
3012 function yet, but supposed to become one soon.
3013
3014 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
3015 `vc-steal-lock'.
3016 (vc-call-backend): Changed error message.
3017 (vc-state): Added description of state `unlocked-changes'.
3018
30192000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3020
3021 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
3022 always return t in CVS-controlled directories.
3023
3024 * vc.el (vc-responsible-backend): New function.
3025 (vc-register): Largely rewritten.
3026 (vc-admin): Removed (implementation moved into vc-register).
3027 (vc-checkin): Redocumented.
3028 (vc-finish-logentry): If no backend defined yet (because we are in
3029 the process of registering), use the responsible backend.
3030
3031 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3032 Updated function lists.
3033 (vc-call-backend): Fixed typo.
3034
7f8b6551
SM
3035 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
3036 New functions.
3037 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
3038 Removed query option. Redocumented.
7a004b71
GM
3039
30402000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3041
3042 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
3043
3044 * vc.el: Updated callers of `vc-checkout-required' to use
3045 `vc-checkout-model'.
3046
30472000-09-04 Martin Lorentzson <martinl@gnu.org>
3048
3049 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
3050 stuff updated to reference this function instead of the old
3051 `vc-backend-release-p'.
3052
30532000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3054
3055 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
3056 vc-checkout-model. Return appropriate values. Updated callers.
3057
30582000-09-04 Martin Lorentzson <martinl@gnu.org>
3059
7f8b6551 3060 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
3061 (vc-backend-revert): Function moved into `vc-revert';
3062 `vc-next-action' must be updated to accomodate this change.
3063 (vc-backend-steal): Function moved into `vc-finish-steal'.
3064 (vc-backend-logentry-check): Function moved into
3065 `vc-finish-logentry'.
3066 (vc-backend-printlog): Function moved into `vc-print-log'.
3067 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
3068 (vc-backend-assign-name): Function moved into
3069 `vc-create-snapshot'.
3070
30712000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3072
3073 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
3074 Rename to vc-checkout-model. Return appropriate values.
3075 Update callers.
7a004b71 3076
7f8b6551 3077 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 3078 to vc-checkout-model.
7f8b6551
SM
3079 (vc-checkout-required): Rename to vc-checkout-model.
3080 Re-implement and re-comment.
7a004b71
GM
3081 (vc-after-save): Use vc-checkout-model.
3082
30832000-09-04 Martin Lorentzson <martinl@gnu.org>
3084
7f8b6551
SM
3085 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
3086 Update to use the vc-BACKEND-diff functions instead.
3087 `vc-diff' is now working.
7a004b71 3088
7f8b6551 3089 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 3090
7f8b6551 3091 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
3092
3093 * vc-sccs.el (vc-sccs-diff): Function changed name from
3094 `vc-backend-diff'. This makes `vc-diff' work.
3095
7f8b6551 3096 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 3097 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 3098 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
3099 signaled during `vc-after-save'.
3100
7f8b6551
SM
3101 * vc.el: Fix typo.
3102 This checkin is made with our new VC code base for the very first time.
3103 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
3104
3105 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
3106 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
3107
3108 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
3109 updated to `vc-uses-locking'.
7f8b6551 3110 (vc-checkout-required): Call to backend function.
7a004b71
GM
3111 `vc-checkout-required' updated to `vc-uses-locking' instead.
3112
3113 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
3114 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
3115
7f8b6551 3116 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 3117 to match the split into various backends.
7f8b6551 3118 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
3119 (vc-retrieve-snapshot): Bug fix.
3120
31212000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3122
3123 * vc-sccs.el (vc-sccs-release): Doc fix.
3124
31252000-09-04 Martin Lorentzson <martinl@gnu.org>
3126
3127 * vc.el (vc-next-action-on-file): Bug found and fixed.
3128 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
3129 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
3130
3131 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
3132 (vc-rcs-checkout): Name space cleaned up. No more revision number
3133 crunching function names that are not prefixed with vc-rcs.
3134 (vc-rcs-checkout-model): Function added. References to
3135 `vc-checkout-model' replaced.
3136
31372000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3138
3139 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
3140 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
3141 still need to be split, and implemented for RCS).
3142
31432000-09-04 Martin Lorentzson <martinl@gnu.org>
3144
3145 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
3146
3147 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
3148 required by the vc.el file.
3149
3150 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
3151 required by the vc.el file.
3152 (vc-rcs-exists): Function added.
3153
3154 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
3155 required by the vc.el file.
3156
3157 * vc.el (vc-admin): Updated to handle selection of appropriate
3158 backend. Current implementation is crufty and need re-thinking.
3159
3160 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
3161
31622000-09-04 Martin Lorentzson <martinl@gnu.org>
3163
3164 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
3165 beginning of annotate buffers correctly.
3166
3167 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
3168 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
3169 functionality updated quite a lot to support multiple backends.
3170 Variables `vc-annotate-mode', `vc-annotate-buffers',
3171 `vc-annotate-backend' added.
3172
3173 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
3174 `vc-annotate-difference' added to supported backend functions.
3175
31762000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3177
3178 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
3179 Use with-temp-file instead of /bin/sh. Merged from mainline
3180
31812000-09-04 Martin Lorentzson <martinl@gnu.org>
3182
3183 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
3184
3185 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
3186
3187 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
3188
31892000-09-04 Martin Lorentzson <martinl@gnu.org>
3190
3191 * vc-hooks.el: vc-state-heuristic added to
3192 vc-backend-hook-functions.
3193
3194 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
3195
3196 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
3197
7f8b6551
SM
3198 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
3199 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
3200 state to `reserved'.
3201
3202 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
3203 `vc-checkout-required'. Rename the `locked' state to `reserved'.
3204
32052000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3206
7f8b6551 3207 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
3208 untouched.
3209
7f8b6551 3210 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 3211
7f8b6551 3212 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
3213 if defined. (Merged from main line, slightly adapted.)
3214
3215 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
3216 millenium problem (merged from mainline).
3217
32182000-09-04 Martin Lorentzson <martinl@gnu.org>
3219
3220 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
3221 part and moved the non-BACKEND stuff to vc.el.
3222
3223 * vc.el: Split the annotate feature into a BACKEND specific part
3224 and moved it from the vc-cvs.el file to this one.
3225
32262000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3227
7f8b6551
SM
3228 * vc-hooks.el: Implement new state model.
3229 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
3230 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 3231 locked by somebody else.
7f8b6551 3232 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
3233 vc-sccs-hooks.el and vc-rcs-hooks.el now.
3234 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 3235 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 3236
7f8b6551
SM
3237 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
3238 Various simplifications and adaptations all over the place.
7a004b71 3239
7f8b6551
SM
3240 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
3241 Simplify and adapt the rest.
7a004b71 3242
7f8b6551 3243 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 3244 interaction with view mode according to recent RCS change.
7f8b6551 3245 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
3246
32472000-09-04 Martin Lorentzson <martinl@gnu.org>
3248
7f8b6551 3249 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
3250
32512000-09-04 Martin Lorentzson <martinl@gnu.org>
3252
3253 * vc.el (vc-backend-release, vc-release-greater-or-equal)
3254 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
3255 (vc-minor-part, vc-previous-version): Functions that operate and
3256 compare revision numbers got proper documentation. Comments added
3257 about their possible removal.
3258
32592000-09-04 Martin Lorentzson <martinl@gnu.org>
3260
3261 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
3262 the vc-backend.el files.
3263
3264 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
3265
3266 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
3267 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
3268 (vc-rcs-previous-version): Functions added.
3269
3270 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
3271
3272 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
3273
32742000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3275
3276 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 3277 Comment out the definition for now. What is the right procedure
7a004b71
GM
3278 to get rid of it?
3279 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
3280 rewritten.
7f8b6551 3281 (vc-default-registered): Remove.
7a004b71
GM
3282 (vc-check-master-templates): New function; does mostly what the
3283 above did before.
3284 (vc-locking-user): Don't rely on the backend to set the property.
3285
3286 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 3287 Rewrite documentation.
7a004b71
GM
3288 (vc-rcs-templates-grabbed): New variable.
3289 (vc-rcs-grab-templates): New function.
7f8b6551 3290 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
3291
3292 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 3293 Rewrite documentation.
7a004b71
GM
3294 (vc-sccs-templates-grabbed): New variable.
3295 (vc-sccs-grab-templates): New function.
7f8b6551
SM
3296 (vc-sccs-registered): Rewrite to use above mechanism.
3297 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
3298 Don't throw the result, simply return it.
7a004b71 3299
7f8b6551
SM
3300 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
3301 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
3302 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 3303
7f8b6551 3304 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
3305 from main line.
3306
33072000-09-04 Martin Lorentzson <martinl@gnu.org>
3308
7f8b6551 3309 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 3310
7f8b6551 3311 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 3312
7f8b6551
SM
3313 * vc-rcs.el (vc-rcs-diff): New function.
3314 (vc-rcs-checkout): Bug (typo) found and fixed.
3315 (vc-rcs-register-switches): New variable.
7a004b71
GM
3316
3317 * vc.el (vc-backend-diff): Function removed and placed in the
3318 backend files.
3319
33202000-09-04 Martin Lorentzson <martinl@gnu.org>
3321
3322 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
3323
3324 * vc.el (vc-backend-checkout): Function removed and replaced in
3325 the vc-backend.el files.
3326
3327 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
3328
3329 * vc.el (vc-backend-admin): Removed and replaced in the
3330 vc-backend.el files.
3331
3332 * vc.el (Martin): Removed all the annotate functionality since it
3333 is CVS backend specific.
3334
33352000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3336
3337 * spec.txt: Added specification of vc-state.
3338
3339 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 3340 Remove handling of vc-latest-version and
7a004b71
GM
3341 vc-your-latest-version. What used to be vc-latest-version, is now
3342 returned as vc-workfile-version.
7f8b6551 3343 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
3344
33452000-09-04 Dave Love <fx@gnu.org>
3346
3347 * vc.el: [Merged from mainline.]
3348 (vc-dired-mode): Make the dired-move-to-filename-regexp
3349 regexp match the date, to avoid treating date as file size.
3350 Add YYYY S option to WESTERN/
3351
33522000-09-04 Dave Love <fx@gnu.org>
3353
3354 * vc.el: Require `compile' when compiling.
3355 (vc-logentry-check-hook): New option.
3356 (vc-steal-lock): Use compose-mail.
3357 (vc-dired-mode-map): Defvar when compiling.
3358 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
3359 vc-sccs.el and renamed. Callers changed.
3360 (vc-backend-checkout, vc-backend-logentry-check)
3361 (vc-backend-merge-news): Doc fix.
3362 (vc-default-logentry-check): New function.
3363 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
3364 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
3365 (vc-backend-merge): Doc fix. Use backend functions.
3366 (vc-check-headers): Use backend functions.
3367
3368 * vc-cvs.el: Require vc when compiling.
3369 (vc-cvs-register-switches): Doc fix.
3370 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
3371 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
3372 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
3373 New functions (code from vc.el).
3374 (vc-annotate-display-default): Fix interactive spec.
3375 (vc-annotate-time-span): Doc fix.
3376
3377 * vc-rcs.el: Require vc when compiling.
3378 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
3379 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
3380 (vc-rcs-checkin): New functions (code from vc.el).
3381 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
3382 Doc fix.
3383 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
3384
3385 * vc-sccs.el: Require vc when compiling.
3386 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
3387 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
3388 (vc-sccs-revert)
3389 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
3390 from vc.el).
3391 (vc-sccs-add-triple, vc-sccs-record-rename)
3392 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
3393 (vc-sccs-admin): Doc fix.
3394
33952000-09-04 Martin Lorentzson <martinl@gnu.org>
3396
3397 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
3398 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
3399 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
3400 from vc.el.
3401
3402 * vc-sccs.el (vc-admin-sccs): Added from vc.el
3403
3404 * vc-cvs.el: Moved the annotate functionality from vc.el.
3405 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
3406
34072000-09-04 Dave Love <fx@gnu.org>
3408
3409 * vc.el (vc-backend-release): Call vc-system-release.
3410
3411 * vc-sccs.el (vc-sccs-system-release):
3412 Renamed from vc-sccs-backend-release.
3413
3414 * vc-rcs.el (vc-rcs-system-release):
3415 Renamed from vc-rcs-backend-release.
3416
3417 * vc-cvs.el (vc-cvs-system-release):
3418 Renamed from vc-cvs-backend-release.
3419
34202000-09-04 Dave Love <fx@gnu.org>
3421
3422 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
3423 backend files.
3424 (vc-backend-release): Dispatch to backend functions.
3425 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
3426 probably needs attention.]
3427
3428 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
3429 (vc-sccs-backend-release): New function.
3430
3431 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
3432 (vc-cvs-backend-release): New function.
3433
3434 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
3435 Doc fix.
3436 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
3437 (vc-default-dired-state-info): New function.
3438 (vc-dired-state-info): Dispatch to backends.
3439 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
3440
3441 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
3442 from vc.el and renamed.
3443
34442000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3445
3446 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
3447 (vc-version-other-window, vc-backend-assign-name): Removed
3448 references to vc-latest-version; sometimes changed into
3449 vc-workfile-version.
3450
3451 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
3452 vc-rcs-master-workfile-version.
3453 (vc-rcs-workfile-version): Use the above. Don't call
3454 vc-latest-version (that was unreachable code, anyway).
3455 (vc-rcs-fetch-master-properties): Doc fix.
3456
3457 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
3458 (vc-backend-hook-functions): Removed them from this list, too.
3459 (vc-fetch-properties): Removed.
3460 (vc-workfile-version): Doc fix.
3461
3462 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
3463 (vc-rcs-workfile-version, vc-rcs-locking-user)
3464 (vc-rcs-uses-locking): Use it.
3465
3466 * vc-hooks.el (vc-consult-rcs-headers):
3467 Moved into vc-rcs-hooks.el, under the name
3468 vc-rcs-consult-headers.
3469
3470 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
3471 headers.
3472 (vc-cvs-find-master): Use this name only; correct different
3473 versions of the name.
3474
3475 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
3476 New functions.
3477 (vc-sccs-locking-user): Use the latter.
3478
3479 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
3480 New functions.
3481
3482 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
3483 Moved into both
3484 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
3485 functions are implementation details of those two backends.
3486
34872000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3488
3489 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
3490 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
3491
3492 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
3493 (vc-sccs-parse-locks): SCCS-specific code moved here from
3494 vc-hooks.
3495
3496 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
3497 code moved here from vc-hooks.
3498
3499 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
3500 into back-end specific parts and removed. Callers not updated
3501 yet; because I guess these callers will disappear into back-end
3502 specific files anyway.
3503
35042000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3505
3506 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
3507 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
3508 `vc-uses-locking'.
3509
3510 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
3511 Store yes/no in the property, and return t/nil. Updated all
3512 callers.
3513
3514 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
3515 vc-sccs-uses-locking. Don't set property.
3516 (vc-sccs-locking-user): Don't set property.
3517
3518 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
3519 vc-cvs-uses-locking. Don't set property here; leave that to
3520 vc-hooks.
3521 (vc-cvs-locking-user): Reflect above change. Streamlined.
3522
3523 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
3524 vc-rcs-uses-locking.
3525 (vc-rcs-locking-user): Reflect above change.
3526
35272000-09-04 Dave Love <fx@gnu.org>
3528
3529 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
3530
3531 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
3532
3533 * vc-hooks.el (vc-checkout-model): Punt to backends.
3534
3535 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
3536
3537 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
3538
3539 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
3540 New functions.
3541
3542 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
3543 New functions.
3544
3545 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
3546 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
3547
3548 * vc-hooks.el (vc-default-locking-user): New function.
3549 (vc-locking-user, vc-workfile-version): Punt to backends.
3550
35512000-09-04 Dave Love <fx@gnu.org>
3552
3553 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
3554 (vc-master-workfile-version): Moved from vc-hooks.
3555
3556 * vc-rcs-hooks.el: Fix duplicate code in last change.
3557
3558 * vc-rcs-hooks.el: Require vc-hooks when compiling.
3559 (vc-rcs-master-templates): Improve :type.
3560 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
3561 vc-master-workfile-version): Moved from vc-hooks.
3562
3563 * vc-sccs-hooks.el: Require vc-hooks when compiling.
3564 (vc-sccs-master-templates): Improve :type.
3565 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
3566
3567 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
3568
3569 * vc-cvs-hooks.el: Require vc-hooks when compiling.
3570 (vc-cvs-master-templates): Improve :type. Use
3571 vc-cvs-find-cvs-master.
3572 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
3573 from vc-hooks.
3574 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
3575
3576 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
3577 Moved to vc-cvs-hooks.
3578
3579 * vc-hooks.el: Add doc strings in various places. Simplify the
3580 minor mode setup.
3581 (vc-handled-backends): New user variable.
3582 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
3583 simplification.
3584
35852000-09-04 Dave Love <fx@gnu.org>
3586
3587 * vc.el: Some doc fixes for autoloaded and interactive functions.
3588 Fix compilation warnings from ediff stuff.
3589 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
3590
3591 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
3592
3593 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
3594
3595 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
3596
35972000-09-04 Dave Love <fx@gnu.org>
3598
3599 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3600 New variable.
3601 (vc-make-backend-function, vc-loadup, vc-call-backend)
3602 (vc-backend-defines): New functions.
3603
3604 * vc-hooks.el: Various doc fixes.
3605 (vc-default-back-end, vc-follow-symlinks): Custom fix.
3606 (vc-match-substring): Function removed. Callers changed to use
3607 match-string.
3608 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
3609 Simplify.
3610
36112000-09-04 Dave Love <fx@gnu.org>
3612
3613 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
3614 type.
3615 (vc-sccs-project-dir, vc-search-sccs-project-dir)
3616 (vc-sccs-registered): Doc fix.
3617
3618 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
3619 (vc-cvs-registered): Doc fix.
3620
3621 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
3622 (vc-rcs-registered): Doc fix.
3623
36242000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3625
3626 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
3627
3628 * vc-hooks.el: vc-registered has been renamed
3629 vc-default-registered. Some functions have been moved to the
3630 backend specific files. they all support the
3631 vc-BACKEND-registered functions.
3632
36332000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3634
3635 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
3636
3637 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
3638
a033ea13
DL
36392000-09-04 Dave Love <fx@gnu.org>
3640
179fc9ef
DL
3641 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
3642 menu-bar-update-hook.
3643
3644 * help.el (help-manyarg-func-alist): Add
3645 find-operation-coding-system.
3646
a033ea13
DL
3647 * wid-edit.el (widget-sexp-validate): Fix garbled code.
3648
3649 * custom.el (custom-set-variables): Print message about errors in
3650 setting.
3651
f8803e97
AI
36522000-09-03 Andrew Innes <andrewi@gnu.org>
3653
3654 * makefile.w32-in: Change to DOS line endings.
3655
59836110
EZ
36562000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3657
3658 * mouse.el (mouse-popup-menubar): Supply the prompt string for
3659 minor-mode keymaps, if they don't have one.
3660
5514ba5c
EZ
36612000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3662
3663 * eshell/esh-module.el (eval-when-compile): Don't lose if
3664 esh-module.el's file name is truncated to DOS 8+3 limits.
3665
79cf8e80
JW
36662000-09-01 John Wiegley <johnw@gnu.org>
3667
3668 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
3669 predicate, which caused entries in the completion list to be
3670 doubled.
3671
36722000-08-30 John Wiegley <johnw@gnu.org>
3673
3674 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
3675 sending to subprocesses. Also, hook pre-command-hook if
3676 `eshell-send-direct-to-subprocesses' is non-nil.
3677 (eshell-send-direct-to-subprocesses): New config variable. If t,
3678 subprocess input is send immediately.
3679 (eshell-toggle-direct-send): New function.
3680 (eshell-self-insert-command): New function.
3681 (eshell-intercept-commands): New function.
3682 (eshell-send-input): If direct subprocess sending is enabled,
3683 don't echo any input to the Eshell buffer. Let the subprocess
3684 handle that. This requires "stty echo" in bash, for example.
3685
36862000-08-28 John Wiegley <johnw@gnu.org>
3687
3688 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
3689 completion function for Eshell's implementation of `unset'.
3690
778911b9
EZ
36912000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3692
3693 * info.el (Info-directory-list): Doc fix.
3694
05d07b49
PB
36952000-08-31 Peter Breton <pbreton@ne.mediaone.net>
3696
9b4a7800 3697 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
3698 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
3699
9941d4c7
KH
37002000-08-31 Kenichi Handa <handa@etl.go.jp>
3701
3702 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
3703 coding systems.
3704
af9ba8ad
AI
37052000-08-30 Andrew Innes <andrewi@gnu.org>
3706
3707 * timer.el (run-with-idle-timer): Undo last change, so that timer
3708 is not activated immediately if Emacs is already idle. Some
3709 existing code relies on this behaviour.
3710
caccd8f2
MB
37112000-08-30 Miles Bader <miles@gnu.org>
3712
3713 * frame.el (set-frame-font): Do completion of font-name for
3714 interactive use.
3715
b64c0a1c
KH
37162000-08-30 Kenichi Handa <handa@etl.go.jp>
3717
3718 * international/quail.el (quail-start-translation): Bind locally
3719 last-command-event, last-command, and this-command.
3720 (quail-start-conversion): Likewise.
75cf0095 3721 (quail-self-insert-command): Fix docstring.
b64c0a1c 3722
fd5f61d3
GM
37232000-08-29 Gerd Moellmann <gerd@gnu.org>
3724
3725 * progmodes/executable.el
3726 (executable-make-buffer-file-executable-if-script-p): Check that
3727 buffer contains at least 2 characters.
3728
5b671d04
EZ
37292000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
3730
3731 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
3732
485d9513
DL
37332000-08-29 Dave Love <fx@gnu.org>
3734
a39fb83d
DL
3735 * diff-mode.el (diff-mode) <defgroup>: Add :version.
3736 (diff-mode-shared-map): Bind mouse-2.
3737 (diff-imenu-generic-expression): New variable.
3738 (diff-mode): Use it.
3739
485d9513
DL
3740 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
3741 (mouse-popup-menubar): Add minor mode menus.
3742 (popup-menu): Check for lookup-key returning number.
3743
ba3478d9
MB
37442000-08-29 Miles Bader <miles@gnu.org>
3745
3746 * comint.el (comint-send-input): Create overlays using the proper
3747 front/read-advance arguments.
9b4a7800 3748
c3d6d211
GM
37492000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3750
3751 * ps-print.el: Even/odd pages printing. Doc fix.
3752 (ps-print-version): New version number (6.0).
3753 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
3754 (ps-background, ps-begin-file, ps-begin-job): Code fix.
3755 (ps-print-duplex-feature): Variable eliminated.
3756 (ps-even-or-odd-pages): New variable.
3757
ba087cd7 3758 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
3759 (ebnf-version): New version (3.3).
3760 (ebnf-user-arrow): Change variable customization to sexp.
3761 (ebnf-user-arrow): Function eliminated.
3762 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 3763
d313265f
KH
37642000-08-29 Kenichi Handa <handa@etl.go.jp>
3765
cba62b78 3766 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
3767 (help-make-xrefs): Handle help-xref-mule-regexp.
3768
3769 * international/mule-cmds.el (help-xref-mule-regexp-template): New
3770 variable.
3771 (describe-input-method): Temporarily activate the specfied input
3772 method to display the information.
3773 (describe-language-environment): Hyperlinks to mule related items.
3774
3775 * international/mule-diag.el (charset-multibyte-form-string): New
3776 function.
3777 (list-character-sets-1): Use charset-multibyte-form-string.
3778 (describe-character-set): New function.
3779 (describe-coding-system): Hyperlinks to safe character sets.
3780
3781 * international/quail.el (quail-help): New arg PACKAGE.
3782 Hyperlinks to mule related items.
3783 (quail-help-insert-keymap-description): Use
3784 substitute-command-keys instead of describe-bindings.
3785 (quail-translation-help): Hyperlinks to mule related items.
3786
b4bd214e
JW
37872000-08-28 John Wiegley <johnw@gnu.org>
3788
ca7aae91
JW
3789 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
3790 have a defsubst call itself. Made `eshell-flatten-list' back into
3791 a function again.
3792
b4bd214e
JW
3793 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
3794 catch, in case re-centering point at bottom messes up the display.
3795 This happens frequently in Emacs 21, due I believe to variable
3796 line heights.
3797
3798 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
3799 to call `find-tag-interactive'.
3800
3801 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
3802 the list of remember directories.
3803
d44e146b
JW
38042000-08-28 John Wiegley <johnw@gnu.org>
3805
3806 * align.el: Test align-region-separate to see if it's a symbol.
3807
546c0888 38082000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
3809
3810 * eshell/esh-util.el (eshell-flatten-list): Made this function
3811 into a defsubst form. It gets used very frequently, although
3812 calls don't occur all that often.
3813
3814 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
3815 examining it.
3816
3817 * eshell/esh-cmd.el (eshell-rewrite-while-command):
3818 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
3819 `eshell-protect'.
3820 (eshell-copy-handles): Created a new macro for duplicating the
3821 current set of open handles. This is needed by the looping
3822 functions.
3823 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
3824 is not incorrectly stomped on.
3825
3826 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
3827 declaration for pcomplete-use-paring.
3828 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
3829 value of eshell-cmpl-use-paring.
3830 * pcomplete.el (pcomplete-use-paring): New config variable, to
3831 indicate whether paring should be used.
3832 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
3833 completion alternatives that have already been used.
3834
3835 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
3836 bound to C-c C-y, which will repeat the previous N arguments
3837 (based on prefix argument).
3838 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
3839
3840 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
3841 if there is no *Help* buffer. This is for XEmacs, which renames
3842 its help buffers uniquely. TODO: Find out what the current buffer
3843 name to delete is.
3844
3845 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
3846 first entry that correlates to a passwd/group number. Later
3847 entries (used for group/user name aliasing to multiple IDs) are
3848 ignored.
3849
9b4a7800
TTN
3850 * eshell/em-xtra.el (eshell/expr):
3851 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
3852 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
3853 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
3854 argument list, before passing it to the system command.
3855
3856 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
3857 `find-tag' for use at final position in Eshell buffers (which
3858 otherwise triggers an error on Emacs 21).
3859 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
3860 buffer, if it is currently bound to `find-tag'.
3861
3862 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
3863 in the list of matched Makefile names.
3864 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
3865 directory, prefer its contents to Makefile.
3866
3867 * eshell/em-dirs.el (eshell/cd): cd commands that look up
3868 directory parts (like "cd old new", or "cd =regexp"), are now case
3869 sensitive on non-Windows/DOS platforms.
3870
3871 * eshell/esh-mode.el (eshell-parse-command-input): When a user
3872 types RET after an open delimiter (like "), display a message
3873 indicating that Eshell is waiting for the closing delimiter.
3874
3875 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
3876 environment variables.
3877
3878 * eshell/em-unix.el (eshell/diff): Added logic to fail more
3879 gracefully if the user enters incorrect arguments.
3880
3881 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
3882 Eshell buffers.
3883
9b4a7800
TTN
3884 * eshell/esh-var.el (eshell-interpolate-variable):
3885 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
3886 * eshell/em-unix.el (eshell-du-sum-directory):
3887 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
3888 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
3889 (not (= ...)).
3890
3891 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
3892 to ensure the `preserve' flag gets propagated when doing recursive
3893 directory copies.
3894
546c0888 38952000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
3896
3897 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
3898 Don't convert \n into \0177 in memory.
3899 (eshell-read-history, eshell-write-history): Convert \n to \0177,
3900 and back again, when reading and writing.
9b4a7800 3901
546c0888 39022000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
3903
3904 * eshell/esh-util.el (eshell-processp): Added to relieve constant
3905 testing of `fboundp' on `processp'.
3906
3907 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
3908 (eshell/jobs): Don't call process-list if it is not bound.
3909 (eshell-gather-process-output): Support systems where async
3910 subprocesses aren't supported.
3911 (eshell-scratch-buffer, eshell-last-sync-output-start): New
3912 variables.
3913
3914 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
3915 eshell-do-eval returns t.
3916 (eshell-do-pipelines-synchronously): New defmacro.
3917 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
3918 when async subprocesses aren't supported.
3919 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
3920 if async subprocesses aren't supported.
3921 (eshell-resume-command): Don't assume STATUS is a string.
3922
3923 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
3924
3925 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
3926 (eshell-close-target, eshell-get-target): Use eshell-processp.
3927 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
3928 fix.
3929 (eshell-get-target, eshell-create-handles): Doc fix.
3930
546c0888 39312000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 3932
546c0888 3933 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
3934 criterion to include commands that output something, as long as it
3935 leaves both the command and the end-of-buffer visible when the
3936 command has exited.
3937 (eshell-review-quick-commands): Adjust the help doc string
3938 accordingly.
3939
2a371c3b
PB
39402000-08-28 Peter Breton <pbreton@ne.mediaone.net>
3941
8348e1f9 3942 * locate.el (locate): Cleaned up locate command's interactive prompting
d313265f 3943 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 3944
9b4a7800 3945 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
3946 (file-cache-assoc-function): New variable
3947 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
3948 Use file-cache-case-fold-search variable
3949 (file-cache-add-file): Use file-cache-assoc-function
3950 (file-cache-delete-file): likewise
3951 (file-cache-directory-name): likewise
3952 (file-cache-debug-read-from-minibuffer): likewise
3953
95931eb1
GM
39542000-08-28 Gerd Moellmann <gerd@gnu.org>
3955
3956 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
3957 (abbrev-table-name): New function.
3958 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
3959 If non-nil list local abbrev, only.
3960
bb17930d
GM
39612000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
3962
546c0888
EZ
3963 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
3964 from Gnus support code, and use special article copy buffer
bb17930d
GM
3965 `(gnus-original-article-buffer)' instead. This allows to get rid
3966 of article-hide-headers usage (which breaks in the latest Gnus
3967 version). Thanks to Detlev Zundel.
3968
41a68aef
KH
39692000-08-28 Kenichi Handa <handa@etl.go.jp>
3970
3971 * international/quail.el (quail-use-package): Hide "... loaded"
3972 message.
3973 (quail-start-translation, quail-start-conversion): Likewise.
3974
3975 * international/kkc.el (kkc-region): Hide "... loaded" message.
3976
28bb2cef
DL
39772000-08-27 Dave Love <fx@gnu.org>
3978
3979 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
3980
11a1118d
MB
39812000-08-27 Miles Bader <miles@gnu.org>
3982
3983 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
3984
0f85d477
KH
39852000-08-27 Kenichi Handa <handa@etl.go.jp>
3986
3987 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
3988 'ja-dic-cnv), not (require 'skkdic-cnv).
3989
2d73e8d3
MB
39902000-08-26 Miles Bader <miles@gnu.org>
3991
a0e5a5a4
MB
3992 * faces.el (face-x-resources): Add entry for :inherit.
3993 * cus-face.el (custom-face-attributes): Add support for :inherit
3994 attribute. Add support for relative face heights.
3995 (custom-face-attributes-get): Treat `nil' as being a default value
3996 for :inherit (as well as `unspecified').
3997
19feb949
MB
3998 * faces.el (set-face-attribute): Update doc string.
3999 (face-attribute-name-alist): Add :inherit.
4000 (face-valid-attribute-values): Handle :inherit.
4001 (face-read-string): Rephrase prompt to be less confusing.
4002 Assume that DEFAULT is a string, since we must return a string.
4003 (face-read-integer): Use `format' to turn DEFAULT into an
4004 acceptable default for face-read-string. Match NEW-VALUE against
4005 the string "unspecified", not the symbol `unspecified', since
4006 that's what face-read-string returns.
4007 (read-face-attribute): Lookup a name for old-value in valid, and
4008 use it as a default if we find one. Treat all values from
4009 face-read-string as strings. If the default is used, don't do any
4010 more processing on the value, just use the old value directly.
4011 (read-face-and-attribute, modify-face): Tweak prompt.
4012 (read-face-name): Don't assume prompt ends with a space.
4013
2d73e8d3
MB
4014 * faces.el (describe-face): Add support for :inherit attribute.
4015
a1a2e38f
KH
40162000-08-25 Kenichi Handa <handa@etl.go.jp>
4017
e84fa7c5
KH
4018 * terminal.el (terminal-emulator): Fix args to `concat'. Now
4019 concat doesn't accept interger.
4020
a1a2e38f
KH
4021 * international/kkc.el: Remove SKK from Keywords. Require
4022 ja-dic-utl instead of skkdic-utl.
4023
4024 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
4025 Provide ja-dic-cnv instead of skkdic-cnv.
4026 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
4027 (iso-2022-7bit-short): Add safe-charsets property.
4028 (skkdic-convert-postfix): Search Japanese chou-on character in
4029 addition to Hiragana character.
4030 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
4031 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
4032 (batch-skkdic-convert): Likewise.
4033
4034 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
4035 Provide ja-dic-utl instead of skkdic-utl.
4036 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
4037
f6499c03
DL
40382000-08-24 Dave Love <fx@gnu.org>
4039
1c2c3f16
DL
4040 * disp-table.el (standard-display-default): Make the test of `l'
4041 useful.
4042
f6499c03
DL
4043 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
4044 mod sample text.
4045
4046 * international/iso-ascii.el: Make pilcrow convenient string
4047 consistent with section.
4048 (iso-ascii-display): Set up multibyte characters as well as
4049 unibyte.
4050
c543db81
KH
40512000-08-24 Kenichi Handa <handa@etl.go.jp>
4052
4053 * international/mule-cmds.el (reset-language-environment): Set
4054 default-process-coding-system to '(undecided . iso-latin-1), which
4055 makes process I/O almost consistent with file I/O. Call this
4056 function when mule-cmds.el[c] is loaded.
4057
746d9caf
AI
40582000-08-22 Andrew Innes <andrewi@gnu.org>
4059
4060 * makefile.w32-in: New file.
4061
5484005d
MB
40622000-08-22 Miles Bader <miles@lsi.nec.co.jp>
4063
4064 * comint.el (comint-output-filter): Compare end of
4065 comint-last-output-overlay with the start of the newly inserted
4066 text, not the end, when deciding whether to extend it.
9b4a7800 4067 Set saved-point's insertion type to advance after insertion.
5484005d
MB
4068
4069 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
4070 since this is now done independently of font-lock mode.
4071
7a912f63
GM
40722000-08-21 Gerd Moellmann <gerd@gnu.org>
4073
4074 * server.el (server-kill-new-buffers): New user option.
4075 (server-existing-buffer): New buffer-local variable.
4076 (server-visit-files): When using an existing buffer, set
4077 server-existing-buffer to t.
4078 (server-buffer-done): If server-kill-new-buffers is t, kill the
4079 buffer, unless it was already present before visiting it with
4080 Emacs server.
9b4a7800 4081
240301df
EZ
40822000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
4083
4084 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
4085 even if the display doesn't support colors: some displays will
4086 support bold/underline faces.
4087
cbcef616
GM
40882000-08-21 Gerd Moellmann <gerd@gnu.org>
4089
6917e6bb
GM
4090 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
4091
cbcef616
GM
4092 * startup.el (command-line): If user's init file had an error,
4093 add explanatory text to *Messages*.
4094
6922b018
KH
40952000-08-21 Kenichi Handa <handa@etl.go.jp>
4096
4097 * man.el (Man-getpage-in-background): Decode the process output by
4098 the system locale coding system.
4099
e50c4203
DL
41002000-08-20 Dave Love <fx@gnu.org>
4101
96ab6351
DL
4102 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
4103 Don't test x-popup-menu.
4104 (function) <complete-function>: Complete only fbound symbols.
4105 <validate, value>: New.
4106 (variable) <complete-function>: Complete only bound symbols.
4107 (coding-system): Add :base-only, :complete-function, :validate,
4108 :value, :prompt-match.
4109 (widget-coding-system-prompt-value): Use read-coding-system and
4110 act on :base-only.
4111 (editable-field): Add :help-echo.
4112 (widget-push-button-gui, widget-push-button-cache)
4113 (widget-gui-action, widget-editable-list-gui): COmment out, along
4114 with uses.
4115 (widget-at): Make arg optional.
4116 (widget-echo-help): Adjust for current help-echo calling sequence.
4117 (widget-specify-field, widget-specify-button)
4118 (widget-specify-insert, widget-get-sibling, widget-image-find)
4119 (widget-convert, widget-insert, widget-leave-text)
4120 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
4121 (widget-setup, widget-field-find, widget-before-change)
4122 (widget-after-change, widget-default-complete)
4123 (widget-default-create, widget-default-delete)
4124 (widget-push-button-value-create, editable-field)
4125 (widget-field-prompt-value, widget-field-validate)
4126 (widget-choice-value-create, widget-choice-action)
4127 (widget-choice-validate, widget-checklist-add-item)
4128 (widget-radio-add-item, widget-radio-chosen)
4129 (widget-radio-value-inline, widget-editable-list-value-create)
4130 (widget-editable-list-entry-create)
4131 (widget-documentation-link-add)
4132 (widget-documentation-string-value-create)
4133 (widget-regexp-validate, widget-file-complete)
4134 (widget-sexp-validate, widget-plist-convert-widget)
4135 (widget-plist-convert-widget, widget-alist-convert-widget)
4136 (widget-alist-convert-widget, widget-color-complete): Simplify,
4137 particularly to avoid bindings which aren't optimized out.
4138
e50c4203
DL
4139 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
4140 Doc fix.
4141 (down-list, backward-up-list, up-list, kill-sexp)
4142 (backward-kill-sexp, mark-sexp): Make arg optional.
4143 (lisp-complete-symbol): Add optional arg PREDICATE.
4144
4145 * cus-start.el: Add display-buffer-reuse-frames,
4146 file-coding-system-alist.
4147
511bd4eb
GM
41482000-08-20 Gerd Moellmann <gerd@gnu.org>
4149
4150 * startup.el (command-line): Clear realized faces after
4151 modifying TTY color mappings.
4152
a9de7d29
MB
41532000-08-20 Miles Bader <miles@gnu.org>
4154
4155 * faces.el (face-attr-match-p): Don't return true if ATTRS are
4156 merely a subset of FACE's attributes.
4157
8a8023d9
MB
41582000-08-19 Miles Bader <miles@gnu.org>
4159
4160 * comint.el (comint-output-filter): Save the point with a marker,
4161 not just a buffer position.
4162
4163 * international/mule.el (set-buffer-process-coding-system): Make
4164 interactive prompt less confusing.
4165
1433385f
GM
41662000-08-19 Gerd Moellmann <gerd@gnu.org>
4167
4168 * hilit-chg.el: General cleanup of doc strings, comments and
4169 code formatting.
4170
136b4eda
MB
41712000-08-19 Miles Bader <miles@gnu.org>
4172
4173 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
4174 Compiler macro removed; beginning-of-line is no longer always
4175 equivalent to forward-line, in the presence of fields.
4176
4177 * comint.el (comint-output-filter): Remove ad-hoc saving of
4178 restriction, and just use save-restriction, now that it works
4179 correctly. Don't adjust comint-last-input-start to account for
4180 our insertion; it shouldn't have moved because we don't use
4181 insert-before-markers anymore. Comment out call to
4182 `force-mode-line-update'; why is it here?
4183
4184 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
4185 while checking for prompt to delete. Use `forward-line 0'
4186 instead of beginning-of-line.
4187 (gud-filter): Temporarily widen gud comint buffer while
4188 examining output.
4189
cdd0f857
SM
41902000-08-18 Stefan Monnier <monnier@cs.yale.edu>
4191
ebf96bfa
SM
4192 * progmodes/sh-script.el: Big bag of typos.
4193
cdd0f857
SM
4194 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
4195 check since ispell-process is not bound when ispell is not yet loaded.
4196
9bb7a286
DL
41972000-08-18 Dave Love <fx@gnu.org>
4198
4199 * image.el (find-image): Copy `spec' before using plist-put.
4200
74ec6045
GM
42012000-08-18 Gerd Moellmann <gerd@gnu.org>
4202
4203 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
4204 `portugues'.
4205
4206 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
4207 backward-kill-sexp, analogous to kill-sexp.
4208
4209 * progmodes/icon.el (icon-indent-line)
4210 (icon-is-continuation-line): Handle comments specially.
4211
42122000-08-17 Ken Stevens <k.stevens@ieee.org>
4213
4214 * ispell.el: Set to standard author/maintainer/keyword fields.
4215 Fine tuning to menu map appearance and operation, and added help.
4216 Remove `start' and `end' error messages when compiling.
4217 (ispell-choices-win-default-height): Fixed comment string.
4218 (ispell-dictionary-alist-1): Fixed regexp in castellano and
4219 castellano8 dictionaries.
4220 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
4221 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
4222 dictionary, added italiano dictionary.
4223 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
4224 word character
4225 (ispell-tex-skip-alists): Added psfig support.
4226 (ispell-skip-html): Renamed from ispell-skip-sgml.
4227 (ispell-begin-skip-region-regexp, ispell-skip-region)
4228 (ispell-minor-check): Improved html skipping support to skip across
4229 code, and recognize `&' commands without propper `;' syntax;
4230 (ispell-process-line): Fix alignment error when manually
4231 correcting spelling.
4232 (ispell): Fix comment string.
4233 (ispell-add-per-file-word-list): Always put word list on new line.
4234
3787e12e
GM
42352000-08-17 Gerd Moellmann <gerd@gnu.org>
4236
a7b28523
GM
4237 * format.el (format-encode-run-method): Fix error message to say
4238 `encode' instead of `decode'. Use save-window-excursion around
4239 shell-command-on-region as in format-decode-run-method because
4240 shell-command-on-region can display a buffer with error output.
4241 (format-decode): Don't record undo information for the decoding.
4242 (format-annotate-function): Add parameter FORMAT-COUNT. Make
4243 that number part of the temporary buffer name so that more than
4244 one decoding using a temporary buffer can happen safely.
4245
4246 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
4247 of `A-z' in the regexp.
4248
4249 * hilit-chg.el: Fix typos in commentary.
4250
3787e12e
GM
4251 * help.el (view-emacs-news): Rewritten for new naming scheme
4252 for old NEWS files.
4253
4254 * startup.el (command-line): Pop to *Messages* in case an error
4255 is signaled while loading user-init-file.
4256
d2473540
AS
42572000-08-17 Andreas Schwab <schwab@suse.de>
4258
4259 * files.el (insert-directory): Don't lose original file name,
4260 undoing an undocumented change.
4261
c0bbaf57
GM
42622000-08-17 Alex Schroeder <alex@gnu.org>
4263
4264 * sql.el (sql-magic-go): Use comint-bol.
4265 (sql-copy-column): Use comint-line-beginning-position.
4266 (comint-line-beginning-position): Define a replacement for
4267 comint-line-beginning-position if it is not fboundp.
4268
42692000-08-17 Alex Schroeder <alex@gnu.org>
4270
4271 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
4272 it didn't have any effect anyway.
4273
42742000-08-17 Alex Schroeder <alex@gnu.org>
4275
4276 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
4277 --pset and pager=off instead of sending \\o|cat at the beginning
4278 of the session.
4279
9d245da5
MB
42802000-08-17 Miles Bader <miles@gnu.org>
4281
4282 * progmodes/octave-inf.el: Add compatibility definition of
4283 comint-line-beginning-position.
4284
abfdbd2e
KH
42852000-08-17 Kenichi Handa <handa@etl.go.jp>
4286
4287 * startup.el (normal-top-level): Look in each dir in load-path for
4288 a leim-list.el file too. This assures of loading leim-list.el
4289 that is created at Emacs installation time even if a user have his
4290 own leim-list.el.
4291
a0b8c939
MB
42922000-08-17 Miles Bader <miles@gnu.org>
4293
4294 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
4295 foreground color to black if the background is dark.
4296
7382bcae
SM
42972000-08-16 Stefan Monnier <monnier@cs.yale.edu>
4298
4299 * loadhist.el (unload-feature): Typo.
4300
9b4a7800 4301 * finder.el (finder-compile-keywords):
7382bcae
SM
4302 * cus-dep.el (custom-make-dependencies): Add local-variable settings
4303 to the generated file.
4304
4305 * mail/mh-e.el (mh-make-local-vars):
4306 Replace make-variable-buffer-local with make-local-variable.
4307
cdd0f857 4308 * play/landmark.el:
7382bcae 4309 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
4310 * mail/mailabbrev.el (mail-abbrevs-mode):
4311 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
4312 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
4313
4314 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
4315
4316 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
4317 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
4318 Allow going past the last element.
9b4a7800 4319 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
4320 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
4321 (cvs-mouse-toggle-mark): Don't move point.
4322 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
4323
4324 * progmodes/compile.el (grep): Provide a default set of files.
4325 (next-error): Docstring fix.
4326 (compilation-find-file): Avoid find-file (fails in a dedicated window).
4327
4328 * emacs-lisp/easy-mmode.el (define-minor-mode):
4329 Use `symbol-value' to keep the byte-compiler quiet.
4330
4331 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
4332 (diff-find-source-location): New fun, extracted from diff-goto-source.
4333 (diff-goto-source): Use it.
4334 (diff-next-complex-hunk, diff-filter-lines): New function.
4335 (diff-apply-hunk): New command.
4336
4337 * smerge-mode.el (smerge-mode-menu): Doc fix.
4338
4339 * msb.el (msb-mode): Define it in terms of define-minor-mode.
4340
4f00b8c1
DL
43412000-08-16 Dave Love <fx@gnu.org>
4342
2b5198bb
DL
4343 * windmove.el (windmove) <defgroup>: Add :version.
4344
4345 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
4346 (goto-address-fontify-p, goto-address-highlight-p)
4347 (goto-address-url-face, goto-address-url-mouse-face)
4348 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
4349 (goto-address-url-regexp): Use thing-at-point-url-regexp.
4350 (goto-address-fontify, goto-address-at-mouse): Simplify,
4351 (goto-address-at-point): browse-url-url-at-point,
4352 goto-address-find-address-at-point can return nil.
4353 (goto-address-find-address-at-point): Return nil on failure.
4354
4355 * align.el (align) <defgroup>: Add :version.
4356
4357 * calculator.el (calculator): Add :version.
4358 (calculator): Use two lines for calculator window if `modeline'
4359 face is boxed.
4360
4f00b8c1
DL
4361 * play/5x5.el: Doc fixes.
4362 (5x5) <defgroup>: Add :version.
4363
4364 * play/fortune.el (fortune) <defgroup>: Add :version.
4365 (fortune-append): Fix error message.
4366 (fortune-from-region): Doc fix.
4367
4368 * play/pong.el (pong): Doc fix.
4369
4370 * play/morse.el: Keywords, commentary, autoloads.
4371
69db7ee7
EZ
43722000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
4373
4374 * desktop.el (desktop-save): Don't look at symbol-value of a
4375 member of minor-mode-alist, unless it is boundp.
4376
10e1dad9
SS
43772000-08-16 Sam Steingold <sds@gnu.org>
4378
a0b8c939 4379 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
4380 `while'; use `with-current-buffer' instead of `save-excursion'.
4381 Removed unnecessary kludges now that "*Buffer List*" is excluded.
4382
9d7bcb2e
KH
43832000-08-16 Kenichi Handa <handa@etl.go.jp>
4384
4385 * international/ccl.el (declare-ccl-program): Docstring modified.
4386 (ccl-execute-with-args): Likewise.
4387
04231ab8
MB
43882000-08-16 Miles Bader <miles@gnu.org>
4389
9d245da5 4390 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
4391 comint-line-beginning-position.
4392
f68446ef
GM
43932000-08-15 Gerd Moellmann <gerd@gnu.org>
4394
dc28878c
GM
4395 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
4396 'buffer-menu' property.
4397 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
4398 fails.
4399 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
4400 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
4401 wasn't killed.
10e1dad9 4402
58ed0d3b
GM
4403 * buff-menu.el (list-buffers-noselect): Don't display the
4404 *Buffer List* buffer.
4405
32dc52f7
GM
4406 * font-lock.el: Require jit-lock to prevent a very late
4407 `Loading jit-lock' message.
4408
f68446ef 4409 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 4410 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
4411 mail address.
4412
90ac90a2
MB
44132000-08-15 Miles Bader <miles@gnu.org>
4414
4415 * textmodes/ispell.el (ispell-graphic-p): New constant.
4416 (ispell-choices-win-default-height, ispell-help): Use
4417 `ispell-graphic-p' instead of `xemacsp'.
4418
b0a0e263
DL
44192000-08-15 Dave Love <fx@gnu.org>
4420
c1e757e3
DL
4421 * simple.el: Autoload widget-convert when compiling.
4422 (mail-user-agent): Doc fix.
4423
4424 * help.el (function-called-at-point, variable-at-point): Use
4425 with-syntax-table.
4426 (help-manyarg-func-alist): Add insert-and-inherit.
4427
4428 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
4429
4430 * delsel.el (delsel-unload-hook): New function.
4431
4432 * find-file.el: Doc fixes. Move provide to end.
4433 (ff) <defgroup>: Add :link.
4434 (ff-goto-click): Deleted.
4435 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
4436 Use mouse-set-point.
4437
4438 * textmodes/tildify.el: Doc fixes.
4439 (tildify) <defgroup>: Add:version.
4440
4441 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
4442 (glasses-custom-set): Use set-default, not set.
4443 (minor-mode-alist): Propertize the lighter.
4444 (glasses-mode): Provide optional arg.
4445
5f847612
DL
4446 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
4447 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
4448 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
4449 option. Provide :type.
4450 (cwarn-configuration): Provide :type.
4451 (cwarn-mode): Doc fix.
4452
4453 * add-log.el (change-log-merge): Doc fix.
4454 (change-log-redate): New command.
4455
b0a0e263
DL
4456 * net/browse-url.el (browse-url-filename-alist): Add a clause for
4457 Doze and Dog.
4458 (browse-url): Use dolist, not mapcar.
4459 (browse-url-at-point): Check for null url.
4460 (browse-url-event-buffer, browse-url-event-point): Functions
4461 deleted.
4462 (browse-url-at-mouse, browse-url-netscape): Simplify.
4463
4464 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
4465 modes.
4466 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
4467 Fix previous change to mapcan.
4468 (msb--init-file-alist, msb--add-separators)
4469 (msb--make-keymap-menu): Simplify.
4470 (msb--choose-file-menu): Use copy-sequence.
4471 (msb-mode-map): Add title to keymap.
4472 (msb-unload-hook): New function.
4473
4474 * bs.el: Fix indentation.
4475 (bs) <defgroup>: Add :links.
2b5198bb
DL
4476 (bs-show): Doc fix.
4477 (bs-apply-sort-faces): Don't use window-system.
4478 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 4479
70f1b78e
EZ
44802000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
4481
4482 * calendar/timeclock.el (timeclock-file): Run .timelog through
4483 convert-standard-filename.
4484
956777b3
GM
44852000-08-14 Gerd Moellmann <gerd@gnu.org>
4486
3215096c
GM
4487 * emacs-lisp/authors.el: New file.
4488
956777b3
GM
4489 * paren.el (show-paren-priority): New user option.
4490 (show-paren-function): Set overlay priorities to
4491 show-paren-priority.
10e1dad9 4492
0cde1424
MB
44932000-08-14 Miles Bader <miles@gnu.org>
4494
4495 * comint.el (comint-bol): Use `forward-line 0' instead of calling
4496 beginning-of-line with inhibit-field-text-motion bound.
4497
90cbf47e
GM
44982000-08-14 Gerd Moellmann <gerd@gnu.org>
4499
4500 * calendar/timeclock.el: New file.
4501
45022000-08-14 David Ponce <david@dponce.com>
4503
4504 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
4505 `widget-button-click'. so that one can use left mouse button to
4506 click on dialog buttons.
4507
45082000-08-14 Emmanuel Briot <briot@gnat.com>
4509
4510 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 4511 identifiers, since XML is case sensitive
10e1dad9 4512
79e8dca7 45132000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 4514
660394d1
MB
4515 * comint.el (comint-output-filter): Don't bother frobbing
4516 window-start, it doesn't seem to be necessary.
79e8dca7
MB
4517
4518 * comint.el (comint-send-string, comint-send-region): Make into
4519 real functions. Snapshot the prompt before sending.
4520
218c2cc7
EZ
45212000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
4522
4523 * info.el (Info-find-emacs-command-nodes): Rewrite to use
4524 technique similar to Info-index, instead of relying on specific
4525 names of relevant Index nodes.
4526 (Info-goto-emacs-command-node): Bind Info-history to nil when
4527 going to the first node found by Info-find-emacs-command-nodes.
4528
51e066d2 45292000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
4530
4531 * menu-bar.el (menu-bar-help-menu): Add a :help string.
4532
867102f2
MB
45332000-08-10 Miles Bader <miles@gnu.org>
4534
4535 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
4536
af718538
EZ
45372000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
4538
4539 * info.el (Info-file-list-for-emacs): More elements for the
4540 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
4541 and woman manuals.
4542
c51bacd6
MB
45432000-08-10 Miles Bader <miles@lsi.nec.co.jp>
4544
4545 * comint.el (comint-send-input): Make the newline boundary overlay
4546 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
4547 (comint-output-filter): Use `insert' instead of
4548 `insert-before-markers'. Extend comint-last-output-overlay when
4549 necessary since we can't rely on insert-before-markers to do it.
4550 * gud.el (gud-filter): Use `with-current-buffer' instead of
4551 save-excursion when inserting the output, so that point gets
4552 updated correctly; the old method relied on a rather dodgy
4553 side-effect of comint-output-filter to avoid the effect of
4554 save-excursion.
4555
98532b12
EZ
45562000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
4557
4558 * files.el (recover-file): Call insert-directory instead of
4559 invoking `ls' directly.
4560
3db4b719
MB
45612000-08-10 Miles Bader <miles@gnu.org>
4562
4563 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
4564 (comint-last-prompt-overlay): New variables.
4565 (comint-output-filter): Implement prompt highlighting.
4566 (comint-snapshot-last-prompt): New function.
4567 (comint-send-input): Snapshot the last prompt.
4568 Use comint-highlight-input-face.
4569 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
4570 Use defface instead of defcustom.
4571 (send-invisible, comint-send-eof): Snapshot the last prompt.
4572 (comint-delchar-or-maybe-eof): Use comint-send-eof.
4573 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
4574
96190aa1
SM
45752000-08-09 Stefan Monnier <monnier@cs.yale.edu>
4576
5cda4b07
SM
4577 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
4578 (regexp-opt-group): Use a list of chars for `letters'.
4579 (regexp-opt-charset): `chars' is now a list of chars.
4580 Use a char-table rather than a vector so it works for multibyte chars.
4581
96190aa1
SM
4582 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
4583 Set cvs-minor-current-files to the selected fileinfo.
4584 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
4585 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
4586
7d093d56
EZ
45872000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
4588
4589 * files.el (insert-directory): Don't call access-file on
4590 directories on DOS and Windows.
4591
b24c5811
KH
45922000-08-09 Kenichi Handa <handa@etl.go.jp>
4593
4594 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
4595 longer if necessary.
4596 (ccl-embed-code): Call ccl-embed-data to store CODE in
4597 ccl-program-vector.
4598
0a6fd67e
MB
45992000-08-09 Miles Bader <miles@gnu.org>
4600
4601 * comint.el (comint-output-filter): Properly handle the case where
4602 the text surrounded by comint-last-output-overlay was deleted.
4603
9f6d1a6c
GM
46042000-08-08 Gerd Moellmann <gerd@gnu.org>
4605
25ad1371
GM
4606 * info.el (Info-insert-dir): Use Info-additional-directory-list if
4607 non-nil.
4608 (Info-file-list-for-emacs): Remove "info" from the list because
4609 that leads to trying to use the documentation from file `info'
4610 in various situations where it isn't appropriate, for instance
4611 C-h C-k C-h i.
4612
4613 * ffap.el (ffap-read-file-or-url-internal): Handle case that
4614 DIR and/or STRING are nil.
4615
4616 * progmodes/compile.el (compilation-setup): Make variable
4617 compilation-error-screen-columns buffer-local, as some comment
4618 in the code suggests it should be.
4619
4620 * files.el (auto-mode-interpreter-regexp): New variable.
4621 (set-auto-mode): Use it.
4622
4623 * indent.el (indent-for-tab-command): Doc fix.
4624
4625 * mouse-sel.el (mouse-sel-mode): Doc fix.
4626
9f6d1a6c
GM
4627 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
4628 labels.
4629
4630 * help.el (print-help-return-message): When
4631 display-buffer-reuse-frames is set, let the help window been quit,
4632 instead of deleting it, which might delete a reused frame.
4633
3d819a75
EZ
46342000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
4635
4636 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
4637 rename a directory to a name that differs only by its letter case.
4638
c5a52529
KH
46392000-08-08 Kenichi Handa <handa@etl.go.jp>
4640
4641 * international/quail.el (quail-define-rules): Handle Quail decode
4642 map correctly. Add code for supporting annotations.
4643 (quail-install-decode-map): New function.
4644 (quail-defrule-internal): New optional arguments decode-map and
4645 props.
4646 (quail-advice): New function.
4647
5e9e032a
SS
46482000-08-07 Sam Steingold <sds@gnu.org>
4649
4650 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
4651 `defconst', `define-condition', `with-slots'.
4652 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
4653
46645f4b
MB
46542000-08-03 Miles Bader <miles@gnu.org>
4655
4656 * comint.el (comint-use-prompt-regexp-instead-of-fields):
4657 New variable.
4658 (comint-prompt-regexp, comint-get-old-input): Document dependence on
4659 comint-use-prompt-regexp-instead-of-fields.
4660 (comint-send-input): Add `input' field property to stuff we send to
4661 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
4662 (comint-output-filter): Add `output' field property to process
4663 output, if comint-use-prompt-regexp-instead-of-fields is nil.
4664 (comint-replace-by-expanded-history)
4665 (comint-get-old-input-default, comint-show-output)
4666 (comint-backward-matching-input, comint-forward-matching-input)
4667 (comint-next-prompt, comint-previous-prompt): Use field
4668 properties if comint-use-prompt-regexp-instead-of-fields is nil.
4669 (comint-line-beginning-position): New function.
4670 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
4671 (comint-replace-by-expanded-history-before-point): Use
4672 comint-line-beginning-position and line-end-position.
4673 (comint-last-output-overlay): New variable.
4674 (comint-mode): Make `comint-last-output-overlay' buffer-local.
4675
4676 * shell.el (shell-prompt-pattern): Doc change.
4677 (shell-backward-command): Use line-beginning-position.
4678
4679 * gud.el (gud-gdb-complete-command): Use
4680 comint-line-beginning-position.
4681
4682 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
4683 comint-bol doesn't actually go to the beginning of the line.
4684
4685 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
4686 if comint-use-prompt-regexp-instead-of-fields is non-nil.
4687 (try-expand-line-all-buffers): Likewise.
4688
4689 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
4690 explicitly matching comint-prompt-regexp.
4691 (sql-copy-column): Use comint-line-beginning-position instead of
4692 explicitly matching comint-prompt-regexp.
4693
4694 * progmodes/octave-inf.el (inferior-octave-complete): Use
4695 comint-line-beginning-position.
4696
4697 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
4698
4699 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
4700 looking for a prompt, use `forward-line 0' instead of
4701 `beginning-of-line', to avoid getting caught by an input field.
4702
ff3d9573
GM
47032000-08-07 Gerd Moellmann <gerd@gnu.org>
4704
4705 * files.el (shell-quote-wildcard-pattern): Make sure to return
4706 PATTERN, in the Unix case.
4707
e0d8827b
EZ
47082000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
4709
4710 * play/zone.el (zone): Discard any pending input before running
4711 the randomly-chosen pgm.
4712
24d55b8f
KH
47132000-08-07 Kenichi Handa <handa@etl.go.jp>
4714
4715 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
4716 checking the existence of any multibyte characters.
4717
3d05e1ee
GM
47182000-08-06 Gerd Moellmann <gerd@gnu.org>
4719
6c4a4368
GM
4720 * help.el (describe-mode): Test minor-mode symbol for being
4721 bound before testing its value for being nil.
4722
3d05e1ee
GM
4723 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
4724 `first', `second', and `third'.
4725
4726 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
4727 (second): Make it an alias for `cadr'.
4728
6968a481
EZ
47292000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
4730
4731 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
4732 types of display support faces now.
4733
e49aa397
GM
47342000-08-05 Gerd Moellmann <gerd@gnu.org>
4735
4736 * pcvs.el (require): Require `cl' during compilation, only.
4737
4738 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
4739 (toplevel): Remove `remq' and `remove' from autoloads.
4740 (cl-fake-autoloads): New variable. If set, arrange for an error
4741 when CL functions etc. are autoloaded.
4742
588aca27
EZ
47432000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
4744
2e78d4ab
EZ
4745 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
4746
85628348
EZ
4747 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
4748 popped up, but the user clicks outside the menu, return an empty
4749 regexp (that causes unhighlight-regexp to have no effect).
4750
74f0e552
EZ
4751 * menu-bar.el (menu-bar-games-menu): Add Zone.
4752
588aca27
EZ
4753 * hi-lock.el (toplevel): Require font-lock.
4754
f4988be7
GM
47552000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4756
ba087cd7 4757 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
4758 (ebnf-8-bit-chars): New var for bug fix.
4759 (ebnf-string): Bug fix.
4760
027b73ac
SS
47612000-08-03 Sam Steingold <sds@gnu.org>
4762
4763 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
4764 instead of `buffer-string'.
4765 (require 'cl): Always, not just when compiling.
4766 `ignore-errors' in `interactive', `list*', `defun*' &c make this
4767 necessary.
4768
2f1fa038
EZ
47692000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
4770
4771 * international/mule-cmds.el (select-safe-coding-system): Make
4772 the message text about selecting a safe coding system more clear.
4773
ead53494
GM
47742000-08-02 Gerd Moellmann <gerd@gnu.org>
4775
abb2db1c
GM
4776 * hi-lock.el: New file.
4777
4778 * play/zone.el: New file.
4779
ead53494
GM
4780 * replace.el (occur): Set tab-width in the *Occur* buffer to the
4781 value of tab-width in the original buffer. Choose a line number
4782 format that's a multiple of the original buffer's tab width, so
4783 that lines appear right.
4784
4785 * textmodes/ispell.el (ispell): New function, replacing an alias.
4786 Spell-check active region if in transient-mark-mode and mark
4787 is active; otherwise spell-check buffer.
4788
47892000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4790
4791 * ps-mule.el: Fix a customization problem on
4792 ps-mule-font-info-database-default.
4793
f4a2b0a4
EZ
47942000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
4795
4796 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
4797 display-mouse-p instead of window-system.
4798 (ebrowse-member-mode-map): Ditto.
4799
b685181e
GM
48002000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4801
ba087cd7
EZ
4802 * progmodes/ebnf2ps.el: Update ps-print functions call.
4803 Indentation fix. Doc fix.
b685181e
GM
4804 (ebnf-version): New version number (3.2).
4805 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 4806
3b5fab87
EZ
48072000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
4808
032ebb29
EZ
4809 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
4810 font lock support on window-system.
4811 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
4812
3b5fab87
EZ
4813 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
4814 display-color-p, if fboundp, instead of window-system.
4815
7e2605e7
EZ
48162000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
4817
4818 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
4819 instead of window-system.
4820
4821 * wid-edit.el (widget-choose): Use display-mouse-p instead of
4822 window-system.
4823 (widget-choice-mouse-down-action): Use display-popup-menus-p
4824 instead of window-system.
4825
4826 * strokes.el (strokes-file): Run the file name through
4827 convert-standard-filename.
4828 (strokes-mode): Call display-mouse-p instead of looking at
4829 window-system. Change the error message accordingly.
4830
4831 * progmodes/cpp.el (toplevel): Support faces on tty's.
4832
4833 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
4834 (lm-plot-square, lm-init-display): Don't use window-system.
4835
4836 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
4837 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
4838
4839 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
4840 instead of looking at window-system.
4841
26119624
GM
48422000-07-30 Gerd Moellmann <gerd@gnu.org>
4843
4844 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
4845 of testing if iswitchb-prepost-hooks is bound, because the
4846 latter will always be true when invoking a recursive minibuffer
4847 from an active Iswitchb buffer.
4848
c90596f3
EZ
48492000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
4850
4851 * files.el (shell-quote-wildcard-pattern): New function.
4852 (insert-directory): Call it. Only prepend "\" to command on Unix
4853 and GNU/Linux systems.
4854
18925e78
GM
48552000-07-30 Gerd Moellmann <gerd@gnu.org>
4856
4857 * eshell/esh-groups.el: Change custom :link file names
4858 from `eshell.info' to `eshell'.
4859
48602000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
4861
4862 * dired.el (dired-build-subdir-alist): Expand subdirectory names
4863 correctly in recursive ange-ftp listings.
4864
48652000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4866
4867 * ps-print.el: Fix bug 1: if ps-font-size-internal,
4868 ps-header-font-size-internal and
4869 ps-header-title-font-size-internal variables are not set,
4870 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
4871 face text property is (foreground-color . COLOR) or
4872 `(background-color . COLOR)', ps-print crashes. Doc fix.
4873 (ps-print-version): New version number (5.2.4).
4874 (ps-plot-region): Code fix.
4875 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
4876 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
4877 Bug fix 2.
4878
48792000-07-30 Milan Zamazal <pdm@freesoft.cz>
4880
4881 * glasses.el (glasses-make-readable): Fix uncapitalization of
4882 identifiers like `myXMLDocument'.
4883
aeb4c63e
KF
48842000-07-28 Karl Fogel <kfogel@red-bean.com>
4885
18925e78
GM
4886 * mail/mail-hist.el (mail-hist-previous-input)
4887 (mail-hist-next-input): Do the obvious code factorization.
4888 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
4889 code of above two.
4890 If inserting a message body, leave point at top.
4891
9d453139
SS
48922000-07-28 Sam Steingold <sds@gnu.org>
4893
4894 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
4895 Use `<=', not `<' to compare times!
4896 (ange-ftp-ls): Remove.
9d453139 4897
b548072f
GM
48982000-07-27 Gerd Moellmann <gerd@gnu.org>
4899
27848c01
GM
4900 * play/cookie1.el: Add explanation of how to make cookie.el
4901 compatible with strfile(1) to comment.
4902
4903 * subr.el (remove, remq): New functions.
4904
3ab82477
GM
4905 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
4906 escape `*' in regexps.
4907 (midnight-find): Reverse order of arguments in the funcall of
4908 TEST.
4909
4910 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
4911 and `.class'.
4912
b548072f
GM
4913 * play/meese.el: Add Commentary section.
4914
27848c01
GM
49152000-07-27 Alex Schroeder <alex@gnu.org>
4916
4917 * sql.el (sql-ms): Added autoload cookie.
4918 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
4919 (sql-oracle): Ditto.
4920 (sql-help): Doc change.
4921
4922 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
4923 types and exceptions.
4924
49252000-07-27 Alex Schroeder <alex@gnu.org>
4926
4927 * sql.el (sql-placeholder-history): New variable.
4928 (sql-query-placeholders-and-send): New function that will query
4929 the user and replace placeholders with user input.
4930 (sql-oracle): If running on NT, set comint-input-sender to
4931 sql-query-placeholders-and-send.
4932
4933 (sql-stop): If in the SQLi buffer, insert stop notification, else
4934 present it as a message.
4935
49362000-07-27 Alex Schroeder <alex@gnu.org>
4937
4938 * sql.el (sql-input-ring-separator): Doc change.
4939 (sql-input-ring-file-name): Doc change.
4940 (sql-interactive-mode): Use `sql-input-ring-separator' and
4941 `sql-input-ring-file-name' to set the comint-mode equivalents
4942 without making them local variables.
4943 (sql-stop): Don't bind `sql-input-ring-separator' and
4944 `sql-input-ring-file-name' dynamically to their comint-mode
4945 equivalents.
4946
91ae8751
KH
49472000-07-27 Kenichi Handa <handa@etl.go.jp>
4948
4949 * international/mule.el (register-char-codings): New function.
4950 (make-coding-system): Handle `safe-chars' specification in the arg
4951 PROPERTY.
4952
4953 * international/mule-cmds.el
4954 (find-coding-systems-region-subset-p): This function deleted.
4955 (sort-coding-systems-predicate): New variable.
4956 (sort-coding-systems): New function.
4957 (find-coding-systems-region): Use
4958 find-coding-systems-region-internal.
4959 (find-coding-systems-string): Use find-coding-systems-region.
4960 (find-coding-systems-for-charsets): Check
4961 char-coding-system-table.
4962 (select-safe-coding-system-accept-default-p): New variable.
4963 (select-safe-coding-system): Mostly rewritten. New argument
4964 ACCEPT-DEFAULT-P.
4965 (select-message-coding-system): Call select-safe-coding-system
4966 with ACCEPT-DEFAULT-P arg.
4967 (reset-language-environment): Reset default-sendmail-coding-system
4968 to the default value iso-latin-1.
4969 (set-language-environment): Don't set the obsolete variable
4970 charset-origin-alist.
4971
4972 * international/codepage.el (cp-coding-system-for-codepage-1):
4973 Give `safe-chars' property to make-coding-system.
4974
4975 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
4976 calling select-message-coding-system twice.
4977
4978 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
4979 instead of `safe-charsets'.
4980 (cyrillic-alternativnyj): Likewise.
4981 (ccl-encode-alternativnyj): Don't check the charset
4982 cyrillic-iso8859-5.
4983
90cf4474
KH
49842000-07-27 Kenichi Handa <handa@etl.go.jp>
4985
4986 * composite.el (compose-chars-after): Preserve match data.
4987
a1f84f6d
SS
49882000-07-26 Sam Steingold <sds@gnu.org>
4989
4990 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
4991 (ange-ftp-real-file-newer-than-file-p): New function.
4992 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
4993 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
4994
4995 * tooltip.el (tooltip-float-time): Removed (use `float-time').
4996 * midnight.el (midnight-float-time): Ditto.
4997
e092928e
AS
49982000-07-26 Andreas Schwab <schwab@suse.de>
4999
5000 * files.el (normal-backup-enable-predicate): Correct
5001 interpretation of the return value of compare-strings.
5002
7465ebef
GM
50032000-07-26 Gerd Moellmann <gerd@gnu.org>
5004
3353ef5a
GM
5005 * isearch.el (isearch-resume): New function.
5006 (isearch-done): Add something to command-history to resume
5007 the search.
5008 (isearch-yank-line, isearch-yank-word): Use
5009 buffer-substring-no-properties instead of buffer-substring.
5010
7465ebef
GM
5011 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
5012 of flyspell-mouse-map.
5013
5014 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
5015 duplicate definition.
5016 (makefile-mode): Remove duplicate setting of local-abbrev-table.
5017
5018 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
5019 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
5020
5044b74a
SS
50212000-07-25 Sam Steingold <sds@gnu.org>
5022
25759a92
SS
5023 * net/ange-ftp.el: Get modtime over the net.
5024 (ange-ftp-file-modtime): New function.
a95cb10a
GM
5025 (ange-ftp-write-region, ange-ftp-insert-file-contents)
5026 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
5027 Use it.
5028 (ange-ftp-dot-to-slash): New function.
5029 (ange-ftp-fix-name-for-vms): Use it.
5030
5044b74a
SS
5031 * midnight.el (midnight-buffer-display-time): Use
5032 `with-current-buffer'.
5033
5dcfb3f4
GM
50342000-07-25 Gerd Moellmann <gerd@gnu.org>
5035
5036 * find-dired.el: Update copyright notice.
5037 (find-dired): Offer to kill a running `find'.
5038
5039 * enriched.el (enriched-face-ans): For a `foreground-color'
5040 property, return '(("x-color" COLOR))' so that COLOR will be
5041 output as a parameter of the x-color annotation. Likewise for the
5042 `background-color' property. In the case of normal face
5043 properties, don't return annotations for unspecified foreground
5044 and background face attributes.
5045
8c662166
KH
50462000-07-25 Kenichi Handa <handa@etl.go.jp>
5047
5048 * language/japan-util.el (japanese-katakana-region): Fix handling
5049 HANKAKU argument.
5050
c28da489
MB
50512000-07-25 Miles Bader <miles@gnu.org>
5052
5053 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
5054 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
5055 constrain-to-field.
5056
ad349719
AI
50572000-07-24 Andrew Innes <andrewi@gnu.org>
5058
5059 * timer.el (timer-activate-when-idle): Add optional parameter
5060 DONT-WAIT. Update docstring.
5061 (run-with-idle-timer): Specify extra parameter to
5062 timer-activate-when-idle, so that timer will be activated
5063 immediately if Emacs is already idle.
5064
5065 * w32-fns.el (w32-using-nt): Fix docstring.
5066
c95162f5
DL
50672000-07-24 Dave Love <fx@gnu.org>
5068
5069 * mouse.el (popup-menu): Set last-command-event.
5070 (mouse-major-mode-menu-prefix): Declare.
5071
e3c31fd5
GM
50722000-07-24 Gerd Moellmann <gerd@gnu.org>
5073
5074 * textmodes/flyspell.el: Update to author's version 1.5d.
5075
5076 * progmodes/hideshow.el: Update copyright notice.
5077
5078 * vcursor.el: Set maintainer to FSF, since author cannot
5079 be reached.
5080
7636d2a3
EZ
50812000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
5082
fbe0a958
EZ
5083 * info.el (Info-goto-emacs-key-command-node): Leave a space after
5084 the prompt.
5085
7636d2a3
EZ
5086 * mouse.el (popup-menu): Run the keymap through indirect-function,
5087 in case it was defined with define-prefix-key. If the menu is a
5088 list of keymaps, look up the binding of user's choice in each one
5089 of the keymaps.
5090 (mouse-popup-menubar): If the global and local menu-bar keymaps
5091 don't have a prompt string, create one and insert it into the
5092 keymap. Don't barf if current-local-map returns nil.
5093
e024b101
GM
50942000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
5095
5096 * dired.el (dired-sort-R-check): Added to allow recursive listing
5097 to be undone.
5098 (dired-sort-other): Use it.
5099
7972fcfc
GM
51002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5101
e024b101 5102 * Release of cc-mode 5.27
7972fcfc
GM
5103
51042000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5105
5106 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
5107 c-beginning-of-statement-1 that caused a bad case of recursion
5108 which could consume a lot of CPU in large classes in languages
5109 that have in-expression classes (i.e. Java and Pike).
5110
5111 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
5112 statements before top level constructs (i.e. case 6 is moved
5113 before case 5 and is now case 4) to catch in-expression
5114 classes in top level expressions correctly.
5115
51162000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5117
5118 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
5119 objc-method-intro. Case 4 removed and case 5I added.
5120
5121 * cc-langs.el (c-append-paragraph-start): New variable used by
5122 c-common-init to get paragraph-start correct.
5123 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
5124 initialize paragraph-start to make it correct both with and
5125 without the javadoc special case.
5126
5127 * cc-mode.el (java-mode): Use c-append-paragraph-start to
5128 initialize paragraph-start for javadoc markup.
5129
5130 * cc-vars.el (c-style-variables-are-local-p): Incompatible
5131 change by defaulting this to t. It's motivated by the
5132 confusing behavior that otherwise arise from the style system
5133 when editing both java and non-java files at the same time
5134 (see the comments about style setting in c-common-init).
5135
51362000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5137
5138 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
5139 similar to the one in c-fill-paragraph to check the fill
5140 prefix from the adaptive fill function for sanity.
5141
51422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5143
5144 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
5145 defun block.
5146
51472000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5148
5044b74a 5149 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
5150
51512000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5152
5153 * cc-align.el (c-lineup-multi-inher): Handle lines with
5154 leading comma nicely. Extended to handle member initializers
5155 too.
5156
e024b101 5157 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
5158 c-guess-basic-syntax): Fixed recognition of inheritance lists
5159 when the lines begins with a comma.
5160
5044b74a 5161 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
5162
5163 * cc-vars.el (c-offsets-alist): Changed default for
5164 member-init-cont to c-lineup-multi-inher since it now handles
5165 member initializers and indents better for leading commas.
5166
51672000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5168
5169 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
5170 handling that caused class open lines to be recognized as
5171 statement-conts in some cases.
5172
5173 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
5174 guessed by the adaptive fill function unless point is on the
5175 first line of a block comment.
5176
5177 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
5178 when the buffer ends with a macro continuation char.
5179
5180 * cc-engine.el (c-guess-basic-syntax): Added support for
5181 function definitions as statements in Pike. The first
5182 statement in a lambda block is now labeled defun-block-intro
5183 instead of statement-block-intro.
5184
5185 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
5186 so that the class surrounding point is selected, not the one
5187 innermost in the state.
5188
5189 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
5190 recognition of switch labels having hanging multiline
5191 statements.
5192
5193 * cc-engine.el (c-beginning-of-member-init-list): Broke out
5194 some code in c-guess-basic-syntax to a separate function.
5195 * cc-engine.el (c-just-after-func-arglist-p): Fixed
5196 recognition of member inits with multiple line arglists.
5197 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
5198 member-init-cont when the commas are in funny places.
5199
52002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5201
5202 * cc-defs.el (c-auto-newline): Removed this macro since it's
5203 not used anymore.
5204
5205 * cc-engine.el (c-looking-at-bos): New helper function.
5206 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
5207 inexpr and toplevel classes apart in Pike.
5208
5209 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
5210 of case 9A.
5211
5212 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
5213 constant, since "class" can introduce an in-expression class
5214 in Pike nowadays.
5215
52162000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5217
5218 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
5219 indentation on cpp-macro lines.
5220
5221 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
5222 a syntax modifier like comment-intro, to make it possible to
5223 get syntactic indentation for preprocessor directives. It's
5224 incompatible wrt to lineup functions on cpp-macro, but it has
5225 no observable effect in the 99.9% common case where cpp-macro
5226 is set to -1000.
5227
52282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5229
5230 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
5231 member-init-cont when the preceding arglist is several lines.
5232
52332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5234
5235 * cc-styles.el (c-style-alist): The basic offset for the BSD
5236 style corrected to 8.
5237
52382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5239
5240 * cc-styles.el (c-style-alist): Adjusted the indentation of
5241 brace list openers in the gnu style.
5242
52432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5244
5245 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
5246
5247 * cc-cmds.el (c-electric-brace, c-electric-slash,
5248 c-electric-star, c-electric-semi&comma, c-electric-colon,
5249 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
5250 when c-syntactic-indentation is nil.
5251
5252 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
5253 we were left at comments preceding the first statement when
5254 reaching the beginning of the buffer.
5255
5256 * cc-vars.el (c-syntactic-indentation): New variable to turn
5257 off all syntactic indentation.
5258
52592000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5260
5261 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
5262 between the text and the block comment ender when it hangs,
5263 depending on how many there are before the fill.
5264
52652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5266
5267 * cc-engine.el (c-beginning-of-closest-statement): New helper
5268 function to go back to the closest preceding statement start,
5269 which could be inside a conditional statement.
5270 * cc-engine.el (c-guess-basic-syntax): Use
5271 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
5272
5273 * cc-engine.el (c-guess-basic-syntax): Better handling of
5274 arglist-intro, arglist-cont-nonempty and arglist-close when
5275 the arglist is nested inside parens. Cases 7A, 7C and 7F
5276 changed.
5277
5278 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
5279 up-to-date with javadoc 1.2.
5280
52812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5282
5283 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
5284 multiline Pike type decls.
5285
52862000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5287
5288 * cc-cmds.el (c-indent-new-comment-line): Always break
5289 multiline comments in multiline mode, regardless of
5290 comment-multi-line.
5291
52922000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5293
5294 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
5295 fully::qualified::names in C++ member init lists. Preamble in
5296 case 5D changed.
5297
52982000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5299
5300 * cc-langs.el (c-common-init): Handling of obsolete variables
5301 moved to c-initialize-cc-mode. More compatible style override
5302 when using global style variables.
5303 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
5304 variables moved here.
5305
e024b101 5306 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
5307 c-special-indent-hook as a style variable. Don't talk about
5308 doing (c-make-styles-buffer-local t) in a mode hook, since
5309 that's already too late to work right.
5044b74a 5310
7972fcfc
GM
5311 * cc-styles.el (c-make-styles-buffer-local): Flag style
5312 variable localness in c-style-variables-are-local-p to make
5313 the compatibility measure in c-common-init work well.
5314
5315 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
5316 longer contain set-from-style.
5317 * cc-styles.el (c-initialize-builtin-style): Don't check for
5318 set-from-style on c-special-indent-hook.
5319 * cc-styles.el (c-copy-tree): Obsolete. The standard function
5320 copy-alist is sufficient now.
5321
5322 * cc-styles.el (c-set-style, c-set-style-1,
5323 c-get-style-variables): Fixes to variable initialization so
5324 that duplicate entries in styles have the same effect
5325 regardless of DONT-OVERRIDE.
5326
5327 * cc-styles.el (c-set-style-2): Fixed bug where the
5328 initialization of inheriting styles failed when the
5329 dont-override flag is set.
5330
5331 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
5332 on this.
5333
53342000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5335
5336 * cc-defs.el (c-forward-comment): Removed the workaround
5337 introduced in 5.38 since it had worse side-effects. If a line
5338 contains the string "//\"", it regarded the // as a comment
5339 start since the \ temporarily doesn't have escape syntax.
5340
53412000-07-17 Emmanuel Briot <briot@act-europe.fr>
5342
5343 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
5344 ada-xref.el before ada-prj.el, so that the Project menu is created
5345 when ada-prj tries to add to it.
5346 (ada-activate-keys-for-case): Suppress the characters that are not
5347 part of the Ada syntax. Better compatibility with else-mode
5348 (ada-adjust-case-interactive): When auto-casing is not active,
5349 correctly insert newlines (used to insert only ^M). Prevent the
5350 syntax table from being changed in case of an error
814299a7 5351 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
5352 Do nothing if ada-auto-case is nil.
5353 (ada-after-keyword-p): Ignore keywords that are also attributes
5354 (ada-batch-reformat): Update usage comment
5355 (ada-call-from-contextual-menu): New function
5356 (ada-case-read-exceptions): Reinitialize the casing exception list
5357 first to nil first, so that the casing exception file can be
5358 shared.
5359 (ada-check-defun-name): Handles "configure" keyword for gnatdist
5360 files.
5361 (ada-compile-goto-error): Fix regexp used to detect a file:line
5362 anywhere in the error message
5363 (ada-contextual-menu-last-point): New variable
5364 (ada-create-keymap): If the variable delete-key-deletes-forward is
5365 t on XEmacs, it means that DEL should delete one character
5366 forward.
5367 (ada-create-menu): Use :included instead of :visible for XEmacs.
5368 New submenu "Options".
5369 (ada-end-stmt-re): Correctly indent "select ... then abort"
5370 statements.
5371 (ada-fill-comment-paragraph): Correctly delete all leading '--'
5372 even if they don't match ada-fill-comment-prefix Fix handling of
5373 paragraphs on the first or last line of a file.
5374 (ada-format-paramlist): Fix handling of default parameter values.
5375 (ada-get-body-name): New function.
5376 (ada-get-current-indent): Optimized by searchling directly for an
5377 existing generic part or a statement outside of it. Handle
5378 ada-indent-align-comments when indenting comments Replaced some
5379 regexps by testing directly the next character. This results in a
5380 huge speedup on some files. New indentation scheme for renames
5381 statements. Stop looking for the 'while' or 'for' associated with
5382 a 'loop' at the first semicolon encountered. A "return" can also
5383 match an anonymous access subprogram declaration.
5384 (ada-get-indent-noindent): Ignore strings and comments when
5385 looking for the keywords "record" and "private".
5386 (ada-goto-matching-decl-start): When matching "if", make sure we
5387 are not in fact seeing "end if". Ignore "when" statements except
5388 when initial keyword was "begin". Fix handling of nested
5389 procedures. Add a recursive call to this function to skip over
5390 other 'end' statmts. Fix indentation for "when .. => begin"
5391 (ada-in-open-paren-p): Fix indentation for complex boolean
5392 expressions, where 'and then', 'or else' and parenthesis
5393 statements are mixed up.
5394 (ada-in-paramlist-p): Skip comments while searching for the
5395 beginning Fix handling of operator declarations.
5396 (ada-indent-align-comments): New variable
5397 (ada-indent-current): Change the syntax table only in the
5398 protected section, so that we are sure it is restored correctly.
5399 (ada-indent-on-previous-lines): Use ada-use-indent and
5400 ada-with-indent Correctly indent "select ... then"
5401 (ada-indent-region): Slight speedup.
5402 (ada-indent-renames): New variable.
5403 (ada-last-which-function-subprog, ada-last-which-function-line):
5404 New variables
5405 (ada-looking-at-semi-private): Correctly indent the 'private'
5406 keyword when it is the first word in a package declaration.
5407 (ada-loose-case-word): Stop searching if at the end of the buffer.
5408 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
5409 even if point is not initially at the end of the word.
5410 (ada-matching-decl-start-re): Add "when".
5411 (ada-mode): Add support for abbrev-mode, outline-mode and
5412 which-func-mode Override the old find-file.el entry in
5413 ff-special-constructs since it is using the obsolete
5414 ada-spec-suffix variable
5415 (ada-no-auto-case): New function
5416 (ada-scan-paramlist): When parsing the argument type, accept
5417 spaces (as in "X 'Class", generated by Rational Rose).
5418 (ada-other-file-name): No longer loads the other file.
5419 (ada-popup-menu): Save and restore the current buffer and cursor
5420 position before and after displaying the menu.
5421 (ada-search-ignore-complex-boolean): New function.
5422 (ada-uncomment-region): Emacs21 already knows how to delete
5423 comments not starting in the first column.
5424 (ada-use-indent): New variable
5425 (ada-which-function): New function.
5426 (ada-with-indent): New variable
5427 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
5428 can be batch-compiled from the command line.
5429
5430 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
5431 Add to the menu when the file is loaded, not in ada-mode-hook.
5432 Add -toolbar to the default ddd command Switches moved from
5433 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
5434 ada-prj-default-comp-opt
5435 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
5436 Reference Manual to the menu
5437 (ada-check-current): rewritten as a call to ada-compile-current
5438 (ada-compile): Removed.
5439 (ada-compile-application, ada-compile-current, ada-check-current):
5440 Set the compilation-search-path so that compile.el automatically
5441 finds the sources in src_dir. Automatic scrollong of the
5442 compilation buffer. C-uC-cC-c asks for confirmation before
5443 compiling
5444 (ada-compile-current): New parameter, prj-field
5445 (ada-complete-identifier): Load the .ali file before doing
5446 processing
5447 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
5448 conform to gnatmake's behavior.
5449 (ada-find-file-in-dir): New function
5450 (ada-find-references): Set the environment variables for gnatfind
5451 (ada-find-src-file-in-dir): New function.
5452 (ada-first-non-nil): Removed
5453 (ada-gdb-application): Add support for jdb, the java debugger.
5454 (ada-get-ada-file-name): Load the original-file first if not done
5455 yet.
5456 (ada-get-all-references): Handles the new ali syntax (parent types
5457 are found between <>).
5458 (ada-initialize-runtime-library): New function
5459 (ada-mode-hook): Always load a project file when a file is opened,
5460 so that the casing exceptions are correctly read.
5461 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
5462 (ada-parse-prj-file): Use find-file-noselect instead of find-file
5463 to open the project file, since the latter does not work with
5464 speedbar Get default values before loading the prj file, or the
5465 default executable file name is wrong. Use the absolute value of
5466 src_dir to initialize ada-search-directories and
5467 compilation-search-path,... Add the standard runtime library to
5468 the search path for find-file.
5469 (ada-prj-default-debugger): Was missing an opening '{'
5470 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
5471 variables.
5472 (ada-prj-default-gnatmake-opt): New variable
5473 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
5474 buffers, the project file is the default one Save the windows
5475 configuration before displaying the menu.
5476 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
5477 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
5478 ...) regexp-quote identifiers names to support operators +,
5479 -,... in regexps.
5480 (ada-remote): New function.
5481 (ada-run-application): Erase the output buffer before starting the
5482 run Support remote execution of the application. Use
5483 call-process, or the arguments are incorrectly parsed
5484 (ada-set-default-project-file): Reread the content of the active
5485 project file, not the one from the current buffer When a project
5486 file is set as the default project, all directories are
5487 automatically associated with it.
5488 (ada-set-environment): New function
5489 (ada-treat-cmd-string): New special variable ${current}
5490 (ada-treat-cmd-string): Revised. The substitution is now done for
5491 any ${...} substring
5492 (ada-xref-current): If no body was found, compiles the spec
5493 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
5494 compiler to get rid of command line length limitations.
5495 (ada-xref-get-project-field): New function
5496 (ada-xref-project-files): New variable
5497 (ada-xref-runtime-library-specs-path)
5498 (ada-xref-runtime-library-ali-path): New variables
5499 (ada-xref-set-default-prj-values): Default run command now does a
5500 cd to the build directory. New field: main_unit Provide a default
5501 file name even if the current buffer has no prj file.
5502
5503 * ada-prj.el:
5504 Rewritten to show a tabbed-dialog.
5505 (ada-prj-add-ada-menu): Remove the map and name parameters.
5506 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
5507 New function
5508 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
5509 (ada-prj-load-from-file): New function
5510 (ada-prj-save): Always save fields that depend on the current buffer
5511 (ada-prj-show-value): New function
5044b74a 5512
7972fcfc
GM
5513 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
5514 Ada mode. This will allow us to display the Ada menu in any buffer
5515 we want (for project items).
5516 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
5517 number of spaces in the header.
5044b74a 5518
8730a8da
DL
55192000-07-24 Dave Love <fx@gnu.org>
5520
5521 * ediff-init.el (ediff-region-help-echo): Bind face-help.
5522
db3ca487
NF
55232000-07-23 Noah Friedman <friedman@splode.com>
5524
ad953485
NF
5525 * type-break.el (type-break): perform autosave.
5526 Suggested by Stephen Gildea <gildea@intouchsys.com>.
5527 (type-break-do-query): Cancel query schedule while performing
5528 actual query, to avoid possibility of a second query being made
5529 while first one is already in progress.
5530 (type-break-time-stamp-format): New variable.
5531 (type-break-time-stamp): New function.
5532 (type-break-time-warning): Use it.
5533 (type-break-keystroke-warning): Use it.
5534 (type-break-noninteractive-query): Use it.
5535
03a9c6d0
NF
5536 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
5537 cookie.
5538 Use add-minor-mode to set minor-mode-alist, if available.
5539 (eldoc-echo-area-use-multiline-p): New user option.
5540 (eldoc-echo-area-multiline-supported-p): New variable.
5541 (eldoc-docstring-format-sym-doc): Use them.
5542 (eldoc-mode): If not using idle timers, append to local post and
5543 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
5544 (eldoc-display-message-no-interference-p): Don't interfere with
5545 edebug.
5546 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
5547 (eldoc-function-arglist): New function.
5548 (eldoc-function-argstring): Use it.
5549
db3ca487
NF
5550 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
5551 auto save directory exists before calling directory-files.
5552
f7ad1899
DL
55532000-07-23 Dave Love <fx@gnu.org>
5554
5555 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
5556 ^o, ^u.
5557
43e764c9
DL
55582000-07-21 Dave Love <fx@gnu.org>
5559
475de6f4
DL
5560 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
5561 now passed to the function. It now works properly.
5562
43e764c9
DL
5563 * smerge-mode.el (smerge-mode-menu): Fill it out.
5564
e8bea4c0
GM
55652000-07-20 Gerd Moellmann <gerd@gnu.org>
5566
5567 * info-look.el (info-lookup): If *info* is shown in another frame
5568 on the same display, select that frame, instead of switching to
5569 the Info buffer in another window of the selected frame.
5570
5571 * simple.el (universal-argument-map): Bind numeric keypad keys
5572 kp-0 to kp-9 and kp-subtract.
5573 (digit-argument): Handle these keys.
5574
bc75b4fd
DL
55752000-07-20 Dave Love <fx@gnu.org>
5576
5577 * net/goto-addr.el (goto-address-fontify): Don't bother with
5578 buffer-modified and read-only stuff -- irrelevant with overlays.
5579 Put an extra property on the overlays and use it to clean up in
5580 case goto-address is re-run.
5581
8b7bc628
RS
55822000-07-19 Richard M. Stallman <rms@gnu.org>
5583
18e21ce8
RS
5584 * timer.el (run-with-idle-timer): Doc fix.
5585
db3ca487 5586 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
5587 Handle case where <...> appears inside "...".
5588 Use replace-match to edit the string more simply.
5589 (rmail-dont-reply-to): Cope with an unmatched ".
5590
50575ec2
DL
55912000-07-19 Dave Love <fx@gnu.org>
5592
5593 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
5594 implementation.
5595
5596 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
5597 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
5598 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
5599
4279296d
GM
56002000-07-19 Gerd Moellmann <gerd@gnu.org>
5601
47db06aa
GM
5602 * textmodes/refer.el: Correct maintainer's email address.
5603
5604 * progmodes/hideif.el: Correct author's email address.
5605 Fix typo in comment.
5606
5607 * xml.el: New file.
5608
4279296d
GM
5609 * mail/mailheader.el: Correct author's mail address.
5610
5611 * gnus/parse-time.el: Correct author's mail address.
5612
47db06aa 56132000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
5614
5615 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
5616 New user options.
5617 (comint-input-ring-file-name): Change custom type.
5618 (comint-mode-map): Bind mouse-2.
5619 (comint-insert-clicked-input): New function.
5620 (comint-send-input): Handle input highlighting.
5621
21ad0f7b
SM
56222000-07-18 Stefan Monnier <monnier@cs.yale.edu>
5623
5624 * mouse.el (popup-menu): New function.
5625 (mouse-major-mode-menu): Use it.
5626
3b33a005
DL
56272000-07-18 Dave Love <fx@gnu.org>
5628
5629 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
5630 improvements.
5631
dc1cac59
GM
56322000-07-18 Gerd Moellmann <gerd@gnu.org>
5633
21ad0f7b 5634 * faces.el (face-font-selection-order)
dc1cac59 5635 (face-font-family-alternatives): Add custom type.
db3ca487 5636
f8276b77
DL
56372000-07-18 Dave Love <fx@gnu.org>
5638
5639 * cus-edit.el (custom-variable-reset-saved)
5640 (custom-variable-reset-standard): Remove unused bindings.
5641
5642 * rect.el (open-rectangle-line): Remove unused let.
5643
5644 * hl-line.el (hl-line-highlight): Check hl-line-mode.
5645
3d6cd763
GM
56462000-07-18 Gerd Moellmann <gerd@gnu.org>
5647
5648 * cdl.el: Fix `Maintainer' keyword.
5649
5650 * play/pong.el: Add author's email address.
5651
34342a07
SS
56522000-07-17 Sam Steingold <sds@gnu.org>
5653
5654 * files.el (insert-directory): Call `split-string' instead of
5655 re-implementing it.
5656
088831a6
GM
56572000-07-18 Gerd Moellmann <gerd@gnu.org>
5658
5659 * mail/vms-pmail.el: Change maintainer to FSF.
5660
5661 * net/goto-addr.el: Change maintainer to FSF.
5662
5663 * recentf.el: Update from author.
5664
5665 * info.el (Info-title-face-alist): Removed.
db3ca487 5666
68be2869
EZ
56672000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
5668
5669 * eshell/eshell.el (eshell): Replace links to eshell.info with
5670 links to eshell, to avoid problems on systems where the manual is
5671 installed as `eshell'.
5672 * eshell/esh-cmd.el (eshell-cmd): Ditto.
5673 * eshell/em-smart.el (eshell-smart): Ditto.
5674 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 5675 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
5676
5677 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
5678 same-file check in the MS-DOS version (it does support inodes).
5679
5680 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
5681
21ad0f7b
SM
5682 * eshell/eshell.el (eshell-directory-name):
5683 Run default directory name through convert-standard-filename.
68be2869 5684
269b4dcb
KH
56852000-07-18 Kenichi Handa <handa@etl.go.jp>
5686
21ad0f7b
SM
5687 * international/mule-cmds.el (select-safe-coding-system):
5688 Fix typo in the comment.
240a16cf 5689
21ad0f7b
SM
5690 * language/european.el (compound-text):
5691 Force katakana-jisx0201 to be designated to G1.
aa96c820 5692
21ad0f7b
SM
5693 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
5694 Don't translate some national variant characters of latin-jisx0201.
aa96c820 5695 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 5696
269b4dcb
KH
5697 * international/kkc.el (kkc-after-update-conversion-functions):
5698 New variable.
5699 (kkc-update-conversion): Run functions in it at the tail.
5700
68be2869 57012000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 5702
21ad0f7b
SM
5703 * lisp/align.el (align-newline-and-indent):
5704 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
5705 (align-region): Fixed badly formatted minibuffer message.
5706
7a3fd467
KH
57072000-07-17 Kenichi Handa <handa@etl.go.jp>
5708
21ad0f7b 5709 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
5710 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
5711 the conversion list at first if appropriate.
5712 (kkc-next): Don't update kkc-next-count here.
5713 (kkc-prev): Don't update kkc-prev-count here.
5714 (kkc-show-conversion-list-update): Fix setting up of conversion
5715 list message.
5716
a45423d8
SM
57172000-07-16 Stefan Monnier <monnier@cs.yale.edu>
5718
088831a6 5719 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 5720
91a38db1
DL
57212000-07-16 Dave Love <fx@gnu.org>
5722
5723 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
5724 function to be more specific.
5725
5726 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
5727 non-string help-echo.
5728 (widget-types-convert-widget): Defsubst it.
5729 (widget-echo-help): Try to cope with a help-echo function of two
5730 possible sorts.
5731
3fddcdc3
JR
57322000-07-15 Jason Rumney <jasonr@gnu.org>
5733
5734 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
5735 Declare as obsolete.
5736
5737 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
5738
bd23a692
GM
57392000-07-14 Gerd Moellmann <gerd@gnu.org>
5740
5741 * hilit-chg.el: Fix typo.
5742
d4af987a
DL
57432000-07-14 Dave Love <fx@gnu.org>
5744
5745 * info.el (Info-mode-menu): Fix use of :help, :enable.
5746
3a4f3f86
SM
57472000-07-14 Stefan Monnier <monnier@cs.yale.edu>
5748
5749 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
5750
cf6936a4
DL
57512000-07-13 Dave Love <fx@gnu.org>
5752
4d6d04b5
DL
5753 * emacs-lisp/easymenu.el: Doc fixes.
5754 (easy-menu-remove): Defalias to ignore.
5755
cf6936a4
DL
5756 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
5757 Call throw correctly.
5758
56437999
GM
57592000-07-13 Gerd Moellmann <gerd@gnu.org>
5760
5761 * faces.el (frame-background-mode): Doc fix.
5762
5763 * simple.el (eval-expression-print-length): Change custom type to
5764 allow entering nil as value.
5765
d04a3972
DL
57662000-07-13 Dave Love <fx@gnu.org>
5767
3a4f3f86
SM
5768 * progmodes/fortran.el (fortran-imenu-generic-expression):
5769 Change definition layout.
a8189dfe
DL
5770 (fortran-mode-menu): Reinstate customize entries.
5771
d04a3972
DL
5772 * cus-edit.el (custom-group-menu-create, customize-menu-create):
5773 Use :filter, per old XEmacs code.
5774
4bf4fb05
GM
57752000-07-12 Gerd Moellmann <gerd@gnu.org>
5776
5777 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
5778 event when deciding what to send to the terminal.
5779
37328bcd
DL
57802000-07-12 Dave Love <fx@gnu.org>
5781
5782 * cus-start.el: Add optional version as 4th element of specs and
5783 use it for several things new in v21. Remove load-path. Fix type
5784 of line-number-display-limit.
5785
89492072
DL
57862000-07-11 Dave Love <fx@gnu.org>
5787
3a4f3f86
SM
5788 * progmodes/fortran.el: Don't require easymenu.
5789 Use repeat counts in various regexps.
315aa1de
DL
5790 (fortran-mode-syntax-table): Defvar directly.
5791 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
5792 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
5793 Use defvar, not defconst.
5794 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
5795 (fortran-mode): Set fortran-comment-line-start-skip,
5796 fortran-comment-line-start-skip, dabbrev-case-fold-search.
5797 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
5798 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
5799 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
5800 (fortran-comment-region, fortran-electric-line-number): Simplify.
5801 (fortran-auto-fill): New function.
5802 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
5803 (fortran-find-comment-start-skip):
5804 Check for non-null comment-start-skip.
5805 (fortran-auto-fill-mode, fortran-fill-statement):
5806 Use fortran-auto-fill.
315aa1de 5807 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 5808 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 5809
89492072
DL
5810 * widget.el (widget-plist-member): New alias.
5811
d55ead18
EZ
58122000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
5813
5814 * eshell/esh-module.el (toplevel): Reference
5815 byte-compile-current-file only if it is bound.
5816
e82a2a05
GM
58172000-07-10 Gerd Moellmann <gerd@gnu.org>
5818
5819 * dired.el: Don't require `dired-aux'.
5820
1fc7fb2b
MB
58212000-07-10 Miles Bader <miles@lsi.nec.co.jp>
5822
5823 * dired-aux.el (dired-show-file-type): New function.
5824 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
5825 (dired-show-file-type): Add autoload.
5826
ab49ce15
KH
58272000-07-10 Kenichi Handa <handa@etl.go.jp>
5828
5829 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 5830 change of fontset-info.
ab49ce15
KH
5831 (print-fontset): Likewise.
5832
f45aab65
SM
58332000-07-09 Stefan Monnier <monnier@cs.yale.edu>
5834
5835 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
5836
2f72fd2f
GM
58372000-07-07 Gerd Moellmann <gerd@gnu.org>
5838
e82a2a05 5839 * bindings.el: Bind `[delete]' to delete-char.
965522f5 5840
2f72fd2f
GM
5841 * dired.el (dired-find-alternate-file): New function.
5842 (dired-mode-map): Bind `a' to dired-find-alternate-file.
5843 (toplevel): Require dired-aux when compiling.
5844 (dired-buffers): Move defvar within file to avoid compiler warning.
5845
5846 * info.el (Info-last-search): Variable removed.
5847 (Info-search-history): New variable.
5848 (Info-search): New Info-search-history.
5849
5850 * battery.el, info-look.el: Change author's mail address.
5851
965522f5 58522000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 5853
965522f5
GM
5854 * mail/rmail.el (rmail-clear-headers): Don't throw an error
5855 if rmail-ignored-headers is nil.
5856 (rmail-retry-failure): Bind rmail-ignored-headers and
5857 rmail-displayed-headers to nil.
5858
dd8888a1
GM
58592000-07-06 Gerd Moellmann <gerd@gnu.org>
5860
e5c81191
GM
5861 * lpr.el (lpr-page-header-switches): Add `-h' switch.
5862 (print-region-1): Don't hard code `-h' here.
5863
dd8888a1
GM
5864 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
5865
e5c81191
GM
58662000-07-01 Francesco Potorti` <pot@gnu.org>
5867
5868 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
5869 exim can use "your message" instead of "the message".
34342a07 5870
f45aab65
SM
58712000-07-06 Stefan Monnier <monnier@cs.yale.edu>
5872
5873 * facemenu.el: Docstrings fixes.
5874 (facemenu-get-face): Don't use internal-find-face.
5875 (facemenu-iterate): Rename arg to match the docstring.
5876
5877 * newcomment.el (uncomment-region): Be more careful when skipping
5878 backwards over `=' not to bump into BOBP.
5879
d396e521 58802000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 5881
dd8888a1
GM
5882 * ediff-diff.el (ediff-wordify): Use syntax table.
5883 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 5884 ediff-color-display-p.
dd8888a1 5885 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
5886 from defsubst.
5887 Got rid of special cases for NeXT and OS/2.
dd8888a1 5888 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 5889 face.
34342a07 5890
5e2dfaa4
SM
58912000-07-05 Stefan Monnier <monnier@cs.yale.edu>
5892
5893 * emacs-lisp/lucid.el: Require CL.
5894 (copy-tree, remprop): Remove, it's provided by CL.
5895 (map-keymap): Define in terms of cl-map-keymap.
5896 (extent-property, set-extent-end-glyph): New functions.
5897
5898 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
5899
d5c5cddd
GM
59002000-07-05 Gerd Moellmann <gerd@gnu.org>
5901
485266d0
GM
5902 * Makefile.in (DONTCOMPILE): Add comment that the name may
5903 not be changed without changing the make-dist script.
5904
5e2dfaa4 5905 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 5906 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 5907
e2c46326
AI
59082000-07-05 Andrew Innes <andrewi@gnu.org>
5909
5910 * makefile.nt: Add support for `bootstrap' and related targets.
5911
a027a91b
SM
59122000-07-05 Stefan Monnier <monnier@cs.yale.edu>
5913
5914 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
5915 (easy-menu-do-define): Use `menu-item' format.
5916 Handle case where easy-menu-create-menu returns a symbol.
5917 Manually call the potential top-level filter in the function binding.
5918 (easy-menu-filter-return): New arg NAME.
5919 Convert to a keymap if MENU is an XEmacs menu.
5920 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
5921 (easy-menu-converted-items-table, easy-menu-convert-item):
5922 New var and fun to memoize easy-menu-convert-item-1.
5923 (easy-menu-do-add-item): Use it.
5924 (easy-menu-create-menu): Use easy-menu-convert-item.
5925 Wrap easy-menu-filter-return around any :filter specification.
5926 Don't convert the menu if a filter was specified.
5927 Tell easy-menu-make-symbol not to check for MENU being an expression.
5928 (easy-menu-make-symbol): New arg NOEXP.
5929
5e03eb84
GM
59302000-07-05 Gerd Moellmann <gerd@gnu.org>
5931
5932 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
5933 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
5934 (eval-defun): If called with prefix arg, instrument code for
5935 Edebug.
5936
5937 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
5938 similar to that of eval-defun.
5939
fca68a95
DL
59402000-07-04 Dave Love <fx@gnu.org>
5941
7ccbba4c
DL
5942 * hl-line.el (hl-line-overlay): Make it permanent-local.
5943
fca68a95
DL
5944 * calendar/todo-mode.el: Replaced with a working version, based on
5945 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
5946
59472000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
5948
5949 * paths.el (prune-directory-list): New function.
5950 (Info-default-directory-list): Rewritten to more methodically
5951 enumerate a big list of possible info directories (based on the
5952 list used by the standalone info reader).
fca68a95 5953
78e7e8a0 5954 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 5955 non-existent directories from Info-directory-list.
78e7e8a0 5956
78e7e8a0
MB
5957 * paths.el (Info-default-directory-list): Try a list of possible
5958 info-directories instead of a single one. Add the possible
5959 info directory "/usr/share/info".
5960
5961 * woman.el (woman-man.conf-path): Explicitly include the debian
5962 man-db config file "/etc/manpath.config".
5963 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
5964 are present in `manpath.config'.
5965 (woman-manpath): Include "/usr/share/man".
5966
67c9a1d2
GM
59672000-07-03 Gerd Moellmann <gerd@gnu.org>
5968
6753393b
GM
5969 * frame.el (blink-cursor-mode): Don't hide cursor initially.
5970
5971 * startup.el (command-line): Initialize blink-cursor based
5972 on window-system.
5973
e4f98ad3
GM
5974 * frame.el (blink-cursor): Default to nil if not running under
5975 a window-system.
5976
2f516940
GM
5977 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
5978 (face-x-resources): Remove duplicate entry for :font.
5979
67c9a1d2
GM
5980 * textmodes/refer.el (refer-find-entry-internal): Use some-window
5981 instead of cycling through windows with next-window.
5982
5983 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
5984 of cycling through windows with next-window.
5985
5986 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
5987 of cycling through windows with next-window.
5988
5989 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
5990 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
5991 instead of cycling through windows with next-window.
5992
5993 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
5994 instead of cycling through windows with next-window.
5995
5996 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
5997 of cycling through windows with next-window.
5998
5999 * terminal.el (te-process-output): Use walk-windows instead of
6000 cycling through windows with next-window.
6001
6002 * server.el (server-switch-buffer): Use some-window instead of
6003 cycling through windows with next-window.
6004
6005 * window.el (some-window): New function.
6006 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 6007
3a4f3f86 6008 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 6009
8b7bc628 60102000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
6011
6012 * window.el (walk-windows): Guarantee termination by keeping a list
6013 of all the windows already handled.
6014
d0d57043
EZ
60152000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
6016
6017 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
6018 window-system.
6019
6020 * man.el (Man-notify-when-ready): Don't use window-system. If
6021 Man-notify-method is newframe, and the display is not
6022 multi-frame, select the frame created for the man page.
6023 (Man-init-defvars): Doc fix.
6024
d5483ab1
GM
60252000-06-28 Gerd Moellmann <gerd@gnu.org>
6026
af5c25e1
GM
6027 * faces.el (region): Change background color for light background.
6028
6029 * ediff-wind.el (ediff-setup-control-frame): Remove :box
6030 attribute from mode-line face of Ediff control frame.
6031
d5483ab1
GM
6032 * replace.el (query-replace-map): Bind `e' like `E'.
6033
9d47450f
EZ
60342000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
6035
3a4f3f86
SM
6036 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
6037 Change name to "Select All".
496b7491 6038
9d47450f
EZ
6039 * dos-fns.el (convert-standard-filename): Fix last change.
6040
0b431deb
GM
60412000-06-27 Gerd Moellmann <gerd@gnu.org>
6042
4fa9f636
GM
6043 * help.el (describe-variable): Don't insert a second `'s' in front
6044 of the string `value is shown below'. Since the syntax-table is
6045 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
6046 an existing `'s', so that this won't be deleted.
6047
0b431deb
GM
6048 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
6049 * pcmpl-unix.el: New files.
6050
32cad0aa
SM
60512000-06-26 Stefan Monnier <monnier@cs.yale.edu>
6052
6053 * wid-edit.el (widget-member): Use the new plist-member.
6054
2c69ced2
GM
60552000-06-26 Gerd Moellmann <gerd@gnu.org>
6056
44c0f771
GM
6057 * replace.el (perform-replace): Undo change of 2000-04-04.
6058 Instead, move backward 1 character at the end of the loop when
6059 necessary.
34342a07 6060
1d36487c
GM
6061 * faces.el (fringe): Change face for different backgrounds.
6062
6063 * eshell/esh-module.el (toplevel): Load defgroup's differently;
6064 patch from John.
6065
2c69ced2
GM
6066 * eshell/*.el: Change spelling of the Free Software Foundation.
6067
6068 * eshell/esh-toggle.el: Removed.
6069
6070 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
6071
6072 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
6073 interactively.
6074
60752000-06-26 Alex Schroeder <alex@gnu.org>
6076
6077 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
6078 `define-key'; instead of checking `(emacs-version)' check for
6079 `set-keymap-parent' and `set-keymap-name' directly. Add entries
6080 for `;' and `o' which might be electric.
6081
6082 (sql-electric-stuff): New user option.
6083 (sql-magic-go): New function which uses `sql-electric-stuff'.
6084 (sql-magic-semicolon): New function which uses
6085 `sql-electric-stuff'.
6086
6087 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
6088 is not fboundp.
6089
6090 (sql-oracle-options): New variable.
6091 (sql-oracle): Use it.
6092
6093 (sql-imenu-generic-expression): Doc change.
6094 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
6095 is used.
6096
6097 (sql-informix): Added command line parameter "-" to force
6098 sql-informix-program to use stdout.
6099
db1306d8
EZ
61002000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
6101
3a4f3f86 6102 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
6103 (cp864-decode-table): Doc fix.
6104 (cp720-decode-table): New variable, supports the Arabic OEM
6105 codepage used by Windows.
6106 (cp737-decode-table): New, Greek OEM codepage used by Windows.
6107
c69e5fcd
DL
61082000-06-23 Dave Love <fx@gnu.org>
6109
6110 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
6111 (font-lock-fontify-anchored-keywords): Use
6112 line-beginning-position.
6113 (global-font-lock-mode): Use mapc.
6114
30ad8f23
SM
61152000-06-23 Stefan Monnier <monnier@cs.yale.edu>
6116
6117 * eshell/esh-module.el: Require CL when compiling.
6118
26b4dc84
GM
61192000-06-23 Gerd Moellmann <gerd@gnu.org>
6120
78c56e70
GM
6121 * comint.el (comint-substitute-in-file-name): Call replace-match
6122 with second and third arg t.
6123
34342a07 6124 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
6125 Specify foreground color.
6126
6127 * faces.el (tool-bar, mode-line, header-line): Specify foreground
6128 color.
6129
affbf647
GM
6130 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
6131
6132 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
6133 cddr instead of cdddr.
6134
25fffb31
GM
6135 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
6136 instead of copy-list.
6137
6138 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
6139 of copy-list.
6140
26b4dc84
GM
6141 * subdirs.el: Add eshell subdirectory.
6142
6143 * eshell: New subdirectory containing the Eshell package.
6144
6145 * pcomplete.el: New file.
6146
78c56e70
GM
61472000-06-23 Paul Eggert <eggert@twinsun.com>
6148
ea055732
GM
6149 * mail/mailpost.el (post-mail-send-it): Make sure file has
6150 proper permissions from birth.
6151
6152 * files.el (basic-save-buffer-2): When temporarily setting
6153 file modes, set them to current modes plus 0200, not to 0777.
6154
78c56e70
GM
6155 * emerge.el (emerge-make-temp-file): Make sure file has proper
6156 permissions from birth.
6157
a3a7ff33
EZ
61582000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
6159
6160 * files.el (make-backup-file-name-1): On DOS/Windows, run the
6161 backup file name through convert-standard-filename.
6162
6163 * dos-fns.el (convert-standard-filename): Convert leading
6164 directories as well. When long file names are supported, convert
6165 characters that are invalid in Windows file names.
6166
1fd9b7fe
GM
61672000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6168
6169 * ps-print.el: Fix bug: if ^L is the very first buffer character,
6170 ps-print crashes. New feature: page selection for printing. Create
6171 raw-text-unix coding system for XEmacs. Doc fix.
6172 (ps-print-version): New version number (5.2.3).
6173 (ps-plot-region): Bug fix.
6174 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
6175 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
6176 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
6177 funs.
6178 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
6179 (ps-last-page): New vars.
6180
16ed8416
GM
61812000-06-21 Gerd Moellmann <gerd@gnu.org>
6182
6183 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
6184 empty option string.
6185
4fbee715
EZ
61862000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
6187
6188 * man.el (man): Doc fix.
6189
eaecfc94
KH
61902000-06-21 Kenichi Handa <handa@etl.go.jp>
6191
6192 * international/mule-cmds.el (set-language-info-alist): Docstring
6193 fixed.
6194
4a27bdfb
GM
61952000-06-20 Gerd Moellmann <gerd@gnu.org>
6196
6197 * version.el (emacs-version): Use ISO date format.
6198
6199 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
6200 instead of `M-backspace'.
6201
6202 * simple.el (turn-off-auto-fill): New function.
6203
8972fe79
SM
62042000-06-20 Stefan Monnier <monnier@cs.yale.edu>
6205
6206 * jit-lock.el (with-buffer-prepared-for-jit-lock):
6207 Renamed from with-buffer-prepared-for-font-lock and use
6208 inhibit-modification-hooks rather than setting *-change-functions.
6209 Update all functions to use the new name.
6210 (jit-lock-first-unfontify-pos): New semantics (and doc).
6211 (jit-lock-mode): Make non-interactive.
6212 Don't automatically turn on font-lock.
6213 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
6214 Always use jit-lock-after-change.
6215 Remove and restore font-lock-after-change-function.
6216 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
6217 (jit-lock-after-unfontify-buffer): Remove.
6218 (jit-lock-stealth-fontify):
6219 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
6220 (jit-lock-after-change): Set the `fontified' text-prop to nil.
6221
5d80cc9c
SS
62222000-06-20 Sam Steingold <sds@gnu.org>
6223
6224 * emacs-lisp/cl-indent.el (toplevel): Indent
6225 `print-unreadable-object' properly. Untabify.
6226
f54e4d13
CD
62272000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
6228
6229 * textmodes/reftex.el (reftex-find-citation-regexp-format):
6230 Support for bibentry.
6231 (reftex-compile-variables): Fixed problem with end of section-re.
6232
6233 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
6234 reftex-view-crossref-from-bibtex):
6235 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
6236 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
6237 Replaced `remprop' with `put'.
8972fe79
SM
6238 (reftex-view-crossref, reftex-view-crossref-when-idle):
6239 Support for bibentry.
f54e4d13 6240
8972fe79
SM
6241 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6242 New entry for bibentry package.
f54e4d13 6243
8972fe79
SM
6244 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
6245 Regexp also matches "\nobibliography".
f54e4d13 6246
8972fe79
SM
6247 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
6248 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
6249 (reftex-ensure-write-access): New function.
6250
f54e4d13
CD
62512000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
6252
6253 * progmodes/idlwave.el: File re-installed (update to version 4.2)
6254
6255 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
6256
6257 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
6258
6259 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
6260
6261
560c43f4
DL
62622000-06-20 Dave Love <fx@gnu.org>
6263
6264 * faces.el (frame-background-mode): Use set-default, not set, in
6265 setter.
6266 (frame-update-faces, frame-update-face-colors): Define with
6267 defalias.
6268
6269 * enriched.el (enriched-decode-foreground)
6270 (enriched-decode-background): Don't use internal-find-face.
6271
6272 * apropos.el: Doc fixes.
6273
6274 * cus-edit.el (customize-changed-options): Check arg.
6275 (customize-version-lessp): Don't require decimal point.
6276
6277 * custom.el (defcustom, defgroup): Doc fix.
6278
6279 * newcomment.el (comment) <defgroup>: Add :version.
6280 (comment-multi-line): Doc fix.
6281
6282 * emulation/mlsupport.el (define-hooked-local-abbrev,
6283 define-hooked-global-abbrev): Fix, using define-abbrev.
6284
cdf0357b
GM
62852000-06-19 Gerd Moellmann <gerd@gnu.org>
6286
6287 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
6288 the whole buffer.
6289
10013d74
DL
62902000-06-19 Dave Love <fx@gnu.org>
6291
6292 * menu-bar.el (menu-bar-options-save): New function.
6293 (menu-bar-options-menu): Use it.
6294 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
6295 Simplify.
6296
6922f208
AS
62972000-06-19 Andreas Schwab <schwab@suse.de>
6298
6299 * progmodes/etags.el (tags-query-replace): Put new parameters
6300 START and END at the end, for backward compatibility.
6301
10d7bf84
KH
63022000-06-19 Kenichi Handa <handa@etl.go.jp>
6303
6304 * international/codepage.el:
6305 (cp-coding-system-for-codepage-1): Delete special codes for
6306 generating xxx-dos coding system because now a CCL based coding
6307 system can handle EOL conversion by default.
6308
6309 * international/mule.el (make-coding-system): Generate subsidiary
6310 coding systems for EOL handling variants even for a CCL based
6311 coding system.
6312
8f3c9a3d
KH
63132000-06-19 Kenichi Handa <handa@etl.go.jp>
6314
6315 * international/isearch-x.el (isearch-minibuffer-input-method)
6316 (isearch-minibuffer-input-method-function): These variables
6317 deleted.
6318 (isearch-with-input-method): Don't use the above variables.
6319 (isearch-process-search-multibyte-characters): Likewise. Call
6320 read-string with the arg INHERIT-INPUT-METHOD t.
6321
c2acf685
SM
63222000-06-17 Stefan Monnier <monnier@cs.yale.edu>
6323
13f0d185
SM
6324 * font-lock.el (font-lock-after-fontify-buffer)
6325 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
6326
6327 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
6328 Use consistent make-local-variable style for font-lock-fontified.
6329 (jit-lock-fontify-buffer):
6330 Don't bother checking for font-lock-mode and jit-lock-mode.
6331
c2acf685
SM
6332 * time.el: Remove trailing ^M that prevent CVS-merging.
6333
a9021acd
GM
63342000-06-16 Gerd Moellmann <gerd@gnu.org>
6335
6336 * Makefile.in (distclean): New target.
5d80cc9c 6337
0df68e9f
SM
63382000-06-16 Stefan Monnier <monnier@cs.yale.edu>
6339
6340 * Makefile.in (srcdir): Define for update-subdirs.
6341
6344985d
GM
63422000-06-16 Gerd Moellmann <gerd@gnu.org>
6343
6344 * find-lisp.el: New file.
6345
63239267
AI
63462000-06-16 Andrew Innes <andrewi@gnu.org>
6347
6348 * time.el (display-time-mail-function): New variable, to allow
6349 external packages to indicate when new mail is available.
6350 (display-time-update): Use it.
6351
1699f991
KH
63522000-06-16 Kenichi Handa <handa@etl.go.jp>
6353
a3b37893
KH
6354 * international/mule.el (mule-version): Change version name to
6355 SAKAKI. AOI has already been used by Meadow.
6356
1699f991
KH
6357 * international/quail.el (quail-show-guidance-buf): To find the
6358 bottom window (but minibuffer), pay attention to the height of
6359 minibuffer.
6360
228b083e
EZ
63612000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
6362
7d5c8691
EZ
6363 * arc-mode.el (archive-mode-map): Use the new menu-item format for
6364 menu-bar menus. Add help strings. Don't remove the Edit menu
6365 from the menu bar, as the menu bar has enough space now.
6366
261f3289
EZ
6367 * Makefile.in (SHELL): Make sure /bin/sh is used.
6368
228b083e
EZ
6369 * woman.el (woman-man-buffer): Fix bold and underlined CJK
6370 characters, which use series of two ^H characters instead of one.
6371
e27e8d71
GM
63722000-06-15 Gerd Moellmann <gerd@gnu.org>
6373
5d80cc9c 6374 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 6375 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 6376 functions.
451ec4e3
GM
6377 (Info-find-node-2): Try a case-sensitive search first, then
6378 do a case-insensitive search.
6379
6380 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
6381 tutorials.
6382
b675095c
GM
6383 * complete.el (PC-env-vars-alist): New variable.
6384 (PC-complete-as-file-name): New function.
6385 (partial-completion-mode): Initialize PC-env-vars-alist from
6386 process-environment.
6387 (PC-do-completion): Handle completion of env vars.
6388
6389 * info.el (Info-set-mode-line): Show file name in mode line,
6390 use `*Info*' instead of `Info:'.
6391
e27e8d71
GM
6392 * startup.el (command-line-1): Change copyright messages to year
6393 2000.
6394
28223a7e
DL
63952000-06-15 Dave Love <fx@gnu.org>
6396
6397 * net/goto-addr.el (goto-address-fontify): Use keymap property,
6398 not local-map.
6399
32684631
KH
64002000-06-15 Kenichi Handa <handa@etl.go.jp>
6401
6402 * international/mule.el (set-buffer-file-coding-system): Almost
6403 rewritten to handle `undecided' as no-op.
6404
9f817ea4
GM
64052000-06-14 Gerd Moellmann <gerd@gnu.org>
6406
e27e8d71 6407 * Makefile.in: New file.
dce6b995
GM
6408
6409 * Makefile: Removed.
6410
9f817ea4
GM
6411 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
6412 (goto-address-highlight-keymap): Bind C-c RET.
6413
2de33f94
KH
64142000-06-14 Kenichi Handa <handa@etl.go.jp>
6415
bbf1e8a5
KH
6416 * mail/sendmail.el (sendmail-send-it): The temporary buffer
6417 inherits buffer-file-coding-system of the current buffer.
725a6897 6418
02891cc3
KH
6419 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
6420 0. Give correct argument to set-auto-coding-function.
6421 (tar-expunge): For goto-char, use (point-min), not 0.
6422 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
6423 (tar-subfile-save-buffer): Likewize.
6424
2de33f94
KH
6425 * international/mule.el
6426 (after-insert-file-set-buffer-file-coding-system): Call
6427 set-buffer-file-coding-system with the arg FORCE t.
6428
1681ead6
GM
64292000-06-13 Gerd Moellmann <gerd@gnu.org>
6430
6431 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
6432 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 6433 the sender is set with `-f'.
1681ead6 6434
fdf4b680
DL
64352000-06-13 Dave Love <fx@gnu.org>
6436
9c50afce
DL
6437 * help.el (describe-function-1): Kluge around cases of functions
6438 fset to subrs whose doc doesn't match their symbol-name.
6439
0ad550ba 6440 * image.el (insert-image): Default STRING to a space.
f290ca08 6441
fdf4b680 6442 * info.el Doc fixes.
5d80cc9c 6443 (Info-build-node-completions): Match Ref tags.
fdf4b680 6444
9b6610db
EZ
64452000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
6446
a704139d
EZ
6447 * frame.el (display-multi-frame-p, display-multi-font-p): New
6448 defaliases for display-graphic-p.
6449
9b6610db
EZ
6450 * hl-line.el: Fixed a typo in commentary.
6451
7a5ea398
KH
64522000-06-13 Kenichi Handa <handa@etl.go.jp>
6453
6454 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
6455 fixed.
6456
0dc91c57
DL
64572000-06-12 Dave Love <fx@gnu.org>
6458
6459 * image.el (insert-image): Save a little consing.
6460
0bd5914b
KH
64612000-06-12 Kenichi Handa <handa@etl.go.jp>
6462
6463 * language/tibet-util.el: Convert all tibetan-1-column characters
6464 to the corresponding tibetan characters.
6465 (tibetan-add-components): Delete code for the special treatment of
6466 'a chung.
6467
6468 * language/tibetan.el (tibetan-composable-pattern): Fix previous
6469 change.
6470 (tibetan-vowel-transcription-alist): More rules added.
6471 (tibetan-composite-vowel-alist): New variable.
6472 (tibetan-precomposition-rule-alist): More rules added.
6473
6dc7d3d5
SM
64742000-06-12 Stefan Monnier <monnier@cs.yale.edu>
6475
9c04c393
SM
6476 * startup.el (command-line): Only call menu-bar-mode if interactive.
6477
6478 * thingatpt.el (toplevel symbol-properties):
6479 * textmodes/makeinfo.el (makeinfo-compile):
6480 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 6481 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 6482 (hide-ifdef-use-define-alist):
5d80cc9c 6483 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
6484 (ange-ftp-vms-add-file-entry):
6485 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
6486 * man.el (Man-build-man-command):
6487 * mail/rnewspost.el (news-reply-header-hook):
6488 * info.el (Info-insert-dir):
6489 * emulation/mlconvert.el (backward-word, forward-word, setq):
6490 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
6491 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
6492 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
6493 (byte-optimize-apply, end of file):
6494 * emacs-lisp/advice.el (ad-advice-class-completion-table)
6495 (ad-make-freeze-definition):
6496 * startup.el (command-line, command-line-1): Don't quote lambdas.
6497
6dc7d3d5
SM
6498 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
6499 (cvs-cleanup-removed): New function.
6500 (cvs-cleanup-functions): New var.
6501 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
6502 some flexibility in specifying additional entries to auto-cleanup.
6503 (cvs-quickdir): New function.
6504 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
6505 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
6506 (cvs-mode-find-file): Check that we are on a filename or dirname
6507 when invoked through a mouse-click.
6508 (cvs-full-path): Remove.
6509 (cvs-dired-action): Re-introduced.
6510 (cvs-dired-noselect): Use it.
6511 (vc-post-command-functions): use this new hook if available.
6512
6513 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
6514 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
6515 (cvs-filename-map, cvs-dirname-map): Remove.
6516 (cvs-default-action): Remove.
6517 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
6518 if the arg is really a keymap.
6519 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
6520 Don't hardcode the mapping from state (aka type) to face, but check
6521 the var cvs-fi-<type>-face instead.
6522 (cvs-fileinfo-from-entries): New function.
6523
6524 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
6525 Docstring fix.
6526 (cvs-find-file-and-jump): Change default to be safer.
6527 (cvs-mode-diff-map): Define it as a function as well.
6528 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
6529 Bind mouse-2 in this global map rather than with text-properties.
6530
6531 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
6532 file to resolve the ambiguity between C(conflict) and C(need-merge).
6533
5050a2ef
KH
65342000-06-12 Kenichi Handa <handa@etl.go.jp>
6535
6536 * international/mule.el (set-buffer-file-coding-system): If
6537 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
6538 unconditionally.
6539
35a7ac84
DL
65402000-06-12 Dave Love <fx@gnu.org>
6541
6542 * wid-edit.el (widget-specify-button): Really suppress the face if
6543 required.
6544
db8eeecd
GM
65452000-06-11 Gerd Moellmann <gerd@gnu.org>
6546
6547 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
6548
70223ca4
SM
65492000-06-11 Stefan Monnier <monnier@cs.yale.edu>
6550
6551 * imenu.el (imenu-generic-expression): Docstring fix.
6552
6553 * composite.el (composition-function-table): Move the `put'
6554 below the autoload cookie so we can load the file before loaddefs.
6555
6556 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
6557
6558 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
6559 Handle easy-mmode-define-global-mode.
6560 For complex macros like define-minor-mode that can generate
6561 several autoload entries, try to autoload entries in the
6562 macroexpanded code.
6563
6564 * emacs-lisp/easy-mmode.el (define-minor-mode):
6565 If KEYMAP is a symbol, just use it.
6566 Use byte-compile-current-file and load-file-name to infer the
6567 proper :require to pass to defcustom.
6568 Wrap the hook var into `progn' so as not to autoload it.
6569 Add a :autoload-end cookie.
6570 Be more careful about the evaluation of KEYMAP.
6571 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
6572 (define-derived-mode): Move define-abbrev-table outside of defvar.
6573
65742000-06-10 Stefan Monnier <monnier@cs.yale.edu>
6575
6576 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
6577 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
6578 (backup-compiled-files): Ignore errors during `tar'.
6579 (bootstrap): Make autoloads before elc files.
6580
9c53b34e
KH
65812000-06-10 Kenichi Handa <handa@etl.go.jp>
6582
6583 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 6584 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
6585
6586 * international/mule-conf.el (unix): New alias for the coding
6587 system undecided-unix.
6588
22ddd299
DL
65892000-06-09 Dave Love <fx@gnu.org>
6590
5ee42746
DL
6591 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
6592
70223ca4 6593 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
6594 (executable-insert): Change custom type.
6595 (executable-find): Add autoload cookie.
cc7e1d18
DL
6596 (executable-make-buffer-file-executable-if-script-p): New
6597 function. After Noah Friedman.
22ddd299
DL
6598
6599 * files.el (after-save-hook): Customize, with
cc7e1d18 6600 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 6601
41ea3794
KH
66022000-06-09 Kenichi Handa <handa@etl.go.jp>
6603
f89437e3
KH
6604 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
6605 "tib24p-mule.bdf" for Tibetan.
6606
7a4ee259
KH
6607 * composite.el (decompose-composite-char): Declare it as obsolete.
6608
ff6a65c2
KH
6609 * man.el (Man-fontify-manpage): Pay attention to underline and
6610 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 6611
f83fe4b4
GM
66122000-06-08 Gerd Moellmann <gerd@gnu.org>
6613
6614 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
6615 Set maintainer to FSF since author isn't reachable.
6616
e56d7900
DL
66172000-06-08 Dave Love <fx@gnu.org>
6618
6619 * international/mule-cmds.el (select-safe-coding-system): If
6620 DEFAULT-CODING-SYSTEM is not specified, also check the most
6621 preferred coding-system if buffer-file-coding-system is
6622 `undecided'. From Handa.
6623
d3981b49
KH
66242000-06-08 Kenichi Handa <handa@etl.go.jp>
6625
6626 * international/mule.el
6627 (after-insert-file-set-buffer-file-coding-system): If the buffer
6628 size is greater than INSERTED, judget that we are not visiting.
6629
bff71087
RV
66302000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
6631
6632 * whitespace.el (defgroup whitespace): Comment out `:version'.
6633 XEmacs 20.4 has problems defining the group with this present.
6634 We'll have this commented out till get resolve the problem.
6635
45f485a6
GM
66362000-06-07 Gerd Moellmann <gerd@gnu.org>
6637
6638 * align.el: Update from author.
6639
66402000-06-07 Jari Aalto <jari.aalto@poboxes.com>
6641
6642 * apropos.el (apropos-mode-hook): New user variable.
6643 (apropos-mode): Run apropos-mode-hook.
bff71087 6644
45f485a6
GM
66452000-06-07 David Ponce <david@dponce.com>
6646
6647 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
6648 commands. Require `wid-edit' at run-time.
6649
66502000-06-07 David Ponce <david@dponce.com>
6651
6652 * recentf.el: Added some "Commentary".
6653 (recentf-open-more-files, recentf-edit-list): Minor changes to
6654 move the point at the top of the file list. This behaviour is
6655 consistent with the menu one when the list contains a lot of
6656 files.
6657 (recentf-cleanup): Now displays the number of items removed from
6658 the list.
6659 (recentf-relative-filter) New menu filter to show filenames
6660 relative to `default-directory'.
bff71087 6661
45f485a6
GM
66622000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6663
6664 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
6665 with/without giving an error if PostScript printer doesn't have this
6666 kind of page size. Zebra Stripe continues or restarts on next page.
6667 Manual/automatic paper feeding. Switch or not the header.
6668 (ps-print-version): New version number (5.2.2).
6669 (ps-windows-system): Include emx as a Windows system.
6670 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
6671 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
6672 (ps-background-text): Code fix.
6673 (ps-error-handler-message, ps-user-defined-prologue)
6674 (ps-print-prologue-header, ps-printer-name)
6675 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
6676 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
6677 (ps-use-face-background): Customization fix.
6678 (ps-n-up-database): Data fix.
6679 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
6680 (ps-switch-header): New vars.
6681 (ps-xemacs-color-name, ps-face-foreground-name)
6682 (ps-face-background-name, ps-boolean-constant): New funs.
6683
c14dcd22
DL
66842000-06-07 Dave Love <fx@gnu.org>
6685
6686 * allout.el: New version from Manheimer.
6687
e4044bb0
KH
66882000-06-07 Kenichi Handa <handa@etl.go.jp>
6689
6690 * textmodes/fill.el (fill-find-break-point): Check the validity of
6691 charset.
6692
59cfe8b9
KF
66932000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
6694
6695 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6696 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6697 Call display-color-p and display-mouse-p instead of looking at
6698 window-system.
6699
bb2337f5
DL
67002000-06-06 Dave Love <fx@gnu.org>
6701
6702 * image.el (find-image): Doc fix. Return nil if image not found.
6703 (put-image, insert-image): Make STRING arg optional.
6704
8e624fa2
KH
67052000-06-06 Kenichi Handa <handa@etl.go.jp>
6706
6707 * language/vietnamese.el: Remove eval-when-compile.
6708 (viet-viscii-nonascii-translation-table): Define it as a
6709 translation table made from viet-viscii-decode-table.
6710 (viet-viscii-encode-table): Define it as a translation table made
6711 from the reverse map of above.
6712 (viet-vscii-nonascii-translation-table): Define it as a
6713 translation table made from viet-vscii-decode-table.
6714 (viet-vscii-encode-table): Define it as a translation table made
6715 from the reverse map of above.
6716 (ccl-decode-viscii): Use translate-character.
6717 (ccl-encode-viscii, ccl-encode-viscii-font)
6718 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
6719 Likewize.
bff71087 6720
8e624fa2
KH
6721 * language/cyrillic.el: Remove eval-when-compile.
6722 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
6723 translation table made from cyrillic-koi8-r-decode-table.
6724 (cyrillic-koi8-r-encode-table): Define it as a translation table
6725 made from the reverse map of above.
6726 (ccl-decode-koi8): Use translate-character.
6727 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
6728 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
6729 a translation table made from cyrillic-alternativnyj-decode-table.
6730 (cyrillic-alternativnyj-encode-table): Define it as a translation
6731 table made from the reverse map of above.
6732 (ccl-decode-alternativnyj): Use translate-character.
6733 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
6734 Likewize
6735
6736 * international/mule-diag.el (non-iso-charset-alist): Specify
6737 translation table symbol instead of translation table itself.
6738 (list-block-of-chars): CHARSET may be a translation table symbol.
6739
6740 * international/mule.el (make-coding-system): If CODING-SYSTEM
6741 already exists, override it.
6742
6743 * international/fontset.el: Use family `proportional' for Tibetan
6744 fonts.
6745
6746 * international/ccl.el (ccl-compile-translate-character): Don't
6747 check if Rrr has property translation-table.
6748 (ccl-compile-map-multiple): Modified to avoid compiler warning.
6749
1969fae2
GM
67502000-06-05 Gerd Moellmann <gerd@gnu.org>
6751
6752 * info.el: Bind case-fold-search to t when searching in case
6753 a user sets it to nil in a hook.
6754
d5b037c5
SM
67552000-06-05 Stefan Monnier <monnier@cs.yale.edu>
6756
d3d02e65
SM
6757 * autoarg.el (autoarg-mode, autoarg-kp-mode):
6758 * hl-line.el (hl-line-mode): Use the new :global key argument.
6759
6760 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
6761 (tar-clip-time-string): Prepend a space.
6762 (tar-grind-file-mode): Construct a string rather than modifying one.
6763 (tar-header-block-summarize): Fix docstring.
6764 Use `format' rather than an error-prone set of copy-loops.
6765
6766 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
6767 (diff-goto-source, diff-unified->context, diff-context->unified)
6768 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
6769 understand the format output by the `-p' argument to diff.
6770
bff71087 6771 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
6772 (sh-re-done): Use defconst.
6773 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
6774 (sh-help-string-for-variable, sh-guess-basic-offset):
6775 Don't quote lambdas.
6776 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
6777 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
6778
f7c4478f
SM
6779 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
6780 (mh-letter-mode): Derive from text-mode.
6781 This implicitly means that it now calls kill-all-local-variables.
6782 Also remove the Emacs-18 compatibility code.
6783
a8add29d
SM
6784 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
6785 Make use of symbol-property doc-string-elt.
6786 Use memq rather than a sequence of eq.
6787 (doc-string-elt): Fix the wrong or missing previously unused values.
6788 (autoload-print-form): New function extracted from
6789 generate-file-autoloads to allow recursion when handling progn
6790 so that defvar's and defun's docstrings are properly printed.
6791 (generate-file-autoloads): Use it.
6792
d5b037c5
SM
6793 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
6794 Use find-file-hooks in the minor-mode function.
6795 Be careful not to loop indefinitely in the post-command-hook function.
6796
560ef11a 67972000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 6798
1969fae2 6799 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 6800 tty's.
1969fae2 6801 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 6802 differences whenever appropriate.
1969fae2
GM
6803 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
6804 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
6805 wildcards.
6806
b5bbbb76
SM
68072000-06-04 Stefan Monnier <monnier@cs.yale.edu>
6808
d5b037c5
SM
6809 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
6810 (jit-lock-fontify-buffer): New function for JIT refontification.
6811 (jit-lock-mode): Fix docstring.
6812 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
6813 Remove jit-lock-after-change from the _local_ hook.
6814 (jit-lock-function-1): Fix docstring.
6815
6816 * info.el (Info-on-current-buffer): Initialize info.
6817
6818 * newcomment.el (comment-indent): Ignore comment-indent-hook.
6819
6820 * progmodes/tcl.el (tcl-indent-for-comment):
6821 Ignore comment-indent-hook.
6822
6823 * emacs-lisp/easy-mmode.el: Require CL during compilation.
6824 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
6825 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
6826 and improve to use the lighter to guess the capitalization.
6827 (define-minor-mode): Inline code from easy-mmode-define-toggle.
6828 Add keyword arguments to specify global-ness or the custom group.
6829 Add local-map and help-echo properties to the lighter.
6830 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 6831 (easy-mmode-define-global-mode): New macro.
b5bbbb76 6832
bfa6c260
DL
68332000-06-02 Dave Love <fx@gnu.org>
6834
6835 * wid-edit.el: byte-compile-dynamic since we typically don't use
6836 all the widgets. Don't require cl or widget. Remove
6837 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
6838 (widget-read-event): Removed. Callers changed to use read-event.
6839 (widget-button-release-event-p): Renamed from
6840 button-release-event-p.
6841 (widget-field-add-space, widget-field-use-before-change):
6842 Uncustomize.
6843 (widget-specify-field): Use keymap property, not local-map.
6844 (widget-specify-button): Obey :suppress-face.
6845 (widget-specify-insert): Use modern backquote syntax.
6846 (widget-image-directory): Renamed from widget-glyph-directory.
6847 (widget-image-enable): Renamed from widget-glyph-enable.
6848 (widget-image-find): Replaces widget-glyph-find.
6849 (widget-button-pressed-face): Move defvar.
6850 (widget-image-insert): Replaces widget-glyph-insert.
6851 (widget-convert): Use keywordp.
6852 (widget-leave-text, widget-children-value-delete): Use mapc.
6853 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 6854 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
6855 (widget-button-click): Don't set point at the click, but re-centre
6856 if we scroll out of window. Rewritten for images v. glyphs &c.
6857 (widget-tabable-at): Use POS arg, not point.
6858 (widget-beginning-of-line, widget-end-of-line)
6859 (widget-item-value-create, widget-sublist, widget-princ-to-string)
6860 (widget-sexp-prompt-value, widget-echo-help): Simplify.
6861 (widget-default-create): Use widget-image-insert; some rewriting.
6862 (widget-visibility-value-create)
6863 (widget-push-button-value-create, widget-toggle-value-create): Use
6864 widget-image-insert.
6865 (checkbox): Create on and off images dynamically.
6866 (documentation-link): Change :help-echo.
6867 (widget-documentation-link-echo-help): Remove.
6868
3837de12
SM
68692000-06-02 Stefan Monnier <monnier@cs.yale.edu>
6870
6871 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
6872
6873 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
6874 (easy-mmode-define-toggle, define-minor-mode): Use it.
6875 (easy-mmode-define-keymap): Docstring fix.
6876 (define-derived-mode): Default PARENT to fundamental-mode.
6877 Add the derived-mode-parent symbol-property.
6878 (easy-mmode-derived-mode-p): New function.
6879
90aa4ea8
DL
68802000-06-02 Dave Love <fx@gnu.org>
6881
37193ee6
DL
6882 * files.el (convert-standard-filename): Doc fix.
6883 (normal-backup-enable-predicate): New function.
6884 (backup-enable-predicate): Use it to replace the lambda form.
6885
6886 * calendar/todo-mode.el: [This needs more work on the outline
6887 stuff.] Doc fixes.
6888 (todo) <defgroup>: Add :version.
6889 (todo-add-category): Don't use pushnew.
6890 (todo-cmd-raise): Fix typo.
6891 (todo-top-priorities): Change temp buffer name.
6892 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
6893 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
6894 Use outline-next-heading.
37193ee6 6895
90aa4ea8
DL
6896 * autoarg.el: Rewritten to use define-minor-mode.
6897 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
6898 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
6899
2e54623a
KH
69002000-06-02 Kenichi Handa <handa@etl.go.jp>
6901
6902 * isearch.el (isearch-other-meta-char): Fix previous change.
6903
c5def0db
SM
69042000-06-01 Stefan Monnier <monnier@cs.yale.edu>
6905
3837de12
SM
6906 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
6907 (log-edit-done): Only add the comment to the ring if it's different
6908 from the last comment entered.
6909
c5def0db
SM
6910 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
6911
2330c9d4
DL
69122000-06-01 Dave Love <fx@gnu.org>
6913
6914 * hl-line.el: Rewritten using define-minor-mode.
6915
6916 * help.el (describe-function-1): Distinguish special form from
6917 builtin function. Sanity-check presence of arglist for builtins.
6918
6e5dfc31
KH
69192000-06-01 Kenichi Handa <handa@etl.go.jp>
6920
4dc1225b
KH
6921 * international/characters.el: Fix syntax/category setting of
6922 Tibetan characters.
6923
6924 * language/tibet-util.el (tibetan-add-components): Fixes for new
6925 encoding of Tibetan characters.
6926 (tibetan-decompose-precomposition-alist): New variable.
6927 (tibetan-decompose-region): Convert precomposed characters to
6928 non-precomposed characters.
6929 (tibetan-decompose-string): Likewise.
6930 (tibetan-composition-function): Fix args to
6931 thibetan-compose-string.
6932
6933 * language/tibetan.el (tibetan-composable-pattern): More
6934 characters included.
6935 (tibetan-consonant-transcription-alist): Rule for "R" added.
6936 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
6937 "+R" added.
6938 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
6939
eadef5e6
KH
6940 * language/lao-util.el (lao-composition-function): Fix args to
6941 compose-string.
6942
6943 * language/thai-util.el (thai-composition-function): Fix args to
6944 compose-string.
6945
6e5dfc31 6946 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
6947 to prevent the point moving to the end of a composition when a
6948 part of a composition is searched.
6e5dfc31
KH
6949 (isearch-other-meta-char): If the key invoking this command can be
6950 mapped by function-key-map to a printing char, call
6951 isearch-process-search-char directly.
6952
2598a293
SM
69532000-06-01 Stefan Monnier <monnier@cs.yale.edu>
6954
6955 * emacs-lisp/bytecomp.el:
6956 * frame.el:
6957 * international/mule-cmds.el:
6958 * international/mule-util.el:
6959 * international/mule.el:
6960 * mouse.el:
6961 * subr.el:
6962 * faces.el: Update calls to make-obsolete with a WHEN argument.
6963
6964 * byte-run.el (make-obsolete, make-obsolete-variable):
6965 Add an optional WHEN argument and change the format of the
bff71087 6966 symbol-property information.
2598a293
SM
6967 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
6968 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
6969 new obsolete-symbol-property format and print WHEN if it is provided.
6970
28d8dff1
DL
69712000-05-31 Dave Love <fx@gnu.org>
6972
6973 * loadhist.el (loadhist-hook-functions): Remove
6974 before-change-function, after-change-function.
6975 (unload-feature): Deal with symbols which are both bound and
6976 fbound.
6977
6978 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
6979 before-change-function, after-change-function.
6980
6981 * simple.el (newline): Don't bind before-change-function,
6982 after-change-function.
6983
7f565d87
RV
69842000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
6985
6986 * whitespace.el (whitespace-rescan-timer-time): Update interval
6987 set to 600 seconds (10 minutes) instead of 60 seconds since
6988 a large number of whitespace buffers causes emacs to `freeze'
6989 for a considerable amount of time.
6990
bff71087 6991 * whitespace.el: Updated email address
7f565d87 6992
a8d693d8
DL
69932000-05-31 Dave Love <fx@gnu.org>
6994
6995 * add-log.el (change-log-font-lock-keywords) <function>: Add
6996 pattern for function of change.
6997 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
6998 acknowledgements patterns.
6999
a50192e7
KH
70002000-05-31 Kenichi Handa <handa@etl.go.jp>
7001
7002 * isearch.el (isearch-printing-char): If keyboard coding system is
7003 being used, call isearch-process-search-multibyte-characters.
7004
7005 * international/isearch-x.el: Mostly rewritten.
7006
7007 * international/quail.el (quail-start-conversion): Don't include
7008 unhandled events in the returned events, but set them in
7009 unread-command-events. Exit if all inputs are deleted.
7010
7e492772
JR
70112000-05-30 Jason Rumney <jasonr@gnu.org>
7012
7013 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
7014
7015 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
7016 Reenable code to create initial fontsets.
7017 Use set-fontset-font in place of put-charset-property.
7018
10fc3187
GM
70192000-05-30 Gerd Moellmann <gerd@gnu.org>
7020
79148ea7
GM
7021 * progmodes/perl-mode.el (perl-indent-line): When looking for a
7022 label, ensure that the first colon isn't followed by another.
7023
7024 * paths.el (Info-default-directory-list): Doc fix.
7025
086d5b87
GM
7026 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
7027 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
7028 send a query containing USER only, not USER@HOST.
7029
10fc3187
GM
7030 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
7031 and rmail-msgend to compute the restriction at the end, instead of
7032 computing it.
7033
49e70dec
GM
70342000-05-29 Gerd Moellmann <gerd@gnu.org>
7035
66254a13
GM
7036 * dabbrev.el (dabbrev-expand): Don't display messages in the
7037 echo area if the minibuffer window is active.
7038
49e70dec
GM
7039 * jit-lock.el (jit-lock-mode): Add after change function to
7040 local hook.
7041
70422000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
7043
7044 * antlr-mode.el: New commands: hide/unhide actions,
7045 upcase/downcase literals.
7046 (antlr-tiny-action-length): New user option.
7047 (antlr-hide-actions): New command. Suggested by
7048 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 7049 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
7050 (antlr-mode-menu): New entries.
7051 (antlr-downcase-literals): New command.
7052 (antlr-upcase-literals): Ditto.
7053
7054 * antlr-mode.el: Minor changes: indendation, mode-name.
7055 (antlr-indent-line): Indent cpp directive at column 0.
7056 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
7057
7058 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
7059 (antlr-font-lock-additional-keywords): Workaround for intentional
7060 bug in XEmacs version of font-lock.
7061 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
7062 be used by a smarter version of `buffers-menu-grouping-function'.
7063
70642000-05-29 Gerd Moellmann <gerd@gnu.org>
7065
7066 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
7067 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
7068
49f93684
KH
70692000-05-29 Kenichi Handa <handa@etl.go.jp>
7070
7071 * international/encoded-kb.el
7072 (encoded-kbd-iso2022-designation-map): Pay attention to that
7073 charset-iso-final-char return -1 for eight-bit-control and
7074 eight-bit-graphic.
7075
5b1ae051
EZ
70762000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
7077
7078 * speedbar.el (speedbar-use-images, speedbar-update-flag)
7079 (speedbar-easymenu-definition-base): Use display-graphic-p where
7080 available, instead of window-system.
7081
a205e32a
EZ
70822000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
7083
7084 * international/codepage.el (cp-coding-system-for-codepage-1): Add
7085 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
7086 coding systems.
7087
dd854dc2
DL
70882000-05-26 Dave Love <fx@gnu.org>
7089
c88a85d5
DL
7090 * disp-table.el (standard-display-underline): Don't use
7091 internal-find-face.
7092
dd854dc2
DL
7093 * mail/reporter.el: Maintainer change. Doc fixes.
7094 (reporter-version): Deleted.
7095
7096 * emacs-lisp/elp.el: Maintainer change.
7097 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
7098
dc29aa6c
SM
70992000-05-26 Stefan Monnier <monnier@cs.yale.edu>
7100
7101 * add-log.el (add-change-log-entry): Merge the current entry with the
7102 previous one if the previous one is empty.
7103
ed62683d
DL
71042000-05-26 Dave Love <fx@gnu.org>
7105
4370a375
DL
7106 * loadhist.el (unload-feature): Fix interactive spec [from
7107 lijnzaad@ebi.ac.uk].
7108
ed62683d
DL
7109 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
7110 subr-arity to check primitives.
7111 (byte-compile-flush-pending, byte-compile-file-form-progn)
7112 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
7113 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
7114 mapcar.
7115
ba9f8f95
KH
71162000-05-26 Kenichi Handa <handa@etl.go.jp>
7117
0f3e0672
KH
7118 * international/fontset.el: Set family names of non-latin charsets
7119 in default fontset to "*".
7120
cebefb44
KH
7121 * international/mule-diag.el (print-fontset): Combine family part
7122 and registry part of the fontname by "-*-" instead of "-".
7123
ba9f8f95
KH
7124 * international/mule-cmds.el (encode-coding-char): Make strings
7125 multibyte before calling encode-coding-string.
7126
931d0724
SM
71272000-05-25 Stefan Monnier <monnier@cs.yale.edu>
7128
7129 * derived.el: Fix keywords.
8ccce2b0 7130 (define-derived-mode): Only define if needed.
931d0724
SM
7131
7132 * simple.el (fill-comment, comment-column, comment-start)
7133 (comment-start-skip, comment-end, comment-indent-function)
7134 (block-comment-start, block-comment-end, indent-for-comment)
7135 (set-comment-column, kill-comment, comment-padding, comment-region)
7136 (comment-multi-line, indent-new-comment-line): Remove.
7137
7138 * bindings.el (esc-map): Change ; to comment-dwim and use the new
7139 function names for comment operations.
7140
7141 * newcomment.el: Add abundant autoload cookies.
7142 (comment-style): Don't depend on runtime data at compile-time.
7143 (comment-indent-hook): Remove.
7144 (comment-indent): Check if comment-indent-hook is bound.
7145 (comment-region): Docstring fix.
7146
6fc596cf
DL
71472000-05-25 Dave Love <fx@gnu.org>
7148
7149 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
7150 byte-code-function-p.
7151
7152 * mail/rmailsum.el: Add provide.
7153
7154 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
7155
7156 * smerge-mode.el (smerge-diff-switches): Don't use list* in
7157 defcustom.
7158
7997f1ca 71592000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 7160
7997f1ca
MK
7161 * ediff-diff.el (ediff-exec-process): delete --binary option from
7162 non-buffer ediff jobs.
7f565d87 7163
e7a903e8
EZ
71642000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7165
7166 * hilit-chg.el (highlight-changes-mode): Ask about color or
7167 grayscale support, not about window-system.
7168
7169 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
7170 window-system.
7171 (ffap-highlight): Always default to t.
7172
7173 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
7174 display-popup-menus-p instead of looking at window-system.
7175
7176 * disp-table.el (standard-display-g1, standard-display-graphic):
7177 Only refuse to use string glyphs on X and MS-Windows.
7178
7179 * avoid.el: Remove window-system from commentary, suggest to use
7180 display-*-p instead.
7181
7182 * apropos.el (apropos-print): Use display-mouse-p instead of
7183 window-system.
7184
14028d57
EZ
71852000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7186
7187 * international/codepage.el (cp-decoding-vector-for-codepage):
7188 Fill up unsupported characters with their own codes. From Kenichi
7189 Handa.
7190
1a4f9cc1
EZ
71912000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7192
7193 * international/mule-diag.el (describe-char-after): Use
7194 display-graphic-p instead of window-system, so that this function
7195 works on MS-DOS.
7196
89f6ca4e
EZ
71972000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7198
7199 * international/codepage.el (cp-make-coding-systems-for-codepage):
7200 Remove the eight-bit-graphic and eight-bit-control charsets from
7201 the list of charsets which we convert into `?'.
7202
eacfd7fe
KH
72032000-05-25 Kenichi Handa <handa@etl.go.jp>
7204
7205 * international/mule-conf.el: Specify CHARSET-ID explicitely for
7206 private charsets.
7207 (mule-unicode-0100-24ff, japanese-jisx0213-1,
7208 japanese-jisx0213-2): New charsets.
7209
7210 * international/fontset.el: Setup default fontset for new charsets.
7211
deadf7e3
DL
72122000-05-24 Dave Love <fx@gnu.org>
7213
7214 * info.el (Info-find-node-2): Restructure [following "Vadim
7215 S. Solomin" <sovs@uic.nnov.ru>].
7216
7217 * icomplete.el: Fix header for Finder.
7218
72192000-05-24 Eric M. Ludlam <zappo@ultranet.com>
7220
7221 * rmailout.el (rmail-output-to-rmail-file): Added optional param
7222 STAY.
7223
7224 * rmail.el (rmail-automatic-folder-directives): New user variable.
7225 (rmail-show-message): Add call to `rmail-auto-file' during
7226 display.
7227 (rmail-auto-file): New function.
7228
6de3983f 72292000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 7230
fc6a6a4e 7231 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 7232 account.
fc6a6a4e
GM
7233 (ediff-test-utility,ediff-diff-mandatory-option)
7234 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 7235 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 7236
fc6a6a4e 7237 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 7238 variable.
7f565d87 7239
fc6a6a4e 7240 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
7241 ediff-merge-filename-prefix.
7242
fc290d1d
MK
72432000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7244
fc6a6a4e 7245 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 7246
273182b8
EZ
72472000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
7248
7249 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
7250 aliases for hebrew-iso-8bit.
7251
f471ea57
EZ
72522000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
7253
7254 * woman.el: New version from Francis J. Wright
7255 <F.J.Wright@Maths.QMW.ac.uk>.
7256 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
7257 names in environment variables regardless of the path separator.
7258 (woman-topic-all-completions-1): Don't call file-name-directory-p
7259 on all files, since woman-file-regexp already filters out any
7260 directories.
7261
01162f24
KH
72622000-05-24 Kenichi Handa <handa@etl.go.jp>
7263
48e3df76
KH
7264 * international/quail.el (quail-start-translation): Don't change
7265 modified-p of the current buffer.
7266 (quail-start-conversion): Likewise.
7267
7268 * international/kkc.el (kkc-region): Don't change modified-p of
7269 the current buffer.
7270
747d90ea
KH
7271 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
7272 conform to RFC1468.
7273 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 7274
17a223ff
EL
72752000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
7276
7277 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
7278 (speedbar-insert-button): Invisible text property fix.
7279 (speedbar-directory-plus): Renamed from speedbar-directory-+
7280 (speedbar-directory-minus): Renamed from speedbar-directory--
7281 (speedbar-page-plus): Renamed from speedbar-file-+
7282 (speedbar-page-minus): Renamed from speedbar-file--
7283 (speedbar-page): Renamed from speedbar-file-
7284 (speedbar-tag): Renamed from speedbar-tag-
7285 (speedbar-tag-plus): Renamed from speedbar-tag-+
7286 (speedbar-tag-minus): Renamed from speedbar-tag--
7287 (speedbar-expand-image-button-alist): Use above renames.
7288
7289 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
7290 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
7291 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
7292 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
7293 * sb-pg.xpm: Renamed from sb-file.xpm
7294 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
7295 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 7296
e6b6fc18
KH
72972000-05-24 Kenichi Handa <handa@etl.go.jp>
7298
7299 * international/quail.el (quail-show-guidance-buf): Set
7300 current-input-method of the guidance buffer to the name of the
7301 curren input method.
7302
a1a336eb
SM
73032000-05-23 Stefan Monnier <monnier@cs.yale.edu>
7304
7305 * progmodes/compile.el (compile-internal): Style typo.
7306
7307 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
7308 quote vars and functions in the docstring.
7309
7310 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
7311
7312 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
7313 Don't quote lambdas.
7314
7315 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
7316
9695b783
GM
73172000-05-23 Gerd Moellmann <gerd@gnu.org>
7318
716e3b88
GM
7319 * startup.el (command-line): Determine source file of compiled
7320 user init file differently. Warn if compiled user init file
7321 is older than its source file.
7322
9695b783 7323 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 7324
41ac433f
EZ
73252000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
7326
7327 * files.el (make-backup-file-name-1): Replace slashes with `!'
7328 rather than `|' (which is not allowed on Windows). Replace the
7329 drive letters with a string "drive_X".
7330
46600ab1
GM
73312000-05-23 Gerd Moellmann <gerd@gnu.org>
7332
7333 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
7334
7335 * files.el (interpreter-mode-alist): Add `bash2'.
7336
79a64d87
DL
73372000-05-22 Dave Love <fx@gnu.org>
7338
7339 * loadhist.el (feature-symbols, file-provides, file-requires): Use
7340 mapc.
7341 (feature-file): Avoid calling symbol-name. Doc fix.
7342 (file-set-intersect, file-dependents): Use dolist, not mapcar.
7343 (loadhist-hook-functions): Add mouse-position-function.
7344 (unload-feature): Change uses of mapcar.
7345
7346 * files.el (parse-colon-path): Doc fix.
7347 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
7348 (set-auto-mode): Use mapc.
7349
7350 * complete.el (PC-look-for-include-file): Use :alnum: character
7351 class.
7352 (partial-completion-mode): Add autoload cookie.
7353
0e8c11d8
SS
73542000-05-22 Sam Steingold <sds@gnu.org>
7355
ce75fd23 7356 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
7357 `add-text-properties' (bug introduced on 2000-05-18).
7358
d8d0fa6c
DL
73592000-05-22 Dave Love <fx@gnu.org>
7360
7361 * bindings.el: Remove debug-ignored-errors set in other files.
7362
7363 * progmodes/etags.el: Add to debug-ignored-errors.
7364 (visit-tags-table-buffer): Clear out buffers holding old tables
7365 when making a new list.
7366 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
7367 mapc.
7368
7369 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
7370 quote keywords.
7371 (cmpl-string-case-type): Use character classes.
7372
0e8c11d8
SS
7373 * comint.el:
7374 * textmodes/ispell.el:
7375 * imenu.el:
d8d0fa6c
DL
7376 * mail/mh-e.el:
7377 * progmodes/compile.el: Add to debug-ignored-errors.
7378
7379 * dabbrev.el: Add to debug-ignored-errors.
7380 (dabbrev-completion): Use mapc.
7381
1edbbf8a
EZ
73822000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
7383
7384 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
7385 (woman-mapcan, woman-parse-man.conf)
7386 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
7387 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
7388 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
7389 path syntax better.
7390 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
7391 (woman-manpath): Call woman-parse-man.conf.
7392 (woman-emulation): New defcustom, defaults to nroff.
7393 (woman-font-support): New defconst.
7394 (woman-use-symbol-font): New defcustom.
7395 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
7396 "Emulation".
7397 Many functions: Doc fix.
7398
5bd2148c
KH
73992000-05-22 Kenichi Handa <handa@etl.go.jp>
7400
7401 * international/quail.el (quail-simple-translation-keymap): Map
7402 128..255 to quail-self-insert-command.
7403 (quail-keyboard-layout-alist): Add definition for "pc102-de".
7404
4125ec7e
SM
74052000-05-22 Stefan Monnier <monnier@cs.yale.edu>
7406
a1a336eb
SM
7407 * help.el (help-manyarg-func-alist): Typo.
7408
40aeecad
SM
7409 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
7410 intervals which makes it heaps simpler.
7411
4125ec7e
SM
7412 * newcomment.el (comment-region-internal): Go back to BEG after quoting
7413 the nested comment markers.
e4da9c1c
SM
7414
7415 * subr.el (remove-hook): Don't turn the hook's value into a list.
7416
cb7216a7
DL
74172000-05-21 Dave Love <fx@gnu.org>
7418
ac266581
DL
7419 * edmacro.el (edmacro-parse-keys): Return vector if any elements
7420 are invalid characters.
7421
cb7216a7
DL
7422 * international/mule-util.el (detect-coding-with-priority): Use
7423 mapc. Remove redundant lambda.
7424
7425 * international/mule-diag.el (list-non-iso-charset-chars)
7426 (describe-fontset): Remove redundant lambda.
7427
7428 * emulation/crisp.el (brief-mode): New alias.
7429
7430 * emacs-lisp/ring.el (ring-elements): New function.
7431
7432 * emacs-lisp/easymenu.el (easy-menu-create-menu)
7433 (easy-menu-do-add-item): Use keywordp.
7434
7435 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
7436
7437 * replace.el: Doc and error message fixes.
7438 (replace-highlight): Use facep, not internal-find-face.
7439
9b0d1d6e
SM
74402000-05-20 Stefan Monnier <monnier@cs.yale.edu>
7441
b2d2cf58
SM
7442 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
7443
ffe7dc64
SM
7444 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
7445 (log-edit-insert-changelog): Drop `:' as well.
7446
7447 * log-view.el: Fix file description.
7448 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
7449 available.
7450 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
7451 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
7452
c8c21615
SM
7453 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
7454 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
7455 Print a status message if the toggle is called interactively.
7456 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
7457 for global minor modes and use `defcustom' for them.
7458 Use add-minor-mode.
7459 (easy-mmode-define-derived-mode): Remove.
7460 (define-derived-mode): Fancier default docstring.
7461 (easy-mmode-define-navigation): Signal an error rather than (ding).
7462
9b0d1d6e
SM
7463 * newcomment.el (comment-styles): New `box-multi'.
7464 (comment-normalize-vars): Better default for comment-continue to
7465 avoid whitespace-only continuations.
7466 (comment-search-forward): Always move even in the no-syntax case.
7467 (comment-padright): Only obey N if it's only obeyed for padleft.
7468 (comment-make-extra-lines): Better handling of empty continuations.
7469 Use `=' for the filler if comment-start has only one character.
7470 (uncomment-region): Try handling the special `=' filler.
7471 (comment-region): Allow LINES even if MULTI is nil.
7472 (comment-box): Choose box style based on comment-style.
7473
f5ee6d0f
KH
74742000-05-20 Kenichi Handa <handa@etl.go.jp>
7475
9b0d1d6e 7476 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
7477 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
7478
c9671f81
KH
74792000-05-20 Kenichi HANDA <handa@etl.go.jp>
7480
7481 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
7482 and insert, not subst-char-in-region.
7483
7484 * international/mule-diag.el (list-character-sets-1): Handle
7485 charsets eight-bit-control and eight-bit-graphic.
7486 (list-iso-charset-chars): Likewise.
7487 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
7488 charactes as is. Use indent-to to align characters.
7489
7490 * international/mule-cmds.el (find-multibyte-characters): Never
7491 exclude charsets eight-bit-control and eight-bit-graphic.
7492
1426aa5c
SM
74932000-05-19 Stefan Monnier <monnier@cs.yale.edu>
7494
7495 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
7496 Don't quote lambdas.
7497
7498 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
7499
2b63d473
GM
75002000-05-19 Gerd Moellmann <gerd@gnu.org>
7501
7502 * gud.el (gud-jdb-directories): Doc fix.
7503
f1355756
SM
75042000-05-19 Stefan Monnier <monnier@cs.yale.edu>
7505
7506 * newcomment.el: New file.
7507
5f64c9e0
GM
75082000-05-19 Gerd Moellmann <gerd@gnu.org>
7509
2b63d473 7510 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 7511
db7314bd
AS
75122000-05-18 Andreas Schwab <schwab@suse.de>
7513
7514 * dired.el (dired-between-files): Also skip lines beginning with
7515 `used'.
7516
25bb0401
GM
75172000-05-18 Gerd Moellmann <gerd@gnu.org>
7518
7519 * msb.el (msb-menu-cond): Add choice `user'.
7520
a199a865 75212000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 7522
a199a865
GM
7523 * ps-print.el: Compatibility, customization and doc fix.
7524 (ps-printer-name-option): Replace defconst by defvar.
7525 (ps-postscript-code-directory): XEmacs compatibility.
7526 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
7527 fix.
7528 (ps-user-defined-prologue, ps-print-prologue-header)
7529 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
7530 compatibility and code fix.
7531 (ps-print-background-image, ps-print-background-text):
7532 Customization fix.
7533 (ps-line-number-start, ps-n-up-on): New vars.
7534
25bb0401
GM
75352000-05-18 Espen Skoglund <esk@ira.uka.de>
7536
7537 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
7538 the indent-comment function to just return the appropriate indent.
7539
68e6c83a
EL
75402000-05-18 Eric M. Ludlam <zappo@ultranet.com>
7541
7542 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
7543 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
7544 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
7545
dae6cb9f
DL
75462000-05-18 Dave Love <fx@gnu.org>
7547
7548 * info.el (Info-fontify-node): Add intangible property as well as
7549 invisible.
7550
7551 * calendar/appt.el (appt-make-list): Match all lines of entry.
7552 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
7553
813086ea
KH
75542000-05-18 Kenichi Handa <handa@etl.go.jp>
7555
7556 * international/mule-diag.el (describe-char-after): Call
7557 internal-char-font, not char-font. If internal-char-font returns
7558 nil, display "-- none --".
7559
24978190
EZ
75602000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
7561
7562 * image.el (image-type-available-p): Don't reference image-types
7563 if it isn't bound.
7564
2fca2d5d
SM
75652000-05-17 Stefan Monnier <monnier@cs.yale.edu>
7566
7567 * autoarg.el (autoarg-mode): Typo in the :set argument.
7568
cfc75d05
EZ
75692000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
7570
7571 * startup.el (command-line-1): Don't signal an error if the
7572 directory for auto-save-list files does not yet exist.
7573
c4e30387
KH
75742000-05-17 Kenichi Handa <handa@etl.go.jp>
7575
7576 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
7577
dd6b8ea7
SM
75782000-05-16 Stefan Monnier <monnier@cs.yale.edu>
7579
7580 * subr.el (remove-hook): `setq' hook-value, not `set'.
7581
399c88ad
SS
75822000-05-16 Sam Steingold <sds@gnu.org>
7583
a199a865 7584 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 7585
01651f07
DL
75862000-05-16 Dave Love <fx@gnu.org>
7587
7588 * cus-edit.el: Don't require cl or easymenu.
7589 (custom-variable-prompt): Test standard-value property, not
7590 user-variable-p.
7591
2248c40d
SS
75922000-05-16 Sam Steingold <sds@gnu.org>
7593
7594 * subr.el (add-hook): `setq' hook-value, not `set'.
7595
b15f3b77
GM
75962000-05-16 Gerd Moellmann <gerd@gnu.org>
7597
7598 * startup.el (command-line-1): Mention the FAQ in the startup
7599 message.
7600
7601 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
7602
7603 * progmodes/compile.el (compilation-parse-errors): Collect
7604 `nomessage' regexps last.
7605
7606 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
7607
7608 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
7609 to the function name.
7610
f9bbcfac
EL
76112000-05-15 Dave Love <fx@gnu.org>
7612
7613 * speedbar.el (speedbar-recenter): Typo.
7614 (speedbar-expand-line): Make arg optional.
7615 (speedbar-mode): Avoid a compiler warning.
7616
119b42eb
GM
76172000-05-15 Gerd Moellmann <gerd@gnu.org>
7618
7619 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
7620 user-specified option string is empty.
7621
7622 * mouse.el (mouse-yank-at-click): Doc fix.
7623
f685bea9
EZ
76242000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
7625
7626 * term/internal.el (IT-character-translations): More updates of
7627 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
7628 documents.
7629
a1b8d58b
GM
76302000-05-15 Gerd Moellmann <gerd@gnu.org>
7631
7632 * env.el (getenv): New function, interactively callable.
7633 (setenv, getenv): Remove autoload cookies.
7634
7635 * loadup.el: Load `env'.
7636
7637 * progmodes/f90.el: Change author's mail address.
7638
c9bba7ed
DL
76392000-05-14 Dave Love <fx@gnu.org>
7640
e5c83697
DL
7641 * mail/rmail.el (rmail-show-message-hook): Customize and offer
7642 goto-addr as an option.
7643
7644 * help.el (help-xref-stack): Doc fix.
7645 (help-xref-following): New variable.
7646 (help-make-xrefs): Use it.
7647 (help-xref-go-back): Use position information from stack element.
7648 (help-follow): Make position in stack element a pair. Use
7649 help-xref-following.
399c88ad 7650
e5c83697
DL
7651 * autoarg.el: New file.
7652
7653 * faces.el: Declare more functions obsolete.
7654
c9bba7ed
DL
7655 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
7656 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
7657 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
7658 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
7659 Remove all the setup-...-environment functions.
7660
b6389bfb
EL
76612000-05-13 Eric M. Ludlam <zappo@ultranet.com>
7662
a1b8d58b
GM
7663 * speedbar.el: Updated the commentary section. xemacs20p now uses
7664 >= when detecting. Require `defimage' safely.
b6389bfb
EL
7665 (speedbar-easymenu-definition-base): Add toggle for images.
7666 (speedbar-easymenu-definition-special): Add flush cache & expand.
7667 (speedbar-visiting-tag-hook): Set new defaults. Added options.
7668 (speedbar-reconfigure-keymaps-hook): New variable.
7669 (speedbar-frame-parameters): Updated documentation.
7670 (speedbar-use-imenu-flag): Updated custom tag
7671 (speedbar-dynamic-tags-function-list): New variable.
7672 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
7673 (speedbar-indentation-width, speedbar-indentation-width) New
7674 variables.
7675 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
7676 (speedbar-vc-indicator): Doc update.
7677 (speedbar-ignored-path-expressions): Updated default value.
7678 (speedbar-supported-extension-expressions): Updated default value.
7679 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
7680 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
7681 as "+". Added overlay aliases.
7682 (speedbar-mode): Use `speedbar-mode-line-update' instead of
7683 `force-mode-line-update'.
7684 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
7685 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
7686 `mouse-set-point'
b6389bfb 7687 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
7688 (speedbar-item-info-tag-helper): Revamped to handle a wider range
7689 of arbitrary text, and new helper functions.
7690 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
7691 filename finder.
b6389bfb
EL
7692 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
7693 (speedbar-directory-buttons): Update path search/expansion.
7694 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
7695 `speedbar-indentation-width'. Use more care w/ invisible
7696 properties.
b6389bfb
EL
7697 (speedbar-change-expand-button-char): Call
7698 `speedbar-insert-image-button-maybe'.
7699 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
7700 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
7701 (speedbar-trim-words-tag-hierarchy)
7702 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 7703 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
7704 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
7705 functions.
b6389bfb
EL
7706 (speedbar-mouse-set-point): New function
7707 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
7708 (speedbar-line-token, speedbar-goto-this-file): Handle more types
7709 of tag prefix text.
7710 (speedbar-expand-line, speedbar-contract-line): Make more robust
7711 to strange text.
7712 (speedbar-expand-line): Takes universal argument to flush the
7713 cache.
b6389bfb
EL
7714 (speedbar-flush-expand-line): New function.
7715 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
7716 Use new generator insertion method.
7717 (speedbar-fetch-dynamic-tags): New function.
7718 (speedbar-fetch-dynamic-imenu): Removed code now handled in
7719 `speedbar-fetch-dynamic-imenu'.
7720 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
7721 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
7722 "Revert Buffer" menu items.
7723 (speedbar-buffer-buttons-engine): Be smarter when creating a
7724 filename tag (for expansion purposes.).
a1b8d58b
GM
7725 (speedbar-highlight-one-tag-line,
7726 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
7727 (speedbar-recenter): New functions.
b6389bfb 7728 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
7729 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
7730 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
7731 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
7732 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
7733 (speedbar-expand-image-button-alist): New variable.
7734 (speedbar-insert-image-button-maybe): Insert an image over some
7735 buttons.
7736
43fe9244
KH
77372000-05-13 Kenichi Handa <handa@etl.go.jp>
7738
7739 * international/mule-cmds.el (encode-coding-char): An ASCII
7740 character is always encodable.
7741
7742 * international/mule-conf.el: Add more information in descriptions
7743 of character sets.
7744
813086ea 7745 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
7746 (describe-font-internal): Adjusted for the change of font-info.
7747 (describe-font): Likewise.
7748 (print-fontset): Rewritten for the new fontset implementation.
7749 (describe-fontset): Include fontset alias names in completion.
7750 (list-fontsets): Adjusted for the change of print-fontset.
7751
7752 * simple.el (what-cursor-position): If DETAIL is non-nil, call
7753 describe-char-after instead of displaying the detail in the echo
7754 area.
813086ea
KH
7755 (syntax-code-table): Format changed.
7756 (string-to-syntax): Adjusted for the above change.
0e8c11d8 7757
e8564f57
SM
77582000-05-12 Stefan Monnier <monnier@cs.yale.edu>
7759
7760 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
7761
9278c60d
DL
77622000-05-12 Dave Love <fx@gnu.org>
7763
7764 * calendar/todo-mode.el: Remove some compatibility stuff and CL
7765 dependence. Use line-{beginning,end}-position, not
7766 point-at{b,e}ol. Some doc fixes.
7767 (todo-position): New function. Fix callers of position to use it.
7768 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
7769
be0505fe
GM
77702000-05-12 Gerd Moellmann <gerd@gnu.org>
7771
7772 * time.el (display-time-mail-icon): Use `:ascent center'.
7773
a8a3541c
GM
7774 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
7775 handling FTP security extensions.
399c88ad 7776
44d5f148
DL
77772000-05-11 Dave Love <fx@gnu.org>
7778
33d0c179 7779 * calendar/todo-mode.el: New file.
44d5f148 7780
da4496b6
GM
77812000-05-11 Gerd Moellmann <gerd@gnu.org>
7782
cdc4401d
GM
7783 * comint.el (comint-read-input-ring): Move reference to
7784 comint-input-ring-size outside of the save-excursion. It was
7785 causing the default value to be the only one ever seen.
399c88ad 7786
0279f991
GM
7787 * font-lock.el: Update copyright. Remove Simon Marshall's email
7788 address on request from him.
7789
da4496b6
GM
7790 * subr.el (substitute-key-definition): Add comment describing
7791 the meaning of PREFIX.
7792
ac5cb26d
SM
77932000-05-10 Stefan Monnier <monnier@cs.yale.edu>
7794
7795 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
7796
7797 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
7798 (add-minor-mode): Don't make the variable buffer-local and add a
7799 reference to define-minor-mode in the docstring.
7800
7801 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
7802 HEADER/FOOTER and fix bug with trailing empty directory.
7803 (cvs-append-to-ignore): Use vc-editable-p if available.
7804 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
7805 (vc-do-command): Tweak advice to handle the new VC.
7806
7807 * log-view.el (log-view-goto-rev): New function for the new VC.
7808 (log-view-minor-wrap): Use mark-active.
7809
7810 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
7811 (log-edit-changelog-full-paragraphs): New var.
7812 (log-edit-insert-changelog): Remove a lonely leading `* file'.
7813 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
7814 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
7815 (log-edit-changelog-ours-p, log-edit-changelog-entries)
7816 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
7817 Replace the `cvs' prefix with `log-edit'.
7818
7819 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
7820
7821 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
7822 (diff-font-lock-defaults): Explicitly turn off multiline.
7823 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
7824 (diff-ediff-patch): Fix call to ediff-patch-file.
7825 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
7826 Handle comments.
7827
7828 * frame.el (automatic-hscrolling): Typo.
7829
7830 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
7831
21c34da3
DL
78322000-05-09 Sam Steingold <sds@goems.com>
7833
7834 * apropos.el (apropos-print): use `describe-face' instead of
7835 `customize-face-other-window'.
7836
950cf06f
DL
78372000-05-09 Dave Love <fx@gnu.org>
7838
7839 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
7840
7841 * help.el (describe-variable): Have customize button pop the
7842 help-xref stack when invoked.
7843 (help-xref-symbol-regexp): Add `face'.
7844 (help-make-xrefs): Check for quoted face names and adapt regexp
7845 submatch numbers to cope.
7846 (help-xref-interned): Maybe insert face doc too. Separate
7847 sections with a line of hyphens.
7848
0623e40f 7849 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
7850 (describe-face): Add customize button. Return the help
7851 text. Fix prompt.
7852
82e2ca9d
EZ
78532000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
7854
7855 * term/internal.el (IT-character-translations): Fix last change.
7856
10c00b5c
EZ
78572000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
7858
7859 * woman.el: New file
7860 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
7861
9deed82f
EZ
78622000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
7863
001ad319
EZ
7864 * term/internal.el (IT-character-translations): Update ASCII
7865 simulations for greek-iso8859-7, add latin-iso8859-14 and
7866 latin-iso8859-15.
7867
9deed82f
EZ
7868 * international/mule-cmds.el (set-language-info-alist): Call
7869 define-prefix-command with 3 arguments, to make the map suitable
7870 for a menu.
7871
4f37b78a
DL
78722000-05-07 Dave Love <fx@gnu.org>
7873
d313265f 7874 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 7875
64a4c526
DL
78762000-05-05 Dave Love <fx@gnu.org>
7877
7878 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
7879 list in doc string. Don't quote keyword symbols.
7880 * emacs-lisp/cl.el: Likewise
7881 * emacs-lisp/cl-seq.el: Likewise
7882
056565f7
GM
78832000-05-05 Gerd Moellmann <gerd@gnu.org>
7884
7885 * abbrev.el (abbrev-mode): Make ARG optional.
7886
4656b314
GM
78872000-05-04 Gerd Moellmann <gerd@gnu.org>
7888
ec82fb2f
GM
7889 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
7890
7891 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
7892
4656b314
GM
7893 * subr.el (substitute-key-definition): Clarify documentation.
7894
78952000-05-04 Milan Zamazal <pdm@freesoft.cz>
7896
7897 * glasses.el (glasses-convert-to-unreadable): Use
7898 `glasses-separator' instead of the hard-wired "_".
7899 (glasses-mode): Call `glasses-make-unreadable' only in a single
7900 place.
7901
7b081c78
EZ
79022000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
7903
7904 * term/internal.el (cjk-codepages-alist): Add associations for
7905 Chinese and Korean codepages. Remove FIXME comment.
7906
baa5536e
DL
79072000-05-03 Dave Love <fx@gnu.org>
7908
7909 * time.el (display-time-mail-face, display-time-use-mail-icon):
7910 New option.
7911 (display-time-mail-icon): New variable.
7912 (display-time-string-forms): Use the above. Fix the local-map.
7913
cbf18892
GM
79142000-05-03 Gerd Moellmann <gerd@gnu.org>
7915
4ff40dd0
GM
7916 * replace.el (query-replace-map): Add binding for `E'.
7917 (query-replace-help): Extend help text.
7918 (perform-replace): Allow editing the replacement string.
7919
7920 * make-mode.el (makefile-mode-abbrev-table): New variable.
7921 (makefile-mode): Set local abbrev table to
7922 makefile-mode-abbrev-table.
7923 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 7924
cbf18892
GM
7925 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
7926 set TOGGLE's value.
7927
4ff40dd0
GM
7928 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
7929 mail-interactive-insert-alias.
7930 (mail-abbrev-complete-alias): New command.
7931 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 7932
ffec4d9f
KH
79332000-05-03 Kenichi Handa <handa@etl.go.jp>
7934
7935 * language/lao-util.el (lao-compose-region): New function.
7936
1b0672c3
GM
79372000-05-02 Gerd Moellmann <gerd@gnu.org>
7938
576da55d
GM
7939 * files.el (recover-session): Make directories as necessary
7940 if they don't exist yet.
7941
399c88ad
SS
7942 * calendar/cal-french.el
7943 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
7944 (french-calendar-special-days-array): Change French text.
7945 (calendar-french-date-string): Change output.
7946 (calendar-goto-french-date): Likewise.
7947
79482000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
7949
7950 * wid-edit.el (widget-default-active): Obey `:always-active'.
7951 (widget-documentation-string-value-create): Set `:always-active'.
7952
4b33deaa
EZ
79532000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
7954
7955 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
7956 default prefix to `~/_emacs.d/auto-save.list/_s'.
7957 (normal-top-level): Create the directory for auto-save files, if
7958 it doesn't already exist (in the ms-dos case only).
7959
5c922ea7
EZ
79602000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
7961
7962 * international/mule-cmds.el (set-language-environment): Don't
7963 concat an integer (dos-codepage), use format instead.
7964
820ad5e7
DL
79652000-05-02 Dave Love <fx@gnu.org>
7966
7967 * help.el (help-xref-on-pp): Check for constant symbols.
7968
57cb56f5
GM
79692000-04-29 Gerd Moellmann <gerd@gnu.org>
7970
7971 * startup.el (normal-top-level): Put a condition-case around
7972 the code loading subdirs.el.
7973
79742000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 7975
57cb56f5
GM
7976 * ps-print.el: Upside-down and face background color printing,
7977 line number step, doc fix.
7978 (ps-print-version): New version number (5.2).
7979 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
7980 (ps-face-attribute-list, ps-plot-with-face): Code fix.
7981 (ps-spool-config): Var fix.
7982 (ps-printer-name-option): Const fix.
7983 (ps-print-upside-down, ps-use-face-background)
7984 (ps-line-number-step): New vars.
7985 (ps-window-system, ps-lp-system): New consts.
7986 (ps-face-background): New fun.
7987
084cec2f
GM
79882000-04-28 Richard Stallman <rms@gnu.org>
7989
7990 * files.el (make-auto-save-file-name):
7991 Apply auto-save-file-name-transforms to visited file name
7992 before generating auto save file name.
7993 (auto-save-file-name-transforms): New variable.
7994
399c88ad 7995 * files.el (backup-enable-predicate):
084cec2f
GM
7996 Correctly test for a file under a temporary directory.
7997
c94f4677
GM
79982000-04-28 Gerd Moellmann <gerd@gnu.org>
7999
8000 * subr.el (add-minor-mode): Rewritten.
8001
7b211df5
KH
80022000-04-28 Kenichi Handa <handa@etl.go.jp>
8003
8004 * mail/sendmail.el (sendmail-send-it): Set
8005 buffer-file-coding-system to the selected coding system for MIME
8006 header.
8007
c76e04a8 80082000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 8009
c76e04a8
GM
8010 * dired.el (dired-move-to-filename-regexp): Allow format where
8011 YYYY is followed by two spaces.
e3e36d74 8012
c76e04a8
GM
8013 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
8014 in the second character class of the regexp.
8015
8016 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
8017 mh-etc, too.
353964e3 8018
c76e04a8
GM
8019 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
8020 nil.
399c88ad 8021
353964e3
GM
8022 * subr.el (add-minor-mode): Use `set' instead of `setq'.
8023
8024 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
8025 argument.
8026
c76e04a8 80272000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 8028
c76e04a8
GM
8029 * emacs-lisp/crm.el (crm-completion-table): New variable.
8030 (crm-collection-fn, crm-test-completion)
8031 (completing-read-multiple): Use it.
8032
80332000-04-27 Dave Love <fx@gnu.org>
8034
8035 * help.el (locate-library): Use mapc.
8036 (help-manyarg-func-alist): Add call-process-region.
8037
7464346d
GM
80382000-04-26 Gerd Moellmann <gerd@gnu.org>
8039
b35bd33d
GM
8040 * subr.el (add-minor-mode): Make argument MAP optional.
8041
7464346d
GM
8042 * desktop.el (desktop-save): Save list of minor modes.
8043 (desktop-create-buffer): Restore minor modes.
8044 (desktop-minor-mode-table): New user-option.
8045
8046 * subr.el (add-minor-mode): New function.
8047
8048 * image.el (find-image): New function.
8049 (defimage): Rewritten to find image at load time.
8050
8051 * startup.el (normal-top-level-add-to-load-path): Handle
8052 case that the default directory is not in load-path.
8053
8054 * help.el: Old patch from Stefan Monnier.
8055 (help-xref-on-pp): New function.
8056 (describe-variable): Use it to display xrefs in a symbol's value.
8057
23c0fb21
SM
80582000-04-26 Stefan Monnier <monnier@cs.yale.edu>
8059
8060 * cus-edit.el (custom-face): Fix parenthesis.
8061
fad95037
KH
80622000-04-26 Kenichi Handa <handa@etl.go.jp>
8063
f03392a1
KH
8064 * mail/rmail.el (rmail-expunge): When there are no deleted
8065 messages, do nothing.
fad95037 8066
0d7c5bb9
DL
80672000-04-26 Dave Love <fx@gnu.org>
8068
8069 * international/mule-cmds.el (locale-translation-file-name):
8070 Defvar to nil.
8071 (set-locale-environment): Set it here (at runtime).
8072
612839b6
GM
80732000-04-25 Gerd Moellmann <gerd@gnu.org>
8074
8075 * replace.el (perform-replace): Add parameters START and END. Use
8076 them instead of the check for a region in Transient Mark mode.
8077 (query-replace-read-args): Return two more list elements for the
8078 start and end of the region in Transient Mark mode.
8079 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8080 (map-query-replace-regexp, replace-string, replace-regexp): Add
8081 optional last arguments START and END and pass them to
8082 perform-replace.
8083
8084 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
8085 form with additional arguments for perform-replace.
8086
8087 * progmodes/etags.el (tags-query-replace): Add parameters START
8088 and END. Construct a form with additional arguments for
8089 perform-replace.
8090
8091 * simple.el (shell-command): Set default directory for "*Shell
8092 Command Output" buffer.
8093
8094 * language/european.el (iso-latin-4): Fix typo.
8095
8096 * emacs-lisp/crm.el: New file.
8097
2917cc05
DL
80982000-04-24 Dave Love <fx@gnu.org>
8099
8100 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
8101 (Custom-reset-saved, Custom-reset-standard)
8102 (custom-group-value-create, custom-group-set, custom-group-save)
8103 (custom-group-reset-current, custom-group-reset-saved)
8104 (custom-group-reset-standard): Use mapc.
8105 (custom-buffer-create-internal): Disable undo when creating items.
8106 Use mapc.
8107 (custom-face): Avoid redundant lambda.
8108
abfcc168
GM
81092000-04-24 Gerd Moellmann <gerd@gnu.org>
8110
8111 * startup.el (auto-save-list-file-prefix): Set default to
8112 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
8113
fa78f71b
SS
81142000-04-24 Sam Steingold <sds@gnu.org>
8115
8116 * time-stamp.el (time-stamp-string-preprocess): Always convert
8117 `field-result' to a string.
8118
cc181e95
GM
81192000-04-24 Gerd Moellmann <gerd@gnu.org>
8120
8121 * frame.el (scrolling): New group.
8122 (automatic-hscrolling): New user-option.
8123
8124 * startup.el (command-line-x-option-alist): Add `-lsp' and
8125 `--line-spacing'.
8126
6142fdcb
DL
81272000-04-19 Dave Love <fx@gnu.org>
8128
8129 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
8130 (cl-mapc): Rename from mapc. Fix the funcall.
8131
5e3dac3f
GM
81322000-04-19 Gerd Moellmann <gerd@gnu.org>
8133
1c459486
GM
8134 * simple.el (clone-indirect-buffer-other-window): New command.
8135 (clone-indirect-buffer): Add optional arg NORECROD.
8136 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
8137
271b4185
GM
8138 * help.el (resize-temp-buffer-window): Use count-screen-lines.
8139
8140 * window.el (count-screen-lines): New function.
8141 (shrink-window-if-larger-than-buffer): Use count-screen-lines
8142 instead of window-buffer-height.
8143
8144 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
8145 non-existing variable comint-input-sentinel.
8146 (inferior-lisp-args-to-list): Removed.
8147 (inferior-lisp): Use split-string instead of
8148 inferior-lisp-args-to-list.
8149
8150 * hexl.el (hexl-insert-hex-string): New command.
8151
5e3dac3f
GM
8152 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
8153 instead of concat.
8154
f6d3257b
GM
81552000-04-18 Gerd Moellmann <gerd@gnu.org>
8156
8157 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
8158 at the start of an existing but empty folder.
8159
81602000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8161
8162 * ps-mule.el: Customization fix, doc fix.
8163 (ps-multibyte-buffer): Customization fix.
8164
8b7bc628 81652000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
8166
8167 * subr.el (read-passwd): Use read-char-exclusive.
8168
0daee095
GM
81692000-04-17 Gerd Moellmann <gerd@gnu.org>
8170
8171 * textmodes/texinfo.el (texinfo-insert-@email)
8172 (texinfo-insert-@emph, texinfo-insert-@quotation)
8173 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
8174 (texinfo-mode-map): Add key bindings for them.
8175
8176 * files.el (basic-save-buffer-2): Use a template with `$'
8177 instead of `#' for VMS.
8178
8179 * simple.el (clone-indirect-buffer): New function.
8180
e10f64e7
GM
81812000-04-16 Stephen Eglen <stephen@gnu.org>
8182
8183 * iswitchb.el (iswitchb-case): New function. If the user input
8184 contains any upper-case characters, the search is made
8185 case-sensitive.
8186
e3721db1
SM
81872000-04-17 Stefan Monnier <monnier@cs.yale.edu>
8188
e10f64e7
GM
8189 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
8190 comment-end.
e3721db1
SM
8191 (texinfo-font-lock-syntactic-keywords): New var.
8192 (texinfo-font-lock-keywords): Remove comment regexp.
8193 (texinfo-insert-block): New function.
8194 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
8195 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
8196 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 8197 (texinfo-environments): New var.
e10f64e7
GM
8198 (texinfo-environment-regexp): Use regexp-opt and
8199 texinfo-environments.
e3721db1 8200
e10f64e7
GM
8201 * textmodes/ispell.el (ispell-menu-map-needed): Check that
8202 ispell-process is bound since this might be eval'd before ispell
8203 is loaded.
8204 (ispell-message): Use a tiny bit less magic and a bit more hard
8205 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
8206
8207 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
8208
8209 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
8210 (insert-cyclic-diary-entry): Unquote the lambda.
8211
8212 * gud.el (gud-jdb-build-source-files-list): Fix typo.
8213
8214 * files.el (backup-enable-predicate): Unquote the lambda.
8215
8216 * cus-edit.el (custom-face, face): Unquote the lambda.
8217
712dc9e0
GM
82182000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8219
8220 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 8221
712dc9e0
GM
8222 * ps-print.el: Fix counting lines in a region.
8223 (ps-print-version): New version number (5.1.5).
8224 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
8225 (ps-printing-region): Fun code fix.
8226
ffc50f2a
GM
82272000-04-15 Gerd Moellmann <gerd@gnu.org>
8228
8229 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
8230 to file-directory-p.
8231
a2522dca
GM
82322000-04-14 Gerd Moellmann <gerd@gnu.org>
8233
8234 * gud.el (gud-jdb-build-source-files-list): Check that directory
8235 exists before calling directory-files.
8236
6e883610
DL
82372000-04-13 Dave Love <fx@gnu.org>
8238
8239 * emacs-lisp/trace.el: Change maintainer. Use new backquote
8240 syntax.
8241
8242 * emacs-lisp/cl-specs.el: Remove when, unless.
8243
8244 * emacs-lisp/cl-extra.el: Don't quote keywords.
8245 (cl-old-mapc): New variable.
8246 (mapc): Use it.
8247 (cl-map-intervals): Use with-current-buffer. Don't check for
8248 next-property-change.
8249 (cl-map-overlays): Use with-current-buffer.
8250 (cl-expt): Remove.
8251 (copy-tree, remprop): Define unconditionally.
8252
8253 * emacs-lisp/cl-compat.el (keywordp): Remove.
8254
8255 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
8256 to use keywordp.
8257 (edebug-spec): Enable keywordp.
8258
8259 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
8260 string-lessp.
8261
8262 * cus-start.el: Use keywordp.
8263
198e3c7a
GM
82642000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8265
8266 * diary-lib.el (include-other-diary-files): Fix the fix of
8267 2000-02-18 by doing a save-excursion.
8268
82692000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8270
8271 * ps-print.el: Customization fix, doc fix.
8272 (ps-print-version): New version number (5.1.4).
8273 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
8274 (ps-print-preprint): Adjust code.
8275 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
8276 (ps-print-prologue-header, ps-print-control-characters)
8277 (ps-spool-config): Customization fix.
fa78f71b 8278
8eba343c
EZ
82792000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
8280
8281 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
8282 converted to the new menu-item format, names silightly changed,
8283 help strings added.
8284
8285 Support for spelling without async subprocesses:
8286
8287 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
8288 (ispell-session-buffer): New variables.
8289 (ispell-start-process, ispell-process-status,
8290 ispell-accept-output, ispell-send-string): New functions, for
8291 Ispell invocation when async subprocesses aren't supported.
8292 (ispell-word, ispell-pdict-save, ispell-command-loop,
8293 ispell-process-line, ispell-buffer-local-parsing): Replace calls
8294 to process-send-string with calls to ispell-send-string, and
8295 accept-process-output with ispell-accept-output.
8296 (ispell-init-process): Call ispell-process-status instead of
8297 process-status with.
8298 (ispell-init-process): Call ispell-start-process. Call
8299 ispell-accept-output and ispell-send-string. Don't call
8300 process-kill-without-query and kill-process if they are unbound.
8301 (ispell-async-processp): New function.
8302
3d30065d
DL
83032000-04-12 Dave Love <fx@gnu.org>
8304
8305 * info.el: Add debug-ignored-errors.
8306 (Info-mode-menu): Add some items.
8307 (Info-directory): Add autoload cookie.
8308
8309 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
8310 Modify `truncate-lines'. Make `describe-language-environment'
8311 always visible and add help. Modify `describe-key' help. Invoke
8312 Info-directory from `info'. New entry `emacs-manual'.
8313
1a1b1895
GM
83142000-04-10 Gerd Moellmann <gerd@gnu.org>
8315
8b2affc5
GM
8316 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
8317 propertized-buffer-identification.
8318 (ebrowse-update-member-buffer-mode-line): Likewise.
8319 (ebrowse--mode-strings): Removed.
8320 (ebrowse--mode-line-props): Removed.
8321
1a1b1895
GM
8322 * files.el (auto-mode-alist): Add `EBROWSE'.
8323
8324 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
8325 space before testing for end of buffer.
8326 (ebrowse-load): Removed.
8327 (ebrowse-revert-tree-buffer-from-file): Rewritten.
8328 (ebrowse-create-tree-buffer): Rewritten.
8329 (ebrowse-tree-mode): Read tree from buffer.
8330
8331 * progmodes/ebrowse-ffh.el: Removed.
8332
223f3c91
KH
83332000-04-10 Kenichi Handa <handa@etl.go.jp>
8334
8335 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
8336
25fbf2c4
GM
83372000-04-10 Gerd Moellmann <gerd@gnu.org>
8338
8339 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
8340 at the wrong place.
8341
92c13173
DL
83422000-04-09 Dave Love <fx@gnu.org>
8343
8344 * files.el (backup-enable-predicate): Use
8345 temporary-file-directory, small-temporary-file-directory.
8346 (make-backup-file-name-function, backup-directory-alist): New
8347 variables.
8348 (make-backup-file-name-1): New function.
8349 (make-backup-file-name): Use it.
8350 (find-backup-file-name): Likewise. Use format for clarity, not
8351 concat.
8352 (file-newest-backup): Use make-backup-file-name.
8353
be0dbdab
GM
83542000-04-09 Gerd Moellmann <gerd@gnu.org>
8355
c45be9ac 8356 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 8357
c45be9ac
GM
8358 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
8359 to ebrowse-ffh.el.
8360 (ebrowse-load): Add autoload.
8361
8362 * finder.el (finder-commentary): Add autoload cookie.
8363
be0dbdab
GM
8364 * mail/rfc2368.el: Correct author's email address.
8365
8366 * progmodes/ebrowse.el: New file.
8367
8368 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
8369 item help string.
8370 (easy-menu-do-add-item): Ditto.
8371 (easy-menu-define): Extend doc string.
8372
8373 * jit-lock.el (with-buffer-unmodified): Use
8374 restore-buffer-modified-p.
8375 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
8376 (jit-lock-function, jit-lock-stealth-fontify): Don't use
8377 with-buffer-unmodified.
8378
3f923efe
DL
83792000-04-08 Dave Love <fx@gnu.org>
8380
8381 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
8382 unless, when.
8383
d35bee0e
MK
83842000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
8385
8386 * viper-util.el (viper-put-on-search-overlay): New subroutine.
8387 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 8388 doesn't support face.
d35bee0e 8389 Use `viper-put-on-search-overlay'.
fa78f71b 8390
c407c570
GM
83912000-04-04 Gerd Moellmann <gerd@gnu.org>
8392
8393 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
8394 like C-r.
8395
8396 * progmodes/make-mode.el: Some doc fixes.
8397 (makefile-mode-abbrev-table): New variable.
8398 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
8399 (makefile-font-lock-keywords): Fontify includes and conditionals.
8400 (toplevel): Require `dabbrev' and `add-log' when compiling.
8401
8402 * replace.el (perform-replace): Don't move forward one char
8403 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
8404 to do that because it leaves point 1 position after the last
8405 replacement, after everything has been replaced.
8406
8407 * jit-lock.el (with-buffer-unmodified): New macro.
8408 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
8409 modified state.
8410 (jit-lock-function-1): Extracted from jit-lock-function; not
8411 preserving buffer's modified state.
8412 (jit-lock-function, jit-lock-stealth-fontify): Call
8413 jit-lock-function-1.
8414
8415 * mail/rfc2368.el: Remove supernumerary copyright line.
8416
685e5ed2
GM
84172000-04-04 Milan Zamazal <pdm@freesoft.cz>
8418
8419 * glasses.el: Provide facilities for inserting space before left
8420 parentheses and uncapitalization of identifiers.
8421 (glasses-mode): Try to remove old overlays in all cases.
8422
0166aed1
GM
84232000-04-03 Gerd Moellmann <gerd@gnu.org>
8424
62f20204
GM
8425 * progmodes/compile.el (compile-internal): Display the compilation
8426 buffer in a different frame, if it's already displayed there.
8427
6460c400
GM
8428 * mail/rfc2368.el: New file.
8429
c0510d27
GM
8430 * simple.el (sendmail-user-agent-compose): Recognize a `body'
8431 header and insert its value as mail body.
8432
8433 * subr.el (member-ignore-case): New function.
8434
8435 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
8436 (dabbrev--find-expansion): Ignore buffers matching a regexp
8437 from dabbrev-ignored-regexps.
8438
0166aed1
GM
8439 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
8440 to extensions handled by gzip.
8441
c0510d27
GM
84422000-04-03 Richard M. Stallman <rms@gnu.org>
8443
8444 * files.el (insert-directory): List the total free space
8445 along with the used space.
fa78f71b 8446
c0510d27
GM
8447 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
8448 line is followed by one that matches CITATION-REGEXP, end the
8449 paragraph.
8450
84512000-04-03 Markus Rost <rost@delysid.gnu.org>
8452
8453 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
8454 (rmail-make-basic-summary-line): Use that option.
fa78f71b 8455
14c04384
KH
84562000-04-03 Kenichi Handa <handa@etl.go.jp>
8457
8458 * international/mule-cmds.el (encoded-string-description):
8459 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
8460 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
8461 for hexadecimal format.
14c04384 8462
ccf5869a
DL
84632000-04-01 Dave Love <fx@gnu.org>
8464
8465 * cpp.el: Change customization group to `c' from `C'.
8466
8467 * vcursor.el (vcursor-move): Use display-color-p.
8468
8469 * international/mule-util.el: Provide mule-utils.
8470 (string-to-sequence): Simplify and speed up.
8471
8472 * international/mule.el (make-coding-system): Purecopy doc-string.
8473
8474 * international/mule-cmds.el: Various menu changes.
8475 (describe-specified-language-support): Handle `Default'.
8476 (set-language-info): Purecopy `info'.
8477
610d841e
GM
84782000-03-31 Andrew Innes <andrewi@gnu.org>
8479
8480 * vc.el (vc-backend-diff): Return the correct status if we had to
8481 retry the rcsdiff command without the --brief option.
fa78f71b 8482
7f9de034
DL
84832000-03-31 Dave Love <fx@gnu.org>
8484
2de47765
DL
8485 * help.el (help-manyarg-func-alist): Correct several omissions.
8486
72838819
DL
8487 * add-log.el: Don't require cl, fortran.
8488 (add-log-current-defun-function): Doc fix.
8489 (change-log-version-number-regexp-list): Remove SCCS part. Doc
8490 fix.
8491 (change-log-version-rcs): Function deleted.
8492 (change-log-version-number-search): Doc fix. Use
8493 vc-workfile-version. Avoid CL dolist.
8494 (add-change-log-entry): Just call add-log-current-defun to get
8495 defun. Simplify somewhat.
8496 (change-log-get-method-definition-1): Likewise.
8497 (add-log-current-defun): Return nil if calling
8498 add-log-current-defun-function does so. Move Fortran stuff to
8499 fortran.el. Return string without properties.
8500
7f9de034
DL
8501 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
8502 and :alpha: char classes.
8503
8504 * mail/supercite.el: Defvar curline when compiling.
8505 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
8506 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
8507 rather than a-zA-Z0-9 to allow non-ASCII characters.
8508
aa110c0c
GM
85092000-03-31 Gerd Moellmann <gerd@gnu.org>
8510
8511 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
8512
8513 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8514 Re-enable new code.
8515
8516 * lpr.el (print-region-1): Use -d to specify printer name for
8517 systems `usg-unix-v*, `dgux', `hpux', `irix'.
8518
85192000-03-31 Dave Love <fx@gnu.org>
fa78f71b 8520
aa110c0c
GM
8521 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
8522 for function definition in symbol's function value slot first
8523 instead of first consulting byte-compile-function-environment.
fa78f71b 8524
6733d074
KH
85252000-03-31 Kenichi Handa <handa@etl.go.jp>
8526
8527 * language/european.el ("Polish"): New language environment.
8528 (setup-polish-environment): New function.
8529
63fcfa04
GM
85302000-03-30 Gerd Moellmann <gerd@gnu.org>
8531
8532 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8533 Disable new code.
8534
8535 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
8536 trying to `load' the symbol of an autoload instead of the file
8537 recorded in the autoload. Fix error messages.
8538
7438c86b
GM
85392000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8540
8541 * ps-print.el: PostScript programming fix for ghostview, doc fix.
8542 (ps-print-version): New version number (5.1.3).
8543 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
8544 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
8545 (ps-generate-postscript-with-faces): Code fix.
8546 (ps-color-values): XEmacs compatibility.
8547 (ps-print-background-image, ps-print-background-text, ps-printer-name)
8548 (ps-default-fg, ps-default-bg): Adjust customization.
8549 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
8550 (ps-color-scale): Renaming old ps-color-value fun.
8551 (ps-print-headers): Replace ps-print-header group to avoid conflict
8552 with ps-print-header variable.
8553 (ps-print-miscellany): New group.
8554 (ps-format-color, ps-rgb-color): New funs.
8555 (ps-default-foreground): New var.
8556 (ps-printer-name-option): New const.
fa78f71b 8557
326855a0
PB
85582000-03-30 Peter Breton <pbreton@ne.mediaone.net>
8559
1f56ba73
PB
8560 * net/net-utils.el:
8561 (network-connection-host, network-connection-service): New variables
8562 (network-connection-mode): New mode, derived from comint-mode
8563 (network-connection-mode-setup): New function, saves host and
fa78f71b 8564 service information in local variables.
1f56ba73 8565
326855a0
PB
8566 * lisp/locate.el:
8567 (locate-word-at-point): Added this function
8568 (locate): Default to using locate-word-at-point as input
8569 Run dired-mode-hook
8570
141384bd
DL
85712000-03-29 Dave Love <fx@gnu.org>
8572
8573 * calendar/appt.el: Doc fixes.
8574 (appt-check): Convert min-to-app to a string before passing to
8575 appt-disp-window-function or concat.
8576 (appt-delete-window): Remove test for frame-root-window.
8577 (appt-select-lowest-window, appt-convert-time): Simplify.
8578
8579 * emacs-lisp/bytecomp.el: Doc fixes.
8580 (byte-compile-file-form-autoload): Update
8581 byte-compile-function-environment.
8582
c5aa0fc2
AS
85832000-03-29 Andreas Schwab <schwab@suse.de>
8584
8585 * emacs-lisp/autoload.el: Also print defsubst doc string
8586 specially.
8587
8588 * dired.el (dired-insert-directory): If dired-free-space-program
8589 failed just delete its output.
8590
f1d6fe69
DL
85912000-03-29 Dave Love <fx@gnu.org>
8592
8593 * international/iso-cvt.el: Move provide to end. Doc fixes.
8594 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
8595 (iso-iso2sgml, iso-sgml2iso): New functions.
8596 (iso-cvt-define-menu): Fix some entries and use backquote for
8597 clarity.
8598
8599 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
8600
b61f1215
GM
86012000-03-28 Gerd Moellmann <gerd@gnu.org>
8602
8603 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
8604 ISO-DATE. If non-nil, return date in ISO 8601 format.
8605
ea4b0ca3
SM
86062000-03-26 Stefan Monnier <monnier@cs.yale.edu>
8607
3831af62
SM
8608 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
8609 if it ever becomes used.
8610 (log-edit-mode-hook): Default to vc-log-mode-hook.
8611 (log-edit-mode): Fix the docstring.
8612
ea4b0ca3
SM
8613 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
8614 the code.
8615
08f8b1cc
DL
86162000-03-26 Dave Love <fx@gnu.org>
8617
082527fe
DL
8618 * net/browse-url.el (browse-url): Re-fix case of
8619 browse-url-browser-function being an alist.
8620 (browse-url): Add :link to defgroup.
8621
08f8b1cc
DL
8622 * files.el: Doc fixes.
8623 (file-truename): Include `[' in wildcard characters.
8624 (automount-dir-prefix): Customize.
8625 (find-file-wildcards): Add :version.
8626 (find-file-noselect): Simplify a mapcar call.
8627
8628 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
8629 compatible with inf-lisp version.
8630 (eval-defun-1): Fix custom-declare-variable case.
8631
ea4b0ca3
SM
86322000-03-25 Stefan Monnier <monnier@cs.yale.edu>
8633
8634 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
8635
9a0dd3dc
GM
86362000-03-24 Gerd Moellmann <gerd@gnu.org>
8637
b68c375f
GM
8638 * Makefile (COMPILE_FIRST): New macro.
8639 (compile-files): Compile files from COMPILE_FIRST first.
8640
8641 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
8642 code.
8643
9a0dd3dc
GM
8644 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
8645 matching open parenthesis in column 0 to defun-prompt-regexp
8646 only if open-paren-in-column-0-is-defun-start is set.
8647
8648 * sun-curs.el: Require CL at compile-time only.
8649
8650 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
8651 instead of copy-list which is a function from CL.
8652 (msb--choose-menu, msb--mode-menu-cond)
8653 (msb--create-buffer-menu-2): Use dolist instead of mapc.
8654 (msb--init-file-alist): Use mapcar instead of mapcan.
8655 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
8656 `(' in column 0 in doc string.
8657 (msb--add-separators): Use mapcar instead of mapcan.
8658
8659 * cus-dep.el: Require CL at compile-time only.
8660
c7dcadb5
SM
86612000-03-24 Stefan Monnier <monnier@cs.yale.edu>
8662
8663 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8664 (byte-compile-warnings): New warning `noruntime'.
8665 (byte-compile-constants, byte-compile-variables): Fix docstring.
8666 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
8667 execute `eval-whenc-compile's body.
8668 (byte-compile-unresolved-functions): Fix docstring.
8669 (byte-compile-eval): New function.
8670 (byte-compile-callargs-warn): Check if the function will be available
8671 at runtime (via property `byte-compile-noruntime').
8672 (byte-compile-print-syms): New function.
8673 (byte-compile-warn-about-unresolved-functions): Also warn about
8674 `noruntime' functions (and use `byte-compile-print-syms').
8675 (byte-compile-file): Capitalize the message.
8676
3b55acc9
GM
86772000-03-24 Gerd Moellmann <gerd@gnu.org>
8678
8679 * mail/rmail.el (rmail-confirm-expunge): New user-option.
8680 (rmail-expunge): Ask for confirmation depending on the setting
8681 of rmail-confirm-expunge.
8682
86832000-03-23 Gerd Moellmann <gerd@gnu.org>
8684
8685 * Makefile (bootstrap-clean): If $(emacs) exists, build
8686 loaddefs.el first. A loaddefs.el that's not up-to-date might
8687 cause a bootstrap failure because things don't autoload as
8688 expected.
8689
02c76af4
DL
86902000-03-23 Dave Love <fx@gnu.org>
8691
8692 * net/browse-url.el: Restore previous use of
8693 browse-url-maybe-new-window.
8694
1a3199d9
GM
86952000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8696
8697 * ps-print.el: Skip banner page fix.
8698 (ps-print-version): New version number (5.1.2).
8699 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 8700
1a3199d9
GM
87012000-03-23 Dave Pearson <davep@davep.org>
8702
8703 * net/quickurl.el Changed the type of parameter passed to the
8704 function defined by `quickurl-format-function'. Before only the
8705 text of the URL was passed. Now the whole URL structure is passed
8706 and the function is responsible for extracting the parts it
8707 requires. Changed the default of `quickurl-format-function'
8708 accordingly.
8709 (quickurl-insert): Changed the `funcall' of
8710 `quickurl-format-function' to match the above change.
8711 (quickurl-list-insert): Changed the `url' case so that it makes
8712 use of `quickurl-format-function', previous to this the format was
8713 hard wired.
fa78f71b 8714
72db3ab5
GM
87152000-03-22 Gerd Moellmann <gerd@gnu.org>
8716
8717 * startup.el: Change some spellings for the X Window System.
8718
68049bfa
SM
87192000-03-22 Stefan Monnier <monnier@cs.yale.edu>
8720
8721 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
8722 up the code and the regexp and make sure the cursor is temporarily
8723 moved to the suspicious line while querying the user.
8724
ff4df011
JR
87252000-03-22 Jason Rumney <jasonr@gnu.org>
8726
8727 * w32-fns.el (w32-charset-info-alist): Initialize.
8728
ee1c5b21
GM
87292000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8730
8731 * ps-print.el: N-up last page fix.
8732 (ps-print-version): New version number (5.1.1).
8733 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 8734
d2cbfba0
SM
87352000-03-21 Stefan Monnier <monnier@cs.yale.edu>
8736
bfb857d8
SM
8737 * files.el (find-file-run-dired): Update docstring.
8738 (find-directory-functions): New hook.
8739 (find-file-noselect): Run find-directory-functions rather than
8740 calling dired directly.
8741
8742 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
8743
cb3430a1
SM
8744 * pcvs.el: Add a minimal leading commentary.
8745 (cvs-make-cvs-buffer): Change the header part by removing the startup
8746 message and adding a `Module' entry. Also replace the FOOTER and
8747 HEADER special fileinfos with the new support in ewoc for updating
8748 its own footer and header.
8749 (cvs-update-header): Update to use the header/footer of the ewoc.
8750 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
8751 (cvs-is-within-p): New function.
8752 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
8753 to only examine some subset of the buffers.
8754
8755 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
8756 `format' instead of our own ad-hoc functions.
8757 Remove HEADER and FOOTER cases, now handled in the EWOC.
8758 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
8759
8760 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
8761 output to avoid scaring the user.
8762 (cvs-parse-table): Catch message for non-up-to-date commits.
8763
8764 * pcvs-defs.el (cvs-startup-message): Remove.
8765 (cvs-global-menu): New autoloaded menu.
8766
8767 * pcvs-util.el (cvs-string-fill): Remove.
8768
8769 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
8770 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
8771 PP part of it and also make it work for footers and headers.
8772 (ewoc-create): Drop POS and BUFFER arguments.
8773 Use the DLL's dummy node to store the end-of-footer position.
8774 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
8775 (ewoc-refresh): Remove unused `header' variable.
8776 (ewoc-(get|set)-hf): New functions.
8777
d2cbfba0
SM
8778 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
8779 log-view-*-(message|file) and use easy-mmode-define-navigation.
8780 (log-view-message-re): Match SCCS format as well.
8781 And match the revision line rather than the dashed separator line.
8782 (log-view-mode): Use the new define-derived-mode.
8783 (log-view-current-tag): Fill in with an actual implementation.
8784
8785 * cvs-status.el (cvs-status-(prev|next)): Rename from
8786 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
8787 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
8788 to let the output "breathe" a little more (more readable).
8789 (cvs-status-mode): Use the new define-derived-mode.
8790
8791 * smerge-mode.el (smerge-auto-leave): New function and variable.
8792 (smerge-basic-map): Rename from smerge-basic-keymap.
8793 Change the bindings for smerge-diff-*.
8794 (smerge-*-map): Use easy-mmode-defmap.
8795 (smerge-(next|prev)): Use easy-mmode-define-navigation.
8796 (smerge-keep-*): Use smerge-auto-leave.
8797
51663132
JR
87982000-03-21 Jason Rumney <jasonr@gnu.org>
8799
8800 * cus-edit.el (custom-button-face): Use 3D look for w32.
8801 (custom-button-pressed-face): Likewise.
8802
3f6e4b8b
GM
88032000-03-21 Gerd Moellmann <gerd@gnu.org>
8804
8805 * progmodes/etags.el (tags-case-fold-search): New user-option.
8806 (tags-loop-eval): New function. Bind case-fold-search around eval
8807 depending on the value of tags-case-fold-search.
8808 (tags-loop-continue): Use tags-loop-eval.
8809 (find-tag-in-order): Bind case-fold-search depending on the value
8810 of tags-case-fold-search.
8811
c7ea3acc
SM
88122000-03-21 Stefan Monnier <monnier@cs.yale.edu>
8813
0ae39f53
SM
8814 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
8815 (diff-end-of-hunk): Return the end position for use in
8816 `easy-mmode-define-navigation'.
8817 (diff-recenter): Remove.
8818 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
8819 of `easy-mmode-define-navigation'.
8820 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
8821 previous renaming) and fix to use new names.
8822 (diff-merge-strings): Use \n as separator: simpler, faster.
8823 (diff-mode): Use `define-derived-mode'.
8824
c7ea3acc
SM
8825 * derived.el (define-derived-mode): Don't autoload anymore.
8826 Prefer the macro-only version provided by easy-mmode.el.
8827
8828 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
8829 `easy-mmode-define-derived-mode'.
8830 Use `combine-run-hooks'.
8831 (easy-mmode-define-navigation): New macro.
8832
8833 * subr.el (combine-run-hooks): New function.
8834
6c4bfdc0
KH
88352000-03-21 Kenichi HANDA <handa@etl.go.jp>
8836
8837 * term/x-win.el: Fontsets related initialization is simplified.
8838
8839 * international/mule-diag.el (describe-font): Don't refer to
8840 global-fontset-alist, instead call font-list.
8841 (describe-fontset, list-fontsets, mule-diag): Likewise.
8842 (print-fontset): Adjusted for the change of fontset
8843 implementation.
8844
8845 * international/fontset.el (x-charset-registries): Variable
8846 removed, instead the corresponding data is stored in the default
8847 fontset.
8848 (register-alternate-fontnames): Function removed.
8849 (resolved-ascii-font): Variable removed.
8850 (x-compose-font-name): Ignore the second argument REDOCE.
8851 (x-complement-fontset-spec): Complement only an ASCII font and
8852 element for those charsets than can use that ASCII font.
8853 (generate-fontset-menu): Don't refer to global-fontset-alist,
8854 instead call fontset-list.
8855 (uninstantiated-fontset-alist): Variable removed.
8856 (x-style-funcs-alist): Likewise.
8857 (fontset-default-styles): Likewise.
8858 (x-modify-font-name): Function removed.
8859 (create-fontset-from-fontset-spec): Ignore the argument
8860 STYLE-VARIANT.
8861 (create-fontset-from-ascii-font): Docsting adjusted for the above
8862 change.
8863 (instantiate-fontset, resolve-fontset-name): Functions removed.
8864 (fontset-list): Now implemented by C code.
fa78f71b 8865
6c4bfdc0
KH
8866 * faces.el (read-face-font): Fix TABLE arg to completing-read.
8867 (describe-face): Include `font' attribute in the description.
8868
9111d4b5
KH
88692000-03-21 Kenichi Handa <handa@etl.go.jp>
8870
8871 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
8872
b33dd3b0
GM
88732000-03-20 Gerd Moellmann <gerd@gnu.org>
8874
a25bbe00
GM
8875 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
8876 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
8877 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 8878
b33dd3b0
GM
8879 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
8880 about behavior of set-buffer-modified-p wrt redisplay.
8881
8b7bc628 88822000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
8883
8884 * view.el (view-mode-disable): Kill local binding of view-read-only.
8885
d7b511c4
GM
88862000-03-18 Gerd Moellmann <gerd@gnu.org>
8887
8888 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
8889 is a string, convert it to a syntax cell using string-to-syntax.
8890
8891 * simple.el (syntax-code-table, syntax-flag-table): New variables.
8892 (string-to-syntax): New function.
8893
8894 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
8895 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 8896 try to use passive ftp mode.
d7b511c4 8897
998ecc60
GM
88982000-03-17 Gerd Moellmann <gerd@gnu.org>
8899
b33dd3b0 8900 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
8901
8902 * simple.el (append-to-buffer): Update point of windows after
8903 insertion.
8904
8905 * abbrev.el (inverse-add-abbrev): Identify word by first moving
8906 forward then moving backward. Reindent.
8907
8908 * frame.el (other-frame): Call x-focus-frame only if
8909 focus-follows-mouse is off.
8910
235d6821
DL
89112000-03-17 Dave Love <fx@gnu.org>
8912
8913 * pcvs-util.el (cvs-strings->string): Rename
8914 replace-regexps-in-string.
8915
a29a2cd1
SM
89162000-03-17 Stefan Monnier <monnier@cs.yale.edu>
8917
af595444
SM
8918 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
8919 regexp for labels cannot span several lines.
8920
8921 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 8922 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 8923
a9be2843
DL
89242000-03-16 Dave Love <fx@gnu.org>
8925
8926 * progmodes/f90.el (f90): Put custom group under `languages', not
8927 `fortran'.
8928 (f90-mode-hook): Customize.
8929 (f90-mode): Set add-log-current-defun-function.
8930 (f90-current-defun): New function.
8931
d0ab3e9d
GM
89322000-03-16 Gerd Moellmann <gerd@gnu.org>
8933
16b20ed9
GM
8934 * cus-edit.el (custom-variable-tag-face): Handle case that
8935 default face's height is not a number.
8936 (custom-face-tag-face, custom-group-tag-face-1)
8937 (custom-group-tag-face): Ditto.
8938 (custom-group-tag-face-1): Add :group.
fa78f71b 8939
d0ab3e9d
GM
8940 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
8941
ae8ab422
GM
89422000-03-15 Gerd Moellmann <gerd@gnu.org>
8943
8944 * pcvs-defs.el (toplevel): Remove autoload cookie for form
8945 requiring easymenu.
8946
81c7ca69
GM
89472000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8948
8949 * ps-print.el: PostScript user-defined prologue, PostScript error
8950 handler, doc fix.
8951 (ps-print-version): New version number (5.1).
8952 (ps-user-defined-prologue, ps-error-handler-message)
8953 (ps-print-prologue-0, ps-error-handler-alist): New vars.
8954 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
8955 (ps-insert-string): New function.
fa78f71b 8956
dcf1003d
KH
89572000-03-15 Kenichi Handa <handa@etl.go.jp>
8958
8959 * international/ccl.el (ccl-compile-expression): Don't generate
8960 invalid self-assignment code.
8961
73825616
DL
89622000-03-14 Dave Love <fx@gnu.org>
8963
8964 * subr.el (replace-regexp-in-string): Renamed from
8965 replace-regexps-in-string. Doc fix.
8966
031020ac
DL
89672000-03-12 Dave Love <fx@gnu.org>
8968
8969 * cus-edit.el: Doc fixes.
8970 (customize-set-variable, customize-save-variable): Rename args for
8971 doc.
8972 (custom-variable-tag-face, custom-face-tag-face)
8973 (custom-group-tag-face-1, custom-group-tag-face): Modify from
8974 style which user identify as hyperlink.
8975 (hook): Don't add undefined functions to the hook.
8976 (debug-ignored-errors): Transfer message from bindings.el.
8977
9b2f3c38
GM
89782000-03-12 Gerd Moellmann <gerd@gnu.org>
8979
8980 * recentf.el (recentf-keep-non-readable-files-p): Remove
8981 double/nested definition.
8982
0d6e23cf
DL
89832000-03-12 Dave Love <fx@gnu.org>
8984
8985 * facemenu.el (facemenu-get-face): Use display-color-p.
8986 * enriched.el (enriched-decode-foreground): Likewise.
8987 (enriched-decode-background): Likewise.
8988 * isearch.el (isearch-highlight): Likewise.
8989 * info-look.el (info-lookup): Likewise.
8990 * simple.el (completion-setup-function): Likewise.
8991
8992 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
8993 :options.
8994
8995 * bindings.el (mode-line-format): Fix line-number and
8996 column-number items. Add help-echo for the background.
8997 (mode-line-mule-info): Modify help-echo.
8998
8999 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
9000 defcustom.
9001
9002 * files.el (load-file): Allow completion to .elc.
9003
9004 * man.el: Doc fixes.
9005 (Man-init-defvars): Use display-color-p to set fontification.
9006
9007 * play/hanoi.el (hanoi-internal): Don't use oddp.
9008
e1cff360
GM
90092000-03-12 Gerd Moellmann <gerd@gnu.org>
9010
9011 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
9012
9013 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
9014
5e5dff44
GM
90152000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
9016
9017 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
9018 Fix comment.
9019
5b467bf4
SM
90202000-03-10 Stefan Monnier <monnier@cs.yale.edu>
9021
83fef604
SM
9022 * font-lock.el (font-lock-keywords): Fix the doc now that
9023 regexp-opt-depth is unnecessary.
9024 (save-buffer-state): Set an edebug spec.
9025 (font-lock-fontify-anchored-keywords): Properly handle the case when
9026 the matcher goes past the limit.
9027
5b467bf4
SM
9028 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
9029 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
9030
83fef604
SM
9031 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
9032 dll.el and cookie.el (from Elib) with heavy renaming and other
9033 massaging.
5b467bf4
SM
9034
9035 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
9036 Autoload the functions used.
9037 (easy-mmode-define-syntax): Fix CL typo.
9038 (easy-mmode-define-derived-mode): Improve the docstring generation.
9039
d407456c
GM
90402000-03-10 Gerd Moellmann <gerd@gnu.org>
9041
9042 * textmodes/texinfo.el (texinfo-version): Variable and function
9043 removed.
9044
5a7a545c
SM
90452000-03-09 Stefan Monnier <monnier@cs.yale.edu>
9046
0d6e23cf
DL
9047 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
9048 allow more flexibility.
9049 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
9050 fns.
9051 (easy-mmode-defmap, easy-mmode-defsyntax)
9052 (easy-mmode-define-derived-mode): New macros.
5a7a545c 9053
d407456c 90542000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
9055
9056 * rect.el (replace-rectangle): New function.
9057
90582000-03-09 Dave Love <fx@gnu.org>
9059
9060 * progmodes/fortran.el (fortran-comment-line-start): Define as
9061 "C".
9062 (fortran-comment-line-start-skip): Don't match cpp stuff.
9063 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
9064 (fortran-mode-map): Remove over-eager custom-menu-create for now.
9065 (fortran-mode): Don't set fortran-comment-line-start-skip,
9066 fortran-comment-line-start here. Set comment-start,
9067 add-log-current-defun.
9068 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
9069 (fortran-current-defun): New function.
9070
80460654
GM
90712000-03-09 Gerd Moellmann <gerd@gnu.org>
9072
d1221ea9
GM
9073 * emacs-lisp/re-builder.el: New file.
9074
1853aa6b
GM
9075 * mouse.el (mouse-drag-region): Don't run up-event handler
9076 if hscroll has changed.
9077
80460654
GM
9078 * octave-mod.el (octave-font-lock-keywords): To font-lock the
9079 builtin operators, use `font-lock-builtin-face' for Emacs and
9080 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
9081
9082 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
9083 `(defun (setf foo)' differently.
9084
c0056275
SM
90852000-03-08 Stefan Monnier <monnier@cs.yale.edu>
9086
9087 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
9088 (regexp-opt): Update comment and adapt the code the new meaning of
9089 the `paren' argument of regex-opt-group for shy-groups.
9090 (regexp-opt-depth): Handle shy groups as well as backslashed
9091 backslashes.
c0056275
SM
9092 (regexp-opt-group): Turn the leading comment into a docstring.
9093 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
9094 Remove open-presuf and close-presuf. Instead of checking for `all
9095 one-char' and then later on check for `several one-char', handle
9096 both cases close together. Also apply a more generic algorithm
9097 for suffixes (the mirror image of the algorithm used for
9098 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
9099 (regexp-opt-try-suffix): Removed.
9100
9101 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
9102 from comint-mode-map, so we can just inherit from it. Also, move
9103 the initialization into the `defvar' since there's no docstring
9104 anyway and it's fairly short.
9105 (inferior-scheme-mode): Define it as derived-mode: the code is
9106 shorter and this way we inherit from comint-mode-map rather than
9107 copying it.
c0056275 9108
80460654
GM
9109 * subr.el (replace-regexps-in-string): Properly handle the case
9110 where we match an empty string.
c0056275 9111
80460654
GM
9112 * comint.el (comint-exec-1): Add the current-dir to the exec-path
9113 when the command has a directory component (such as "./testml").
c0056275
SM
9114 Also fix a typo in the comment.
9115
5e91ff9e
GM
91162000-03-08 Gerd Moellmann <gerd@gnu.org>
9117
feab4fba
GM
9118 * Makefile (compile-files): Compile files one by one because
9119 that's the only way to ensure a clean compilation environment for
9120 each individual file.
9121
5e91ff9e
GM
9122 * frame.el (other-frame): Call x-focus-frame.
9123
76162e12
DL
91242000-03-07 Dave Love <fx@gnu.org>
9125
f64ce788
DL
9126 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
9127 :require to defcustom.
9128
76162e12
DL
9129 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
9130 lists.
9131
9132 * files.el (auto-mode-alist): Add configure.in.
9133
9134 * progmodes/autoconf.el: New file.
9135
f7daf1e1
GM
91362000-03-07 Gerd Moellmann <gerd@gnu.org>
9137
9138 * mail/mh-e.el: Change maintainer to `none'.
9139
9140 * recentf.el (recentf-keep-non-readable-files-p): Quote args
9141 to remove-hook and add-hook.
9142
91432000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9144
9145 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
9146 it as the default.
9147 (mail-send): Test mail-send-nonascii also for the new `mime' value.
9148 (sendmail-send-it): Conditionally add MIME headers specifying the
9149 used character set.
fa78f71b 9150
63f6b2c4
DL
91512000-03-07 Dave Love <fx@gnu.org>
9152
9153 * winner.el: Fix keywords, autoload cookies. Split
9154 eval-when-compile form to avoid compilation failure.
9155
8330e2f9
KH
91562000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
9157
9158 * international/mule.el: Modify comment about coding system
9159 property `coding-category'.
9160 (make-coding-system): New argument EOL-TYPE. Pay attention to
9161 coding-category property of PROPERTIES.
9162
9163 * international/mule-conf.el (coding-category-utf-8,
9164 coding-category-utf-16-be, coding-category-utf-16-le): New coding
9165 categories. Include them in the argument for set-coding-priority.
9166
9167 * international/mule-cmds.el (reset-language-environment): Include
9168 coding-category-utf-8, coding-category-utf-16-be, and
9169 coding-category-utf-16-le in the argument for set-coding-priority.
9170 (reset-language-environment): Initialize coding-category-utf-8,
9171 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
9172
18bb0684
GM
91732000-03-06 Karl Fogel <kfogel@red-bean.com>
9174
9175 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
9176 code abstracted out of `bookmark-jump-noselect'. Now tries info
9177 extensions as well as compression extensions.
9178 (bookmark-jump-noselect): Use above new func.
fa78f71b 9179
71a6ba55
GM
91802000-03-03 Gerd Moellmann <gerd@gnu.org>
9181
9182 * strokes.el: Change maintainer's mail address.
9183
0d56cdff
KH
91842000-03-03 Kenichi Handa <handa@etl.go.jp>
9185
9186 * international/mule-diag.el (list-character-sets): Make help-echo
9187 string by substitute-command-keys.
9188 (list-character-sets): Likewise.
9189 (sort-listed-character-sets): Call help-setup-xref.
9190
900fa1f1
GM
91912000-03-02 Gerd Moellmann <gerd@gnu.org>
9192
9193 * time.el (display-time-mail-file): Add `none' to the list of
9194 choices.
9195
54d04320
DL
91962000-03-01 Dave Love <fx@gnu.org>
9197
43f3fa09
DL
9198 * help.el (help-xref-go-back): Don't try to set position.
9199
54d04320
DL
9200 * international/mule-diag.el (list-character-sets): Call
9201 help-setup-xref. Add help-echo to xrefs.
9202 (list-character-sets-1): Add help-echo to xrefs.
9203
d054101f
GM
92042000-03-02 Gerd Moellmann <gerd@gnu.org>
9205
9206 * frame.el (blink-cursor-mode): Switch cursor on when turning
9207 the mode off.
9208
9209 * add-log.el (add-log-current-defun): Add support for
9210 Autoconf mode.
9211
9212 * mail/rmail.el (rmail-quit-hook): New variable.
9213
d77dae5c
DL
92142000-03-01 Dave Love <fx@gnu.org>
9215
e5f597f0
DL
9216 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
9217
d77dae5c
DL
9218 * help.el (help-xref-button): Add help-echo arg.
9219 (describe-function-1, describe-variable, help-make-xrefs): Use it.
9220
9221 * faces.el (list-faces-display): Supply help-echo with
9222 help-make-xrefs.
9223
9224 * facemenu.el (list-text-properties-at): Set help-xref-stack to
9225 nil.
9226
72d19d75
GM
92272000-03-01 Gerd Moellmann <gerd@gnu.org>
9228
2df636f4
GM
9229 * image.el (defimage): Look for image files in load-path.
9230
fa78f71b 9231 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
9232 `number'.
9233
2df636f4
GM
92342000-03-01 David Ponce <david.ponce@wanadoo.fr>
9235
9236 * recentf.el (recentf): Added version tag to the defgroup of
9237 recentf.
9238
92392000-03-01 David Ponce <david.ponce@wanadoo.fr>
9240
9241 * recentf.el (recentf-cleanup): Changed to remove excluded file
9242 too.
9243 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
9244 action to select/unselect a file.
9245 (recentf-edit-list): Code cleanup and improvement.
9246 (recentf-open-more-files-action): `recentf-open-more-files' button
9247 widget action to open a file.
9248 (recentf-open-more-files): No more use standard completion but
9249 widgets.
9250 (recentf-more-collection): Deleted.
9251 (recentf-more-history): Deleted.
9252 (recentf-setup-more-completion): Deleted.
9253
92542000-03-01 David Ponce <david.ponce@wanadoo.fr>
9255
9256 * recentf.el (recentf-mode): No more needs that Emacs is running
9257 under a window-system.
9258
92591999-03-01 David Ponce <david.ponce@wanadoo.fr>
9260
9261 * recentf.el (recentf-edit-list): New command to edit the recent
9262 list which allow the user to remove files.
9263 (recentf-edit-selected-items): New global variable, used by
9264 `recentf-edit-list' to hold the list of files to be removed from
9265 the recent list.
9266 (recentf-make-menu-items): Updated to display a "Edit list..."
9267 menu item. Minor code cleanup.
9268
92691999-03-01 David Ponce <david.ponce@wanadoo.fr>
9270
9271 * recentf.el (recentf-open-more-files): New command to open files
9272 that are not displayed in the menu.
9273 (recentf-more-collection): New global variable holding the set of
9274 permissible completions used by `recentf-open-more-files'.
9275 (recentf-more-history): New global variable holding the history list
9276 used by `recentf-open-more-files' completion.
9277 (recentf-setup-more-completion): New function to setup completion for
9278 `recentf-open-more-files'.
9279 (recentf-make-menu-items): Updated to display a "More..." menu item.
9280
92811999-03-01 David Ponce <david.ponce@wanadoo.fr>
9282
9283 * recentf.el (recentf-menu-action): Doc fixed.
9284
92851999-03-01 David Ponce <david.ponce@wanadoo.fr>
9286
9287 * recentf.el (recentf-menu-filter): Doc updated.
9288 (recentf-update-menu-hook): Allow menu filters to force menu update.
9289 (recentf-make-menu-items): New menu filter handling.
9290 (recentf-make-menu-item): New helper function.
9291 (recentf-menu-elements): New menu handling function.
9292 (recentf-sort-ascending): Updated to new menu filter handling.
9293 (recentf-sort-descending): Updated to new menu filter handling.
9294 (recentf-sort-basenames-ascending): New menu filter function.
9295 (recentf-sort-basenames-descending): New menu filter function.
9296 (recentf-show-basenames): New menu filter function.
9297 (recentf-show-basenames-ascending): New menu filter function.
9298 (recentf-show-basenames-descending): New menu filter function.
9299
72d19d75
GM
93002000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9301
9302 * diary-lib.el (list-diary-entries): Don't try to go forward at
9303 the end of the buffer.
9304
1ac1c836
KH
93052000-02-29 Kenichi Handa <handa@etl.go.jp>
9306
9307 * international/mule-diag.el (list-character-sets): Completely
9308 rewritten.
9309 (sort-listed-character-sets): New function.
9310 (list-character-sets-1): Completely rewritten.
9311 (list-character-sets-2): New function.
9312 (non-iso-charset-alist): New variable.
9313 (decode-codepage-char): New function.
9314 (charset-history): New variable.
9315 (read-charset) (list-block-of-chars)
9316 (list-iso-charset-chars)
9317 (list-non-iso-charset-chars)
9318 (list-charset-chars): New functions.
9319 (mule-diag): Call list-character-sets-2, not
9320 list-character-sets-2.
9321 (dump-charsets): Likewise.
9322
ed4d0512
GM
93232000-02-29 Gerd Moellmann <gerd@gnu.org>
9324
72d19d75
GM
9325 * dired-x.el (dired-filename-at-point): Add `@' to valid
9326 file name characters.
9327 (dired-filename-at-point): Handle ange-ftp file names.
9328
ed4d0512
GM
9329 * frame.el (frame-notice-user-settings): Use assq-delete-all
9330 instead of assoc-delete-all.
9331 (frame-notice-user-settings): Ditto.
9332
9333 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
9334 Don't copy alist.
9335
32038c7a
GM
93362000-02-28 Eli Barzilay <eli@cs.cornell.edu>
9337
9338 * calculator.el (calculator-use-menu): New option.
9339 (calculator-initial-bindings): Changed some bindings to work as
9340 macros.
9341 (calculator-forced-input): Removed.
9342 (calculator-restart-other-mode): New variable.
9343 (calculator-mode-map): Set up menu.
fa78f71b 9344
32038c7a
GM
93452000-02-28 Jari Aalto <jari.aalto@poboxes.com>
9346
9347 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
9348 tags.
fa78f71b 9349
55d7ff38 93502000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 9351
55d7ff38
MK
9352 * viper-cmd.el (viper-envelop-ESC-key): added the option to
9353 translate all ESC key sequences.
9354 (viper-goto-mark-subr): restore markers for files for which
9355 they were saved.
9356 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
9357 * viper-util.el (viper-set-replace-overlay-glyphs,
9358 viper-set-replace-overlay): always check if the replacement
9359 overlay is live.
9360 * viper.el (viper-vi-state-mode-list): added major modes.
9361 * ediff-wind.el: minor comment changes.
9362 * ediff.el: copyright notice date fix.
fa78f71b 9363
387023ee
JR
93642000-02-27 Jason Rumney <jasonr@gnu.org>
9365
9366 * faces.el (face-font-family-alternatives): Add arial to helv.
9367 (mode-line, header-line, tool-bar): Same default as x for w32.
9368 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
9369 face-font-family-alternatives from working.
9370 * term/w32-win.el (mouse-set-font): Do not build fontset from
9371 chosen font.
9372
f43d79c1
GM
93732000-02-25 Sam Steingold <sds@goems.com>
9374
5d80cc9c 9375 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 9376 properly.
fa78f71b 9377
8b7bc628 93782000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
9379
9380 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
9381
4eb8436f
GM
93822000-02-25 Gerd Moellmann <gerd@gnu.org>
9383
9384 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
9385 writable.
9386
449c3c52 9387 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 9388
42088c12
GM
93892000-02-24 Gerd Moellmann <gerd@gnu.org>
9390
9391 * frame.el (show-cursor-in-non-selected-windows): New option.
9392
c60ea02e
GM
93932000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9394
9395 * diary-lib.el (include-other-diary-files): Undo the selective
9396 display in any included file and don't kill it.
9397
d066de8e
EZ
93982000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
9399
9400 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
9401 bar. Menu items converted to (menu-item format, help strings
9402 added.
9403 [downcase, upcase]: Don't enable on MS-DOS.
9404 [symlink, symlinks]: Don't show if make-symbolic-link is not
9405 bound.
9406 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
9407
b6906b38
DL
94082000-02-23 Dave Love <fx@gnu.org>
9409
275cf1b2
DL
9410 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
9411 (backward-kill-word): Revert addition of * to interactive spec --
9412 it's a feature.
9413
9414 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
9415 (backward-kill-sentence, kill-sentence): Likewise.
9416
99d48056
DL
9417 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
9418 scratch buffer name.
9419 (gud-format-command): Use int-to-string in ?l case. Simplify
9420 slightly.
9421
9422 * term/w32-win.el (internal-face-interactive): Update prompt for
9423 new read-face-name.
9424
9425 * mail/footnote.el (footnote): Add :version to defgroup.
9426 (footnote-section-tag-regexp): Customize.
9427 (footnote-start-tag, footnote-end-tag): New option.
9428 (footnote-latin-regexp): New variable.
9429 (Footnote-latin): New function.
9430 (footnote-style-alist): Add element for latin style.
9431 (footnote-style): Moved.
9432 (Footnote-goto-footnote): Use eq to test arg.
9433
9434 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
9435
b6906b38
DL
9436 * emacs-lisp/byte-opt.el: Change old backquote syntax.
9437 (byte-compile-trueconstp): Include keywords.
9438 (byte-optimize-quote, byte-optimize-lapcode): Use
9439 byte-compile-const-symbol-p.
9440 (byte-optimize-char-before): New optimization.
9441
9442 * emacs-lisp/bytecomp.el: Change old backquote syntax.
9443 (byte-compile-const-symbol-p): New function.
9444 (byte-compile-constp, byte-compile-out-toplevel)
9445 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
9446 Use it.
9447
9448 * subr.el (define-key-after): Default AFTER to t. Doc fix.
9449
214f877f
KH
94502000-02-23 Kenichi Handa <handa@etl.go.jp>
9451
c709bcf1
KH
9452 * international/encoded-kb.el: Be sure to update minor-mode-alist
9453 and minor-mode-map-alist.
9454 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
9455 codes SS2 and SS3 correctly.
9456 (encoded-kbd-self-insert-ccl): New function.
9457 (encoded-kbd-setup-keymap): New function.
9458 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
9459 by calling encoded-kbd-setup-keymap.
9460
214f877f
KH
9461 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
9462 characters.
9463 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
9464 locally.
9465
b021ef18
DL
94662000-02-22 Dave Love <fx@gnu.org>
9467
9468 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
9469 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
9470 defvar.
9471 (lisp-mode-syntax-table): Set up for #|...|# comments.
9472 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
9473 classes. Match `defface'.
9474 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
9475 (eval-defun-1): Fix for defcustom.
9476 (lisp-indent-region): Doc fix.
9477
9478 * subr.el (when, unless, split-string): Doc fix.
9479 (read-passwd): Move call of clear-this-command-keys to the right
9480 place.
9481 (replace-regexps-in-string): New function.
9482
14cc00ad
GM
94832000-02-22 Gerd Moellmann <gerd@gnu.org>
9484
9485 * help.el (describe-variable): Set syntax table to
9486 emacs-lisp-mode-syntax-table when moving forward over the
9487 symbol's name.
9488
47da5efa
DL
94892000-02-22 Dave Love <fx@gnu.org>
9490
9491 * xt-mouse.el: Doc fixes.
9492 (xterm-mouse-position-function): New function, replacing advice of
9493 mouse-position.
9494 (xterm-mouse-mode): Use it. Don't turn on under a window system.
9495
9496 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
9497
f0a6c717
GM
94982000-02-21 Gerd Moellmann <gerd@gnu.org>
9499
9500 * format.el (format-annotate-single-property-change): Handle
9501 properties.with dotted-list values.
9502 (format-proper-list-p): New function.
9503
9504 * enriched.el (enriched-face-ans): Handle '(foreground-color
9505 . COLOR) and (background-color . COLOR).
9506
2be80b63
DL
95072000-02-20 Dave Love <fx@gnu.org>
9508
9509 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
9510 and assignments to it.
9511 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
9512 current local map.
9513 (make-flyspell-overlay): Use it.
9514 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
9515
9516 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
9517 (lm-get-header-re): Defun, not defsubst.
9518 (lm-get-package-name): Defun, not defsubst. Simplify.
9519 (lm-version): Doc fix. Simplify.
9520 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
9521 (lm-crack-address, lm-last-modified-date, lm-commentary)
9522 (lm-verify, lm-synopsis): Simplify.
9523 (lm-report-bug): Require emacsbug. Use compose-mail.
9524
329eed9f
GM
95252000-02-20 Gerd Moellmann <gerd@gnu.org>
9526
9527 * dired.el (dired-mode): Call propertized-buffer-identification
9528 to set mode-line-buffer-identification to something having
9529 the right text properties.
9530
9531 * bindings.el (propertized-buffer-identification): New function.
9532
be5bb146
DL
95332000-02-20 Dave Love <fx@gnu.org>
9534
9535 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
9536 check for t-mouse too.
9537
9538 * cus-start.el: Make echo-keystrokes `number'.
9539
1d4311c3
EZ
95402000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
9541
9542 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
9543 Don't call ring-empty-p unless tags-location-ring is bound.
9544 From Noah Friedman <friedman@splode.com>.
9545
a23c5037
TTN
95462000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
9547
9548 * progmodes/hideshow.el (hs-flag-region): No longer use
9549 `intangible' overlay property.
9550
9551 (hs-toggle-hiding): New command.
9552 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
9553
9554 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
9555 Fix omission bug: Run `hs-minor-mode-hook' for both activation
9556 and deactivation.
9557
b6a22bf8
GM
95582000-02-18 Gerd Moellmann <gerd@gnu.org>
9559
9560 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
9561
d621caf7
GM
95622000-02-17 Gerd Moellmann <gerd@gnu.org>
9563
3c0ed7ce
GM
9564 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
9565
d621caf7
GM
9566 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
9567 of `*' to handle `(* ... *)' comments.
9568
538d88fb
EZ
95692000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
9570
53c80cf6 9571 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 9572 window-system.
53c80cf6 9573
538d88fb
EZ
9574 * menu-bar.el (global-map): Menu-bar items converted to the new
9575 format (menu-item..., rearranged for better CUA compliance, and
9576 their names changed for better clarity. Help strings added.
9577
9578 * international/mule-cmds.el (mule-menu-keymap)
9579 (describe-language-environment-map, set-coding-system-map)
9580 (setup-language-environment-map): Convert to new (menu-item...
9581 form, add help strings. Change names of menu items for better
9582 clarity. "Mule" menu-bar item removed (it's now in the "Options"
9583 submenu).
9584
8389e1e2 95852000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 9586
a23c5037 9587 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 9588 within the code.
a23c5037 9589
8389e1e2 95902000-02-16 Dave Love <fx@gnu.org>
a23c5037 9591
84fe35f0
DL
9592 * faces.el: Don't require custom. Add more specific :groups to
9593 various deffaces.
9594 (set-face-attribute): Purecopy args.
9595 (read-face-name): Default to name at point and use it in prompt.
9596 Remove colon from arg in all callers.
9597 (list-faces-display): Hyperlink to face descriptions and customize
9598 buffers.
9599
b2aeee30
DL
96002000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
9601
9602 * wid-edit.el (widget-match-inline): An atom never matches a
9603 list.
9604
99e95407
GM
96052000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9606
82d2c7c5
DL
9607 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
9608 at ':' characters by call to split-string.
99e95407
GM
9609
96102000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9611
82d2c7c5 9612 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
9613
96142000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9615
82d2c7c5
DL
9616 * textmodes/bibtex.el: Some temporary comments removed.
9617 (bibtex-field-name, bibtex-entry-type): Made the relationship
9618 explicit.
9619 (bibtex-field-const): Allow capital letters.
9620 (bibtex-start-of-string): Deleted because unused.
9621
9622 * textmodes/bibtex.el: Unified some nomenclature. We no longer
9623 use the term 'reference' to describe a bibtex entry as a whole.
9624 Further, reference keys are no longer called 'labels'.
9625 (bibtex-keys): Renamed to bibtex-reference-keys.
9626 (bibtex-reformat-previous-labels): Renamed to
9627 bibtex-reformat-previous-reference-keys.
9628 (bibtex-reference-type): Renamed to bibtex-entry-type.
9629 (bibtex-reference-head): Renamed to bibtex-entry-head.
9630 (bibtex-reference-maybe-empty-head): Renamed to
9631 bibtex-entry-maybe-empty-head.
9632 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
9633 (bibtex-search-reference): Renamed to bibtex-search-entry.
9634 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
9635 bibtex-enclosing-entry-maybe-empty-head.
9636 (bibtex-entry-field-alist, bibtex-entry-head,
9637 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
9638 bibtex-map-entries, bibtex-search-entry,
9639 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
9640 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9641 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
9642 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
9643 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
9644 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
9645 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
9646
96472000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9648
82d2c7c5
DL
9649 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
9650 comment.
9651 (bibtex-format-field-delimiters): New function, functionality
9652 extracted from bibtex-format-entry.
9653 (bibtex-autokey-get-yearfield-digits): New function, functionality
9654 extracted from bibtex-autokey-get-yearfield.
9655
9656 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
9657 entries in order to avoid stack overflow in the regexp matcher if
9658 field contents become large.
9659 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
9660 bibtex-field-string-part-not-braced,
9661 bibtex-field-string-part-no-inner-braces,
9662 bibtex-field-string-part-1-inner-brace,
9663 bibtex-field-string-part-2-inner-braces,
9664 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
9665 bibtex-field-string-quoted, bibtex-field-string,
9666 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
9667 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
9668 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
9669 as parsing is now performed by the following functions.
9670 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
9671 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
9672 bibtex-parse-field-string, bibtex-search-forward-field-string,
9673 bibtex-parse-association, bibtex-field-name-for-parsing,
9674 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
9675 bibtex-search-forward-field, bibtex-search-backward-field,
9676 bibtex-start-of-field, bibtex-end-of-field,
9677 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
9678 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
9679 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
9680 bibtex-parse-string, bibtex-search-forward-string,
9681 bibtex-search-backward-string, bibtex-start-of-string,
9682 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
9683 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
9684 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
9685 entries. Instead of reporting the results of the parsing by
9686 match-beginning or match-end, these functions return data structures
9687 that hold the corresponding positions.
9688 (bibtex-enclosing-field): Changed to also report field boundaries by
9689 return values rather than by match-beginning or match-end. The
9690 following functions have been adapted to use the new parsing
9691 functions.
9692 (bibtex-skip-to-valid-entry, bibtex-search-reference,
9693 bibtex-enclosing-field, bibtex-format-entry,
9694 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
9695 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
9696 bibtex-print-help-message, bibtex-end-of-entry,
9697 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
9698 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9699 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
9700 method for parsing.
9701 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
9702 bibtex-map-entries, bibtex-flash-head,
9703 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
9704 bibtex-autokey-change, bibtex-autokey-get-namefield,
9705 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
9706 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9707 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
9708 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9709 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
9710 order to make the new binding of case-fold-search immediately
9711 visible.
99e95407
GM
9712
97132000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9714
82d2c7c5
DL
9715 * textmodes/bibtex.el: Copyright notice is up to date.
9716 Added constant 'bibtex-maintainer-salutation.
99e95407 9717
82d2c7c5
DL
9718 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
9719 than make-temp-name, use match-string-no-properties and eliminate
9720 a quadratic behavior when building bibtex-strings.
99e95407 9721
82d2c7c5
DL
9722 * bibtex.el (bibtex-reference-key): Accept string entries whose
9723 reference key contains upper case letters.
99e95407
GM
9724
97252000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9726
82d2c7c5
DL
9727 * bibtex.el (bibtex-reference-head): Allow entries to start with
9728 a new line.
99e95407
GM
9729
97302000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9731
82d2c7c5
DL
9732 * bibtex.el: Hiding of entry bodies is not longer provided by
9733 bibtex.el directly. Instead the hideshow package can be used.
9734 Added a special bibtex entry to hs-special-modes-alist.
9735 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
9736
97372000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9738
f24fef2f
SM
9739 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
9740 at ':' characters by call to split-string.
8389e1e2
GM
9741
97422000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9743
f24fef2f 9744 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
9745
97462000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9747
f24fef2f
SM
9748 * textmodes/bibtex.el: Some temporary comments removed.
9749 (bibtex-field-name, bibtex-entry-type): Made the relationship
9750 explicit.
9751 (bibtex-field-const): Allow capital letters.
9752 (bibtex-start-of-string): Deleted because unused.
fa78f71b 9753
f24fef2f
SM
9754 * textmodes/bibtex.el: Unified some nomenclature. We no longer
9755 use the term 'reference' to describe a bibtex entry as a whole.
9756 Further, reference keys are no longer called 'labels'.
9757 (bibtex-keys): Renamed to bibtex-reference-keys.
9758 (bibtex-reformat-previous-labels): Renamed to
9759 bibtex-reformat-previous-reference-keys.
9760 (bibtex-reference-type): Renamed to bibtex-entry-type.
9761 (bibtex-reference-head): Renamed to bibtex-entry-head.
9762 (bibtex-reference-maybe-empty-head): Renamed to
9763 bibtex-entry-maybe-empty-head.
9764 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
9765 (bibtex-search-reference): Renamed to bibtex-search-entry.
9766 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
9767 bibtex-enclosing-entry-maybe-empty-head.
9768 (bibtex-entry-field-alist, bibtex-entry-head,
9769 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
9770 bibtex-map-entries, bibtex-search-entry,
9771 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
9772 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9773 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
9774 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
9775 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
9776 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
9777 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
9778
97792000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9780
f24fef2f
SM
9781 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
9782 comment.
9783 (bibtex-format-field-delimiters): New function, functionality
9784 extracted from bibtex-format-entry.
9785 (bibtex-autokey-get-yearfield-digits): New function, functionality
9786 extracted from bibtex-autokey-get-yearfield.
fa78f71b 9787
f24fef2f
SM
9788 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
9789 entries in order to avoid stack overflow in the regexp matcher if
9790 field contents become large.
9791 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
9792 bibtex-field-string-part-not-braced,
9793 bibtex-field-string-part-no-inner-braces,
9794 bibtex-field-string-part-1-inner-brace,
9795 bibtex-field-string-part-2-inner-braces,
9796 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
9797 bibtex-field-string-quoted, bibtex-field-string,
9798 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
9799 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
9800 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
9801 as parsing is now performed by the following functions.
9802 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
9803 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
9804 bibtex-parse-field-string, bibtex-search-forward-field-string,
9805 bibtex-parse-association, bibtex-field-name-for-parsing,
9806 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
9807 bibtex-search-forward-field, bibtex-search-backward-field,
9808 bibtex-start-of-field, bibtex-end-of-field,
9809 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
9810 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
9811 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
9812 bibtex-parse-string, bibtex-search-forward-string,
9813 bibtex-search-backward-string, bibtex-start-of-string,
9814 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
9815 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
9816 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
9817 entries. Instead of reporting the results of the parsing by
9818 match-beginning or match-end, these functions return data structures
9819 that hold the corresponding positions.
9820 (bibtex-enclosing-field): Changed to also report field boundaries by
9821 return values rather than by match-beginning or match-end. The
9822 following functions have been adapted to use the new parsing
9823 functions.
9824 (bibtex-skip-to-valid-entry, bibtex-search-reference,
9825 bibtex-enclosing-field, bibtex-format-entry,
9826 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
9827 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
9828 bibtex-print-help-message, bibtex-end-of-entry,
9829 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
9830 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9831 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
9832 method for parsing.
9833 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
9834 bibtex-map-entries, bibtex-flash-head,
9835 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
9836 bibtex-autokey-change, bibtex-autokey-get-namefield,
9837 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
9838 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9839 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
9840 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9841 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
9842 order to make the new binding of case-fold-search immediately
9843 visible.
8389e1e2
GM
9844
98452000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9846
f24fef2f
SM
9847 * textmodes/bibtex.el: Copyright notice is up to date.
9848 Added constant 'bibtex-maintainer-salutation.
fa78f71b 9849
f24fef2f
SM
9850 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
9851 than make-temp-name, use match-string-no-properties and eliminate
9852 a quadratic behavior when building bibtex-strings.
fa78f71b 9853
f24fef2f
SM
9854 * bibtex.el (bibtex-reference-key): Accept string entries whose
9855 reference key contains upper case letters.
8389e1e2
GM
9856
98572000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9858
f24fef2f
SM
9859 * bibtex.el (bibtex-reference-head): Allow entries to start with
9860 a new line.
8389e1e2
GM
9861
98622000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9863
f24fef2f
SM
9864 * bibtex.el: Hiding of entry bodies is not longer provided by
9865 bibtex.el directly. Instead the hideshow package can be used.
9866 Added a special bibtex entry to hs-special-modes-alist.
9867 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
9868
98692000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9870
82d2c7c5 9871 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
9872 proceedings entry type (for cross referencing). Thanks to Wagner
9873 Toledo Correa for the suggestion.
9874
82d2c7c5 9875 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 9876
eae61d8f
KH
98772000-02-14 Kenichi Handa <handa@etl.go.jp>
9878
9879 * international/characters.el: Setup case table for Vietnamese.
9880
fb07a302
GM
98812000-02-12 Gerd Moellmann <gerd@gnu.org>
9882
9883 * uniquify.el (toplevel): Require CL at compile time.
9884 (uniquify-push): Removed.
9885
9886 * shadowfile.el (shadow-when): Removed.
9887
9888 * tempo.el (tempo-dolist, tempo-mapc): Removed.
9889 (tempo-process-and-insert-string): Use dolist instead of
9890 tempo-dolist.
9891
9892 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
9893 regexp for paragraph-start.
9894
9895 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
9896 commas as well.
9897
a0eddf92
DL
98982000-02-10 Dave Love <fx@gnu.org>
9899
9900 * wid-edit.el: (widgets) [defgroup]: Remove url link.
9901 (widget-color-choice-list, widget-color-history, widget-mouse-help):
9902 Deleted.
9903 (widget-specify-field, widget-specify-button): Don't use
9904 widget-mouse-help as help-echo property.
9905 (default): Use #'ignore for :validate and :mouse-down-action.
9906 (checkbox): Add help-echo.
9907 (widget-sexp-validate): Rewritten to clarify error messages.
9908 (character): Use char-valid-p in :match function.
9909 (widget-color-complete): Use facemenu-color-alist.
9910 (widget-color-action): Use facemenu-read-color.
9911
9912 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
9913 set up `caar' &c that we now have.
9914
82d2c7c5
DL
99152000-02-09 Ray Blaak <blaak@gnu.org>
9916
9917 * delphi.el: Make resourcestring a declaration region, like const
9918 and var.
9919
6cbc1482
DL
99202000-02-09 Dave Love <fx@gnu.org>
9921
9922 * bindings.el (mode-line-input-method-map): New variable.
9923 (mode-line-mule-info): Use it; fix last change.
9924 (mode-line-mode-menu): Move definition.
9925 (mode-line-mouse-sensitive-p): Deleted.
9926 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
9927 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
9928 level.
9929
9930 * startup.el (command-line-1): Don't call
9931 make-mode-line-mouse-sensitive.
9932
f7136ee8
GM
99332000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9934
9935 * mail/rmail.el (rmail-retry-failure): Use
9936 rmail-beginning-of-message before rmail-toggle-header, because the
9937 former toggles headers.
9938
6e1d0d15
SM
99392000-02-06 Stefan Monnier <monnier@cs.yale.edu>
9940
fef8c55b
SM
9941 * diff-mode.el (diff-kill-junk): New interactive function.
9942 (diff-reverse-direction): Use delete-and-extract-region.
9943 (diff-post-command-hook): Restrict the area so that the hook also works
9944 outside of any diff hunk. This is necessary for the minor-mode.
9945 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
9946 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
9947
6e1d0d15
SM
9948 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
9949 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
9950 so that it can be used more easily in <foo>-mode-hook. Also make sure
9951 to avoid duplicate entries.
9952 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
9953 (font-lock-remove-keywords): Just as was done for `add', allow it to
9954 work even if font-lock-mode is nil. Also make sure we don't modify
9955 any pre-existing list by forcing a copy-sequence. Finally rename
9956 `major-mode' to `mode'.
9957 (font-lock-fontify-syntactic-anchored-keywords)
9958 (font-lock-fontify-anchored-keywords)
9959 (font-lock-fontify-keywords-region): Use line-end-position.
9960 Don't make `font-lock-multiline' local (it's now done in
9961 font-lock-set-defaults).
9962 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
9963 move the `font-lock-fontified' creation to inside the `unless'.
9964
a75dfea0
AI
99652000-02-06 Andrew Innes <andrewi@gnu.org>
9966
9967 * term/w32-win.el (x-handle-args): Comment out call to message,
9968 which occurs before window system is initialized.
9969
9970 * makefile.nt: Add support for recompiling lisp code.
9971
b85e9462
DL
99722000-02-04 Dave Love <fx@gnu.org>
9973
9ff33afb
DL
9974 * bindings.el (mode-line-mule-info): Fix/extend last change.
9975
b85e9462
DL
9976 * completion.el: Replace completion-dolist with dolist.
9977
9978 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
9979 dotimes.
9980
44dff075
CD
99812000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
9982
9983 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
9984 environment names before they go into the section regexp.
9985
9986 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
9987 char class in regexp.
9988
9989 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
9990 `case-fold-search' to nil.
9991
9992 * progmodes/idlwave.el (idlwave-template): Respect
9993 `idlwave-abbrev-change-case'.
9994 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
9995 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
9996 idlwave-while): respect `idlwave-reserved-word-upcase'.
9997 (idlwave-rw-case): New function.
9998 (idlwave-statement-match): Fixed problem with assignment regexp.
9999 (idlwave-font-lock-keywords): Improved regexp for keyword
10000 parameters.
a23c5037 10001 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
10002 operators longer than 1 char.
10003
10004 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
10005 idlwave-shell-expression-overlay. Implemented printing of
10006 expressions on higher levels of the calling stack.
10007 (idlwave-shell-display-level-in-calling-stack): Restore stack
10008 level.
10009 (idlwave-retrieve-expression-from-level): New function.
10010 (idlwave-shell-last-calling-stack): Variable removed.
10011 (idlwave-shell-reset): Argument action reversed (`visible' to
10012 `hidden'). Also remove stop-line overlay.
10013 (idlwave-shell-calling-stack-routine): New variable.
10014 (idlwave-shell-parse-stack-and-display): Messages now display
10015 negative level numbers.
10016 (idlwave-shell-mode): Set `modeline-format'.
10017 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
10018 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
10019 21.
10020 (idlwave-shell-print-expression-function): New option.
a23c5037 10021
44dff075
CD
10022 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
10023 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
10024 `tool-bar' instead of `toolbar'.
10025
f26c34fd
DL
100262000-02-02 Dave Love <fx@gnu.org>
10027
10028 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
10029 emacs-lisp-mode-hook. Don't check for defalias being defined.
10030
10031 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10032 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
10033 the new builtins directly.
10034
10035 * whitespace.el (whitespace): Add :version to defgroup.
10036
10037 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
10038 Doc fix.
10039
10040 * thingatpt.el (sexp-at-point, symbol-at-point)
10041 (number-at-point, list-at-point): Add autoload cookie.
10042
10043 * recentf.el (recentf): Add :version to defgroup.
10044
10045 * quickurl.el (quickurl): Add :version to defgroup.
10046
10047 * elide-head.el (elide-head): Use point-marker more.
10048
10049 * bs.el (bs): Add :version to defgroup.
10050
10051 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
10052
10053 * progmodes/delphi.el (delphi): Add :version to defgroup.
10054
d240a249
GM
100552000-02-02 Gerd Moellmann <gerd@gnu.org>
10056
10057 * ange-ftp.el (ange-ftp-write-region): Handle case that
10058 succeeding process operation sets a different coding system.
10059
10060 * calculator.el: New file.
10061
d5179a01
EZ
100622000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
10063
10064 * frame.el (frames-on-display-list, framep-on-display): New
10065 functions.
10066 (display-mouse-p, display-popup-menus-p, display-graphic-p)
10067 (display-selections-p, display-screens, display-pixel-width)
10068 (display-pixel-height, display-mm-width, display-mm-height)
10069 (display-backing-store, display-save-under, display-planes)
10070 (display-color-cells, display-visual-class): New functions.
10071
10072 * term/tty-colors.el (tty-color-gray-shades): New function.
10073
10074 * faces.el (display-color-p): Use framep-on-display.
10075 (display-grayscale-p): New function.
10076
968e00f0
DL
100772000-01-31 Dave Love <fx@gnu.org>
10078
10079 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
10080 (create-fontset-from-x-resource): Don't concat integers.
10081
2cb750ba
GM
100822000-01-31 Inge Frick <inge@nada.kth.se>
10083
10084 * view.el: Some changes in documentation. Removed some trailing
10085 whitespace. Changed some parameter names to agree with
10086 documentation.
10087 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
10088 window is not deleted. Modifies change 1998-04-26.
a23c5037 10089
74e9213b
GM
100902000-01-31 Gerd Moellmann <gerd@gnu.org>
10091
47569935
GM
10092 * windmove.el: New file.
10093
74e9213b
GM
10094 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10095 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 10096 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 10097
74e9213b
GM
10098 * jit-lock.el (jit-lock-function): Widen before calculating end
10099 position.
10100 (jit-lock-stealth-chunk-start): Rewritten.
10101
10102 * info.el (Info-title-face-alist): Removed.
10103 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
10104 faces.
10105 (Info-fontify-node): Use these faces.
10106
994c5afe
GM
101072000-01-30 Gerd Moellmann <gerd@gnu.org>
10108
10109 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
10110 (cl-macro-list1): Recognize `&allow-other-keys' instead of
10111 `&allow-other-keywords'.
10112
10113 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
10114 the list of directories scanned heuristically.
10115
10116 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
10117 exist.
10118
f00276e3
JR
101192000-01-30 Jason Rumney <jasonr@gnu.org>
10120
10121 * w32-fns.el: Define w32-tty-standard-colors.
10122
10123 * startup.el (command-line): Use w32-tty-standard-colors when in
10124 w32 console mode.
10125
cc4dfff0
DL
101262000-01-30 Dave Love <fx@gnu.org>
10127
e645e77b
DL
10128 * jka-compr.el (jka-compr-load): Fix up load-history.
10129
cc4dfff0
DL
10130 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
10131
10132 * emacs-lisp/cl-macs.el: Revert previous change.
10133
16215eb0
DL
101342000-01-29 Dave Love <fx@gnu.org>
10135
10136 * facemenu.el: Purecopy various strings.
10137
10138 * timezone.el (timezone-fix-time): Window against 69 for two-digit
10139 years. Deal with three-digit years.
10140
10141 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
10142 defconst, purecopy.
10143 (help-back-label): Purecopy it.
10144
bbd9b566
GM
101452000-01-18 Gerd Moellmann <gerd@gnu.org>
10146
10147 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
10148 variable. If non-nil, order the buffer list according to the
10149 currently selected frame.
10150 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
10151 non-nil, pass the selected frame to function buffer-list.
a23c5037 10152
887448e1
GM
101532000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10154
10155 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
10156
7df85084
DL
101572000-01-28 Dave Love <fx@gnu.org>
10158
142e109c
DL
10159 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
10160
7df85084
DL
10161 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
10162 Don't use lisp-indent-hook property.
10163 (cl-abs): Remove.
10164
10165 * subr.el: Move out indent and edebug specs for when and unless.
10166
10167 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
10168 when, unless.
10169
10170 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
10171 unless, when.
10172
3b43c01c
GM
101732000-01-28 Gerd Moellmann <gerd@gnu.org>
10174
d060bc9f
GM
10175 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
10176 `collecting' as synonym for `collect'.
10177
10178 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
10179 for the case it contains spaces.
10180
10181 * simple.el (what-cursor-position): Change formatting of
10182 messages.
10183
b02786f9
GM
10184 * frame.el (delete-other-frames): New function.
10185 (toplevel): Bind it to C-x 5 1.
10186
efd68b8a
GM
10187 * sort.el (sort-numeric-base): New option.
10188 (sort-numeric-fields): If number starts with `0' or `0[xX[',
10189 interpret it as octal or hexadecimal. Use sort-numeric-base
10190 as default base.
10191
3b43c01c
GM
10192 * progmodes/glasses.el: New file.
10193
984ae001
GM
101942000-01-27 Gerd Moellmann <gerd@gnu.org>
10195
a0b796e3
GM
10196 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
10197 userids differently.
10198
984ae001
GM
10199 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10200 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
10201 progmodes/ebnf-yac.el: New files.
10202
6c67ddee
DL
102032000-01-26 Dave Love <fx@gnu.org>
10204
10205 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
10206 on a function with an empty body. [From Eric Ludlam.]
10207
4e6473c8
GM
102082000-01-25 Andre Spiegel <spiegel@gnu.org>
10209
10210 * vc.el (vc-version-diff): Make sure file name is expanded.
10211
e12489f9
GM
102122000-01-25 Gerd Moellmann <gerd@gnu.org>
10213
10214 * scroll-bar.el (scroll-bar-timer): Variable removed.
10215 (scroll-bar-toolkit-scroll): Don't use a timer.
10216
8dbe2b07
KH
102172000-01-25 Kenichi Handa <handa@etl.go.jp>
10218
10219 * language/thai-util.el (thai-composition-function): Delete
10220 superfluous `a'.
10221
26ef1c87
DL
102222000-01-24 Dave Love <fx@gnu.org>
10223
10224 * fortran.el (fortran-mode): Use beginning-of-defun-function,
10225 end-of-defun-function.
10226
10227 * font-lock.el (turn-on-font-lock): Don't depend on window-system
10228 &c.
10229
7ed4e9a7
JR
102302000-01-22 Jason Rumney <jasonr@gnu.org>
10231
10232 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
10233 conflicts with new face support.
10234
8b7bc628 102352000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
10236
10237 * replace.el (query-replace): Rename last arg to DELIMITED.
10238 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
10239 (query-replace-regexp): Likewise.
10240
8b7bc628 102412000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 10242
02b14400
RS
10243 * subr.el (with-syntax-table): Use make-symbol, not gensym.
10244
5bb6f079
RS
10245 * emacs-lisp/lisp.el (beginning-of-defun-function):
10246 Variable renamed from beginning-of-defun.
10247 Do not call make-variable-buffer-local.
10248 (beginning-of-defun-raw): Use new variable name; doc fix.
10249 (beginning-of-defun): Doc fix.
10250 (end-of-defun-function): Variable renamed from end-of-defun.
10251 Do not call make-variable-buffer-local.
10252 (end-of-defun): Use new variable name; doc fix.
10253
02b14400
RS
10254 * subr.el (dolist, dotimes): Copied from cl-macs.el
10255 and made to work.
2d5e9b54 10256
a23c5037 10257 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
10258 Variable replaces rmail-digest-end-regexp.
10259 Allows multiple regexps for detecting the end line.
10260 (undigestify-rmail-message): Corresponding changes.
10261
60af03f1
DL
102622000-01-19 Dave Love <fx@gnu.org>
10263
fe5d99e1
DL
10264 * files.el (user-init-file): Don't declare here -- is primitive.
10265
60af03f1
DL
10266 * startup.el (command-line): Check for compiled user-init-file and
10267 set to uncompiled version if necessary.
10268
72dbbc7d
GM
102692000-01-18 Gerd Moellmann <gerd@gnu.org>
10270
6a1950ec
GM
10271 * mail/undigest.el (rmail-digest-end-regexp): New user option.
10272 (undigestify-rmail-message): Use it.
10273
72dbbc7d
GM
10274 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
10275
fbe91bbd
GM
102762000-01-17 Gerd Moellmann <gerd@gnu.org>
10277
10278 * tmm.el (tmm-goto-completions): Adapt to prompt being part
10279 of mini-buffer.
10280
33a6685b
GM
102812000-01-14 Gerd Moellmann <gerd@gnu.org>
10282
b3303df7
GM
10283 * emacs-lisp/copyright.el (copyright-update): Removed the
10284 requirement for a trailing space from `copyright-regexp', to
10285 support copyrights with owner specified on a separate line..
a23c5037 10286
3c4c8064
GM
10287 * align.el: New file.
10288
33a6685b
GM
10289 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
10290
10291 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
10292
044a4975
DL
102932000-01-13 Dave Love <fx@gnu.org>
10294
10295 * ph.el: Removed. (Obsoleted by EUDC.)
10296
0a352cd7
GM
102972000-01-13 Gerd Moellmann <gerd@gnu.org>
10298
10299 * net/eudc.el (toplevel): Remove autoloaded code installing
10300 menu with easymenu, because that causes build problems.
10301
10302 * frame.el (frame-notice-user-settings): New variable.
10303 (frame-notice-user-settings): Don't modify frame parameters
10304 if called a second time.
10305
8b7bc628 103062000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
10307
10308 * frame.el (frame-notice-user-settings):
10309 Notice default-frame-parameters even for non-window frames.
10310
feb450e0
GM
103112000-01-13 Gerd Moellmann <gerd@gnu.org>
10312
10313 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
10314 for Emacs.
10315 (eudc-bob-can-display-inline-images): Extend for Emacs.
10316 (eudc-bob-toggle-inline-display): Ditto.
10317 (eudc-bob-display-jpeg): Ditto.
10318
99c6d63b
GM
103192000-01-12 Gerd Moellmann <gerd@gnu.org>
10320
7970b229
GM
10321 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
10322 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
10323 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 10324
e4936aa9
GM
10325 * add-log.el (add-change-log-entry): Fix error trying an `(insert
10326 nil)'.
10327
10328 * subdirs.el: Add `net' directory.
10329
133c9e59
GM
10330 * net: New directory.
10331
99c6d63b
GM
10332 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
10333 eval-last-sexp. Don't bind debug-on-error here.
10334 (eval-last-sexp): New function. Bind debug-on-error if
10335 eval-expression-debug-on-error is non-nil.
10336 (eval-defun-2, eval-defun): Likewise.
10337
10338 * simple.el (eval-expression): Don't bind debug-on-error if
10339 eval-expression-debug-on-error is nil. Detect changed
10340 debug-on-error, and propagate new value to global binding, if
10341 eval-expression-debug-on-error is non-nil,
10342 (eval-expression-debug-on-error): Change doc string.
a23c5037 10343
8b7bc628 103442000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
10345
10346 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
10347
10348 * emacs-lisp/lisp-mode.el (with-syntax-table):
10349 Set up lisp-indent-function property.
10350
10351 * subr.el (with-syntax-table): Moved from simple.el.
10352
10353 * simple.el (with-syntax-table): Moved to subr.el.
10354
7e3c74fa
GM
103552000-01-11 Gerd Moellmann <gerd@gnu.org>
10356
1fab1775
GM
10357 * tmm.el (tmm-shortcut): Delete region after prompt instead
10358 of erasing buffer.
10359
7e3c74fa 10360 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
10361 (fill-context-prefix): Use the longest common prefix of first
10362 and second line fill prefix, if there is one.
7e3c74fa 10363
8b7bc628 103642000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
10365
10366 * array.el (array-mode): Don't use make-variable-buffer-local.
10367 Use make-local-variable for `truncate-lines'.
10368
aa705642 103692000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 10370
aa705642
GM
10371 * add-log.el (add-log-current-defun): Handle user-defined
10372 add-log-current-function returning nil,
a23c5037 10373
57df2446 10374 * add-log.el (add-change-log-entry): Insert version number
aa705642 10375 if having found a current function
c1356086
GM
10376
10377 * add-log.el (add-log-current-defun): Call
10378 `add-log-current-defun-function'. Try matches at level 0 and
10379 level 1. Strip whitespace from defun found.
a23c5037 10380
1d8c59e9
RS
103812000-01-10 John Wiegley <johnw@gnu.org>
10382
10383 * allout.el (isearch-done/outline-provisions): Added `edit'
10384 argument to correspond with the current definition of
10385 `isearch-done'.
10386
8cf87e9b
DL
103872000-01-10 Dave Love <fx@gnu.org>
10388
10389 * elide-head.el (elide-head): Use point-marker, not point.
10390
9050446c
GM
103912000-01-10 Gerd Moellmann <gerd@gnu.org>
10392
8321b22a
GM
10393 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
10394 before and after the year 2000.
a23c5037 10395
9050446c
GM
10396 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
10397 Add ispell- prefix.
10398
103992000-01-10 Ken Stevens <k.stevens@ieee.org>
10400
10401 * ispell.el: Only define dictionaries in menus when they exist.
10402 (version18p): New variable.
10403 (version20p): New variable.
10404 (xemacsp): New variable.
10405 (ispell-choices-win-default-height): Fix for XEmacs visibility.
10406 (ispell-dictionary-alist1): Added Brasileiro dictionary.
10407 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 10408 run-together words.
9050446c
GM
10409 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
10410 (ispell-dictionary-alist): Add koi8-r to customize definition.
10411 (check-ispell-version): Added documentation string. Returns
f24fef2f 10412 library path when called non-interactively.
9050446c
GM
10413 (ispell-menu-map-needed): Uses new variables.
10414 (ispell-library-path): New variable.
10415 (ispell-decode-string): XEmacs fix for bogus variable bindings.
10416 (ispell-word): Improved documentation string. Test for valid
10417 character mappings. Correctly check typed in word changes that can
10418 result in single words split into multiple words. Returns
10419 replacement word.
10420 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
10421 replace in recursive query replace mode. Help message for
10422 recursive edit mode.
10423 (ispell-show-choices): Protect against bad framepop bindings.
10424 (ispell-help): Fix to work with XEmacs.
10425 (ispell-highlight-spelling-error): Use new variables.
10426 (ispell-overlay-window): Fix to work with XEmacs.
10427 (ispell-parse-output): Passed and returns location information
10428 tracking spelling corrections. Doesn't recheck same word on
10429 current line.
10430 (ispell-init-process): Protect against bogus XEmacs variable binding.
10431 Fix call to single argument in sleep-for. Use new variables.
10432 (ispell-region): Passed and returns location information tracking
10433 spelling corrections. Doesn't check same word on current line.
10434 Improved documentation string. Doesn't resend a line already
10435 checked to the ispell process - fixes bug in LaTeX parsing.
10436 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
10437 (ispell-skip-region): No longer skips <TT> in SGML.
10438 (ispell-process-line): Tracks location information with spelling
10439 corrections. Added documentation string. Accounts for words
10440 already accepted on this line. Don't allow query-replace on line
10441 starting with math characters. Doesn't resend a line already sent
10442 to ispell process. Fixes alignment error bug.
a23c5037 10443
8b7bc628 104442000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 10445
a23c5037 10446 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
10447 Suggest xloadimage, which is free, not xv, which isn't.
10448
a23c5037 10449 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
10450 Don't ever include the host name or user name in the value.
10451
9ed79f5d
GM
104522000-01-09 Gerd Moellmann <gerd@gnu.org>
10453
10454 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
10455 of a real newline.
10456
b950abb1
GM
104572000-01-09 Stephen Eglen <stephen@gnu.org>
10458
a23c5037 10459 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
10460 for .png files.
10461
3c708e98
GM
104622000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
10463
10464 * cus-edit.el (custom-hook-convert-widget): Fix comment.
10465
bf61662d
GM
104662000-01-09 Gerd Moellmann <gerd@gnu.org>
10467
f1d851ae
GM
10468 * progmodes/cperl-mode.el: Replace ^F with ^L.
10469
bf61662d 10470 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 10471 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
10472 recursion.
10473
c65d14ee
DL
104742000-01-08 Dave Love <fx@gnu.org>
10475
8cf87e9b
DL
10476 * emacs-lisp/backquote.el: Remove inappropriate customization
10477 (allowing custom.el to use backquote).
c65d14ee 10478
83de2ebc
DL
104792000-01-07 Dave Love <fx@gnu.org>
10480
10481 * add-log.el (add-log-debugging): Deleted.
10482 (add-change-log-entry): Treat a backup FILE-NAME as its parent
10483 file. Remove debugging code.
10484 (change-log-get-method-definition, change-log-name): Add doc.
10485 (change-log-sortable-date-at): New function.
10486 (change-log-merge): New command.
10487
10488 * time.el (display-time-string-forms): Make the Mail string active.
10489 (display-time-update): Provide help-echo for load average.
10490
10491 * bindings.el (make-mode-line-mouse2-map): New function.
10492 (mode-line-modified): Use it and simplify.
10493 (mode-line-mule-info): Provide help-echo info.
10494 (minor-mode-alist): Activate the strings.
10495 (make-mode-line-mouse-sensitive): Simplify for
10496 mode-line-buffer-identification.
10497
c1475eae
GM
104982000-01-07 Gerd Moellmann <gerd@gnu.org>
10499
10500 * play/pong.el: New file.
10501
83de2ebc
DL
105022000-01-06 Dave Love <fx@gnu.org>
10503
10504 * array.el: Assorted cleanups for compiler warnings, doc strings,
10505 `array-' prefix for symbols.
10506
105072000-01-05 Dave Love <fx@gnu.org>
10508
10509 * textmodes/outline.el (outline-mode-menu-bar-map): Add
10510 outline-headers-as-kill.
10511 (outline-mode): Define imenu-generic-expression.
10512 (outline-headers-as-kill): New command.
10513
10514 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
10515 from paragraph-start.
10516 (paragraph-indent-minor-mode): New command.
10517
10518 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
10519 M-C-e, M-C-h, C-j, C-xnd, TAB.
10520 (fortran-mode): Set beginning-of-defun, end-of-defun.
10521 (fortran-column-ruler): Simplify.
10522 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
10523 (fortran-with-subprogram-narrowing): Likewise.
10524 (fortran-indent-subprogram): Call mark-defun.
10525 (fortran-check-for-matching-do): Change narrowing.
10526
10527 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
10528 (cl-lucid-hash-tag): Delete.
10529 (cl-hash-table-p): Correct test for native table.
10530 (cl-hash-table-count): Use hash-table-count.
10531
10532 * browse-url.el (browse-url): Fix case of
10533 browse-url-browser-function being an alist.
10534
676ac023
CD
105352000-01-05 Carsten Dominik <cd@gnu.org>
10536
c1475eae
GM
10537 * textmodes/reftex-vars.el (reftex-parse-file-extension)
10538 (reftex-index-phrase-file-extension): New options.
676ac023
CD
10539
10540 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 10541 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
10542
10543 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 10544 `reftex-parse-file-extension'.
eb483e17 10545
88807984
DL
105462000-01-05 Dave Love <fx@gnu.org>
10547
83de2ebc 10548 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
10549 (beginning-of-defun-raw): Use it.
10550 (end-of-defun): New variable.
10551 (end-of-defun): Use it.
10552 (check-parens): New command.
10553
1362aeb4
TTN
105542000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
10555
c1475eae
GM
10556 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
10557 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 10558
7ddafb95
TTN
10559 Fix buglet in local variables initialization.
10560
7334aa99
AS
105612000-01-05 Andreas Schwab <schwab@suse.de>
10562
10563 * hscroll.el (hscroll): Doc fix.
10564
b12e24cd
CD
105652000-01-05 Carsten Dominik <cd@gnu.org>
10566
10567 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
10568 idlw-toolbar.
10569
10570 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
10571 file idlw-rinfo.el.
1362aeb4
TTN
10572 (idlwave-customize): load must read file idlw-shell.el.
10573 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 10574
d6226972
CD
105752000-01-05 Carsten Dominik <dominik@astro.uva.nl>
10576
10577 * progmodes/idlw-shell.el: Also provide idlwave-shell
10578 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
10579 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
10580
10581 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
10582 both reftex-dcr and reftex-vcr.
1362aeb4 10583
d6226972
CD
10584 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
10585
6ddb893f 105862000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
10587
10588 * ps-print.el: PostScript code now is in separate files, doc fix.
10589 (ps-print-version): New version number (5.0.3).
10590 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
10591 local.
10592 (ps-spool-config): Initialization fix.
c1475eae
GM
10593 (ps-print-prologue-1, ps-print-prologue-2)
10594 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
10595 (ps-background-image): Little code reformating.
10596 (ps-begin-file, ps-begin-job): Fix code.
88807984 10597 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
10598 (ps-prologue-file): New fun.
10599
ae833aae
KH
106002000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10601
c1475eae 10602 * ps-vars.el: Eliminated.
ae833aae
KH
10603
10604 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
10605 `;;;###autoload'.
10606
10607 * ps-print.el: ps-vars eliminated, doc fix.
10608 (ps-print-version): New version number (5.0.2).
10609 (ps-spool-config): Initialization fix.
10610 (ps-print-customize): New fun.
10611
560a7bd2
GM
106122000-01-04 Gerd Moellmann <gerd@gnu.org>
10613
10614 * autorevert.el (auto-revert-mode): Return value of
10615 auto-revert-mode.
10616
f45dd0f4
DL
106172000-01-04 Dave Love <fx@gnu.org>
10618
fae2ac05
DL
10619 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
10620 menu items.
f45dd0f4 10621
61255981
DL
106222000-01-03 Dave Love <fx@gnu.org>
10623
88807984 10624 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 10625
83de2ebc 10626 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
10627 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
10628 `cl-hash-table-p', not `hash-table-p'.
10629 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
10630
c182a70f
EZ
106312000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10632
10633 * faces.el (face-read-integer, read-face-attribute)
10634 (color-defined-p, color-values): unspecified-{f,b}g are now
10635 strings.
10636
047f434a
GM
106372000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
10638
10639 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
10640 at comment end, and re-insert them after filling.
10641
bab531e2
EZ
106422000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10643
10644 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
10645 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
10646 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 10647
d684c676
EZ
106482000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10649
10650 * term/x-win.el (xw-defined-colors): Call color-supported-p,
10651 the new name of face-color-supported-p.
10652
10653 * term/w32-win.el (xw-defined-colors): Likewise.
10654
0aad4805
EZ
106552000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10656
10657 * simple.el (completion-setup-function): Count completion-size
10658 from minibuffer-prompt-end, not from point-min.
10659
5fe1d139
EZ
106602000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
10661
10662 * faces.el (read-face-attribute, defined-colors, color-defined-p):
10663 Pass the frame to tty-color-* functions.
10664 (display-color-p, frame-set-background-mode): Pass the frame to
10665 tty-display-color-p.
10666
10667 * term/tty-colors.el (tty-defined-color-alist): Renamed from
10668 tty-color-alist.
10669 (tty-color-alist, tty-modify-color-alist): New functions.
10670 (tty-color-define, tty-color-clear, tty-color-approximate)
10671 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
10672 an optional parameter FRAME.
10673
162dec01
GM
106742000-01-01 Gerd Moellmann <gerd@gnu.org>
10675
27189709
GM
10676 * image.el (create-image, defimage): Don't assume image data is a
10677 string.
10678
162dec01
GM
10679 * image.el (defimage): Handle specifications containing :data
10680 instead of :file.
10681 (image-type-from-data): New function.
10682 (image-type-from-file-header): Use it.
10683 (create-image): Add parameter DATA-P.
1362aeb4 10684
bea56df7 10685See ChangeLog.8 for earlier changes.
25a6fab1
KH
10686
10687;; Local Variables:
af9ba8ad 10688;; coding: iso-2022-7bit-unix
25a6fab1 10689;; End: