*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
76eebffc
GM
12000-10-16 Gerd Moellmann <gerd@gnu.org>
2
3 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
4 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
5 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
6 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
7 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
8 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
9 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
10 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
11 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
12 Add author information.
13
cf1e7b12
MB
142000-10-16 Miles Bader <miles@lsi.nec.co.jp>
15
16 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
17 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
18 full-color version (using the Gimp) to eliminate dithering artifacts.
19
5586f3eb
SM
202000-10-15 Stefan Monnier <monnier@cs.yale.edu>
21
22 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
23
24 * simple.el (syntax-flag-table, string-to-syntax): Remove.
25
ad64a888
DL
262000-10-15 Dave Love <fx@gnu.org>
27
28 * progmodes/sh-script.el: Require skeleton and comint when
29 compiling.
30
31 * pcomplete.el (pcomplete) <defgroup>: Add :version.
32
33 * whitespace.el: Doc fixes.
34 (top-level): Don't add hooks here.
35 (whitespace-running-emacs): Deleted.
36 (timer): Don't require.
37 (whitespace): Add back :version conditional on xemacs test.
38 (whitespace-spacetab-regexp, whitespace-indent-regexp)
39 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
40 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
41 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
42 Avoid specific xemacs test.
43 (whitespace-global-mode): New option.
44 (whitespace-global-mode): New command.
45 (whitespace-unload-hook): New function.
46
47 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
48 (Info-fontify-node, Info-goto-node, Info-mode-menu)
49 (Info-fontify-node): `Goto' goes to `Go to'.
50 (Info-fontify-node): Add help-echo to xref links.
51
1ef49fc6
EZ
522000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
53
54 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
55
8b7707e1
SM
562000-10-15 Stefan Monnier <monnier@cs.yale.edu>
57
b3b7f42f
SM
58 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
59 Use plist-get and allow :inherit.
60
61 * emacs-lisp/cl-macs.el (cl-do-arglist):
62 Use plist-get and plist-member instead of memq.
63
3c7fafc7
SM
64 * emacs-lisp/ewoc.el (ewoc-location): New function.
65 (ewoc-enter-after, ewoc-enter-before): Document return value.
66 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
67 Don't need make-local-hook any more.
68 (cvs-addto-collection): Return the new tin.
69 (cvs-mode-insert): Jump to the new line.
70
8b7707e1
SM
71 * jit-lock.el (jit-lock-fontify-buffer): Remove.
72
73 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
74
75 * font-lock.el (font-lock-syntactically-fontified): New var.
76 (font-lock-fontify-syntactic-keywords-region): Use it.
77 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
78
79 * diff-mode.el (diff-find-file-name): Fix regexp.
80
81 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
82 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
83
84 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
85 (sh-mode-syntax-table): Add punctuation syntax for < and >.
86 (sh-mode): Don't make all vars local here.
87 (sh-kw): Reformat.
88 (sh-set-shell): Use dolist. Don't set indent-region-function.
89 (sh-mode-syntax-table): Use pop.
90 (sh-remember-variable): Use push.
91 (sh-help-string-for-variable): Use memq.
92 (sh-safe-backward-sexp): Remove.
93 (sh-safe-forward-sexp): Add ARG.
94 (sh-get-indent-info, sh-prev-stmt): Use it.
95 (sh-prev-line): Simplify by using forward-comment.
96 (sh-this-is-a-continuation): Simplify.
97 (sh-learn-buffer-indent): Use dolist.
98 (sh-do-nothing): Remove.
99 (sh-set-char-syntax, sh-set-here-doc-region):
100 Use inhibit-modification-hooks.
101 (sh-name-style): Use mapcar and push.
102 (sh-load-style): Use dolist.
103 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
104 (sh-case, sh-while-getopts): Use propertize directly rather
105 than sh-electric-rparen.
106
1072000-10-14 Stefan Monnier <monnier@cs.yale.edu>
108
109 * textmodes/tex-mode.el: Require CL when compiling.
110 (tex-mode-syntax-table): Init immediately.
111 (tex-mode-map): Bind M-RET to latex-insert-item.
112 (latex-mode): Set indent-line-function to latex-indent.
113 (tex-common-initialization): Don't setup the syntax-table any more.
114 (latex-insert-item): New skeleton.
115 (tex-next-unmatched-end): Fix copy/paste braino.
116 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
117 (latex-indent, latex-find-indent): New functions.
118 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
119 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
120 (tex-compilation-parse-errors): Use with-syntax-table.
121
86b7fcbb
MB
1222000-10-15 Miles Bader <miles@gnu.org>
123
124 * font-lock.el (font-lock-comment-face): Change dark-background,
125 color, non-tty, default to `chocolate1'.
126
57a24508
JW
1272000-10-13 John Wiegley <johnw@gnu.org>
128
129 * eshell/esh-util.el (require): Added a missing `require' form,
130 needed when compiling (for an ange-ftp macro definition).
131
40ad3db4
DL
1322000-10-13 Dave Love <fx@gnu.org>
133
134 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
135
db460189
GM
1362000-10-13 Gerd Moellmann <gerd@gnu.org>
137
b41c9501
GM
138 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
139 fix.
140
db460189
GM
141 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
142 transparent -colors 8).
143
3b5e21df
GM
1442000-10-13 Stephen Gildea <gildea@alum.mit.edu>
145
146 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
147 that breaks with old list format timestamps.
148 (time-stamp-warn-inactive, time-stamp-old-format-warn)
149 (time-stamp-count, time-stamp-conversion-warn): Improved doc
150 strings.
151
16908a3f
JW
1522000-10-13 John Wiegley <johnw@gnu.org>
153
d7103dda
JW
154 * align.el, pcomplete.el, calendar/timeclock.el,
155 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
156
16908a3f
JW
157 * calendar/timeclock.el (timeclock-find-discrep): A fix to same
158 faulty math, where holiday hours were being computing as seconds.
159
b6b70cda
JW
1602000-10-13 John Wiegley <johnw@gnu.org>
161
162 * desktop.el (desktop-buffer-modes-to-save): Added a global for
163 specifying what "other" kinds of buffers should be saved. This
164 used to be hard-coded.
165 (desktop-buffer-misc-functions): A global for specifying how
166 auxiliary data should be determined for special buffer types.
167 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
168 instead of hard-coding the special buffer types.
169 (desktop-save): Run `desktop-buffer-misc-functions' to gather
170 auxiliary data, instead of hard-coding for Info buffers and dired.
171 (desktop-buffer-info-misc-data): Aux function for determining Info
172 buffer auxiliary info.
173 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
174 (desktop-buffer-info): Changed this function to use the info
175 gathered above.
176 (desktop-create-buffer): Be a little more careful about what
177 `minor-mode' means before calling it. This is important for some
178 buffer types.
179
8c6b1d83
JW
1802000-10-13 John Wiegley <johnw@gnu.org>
181
182 * eshell/esh-util.el: Added a global form which declares an
183 autoload for `parse-time-string', if that function is not already
184 defined, and if parse-time.el is available on the user's system.
185
186 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
187 to be aware of ange-ftp user info.
188 (eshell-do-ls): Bind `ange-cache'. Also, use
189 `eshell-file-attributes'.
190 (eshell-ls-annotate): Use `eshell-file-attributes'.
191 (eshell-ls-file): Made the user-id printing code a bit smarter.
192
193 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
194 allow identification of alias user ids in remote directories.
195 It's manual, but there's no other way to know when the current
196 user on the local machine, is also the owning user on the remote
197 machine.
198 (fboundp): Bind `ange-cache'.
199 (eshell-directory-files-and-attributes): Re-organized the logic a
200 bit to use `eshell-file-attributes' instead of `file-attributes'.
201 The former is more sensitive to directories that are read via FTP,
202 and knows how to use ange-ftp to determine full attribute
203 information, instead of just the name and last modtime.
204 (eshell-current-ange-uids): Return the current user id when in a
205 remote directory.
206 (eshell-parse-ange-ls): Parse a full directory listing that has
207 been returned by ange-ftp.
208 (eshell-file-attributes): This beefed up version of
209 `file-attributes' is only special if the user is currently in a
210 remote directory, in which case it does a lot of work to find out
211 what the real attributes of a file are, as they appear on the
212 remote machine. This makes usage of remote directories (i.e.,
213 ange-ftp pathnames) much more useful. You can now use Eshell as a
214 full-fledged FTP client, with much more manipulation ability than
215 most other clients.
216
217 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
218 variable, which means that Eshell's du should always be preferred
219 in remote directories.
220 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
221 just `file-attributes'.
222 (eshell-mvcp-template): Bind `ange-cache', to improve performance
223 when reading remote directories. This is an Eshell-specific
224 variable (not part of ange-ftp).
225 (eshell/ln): Bind `ange-cache'.
226 (eshell/du): Added some extra logic for determining when to use
227 Eshell's du (which is slow), and when to use the external version
228 (which may or may not exist).
229
230 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
231 `eshell-interactive-process', rather than using
232 `get-buffer-process', since backgrounded processes don't count in
233 the context of this function's logic.
234
235 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
236 `forward-char', so that null strings are parsed correctly.
237
87730e84 2382000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
239
240 * eshell/em-pred.el (eshell-pred-file-type,
241 eshell-pred-file-links, eshell-pred-file-size): Use
242 `eshell-file-attributes'. This is more correct over ange-ftp.
243
244 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
245 that remote file globbing is more efficient.
246
247 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
248 gathering the files and attributes within a directory.
249
250 * eshell/em-unix.el (eshell/cat): If any of the files passed on
251 the command line is a special file (not a regular file, directory
252 or symlink), always attempt to call the external version of cat.
253
87730e84 2542000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
255
256 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
257 Eshell-friendly version of find-tag.
258
1c7e37a9
MB
2592000-10-13 Miles Bader <miles@lsi.nec.co.jp>
260
261 * image-file.el (image-file-name-extensions)
262 (image-file-name-regexps): Add autoload cookies.
263
11a7f341
KH
2642000-10-13 Kenichi Handa <handa@etl.go.jp>
265
266 * international/mule-cmds.el (select-safe-coding-system): If FROM
267 is string, show it in *Warning* buffer.
268
8ddddcb0
EZ
2692000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
270
271 * startup.el (normal-top-level): Use display-popup-menus-p instead
272 of window-system.
273 (command-line): Use display-graphic-p instead of window-system.
274 (command-line-1): Use display-popup-menus-p and display-mouse-p
275 instead of window-system.
276
72200f89
SS
2772000-10-12 Sam Steingold <sds@gnu.org>
278
279 * tooltip.el (tooltip-use-echo-area): New user variable.
280 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
281
8661c643
DL
2822000-10-12 Dave Love <fx@gnu.org>
283
d0b40dc1
DL
284 * recentf.el: Maintainer's checkdoc fixes.
285
a622451f
DL
286 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
287 character class, not ASCII when matching file names.
288 (fancy-splash-head): Add trailing slash to URL.
289 (command-line): Don't require XPM support for toolbar.
290
8661c643
DL
291 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
292 (cperl-invalid-face): Revert last change.
293 (cperl-init-faces): Quote cperl-invalid-face.
294
ef2ed8ab
KH
2952000-10-12 Kenichi Handa <handa@etl.go.jp>
296
297 * startup.el (fancy-splash-text): Remove superfluous quote.
298
b0da379e
GM
2992000-10-12 Gerd Moellmann <gerd@gnu.org>
300
dbeb499b
GM
301 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
302 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
303 (command-line-1): Don't use fancy-splash-pending-command.
304 (fancy-splash-screens-1): Goto point-min after inserting text.
305
d861718a
GM
306 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
307
b0da379e
GM
308 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
309 instead of shared-lisp-mode-map.
310
4fb2ad98
MB
3112000-10-12 Miles Bader <miles@lsi.nec.co.jp>
312
1cb4393e
MB
313 * faces.el (header-line): Change tty-variant to use underlining.
314
4fb2ad98
MB
315 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
316 (isearch-highlight): Restore lazy-isearch face properties at old
317 position, and suppress them at new position.
318 (isearch-dehighlight): Restore lazy-isearch face properties.
319 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
320 over the real isearch overlay, but in that case, don't give it a
321 face property. Use `push'.
322
eb991b25
KH
3232000-10-12 Kenichi Handa <handa@etl.go.jp>
324
325 * man.el (Man-getpage-in-background): Fix previous change.
326 Decode the process output only when we are in multibyte mode.
327
a818c1c0
DL
3282000-10-11 Dave Love <fx@gnu.org>
329
c990f53a
DL
330 * info.el (Info-mode-menu): Fix some help.
331 (info-tool-bar-map): Add entry for Info-last.
332
a818c1c0
DL
333 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
334 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
335 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
336 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
337 * toolbar/search-replace.xpm, toolbar/exit.xpm:
338 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
339 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
340 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
341 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
342 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
343 Reduce colour requirements to 25 overall. (Probably wants
344 revisiting from the originals to reduce further.)
345
c1b096cb
EZ
3462000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
347
348 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
349 buffer-file-coding-system, instead of raw-text.
350 (dehexlify-buffer): Bind coding-system-for-read to
351 buffer-file-coding-system, instead of raw-text.
352
5c8b7eaf
SS
3532000-10-11 Sam Steingold <sds@gnu.org>
354
355 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
356 `underline' - fixes the bug introduced on 2000-09-21.
357
2cfbdb7a
DL
3582000-10-11 Dave Love <fx@gnu.org>
359
360 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
361 compiler warnings.
362 (scheme-mode): Doc fix.
363 (scheme-font-lock-keywords-1): Match `define-syntax'.
364
3652000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
366
367 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
368 face specs as well as default ones. Only do anything if the
369 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 370 (region): Make dark-background `region' face less in-your-face.
4b33f290 371
690ec649
SS
3722000-10-10 Sam Steingold <sds@gnu.org>
373
374 * chistory.el, ielm.el, ledit.el:
375 * progmodes/inf-lisp.el, progmodes/scheme.el:
376 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
377
3b95d6bb
SM
3782000-10-10 Stefan Monnier <monnier@cs.yale.edu>
379
380 * textmodes/texinfo.el: Update copyright and fix typo.
381
382 * desktop.el (desktop-modes-not-to-save): New var.
383 (desktop-save-buffer-p): Use it.
384 Also, obey desktop-buffers-not-to-save even for non-file buffers.
385 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
386
d646c828
DL
3872000-10-10 Dave Love <fx@gnu.org>
388
389 * toolbar/tool-bar.el (tool-bar-add-item)
390 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
391 display.
392
d646c828
DL
393 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
394 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
395 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
396 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
397 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
398 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
399 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
400 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
401 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
402 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
403 the .xpms; probably need retouching.
404
862a7e28
MB
4052000-10-10 Miles Bader <miles@lsi.nec.co.jp>
406
407 * subr.el (add-to-list): Add optional argument APPEND.
408 * battery.el (display-battery): Use `add-to-list'.
409
46e33aee
TTN
4102000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
411
930baf47
TTN
412 * play/zone.el (zone-timer, zone-wc-tbl): Rework
413 these vars as symbol properties.
2cfbdb7a
DL
414 (zone, zone-when-idle, zone-leave-me-alone)
415 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 416
5a430f9c
TTN
417 * battery.el (display-battery): Doc spelling fix.
418
46e33aee
TTN
419 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
420 property.
421
adf7d3a8
DL
4222000-10-09 Dave Love <fx@gnu.org>
423
424 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
425 has been initialized before calling tool-bar-setup.
c2156508 426 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 427
06a8c9f8
EZ
4282000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
429
e4ca8f8c
EZ
430 * menu-bar.el (send-mail-item-name): New function.
431 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
432 of mail-user-agent in the menu. Don't display the "Send Mail"
433 item if mail-user-agent is nil or its value is ignore.
434 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
435 if read-mail-command is nil or its value is ignore.
436
06a8c9f8
EZ
437 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
438
7dbc9c8a
MB
4392000-10-09 Miles Bader <miles@gnu.org>
440
29e0814b
MB
441 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
442 Correct image size.
443 * toolbar/left_arrow.xpm: Correct image size.
444
7dbc9c8a
MB
445 * jka-compr.el: Don't call `jka-compr-install' when loading (it
446 will be done by the definition of `auto-compression-mode' if
447 necessary. Move code to uninstall existing file-name handler
448 before definition of `auto-compression-mode'.
449
450 * image-file.el (auto-image-file-mode): Move to the end of the
451 file, because `define-minor-mode' actually calls the mode-function
452 if the associated variable is non-nil, which requires that all
453 needed functions be already defined.
454
65b61266
MB
455 * mouse.el (popup-menu): Balance parens.
456
d6b8c85b
SM
4572000-10-08 Stefan Monnier <monnier@cs.yale.edu>
458
459 * mouse.el (popup-menu): Move the command call outside the loop
460 so that popup-menu returns whatever the command returns.
461
462 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
463 (initialize-new-tags-table): Use run-hook-with-args-until-success.
464 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
465 (tags-table-format-functions): Renamed from tags-table-format-hooks.
466
467 * vc.el (vc-version-diff): diff-switches can be a list.
468 Use relative filenames for prettier output.
469
46e33aee 470 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
471 (vc-post-command-functions): Remove old-VC compatibility code.
472
473 * newcomment.el (comment-indent-default): Autoload.
474
475 * font-lock.el (font-lock-defaults): Make buffer-local.
476 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
477 (font-lock-choose-keywords):
478 Ignore LEVEL unless KEYWORDS is a list of syms.
479 (c-keywords, c++-keywords, objc-keywords, java-keywords):
480 Don't wrap regexp-opt things in \(...\) unnecessarily.
481
482 * jit-lock.el: Don't require font-lock any more.
483 (jit-lock-functions): Make buffer-local.
484 (jit-lock-saved-fontify-buffer-function): Remove.
485 (jit-lock-mode): Remove autoload cookie.
486 Remove font-lock specific code.
487 (jit-lock-unregister): Don't bother handling complex hooks any more.
488 (jit-lock-refontify): New function.
489 (jit-lock-fontify-buffer): Use it.
490 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
491 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
492 Add optional args START and END.
493 Never call font-lock-fontify-region directly.
494 (jit-lock-function, jit-lock-stealth-fontify): Use it.
495
496 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
497
a30ed6ac
DL
4982000-10-08 Dave Love <fx@gnu.org>
499
4e7c7ca9
DL
500 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
501
502 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
503
504 * play/studly.el (studlify-region, studlify-word): Add autoload
505 cookie.
506
507 * play/morse.el (morse-region, unmorse-region): Add autoload
508 cookie.
509
510 * play/spook.el (spook-phrases-file): Use expand-file-name, not
511 concat.
512
513 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
514 insist on symbols starting with word syntax.
515 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
516 (eval-defun-1): Doc fix.
517 (indent-sexp): Use nconc to build up indent-stack.
518
519 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
520 Gnus with little use.
521 (mail-setup-hook): Add mail-abbrevs-setup to options.
522
968f7c4a
DL
523 * recentf.el: Doc fixes.
524
525 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
526 Clean up remainder.
527
528 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
529 without timezone and (8) with timezone to enforce some whitespace.
530 Simplify code somewhat.
531
532 * options.el (list-options): Doc that you should use customize.
533
534 * iswitchb.el (iswitchb-mode): Add :require.
535
a30ed6ac
DL
536 * info.el (Info-goto-node, Info-menu): Doc fix.
537 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
538 (info-tool-bar-map): New variable.
539 (Info-mode): Use it.
540 (Info-edit-map): Define all in defvar.
541 (speedbar-attached-frame): Avoid compiler warning.
542
543 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
544 (global-map): Bind [tool-bar] to a filtered map.
545 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
546 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
547 Allow PBM icons.
548 (tool-bar-setup): Adjust calls of tool-bar-add-item.
549
550 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
551 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
552 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
553 icons, except up_arrow, which is left-arrow rotated.
554
555 * imenu.el (imenu-add-to-menubar): Fix last change.
556
4e953aff
PB
5572000-10-08 Peter Breton <pbreton@ne.mediaone.net>
558
559 * generic-x.el (rul-generic-mode): Remove eval-when-compile
560 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
561
739e92a7
EZ
5622000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
563
d20faceb
EZ
564 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
565 typos in doc strings.
566
a640322e
EZ
567 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
568 the doc strings how to customize Font Lock faces.
569
739e92a7
EZ
570 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
571 computing growth when dragging the header line.
572
8be7408c
EZ
5732000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
574
575 * simple.el (kill-line): Doc fix.
576
6fee86a3
MB
5772000-10-08 Miles Bader <miles@gnu.org>
578
445a653e
MB
579 * faces.el (secondary-selection): Make foreground visible on tty.
580
6fee86a3
MB
581 * jka-compr.el (auto-compression-mode): Move to the end of the
582 file, because `define-minor-mode' actually calls the mode-function
583 if the associated variable is non-nil, which requires that all
584 needed functions be already defined.
585 (with-auto-compression-mode): Add autoload cookie.
586
a115794c
EZ
5872000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
588
589 * files.el (find-backup-file-name) [ms-dos]: If support for long
590 file names is not available, behave as if version-control were set
591 to never.
592
b12e6de3
DL
5932000-10-07 Dave Love <fx@gnu.org>
594
595 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
596 (browse-url-gnome-moz): New function.
597 (browse-url-browser-function): Use it.
598 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
599
20b1d079
SM
6002000-10-07 Stefan Monnier <monnier@cs.yale.edu>
601
602 * indent.el (tab-always-indent): New var.
603 (indent-for-tab-command): Use it.
39250ec3 604
9ee45b2c 605 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 606 raise an error. This way it can still default to a sane value.
9ee45b2c 607
8c6b1d83
JW
6082000-10-06 Stefan Monnier <monnier@cs.yale.edu>
609
39250ec3
SM
610 * startup.el (fancy-splash-screens): Use local rather than global map.
611 Don't use `update-menu-bindings' any more.
612 Get rid of assumptions about keymap representation.
613
a23ccdf2
DL
6142000-10-06 Dave Love <fx@gnu.org>
615
814299a7 616 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
617 (sentence-end-without-period): Doc fix.
618 (adaptive-fill-regexp): Purecopy.
619 (unjustify-current-line): Use line-end-position.
620 (fill-individual-paragraphs-prefix): Use line-beginning-position.
621
622 * net/eudc-vars.el (eudc): Add :version, :link.
623
39250ec3 624 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
625
626 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
627 Fix for define-minor-mode.
628 (function-at-point): Alias to function-called-at-point.
629
630 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
631
632 * simple.el (backward-word): Doc fix.
633
a23ccdf2
DL
634 * image-file.el (image-file-name-regexp): image-file-regexps ->
635 image-file-name-regexps.
742c1822 636 (image-file-name-extensions): Add pbm.
a23ccdf2 637
39250ec3
SM
6382000-10-06 Stefan Monnier <monnier@cs.yale.edu>
639
640 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
641 and add filename to the names so that diff-mode can jump to source.
642
643 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 644 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
645 (tex-font-lock-keywords-1): Remove.
646 (font-lock-turn-on-thing-lock): Use jit-lock-register.
647 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
648 (font-lock-default-fontify-region):
649 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
650 (font-lock-fontify-anchored-keywords):
651 Include the anchor text as part of the multiline.
652
8d5dfacd
GM
6532000-10-06 Gerd Moellmann <gerd@gnu.org>
654
655 * loadup.el (toplevel): Load `loaddefs' before `help' because the
656 latter needs the autoloaded define-minor-mode macro during the
657 bootstrap.
658
659 * startup.el (command-line): For now, activate tool-bar-mode only
660 if XPM images are supported.
661
662 * mouse.el (mouse-drag-header-line): Don't allow resizing a
663 window by dragging a header-line at the top of the frame; that's
4c19fbce 664 confusing because the header-line doesn't move.
8d5dfacd
GM
665 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
666 of treating the event as a list. Some cleanup.
667
f69aad2b 6682000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 669
f69aad2b
MB
670 * simple.el (display-message-or-buffer): New function.
671 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 672
09cb7646
MB
673 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
674 docstring parts.
675
814299a7 676 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
677 (smbclient-prompt-regexp): Add usage note to doc string.
678 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
679 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
680 Use add-hook for adding the comint filter function, and only do so
681 if it's not already in the global hook list.
682 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
683 to `make-local-variable'.
684 (nslookup-font-lock-keywords): Remove prompt entry.
685 (nslookup): Don't set the process-filter.
686 (finger): Exit the loop correctly when the regexps list runs out.
687 (ftp, smbclient, smbclient-list-shares):
688 Set the real major mode immediately, not after execing.
689 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
690
691 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
692
4c19fbce
SM
6932000-10-05 Stefan Monnier <monnier@cs.yale.edu>
694
695 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
696
697 * which-func.el (which-func-format): Remove spurious space.
698 (which-func-mode): Don't make it permanent-local.
699 (which-func-ff-hook): Allow which-func-maxout to be nil.
700 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
701 (which-func-mode): Simplify.
702 Use post-command-idle-hook rather than post-command-hook.
703 Go through all buffers and update their state.
704 (which-function): Also try add-log-current-defun-function.
705
706 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
707 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
708 Update call to with-vc-properties accordingly.
709 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
710 (vc-revert-buffer): More careful about window selection and deletion.
711 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
712
713 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
714 (cvs-retrieve-revision): Reuse a pre-existing buffer.
715 (cvs-dired-action): Change the default to quickdir.
716
717 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
718 if comment-indent-function returns nil.
719 (comment-indent-default): New function.
720 (comment-indent-function): Use it and document the new semantics.
721
722 * image-file.el: Docstring fixes.
723
724 * help.el (help-xref-on-pp): Use match-string.
725 (describe-variable): New arg BUFFER.
726 Store the current buffer in the help-xref-stack.
727 (temp-buffer-resize-mode): Use define-minor-mode.
728
729 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
730 consistently with its docstring.
731 Set jit-lock-first-unfontify-pos in an idempotent way.
732 (jit-lock-register): Autoload and add arg CONTEXTUAL.
733
542c6552
GM
7342000-10-05 Alex Schroeder <alex@gnu.org>
735
736 * sql.el (sql-mysql-options): New variable.
737 (sql-mysql): Use it.
738
a3489ece
MB
7392000-10-05 Miles Bader <miles@lsi.nec.co.jp>
740
77f6105c
MB
741 * image.el (image): New group.
742
814299a7 743 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
744 (smerge-base-face, smerge-markers-face): Add dark-background variants.
745
3478046b
PB
7462000-10-04 Peter Breton <pbreton@ne.mediaone.net>
747
748 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 749 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
750 Ignore the value of wqindow-system; always define keywords
751
22aca186
KH
7522000-10-05 Kenichi Handa <handa@etl.go.jp>
753
754 * startup.el (fancy-splash-screens): Remove the code for
755 debugging; `(trace-to-stderr "EXITTT\n")'.
756
55d5d717
MB
7572000-10-05 Miles Bader <miles@gnu.org>
758
759 * diff-mode.el (diff-goto-source): Update call to
760 `diff-hunk-status-msg' to reflect new REV variable.
761
41fa7178
SM
7622000-10-04 Stefan Monnier <monnier@cs.yale.edu>
763
764 * progmodes/icon.el (icon-mode):
765 Don't gratuitously override the default for comment-column.
766
767 * vc-hooks.el (vc-mode-line): Fix interactive spec.
768
769 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
770 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
771 (jit-lock-functions): New var.
772 (jit-lock-function-1): Use it if non-nil.
773 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
774 Set the `fontified' property before doing the fontification to avoid
775 repeatedly going through the same error.
776 Don't turn errors into messages.
777 (jit-lock-register, jit-lock-unregister): New functions.
778
779 * dired.el (dired-mark-pop-up): Turn comment into docstring.
780 Use with-current-buffer.
781
782 * dired-aux.el (dired-do-create-files, dired-kill-tree):
783 Turn comment into docstring.
784
785 * apropos.el (apropos-mode): Use define-derived-mode.
786
3dc78168
GM
7872000-10-04 Gerd Moellmann <gerd@gnu.org>
788
789 * startup.el (fancy-splash-pending-command): New variable.
790 (fancy-splash-pre-command): New function.
791 (fancy-splash-screens): Rewritten.
792 (command-line-1): If fancy-splash-pending-command is set, call it
793 interactively.
794
dae9dc56
DL
7952000-10-04 Dave Love <fx@gnu.org>
796
797 * toolbar/tool-bar.el (tool-bar-setup): New function.
798 (tool-bar-mode): Use it.
799
800 * subr.el (substitute-key-definition): Doc fix.
801 (play-sound-file): New command.
802
3388f0a5
AS
8032000-10-04 Andre Spiegel <spiegel@gnu.org>
804
814299a7 805 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
806 vc-version-backup-file-name): New functions.
807
808 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
809
810 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
811 vc-cvs-stay-local-p.
812
813 * vc.el (vc-revert-buffer): Handle empty diff properly.
814 (vc-version-backup-file): New function.
815 (vc-checkout): Create a version backup if necessary.
816 (vc-checkin): If a version backup file exists, delete it.
817 (vc-version-diff): Diff locally using version backups, if available.
818 (vc-revert-file): If there's a version backup, revert locally.
819 (vc-transfer-file): Use version backup for base version, if
820 available. If not, ask for confirmation whether to get it from the
821 server. Update mode line before check-in.
822
ebd4825d
DL
8232000-10-04 Dave Love <fx@gnu.org>
824
825 * toolbar/tool-bar.el (tool-bar-setup): New function.
826 (tool-bar-mode): Use it.
827
1b24f4b7
PB
8282000-10-04 Peter Breton <pbreton@ne.mediaone.net>
829
3dc78168 830 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 831 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
832 Only set if window-system is non-nil
833 (net-utils-run-program): Returns buffer.
834 (network-connection-reconnect): Added this function.
835
814299a7
MB
836 * generic.el:
837 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
838 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
839 Uses cl compile-time macros.
3dc78168
GM
840 (generic-mode-name, generic-comment-list)
841 (generic-keywords-list, generic-font-lock-expressions)
842 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
843 Removed variables.
844 (generic-mode-alist): Renamed to generic-mode-list.
845 (generic-find-file-regexp): Default changed to "^#".
846 (generic-read-type): Uses completing read on generic-mode-list.
847 (generic-mode-sanity-check): removed this function.
848 (generic-add-to-auto-mode): Removed this function
3dc78168 849 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
850 into function instead of putting them in alist.
851 (generic-mode-set-comments): Reworked extensively.
852 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 853 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 854
814299a7 855 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
856 Make sure directory name ends with "/".
857
814299a7 858 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
859 Regexp now allows leading whitespace.
860 (rc-generic-mode): Added eval-when-compile
861 around generic-make-keywords-list.
862 Deleted duplicate regexp
863 (rul-generic-mode): Added eval-when-compile
864 around generic-make-keywords-list.
865 (etc-fstab-generic-mode): New generic mode.
866 (rul-generic-mode): Removed one eval-when-compile
814299a7 867 which caused a max-specpdl-size exceeded error.
1b24f4b7 868
a7bf5cf3
MB
8692000-10-04 Miles Bader <miles@gnu.org>
870
871 * simple.el (minibuffer-temporary-goal-position): New variable.
872 (next-history-element): Try to keep the position of point in the
873 input string constant.
874
875 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
876 (dired-do-create-files): If there's only one file, pass it in as
877 the DEFAULT arg to dired-mark-read-file-name.
878
ce1087a9
SM
8792000-10-03 Stefan Monnier <monnier@cs.yale.edu>
880
881 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
882 (diff-goto-source): Be smarter when choosing REVERSE or not.
883
884 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
885 (texinfo-mode-menu): Add an explicit shortcut for update all.
886
0e41e1d6
AS
8872000-10-03 Andre Spiegel <spiegel@gnu.org>
888
814299a7 889 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
890 factorize backend-specific code cleanly (this was essentially
891 conceived by Stefan Monnier).
892 (vc-unregister): Function removed.
814299a7 893 (vc-revert-file): New function.
858f7cb4
AS
894 (vc-revert-buffer): Delegate some of the work to it.
895
0e41e1d6
AS
896 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
897 default branch unconditionally.
898 (vc-rcs-set-default-branch): New function.
899 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
900 (vc-rcs-checkin): If an appropriate default branch has been set,
901 force creation of that branch.
858f7cb4
AS
902 (vc-rcs-receive-file): Rewritten to contain only backend-specific
903 code (as suggested by Stefan Monnier).
0e41e1d6 904
01c86c56
GM
9052000-10-02 Gerd Moellmann <gerd@gnu.org>
906
45c477b4
GM
907 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
908 highlighting overlay with a different face over the overlay
909 isearch uses to highlight the current match because that can lead
910 to bad face combinations.
911
01c86c56
GM
912 * loadup.el (toplevel): Load faces before isearch.
913
914 * isearch.el (isearch-faces): New custom group.
915 (isearch): New defface; was already tested for in the code.
916 (isearch-lazy-highlight-face): Changed to defface from defcustom.
917 (isearch-highlight): Always use face `isearch'.
918
944425c0
DL
9192000-10-02 Dave Love <fx@gnu.org>
920
921 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
922 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
923 comparison of opcode with operand.
924
2a099bcc
MB
9252000-10-03 Miles Bader <miles@gnu.org>
926
927 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
928 buffer, since the echo area will now grow to accommodate them.
929
4300ecb8
AS
9302000-10-02 Andre Spiegel <spiegel@gnu.org>
931
932 * vc-hooks.el (vc-registered): If FILE used to be registered under
933 a certain backend, try that one first.
934
814299a7 935 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
936 argument list. Handle multiple backends correctly.
937 (vc-find-new-backend): Function removed.
938 (vc-register): Use vc-responsible-backend, as before.
939 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
940
64e6cc18
GM
9412000-10-02 Gerd Moellmann <gerd@gnu.org>
942
943 * startup.el (fancy-splash-head): Change message below the
944 logo.
945
00df919e
MB
9462000-10-02 Miles Bader <miles@lsi.nec.co.jp>
947
948 * diff-mode.el (diff-goto-source): Emit a status message.
949 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 950 (diff-test-hunk): Fix doc string.
00df919e
MB
951 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
952 (diff-advance-after-apply-hunk): New variable.
4eaa6852 953 (diff-apply-hunk): Don't return a value.
00df919e 954
ceec5a0c
SM
9552000-10-01 Stefan Monnier <monnier@cs.yale.edu>
956
957 * vc.el (vc-editable-p): Minor optimization.
958 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
959 (vc-find-new-backend): New function split from vc-responsible-backend.
960 (vc-register): Use it.
961 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
962 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
963 (vc-default-unregister, vc-revert-buffer): Docstring fix.
964 (vc-clear-headers): Don't use find-file.
965 (vc-revert-buffer): Use `and' again (must have been a braino).
966 (vc-switch-backend): Only prompt if requested.
967 Short circuit if nothing is to be done.
968 Don't use vc-resynch-buffer which could lose unsaved editing.
969 (vc-default-receive-file): Update call to vc-unregister.
970 (with-vc-file, vc-next-action-on-file):
971 Use vc-backend rather than vc-registered.
972 (vc-next-action-on-file): Use intern-soft.
973 Deal with read-only *vc-diff* buffer.
974 (vc-transfer-file): Docstring fix.
975
976 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
977 (vc-rcs-receive-file): Avoid with-vc-properties.
978 Update call to vc-unregister.
979 Use constant `RCS' rather than (dynamically bound) var `backend'.
980
4ad5da8f
AS
9812000-10-01 Andre Spiegel <spiegel@gnu.org>
982
814299a7 983 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
984 is visited.
985 (vc-start-entry): New argument initial-contents. Don't visit the file
986 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
987 (vc-next-action, vc-register): Updated calls to vc-start-entry.
988 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
989 vc-start-entry.
990 (vc-finish-logentry): Make sure to bury log buffer only if there
991 really is one. Call `vc-resynch-buffer' on log-file, not
992 buffer-file-name.
993 (vc-default-comment-history, vc-default-wash-log): New functions.
994 (vc-index-of): Removed.
995 (vc-transfer-file): Make do without the above.
996 (vc-default-receive-file): Call comment-history unconditionally. Pass
997 the resulting string to vc-checkin, instead of inserting it into the
998 comment ring.
999
1000 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
1001 unconditionally. Use the comments as initial contents of the log
814299a7 1002 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
1003 changes.
1004
aa0c3dca
MB
10052000-10-01 Miles Bader <miles@gnu.org>
1006
1007 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
1008 `recenter' with an arg to prevent redrawing the display.
1009
d5f5a2c5
SM
10102000-09-30 Stefan Monnier <monnier@cs.yale.edu>
1011
1012 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
1013
1014 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
1015
814299a7 1016 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
1017 Don't gratuitously override the default for comment-column.
1018
1019 * textmodes/tex-mode.el (latex-metasection-list): New var.
1020 (latex-imenu-create-index): Use it.
1021 Move the regexp construction outside loops (and use push).
814299a7 1022 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
1023 (tex-font-lock-keywords): Moved from font-lock.el.
1024 (tex-comment-indent): Remove.
1025 (tex-common-initialization): Don't set comment-indent-function.
1026 (latex-block-default): New var.
1027 (tex-latex-block): Use it to provide a default choice.
1028 Add any unknown choice to latex-block-names.
1029 Insert [...] after {...}.
1030 (tex-last-unended-begin): Simplify regexp.
1031 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
1032 (latex-forward-sexp-1, latex-forward-sexp): New functions.
1033 (latex-mode): Set forward-sexp-function.
1034
1035 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
1036 Add regexp for @ignore ... @end ignore.
1037 (texinfo-heading-face): New face.
1038 (texinfo-font-lock-keywords): Use it.
1039 (texinfo-mode-menu): New menu.
1040 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
1041 New functions.
1042 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 1043 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
1044 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
1045 Remove declaration.
1046 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
1047
1048 * delsel.el (delete-selection-mode): Use define-minor-mode.
1049
1050 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
1051
10522000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1053
1054 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
1055
8a5506f2
GM
10562000-09-30 Gerd Moellmann <gerd@gnu.org>
1057
068127d6
GM
1058 * replace.el (keep-lines-read-args): New function.
1059 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
1060 read arguments interactively. Add parameters RSTART and REND.
1061 Operate on the active region in Transient Mark mode.
1062
d777bb8f
GM
1063 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
1064
8a5506f2
GM
1065 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
1066 (authors-obsolete-files-regexps): New variable.
1067 (authors-add): Don't record changes in obsolete files.
1068
3fa87bfc
SM
10692000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1070
1071 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
1072
1073 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
1074 (comment-indent): Make sure there's a space between code and comment.
1075 Shift comments left to avoid going past fill-column.
1076
f02149ce
GM
10772000-09-29 Gerd Moellmann <gerd@gnu.org>
1078
1079 * startup.el (startup-echo-area-message): New function.
1080 (display-startup-echo-area-message): Use it.
1081 (fancy-splash-screens): Rewritten to use keymaps and a timer.
1082 (fancy-splash-default-action): New function.
1083 (fancy-splash-screens-1): New function.
1084 (fancy-splash-head): Put a help-echo and a keymap under the image.
1085
a3ef6569
SM
10862000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1087
1088 * diff-mode.el (diff-add-log-file-name): Remove.
1089 (diff-mode): Use add-log-buffer-file-name-function.
1090
1091 * add-log.el (find-change-log): New arg BUFFER-FILE.
1092 (add-log-file-name): Obey add-log-file-name-function.
1093 (add-log-buffer-file-name-function): New var.
1094 (add-change-log-entry): Use it.
1095
75e5b373
MB
10962000-09-29 Miles Bader <miles@gnu.org>
1097
1098 * image-file.el (image-file-name-extensions): New variable.
1099 (image-file-name-regexps): Renamed from `image-file-regexps'.
1100 New default value is nil. Call `auto-image-file-mode'.
1101 (image-file-name-regexp): New function.
1102 (auto-image-file-mode): New minor mode.
1103 (insert-image-file): Don't make conditional on the image-file
1104 handler being enabled.
1105 (image-file-handler): Make the call here conditional instead.
1106 (set-image-file-handler-enabled, enable-image-file-handler)
1107 (disable-image-file-handler): Functions removed.
1108
1109 * emacs-lisp/authors.el (authors-print): Rephrase many-files
1110 string.
1111
de6e1f7c
GM
11122000-09-29 Gerd Moellmann <gerd@gnu.org>
1113
1114 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
1115 it's a function from CL.
1116 (latex-imenu-create-index): Replace eval-when-compile with progn
1117 because latex-section-alist is not bound while compiling.
1118
d8c201f5
SM
11192000-09-28 Stefan Monnier <monnier@cs.yale.edu>
1120
1121 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
1122 (outline-mode): Use define-derived-mode.
1123
814299a7 1124 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
1125 * progmodes/awk-mode.el (awk-mode):
1126 * progmodes/asm-mode.el (asm-mode):
1127 Don't gratuitously override the default for comment-column.
1128
1129 * emacs-lisp/lisp.el (lisp-complete-symbol):
1130 Distinguish the let-binding case from the funcall case.
1131 (forward-sexp-function): New variable.
1132 (forward-sexp): Use it.
1133
1134 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
1135 (easy-mmode-defmap): Remove the now useless autoload.
1136
1137 * time.el (display-time-mode): Use define-minor-mode.
1138
1139 * subr.el (add-minor-mode): Don't eval NAME.
1140 Don't depend on the presence of TOGGLE-FUN for any special behavior.
1141 Use if rather than cond.
1142
1143 * simple.el (read-expression-map): Define more properly.
1144 (comment-indent-hook): Remove.
1145 (string-to-syntax): Bug fix.
1146
1147 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
1148 (cvs-ediff-diff): Fix typo.
1149 (cvs-revert-if-needed): Don't bother preserving read-only.
1150
1151 * paren.el (show-paren-mode): Use define-minor-mode.
1152
1153 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
1154 (toggle-auto-compression): Remove.
1155 (jka-compr-build-file-regexp): Remove useless grouping.
1156
1157 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
1158 Avoid user-reserved bindings.
1159 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
1160 (diff-header-face): Revert to grey85.
1161
1162 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
1163
1164 * complete.el (partial-completion-mode) <defcustom>: Remove.
1165 (partial-completion-mode): Use define-minor-mode.
1166 (PC-do-completion): Understand `completion-auto-help = delay'
1167 to mean to popup the completion buffer only the second time.
814299a7 1168 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
1169 (PC-include-file-all-completions): Don't quote lambda.
1170
1171 * comint.el (comint-mode-hook): Docstring fix.
1172 (comint-mode): Use define-derived-mode.
1173 (comint-mode-map): Remove obsolete comment.
1174 (make-comint): Minor stylistic change.
1175 (comint-insert-clicked-input): Be more careful to find the overlay.
1176 Use this-command-keys rather than hardcoding mouse-2.
1177
1178 * font-lock.el: Replace confusing (,@ with ,
1179 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1180 Don't use regexp-opt-depth. Spice up the regexp for args.
1181 Don't distinguish between cmds that can take an opt arg or not.
1182 Use `append' and `prepend' rather than `keep'.
1183
1184 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
1185 (latex-outline-regexp): New var.
1186 (latex-outline-level): New fun.
1187 (latex-section-alist): New var.
1188 (latex-imenu-create-index): Use it. Use `push' as well.
1189 (tex-shell-map): Initialize it properly.
1190 (tex-mode): Minor stylistic change.
1191 (plain-tex-mode): Use define-derived-mode.
1192 (latex-mode): Use define-derived-mode.
1193 Construct the paragraph regexps in a more readable way.
1194 Set the buffer-local outline-{level,regexp} vars.
1195 (slitex-mode): Derive from latex-mode.
1196 (tex-common-initialization): Don't kill-all-vars anymore.
1197 Add setting for comment-add and font-lock-defaults.
1198 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
1199 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
1200 (tex-start-tex): New arg DIR (and send a chdir command for it).
1201 Also display the shell buffer and save it in tex-last-buffer-texed.
1202 (tex-region): Use expand-file-name rather than concat.
1203 Remove code made useless by changes in tex-start-tex.
1204 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
1205
1206 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
1207
ff398532
DL
12082000-09-28 Dave Love <fx@gnu.org>
1209
1210 * eshell/eshell.el (eshell) <defgroup>: Add :version.
1211
f9415d5b
GM
12122000-09-28 Gerd Moellmann <gerd@gnu.org>
1213
1214 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
1215 `append'.
1216
fa003899
SM
12172000-09-28 Stefan Monnier <monnier@cs.yale.edu>
1218
1219 * info.el (Info-extract-pointer): Undo last change.
1220 Instead, fix the position of the `bound' arg to re-search-backward.
1221
12222000-09-27 Stefan Monnier <monnier@cs.yale.edu>
1223
1224 * info.el (Info-extract-pointer):
1225 Widen more carefully, to avoid finding pointers in other nodes.
1226 (Info-index): Use push.
1227
f9415d5b 12282000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
1229
1230 * frame.el (set-frame-font): Remove call to obsolete function
1231 frame-update-faces.
1232 (set-foreground-color, set-background-color): Likewise for
1233 frame-update-face-colors.
1234
5538b8ba
MB
12352000-09-27 Miles Bader <miles@gnu.org>
1236
1237 * image-file.el: New file.
1238
60536eea
GM
12392000-09-27 Gerd Moellmann <gerd@gnu.org>
1240
5b551d58
GM
1241 * frame.el (frame-notice-user-settings): Don't call
1242 frame-update-faces, which is a no-op now.
814299a7 1243
60536eea
GM
1244 * ediff-wind.el (ediff-control-frame-parameters): Add zero
1245 tool-bar-lines.
1246
36f1966f
DL
12472000-09-27 Dave Love <fx@gnu.org>
1248
1249 * mouse.el: Fix last change.
1250
c5785b73
MB
12512000-09-27 Miles Bader <miles@lsi.nec.co.jp>
1252
1253 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
1254
672172d9
KH
12552000-09-22 Kenichi Handa <handa@etl.go.jp>
1256
1257 * international/quail.el (quail-help): The output message is
1258 improved.
1259
4653b4ea
DL
12602000-09-26 Dave Love <fx@gnu.org>
1261
1262 * mouse.el (popup-menu): If POSITION is nil, set it using
1263 mouse-position.
1264
63900fcf
SS
12652000-09-25 Sam Steingold <sds@gnu.org>
1266
1267 * net/browse-url.el (browse-url-file-url): Check for null maps.
1268
cd3b81be
GM
12692000-09-26 Gerd Moellmann <gerd@gnu.org>
1270
876512ab 1271 * frame.el (frame-notice-user-settings): Don't add a
fa003899 1272 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 1273
fa003899
SM
1274 * frame.el (frame-notice-user-settings):
1275 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 1276
cd3b81be
GM
1277 * toolbar/tool-bar.el (tool-bar-help): New function.
1278
d8b4516f
GM
12792000-09-25 Gerd Moellmann <gerd@gnu.org>
1280
6567e9b5
GM
1281 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
1282 current-load-list in top-level forms. Else this leaks a cons cell
1283 every time a defun is called.
63900fcf 1284
d8b4516f 1285 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 1286
a461758e
DL
12872000-09-25 Dave Love <fx@gnu.org>
1288
7df6adc3
DL
1289 * startup.el (fancy-splash-head): Check XPM is available.
1290
a461758e
DL
1291 * autoinsert.el (auto-insert): Doc fix.
1292 (auto-insert-alist): Following GNU notices, don't say `copyright
1293 _by_'. Use line-beginning-position.
1294 (auto-insert): Check buffer-file-name is non-nil before use.
1295
b11af2dd
GM
12962000-09-25 Gerd Moellmann <gerd@gnu.org>
1297
1298 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
1299 starting with `@def' or `@multitable', in addition to ones
1300 specified by the user in auto-fill-inhibit-regexp.
1301
5f9f981b
GM
13022000-09-25 Markus Rost <rost@math.ohio-state.edu>
1303
1304 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
1305 rmail-dont-reply-to-names matches the empty string.
63900fcf 1306
8ff16b4e
GM
13072000-09-25 Gerd Moellmann <gerd@gnu.org>
1308
63900fcf 1309 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
1310 text to sound more friendly.
1311
9b4a7800
TTN
13122000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
1313
1314 * progmodes/hideshow.el: Update author email address.
1315 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
1316 (hs-hide-all-non-comment-function): New var.
1317 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
1318 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
1319 (hs-show-region): Delete this command.
1320 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
1321
4c7c1f3f
DL
13222000-09-22 Dave Love <fx@gnu.org>
1323
1324 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
1325 (hl-line-highlight): Specify buffer when moving overlay.
1326
1327 * progmodes/fortran.el (fortran-mode): Locally set
1328 normal-auto-fill-function.
1329 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
1330 (fortran-mode-map): Adjust auto-fill menu entry.
1331
13f93dee
GM
13322000-09-22 Gerd Moellmann <gerd@gnu.org>
1333
36eb0a91
GM
1334 * vc-rcs.el (toplevel): Require `vc' when compiling.
1335
fa003899 1336 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 1337
36a03bf9
AS
13382000-09-22 Andre Spiegel <spiegel@gnu.org>
1339
9b4a7800 1340 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
1341 registered under the new backend.
1342
9b4a7800 1343 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
1344 without explicit revision number.
1345
6e4e8a3b
SM
13462000-09-21 Stefan Monnier <monnier@cs.yale.edu>
1347
1348 * diff-mode.el (diff-file-header-face): Reset to its previous value.
1349 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
1350 (diff-xor): New function.
1351 (diff-find-source-location): Use it. Fix a stupid name clash.
1352 (diff-hunk-status-msg): New function.
1353 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
1354 (diff-test-hunk): Use diff-find-source-location.
1355 (diff-goto-source): Favor the `reverse'.
1356 (diff-hunk-text): Properly handle one-sided context diffs.
1357 (diff-apply-hunk): When done, advance to the next hunk.
1358
1b24b888
GM
13592000-09-21 Gerd Moellmann <gerd@gnu.org>
1360
623a0aae
GM
1361 * startup.el (command-line): If frame was created with a non-zero
1362 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 1363
1b24b888
GM
1364 * add-log.el (change-log-date-face, change-log-name-face)
1365 (change-log-email-face, change-log-file-face)
1366 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
1367 (change-log-function-face, change-log-acknowledgement-face):
1368 New faces, inheriting from font-lock faces.
1b24b888 1369 (change-log-font-lock-keywords): Use them.
9b4a7800 1370
93b3a1c8
DL
13712000-09-21 Dave Love <fx@gnu.org>
1372
80585273
DL
1373 * progmodes/cperl-mode.el (top-level): Clean up
1374 `eval-when-compile's and assorted defvars.
1375 (cperl-invalid-face): Don't double-quote value. Change custom
1376 type.
1377 (cperl-mode): Set normal-auto-fill-function and don't zap
1378 auto-fill-function.
1379 (cperl-imenu--function-name-regexp-perl): Renamed from
1380 imenu-example--function-name-regexp-perl.
1381 (cperl-imenu--create-perl-index): Renamed from
1382 imenu-example--create-perl-index.
1383 (cperl-xsub-scan): Don't require cl.
1384
93b3a1c8
DL
1385 * msb.el (msb-mode-map): Use substitute-key-definition.
1386 (msb-mode): Use msb-mode-map.
1387
43ccb598
AS
13882000-09-21 Andre Spiegel <spiegel@gnu.org>
1389
1390 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
1391 New functions.
fa003899 1392 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
1393 (vc-switch-backend): New function.
1394 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
1395 (vc-register): Fix prompt.
1396 (vc-unregister, vc-default-unregister): New functions.
1397 (vc-version-diff): Handle empty buffer in sentinel.
1398
1399 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
1400 (vc-rcs-state-heuristic): Use it to guess the state of files with
1401 non-strict locking.
1402 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
1403 been set with -b, but not created yet.
1404 (vc-rcs-fetch-master-state): With non-strict locking, compare file
1405 contents in order to find the state.
1406 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
1407 (vc-rcs-unregister, vc-rcs-receive-file)
1408 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 1409
9b4a7800 1410 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 1411 in case it is missing.
9b4a7800 1412
95fadcca
GM
14132000-09-21 Gerd Moellmann <gerd@gnu.org>
1414
1415 * startup.el (fancy-splash-tail): Use a different foreground
1416 color on a dark frame background.
1417
470f23e1
MB
14182000-09-21 Miles Bader <miles@lsi.nec.co.jp>
1419
1420 * info.el: Use the correct capitalization when making Info-mode
1421 and Info-edit-mode `special' modes.
1422
281096ed
SM
14232000-09-20 Stefan Monnier <monnier@cs.yale.edu>
1424
1425 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
1426 (diff-mode): Add support for add-log.el.
1427 (diff-hunk-text): Use char offsets rather than line offsets.
1428 (diff-find-source-location): Replace LINE with line-offset (nil
1429 if not found) and always set POS to a meaningful position.
1430 Adapt to the new char-offsets.
1431 (diff-apply-hunk): Drop support for the unused `select' POPUP.
1432 Adapt to the new diff-find-source-location.
1433 (diff-goto-source): Adapt to the new diff-find-source-location.
1434
1435 * add-log.el (add-log-file-name): New function (split out of
1436 add-change-log-entry).
1437 (add-change-log-entry): Use it.
1438 Call add-log-file-name-function with the changelog file name if
1439 the current buffer is not associated with any file.
1440 Avoid find-file if the selected window is dedicated.
1441
1442 * diff-mode.el (diff-find-source-location):
1443 Move code from diff-apply-hunk. Return buffer rather than file.
1444 (diff-apply-hunk): Use the new result from diff-find-source-location.
1445 (diff-goto-source): Use the new diff-find-source-location.
1446
c29d77c4
DL
14472000-09-20 Dave Love <fx@gnu.org>
1448
1449 * iswitchb.el: Some doc fixes.
1450 (iswitchb-mode-map): Define completely initially. Inherit
1451 minibuffer-local-map.
1452 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
1453 fundamental-mode.
1454 (iswitchb-global-map): New variable.
1455 (iswitchb-summaries-to-end): Amalgamate regexps.
1456 (iswitchb-mode): New.
1457 (iswitchb-mode-hook): New variable.
1458 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
1459 `extensions'.
1460
49939379
GM
14612000-09-20 Gerd Moellmann <gerd@gnu.org>
1462
d05c87ac
GM
1463 * ehelp.el (electric-help): New defgroup.
1464 (electric-help-shrink-window): New user-option.
1465 (with-electric-help): Use it.
1466
1ec082d4
GM
1467 * window.el (shrink-window-if-larger-than-buffer): If face
1468 `mode-line' has a :box, and we're on a graphical frame, add 1
1469 to the needed window height.
1470
f46c275e
GM
1471 * frame.el (frame-notice-user-settings): Add a last parameter nil
1472 to a call to `append', because the last list passed to `append' is
1473 not copied, and so subsequent calls to assq-delete-all will modify
1474 default-frame-alist.
1475
b7e11c5b
GM
1476 * startup.el (fancy-splash-image): Change :type.
1477 (fancy-splash-head): Use an XBM image if appropriate.
1478 (command-line-1): Show splash screens in more cases.
1479
26ff68aa
GM
1480 * startup.el (fancy-splash-text): Don't quote faces.
1481
8320414c
GM
1482 * dired.el (dired-font-lock-keywords): Undo last change.
1483 (dired-readin): Bind indent-tabs-mode to nil.
1484
49939379
GM
1485 * startup.el (fancy-splash-head): If frame's background mode
1486 is `dark', change the black background of the image to gray.
1487 (fancy-splash-screens): Display startup echo area message.
1488 (display-startup-echo-area-message): New function.
1489
c3b27206
MB
14902000-09-20 Miles Bader <miles@lsi.nec.co.jp>
1491
55a3d2a1
MB
1492 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
1493
1494 * info.el (info-header-node): Tweak for color ttys.
1495
37a99821
MB
1496 * faces.el (face-valid-attribute-values): Make sure directories we
1497 search for stipples both exist and are readable before trying to
1498 search them.
1499
0415d0d0
MB
1500 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
1501 in the dry-run case.
1502
523b128c
MB
1503 * jka-compr.el (with-auto-compression-mode): New macro.
1504
c3b27206
MB
1505 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
1506 (custom-group-tag-face, custom-variable-tag-face): Use relative
1507 :height and inherit from `variable-pitch' face instead of
1508 hardwiring :family.
1509 * hi-lock.el (hi-black-hb): Likewise.
1510
ddba99ad
MB
1511 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
1512 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
1513 toolbar-add-item, if image doesn't have a mask add a `:mask
1514 heuristic'.
1515
7e99fbde
SM
15162000-09-19 Stefan Monnier <monnier@cs.yale.edu>
1517
1518 * diff-mode.el: Docstring fixes.
1519 (diff-header-face, diff-comment-face): New faces.
1520 (diff-font-lock-keywords): Highlight a bit differently.
1521 (diff-find-source-location): Don't return SPAN any more.
1522 (diff-hunk-text): Don't bother erasing the temp buffer.
1523 (diff-find-text): Drop argument LINE.
1524 (diff-apply-hunk): Update calls to diff-find-text.
1525 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
1526
1527 * calendar/calendar.el: Docstring fixes.
1528 (calendar-make-alist): Don't quote lambda.
1529 (calendar-star-date): Use make-local-variable.
1530
fb275c02
DL
15312000-09-19 Dave Love <fx@gnu.org>
1532
7e99fbde
SM
1533 * toolbar/tool-bar.el: Renamed from toolbar.el.
1534 Change `toolbar' to `tool-bar' generally in symbols.
1535 Make some items invisible in `special' major modes.
1536 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
1537 Add arg PROPS.
532cb34d 1538
7e99fbde
SM
1539 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
1540 Add :version here.
fb275c02
DL
1541 (fancy-splash-delay, fancy-splash-image): Remove :version here.
1542
8f4ca9a5
GM
15432000-09-19 Gerd Moellmann <gerd@gnu.org>
1544
8b7707e1 1545 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 1546
8b7707e1 1547 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
1548 (find-file-noselect): Use it.
1549
8b7707e1 1550 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
1551 (fancy-splash-screen): Defgroup.
1552
8f4ca9a5
GM
1553 * add-log.el (change-log-font-lock-keywords): Match names
1554 more exactly for the case that font-lock-constant-face is
1555 underlined.
1556
ba9eeda1 15572000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 1558
8b7707e1 1559 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 1560
289eaef9
AS
15612000-09-19 Andre Spiegel <spiegel@gnu.org>
1562
1563 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
1564
ce9ded5d
GM
15652000-09-19 Gerd Moellmann <gerd@gnu.org>
1566
c113de23
GM
1567 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
1568 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
1569 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
1570 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
1571 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
1572 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
1573 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
1574 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
1575 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
1576 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
1577 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 1578 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 1579
ce9ded5d
GM
1580 * startup.el (fancy-splash-text): New variable.
1581 (fancy-splash-delay, fancy-splash-image): New user-options.
1582 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
1583 (fancy-splash-screens): New functions.
1584 (command-line-1): If display has a `display' frame parameter, has
1585 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 1586
b9b1c3a9
DL
15872000-09-19 Dave Love <fx@gnu.org>
1588
1589 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
1590 with null `help'. Use modern backquote syntax.
1591
1af25534
GM
15922000-09-19 Gerd Moellmann <gerd@gnu.org>
1593
afd3c8cd
GM
1594 * font-lock.el (font-lock-mode): Change message telling the user
1595 that ``the buffer is too big''.
1596
1af25534
GM
1597 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
1598 for instance for the case that tab-width is 2.
1599
05b1f851
GM
16002000-09-18 Gerd Moellmann <gerd@gnu.org>
1601
1602 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
1603 toolbar-add-item, if image doesn't have a mask add a `:mask
1604 heuristic'.
1605
8ec8f673
MB
16062000-09-18 Miles Bader <miles@lsi.nec.co.jp>
1607
2b612b1f
MB
1608 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
1609 and return a cons if it's non-nil.
1610 (diff-apply-hunk): Try to jump to the line in the source text
1611 corresponding to the position of point in the in the hunk.
1612
9b4a7800 1613 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
1614 (Info-title-1-face): Use face inheritance and relative sizes
1615 instead of hard-wiring things.
1616
1617 * faces.el (secondary-selection): Make dark-background variant sane.
1618
5eedab4d
AI
16192000-09-16 Andrew Innes <andrewi@gnu.org>
1620
5eedab4d
AI
1621 * makefile.w32-in (compile-files-CMD): No need to make .elc files
1622 read-only, since they aren't under VC now.
1623
6a142f26
DL
16242000-09-17 Dave Love <fx@gnu.org>
1625
e07436e1
DL
1626 * tmm.el: Replace mapcar with mapc in several places.
1627
1628 * loadhist.el (unload-feature): Maybe call elp-restore-list and
1629 ad-unadvise.
1630
7d354dd5
DL
1631 * international/latin1-disp.el: New file.
1632
6a142f26
DL
1633 * calendar/cal-move.el (scroll-calendar-left)
1634 (scroll-calendar-right): Make arg optional (for active mode line).
1635
1636 * calendar/calendar.el (calendar-mode-line-format): Make fields
1637 mouse-sensitive.
1638 (calendar-read-date, calendar-read-date, calendar-window-list):
1639 Unquote lambda.
1640 (calendar-month-name): Use aref, not sref.
1641
1642 * view.el (minor-mode-alist): Propertize the string.
1643
1644 * international/characters.el (standard-case-table): Add entries
1645 for Greek.
1646
50ac70af
MB
16472000-09-18 Miles Bader <miles@gnu.org>
1648
53c9ab4f
MB
1649 * info.el (info-node, info-xref): Add dark-background variants.
1650
a114b1ca
MB
1651 * faces.el (header-line): Change defaults to be less confusing
1652 when mixed with mode-lines.
1653
50ac70af
MB
1654 * info.el (Info-fontify-node): Make a few cleanups.
1655 Add extra `help-echo' and `local-map' props to node xrefs.
1656 Use header-specific faces for node-names & xrefs.
1657 (Info-use-header-line): New variable.
53c9ab4f 1658 (info-header-xref, info-header-node): New faces.
50ac70af
MB
1659 (Info-setup-header-line): New function.
1660 (Info-select-node): Call Info-setup-header-line when enabled.
1661 (Info-extract-pointer): Work even if the header line is hidden.
1662 (Info-header-line): New variable.
1663
729927ff
SM
16642000-09-16 Stefan Monnier <monnier@cs.yale.edu>
1665
1666 * vms-patch.el (print-region-function): Don't quote lambda.
1667
1668 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
1669
1670 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
1671 (lm-get-header-re): Allow spaces between the header and the colon.
1672 (lm-header): Allow $ in non-RCS headers.
1673 (lm-header-multiline): Put the strings back into order.
1674 Stop at an empty line. Don't require two space chars if the
1675 line is clearly not another header line.
1676
1677 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
1678 (popup-menu-popup): Remove.
1679
7a98d821
GM
16802000-09-15 Gerd Moellmann <gerd@gnu.org>
1681
7f8f1edc
GM
1682 * toolbar/toolbar.el (toolbar-add-item): Use the same image
1683 specification if or if not tool-bar item contains an `:enabled'
1684 property.
1685
7a98d821
GM
1686 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
1687 current buffer has no file name.
1688
a7bc704b
DL
16892000-09-15 Dave Love <fx@gnu.org>
1690
1691 * strokes.el: Sync with maintainer's current version with changes
1692 for Emacs, but avoid runtime cl and levents.
1693 (toplevel): Change autoloads and compilation requires.
1694 (strokes-version, strokes-bug-address, strokes-lift): Values
1695 changed.
1696 (strokes-xpm-header, strokes-insinuated): New variable.
1697 (strokes): Add :link.
1698 (strokes-mode): Customized.
1699 (strokes-while-inhibiting-garbage-collector): New macro.
1700 (strokes-remassoc): Avoid remove-if.
1701 (strokes-fix-button2-command): Don't use ad-do-it.
1702 (strokes-insinuate): New function.
1703 (strokes-button-press-event-p, strokes-button-release-event-p):
1704 New functions, used instead of non-`strokes-' versions..
1705 (strokes-mouse-event-p): Rewritten.
1706 (strokes-event-closest-point): Avoid event-point.
1707 (strokes-get-grid-position): Avoid cdadr, caadr
1708 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
1709 functions.
1710 (strokes-help): Use with-output-to-temp-buffer.
1711 (strokes-window-configuration-changed-p): New function.
1712 (strokes-update-window-configuration): Use buffer-live-p,
1713 strokes-window-configuration-changed-p.
1714 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
1715 (strokes-char-face): New face.
1716 (strokes-char-table, strokes-base64-chars): New variable.
1717 (strokes-xpm-for-stroke, strokes-list-strokes)
1718 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
1719 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
1720 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
1721 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
1722 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
1723 functions.
1724
47e351a3
GM
17252000-09-15 Gerd Moellmann <gerd@gnu.org>
1726
ebb8f116
GM
1727 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
1728
47e351a3
GM
1729 * image.el (create-image): Doc fix.
1730
1731 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
1732 instead of `:heuristic-mask t'.
1733
fe83b953
AI
17342000-09-14 Andrew Innes <andrewi@gnu.org>
1735
1736 * makefile.w32-in: Revert to Unix line endings.
1737
52481729
AI
17382000-09-14 Andrew Innes <andrewi@gnu.org>
1739
3021e816
AI
1740 * makefile.w32-in: Add bootstrap support. Also copy lisp source
1741 when installing.
1742
52481729
AI
1743 * makefile.nt (DONTCOMPILE): Fix typo.
1744
1745 * shell.el (shell-write-history-on-exit): New function.
1746 (shell-dumb-shell-regexp): New custom variable.
1747 (shell-mode): Make shell-write-history-on-exit the process
1748 sentinel if shell name matches shell-dumb-shell-regexp.
1749
1750 * w32-fns.el: Comment out before-init-hook function which resets
1751 source-directory based; this breaks bootstrap.
1752
f8034e41
DL
17532000-09-14 Dave Love <fx@gnu.org>
1754
1755 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
1756 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
1757 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
1758 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
1759 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
1760 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
1761 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
1762 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
1763 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
1764
1765 * toolbar/toolbar.el: New.
1766
1767 * subdirs.el: Add toolbar.
1768
b9ce5694
GM
17692000-09-14 Gerd Moellmann <gerd@gnu.org>
1770
1771 * indent.el (indent-for-tab-command): Doc fix.
1772
986b7dee
GM
17732000-09-14 Alex Schroeder <alex@gnu.org>
1774
1775 * ansi-color.el (ansi-colors): Doc change.
1776 (ansi-color-get-face): Simplified regexp.
1777 (ansi-color-faces-vector): Added more faces, doc change.
1778 (ansi-color-names-vector): Doc change.
1779 (ansi-color-regexp): Simplified regexp.
1780 (ansi-color-parameter-regexp): New regexp.
1781 (ansi-color-filter-apply): Doc change.
1782 (ansi-color-filter-region): Doc change.
1783 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
1784 deal with zero length parameters.
1785 (ansi-color-apply-on-region): Doc change.
1786 (ansi-color-map): Doc change.
1787 (ansi-color-map-update): Removed debugging message.
1788 (ansi-color-get-face-1): Added condition-case to trap
1789 args-out-of-range errors.
1790 (ansi-color-get-face): Doc change.
1791 (ansi-color-make-face): Removed.
1792 (ansi-color-for-shell-mode): New option.
9b4a7800 1793
076ff911
KH
17942000-09-13 Kenichi Handa <handa@etl.go.jp>
1795
1796 * international/quail.el (quail-start-translation): Translate KEY
1797 if necessary even if it doesn't have any mapping in the current
1798 input method.
1799 (quail-start-conversion): Likewise.
1800 (quail-help): The output message is improved.
1801
bdf08678
MB
18022000-09-13 Miles Bader <miles@gnu.org>
1803
1804 * comint.el (comint-output-filter): Revert to using
1805 `insert-before-markers'. Add bletcherous hack to undo damage
1806 caused by `insert-before-markers'. Put `front-sticky' property on
1807 overlays created here so that the field code understands how the
1808 overlay works. Use a let when making comint-last-prompt-overlay,
1809 so that the code is easier to read.
1810
ffb8db8d
DL
18112000-09-13 Dave Love <fx@gnu.org>
1812
1813 * wid-edit.el (widget-default-format-handler): DTRT when
1814 doc-property is a function.
1815
5dd05f61
GM
18162000-09-12 Francesco Potorti` <pot@gnu.org>
1817
1818 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
1819 filed name if it's not there.
1820
35177617
DL
18212000-09-12 Dave Love <fx@gnu.org>
1822
9023837e
DL
1823 * simple.el (read-mail-command): Doc fix.
1824 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
1825
35177617
DL
1826 * vc.el (vc-dired-listing-switches): Fix :version.
1827
1828 * vc-hooks.el: Doc fixes.
1829
1830 * subr.el (add-minor-mode): Use toggle-fun arg.
1831
1832 * speedbar.el: Add :version to several defcustoms.
1833
1834 * imenu.el (imenu--truncate-items, imenu--cleanup)
1835 (imenu--generic-function): Avoid mapcar.
1836 (imenu--replace-spaces): Function removed.
1837 (imenu--completion-buffer): Use subst-char-in-string.
1838 (imenu-add-to-menubar): Use keymap inheritance.
1839
1afaae94
MB
18402000-09-12 Miles Bader <miles@gnu.org>
1841
1842 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
1843 (diff-mode-map): Bind `diff-test-hunk'.
1844 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
1845
18462000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
1847
1848 * bytecomp.el (byte-compile-defvar): Undo last change
1849 because it breaks '(make-variable-buffer-local (defvar ...)'
1850 which is used at least in dired.
1851
63c36c3c
KH
18522000-09-12 Kenichi Handa <handa@etl.go.jp>
1853
1854 * international/quail.el (quail-define-package): Docstring
1855 modified.
1856
1ad24be1
KH
18572000-09-12 Kenichi Handa <handa@etl.go.jp>
1858
362a8065
KH
1859 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
1860 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
1861 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
1862 docstring of "chinese-py".
1863
1ad24be1
KH
1864 * international/quail.el (quail-translation-docstring): New
1865 variable.
1866 (quail-show-keyboard-layout): Docstring modified.
1867 (quail-select-current): Likewise.
1868 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
1869 infinite recursive call.
1870 (quail-help): Check quail-translation-docstring. Format of the
1871 output changed.
1872 (quail-help-insert-keymap-description): Adjusted for the above
1873 change.
1874
cc0f95a4
GM
18752000-09-11 Gerd Moellmann <gerd@gnu.org>
1876
1877 * bytecomp.el (byte-compile-defvar): Only cons onto
1878 current-load-list in top-level forms. Else this leaks a cons cell
1879 every time a defun is called.
1880
7530b6da
MB
18812000-09-11 Miles Bader <miles@lsi.nec.co.jp>
1882
1883 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
1884 Now understands non-unified diffs. Some functionality moved into
1885 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
1886 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
1887 modify anything. Only reposition point in the patched file if the
1888 patch succeeds. Only pop up another window if POPUP is true.
1889 Emit a message describing what happened if successful, and at what
1890 line-offset. Automatically detect reversed hunks and do something
1891 appropriate.
1892 (diff-hunk-text, diff-find-text): New functions.
1893 (diff-filter-lines): Function removed.
1894 (diff-test-hunk): New function.
1895 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
1896
6b124390
DL
18972000-09-10 Dave Love <fx@gnu.org>
1898
1899 * textmodes/tildify.el: Minor doc/commentary fixes.
1900 (tildify) <defgroup>: Add :version.
1901
1902 * faces.el (face-x-resources): Make custom type more specific.
1903 (frame-background-mode): Use mapc.
1904 (region) <defcustom>: Add :version.
1905
7f8b6551
SM
19062000-09-08 Stefan Monnier <monnier@cs.yale.edu>
1907
9b4a7800
TTN
1908 * vc-sccs.el (vc-sccs-register):
1909 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
1910 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
1911 * vc.el (vc-register): Clear file's properties.
1912
c454aac1
GM
19132000-09-08 Gerd Moellmann <gerd@gnu.org>
1914
1915 * faces.el (face-spec-set): Only face-spec-reset-face when
1916 ATTRS is non-nil.
1917
bb934822
EZ
19182000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
1919
1920 * help.el (help-insert-xref-button): Fix a typo in doc string.
1921
03419440
EZ
19222000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1923
7f8b6551
SM
1924 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1925 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
1926 methods.
1927
03419440
EZ
1928 * menu-bar.el (read-mail-item-name): New function.
1929 (menu-bar-tools-menu): Use it to compute and display the package
1930 used to read email.
1931 (menu-bar-tools-menu): Fix typo in GUD's help string.
1932
dbcee71a
DL
19332000-09-07 Dave Love <fx@gnu.org>
1934
19e713d8
DL
1935 * diff-mode.el (diff-mouse-goto-source): New function.
1936
a7cafade 1937 * vc-sccs.el: Doc fixes.
7f8b6551 1938 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
1939
1940 * vc-rcs.el: Doc fixes.
7f8b6551
SM
1941 (vc-rcs-register-switches, vc-rcs-checkin-switches)
1942 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
1943 (vc-rcs-master-templates): Add or change :version.
1944
7f8b6551 1945 * vc-cvs.el: Doc fixes.
a7cafade
DL
1946 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
1947 (vc-cvs-stay-local): Add :version.
1948
dbcee71a
DL
1949 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
1950
ed254191
KH
19512000-09-07 Kenichi Handa <handa@etl.go.jp>
1952
1953 * international/quail.el (quail-help): Fix previous change.
1954
ab0ee409
GM
19552000-09-07 Gerd Moellmann <gerd@gnu.org>
1956
f46f845b 1957 * faces.el (color-values): Doc fix.
9b4a7800 1958
ab0ee409
GM
1959 * faces.el (frame-set-background-mode): Use frame-parameter
1960 instead of frame-parameters.
1961
1962 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 1963 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 1964 frame-parameters.
9b4a7800 1965
f7246ac7
KH
19662000-09-07 Kenichi Handa <handa@etl.go.jp>
1967
1968 * language/devan-util.el (devanagari-to-indian-region): In the
1969 loop, change the following char, not preceding char.
1970
96889af2
GM
19712000-09-07 Gerd Moellmann <gerd@gnu.org>
1972
1091dd67
GM
1973 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
1974 instead of frame-parameters.
1975
9b4a7800 1976 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
1977 internal-set-lisp-face-attribute with FRAME being 0.
1978
1979 * vc.el: Remove `Id' version control keyword.
96889af2 1980
0fddd0dc
KH
19812000-09-07 Kenichi Handa <handa@etl.go.jp>
1982
1983 * help.el (help-make-xrefs): Adjusted for the change of
1984 help-xref-mule-regexp.
1985 (help-insert-xref-button): New function.
1986
1987 * international/mule-cmds.el (help-xref-mule-regexp-template):
1988 Include the pattern for character set.
1989 (leim): New group.
1990
1991 * international/quail.el: Don't require face.
1992 (quail): New group.
7f8b6551 1993 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
1994 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
1995 (quail-keyboard-layout-substitution): New variable.
1996 (quail-update-keyboard-layout): New function.
1997 (quail-keyboard-layout-type): New customizable variable.
1998 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
1999 (quail-keyboard-translate): Pay attention to
2000 quail-keyboard-layout-substitution.
2001 (quail-insert-kbd-layout): New function.
2002 (quail-show-keyboard-layout): New function.
2003 (quail-get-translation): If the definition is a vector of length
7f8b6551 2004 1, and the element is a string of length 1, return the character
0fddd0dc
KH
2005 in that string.
2006 (quail-update-current-translations): Fix the case of
2007 relative-index out of range.
2008 (quail-build-decode-map, quail-insert-decode-map): New Functions.
2009 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 2010 Show key sequences for all available characters.
0fddd0dc
KH
2011 (quail-help-insert-keymap-description): Don't show such verbose
2012 key bindings as quail-self-insert-command.
2013
2014 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2015 Format changed, and each element now have extra documentations.
2016 (tit-process-header): Delete invalid characters from TIT-PROMPT.
2017 Adjusted for the change of quail-cxterm-package-ext-info.
2018
8ddceaf1
GM
20192000-09-06 Gerd Moellmann <gerd@gnu.org>
2020
2021 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
2022 requiring it leads to a recursive loading of vc.el and vc-hooks.el
2023 during bootstrap.
2024
099bd78a
SM
20252000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2026
2027 * vc.el: (toplevel): Don't require `dired' at run-time.
2028 (vc-dired-resynch-file): Remove autoload cookie.
2029
20302000-09-05 Andre Spiegel <spiegel@gnu.org>
2031
2032 * vc.el: Made several backend functions optional.
2033 (vc-default-responsible-p): New function.
2034 (vc-merge): Use RET for first version to trigger merge-news, not
2035 prefix arg.
2036 (vc-annotate): Handle backends that do not support annotation.
2037 (vc-default-merge-news): Removed. The existence of a merge-news
2038 implementation is now checked on caller sites.
2039
9b4a7800 2040 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
2041 case.
2042
9b4a7800 2043 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
2044 special case that has been removed from the default in vc-hooks.el.
2045
20462000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2047
2048 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
2049
20502000-09-05 Andre Spiegel <spiegel@gnu.org>
2051
2052 * vc-hooks.el: Require vc during compilation.
2053 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
2054 macro `with-vc-properties' in vc.el.
2055 (vc-file-getprop): Doc fix.
2056 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 2057
099bd78a
SM
2058 * vc.el: Require dired-aux during compilation.
2059 (vc-name-assoc-file): Moved to vc-sccs.el.
2060 (with-vc-properties): New macro.
9b4a7800 2061 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
2062 vc-finish-steal): Use it.
2063 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
2064 to the backend-specific function is now supposed to do the checkout,
2065 too.
2066 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
2067
9b4a7800 2068 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
2069 set file properties; that gets done in the generic code now.
2070
2071 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
2072 Changed parameter list, added code from vc.el that does the
2073 checkout, possibly with a double-take.
2074
2075 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
2076 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
2077 the above under the new name.
2078 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
2079 parameter list, added checkout command.
2080 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
2081 properties; that gets done in the generic code now.
2082
20832000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2084
2085 * vc.el: Docstring fixes (courtesy of checkdoc).
2086
20872000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2088
2089 * vc.el (vc-checkout-writable-buffer-hook)
2090 (vc-checkout-writable-buffer): Remove.
2091 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
2092 (vc-log-mode): Make it into a clean derived major mode.
2093 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
2094 vc-log-mode if log-edit is not available.
2095 (vc-dired-mode-map): Don't set-keymap-parent yet.
2096 (vc-dired-mode): Do set-keymap-parent here.
2097 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
2098
08ba3862
GM
20992000-09-05 Gerd Moellmann <gerd@gnu.org>
2100
2101 * faces.el (set-face-attribute, face-spec-reset-face)
2102 (face-spec-set): Avoid consing by removing calls to `apply'.
2103
2104 * frame.el (frame-parameter): Move to C code.
2105
3b4429b4
DL
21062000-09-05 Dave Love <fx@gnu.org>
2107
2108 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
2109 insert-before-markers-and-inherit. Now checked systematically!
2110
877055f6
GM
21112000-09-05 Alex Schroeder <alex@gnu.org>
2112
2113 * sql.el (sql-postgres): Use sql-postgres-options.
2114 (sql-postgres-options): New variable.
2115
21162000-09-05 Alex Schroeder <alex@gnu.org>
2117
2118 * sql.el (sql-mode-menu): Work around missing variable mark-active
2119 in XEmacs.
2120 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
2121 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
2122 compatibility.
2123
7a004b71
GM
21242000-09-04 Gerd Moellmann <gerd@gnu.org>
2125
54baed30 2126 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 2127
7a004b71
GM
2128 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
2129
2130 * Makefile.in (DONTCOMPILE): Fix typo in file name.
2131
21322000-09-04 Andre Spiegel <spiegel@gnu.org>
2133
2134 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
2135 don't support anything else under SCCS yet.
2136
2137 * vc-hooks.el: Minor doc fixes.
2138
21392000-09-04 Andre Spiegel <spiegel@gnu.org>
2140
2141 * vc.el (vc-next-action-on-file): Do not visit the file if it's
2142 not necessary. If verbose in state `needs-patch', do the same as
2143 under `up-to-date'. When NOT verbose and `needs-patch', check out
2144 latest version instead of `merge-news'.
2145 (vc-next-action-dired): Don't mess with default-directory here; it
2146 breaks other parts of dired. It is the job of the
099bd78a 2147 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
2148 (vc-next-action): Remove a special CVS case.
2149 (vc-clear-headers): New optional arg FILE.
2150 (vc-checkin, vc-checkout): Set properties vc-state and
2151 vc-checkout-time properly.
099bd78a 2152 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
2153 (vc-print-log): Use new backend function `show-log-entry'.
2154 (vc-cancel-version): Do the checks in a different order. Added a
2155 FIXME concerning RCS-only code.
2156
2157 * vc-rcs.el (vc-rcs-show-log-entry): New function.
2158 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
2159
2160 * vc-cvs.el (vc-cvs-show-log-entry): New function.
2161
9b4a7800 2162 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
2163 `needs-patch' as a `-' too.
2164
21652000-09-04 Andre Spiegel <spiegel@gnu.org>
2166
2167 * vc.el (vc-responsible-backend): New optional arg REGISTER.
2168 (vc-default-could-register): New function.
2169 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
2170 (vc-resynch-buffer): Call vc-dired-resynch-file.
2171 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
2172 vc-resynch-buffer instead of vc-resynch-window.
2173 (vc-next-action-dired): Don't redisplay here, that gets done as a
2174 result of the individual file operations.
2175 (vc-retrieve-snapshot): Corrected prompt order.
2176
2177 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 2178
7a004b71
GM
2179 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
2180 as well.
2181 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
2182 hostname regexps. Updated all callers.
2183 (vc-cvs-responsible-p): Handle directories as well.
2184 (vc-cvs-could-register): New function.
2185 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
2186 properties up-to-date.
9b4a7800 2187
7a004b71
GM
2188 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
2189 user whether to create one.
2190
21912000-09-04 Andre Spiegel <spiegel@gnu.org>
2192
2193 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
2194 check out a non-existing file.
2195
2196 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
2197 workfile does not exist.
2198
2199 * vc.el (vc-version-diff): Use `require' to check for existence of
2200 diff-mode.
2201
22022000-09-04 Andre Spiegel <spiegel@gnu.org>
2203
2204 * vc-cvs.el (vc-cvs-registered): Use new function
2205 vc-cvs-parse-entry to do the actual work.
2206
22072000-09-04 Andre Spiegel <spiegel@gnu.org>
2208
2209 * vc-hooks.el (vc-find-backend-function): If function doesn't
2210 exist, return nil instead of error.
2211 (vc-call-backend): Doc fix.
2212
2213 * vc.el (vc-do-command): Doc fix.
2214 (vc-finish-logentry): When checking in from vc-dired, choose the
2215 right backend for logentry check.
2216 (vc-dired-mode-map): Inherit from dired-mode-map.
2217 (vc-dired-mode): Local value of dired-move-to-filename-regexp
2218 simplified.
2219 (vc-dired-state-info): Removed, updated caller.
2220 (vc-default-dired-state-info): Use parentheses instead of hyphens.
2221 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
2222 (vc-dired-listing-switches): New variable.
2223 (vc-directory): Use it, instead of dired-listing-switches.
2224
2225 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
2226 (vc-cvs-dir-state): New function.
7f8b6551 2227 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
2228 (vc-cvs-parse-entry): New function, also to be used in
2229 vc-cvs-registered.
9b4a7800 2230
7a004b71
GM
22312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2232
2233 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
2234 *or* single-window-frames.
2235
22362000-09-04 Andre Spiegel <spiegel@gnu.org>
2237
2238 * vc.el (vc-update-changelog): Split into generic part and default
2239 implementation. Doc string adapted.
2240 (vc-default-update-changelog): New function. Call the `rcs2log'
2241 script in exec-directory, to fix a long-standing nuisance.
2242
2243 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
2244 simply signals an error.
9b4a7800 2245
7a004b71
GM
22462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2247
2248 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
2249 control-flow more clear and to avoid running `cvs' twice.
2250
2251 * vc.el (vc-next-action-on-file): Doc fix.
2252 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
2253 (vc-print-log): Eval `file' before constructing the continuation.
2254
22552000-09-04 Andre Spiegel <spiegel@gnu.org>
2256
2257 * vc.el (vc-next-action-on-file): Corrected several messages.
2258 (vc-merge): Add prefix arg `merge-news'; handle it.
2259
2260 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
2261 is not reached. It is.
2262 (vc-cvs-merge): Set state to 'edited after merge.
2263 (vc-cvs-merge-news): Set workfile version to nil if not known.
2264 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
2265
2266 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
2267 via stdout. (Merge from main line.)
9b4a7800 2268
7a004b71
GM
22692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2270
2271 * vc.el (vc-finish-logentry): Thinko in the "same comment"
2272 detection.
2273
22742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2275
2276 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
2277 against kill-all-local-variables.
2278 (vc-log-edit): Don't save vc-parent-buffer any more.
2279 (vc-last-comment-match): Initialize to an empty string.
2280 (vc-post-command-functions): New hook.
2281 (vc-do-command): Run it.
2282 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
2283 (vc-finish-logentry): Only add the comment to the ring if it's
2284 different from the last comment entered.
2285 (vc-new-comment-index): New function.
2286 (vc-previous-comment): Use it. Make the minibuffer message
2287 slightly less terse.
2288 (vc-comment-search-reverse): Make it work forward as well. Don't
2289 set vc-comment-ring-index if no match is found. Use
2290 vc-new-comment-index.
2291 (vc-comment-search-forward): Use vc-comment-search-reverse.
2292 (vc-dired-mode-map): Don't inherit from dired-mode-map since
2293 define-derived-mode will do it for us. Bind `v' to a keymap that
2294 inherits from vc-prefix-map so that we can bind `vt' without
2295 binding C-x v t.
2296 (vc-retrieve-snapshot): Parenthesis typo.
2297
2298 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
2299 to 1. Make sure to switch to *vc* before looking for an error
2300 message. Use vc-parse-buffer.
2301
23022000-09-04 Andre Spiegel <spiegel@gnu.org>
2303
2304 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
2305 and NAME.
2306 (vc-retrieve-snapshot): Split into two parts.
2307 (vc-default-retrieve-snapshot): New function.
2308
2309 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
2310 (vc-cvs-retrieve-snapshot): New function (untested).
2311 (vc-cvs-stay-local): Default to t.
2312 (vc-cvs-remote-p): New function and property.
2313 (vc-cvs-state): Stay local only if the above is t.
2314 (vc-handle-cvs): Removed.
2315 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
2316 done via vc-handled-backends now.
2317 (vc-cvs-header): Escape Id.
2318
23192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2320
2321 * vc.el (vc-do-command): Remove unused commands.
2322 (vc-version-diff): Make sure default-directory ends with a slash.
2323 Move the window commands into a vc-exec-after.
2324 (vc-print-log): Move more of the code into the `vc-exec-after'.
2325
23262000-09-04 Andre Spiegel <spiegel@gnu.org>
2327
2328 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
2329 (vc-print-log): Search current revision from beginning of buffer.
2330 (vc-revert-buffer): Clear echo area after the diff is finished.
2331 (vc-prefix-map): Removed definition of "t" for terse display in vc
2332 dired.
2333 (vc-dired-mode-map): Inherit from dired-mode-map. Added
2334 definition of "vt" for terse display.
2335 (vc-dired-mode): Fix dired-move-to-filename-regexp.
2336
23372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2338
2339 * vc.el (vc-exec-after): Avoid caddr.
2340
23412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2342
2343 * vc.el (vc-exec-after): New function.
2344 (vc-do-command): Use it to add a termination message for async
2345 procs.
2346 (vc-checkout): Try to handle a missing-backend situation.
2347 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
2348 of a directory with a backend using async diffs.
2349 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
2350 present.
2351
2352 * vc-sccs.el (vc-sccs-state-heuristic): Use
2353 file-ownership-preserved-p.
2354
2355 * vc-rcs.el (vc-rcs-state-heuristic): Use
2356 file-ownership-preserved-p.
2357 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
2358
23592000-09-04 Andre Spiegel <spiegel@gnu.org>
2360
2361 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
2362 vc-do-command.
2363
2364 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
2365 when there are no changes.
2366
23672000-09-04 Andre Spiegel <spiegel@gnu.org>
2368
2369 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
2370
2371 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
2372
23732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2374
2375 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
2376
2377 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
2378 the `fset' outside of the defvar so that it works even if
2379 vc-prefix-map was already defined.
2380 (vc-setup-buffer): New function, split out of vc-do-command.
2381 (vc-do-command): Allow BUFFER to be t to mean `just use the
2382 current buffer without any fuss'.
2383 (vc-version-diff): Change the `diff' backend operation to just put
2384 the diff in the current buffer without erasing it. Always use
2385 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
2386 shrink-window-if-larger-than-buffer.
2387 (vc-print-log): Change the `print-log' backend operation to just
2388 put the log in the current buffer without erasing it. Protect
2389 shrink-window-if-larger-than-buffer.
2390 (vc-update-change-log): Fix setd typo.
2391
2392 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
2393 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
2394
2395 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
2396 (vc-rcs-diff): Insert in the current buffer and remove unused arg
2397 CMP.
2398
2399 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
2400 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
2401 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
2402
24032000-09-04 Andre Spiegel <spiegel@gnu.org>
2404
2405 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
2406 not possible, use vc-BACKEND-workfile-unchanged-p.
2407 (vc-default-workfile-unchanged-p): New function. Delegates to a
2408 full vc-BACKEND-diff.
2409
2410 * vc-hooks.el (vc-simple-command): Removed.
2411
2412 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
2413 instead of vc-simple-command.
2414 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
2415 avoid doing a diff when opening a file.
2416 (vc-rcs-state): Added check for unlocked-changes.
2417 (vc-rcs-header): Escape Id.
2418 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
2419 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
2420 version.
2421
2422 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
2423 (vc-sccs-diff): Remove optional arg CMP.
2424 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
2425 SCCS-specific function.
2426
2427 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
2428 vc-simple-command.
2429
24302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2431
2432 * vc.el (vc-editable-p): Renamed from vc-writable-p.
2433 (with-vc-file, vc-merge): Use vc-editable-p.
2434 (vc-do-command): Remove unused var vc-file and fix the
2435 doubly-defined `status' var. Add a user message when starting an
2436 async command.
2437 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
2438 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
2439 Use with-current-buffer.
2440 (vc-buffer-sync): Use unless.
2441 (vc-next-action-on-file): If the file is 'edited by read-only,
2442 make it read-write instead of trying to commit.
2443 (vc-version-diff, vc-update-change-log): Use `setq
2444 default-directory' rather than `cd'.
2445 (vc-log-edit): Don't forget to set default-directory in the
2446 buffer.
2447
2448 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
2449 (vc-sccs-state-heuristic): Use file-writable-p instead of
2450 comparing userids.
2451 (vc-sccs-checkout): Use `unless'.
2452
2453 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
2454 of comparing userids.
2455 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
2456 Simplify the logic by eliminating unreachable code.
2457 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
2458 just do a recursive call if we need to retry.
2459 (vc-rcs-checkout): Handle the case where rcs is missing by making
2460 the buffer read-write if requested and re-signalling the error.
2461
2462 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
2463
24642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2465
2466 * vc-hooks.el (vc-handled-backends): Docstring change.
2467 (vc-ignore-vc-files): Mark obsolete.
2468 (vc-registered): Check vc-ignore-vc-files.
2469 (vc-find-file-hook, vc-file-not-found-hook): Don't check
2470 vc-ignore-vc-files.
2471
2472 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
2473
24742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2475
2476 * vc.el (vc-checkout): Don't do anything special for ange-ftp
2477 files since ange-ftp already has vc-registered return nil.
2478
2479 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
2480 (vc-sccs-workfile-version): Use with-temp-buffer and new
2481 vc-parse-buffer and don't bother setting the property.
2482 (vc-sccs-add-triple): Use with-current-buffer and
2483 find-file-noselect.
2484 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
2485
2486 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
2487 derives from the old vc-parse-buffer but uses the revision number
2488 rather than the date (much easier to compare robustly).
2489 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
2490 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
2491 locking-user more directly. Check strict locking and set
2492 checkout-model appropriately.
2493 (vc-rcs-parse-locks): Remove.
2494 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
2495 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
2496 (vc-rcs-system-release): Use with-current-buffer and
2497 vc-parse-buffer.
2498 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
2499
2500 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
2501 (vc-simple-command): Docstring fix.
2502 (vc-registered): Align the way the file-handler is called with the
2503 way the function itself works.
2504 (vc-file-owner): Remove.
2505
2506 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
2507 extraction of fields and call to file-attributes because of a
2508 temporary bug in rcp.el.
2509 (vc-cvs-fetch-status): Use with-current-buffer.
2510
25112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2512
2513 * vc.el (vc-do-command): Use file-relative-name.
2514 (vc-responsible-backend): Use vc-backend if possible.
2515 (vc-create-snapshot): Improve the `interactive' spec. Add support
2516 for branches and dispatch to backend-specific `create-snapshot'.
2517 (vc-default-create-snapshot): New function, containing the bulk of
2518 the old vc-create-snapshot.
2519 (vc-retrieve-snapshot): Improve the interactive spec.
2520
2521 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
2522 (vc-backend-hook-functions): Remove.
2523 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
2524 (vc-backend): Reintroduce the test for `file = nil' now that I
2525 know why it was there (and added a comment to better remember).
2526
2527 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
2528 code from vc-sccs-hooks.el.
2529 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
2530 'vc anymore.
2531 (vc-sccs-responsible-p): Use expand-file-name instead of concat
2532 and file-directory-p instead of file-exists-p.
2533 (vc-sccs-check-headers): Simplify the regexp.
2534
2535 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
2536 from vc-rcs-hooks.el. Don't require 'vc anymore.
2537 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
2538 file-directory-p instead of file-exists-p.
2539
2540 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
2541 from vc-cvs-hooks.el.
2542 (proto vc-cvs-registered): Require 'vc-cvs instead of
2543 'vc-cvs-hooks. Don't require 'vc anymore.
2544 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
2545 file-directory-p instead of file-exists-p.
2546 (vc-cvs-create-snapshot): New function, replacing
2547 vc-cvs-assign-name.
2548 (vc-cvs-assign-name): Remove.
2549
25502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2551
2552 * vc-cvs.el (vc-cvs-header): New var.
2553
2554 * vc-rcs.el (vc-rcs-exists): Remove.
2555 (vc-rcs-header): New var.
2556
2557 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
2558 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
2559 (vc-sccs-header): New var.
2560
2561 * vc.el (vc-do-command): Get rid of the `last' argument.
2562 (vc-header-alist): Remove, replaced by vc-X-header.
2563 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
2564 (vc-dired-hook): Use expand-file-name instead of concat.
2565 (vc-directory): Use file-name-as-directory.
2566 (vc-snapshot-precondition, vc-create-snapshot)
2567 (vc-retrieve-snapshot): Allow the command to operate on any
2568 directory.
2569
2570 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
2571 just removing the 'WORKFILE argument or by removing the 'MASTER
2572 argument and replacing `file' with (vc-name file).
2573
25742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2575
2576 * vc.el: Update Copyright and add a crude list of backend funs.
2577 (vc-writable-p): New function.
2578 (with-vc-file): Use vc-writable-p.
7f8b6551 2579 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
2580 (vc-register): Avoid vc-name.
2581 (vc-locking-user): Remove.
2582 (vc-steal-lock): Make the `owner' arg non-optional.
2583 (vc-merge): Use vc-writable-p instead of vc-locking-user and
2584 vc-checkout-model.
2585 (vc-default-dired-state-info): Use vc-state instead of
2586 vc-locking-user and return special strings for special states.
2587 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
2588 and get rid of one of the special CVS cases.
2589 (vc-cancel-version): prettify error message with \\[...].
2590 (vc-rename-master): New function.
2591 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
2592 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
2593 the CVS special case generic.
2594 (vc-default-record-rename): Remove.
2595 (vc-file-tree-walk-internal): Only call FUNC for files that are
2596 under control of some VC backend and replace `concat' with
2597 expand-file-name.
2598 (vc-file-tree-walk): Update docstring.
2599 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
2600 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
2601
2602 * vc-sccs.el (vc-sccs-rename-file): Renamed from
2603 vc-sccs-record-rename. Use `find-file-noselect' rather than
2604 `find-file' and call `vc-rename-master' to do the actual move.
2605 (vc-sccs-diff): Remove unused `backend' variable.
2606
2607 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
2608 to delay loading of vc-sccs until it is really used.
2609 (vc-sccs-master-templates): Preload.
2610 (vc-sccs-state): Update call to vc-sccs-parse-locks.
2611 (vc-sccs-project-dir): Remove (merged into
2612 vc-sccs-search-project-dir).
2613 (vc-sccs-search-project-dir): Rewrite using file name handling ops
2614 rather than `concat', make sure it is preloaded and don't bother
2615 to check that the file actually exists.
2616 (vc-sccs-parse-locks): Remove unused `file' argument, remove
2617 `locks' argument (use buffer's content instead) and eliminate n^2
2618 behavior.
2619
2620 * vc-rcs.el: Update Copyright.
2621 (vc-rcs-rename-file): New function.
2622 (vc-rcs-diff): Remove unused `backend' variable.
2623
2624 * vc-hooks.el: Update Copyright.
2625 (vc-backend): Don't accept a nil argument any more.
2626 (vc-up-to-date-p): Turn into a defsubst.
2627 (vc-possible-master): New function.
2628 (vc-check-master-templates): Use `vc-possible-master' and allow
2629 funs in vc-X-master-templates to return a non-existent file.
2630
2631 * vc-cvs.el: Update Copyright.
2632 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 2633 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
2634
2635 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
2636
26372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2638
2639 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
2640 since it can be called from vc-rcs.el.
2641 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
2642
26432000-09-04 Andre Spiegel <spiegel@gnu.org>
2644
2645 * vc.el (vc-version-diff): Expand file name read from the
2646 minibuffer. Handle the case when a previous version number can't
2647 be guessed. Give suitable messages when there were no differences
2648 found.
2649 (vc-clear-headers): Call backend-specific implementation, if one
2650 exists.
2651 (vc-cancel-version): Made error checks generic. When done, clear
2652 headers generically, too.
2653
2654 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
2655 from vc-clear-headers in vc.el.
2656
2657 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
2658 correctly.
2659 (vc-rcs-latest-on-branch-p): Made second argument VERSION
2660 optional. Handle the case when it's not there.
2661
26622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2663
2664 * vc.el (vc-locking-user): Moved from vc-hooks.el.
2665
26662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2667
2668 * vc-hooks.el (vc-loadup): Remove.
2669 (vc-find-backend-function): Use `require'. Also, handle the case
2670 where vc-BACKEND-hooks.el doesn't exist.
2671 (vc-call-backend): Cleanup.
2672
26732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2674
2675 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
2676 vc-rcs-grab-templates)
2677 (vc-rcs-registered): Remove. The default function works as well.
2678 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
2679 vc-sccs-grab-templates)
2680 (vc-sccs-registered): Remove. The default function works as well.
2681
2682 * vc.el (vc-version-diff): Left out a vc- in call to
2683 vc-call-backend.
2684 (vc-default-dired-state-info, vc-default-record-rename)
2685 (vc-default-merge-news): Update for the new backend argument.
2686
2687 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
2688 using the default function.
2689 (vc-call-backend): If calling the default function, pass it the
2690 backend as first argument. Update the docstring accordingly.
2691 (vc-default-state-heuristic, vc-default-mode-line-string): Update
2692 for the new backend argument.
2693 (vc-make-backend-sym): Renamed from vc-make-backend-function.
2694 (vc-find-backend-function): Use the new name.
2695 (vc-default-registered): New function.
2696
26972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2698
2699 * vc.el (vc-merge): Use vc-find-backend-function.
2700
2701 * vc-hooks.el (vc-backend-functions): Remove.
2702 (vc-loadup): Don't setup 'vc-functions.
2703 (vc-find-backend-function): New function.
2704 (vc-call-backend): Use above fun and populate 'vc-functions
2705 lazily.
2706 (vc-backend-defines): Remove.
2707
27082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2709
2710 * vc.el (vc-register): Put a FIXME note for a newly found bug.
2711 Call vc-call-backend without the leading vc-.
2712 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
2713 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 2714 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
2715 (vc-annotate-display): Replace confusing use of `cond' with `or'.
2716 Call vc-call-backend without the leading vc-.
2717
2718 * vc-cvs.el (tail): Provide vc-cvs.
2719 * vc-sccs.el (tail): Provide vc-sccs.
2720 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
2721
2722 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
2723 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 2724 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
2725 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
2726 (vc-call-backend): Always try to load vc-X-hooks.
2727 (vc-registered): Remove vc- in call to vc-call-backend.
2728
27292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2730
2731 * vc.el (vc-process-filter): New function.
2732 (vc-do-command): Setup `vc-process-filter' for the async process.
2733 (vc-maybe-resolve-conflicts): New function to reduce
2734 code-duplication. Additionally, it puts the buffer in
2735 `smerge-mode' if applicable.
2736 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
2737 calling `merge-news'.
7f8b6551 2738 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
2739 (vc-log-edit): New function. Replacement for `vc-log-mode' by
2740 interfacing to log-edit.el.
2741 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
2742 log-edit is available.
2743 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
2744
27452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2746
2747 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
2748 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
2749 defvar and the initialization.
2750 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
2751
2752 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
2753 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
2754
7f8b6551 2755 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
2756
27572000-09-04 Andre Spiegel <spiegel@gnu.org>
2758
2759 * vc.el (vc-file-clear-masterprops): Removed.
2760 (vc-checkin, vc-revert-buffer): Removed calls to the above.
2761 (vc-version-diff): Use buffer-size without argument.
2762 (vc-register): Heed vc-initial-comment.
2763
2764 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
2765 default branch.
2766
2767 * vc-rcs.el (vc-rcs-register): Parse command output to find master
2768 file name and workfile version.
2769 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
2770
2771 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
2772 vc-file-clear-masterprops.
2773
2774 * vc-sccs.el (vc-sccs-checkout): Removed call to
2775 vc-file-clear-masterprops. If writable, set vc-state to 'edited
2776 rather than user login name.
2777
2778
27792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2780
2781 * vc.el (vc-workfile-unchanged-p): Remove unused argument
2782 `want-differences-if-changed' and simplify.
2783 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
2784 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
2785 output (which is invalid for async vc-diff) to decide whether to
2786 do the revert silently or not.
2787
27882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2789
2790 * vc-hooks.el (vc-loadup): Load files quietly.
2791 (vc-call-backend): Oops, brain fart.
2792
27932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2794
2795 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 2796 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
2797
27982000-09-04 Andre Spiegel <spiegel@gnu.org>
2799
2800 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
2801 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
2802 vc-state or vc-up-to-date-p.
2803 (vc-merge): Use vc-backend-defines to check whether merging is
2804 possible. Set state to 'edited after successful merge.
2805
2806 * vc-hooks.el (vc-locking-user): If locked by the calling user,
2807 return that name. Redocumented.
2808
28092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2810
2811 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
2812 new `vc-state' semantics.
2813 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
2814 'vc-locking-user to the current user.
2815 (vc-merge): Inline vc-backend-merge. Comment out code that I
2816 don't understand and hence can't adapt to the new `vc-state' and
2817 `vc-locking-user' semantics.
2818 (vc-backend-merge): Remove.
2819
2820 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
2821 rather than 'vc-locking-user.
2822
2823 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
2824
2825 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
2826 (vc-state): Don't use 'reserved any more. Just use the same
2827 convention as the one used for vc-<backend>-state where the
2828 locking user (as a string) is returned.
2829 (vc-locking-user): Update, based on the above convention. The
2830 'vc-locking-user property has disappeared.
7f8b6551 2831 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
2832
2833 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
2834 with a heuristic one.
2835 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
2836 (vc-cvs-checkin): Do a trivial parse to set the state in case of
2837 error. That allows us to get to 'needs-merge even in the
2838 stay-local case. There's still no way to detect 'needs-patch in
2839 such a setup (or to force an update for that matter).
2840 (vc-cvs-logentry-check): Remove, the default works as well.
2841
28422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2843
7f8b6551 2844 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
2845
2846 * vc.el (vc-do-command): kill-all-local-variables, to reset any
2847 major-mode in which the buffer might have been put earlier. Use
2848 `remove' and `when'. Allow `okstatus' to be `async' and use
2849 `start-process' in this case.
2850 (vc-version-diff): Handle the case where the diff looks empty
2851 because of the use of an async process.
2852
28532000-09-04 Andre Spiegel <spiegel@gnu.org>
2854
2855 * vc.el (vc-next-action-on-file): Removed optional parameter
2856 `simple'. Recompute state unconditionally.
2857 (vc-default-toggle-read-only): Removed.
2858
2859 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
2860 (vc-toggle-read-only): Undid prev change.
2861
2862 * vc-cvs.el (vc-cvs-stay-local): Renamed from
2863 vc-cvs-simple-toggle. Redocumented.
2864 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
2865 (vc-cvs-toggle-read-only): Removed.
2866
28672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2868
7f8b6551 2869 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
2870 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
2871 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
2872 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
2873 still is. So maybe it should be removed.
2874 (vc-head-version, vc-find-binary): Remove.
2875 (vc-recompute-state): Move from vc-hooks.el.
2876 (vc-next-action-on-file): Add a `simple' argument to allow
2877 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
2878 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
2879 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
2880 (vc-dired-mode-map): Properly defvar it.
2881 (vc-print-log): Call log-view-mode if available.
2882 (small-temporary-file-directory): defvar instead of use boundp.
2883 (vc-merge-news): Moved to vc-cvs.el.
2884 (vc-default-merge-news): New function.
2885
2886 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
2887 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
2888 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
2889 unknown `vc-latest-version' function. It should probably refer to
2890 vc-workfile-version or somesuch, but it's very unclear to me and I
2891 don't have SCCS to test things.
2892
2893 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
2894 (vc-sccs-state-heuristic): Fix typo.
2895 (vc-sccs-workfile-unchanged-p): Add missing argument.
2896
2897 * vc-rcs.el: Require vc and vc-rcs-hooks.
2898 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
2899 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
2900 (vc-release-greater-or-equal-p): Move from vc.
2901 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
2902 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
2903 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 2904 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
2905
2906 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
2907 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
2908 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
2909 than the apparently unbound `workfile-version'.
2910
2911 * vc-hooks.el (vc-master-templates): Def the obsolete var.
2912 (vc-file-prop-obarray): Use `make-vector'.
2913 (vc-backend-functions): Add new hookable functions
2914 vc-toggle-read-only, vc-record-rename and vc-merge-news.
2915 (vc-loadup): If neither backend nor default functions exist, use
2916 the backend function rather than nil.
2917 (vc-call-backend): If the function if not bound yet, try to load
2918 the non-hook file to see if it provides it.
2919 (vc-call): New macro plus use it wherever possible.
2920 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
2921 nor `vc-find-binary' since it's only called from
7f8b6551 2922 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
2923 (vc-checkout-model): Fix parenthesis.
2924 (vc-recompute-state, vc-prefix-map): Move to vc.el.
2925
7f8b6551 2926 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
2927 (vc-cvs-release, vc-cvs-system-release): Remove.
2928 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
2929 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
2930 status symbols.
2931 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
2932 (vc-cvs-toggle-read-only): First cut at a function to allow a
2933 cvs-status-free vc-toggle-read-only.
2934 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
2935 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
2936 vc-cvs-status. Also set vc-state rather than vc-locking-user.
2937 (vc-cvs-checkout): Modify access rights directly if the user
2938 requested not to use `cvs edit'. And refresh the mode line.
2939
2940 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
2941 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
2942
29432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2944
2945 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
2946 workfile' that got lost when the code was extracted from vc.el.
2947 And merged the tail with the rest of the code (not possible in the
2948 old vc.el where the tail was shared among all backends). And
2949 explicitly set the state to 'edited if `writable' is set.
2950
2951 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
2952 (vc-cvs-state): Be careful to return the value from
2953 vc-cvs-parse-state.
2954 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
2955 property but return it instead. Also be careful to handle a nil
2956 or "" `rev' when workfile is non-nil (it was handled properly when
2957 workfile was nil).
2958
2959 * vc.el: Removed those pesky unnecessary `(function' quotes.
2960 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
2961 directly in the defvar.
2962 (vc-do-command): Bind inhibit-read-only so as to properly handle
2963 the case where the destination buffer has been made read-only.
2964 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 2965 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
2966 (vc-annotate-mode-variables): Removed (code moved partly to
2967 defvars and partly to vc-annotate-add-menu).
2968 (vc-annotate-mode): Turned into a derived-mode.
2969 (vc-annotate-add-menu): Moved in code in
2970 vc-annotate-mode-variables.
2971 (vc-update-change-log): Use make-temp-file if available.
2972
29732000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
2974
2975 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
2976 `vc-checkout-model' updated to `vc-cvs-update-model'.
2977
29782000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2979
2980 * vc.el (vc-next-action-on-file): Added handling of state
2981 `unlocked-changes'.
2982 (vc-checkout-carefully): Is now practically obsolete, unless the
2983 above is too slow to be enabled unconditionally.
2984 (vc-update-change-log): Fixed typo.
2985
2986 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
2987
7f8b6551
SM
2988 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
2989 Now handles state `unlocked-changes'.
2990 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
2991
2992 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
2993
2994 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
2995 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
2996 `unlocked-changes'.
2997 (vc-rcs-workfile-unchanged-p): Renamed from
2998 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
2999 function yet, but supposed to become one soon.
3000
3001 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
3002 `vc-steal-lock'.
3003 (vc-call-backend): Changed error message.
3004 (vc-state): Added description of state `unlocked-changes'.
3005
30062000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3007
3008 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
3009 always return t in CVS-controlled directories.
3010
3011 * vc.el (vc-responsible-backend): New function.
3012 (vc-register): Largely rewritten.
3013 (vc-admin): Removed (implementation moved into vc-register).
3014 (vc-checkin): Redocumented.
3015 (vc-finish-logentry): If no backend defined yet (because we are in
3016 the process of registering), use the responsible backend.
3017
3018 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3019 Updated function lists.
3020 (vc-call-backend): Fixed typo.
3021
7f8b6551
SM
3022 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
3023 New functions.
3024 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
3025 Removed query option. Redocumented.
7a004b71
GM
3026
30272000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3028
3029 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
3030
3031 * vc.el: Updated callers of `vc-checkout-required' to use
3032 `vc-checkout-model'.
3033
30342000-09-04 Martin Lorentzson <martinl@gnu.org>
3035
3036 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
3037 stuff updated to reference this function instead of the old
3038 `vc-backend-release-p'.
3039
30402000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3041
3042 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
3043 vc-checkout-model. Return appropriate values. Updated callers.
3044
30452000-09-04 Martin Lorentzson <martinl@gnu.org>
3046
7f8b6551 3047 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
3048 (vc-backend-revert): Function moved into `vc-revert';
3049 `vc-next-action' must be updated to accomodate this change.
3050 (vc-backend-steal): Function moved into `vc-finish-steal'.
3051 (vc-backend-logentry-check): Function moved into
3052 `vc-finish-logentry'.
3053 (vc-backend-printlog): Function moved into `vc-print-log'.
3054 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
3055 (vc-backend-assign-name): Function moved into
3056 `vc-create-snapshot'.
3057
30582000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3059
3060 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
3061 Rename to vc-checkout-model. Return appropriate values.
3062 Update callers.
7a004b71 3063
7f8b6551 3064 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 3065 to vc-checkout-model.
7f8b6551
SM
3066 (vc-checkout-required): Rename to vc-checkout-model.
3067 Re-implement and re-comment.
7a004b71
GM
3068 (vc-after-save): Use vc-checkout-model.
3069
30702000-09-04 Martin Lorentzson <martinl@gnu.org>
3071
7f8b6551
SM
3072 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
3073 Update to use the vc-BACKEND-diff functions instead.
3074 `vc-diff' is now working.
7a004b71 3075
7f8b6551 3076 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 3077
7f8b6551 3078 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
3079
3080 * vc-sccs.el (vc-sccs-diff): Function changed name from
3081 `vc-backend-diff'. This makes `vc-diff' work.
3082
7f8b6551 3083 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 3084 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 3085 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
3086 signaled during `vc-after-save'.
3087
7f8b6551
SM
3088 * vc.el: Fix typo.
3089 This checkin is made with our new VC code base for the very first time.
3090 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
3091
3092 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
3093 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
3094
3095 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
3096 updated to `vc-uses-locking'.
7f8b6551 3097 (vc-checkout-required): Call to backend function.
7a004b71
GM
3098 `vc-checkout-required' updated to `vc-uses-locking' instead.
3099
3100 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
3101 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
3102
7f8b6551 3103 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 3104 to match the split into various backends.
7f8b6551 3105 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
3106 (vc-retrieve-snapshot): Bug fix.
3107
31082000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3109
3110 * vc-sccs.el (vc-sccs-release): Doc fix.
3111
31122000-09-04 Martin Lorentzson <martinl@gnu.org>
3113
3114 * vc.el (vc-next-action-on-file): Bug found and fixed.
3115 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
3116 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
3117
3118 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
3119 (vc-rcs-checkout): Name space cleaned up. No more revision number
3120 crunching function names that are not prefixed with vc-rcs.
3121 (vc-rcs-checkout-model): Function added. References to
3122 `vc-checkout-model' replaced.
3123
31242000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3125
3126 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
3127 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
3128 still need to be split, and implemented for RCS).
3129
31302000-09-04 Martin Lorentzson <martinl@gnu.org>
3131
3132 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
3133
3134 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
3135 required by the vc.el file.
3136
3137 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
3138 required by the vc.el file.
3139 (vc-rcs-exists): Function added.
3140
3141 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
3142 required by the vc.el file.
3143
3144 * vc.el (vc-admin): Updated to handle selection of appropriate
3145 backend. Current implementation is crufty and need re-thinking.
3146
3147 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
3148
31492000-09-04 Martin Lorentzson <martinl@gnu.org>
3150
3151 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
3152 beginning of annotate buffers correctly.
3153
3154 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
3155 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
3156 functionality updated quite a lot to support multiple backends.
3157 Variables `vc-annotate-mode', `vc-annotate-buffers',
3158 `vc-annotate-backend' added.
3159
3160 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
3161 `vc-annotate-difference' added to supported backend functions.
3162
31632000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3164
3165 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
3166 Use with-temp-file instead of /bin/sh. Merged from mainline
3167
31682000-09-04 Martin Lorentzson <martinl@gnu.org>
3169
3170 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
3171
3172 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
3173
3174 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
3175
31762000-09-04 Martin Lorentzson <martinl@gnu.org>
3177
3178 * vc-hooks.el: vc-state-heuristic added to
3179 vc-backend-hook-functions.
3180
3181 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
3182
3183 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
3184
7f8b6551
SM
3185 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
3186 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
3187 state to `reserved'.
3188
3189 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
3190 `vc-checkout-required'. Rename the `locked' state to `reserved'.
3191
31922000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3193
7f8b6551 3194 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
3195 untouched.
3196
7f8b6551 3197 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 3198
7f8b6551 3199 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
3200 if defined. (Merged from main line, slightly adapted.)
3201
3202 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
3203 millenium problem (merged from mainline).
3204
32052000-09-04 Martin Lorentzson <martinl@gnu.org>
3206
3207 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
3208 part and moved the non-BACKEND stuff to vc.el.
3209
3210 * vc.el: Split the annotate feature into a BACKEND specific part
3211 and moved it from the vc-cvs.el file to this one.
3212
32132000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3214
7f8b6551
SM
3215 * vc-hooks.el: Implement new state model.
3216 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
3217 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 3218 locked by somebody else.
7f8b6551 3219 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
3220 vc-sccs-hooks.el and vc-rcs-hooks.el now.
3221 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 3222 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 3223
7f8b6551
SM
3224 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
3225 Various simplifications and adaptations all over the place.
7a004b71 3226
7f8b6551
SM
3227 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
3228 Simplify and adapt the rest.
7a004b71 3229
7f8b6551 3230 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 3231 interaction with view mode according to recent RCS change.
7f8b6551 3232 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
3233
32342000-09-04 Martin Lorentzson <martinl@gnu.org>
3235
7f8b6551 3236 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
3237
32382000-09-04 Martin Lorentzson <martinl@gnu.org>
3239
3240 * vc.el (vc-backend-release, vc-release-greater-or-equal)
3241 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
3242 (vc-minor-part, vc-previous-version): Functions that operate and
3243 compare revision numbers got proper documentation. Comments added
3244 about their possible removal.
3245
32462000-09-04 Martin Lorentzson <martinl@gnu.org>
3247
3248 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
3249 the vc-backend.el files.
3250
3251 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
3252
3253 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
3254 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
3255 (vc-rcs-previous-version): Functions added.
3256
3257 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
3258
3259 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
3260
32612000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3262
3263 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 3264 Comment out the definition for now. What is the right procedure
7a004b71
GM
3265 to get rid of it?
3266 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
3267 rewritten.
7f8b6551 3268 (vc-default-registered): Remove.
7a004b71
GM
3269 (vc-check-master-templates): New function; does mostly what the
3270 above did before.
3271 (vc-locking-user): Don't rely on the backend to set the property.
3272
3273 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 3274 Rewrite documentation.
7a004b71
GM
3275 (vc-rcs-templates-grabbed): New variable.
3276 (vc-rcs-grab-templates): New function.
7f8b6551 3277 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
3278
3279 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 3280 Rewrite documentation.
7a004b71
GM
3281 (vc-sccs-templates-grabbed): New variable.
3282 (vc-sccs-grab-templates): New function.
7f8b6551
SM
3283 (vc-sccs-registered): Rewrite to use above mechanism.
3284 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
3285 Don't throw the result, simply return it.
7a004b71 3286
7f8b6551
SM
3287 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
3288 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
3289 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 3290
7f8b6551 3291 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
3292 from main line.
3293
32942000-09-04 Martin Lorentzson <martinl@gnu.org>
3295
7f8b6551 3296 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 3297
7f8b6551 3298 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 3299
7f8b6551
SM
3300 * vc-rcs.el (vc-rcs-diff): New function.
3301 (vc-rcs-checkout): Bug (typo) found and fixed.
3302 (vc-rcs-register-switches): New variable.
7a004b71
GM
3303
3304 * vc.el (vc-backend-diff): Function removed and placed in the
3305 backend files.
3306
33072000-09-04 Martin Lorentzson <martinl@gnu.org>
3308
3309 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
3310
3311 * vc.el (vc-backend-checkout): Function removed and replaced in
3312 the vc-backend.el files.
3313
3314 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
3315
3316 * vc.el (vc-backend-admin): Removed and replaced in the
3317 vc-backend.el files.
3318
3319 * vc.el (Martin): Removed all the annotate functionality since it
3320 is CVS backend specific.
3321
33222000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3323
3324 * spec.txt: Added specification of vc-state.
3325
3326 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 3327 Remove handling of vc-latest-version and
7a004b71
GM
3328 vc-your-latest-version. What used to be vc-latest-version, is now
3329 returned as vc-workfile-version.
7f8b6551 3330 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
3331
33322000-09-04 Dave Love <fx@gnu.org>
3333
3334 * vc.el: [Merged from mainline.]
3335 (vc-dired-mode): Make the dired-move-to-filename-regexp
3336 regexp match the date, to avoid treating date as file size.
3337 Add YYYY S option to WESTERN/
3338
33392000-09-04 Dave Love <fx@gnu.org>
3340
3341 * vc.el: Require `compile' when compiling.
3342 (vc-logentry-check-hook): New option.
3343 (vc-steal-lock): Use compose-mail.
3344 (vc-dired-mode-map): Defvar when compiling.
3345 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
3346 vc-sccs.el and renamed. Callers changed.
3347 (vc-backend-checkout, vc-backend-logentry-check)
3348 (vc-backend-merge-news): Doc fix.
3349 (vc-default-logentry-check): New function.
3350 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
3351 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
3352 (vc-backend-merge): Doc fix. Use backend functions.
3353 (vc-check-headers): Use backend functions.
3354
3355 * vc-cvs.el: Require vc when compiling.
3356 (vc-cvs-register-switches): Doc fix.
3357 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
3358 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
3359 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
3360 New functions (code from vc.el).
3361 (vc-annotate-display-default): Fix interactive spec.
3362 (vc-annotate-time-span): Doc fix.
3363
3364 * vc-rcs.el: Require vc when compiling.
3365 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
3366 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
3367 (vc-rcs-checkin): New functions (code from vc.el).
3368 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
3369 Doc fix.
3370 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
3371
3372 * vc-sccs.el: Require vc when compiling.
3373 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
3374 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
3375 (vc-sccs-revert)
3376 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
3377 from vc.el).
3378 (vc-sccs-add-triple, vc-sccs-record-rename)
3379 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
3380 (vc-sccs-admin): Doc fix.
3381
33822000-09-04 Martin Lorentzson <martinl@gnu.org>
3383
3384 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
3385 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
3386 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
3387 from vc.el.
3388
3389 * vc-sccs.el (vc-admin-sccs): Added from vc.el
3390
3391 * vc-cvs.el: Moved the annotate functionality from vc.el.
3392 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
3393
33942000-09-04 Dave Love <fx@gnu.org>
3395
3396 * vc.el (vc-backend-release): Call vc-system-release.
3397
3398 * vc-sccs.el (vc-sccs-system-release):
3399 Renamed from vc-sccs-backend-release.
3400
3401 * vc-rcs.el (vc-rcs-system-release):
3402 Renamed from vc-rcs-backend-release.
3403
3404 * vc-cvs.el (vc-cvs-system-release):
3405 Renamed from vc-cvs-backend-release.
3406
34072000-09-04 Dave Love <fx@gnu.org>
3408
3409 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
3410 backend files.
3411 (vc-backend-release): Dispatch to backend functions.
3412 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
3413 probably needs attention.]
3414
3415 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
3416 (vc-sccs-backend-release): New function.
3417
3418 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
3419 (vc-cvs-backend-release): New function.
3420
3421 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
3422 Doc fix.
3423 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
3424 (vc-default-dired-state-info): New function.
3425 (vc-dired-state-info): Dispatch to backends.
3426 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
3427
3428 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
3429 from vc.el and renamed.
3430
34312000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3432
3433 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
3434 (vc-version-other-window, vc-backend-assign-name): Removed
3435 references to vc-latest-version; sometimes changed into
3436 vc-workfile-version.
3437
3438 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
3439 vc-rcs-master-workfile-version.
3440 (vc-rcs-workfile-version): Use the above. Don't call
3441 vc-latest-version (that was unreachable code, anyway).
3442 (vc-rcs-fetch-master-properties): Doc fix.
3443
3444 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
3445 (vc-backend-hook-functions): Removed them from this list, too.
3446 (vc-fetch-properties): Removed.
3447 (vc-workfile-version): Doc fix.
3448
3449 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
3450 (vc-rcs-workfile-version, vc-rcs-locking-user)
3451 (vc-rcs-uses-locking): Use it.
3452
3453 * vc-hooks.el (vc-consult-rcs-headers):
3454 Moved into vc-rcs-hooks.el, under the name
3455 vc-rcs-consult-headers.
3456
3457 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
3458 headers.
3459 (vc-cvs-find-master): Use this name only; correct different
3460 versions of the name.
3461
3462 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
3463 New functions.
3464 (vc-sccs-locking-user): Use the latter.
3465
3466 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
3467 New functions.
3468
3469 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
3470 Moved into both
3471 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
3472 functions are implementation details of those two backends.
3473
34742000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3475
3476 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
3477 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
3478
3479 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
3480 (vc-sccs-parse-locks): SCCS-specific code moved here from
3481 vc-hooks.
3482
3483 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
3484 code moved here from vc-hooks.
3485
3486 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
3487 into back-end specific parts and removed. Callers not updated
3488 yet; because I guess these callers will disappear into back-end
3489 specific files anyway.
3490
34912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3492
3493 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
3494 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
3495 `vc-uses-locking'.
3496
3497 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
3498 Store yes/no in the property, and return t/nil. Updated all
3499 callers.
3500
3501 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
3502 vc-sccs-uses-locking. Don't set property.
3503 (vc-sccs-locking-user): Don't set property.
3504
3505 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
3506 vc-cvs-uses-locking. Don't set property here; leave that to
3507 vc-hooks.
3508 (vc-cvs-locking-user): Reflect above change. Streamlined.
3509
3510 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
3511 vc-rcs-uses-locking.
3512 (vc-rcs-locking-user): Reflect above change.
3513
35142000-09-04 Dave Love <fx@gnu.org>
3515
3516 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
3517
3518 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
3519
3520 * vc-hooks.el (vc-checkout-model): Punt to backends.
3521
3522 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
3523
3524 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
3525
3526 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
3527 New functions.
3528
3529 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
3530 New functions.
3531
3532 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
3533 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
3534
3535 * vc-hooks.el (vc-default-locking-user): New function.
3536 (vc-locking-user, vc-workfile-version): Punt to backends.
3537
35382000-09-04 Dave Love <fx@gnu.org>
3539
3540 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
3541 (vc-master-workfile-version): Moved from vc-hooks.
3542
3543 * vc-rcs-hooks.el: Fix duplicate code in last change.
3544
3545 * vc-rcs-hooks.el: Require vc-hooks when compiling.
3546 (vc-rcs-master-templates): Improve :type.
3547 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
3548 vc-master-workfile-version): Moved from vc-hooks.
3549
3550 * vc-sccs-hooks.el: Require vc-hooks when compiling.
3551 (vc-sccs-master-templates): Improve :type.
3552 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
3553
3554 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
3555
3556 * vc-cvs-hooks.el: Require vc-hooks when compiling.
3557 (vc-cvs-master-templates): Improve :type. Use
3558 vc-cvs-find-cvs-master.
3559 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
3560 from vc-hooks.
3561 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
3562
3563 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
3564 Moved to vc-cvs-hooks.
3565
3566 * vc-hooks.el: Add doc strings in various places. Simplify the
3567 minor mode setup.
3568 (vc-handled-backends): New user variable.
3569 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
3570 simplification.
3571
35722000-09-04 Dave Love <fx@gnu.org>
3573
3574 * vc.el: Some doc fixes for autoloaded and interactive functions.
3575 Fix compilation warnings from ediff stuff.
3576 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
3577
3578 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
3579
3580 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
3581
3582 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
3583
35842000-09-04 Dave Love <fx@gnu.org>
3585
3586 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3587 New variable.
3588 (vc-make-backend-function, vc-loadup, vc-call-backend)
3589 (vc-backend-defines): New functions.
3590
3591 * vc-hooks.el: Various doc fixes.
3592 (vc-default-back-end, vc-follow-symlinks): Custom fix.
3593 (vc-match-substring): Function removed. Callers changed to use
3594 match-string.
3595 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
3596 Simplify.
3597
35982000-09-04 Dave Love <fx@gnu.org>
3599
3600 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
3601 type.
3602 (vc-sccs-project-dir, vc-search-sccs-project-dir)
3603 (vc-sccs-registered): Doc fix.
3604
3605 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
3606 (vc-cvs-registered): Doc fix.
3607
3608 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
3609 (vc-rcs-registered): Doc fix.
3610
36112000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3612
3613 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
3614
3615 * vc-hooks.el: vc-registered has been renamed
3616 vc-default-registered. Some functions have been moved to the
3617 backend specific files. they all support the
3618 vc-BACKEND-registered functions.
3619
36202000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3621
3622 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
3623
3624 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
3625
a033ea13
DL
36262000-09-04 Dave Love <fx@gnu.org>
3627
179fc9ef
DL
3628 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
3629 menu-bar-update-hook.
3630
3631 * help.el (help-manyarg-func-alist): Add
3632 find-operation-coding-system.
3633
a033ea13
DL
3634 * wid-edit.el (widget-sexp-validate): Fix garbled code.
3635
3636 * custom.el (custom-set-variables): Print message about errors in
3637 setting.
3638
f8803e97
AI
36392000-09-03 Andrew Innes <andrewi@gnu.org>
3640
3641 * makefile.w32-in: Change to DOS line endings.
3642
59836110
EZ
36432000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3644
3645 * mouse.el (mouse-popup-menubar): Supply the prompt string for
3646 minor-mode keymaps, if they don't have one.
3647
5514ba5c
EZ
36482000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3649
3650 * eshell/esh-module.el (eval-when-compile): Don't lose if
3651 esh-module.el's file name is truncated to DOS 8+3 limits.
3652
79cf8e80
JW
36532000-09-01 John Wiegley <johnw@gnu.org>
3654
3655 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
3656 predicate, which caused entries in the completion list to be
3657 doubled.
3658
36592000-08-30 John Wiegley <johnw@gnu.org>
3660
3661 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
3662 sending to subprocesses. Also, hook pre-command-hook if
3663 `eshell-send-direct-to-subprocesses' is non-nil.
3664 (eshell-send-direct-to-subprocesses): New config variable. If t,
3665 subprocess input is send immediately.
3666 (eshell-toggle-direct-send): New function.
3667 (eshell-self-insert-command): New function.
3668 (eshell-intercept-commands): New function.
3669 (eshell-send-input): If direct subprocess sending is enabled,
3670 don't echo any input to the Eshell buffer. Let the subprocess
3671 handle that. This requires "stty echo" in bash, for example.
3672
36732000-08-28 John Wiegley <johnw@gnu.org>
3674
3675 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
3676 completion function for Eshell's implementation of `unset'.
3677
778911b9
EZ
36782000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3679
3680 * info.el (Info-directory-list): Doc fix.
3681
05d07b49
PB
36822000-08-31 Peter Breton <pbreton@ne.mediaone.net>
3683
9b4a7800 3684 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
3685 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
3686
9941d4c7
KH
36872000-08-31 Kenichi Handa <handa@etl.go.jp>
3688
3689 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
3690 coding systems.
3691
af9ba8ad
AI
36922000-08-30 Andrew Innes <andrewi@gnu.org>
3693
3694 * timer.el (run-with-idle-timer): Undo last change, so that timer
3695 is not activated immediately if Emacs is already idle. Some
3696 existing code relies on this behaviour.
3697
caccd8f2
MB
36982000-08-30 Miles Bader <miles@gnu.org>
3699
3700 * frame.el (set-frame-font): Do completion of font-name for
3701 interactive use.
3702
b64c0a1c
KH
37032000-08-30 Kenichi Handa <handa@etl.go.jp>
3704
3705 * international/quail.el (quail-start-translation): Bind locally
3706 last-command-event, last-command, and this-command.
3707 (quail-start-conversion): Likewise.
75cf0095 3708 (quail-self-insert-command): Fix docstring.
b64c0a1c 3709
fd5f61d3
GM
37102000-08-29 Gerd Moellmann <gerd@gnu.org>
3711
3712 * progmodes/executable.el
3713 (executable-make-buffer-file-executable-if-script-p): Check that
3714 buffer contains at least 2 characters.
3715
5b671d04
EZ
37162000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
3717
3718 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
3719
485d9513
DL
37202000-08-29 Dave Love <fx@gnu.org>
3721
a39fb83d
DL
3722 * diff-mode.el (diff-mode) <defgroup>: Add :version.
3723 (diff-mode-shared-map): Bind mouse-2.
3724 (diff-imenu-generic-expression): New variable.
3725 (diff-mode): Use it.
3726
485d9513
DL
3727 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
3728 (mouse-popup-menubar): Add minor mode menus.
3729 (popup-menu): Check for lookup-key returning number.
3730
ba3478d9
MB
37312000-08-29 Miles Bader <miles@gnu.org>
3732
3733 * comint.el (comint-send-input): Create overlays using the proper
3734 front/read-advance arguments.
9b4a7800 3735
c3d6d211
GM
37362000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3737
3738 * ps-print.el: Even/odd pages printing. Doc fix.
3739 (ps-print-version): New version number (6.0).
3740 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
3741 (ps-background, ps-begin-file, ps-begin-job): Code fix.
3742 (ps-print-duplex-feature): Variable eliminated.
3743 (ps-even-or-odd-pages): New variable.
3744
ba087cd7 3745 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
3746 (ebnf-version): New version (3.3).
3747 (ebnf-user-arrow): Change variable customization to sexp.
3748 (ebnf-user-arrow): Function eliminated.
3749 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 3750
d313265f
KH
37512000-08-29 Kenichi Handa <handa@etl.go.jp>
3752
cba62b78 3753 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
3754 (help-make-xrefs): Handle help-xref-mule-regexp.
3755
3756 * international/mule-cmds.el (help-xref-mule-regexp-template): New
3757 variable.
3758 (describe-input-method): Temporarily activate the specfied input
3759 method to display the information.
3760 (describe-language-environment): Hyperlinks to mule related items.
3761
3762 * international/mule-diag.el (charset-multibyte-form-string): New
3763 function.
3764 (list-character-sets-1): Use charset-multibyte-form-string.
3765 (describe-character-set): New function.
3766 (describe-coding-system): Hyperlinks to safe character sets.
3767
3768 * international/quail.el (quail-help): New arg PACKAGE.
3769 Hyperlinks to mule related items.
3770 (quail-help-insert-keymap-description): Use
3771 substitute-command-keys instead of describe-bindings.
3772 (quail-translation-help): Hyperlinks to mule related items.
3773
b4bd214e
JW
37742000-08-28 John Wiegley <johnw@gnu.org>
3775
ca7aae91
JW
3776 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
3777 have a defsubst call itself. Made `eshell-flatten-list' back into
3778 a function again.
3779
b4bd214e
JW
3780 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
3781 catch, in case re-centering point at bottom messes up the display.
3782 This happens frequently in Emacs 21, due I believe to variable
3783 line heights.
3784
3785 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
3786 to call `find-tag-interactive'.
3787
3788 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
3789 the list of remember directories.
3790
d44e146b
JW
37912000-08-28 John Wiegley <johnw@gnu.org>
3792
3793 * align.el: Test align-region-separate to see if it's a symbol.
3794
546c0888 37952000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
3796
3797 * eshell/esh-util.el (eshell-flatten-list): Made this function
3798 into a defsubst form. It gets used very frequently, although
3799 calls don't occur all that often.
3800
3801 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
3802 examining it.
3803
3804 * eshell/esh-cmd.el (eshell-rewrite-while-command):
3805 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
3806 `eshell-protect'.
3807 (eshell-copy-handles): Created a new macro for duplicating the
3808 current set of open handles. This is needed by the looping
3809 functions.
3810 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
3811 is not incorrectly stomped on.
3812
3813 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
3814 declaration for pcomplete-use-paring.
3815 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
3816 value of eshell-cmpl-use-paring.
3817 * pcomplete.el (pcomplete-use-paring): New config variable, to
3818 indicate whether paring should be used.
3819 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
3820 completion alternatives that have already been used.
3821
3822 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
3823 bound to C-c C-y, which will repeat the previous N arguments
3824 (based on prefix argument).
3825 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
3826
3827 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
3828 if there is no *Help* buffer. This is for XEmacs, which renames
3829 its help buffers uniquely. TODO: Find out what the current buffer
3830 name to delete is.
3831
3832 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
3833 first entry that correlates to a passwd/group number. Later
3834 entries (used for group/user name aliasing to multiple IDs) are
3835 ignored.
3836
9b4a7800
TTN
3837 * eshell/em-xtra.el (eshell/expr):
3838 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
3839 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
3840 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
3841 argument list, before passing it to the system command.
3842
3843 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
3844 `find-tag' for use at final position in Eshell buffers (which
3845 otherwise triggers an error on Emacs 21).
3846 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
3847 buffer, if it is currently bound to `find-tag'.
3848
3849 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
3850 in the list of matched Makefile names.
3851 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
3852 directory, prefer its contents to Makefile.
3853
3854 * eshell/em-dirs.el (eshell/cd): cd commands that look up
3855 directory parts (like "cd old new", or "cd =regexp"), are now case
3856 sensitive on non-Windows/DOS platforms.
3857
3858 * eshell/esh-mode.el (eshell-parse-command-input): When a user
3859 types RET after an open delimiter (like "), display a message
3860 indicating that Eshell is waiting for the closing delimiter.
3861
3862 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
3863 environment variables.
3864
3865 * eshell/em-unix.el (eshell/diff): Added logic to fail more
3866 gracefully if the user enters incorrect arguments.
3867
3868 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
3869 Eshell buffers.
3870
9b4a7800
TTN
3871 * eshell/esh-var.el (eshell-interpolate-variable):
3872 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
3873 * eshell/em-unix.el (eshell-du-sum-directory):
3874 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
3875 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
3876 (not (= ...)).
3877
3878 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
3879 to ensure the `preserve' flag gets propagated when doing recursive
3880 directory copies.
3881
546c0888 38822000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
3883
3884 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
3885 Don't convert \n into \0177 in memory.
3886 (eshell-read-history, eshell-write-history): Convert \n to \0177,
3887 and back again, when reading and writing.
9b4a7800 3888
546c0888 38892000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
3890
3891 * eshell/esh-util.el (eshell-processp): Added to relieve constant
3892 testing of `fboundp' on `processp'.
3893
3894 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
3895 (eshell/jobs): Don't call process-list if it is not bound.
3896 (eshell-gather-process-output): Support systems where async
3897 subprocesses aren't supported.
3898 (eshell-scratch-buffer, eshell-last-sync-output-start): New
3899 variables.
3900
3901 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
3902 eshell-do-eval returns t.
3903 (eshell-do-pipelines-synchronously): New defmacro.
3904 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
3905 when async subprocesses aren't supported.
3906 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
3907 if async subprocesses aren't supported.
3908 (eshell-resume-command): Don't assume STATUS is a string.
3909
3910 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
3911
3912 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
3913 (eshell-close-target, eshell-get-target): Use eshell-processp.
3914 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
3915 fix.
3916 (eshell-get-target, eshell-create-handles): Doc fix.
3917
546c0888 39182000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 3919
546c0888 3920 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
3921 criterion to include commands that output something, as long as it
3922 leaves both the command and the end-of-buffer visible when the
3923 command has exited.
3924 (eshell-review-quick-commands): Adjust the help doc string
3925 accordingly.
3926
2a371c3b
PB
39272000-08-28 Peter Breton <pbreton@ne.mediaone.net>
3928
8348e1f9 3929 * locate.el (locate): Cleaned up locate command's interactive prompting
d313265f 3930 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 3931
9b4a7800 3932 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
3933 (file-cache-assoc-function): New variable
3934 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
3935 Use file-cache-case-fold-search variable
3936 (file-cache-add-file): Use file-cache-assoc-function
3937 (file-cache-delete-file): likewise
3938 (file-cache-directory-name): likewise
3939 (file-cache-debug-read-from-minibuffer): likewise
3940
95931eb1
GM
39412000-08-28 Gerd Moellmann <gerd@gnu.org>
3942
3943 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
3944 (abbrev-table-name): New function.
3945 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
3946 If non-nil list local abbrev, only.
3947
bb17930d
GM
39482000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
3949
546c0888
EZ
3950 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
3951 from Gnus support code, and use special article copy buffer
bb17930d
GM
3952 `(gnus-original-article-buffer)' instead. This allows to get rid
3953 of article-hide-headers usage (which breaks in the latest Gnus
3954 version). Thanks to Detlev Zundel.
3955
41a68aef
KH
39562000-08-28 Kenichi Handa <handa@etl.go.jp>
3957
3958 * international/quail.el (quail-use-package): Hide "... loaded"
3959 message.
3960 (quail-start-translation, quail-start-conversion): Likewise.
3961
3962 * international/kkc.el (kkc-region): Hide "... loaded" message.
3963
28bb2cef
DL
39642000-08-27 Dave Love <fx@gnu.org>
3965
3966 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
3967
11a1118d
MB
39682000-08-27 Miles Bader <miles@gnu.org>
3969
3970 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
3971
0f85d477
KH
39722000-08-27 Kenichi Handa <handa@etl.go.jp>
3973
3974 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
3975 'ja-dic-cnv), not (require 'skkdic-cnv).
3976
2d73e8d3
MB
39772000-08-26 Miles Bader <miles@gnu.org>
3978
a0e5a5a4
MB
3979 * faces.el (face-x-resources): Add entry for :inherit.
3980 * cus-face.el (custom-face-attributes): Add support for :inherit
3981 attribute. Add support for relative face heights.
3982 (custom-face-attributes-get): Treat `nil' as being a default value
3983 for :inherit (as well as `unspecified').
3984
19feb949
MB
3985 * faces.el (set-face-attribute): Update doc string.
3986 (face-attribute-name-alist): Add :inherit.
3987 (face-valid-attribute-values): Handle :inherit.
3988 (face-read-string): Rephrase prompt to be less confusing.
3989 Assume that DEFAULT is a string, since we must return a string.
3990 (face-read-integer): Use `format' to turn DEFAULT into an
3991 acceptable default for face-read-string. Match NEW-VALUE against
3992 the string "unspecified", not the symbol `unspecified', since
3993 that's what face-read-string returns.
3994 (read-face-attribute): Lookup a name for old-value in valid, and
3995 use it as a default if we find one. Treat all values from
3996 face-read-string as strings. If the default is used, don't do any
3997 more processing on the value, just use the old value directly.
3998 (read-face-and-attribute, modify-face): Tweak prompt.
3999 (read-face-name): Don't assume prompt ends with a space.
4000
2d73e8d3
MB
4001 * faces.el (describe-face): Add support for :inherit attribute.
4002
a1a2e38f
KH
40032000-08-25 Kenichi Handa <handa@etl.go.jp>
4004
e84fa7c5
KH
4005 * terminal.el (terminal-emulator): Fix args to `concat'. Now
4006 concat doesn't accept interger.
4007
a1a2e38f
KH
4008 * international/kkc.el: Remove SKK from Keywords. Require
4009 ja-dic-utl instead of skkdic-utl.
4010
4011 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
4012 Provide ja-dic-cnv instead of skkdic-cnv.
4013 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
4014 (iso-2022-7bit-short): Add safe-charsets property.
4015 (skkdic-convert-postfix): Search Japanese chou-on character in
4016 addition to Hiragana character.
4017 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
4018 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
4019 (batch-skkdic-convert): Likewise.
4020
4021 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
4022 Provide ja-dic-utl instead of skkdic-utl.
4023 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
4024
f6499c03
DL
40252000-08-24 Dave Love <fx@gnu.org>
4026
1c2c3f16
DL
4027 * disp-table.el (standard-display-default): Make the test of `l'
4028 useful.
4029
f6499c03
DL
4030 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
4031 mod sample text.
4032
4033 * international/iso-ascii.el: Make pilcrow convenient string
4034 consistent with section.
4035 (iso-ascii-display): Set up multibyte characters as well as
4036 unibyte.
4037
c543db81
KH
40382000-08-24 Kenichi Handa <handa@etl.go.jp>
4039
4040 * international/mule-cmds.el (reset-language-environment): Set
4041 default-process-coding-system to '(undecided . iso-latin-1), which
4042 makes process I/O almost consistent with file I/O. Call this
4043 function when mule-cmds.el[c] is loaded.
4044
746d9caf
AI
40452000-08-22 Andrew Innes <andrewi@gnu.org>
4046
4047 * makefile.w32-in: New file.
4048
5484005d
MB
40492000-08-22 Miles Bader <miles@lsi.nec.co.jp>
4050
4051 * comint.el (comint-output-filter): Compare end of
4052 comint-last-output-overlay with the start of the newly inserted
4053 text, not the end, when deciding whether to extend it.
9b4a7800 4054 Set saved-point's insertion type to advance after insertion.
5484005d
MB
4055
4056 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
4057 since this is now done independently of font-lock mode.
4058
7a912f63
GM
40592000-08-21 Gerd Moellmann <gerd@gnu.org>
4060
4061 * server.el (server-kill-new-buffers): New user option.
4062 (server-existing-buffer): New buffer-local variable.
4063 (server-visit-files): When using an existing buffer, set
4064 server-existing-buffer to t.
4065 (server-buffer-done): If server-kill-new-buffers is t, kill the
4066 buffer, unless it was already present before visiting it with
4067 Emacs server.
9b4a7800 4068
240301df
EZ
40692000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
4070
4071 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
4072 even if the display doesn't support colors: some displays will
4073 support bold/underline faces.
4074
cbcef616
GM
40752000-08-21 Gerd Moellmann <gerd@gnu.org>
4076
6917e6bb
GM
4077 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
4078
cbcef616
GM
4079 * startup.el (command-line): If user's init file had an error,
4080 add explanatory text to *Messages*.
4081
6922b018
KH
40822000-08-21 Kenichi Handa <handa@etl.go.jp>
4083
4084 * man.el (Man-getpage-in-background): Decode the process output by
4085 the system locale coding system.
4086
e50c4203
DL
40872000-08-20 Dave Love <fx@gnu.org>
4088
96ab6351
DL
4089 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
4090 Don't test x-popup-menu.
4091 (function) <complete-function>: Complete only fbound symbols.
4092 <validate, value>: New.
4093 (variable) <complete-function>: Complete only bound symbols.
4094 (coding-system): Add :base-only, :complete-function, :validate,
4095 :value, :prompt-match.
4096 (widget-coding-system-prompt-value): Use read-coding-system and
4097 act on :base-only.
4098 (editable-field): Add :help-echo.
4099 (widget-push-button-gui, widget-push-button-cache)
4100 (widget-gui-action, widget-editable-list-gui): COmment out, along
4101 with uses.
4102 (widget-at): Make arg optional.
4103 (widget-echo-help): Adjust for current help-echo calling sequence.
4104 (widget-specify-field, widget-specify-button)
4105 (widget-specify-insert, widget-get-sibling, widget-image-find)
4106 (widget-convert, widget-insert, widget-leave-text)
4107 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
4108 (widget-setup, widget-field-find, widget-before-change)
4109 (widget-after-change, widget-default-complete)
4110 (widget-default-create, widget-default-delete)
4111 (widget-push-button-value-create, editable-field)
4112 (widget-field-prompt-value, widget-field-validate)
4113 (widget-choice-value-create, widget-choice-action)
4114 (widget-choice-validate, widget-checklist-add-item)
4115 (widget-radio-add-item, widget-radio-chosen)
4116 (widget-radio-value-inline, widget-editable-list-value-create)
4117 (widget-editable-list-entry-create)
4118 (widget-documentation-link-add)
4119 (widget-documentation-string-value-create)
4120 (widget-regexp-validate, widget-file-complete)
4121 (widget-sexp-validate, widget-plist-convert-widget)
4122 (widget-plist-convert-widget, widget-alist-convert-widget)
4123 (widget-alist-convert-widget, widget-color-complete): Simplify,
4124 particularly to avoid bindings which aren't optimized out.
4125
e50c4203
DL
4126 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
4127 Doc fix.
4128 (down-list, backward-up-list, up-list, kill-sexp)
4129 (backward-kill-sexp, mark-sexp): Make arg optional.
4130 (lisp-complete-symbol): Add optional arg PREDICATE.
4131
4132 * cus-start.el: Add display-buffer-reuse-frames,
4133 file-coding-system-alist.
4134
511bd4eb
GM
41352000-08-20 Gerd Moellmann <gerd@gnu.org>
4136
4137 * startup.el (command-line): Clear realized faces after
4138 modifying TTY color mappings.
4139
a9de7d29
MB
41402000-08-20 Miles Bader <miles@gnu.org>
4141
4142 * faces.el (face-attr-match-p): Don't return true if ATTRS are
4143 merely a subset of FACE's attributes.
4144
8a8023d9
MB
41452000-08-19 Miles Bader <miles@gnu.org>
4146
4147 * comint.el (comint-output-filter): Save the point with a marker,
4148 not just a buffer position.
4149
4150 * international/mule.el (set-buffer-process-coding-system): Make
4151 interactive prompt less confusing.
4152
1433385f
GM
41532000-08-19 Gerd Moellmann <gerd@gnu.org>
4154
4155 * hilit-chg.el: General cleanup of doc strings, comments and
4156 code formatting.
4157
136b4eda
MB
41582000-08-19 Miles Bader <miles@gnu.org>
4159
4160 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
4161 Compiler macro removed; beginning-of-line is no longer always
4162 equivalent to forward-line, in the presence of fields.
4163
4164 * comint.el (comint-output-filter): Remove ad-hoc saving of
4165 restriction, and just use save-restriction, now that it works
4166 correctly. Don't adjust comint-last-input-start to account for
4167 our insertion; it shouldn't have moved because we don't use
4168 insert-before-markers anymore. Comment out call to
4169 `force-mode-line-update'; why is it here?
4170
4171 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
4172 while checking for prompt to delete. Use `forward-line 0'
4173 instead of beginning-of-line.
4174 (gud-filter): Temporarily widen gud comint buffer while
4175 examining output.
4176
cdd0f857
SM
41772000-08-18 Stefan Monnier <monnier@cs.yale.edu>
4178
ebf96bfa
SM
4179 * progmodes/sh-script.el: Big bag of typos.
4180
cdd0f857
SM
4181 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
4182 check since ispell-process is not bound when ispell is not yet loaded.
4183
9bb7a286
DL
41842000-08-18 Dave Love <fx@gnu.org>
4185
4186 * image.el (find-image): Copy `spec' before using plist-put.
4187
74ec6045
GM
41882000-08-18 Gerd Moellmann <gerd@gnu.org>
4189
4190 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
4191 `portugues'.
4192
4193 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
4194 backward-kill-sexp, analogous to kill-sexp.
4195
4196 * progmodes/icon.el (icon-indent-line)
4197 (icon-is-continuation-line): Handle comments specially.
4198
41992000-08-17 Ken Stevens <k.stevens@ieee.org>
4200
4201 * ispell.el: Set to standard author/maintainer/keyword fields.
4202 Fine tuning to menu map appearance and operation, and added help.
4203 Remove `start' and `end' error messages when compiling.
4204 (ispell-choices-win-default-height): Fixed comment string.
4205 (ispell-dictionary-alist-1): Fixed regexp in castellano and
4206 castellano8 dictionaries.
4207 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
4208 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
4209 dictionary, added italiano dictionary.
4210 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
4211 word character
4212 (ispell-tex-skip-alists): Added psfig support.
4213 (ispell-skip-html): Renamed from ispell-skip-sgml.
4214 (ispell-begin-skip-region-regexp, ispell-skip-region)
4215 (ispell-minor-check): Improved html skipping support to skip across
4216 code, and recognize `&' commands without propper `;' syntax;
4217 (ispell-process-line): Fix alignment error when manually
4218 correcting spelling.
4219 (ispell): Fix comment string.
4220 (ispell-add-per-file-word-list): Always put word list on new line.
4221
3787e12e
GM
42222000-08-17 Gerd Moellmann <gerd@gnu.org>
4223
a7b28523
GM
4224 * format.el (format-encode-run-method): Fix error message to say
4225 `encode' instead of `decode'. Use save-window-excursion around
4226 shell-command-on-region as in format-decode-run-method because
4227 shell-command-on-region can display a buffer with error output.
4228 (format-decode): Don't record undo information for the decoding.
4229 (format-annotate-function): Add parameter FORMAT-COUNT. Make
4230 that number part of the temporary buffer name so that more than
4231 one decoding using a temporary buffer can happen safely.
4232
4233 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
4234 of `A-z' in the regexp.
4235
4236 * hilit-chg.el: Fix typos in commentary.
4237
3787e12e
GM
4238 * help.el (view-emacs-news): Rewritten for new naming scheme
4239 for old NEWS files.
4240
4241 * startup.el (command-line): Pop to *Messages* in case an error
4242 is signaled while loading user-init-file.
4243
d2473540
AS
42442000-08-17 Andreas Schwab <schwab@suse.de>
4245
4246 * files.el (insert-directory): Don't lose original file name,
4247 undoing an undocumented change.
4248
c0bbaf57
GM
42492000-08-17 Alex Schroeder <alex@gnu.org>
4250
4251 * sql.el (sql-magic-go): Use comint-bol.
4252 (sql-copy-column): Use comint-line-beginning-position.
4253 (comint-line-beginning-position): Define a replacement for
4254 comint-line-beginning-position if it is not fboundp.
4255
42562000-08-17 Alex Schroeder <alex@gnu.org>
4257
4258 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
4259 it didn't have any effect anyway.
4260
42612000-08-17 Alex Schroeder <alex@gnu.org>
4262
4263 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
4264 --pset and pager=off instead of sending \\o|cat at the beginning
4265 of the session.
4266
9d245da5
MB
42672000-08-17 Miles Bader <miles@gnu.org>
4268
4269 * progmodes/octave-inf.el: Add compatibility definition of
4270 comint-line-beginning-position.
4271
abfdbd2e
KH
42722000-08-17 Kenichi Handa <handa@etl.go.jp>
4273
4274 * startup.el (normal-top-level): Look in each dir in load-path for
4275 a leim-list.el file too. This assures of loading leim-list.el
4276 that is created at Emacs installation time even if a user have his
4277 own leim-list.el.
4278
a0b8c939
MB
42792000-08-17 Miles Bader <miles@gnu.org>
4280
4281 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
4282 foreground color to black if the background is dark.
4283
7382bcae
SM
42842000-08-16 Stefan Monnier <monnier@cs.yale.edu>
4285
4286 * loadhist.el (unload-feature): Typo.
4287
9b4a7800 4288 * finder.el (finder-compile-keywords):
7382bcae
SM
4289 * cus-dep.el (custom-make-dependencies): Add local-variable settings
4290 to the generated file.
4291
4292 * mail/mh-e.el (mh-make-local-vars):
4293 Replace make-variable-buffer-local with make-local-variable.
4294
cdd0f857 4295 * play/landmark.el:
7382bcae 4296 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
4297 * mail/mailabbrev.el (mail-abbrevs-mode):
4298 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
4299 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
4300
4301 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
4302
4303 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
4304 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
4305 Allow going past the last element.
9b4a7800 4306 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
4307 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
4308 (cvs-mouse-toggle-mark): Don't move point.
4309 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
4310
4311 * progmodes/compile.el (grep): Provide a default set of files.
4312 (next-error): Docstring fix.
4313 (compilation-find-file): Avoid find-file (fails in a dedicated window).
4314
4315 * emacs-lisp/easy-mmode.el (define-minor-mode):
4316 Use `symbol-value' to keep the byte-compiler quiet.
4317
4318 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
4319 (diff-find-source-location): New fun, extracted from diff-goto-source.
4320 (diff-goto-source): Use it.
4321 (diff-next-complex-hunk, diff-filter-lines): New function.
4322 (diff-apply-hunk): New command.
4323
4324 * smerge-mode.el (smerge-mode-menu): Doc fix.
4325
4326 * msb.el (msb-mode): Define it in terms of define-minor-mode.
4327
4f00b8c1
DL
43282000-08-16 Dave Love <fx@gnu.org>
4329
2b5198bb
DL
4330 * windmove.el (windmove) <defgroup>: Add :version.
4331
4332 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
4333 (goto-address-fontify-p, goto-address-highlight-p)
4334 (goto-address-url-face, goto-address-url-mouse-face)
4335 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
4336 (goto-address-url-regexp): Use thing-at-point-url-regexp.
4337 (goto-address-fontify, goto-address-at-mouse): Simplify,
4338 (goto-address-at-point): browse-url-url-at-point,
4339 goto-address-find-address-at-point can return nil.
4340 (goto-address-find-address-at-point): Return nil on failure.
4341
4342 * align.el (align) <defgroup>: Add :version.
4343
4344 * calculator.el (calculator): Add :version.
4345 (calculator): Use two lines for calculator window if `modeline'
4346 face is boxed.
4347
4f00b8c1
DL
4348 * play/5x5.el: Doc fixes.
4349 (5x5) <defgroup>: Add :version.
4350
4351 * play/fortune.el (fortune) <defgroup>: Add :version.
4352 (fortune-append): Fix error message.
4353 (fortune-from-region): Doc fix.
4354
4355 * play/pong.el (pong): Doc fix.
4356
4357 * play/morse.el: Keywords, commentary, autoloads.
4358
69db7ee7
EZ
43592000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
4360
4361 * desktop.el (desktop-save): Don't look at symbol-value of a
4362 member of minor-mode-alist, unless it is boundp.
4363
10e1dad9
SS
43642000-08-16 Sam Steingold <sds@gnu.org>
4365
a0b8c939 4366 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
4367 `while'; use `with-current-buffer' instead of `save-excursion'.
4368 Removed unnecessary kludges now that "*Buffer List*" is excluded.
4369
9d7bcb2e
KH
43702000-08-16 Kenichi Handa <handa@etl.go.jp>
4371
4372 * international/ccl.el (declare-ccl-program): Docstring modified.
4373 (ccl-execute-with-args): Likewise.
4374
04231ab8
MB
43752000-08-16 Miles Bader <miles@gnu.org>
4376
9d245da5 4377 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
4378 comint-line-beginning-position.
4379
f68446ef
GM
43802000-08-15 Gerd Moellmann <gerd@gnu.org>
4381
dc28878c
GM
4382 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
4383 'buffer-menu' property.
4384 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
4385 fails.
4386 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
4387 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
4388 wasn't killed.
10e1dad9 4389
58ed0d3b
GM
4390 * buff-menu.el (list-buffers-noselect): Don't display the
4391 *Buffer List* buffer.
4392
32dc52f7
GM
4393 * font-lock.el: Require jit-lock to prevent a very late
4394 `Loading jit-lock' message.
4395
f68446ef 4396 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 4397 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
4398 mail address.
4399
90ac90a2
MB
44002000-08-15 Miles Bader <miles@gnu.org>
4401
4402 * textmodes/ispell.el (ispell-graphic-p): New constant.
4403 (ispell-choices-win-default-height, ispell-help): Use
4404 `ispell-graphic-p' instead of `xemacsp'.
4405
b0a0e263
DL
44062000-08-15 Dave Love <fx@gnu.org>
4407
c1e757e3
DL
4408 * simple.el: Autoload widget-convert when compiling.
4409 (mail-user-agent): Doc fix.
4410
4411 * help.el (function-called-at-point, variable-at-point): Use
4412 with-syntax-table.
4413 (help-manyarg-func-alist): Add insert-and-inherit.
4414
4415 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
4416
4417 * delsel.el (delsel-unload-hook): New function.
4418
4419 * find-file.el: Doc fixes. Move provide to end.
4420 (ff) <defgroup>: Add :link.
4421 (ff-goto-click): Deleted.
4422 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
4423 Use mouse-set-point.
4424
4425 * textmodes/tildify.el: Doc fixes.
4426 (tildify) <defgroup>: Add:version.
4427
4428 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
4429 (glasses-custom-set): Use set-default, not set.
4430 (minor-mode-alist): Propertize the lighter.
4431 (glasses-mode): Provide optional arg.
4432
5f847612
DL
4433 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
4434 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
4435 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
4436 option. Provide :type.
4437 (cwarn-configuration): Provide :type.
4438 (cwarn-mode): Doc fix.
4439
4440 * add-log.el (change-log-merge): Doc fix.
4441 (change-log-redate): New command.
4442
b0a0e263
DL
4443 * net/browse-url.el (browse-url-filename-alist): Add a clause for
4444 Doze and Dog.
4445 (browse-url): Use dolist, not mapcar.
4446 (browse-url-at-point): Check for null url.
4447 (browse-url-event-buffer, browse-url-event-point): Functions
4448 deleted.
4449 (browse-url-at-mouse, browse-url-netscape): Simplify.
4450
4451 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
4452 modes.
4453 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
4454 Fix previous change to mapcan.
4455 (msb--init-file-alist, msb--add-separators)
4456 (msb--make-keymap-menu): Simplify.
4457 (msb--choose-file-menu): Use copy-sequence.
4458 (msb-mode-map): Add title to keymap.
4459 (msb-unload-hook): New function.
4460
4461 * bs.el: Fix indentation.
4462 (bs) <defgroup>: Add :links.
2b5198bb
DL
4463 (bs-show): Doc fix.
4464 (bs-apply-sort-faces): Don't use window-system.
4465 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 4466
70f1b78e
EZ
44672000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
4468
4469 * calendar/timeclock.el (timeclock-file): Run .timelog through
4470 convert-standard-filename.
4471
956777b3
GM
44722000-08-14 Gerd Moellmann <gerd@gnu.org>
4473
3215096c
GM
4474 * emacs-lisp/authors.el: New file.
4475
956777b3
GM
4476 * paren.el (show-paren-priority): New user option.
4477 (show-paren-function): Set overlay priorities to
4478 show-paren-priority.
10e1dad9 4479
0cde1424
MB
44802000-08-14 Miles Bader <miles@gnu.org>
4481
4482 * comint.el (comint-bol): Use `forward-line 0' instead of calling
4483 beginning-of-line with inhibit-field-text-motion bound.
4484
90cbf47e
GM
44852000-08-14 Gerd Moellmann <gerd@gnu.org>
4486
4487 * calendar/timeclock.el: New file.
4488
44892000-08-14 David Ponce <david@dponce.com>
4490
4491 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
4492 `widget-button-click'. so that one can use left mouse button to
4493 click on dialog buttons.
4494
44952000-08-14 Emmanuel Briot <briot@gnat.com>
4496
4497 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 4498 identifiers, since XML is case sensitive
10e1dad9 4499
79e8dca7 45002000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 4501
660394d1
MB
4502 * comint.el (comint-output-filter): Don't bother frobbing
4503 window-start, it doesn't seem to be necessary.
79e8dca7
MB
4504
4505 * comint.el (comint-send-string, comint-send-region): Make into
4506 real functions. Snapshot the prompt before sending.
4507
218c2cc7
EZ
45082000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
4509
4510 * info.el (Info-find-emacs-command-nodes): Rewrite to use
4511 technique similar to Info-index, instead of relying on specific
4512 names of relevant Index nodes.
4513 (Info-goto-emacs-command-node): Bind Info-history to nil when
4514 going to the first node found by Info-find-emacs-command-nodes.
4515
51e066d2 45162000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
4517
4518 * menu-bar.el (menu-bar-help-menu): Add a :help string.
4519
867102f2
MB
45202000-08-10 Miles Bader <miles@gnu.org>
4521
4522 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
4523
af718538
EZ
45242000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
4525
4526 * info.el (Info-file-list-for-emacs): More elements for the
4527 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
4528 and woman manuals.
4529
c51bacd6
MB
45302000-08-10 Miles Bader <miles@lsi.nec.co.jp>
4531
4532 * comint.el (comint-send-input): Make the newline boundary overlay
4533 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
4534 (comint-output-filter): Use `insert' instead of
4535 `insert-before-markers'. Extend comint-last-output-overlay when
4536 necessary since we can't rely on insert-before-markers to do it.
4537 * gud.el (gud-filter): Use `with-current-buffer' instead of
4538 save-excursion when inserting the output, so that point gets
4539 updated correctly; the old method relied on a rather dodgy
4540 side-effect of comint-output-filter to avoid the effect of
4541 save-excursion.
4542
98532b12
EZ
45432000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
4544
4545 * files.el (recover-file): Call insert-directory instead of
4546 invoking `ls' directly.
4547
3db4b719
MB
45482000-08-10 Miles Bader <miles@gnu.org>
4549
4550 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
4551 (comint-last-prompt-overlay): New variables.
4552 (comint-output-filter): Implement prompt highlighting.
4553 (comint-snapshot-last-prompt): New function.
4554 (comint-send-input): Snapshot the last prompt.
4555 Use comint-highlight-input-face.
4556 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
4557 Use defface instead of defcustom.
4558 (send-invisible, comint-send-eof): Snapshot the last prompt.
4559 (comint-delchar-or-maybe-eof): Use comint-send-eof.
4560 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
4561
96190aa1
SM
45622000-08-09 Stefan Monnier <monnier@cs.yale.edu>
4563
5cda4b07
SM
4564 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
4565 (regexp-opt-group): Use a list of chars for `letters'.
4566 (regexp-opt-charset): `chars' is now a list of chars.
4567 Use a char-table rather than a vector so it works for multibyte chars.
4568
96190aa1
SM
4569 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
4570 Set cvs-minor-current-files to the selected fileinfo.
4571 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
4572 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
4573
7d093d56
EZ
45742000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
4575
4576 * files.el (insert-directory): Don't call access-file on
4577 directories on DOS and Windows.
4578
b24c5811
KH
45792000-08-09 Kenichi Handa <handa@etl.go.jp>
4580
4581 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
4582 longer if necessary.
4583 (ccl-embed-code): Call ccl-embed-data to store CODE in
4584 ccl-program-vector.
4585
0a6fd67e
MB
45862000-08-09 Miles Bader <miles@gnu.org>
4587
4588 * comint.el (comint-output-filter): Properly handle the case where
4589 the text surrounded by comint-last-output-overlay was deleted.
4590
9f6d1a6c
GM
45912000-08-08 Gerd Moellmann <gerd@gnu.org>
4592
25ad1371
GM
4593 * info.el (Info-insert-dir): Use Info-additional-directory-list if
4594 non-nil.
4595 (Info-file-list-for-emacs): Remove "info" from the list because
4596 that leads to trying to use the documentation from file `info'
4597 in various situations where it isn't appropriate, for instance
4598 C-h C-k C-h i.
4599
4600 * ffap.el (ffap-read-file-or-url-internal): Handle case that
4601 DIR and/or STRING are nil.
4602
4603 * progmodes/compile.el (compilation-setup): Make variable
4604 compilation-error-screen-columns buffer-local, as some comment
4605 in the code suggests it should be.
4606
4607 * files.el (auto-mode-interpreter-regexp): New variable.
4608 (set-auto-mode): Use it.
4609
4610 * indent.el (indent-for-tab-command): Doc fix.
4611
4612 * mouse-sel.el (mouse-sel-mode): Doc fix.
4613
9f6d1a6c
GM
4614 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
4615 labels.
4616
4617 * help.el (print-help-return-message): When
4618 display-buffer-reuse-frames is set, let the help window been quit,
4619 instead of deleting it, which might delete a reused frame.
4620
3d819a75
EZ
46212000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
4622
4623 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
4624 rename a directory to a name that differs only by its letter case.
4625
c5a52529
KH
46262000-08-08 Kenichi Handa <handa@etl.go.jp>
4627
4628 * international/quail.el (quail-define-rules): Handle Quail decode
4629 map correctly. Add code for supporting annotations.
4630 (quail-install-decode-map): New function.
4631 (quail-defrule-internal): New optional arguments decode-map and
4632 props.
4633 (quail-advice): New function.
4634
5e9e032a
SS
46352000-08-07 Sam Steingold <sds@gnu.org>
4636
4637 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
4638 `defconst', `define-condition', `with-slots'.
4639 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
4640
46645f4b
MB
46412000-08-03 Miles Bader <miles@gnu.org>
4642
4643 * comint.el (comint-use-prompt-regexp-instead-of-fields):
4644 New variable.
4645 (comint-prompt-regexp, comint-get-old-input): Document dependence on
4646 comint-use-prompt-regexp-instead-of-fields.
4647 (comint-send-input): Add `input' field property to stuff we send to
4648 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
4649 (comint-output-filter): Add `output' field property to process
4650 output, if comint-use-prompt-regexp-instead-of-fields is nil.
4651 (comint-replace-by-expanded-history)
4652 (comint-get-old-input-default, comint-show-output)
4653 (comint-backward-matching-input, comint-forward-matching-input)
4654 (comint-next-prompt, comint-previous-prompt): Use field
4655 properties if comint-use-prompt-regexp-instead-of-fields is nil.
4656 (comint-line-beginning-position): New function.
4657 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
4658 (comint-replace-by-expanded-history-before-point): Use
4659 comint-line-beginning-position and line-end-position.
4660 (comint-last-output-overlay): New variable.
4661 (comint-mode): Make `comint-last-output-overlay' buffer-local.
4662
4663 * shell.el (shell-prompt-pattern): Doc change.
4664 (shell-backward-command): Use line-beginning-position.
4665
4666 * gud.el (gud-gdb-complete-command): Use
4667 comint-line-beginning-position.
4668
4669 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
4670 comint-bol doesn't actually go to the beginning of the line.
4671
4672 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
4673 if comint-use-prompt-regexp-instead-of-fields is non-nil.
4674 (try-expand-line-all-buffers): Likewise.
4675
4676 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
4677 explicitly matching comint-prompt-regexp.
4678 (sql-copy-column): Use comint-line-beginning-position instead of
4679 explicitly matching comint-prompt-regexp.
4680
4681 * progmodes/octave-inf.el (inferior-octave-complete): Use
4682 comint-line-beginning-position.
4683
4684 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
4685
4686 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
4687 looking for a prompt, use `forward-line 0' instead of
4688 `beginning-of-line', to avoid getting caught by an input field.
4689
ff3d9573
GM
46902000-08-07 Gerd Moellmann <gerd@gnu.org>
4691
4692 * files.el (shell-quote-wildcard-pattern): Make sure to return
4693 PATTERN, in the Unix case.
4694
e0d8827b
EZ
46952000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
4696
4697 * play/zone.el (zone): Discard any pending input before running
4698 the randomly-chosen pgm.
4699
24d55b8f
KH
47002000-08-07 Kenichi Handa <handa@etl.go.jp>
4701
4702 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
4703 checking the existence of any multibyte characters.
4704
3d05e1ee
GM
47052000-08-06 Gerd Moellmann <gerd@gnu.org>
4706
6c4a4368
GM
4707 * help.el (describe-mode): Test minor-mode symbol for being
4708 bound before testing its value for being nil.
4709
3d05e1ee
GM
4710 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
4711 `first', `second', and `third'.
4712
4713 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
4714 (second): Make it an alias for `cadr'.
4715
6968a481
EZ
47162000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
4717
4718 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
4719 types of display support faces now.
4720
e49aa397
GM
47212000-08-05 Gerd Moellmann <gerd@gnu.org>
4722
4723 * pcvs.el (require): Require `cl' during compilation, only.
4724
4725 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
4726 (toplevel): Remove `remq' and `remove' from autoloads.
4727 (cl-fake-autoloads): New variable. If set, arrange for an error
4728 when CL functions etc. are autoloaded.
4729
588aca27
EZ
47302000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
4731
2e78d4ab
EZ
4732 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
4733
85628348
EZ
4734 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
4735 popped up, but the user clicks outside the menu, return an empty
4736 regexp (that causes unhighlight-regexp to have no effect).
4737
74f0e552
EZ
4738 * menu-bar.el (menu-bar-games-menu): Add Zone.
4739
588aca27
EZ
4740 * hi-lock.el (toplevel): Require font-lock.
4741
f4988be7
GM
47422000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4743
ba087cd7 4744 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
4745 (ebnf-8-bit-chars): New var for bug fix.
4746 (ebnf-string): Bug fix.
4747
027b73ac
SS
47482000-08-03 Sam Steingold <sds@gnu.org>
4749
4750 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
4751 instead of `buffer-string'.
4752 (require 'cl): Always, not just when compiling.
4753 `ignore-errors' in `interactive', `list*', `defun*' &c make this
4754 necessary.
4755
2f1fa038
EZ
47562000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
4757
4758 * international/mule-cmds.el (select-safe-coding-system): Make
4759 the message text about selecting a safe coding system more clear.
4760
ead53494
GM
47612000-08-02 Gerd Moellmann <gerd@gnu.org>
4762
abb2db1c
GM
4763 * hi-lock.el: New file.
4764
4765 * play/zone.el: New file.
4766
ead53494
GM
4767 * replace.el (occur): Set tab-width in the *Occur* buffer to the
4768 value of tab-width in the original buffer. Choose a line number
4769 format that's a multiple of the original buffer's tab width, so
4770 that lines appear right.
4771
4772 * textmodes/ispell.el (ispell): New function, replacing an alias.
4773 Spell-check active region if in transient-mark-mode and mark
4774 is active; otherwise spell-check buffer.
4775
47762000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4777
4778 * ps-mule.el: Fix a customization problem on
4779 ps-mule-font-info-database-default.
4780
f4a2b0a4
EZ
47812000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
4782
4783 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
4784 display-mouse-p instead of window-system.
4785 (ebrowse-member-mode-map): Ditto.
4786
b685181e
GM
47872000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4788
ba087cd7
EZ
4789 * progmodes/ebnf2ps.el: Update ps-print functions call.
4790 Indentation fix. Doc fix.
b685181e
GM
4791 (ebnf-version): New version number (3.2).
4792 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 4793
3b5fab87
EZ
47942000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
4795
032ebb29
EZ
4796 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
4797 font lock support on window-system.
4798 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
4799
3b5fab87
EZ
4800 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
4801 display-color-p, if fboundp, instead of window-system.
4802
7e2605e7
EZ
48032000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
4804
4805 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
4806 instead of window-system.
4807
4808 * wid-edit.el (widget-choose): Use display-mouse-p instead of
4809 window-system.
4810 (widget-choice-mouse-down-action): Use display-popup-menus-p
4811 instead of window-system.
4812
4813 * strokes.el (strokes-file): Run the file name through
4814 convert-standard-filename.
4815 (strokes-mode): Call display-mouse-p instead of looking at
4816 window-system. Change the error message accordingly.
4817
4818 * progmodes/cpp.el (toplevel): Support faces on tty's.
4819
4820 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
4821 (lm-plot-square, lm-init-display): Don't use window-system.
4822
4823 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
4824 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
4825
4826 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
4827 instead of looking at window-system.
4828
26119624
GM
48292000-07-30 Gerd Moellmann <gerd@gnu.org>
4830
4831 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
4832 of testing if iswitchb-prepost-hooks is bound, because the
4833 latter will always be true when invoking a recursive minibuffer
4834 from an active Iswitchb buffer.
4835
c90596f3
EZ
48362000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
4837
4838 * files.el (shell-quote-wildcard-pattern): New function.
4839 (insert-directory): Call it. Only prepend "\" to command on Unix
4840 and GNU/Linux systems.
4841
18925e78
GM
48422000-07-30 Gerd Moellmann <gerd@gnu.org>
4843
4844 * eshell/esh-groups.el: Change custom :link file names
4845 from `eshell.info' to `eshell'.
4846
48472000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
4848
4849 * dired.el (dired-build-subdir-alist): Expand subdirectory names
4850 correctly in recursive ange-ftp listings.
4851
48522000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4853
4854 * ps-print.el: Fix bug 1: if ps-font-size-internal,
4855 ps-header-font-size-internal and
4856 ps-header-title-font-size-internal variables are not set,
4857 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
4858 face text property is (foreground-color . COLOR) or
4859 `(background-color . COLOR)', ps-print crashes. Doc fix.
4860 (ps-print-version): New version number (5.2.4).
4861 (ps-plot-region): Code fix.
4862 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
4863 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
4864 Bug fix 2.
4865
48662000-07-30 Milan Zamazal <pdm@freesoft.cz>
4867
4868 * glasses.el (glasses-make-readable): Fix uncapitalization of
4869 identifiers like `myXMLDocument'.
4870
aeb4c63e
KF
48712000-07-28 Karl Fogel <kfogel@red-bean.com>
4872
18925e78
GM
4873 * mail/mail-hist.el (mail-hist-previous-input)
4874 (mail-hist-next-input): Do the obvious code factorization.
4875 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
4876 code of above two.
4877 If inserting a message body, leave point at top.
4878
9d453139
SS
48792000-07-28 Sam Steingold <sds@gnu.org>
4880
4881 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
4882 Use `<=', not `<' to compare times!
4883 (ange-ftp-ls): Remove.
9d453139 4884
b548072f
GM
48852000-07-27 Gerd Moellmann <gerd@gnu.org>
4886
27848c01
GM
4887 * play/cookie1.el: Add explanation of how to make cookie.el
4888 compatible with strfile(1) to comment.
4889
4890 * subr.el (remove, remq): New functions.
4891
3ab82477
GM
4892 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
4893 escape `*' in regexps.
4894 (midnight-find): Reverse order of arguments in the funcall of
4895 TEST.
4896
4897 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
4898 and `.class'.
4899
b548072f
GM
4900 * play/meese.el: Add Commentary section.
4901
27848c01
GM
49022000-07-27 Alex Schroeder <alex@gnu.org>
4903
4904 * sql.el (sql-ms): Added autoload cookie.
4905 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
4906 (sql-oracle): Ditto.
4907 (sql-help): Doc change.
4908
4909 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
4910 types and exceptions.
4911
49122000-07-27 Alex Schroeder <alex@gnu.org>
4913
4914 * sql.el (sql-placeholder-history): New variable.
4915 (sql-query-placeholders-and-send): New function that will query
4916 the user and replace placeholders with user input.
4917 (sql-oracle): If running on NT, set comint-input-sender to
4918 sql-query-placeholders-and-send.
4919
4920 (sql-stop): If in the SQLi buffer, insert stop notification, else
4921 present it as a message.
4922
49232000-07-27 Alex Schroeder <alex@gnu.org>
4924
4925 * sql.el (sql-input-ring-separator): Doc change.
4926 (sql-input-ring-file-name): Doc change.
4927 (sql-interactive-mode): Use `sql-input-ring-separator' and
4928 `sql-input-ring-file-name' to set the comint-mode equivalents
4929 without making them local variables.
4930 (sql-stop): Don't bind `sql-input-ring-separator' and
4931 `sql-input-ring-file-name' dynamically to their comint-mode
4932 equivalents.
4933
91ae8751
KH
49342000-07-27 Kenichi Handa <handa@etl.go.jp>
4935
4936 * international/mule.el (register-char-codings): New function.
4937 (make-coding-system): Handle `safe-chars' specification in the arg
4938 PROPERTY.
4939
4940 * international/mule-cmds.el
4941 (find-coding-systems-region-subset-p): This function deleted.
4942 (sort-coding-systems-predicate): New variable.
4943 (sort-coding-systems): New function.
4944 (find-coding-systems-region): Use
4945 find-coding-systems-region-internal.
4946 (find-coding-systems-string): Use find-coding-systems-region.
4947 (find-coding-systems-for-charsets): Check
4948 char-coding-system-table.
4949 (select-safe-coding-system-accept-default-p): New variable.
4950 (select-safe-coding-system): Mostly rewritten. New argument
4951 ACCEPT-DEFAULT-P.
4952 (select-message-coding-system): Call select-safe-coding-system
4953 with ACCEPT-DEFAULT-P arg.
4954 (reset-language-environment): Reset default-sendmail-coding-system
4955 to the default value iso-latin-1.
4956 (set-language-environment): Don't set the obsolete variable
4957 charset-origin-alist.
4958
4959 * international/codepage.el (cp-coding-system-for-codepage-1):
4960 Give `safe-chars' property to make-coding-system.
4961
4962 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
4963 calling select-message-coding-system twice.
4964
4965 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
4966 instead of `safe-charsets'.
4967 (cyrillic-alternativnyj): Likewise.
4968 (ccl-encode-alternativnyj): Don't check the charset
4969 cyrillic-iso8859-5.
4970
90cf4474
KH
49712000-07-27 Kenichi Handa <handa@etl.go.jp>
4972
4973 * composite.el (compose-chars-after): Preserve match data.
4974
a1f84f6d
SS
49752000-07-26 Sam Steingold <sds@gnu.org>
4976
4977 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
4978 (ange-ftp-real-file-newer-than-file-p): New function.
4979 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
4980 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
4981
4982 * tooltip.el (tooltip-float-time): Removed (use `float-time').
4983 * midnight.el (midnight-float-time): Ditto.
4984
e092928e
AS
49852000-07-26 Andreas Schwab <schwab@suse.de>
4986
4987 * files.el (normal-backup-enable-predicate): Correct
4988 interpretation of the return value of compare-strings.
4989
7465ebef
GM
49902000-07-26 Gerd Moellmann <gerd@gnu.org>
4991
3353ef5a
GM
4992 * isearch.el (isearch-resume): New function.
4993 (isearch-done): Add something to command-history to resume
4994 the search.
4995 (isearch-yank-line, isearch-yank-word): Use
4996 buffer-substring-no-properties instead of buffer-substring.
4997
7465ebef
GM
4998 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
4999 of flyspell-mouse-map.
5000
5001 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
5002 duplicate definition.
5003 (makefile-mode): Remove duplicate setting of local-abbrev-table.
5004
5005 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
5006 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
5007
5044b74a
SS
50082000-07-25 Sam Steingold <sds@gnu.org>
5009
25759a92
SS
5010 * net/ange-ftp.el: Get modtime over the net.
5011 (ange-ftp-file-modtime): New function.
a95cb10a
GM
5012 (ange-ftp-write-region, ange-ftp-insert-file-contents)
5013 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
5014 Use it.
5015 (ange-ftp-dot-to-slash): New function.
5016 (ange-ftp-fix-name-for-vms): Use it.
5017
5044b74a
SS
5018 * midnight.el (midnight-buffer-display-time): Use
5019 `with-current-buffer'.
5020
5dcfb3f4
GM
50212000-07-25 Gerd Moellmann <gerd@gnu.org>
5022
5023 * find-dired.el: Update copyright notice.
5024 (find-dired): Offer to kill a running `find'.
5025
5026 * enriched.el (enriched-face-ans): For a `foreground-color'
5027 property, return '(("x-color" COLOR))' so that COLOR will be
5028 output as a parameter of the x-color annotation. Likewise for the
5029 `background-color' property. In the case of normal face
5030 properties, don't return annotations for unspecified foreground
5031 and background face attributes.
5032
8c662166
KH
50332000-07-25 Kenichi Handa <handa@etl.go.jp>
5034
5035 * language/japan-util.el (japanese-katakana-region): Fix handling
5036 HANKAKU argument.
5037
c28da489
MB
50382000-07-25 Miles Bader <miles@gnu.org>
5039
5040 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
5041 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
5042 constrain-to-field.
5043
ad349719
AI
50442000-07-24 Andrew Innes <andrewi@gnu.org>
5045
5046 * timer.el (timer-activate-when-idle): Add optional parameter
5047 DONT-WAIT. Update docstring.
5048 (run-with-idle-timer): Specify extra parameter to
5049 timer-activate-when-idle, so that timer will be activated
5050 immediately if Emacs is already idle.
5051
5052 * w32-fns.el (w32-using-nt): Fix docstring.
5053
c95162f5
DL
50542000-07-24 Dave Love <fx@gnu.org>
5055
5056 * mouse.el (popup-menu): Set last-command-event.
5057 (mouse-major-mode-menu-prefix): Declare.
5058
e3c31fd5
GM
50592000-07-24 Gerd Moellmann <gerd@gnu.org>
5060
5061 * textmodes/flyspell.el: Update to author's version 1.5d.
5062
5063 * progmodes/hideshow.el: Update copyright notice.
5064
5065 * vcursor.el: Set maintainer to FSF, since author cannot
5066 be reached.
5067
7636d2a3
EZ
50682000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
5069
fbe0a958
EZ
5070 * info.el (Info-goto-emacs-key-command-node): Leave a space after
5071 the prompt.
5072
7636d2a3
EZ
5073 * mouse.el (popup-menu): Run the keymap through indirect-function,
5074 in case it was defined with define-prefix-key. If the menu is a
5075 list of keymaps, look up the binding of user's choice in each one
5076 of the keymaps.
5077 (mouse-popup-menubar): If the global and local menu-bar keymaps
5078 don't have a prompt string, create one and insert it into the
5079 keymap. Don't barf if current-local-map returns nil.
5080
e024b101
GM
50812000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
5082
5083 * dired.el (dired-sort-R-check): Added to allow recursive listing
5084 to be undone.
5085 (dired-sort-other): Use it.
5086
7972fcfc
GM
50872000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5088
e024b101 5089 * Release of cc-mode 5.27
7972fcfc
GM
5090
50912000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5092
5093 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
5094 c-beginning-of-statement-1 that caused a bad case of recursion
5095 which could consume a lot of CPU in large classes in languages
5096 that have in-expression classes (i.e. Java and Pike).
5097
5098 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
5099 statements before top level constructs (i.e. case 6 is moved
5100 before case 5 and is now case 4) to catch in-expression
5101 classes in top level expressions correctly.
5102
51032000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5104
5105 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
5106 objc-method-intro. Case 4 removed and case 5I added.
5107
5108 * cc-langs.el (c-append-paragraph-start): New variable used by
5109 c-common-init to get paragraph-start correct.
5110 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
5111 initialize paragraph-start to make it correct both with and
5112 without the javadoc special case.
5113
5114 * cc-mode.el (java-mode): Use c-append-paragraph-start to
5115 initialize paragraph-start for javadoc markup.
5116
5117 * cc-vars.el (c-style-variables-are-local-p): Incompatible
5118 change by defaulting this to t. It's motivated by the
5119 confusing behavior that otherwise arise from the style system
5120 when editing both java and non-java files at the same time
5121 (see the comments about style setting in c-common-init).
5122
51232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5124
5125 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
5126 similar to the one in c-fill-paragraph to check the fill
5127 prefix from the adaptive fill function for sanity.
5128
51292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5130
5131 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
5132 defun block.
5133
51342000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5135
5044b74a 5136 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
5137
51382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5139
5140 * cc-align.el (c-lineup-multi-inher): Handle lines with
5141 leading comma nicely. Extended to handle member initializers
5142 too.
5143
e024b101 5144 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
5145 c-guess-basic-syntax): Fixed recognition of inheritance lists
5146 when the lines begins with a comma.
5147
5044b74a 5148 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
5149
5150 * cc-vars.el (c-offsets-alist): Changed default for
5151 member-init-cont to c-lineup-multi-inher since it now handles
5152 member initializers and indents better for leading commas.
5153
51542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5155
5156 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
5157 handling that caused class open lines to be recognized as
5158 statement-conts in some cases.
5159
5160 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
5161 guessed by the adaptive fill function unless point is on the
5162 first line of a block comment.
5163
5164 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
5165 when the buffer ends with a macro continuation char.
5166
5167 * cc-engine.el (c-guess-basic-syntax): Added support for
5168 function definitions as statements in Pike. The first
5169 statement in a lambda block is now labeled defun-block-intro
5170 instead of statement-block-intro.
5171
5172 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
5173 so that the class surrounding point is selected, not the one
5174 innermost in the state.
5175
5176 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
5177 recognition of switch labels having hanging multiline
5178 statements.
5179
5180 * cc-engine.el (c-beginning-of-member-init-list): Broke out
5181 some code in c-guess-basic-syntax to a separate function.
5182 * cc-engine.el (c-just-after-func-arglist-p): Fixed
5183 recognition of member inits with multiple line arglists.
5184 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
5185 member-init-cont when the commas are in funny places.
5186
51872000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5188
5189 * cc-defs.el (c-auto-newline): Removed this macro since it's
5190 not used anymore.
5191
5192 * cc-engine.el (c-looking-at-bos): New helper function.
5193 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
5194 inexpr and toplevel classes apart in Pike.
5195
5196 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
5197 of case 9A.
5198
5199 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
5200 constant, since "class" can introduce an in-expression class
5201 in Pike nowadays.
5202
52032000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5204
5205 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
5206 indentation on cpp-macro lines.
5207
5208 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
5209 a syntax modifier like comment-intro, to make it possible to
5210 get syntactic indentation for preprocessor directives. It's
5211 incompatible wrt to lineup functions on cpp-macro, but it has
5212 no observable effect in the 99.9% common case where cpp-macro
5213 is set to -1000.
5214
52152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5216
5217 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
5218 member-init-cont when the preceding arglist is several lines.
5219
52202000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5221
5222 * cc-styles.el (c-style-alist): The basic offset for the BSD
5223 style corrected to 8.
5224
52252000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5226
5227 * cc-styles.el (c-style-alist): Adjusted the indentation of
5228 brace list openers in the gnu style.
5229
52302000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5231
5232 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
5233
5234 * cc-cmds.el (c-electric-brace, c-electric-slash,
5235 c-electric-star, c-electric-semi&comma, c-electric-colon,
5236 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
5237 when c-syntactic-indentation is nil.
5238
5239 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
5240 we were left at comments preceding the first statement when
5241 reaching the beginning of the buffer.
5242
5243 * cc-vars.el (c-syntactic-indentation): New variable to turn
5244 off all syntactic indentation.
5245
52462000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5247
5248 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
5249 between the text and the block comment ender when it hangs,
5250 depending on how many there are before the fill.
5251
52522000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5253
5254 * cc-engine.el (c-beginning-of-closest-statement): New helper
5255 function to go back to the closest preceding statement start,
5256 which could be inside a conditional statement.
5257 * cc-engine.el (c-guess-basic-syntax): Use
5258 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
5259
5260 * cc-engine.el (c-guess-basic-syntax): Better handling of
5261 arglist-intro, arglist-cont-nonempty and arglist-close when
5262 the arglist is nested inside parens. Cases 7A, 7C and 7F
5263 changed.
5264
5265 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
5266 up-to-date with javadoc 1.2.
5267
52682000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5269
5270 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
5271 multiline Pike type decls.
5272
52732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5274
5275 * cc-cmds.el (c-indent-new-comment-line): Always break
5276 multiline comments in multiline mode, regardless of
5277 comment-multi-line.
5278
52792000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5280
5281 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
5282 fully::qualified::names in C++ member init lists. Preamble in
5283 case 5D changed.
5284
52852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5286
5287 * cc-langs.el (c-common-init): Handling of obsolete variables
5288 moved to c-initialize-cc-mode. More compatible style override
5289 when using global style variables.
5290 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
5291 variables moved here.
5292
e024b101 5293 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
5294 c-special-indent-hook as a style variable. Don't talk about
5295 doing (c-make-styles-buffer-local t) in a mode hook, since
5296 that's already too late to work right.
5044b74a 5297
7972fcfc
GM
5298 * cc-styles.el (c-make-styles-buffer-local): Flag style
5299 variable localness in c-style-variables-are-local-p to make
5300 the compatibility measure in c-common-init work well.
5301
5302 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
5303 longer contain set-from-style.
5304 * cc-styles.el (c-initialize-builtin-style): Don't check for
5305 set-from-style on c-special-indent-hook.
5306 * cc-styles.el (c-copy-tree): Obsolete. The standard function
5307 copy-alist is sufficient now.
5308
5309 * cc-styles.el (c-set-style, c-set-style-1,
5310 c-get-style-variables): Fixes to variable initialization so
5311 that duplicate entries in styles have the same effect
5312 regardless of DONT-OVERRIDE.
5313
5314 * cc-styles.el (c-set-style-2): Fixed bug where the
5315 initialization of inheriting styles failed when the
5316 dont-override flag is set.
5317
5318 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
5319 on this.
5320
53212000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5322
5323 * cc-defs.el (c-forward-comment): Removed the workaround
5324 introduced in 5.38 since it had worse side-effects. If a line
5325 contains the string "//\"", it regarded the // as a comment
5326 start since the \ temporarily doesn't have escape syntax.
5327
53282000-07-17 Emmanuel Briot <briot@act-europe.fr>
5329
5330 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
5331 ada-xref.el before ada-prj.el, so that the Project menu is created
5332 when ada-prj tries to add to it.
5333 (ada-activate-keys-for-case): Suppress the characters that are not
5334 part of the Ada syntax. Better compatibility with else-mode
5335 (ada-adjust-case-interactive): When auto-casing is not active,
5336 correctly insert newlines (used to insert only ^M). Prevent the
5337 syntax table from being changed in case of an error
814299a7 5338 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
5339 Do nothing if ada-auto-case is nil.
5340 (ada-after-keyword-p): Ignore keywords that are also attributes
5341 (ada-batch-reformat): Update usage comment
5342 (ada-call-from-contextual-menu): New function
5343 (ada-case-read-exceptions): Reinitialize the casing exception list
5344 first to nil first, so that the casing exception file can be
5345 shared.
5346 (ada-check-defun-name): Handles "configure" keyword for gnatdist
5347 files.
5348 (ada-compile-goto-error): Fix regexp used to detect a file:line
5349 anywhere in the error message
5350 (ada-contextual-menu-last-point): New variable
5351 (ada-create-keymap): If the variable delete-key-deletes-forward is
5352 t on XEmacs, it means that DEL should delete one character
5353 forward.
5354 (ada-create-menu): Use :included instead of :visible for XEmacs.
5355 New submenu "Options".
5356 (ada-end-stmt-re): Correctly indent "select ... then abort"
5357 statements.
5358 (ada-fill-comment-paragraph): Correctly delete all leading '--'
5359 even if they don't match ada-fill-comment-prefix Fix handling of
5360 paragraphs on the first or last line of a file.
5361 (ada-format-paramlist): Fix handling of default parameter values.
5362 (ada-get-body-name): New function.
5363 (ada-get-current-indent): Optimized by searchling directly for an
5364 existing generic part or a statement outside of it. Handle
5365 ada-indent-align-comments when indenting comments Replaced some
5366 regexps by testing directly the next character. This results in a
5367 huge speedup on some files. New indentation scheme for renames
5368 statements. Stop looking for the 'while' or 'for' associated with
5369 a 'loop' at the first semicolon encountered. A "return" can also
5370 match an anonymous access subprogram declaration.
5371 (ada-get-indent-noindent): Ignore strings and comments when
5372 looking for the keywords "record" and "private".
5373 (ada-goto-matching-decl-start): When matching "if", make sure we
5374 are not in fact seeing "end if". Ignore "when" statements except
5375 when initial keyword was "begin". Fix handling of nested
5376 procedures. Add a recursive call to this function to skip over
5377 other 'end' statmts. Fix indentation for "when .. => begin"
5378 (ada-in-open-paren-p): Fix indentation for complex boolean
5379 expressions, where 'and then', 'or else' and parenthesis
5380 statements are mixed up.
5381 (ada-in-paramlist-p): Skip comments while searching for the
5382 beginning Fix handling of operator declarations.
5383 (ada-indent-align-comments): New variable
5384 (ada-indent-current): Change the syntax table only in the
5385 protected section, so that we are sure it is restored correctly.
5386 (ada-indent-on-previous-lines): Use ada-use-indent and
5387 ada-with-indent Correctly indent "select ... then"
5388 (ada-indent-region): Slight speedup.
5389 (ada-indent-renames): New variable.
5390 (ada-last-which-function-subprog, ada-last-which-function-line):
5391 New variables
5392 (ada-looking-at-semi-private): Correctly indent the 'private'
5393 keyword when it is the first word in a package declaration.
5394 (ada-loose-case-word): Stop searching if at the end of the buffer.
5395 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
5396 even if point is not initially at the end of the word.
5397 (ada-matching-decl-start-re): Add "when".
5398 (ada-mode): Add support for abbrev-mode, outline-mode and
5399 which-func-mode Override the old find-file.el entry in
5400 ff-special-constructs since it is using the obsolete
5401 ada-spec-suffix variable
5402 (ada-no-auto-case): New function
5403 (ada-scan-paramlist): When parsing the argument type, accept
5404 spaces (as in "X 'Class", generated by Rational Rose).
5405 (ada-other-file-name): No longer loads the other file.
5406 (ada-popup-menu): Save and restore the current buffer and cursor
5407 position before and after displaying the menu.
5408 (ada-search-ignore-complex-boolean): New function.
5409 (ada-uncomment-region): Emacs21 already knows how to delete
5410 comments not starting in the first column.
5411 (ada-use-indent): New variable
5412 (ada-which-function): New function.
5413 (ada-with-indent): New variable
5414 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
5415 can be batch-compiled from the command line.
5416
5417 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
5418 Add to the menu when the file is loaded, not in ada-mode-hook.
5419 Add -toolbar to the default ddd command Switches moved from
5420 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
5421 ada-prj-default-comp-opt
5422 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
5423 Reference Manual to the menu
5424 (ada-check-current): rewritten as a call to ada-compile-current
5425 (ada-compile): Removed.
5426 (ada-compile-application, ada-compile-current, ada-check-current):
5427 Set the compilation-search-path so that compile.el automatically
5428 finds the sources in src_dir. Automatic scrollong of the
5429 compilation buffer. C-uC-cC-c asks for confirmation before
5430 compiling
5431 (ada-compile-current): New parameter, prj-field
5432 (ada-complete-identifier): Load the .ali file before doing
5433 processing
5434 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
5435 conform to gnatmake's behavior.
5436 (ada-find-file-in-dir): New function
5437 (ada-find-references): Set the environment variables for gnatfind
5438 (ada-find-src-file-in-dir): New function.
5439 (ada-first-non-nil): Removed
5440 (ada-gdb-application): Add support for jdb, the java debugger.
5441 (ada-get-ada-file-name): Load the original-file first if not done
5442 yet.
5443 (ada-get-all-references): Handles the new ali syntax (parent types
5444 are found between <>).
5445 (ada-initialize-runtime-library): New function
5446 (ada-mode-hook): Always load a project file when a file is opened,
5447 so that the casing exceptions are correctly read.
5448 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
5449 (ada-parse-prj-file): Use find-file-noselect instead of find-file
5450 to open the project file, since the latter does not work with
5451 speedbar Get default values before loading the prj file, or the
5452 default executable file name is wrong. Use the absolute value of
5453 src_dir to initialize ada-search-directories and
5454 compilation-search-path,... Add the standard runtime library to
5455 the search path for find-file.
5456 (ada-prj-default-debugger): Was missing an opening '{'
5457 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
5458 variables.
5459 (ada-prj-default-gnatmake-opt): New variable
5460 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
5461 buffers, the project file is the default one Save the windows
5462 configuration before displaying the menu.
5463 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
5464 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
5465 ...) regexp-quote identifiers names to support operators +,
5466 -,... in regexps.
5467 (ada-remote): New function.
5468 (ada-run-application): Erase the output buffer before starting the
5469 run Support remote execution of the application. Use
5470 call-process, or the arguments are incorrectly parsed
5471 (ada-set-default-project-file): Reread the content of the active
5472 project file, not the one from the current buffer When a project
5473 file is set as the default project, all directories are
5474 automatically associated with it.
5475 (ada-set-environment): New function
5476 (ada-treat-cmd-string): New special variable ${current}
5477 (ada-treat-cmd-string): Revised. The substitution is now done for
5478 any ${...} substring
5479 (ada-xref-current): If no body was found, compiles the spec
5480 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
5481 compiler to get rid of command line length limitations.
5482 (ada-xref-get-project-field): New function
5483 (ada-xref-project-files): New variable
5484 (ada-xref-runtime-library-specs-path)
5485 (ada-xref-runtime-library-ali-path): New variables
5486 (ada-xref-set-default-prj-values): Default run command now does a
5487 cd to the build directory. New field: main_unit Provide a default
5488 file name even if the current buffer has no prj file.
5489
5490 * ada-prj.el:
5491 Rewritten to show a tabbed-dialog.
5492 (ada-prj-add-ada-menu): Remove the map and name parameters.
5493 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
5494 New function
5495 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
5496 (ada-prj-load-from-file): New function
5497 (ada-prj-save): Always save fields that depend on the current buffer
5498 (ada-prj-show-value): New function
5044b74a 5499
7972fcfc
GM
5500 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
5501 Ada mode. This will allow us to display the Ada menu in any buffer
5502 we want (for project items).
5503 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
5504 number of spaces in the header.
5044b74a 5505
8730a8da
DL
55062000-07-24 Dave Love <fx@gnu.org>
5507
5508 * ediff-init.el (ediff-region-help-echo): Bind face-help.
5509
db3ca487
NF
55102000-07-23 Noah Friedman <friedman@splode.com>
5511
ad953485
NF
5512 * type-break.el (type-break): perform autosave.
5513 Suggested by Stephen Gildea <gildea@intouchsys.com>.
5514 (type-break-do-query): Cancel query schedule while performing
5515 actual query, to avoid possibility of a second query being made
5516 while first one is already in progress.
5517 (type-break-time-stamp-format): New variable.
5518 (type-break-time-stamp): New function.
5519 (type-break-time-warning): Use it.
5520 (type-break-keystroke-warning): Use it.
5521 (type-break-noninteractive-query): Use it.
5522
03a9c6d0
NF
5523 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
5524 cookie.
5525 Use add-minor-mode to set minor-mode-alist, if available.
5526 (eldoc-echo-area-use-multiline-p): New user option.
5527 (eldoc-echo-area-multiline-supported-p): New variable.
5528 (eldoc-docstring-format-sym-doc): Use them.
5529 (eldoc-mode): If not using idle timers, append to local post and
5530 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
5531 (eldoc-display-message-no-interference-p): Don't interfere with
5532 edebug.
5533 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
5534 (eldoc-function-arglist): New function.
5535 (eldoc-function-argstring): Use it.
5536
db3ca487
NF
5537 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
5538 auto save directory exists before calling directory-files.
5539
f7ad1899
DL
55402000-07-23 Dave Love <fx@gnu.org>
5541
5542 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
5543 ^o, ^u.
5544
43e764c9
DL
55452000-07-21 Dave Love <fx@gnu.org>
5546
475de6f4
DL
5547 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
5548 now passed to the function. It now works properly.
5549
43e764c9
DL
5550 * smerge-mode.el (smerge-mode-menu): Fill it out.
5551
e8bea4c0
GM
55522000-07-20 Gerd Moellmann <gerd@gnu.org>
5553
5554 * info-look.el (info-lookup): If *info* is shown in another frame
5555 on the same display, select that frame, instead of switching to
5556 the Info buffer in another window of the selected frame.
5557
5558 * simple.el (universal-argument-map): Bind numeric keypad keys
5559 kp-0 to kp-9 and kp-subtract.
5560 (digit-argument): Handle these keys.
5561
bc75b4fd
DL
55622000-07-20 Dave Love <fx@gnu.org>
5563
5564 * net/goto-addr.el (goto-address-fontify): Don't bother with
5565 buffer-modified and read-only stuff -- irrelevant with overlays.
5566 Put an extra property on the overlays and use it to clean up in
5567 case goto-address is re-run.
5568
8b7bc628
RS
55692000-07-19 Richard M. Stallman <rms@gnu.org>
5570
18e21ce8
RS
5571 * timer.el (run-with-idle-timer): Doc fix.
5572
db3ca487 5573 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
5574 Handle case where <...> appears inside "...".
5575 Use replace-match to edit the string more simply.
5576 (rmail-dont-reply-to): Cope with an unmatched ".
5577
50575ec2
DL
55782000-07-19 Dave Love <fx@gnu.org>
5579
5580 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
5581 implementation.
5582
5583 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
5584 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
5585 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
5586
4279296d
GM
55872000-07-19 Gerd Moellmann <gerd@gnu.org>
5588
47db06aa
GM
5589 * textmodes/refer.el: Correct maintainer's email address.
5590
5591 * progmodes/hideif.el: Correct author's email address.
5592 Fix typo in comment.
5593
5594 * xml.el: New file.
5595
4279296d
GM
5596 * mail/mailheader.el: Correct author's mail address.
5597
5598 * gnus/parse-time.el: Correct author's mail address.
5599
47db06aa 56002000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
5601
5602 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
5603 New user options.
5604 (comint-input-ring-file-name): Change custom type.
5605 (comint-mode-map): Bind mouse-2.
5606 (comint-insert-clicked-input): New function.
5607 (comint-send-input): Handle input highlighting.
5608
21ad0f7b
SM
56092000-07-18 Stefan Monnier <monnier@cs.yale.edu>
5610
5611 * mouse.el (popup-menu): New function.
5612 (mouse-major-mode-menu): Use it.
5613
3b33a005
DL
56142000-07-18 Dave Love <fx@gnu.org>
5615
5616 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
5617 improvements.
5618
dc1cac59
GM
56192000-07-18 Gerd Moellmann <gerd@gnu.org>
5620
21ad0f7b 5621 * faces.el (face-font-selection-order)
dc1cac59 5622 (face-font-family-alternatives): Add custom type.
db3ca487 5623
f8276b77
DL
56242000-07-18 Dave Love <fx@gnu.org>
5625
5626 * cus-edit.el (custom-variable-reset-saved)
5627 (custom-variable-reset-standard): Remove unused bindings.
5628
5629 * rect.el (open-rectangle-line): Remove unused let.
5630
5631 * hl-line.el (hl-line-highlight): Check hl-line-mode.
5632
3d6cd763
GM
56332000-07-18 Gerd Moellmann <gerd@gnu.org>
5634
5635 * cdl.el: Fix `Maintainer' keyword.
5636
5637 * play/pong.el: Add author's email address.
5638
34342a07
SS
56392000-07-17 Sam Steingold <sds@gnu.org>
5640
5641 * files.el (insert-directory): Call `split-string' instead of
5642 re-implementing it.
5643
088831a6
GM
56442000-07-18 Gerd Moellmann <gerd@gnu.org>
5645
5646 * mail/vms-pmail.el: Change maintainer to FSF.
5647
5648 * net/goto-addr.el: Change maintainer to FSF.
5649
5650 * recentf.el: Update from author.
5651
5652 * info.el (Info-title-face-alist): Removed.
db3ca487 5653
68be2869
EZ
56542000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
5655
5656 * eshell/eshell.el (eshell): Replace links to eshell.info with
5657 links to eshell, to avoid problems on systems where the manual is
5658 installed as `eshell'.
5659 * eshell/esh-cmd.el (eshell-cmd): Ditto.
5660 * eshell/em-smart.el (eshell-smart): Ditto.
5661 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 5662 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
5663
5664 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
5665 same-file check in the MS-DOS version (it does support inodes).
5666
5667 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
5668
21ad0f7b
SM
5669 * eshell/eshell.el (eshell-directory-name):
5670 Run default directory name through convert-standard-filename.
68be2869 5671
269b4dcb
KH
56722000-07-18 Kenichi Handa <handa@etl.go.jp>
5673
21ad0f7b
SM
5674 * international/mule-cmds.el (select-safe-coding-system):
5675 Fix typo in the comment.
240a16cf 5676
21ad0f7b
SM
5677 * language/european.el (compound-text):
5678 Force katakana-jisx0201 to be designated to G1.
aa96c820 5679
21ad0f7b
SM
5680 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
5681 Don't translate some national variant characters of latin-jisx0201.
aa96c820 5682 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 5683
269b4dcb
KH
5684 * international/kkc.el (kkc-after-update-conversion-functions):
5685 New variable.
5686 (kkc-update-conversion): Run functions in it at the tail.
5687
68be2869 56882000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 5689
21ad0f7b
SM
5690 * lisp/align.el (align-newline-and-indent):
5691 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
5692 (align-region): Fixed badly formatted minibuffer message.
5693
7a3fd467
KH
56942000-07-17 Kenichi Handa <handa@etl.go.jp>
5695
21ad0f7b 5696 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
5697 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
5698 the conversion list at first if appropriate.
5699 (kkc-next): Don't update kkc-next-count here.
5700 (kkc-prev): Don't update kkc-prev-count here.
5701 (kkc-show-conversion-list-update): Fix setting up of conversion
5702 list message.
5703
a45423d8
SM
57042000-07-16 Stefan Monnier <monnier@cs.yale.edu>
5705
088831a6 5706 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 5707
91a38db1
DL
57082000-07-16 Dave Love <fx@gnu.org>
5709
5710 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
5711 function to be more specific.
5712
5713 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
5714 non-string help-echo.
5715 (widget-types-convert-widget): Defsubst it.
5716 (widget-echo-help): Try to cope with a help-echo function of two
5717 possible sorts.
5718
3fddcdc3
JR
57192000-07-15 Jason Rumney <jasonr@gnu.org>
5720
5721 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
5722 Declare as obsolete.
5723
5724 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
5725
bd23a692
GM
57262000-07-14 Gerd Moellmann <gerd@gnu.org>
5727
5728 * hilit-chg.el: Fix typo.
5729
d4af987a
DL
57302000-07-14 Dave Love <fx@gnu.org>
5731
5732 * info.el (Info-mode-menu): Fix use of :help, :enable.
5733
3a4f3f86
SM
57342000-07-14 Stefan Monnier <monnier@cs.yale.edu>
5735
5736 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
5737
cf6936a4
DL
57382000-07-13 Dave Love <fx@gnu.org>
5739
4d6d04b5
DL
5740 * emacs-lisp/easymenu.el: Doc fixes.
5741 (easy-menu-remove): Defalias to ignore.
5742
cf6936a4
DL
5743 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
5744 Call throw correctly.
5745
56437999
GM
57462000-07-13 Gerd Moellmann <gerd@gnu.org>
5747
5748 * faces.el (frame-background-mode): Doc fix.
5749
5750 * simple.el (eval-expression-print-length): Change custom type to
5751 allow entering nil as value.
5752
d04a3972
DL
57532000-07-13 Dave Love <fx@gnu.org>
5754
3a4f3f86
SM
5755 * progmodes/fortran.el (fortran-imenu-generic-expression):
5756 Change definition layout.
a8189dfe
DL
5757 (fortran-mode-menu): Reinstate customize entries.
5758
d04a3972
DL
5759 * cus-edit.el (custom-group-menu-create, customize-menu-create):
5760 Use :filter, per old XEmacs code.
5761
4bf4fb05
GM
57622000-07-12 Gerd Moellmann <gerd@gnu.org>
5763
5764 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
5765 event when deciding what to send to the terminal.
5766
37328bcd
DL
57672000-07-12 Dave Love <fx@gnu.org>
5768
5769 * cus-start.el: Add optional version as 4th element of specs and
5770 use it for several things new in v21. Remove load-path. Fix type
5771 of line-number-display-limit.
5772
89492072
DL
57732000-07-11 Dave Love <fx@gnu.org>
5774
3a4f3f86
SM
5775 * progmodes/fortran.el: Don't require easymenu.
5776 Use repeat counts in various regexps.
315aa1de
DL
5777 (fortran-mode-syntax-table): Defvar directly.
5778 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
5779 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
5780 Use defvar, not defconst.
5781 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
5782 (fortran-mode): Set fortran-comment-line-start-skip,
5783 fortran-comment-line-start-skip, dabbrev-case-fold-search.
5784 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
5785 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
5786 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
5787 (fortran-comment-region, fortran-electric-line-number): Simplify.
5788 (fortran-auto-fill): New function.
5789 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
5790 (fortran-find-comment-start-skip):
5791 Check for non-null comment-start-skip.
5792 (fortran-auto-fill-mode, fortran-fill-statement):
5793 Use fortran-auto-fill.
315aa1de 5794 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 5795 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 5796
89492072
DL
5797 * widget.el (widget-plist-member): New alias.
5798
d55ead18
EZ
57992000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
5800
5801 * eshell/esh-module.el (toplevel): Reference
5802 byte-compile-current-file only if it is bound.
5803
e82a2a05
GM
58042000-07-10 Gerd Moellmann <gerd@gnu.org>
5805
5806 * dired.el: Don't require `dired-aux'.
5807
1fc7fb2b
MB
58082000-07-10 Miles Bader <miles@lsi.nec.co.jp>
5809
5810 * dired-aux.el (dired-show-file-type): New function.
5811 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
5812 (dired-show-file-type): Add autoload.
5813
ab49ce15
KH
58142000-07-10 Kenichi Handa <handa@etl.go.jp>
5815
5816 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 5817 change of fontset-info.
ab49ce15
KH
5818 (print-fontset): Likewise.
5819
f45aab65
SM
58202000-07-09 Stefan Monnier <monnier@cs.yale.edu>
5821
5822 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
5823
2f72fd2f
GM
58242000-07-07 Gerd Moellmann <gerd@gnu.org>
5825
e82a2a05 5826 * bindings.el: Bind `[delete]' to delete-char.
965522f5 5827
2f72fd2f
GM
5828 * dired.el (dired-find-alternate-file): New function.
5829 (dired-mode-map): Bind `a' to dired-find-alternate-file.
5830 (toplevel): Require dired-aux when compiling.
5831 (dired-buffers): Move defvar within file to avoid compiler warning.
5832
5833 * info.el (Info-last-search): Variable removed.
5834 (Info-search-history): New variable.
5835 (Info-search): New Info-search-history.
5836
5837 * battery.el, info-look.el: Change author's mail address.
5838
965522f5 58392000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 5840
965522f5
GM
5841 * mail/rmail.el (rmail-clear-headers): Don't throw an error
5842 if rmail-ignored-headers is nil.
5843 (rmail-retry-failure): Bind rmail-ignored-headers and
5844 rmail-displayed-headers to nil.
5845
dd8888a1
GM
58462000-07-06 Gerd Moellmann <gerd@gnu.org>
5847
e5c81191
GM
5848 * lpr.el (lpr-page-header-switches): Add `-h' switch.
5849 (print-region-1): Don't hard code `-h' here.
5850
dd8888a1
GM
5851 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
5852
e5c81191
GM
58532000-07-01 Francesco Potorti` <pot@gnu.org>
5854
5855 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
5856 exim can use "your message" instead of "the message".
34342a07 5857
f45aab65
SM
58582000-07-06 Stefan Monnier <monnier@cs.yale.edu>
5859
5860 * facemenu.el: Docstrings fixes.
5861 (facemenu-get-face): Don't use internal-find-face.
5862 (facemenu-iterate): Rename arg to match the docstring.
5863
5864 * newcomment.el (uncomment-region): Be more careful when skipping
5865 backwards over `=' not to bump into BOBP.
5866
d396e521 58672000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 5868
dd8888a1
GM
5869 * ediff-diff.el (ediff-wordify): Use syntax table.
5870 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 5871 ediff-color-display-p.
dd8888a1 5872 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
5873 from defsubst.
5874 Got rid of special cases for NeXT and OS/2.
dd8888a1 5875 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 5876 face.
34342a07 5877
5e2dfaa4
SM
58782000-07-05 Stefan Monnier <monnier@cs.yale.edu>
5879
5880 * emacs-lisp/lucid.el: Require CL.
5881 (copy-tree, remprop): Remove, it's provided by CL.
5882 (map-keymap): Define in terms of cl-map-keymap.
5883 (extent-property, set-extent-end-glyph): New functions.
5884
5885 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
5886
d5c5cddd
GM
58872000-07-05 Gerd Moellmann <gerd@gnu.org>
5888
485266d0
GM
5889 * Makefile.in (DONTCOMPILE): Add comment that the name may
5890 not be changed without changing the make-dist script.
5891
5e2dfaa4 5892 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 5893 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 5894
e2c46326
AI
58952000-07-05 Andrew Innes <andrewi@gnu.org>
5896
5897 * makefile.nt: Add support for `bootstrap' and related targets.
5898
a027a91b
SM
58992000-07-05 Stefan Monnier <monnier@cs.yale.edu>
5900
5901 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
5902 (easy-menu-do-define): Use `menu-item' format.
5903 Handle case where easy-menu-create-menu returns a symbol.
5904 Manually call the potential top-level filter in the function binding.
5905 (easy-menu-filter-return): New arg NAME.
5906 Convert to a keymap if MENU is an XEmacs menu.
5907 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
5908 (easy-menu-converted-items-table, easy-menu-convert-item):
5909 New var and fun to memoize easy-menu-convert-item-1.
5910 (easy-menu-do-add-item): Use it.
5911 (easy-menu-create-menu): Use easy-menu-convert-item.
5912 Wrap easy-menu-filter-return around any :filter specification.
5913 Don't convert the menu if a filter was specified.
5914 Tell easy-menu-make-symbol not to check for MENU being an expression.
5915 (easy-menu-make-symbol): New arg NOEXP.
5916
5e03eb84
GM
59172000-07-05 Gerd Moellmann <gerd@gnu.org>
5918
5919 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
5920 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
5921 (eval-defun): If called with prefix arg, instrument code for
5922 Edebug.
5923
5924 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
5925 similar to that of eval-defun.
5926
fca68a95
DL
59272000-07-04 Dave Love <fx@gnu.org>
5928
7ccbba4c
DL
5929 * hl-line.el (hl-line-overlay): Make it permanent-local.
5930
fca68a95
DL
5931 * calendar/todo-mode.el: Replaced with a working version, based on
5932 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
5933
59342000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
5935
5936 * paths.el (prune-directory-list): New function.
5937 (Info-default-directory-list): Rewritten to more methodically
5938 enumerate a big list of possible info directories (based on the
5939 list used by the standalone info reader).
fca68a95 5940
78e7e8a0 5941 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 5942 non-existent directories from Info-directory-list.
78e7e8a0 5943
78e7e8a0
MB
5944 * paths.el (Info-default-directory-list): Try a list of possible
5945 info-directories instead of a single one. Add the possible
5946 info directory "/usr/share/info".
5947
5948 * woman.el (woman-man.conf-path): Explicitly include the debian
5949 man-db config file "/etc/manpath.config".
5950 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
5951 are present in `manpath.config'.
5952 (woman-manpath): Include "/usr/share/man".
5953
67c9a1d2
GM
59542000-07-03 Gerd Moellmann <gerd@gnu.org>
5955
6753393b
GM
5956 * frame.el (blink-cursor-mode): Don't hide cursor initially.
5957
5958 * startup.el (command-line): Initialize blink-cursor based
5959 on window-system.
5960
e4f98ad3
GM
5961 * frame.el (blink-cursor): Default to nil if not running under
5962 a window-system.
5963
2f516940
GM
5964 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
5965 (face-x-resources): Remove duplicate entry for :font.
5966
67c9a1d2
GM
5967 * textmodes/refer.el (refer-find-entry-internal): Use some-window
5968 instead of cycling through windows with next-window.
5969
5970 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
5971 of cycling through windows with next-window.
5972
5973 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
5974 of cycling through windows with next-window.
5975
5976 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
5977 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
5978 instead of cycling through windows with next-window.
5979
5980 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
5981 instead of cycling through windows with next-window.
5982
5983 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
5984 of cycling through windows with next-window.
5985
5986 * terminal.el (te-process-output): Use walk-windows instead of
5987 cycling through windows with next-window.
5988
5989 * server.el (server-switch-buffer): Use some-window instead of
5990 cycling through windows with next-window.
5991
5992 * window.el (some-window): New function.
5993 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 5994
3a4f3f86 5995 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 5996
8b7bc628 59972000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
5998
5999 * window.el (walk-windows): Guarantee termination by keeping a list
6000 of all the windows already handled.
6001
d0d57043
EZ
60022000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
6003
6004 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
6005 window-system.
6006
6007 * man.el (Man-notify-when-ready): Don't use window-system. If
6008 Man-notify-method is newframe, and the display is not
6009 multi-frame, select the frame created for the man page.
6010 (Man-init-defvars): Doc fix.
6011
d5483ab1
GM
60122000-06-28 Gerd Moellmann <gerd@gnu.org>
6013
af5c25e1
GM
6014 * faces.el (region): Change background color for light background.
6015
6016 * ediff-wind.el (ediff-setup-control-frame): Remove :box
6017 attribute from mode-line face of Ediff control frame.
6018
d5483ab1
GM
6019 * replace.el (query-replace-map): Bind `e' like `E'.
6020
9d47450f
EZ
60212000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
6022
3a4f3f86
SM
6023 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
6024 Change name to "Select All".
496b7491 6025
9d47450f
EZ
6026 * dos-fns.el (convert-standard-filename): Fix last change.
6027
0b431deb
GM
60282000-06-27 Gerd Moellmann <gerd@gnu.org>
6029
4fa9f636
GM
6030 * help.el (describe-variable): Don't insert a second `'s' in front
6031 of the string `value is shown below'. Since the syntax-table is
6032 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
6033 an existing `'s', so that this won't be deleted.
6034
0b431deb
GM
6035 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
6036 * pcmpl-unix.el: New files.
6037
32cad0aa
SM
60382000-06-26 Stefan Monnier <monnier@cs.yale.edu>
6039
6040 * wid-edit.el (widget-member): Use the new plist-member.
6041
2c69ced2
GM
60422000-06-26 Gerd Moellmann <gerd@gnu.org>
6043
44c0f771
GM
6044 * replace.el (perform-replace): Undo change of 2000-04-04.
6045 Instead, move backward 1 character at the end of the loop when
6046 necessary.
34342a07 6047
1d36487c
GM
6048 * faces.el (fringe): Change face for different backgrounds.
6049
6050 * eshell/esh-module.el (toplevel): Load defgroup's differently;
6051 patch from John.
6052
2c69ced2
GM
6053 * eshell/*.el: Change spelling of the Free Software Foundation.
6054
6055 * eshell/esh-toggle.el: Removed.
6056
6057 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
6058
6059 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
6060 interactively.
6061
60622000-06-26 Alex Schroeder <alex@gnu.org>
6063
6064 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
6065 `define-key'; instead of checking `(emacs-version)' check for
6066 `set-keymap-parent' and `set-keymap-name' directly. Add entries
6067 for `;' and `o' which might be electric.
6068
6069 (sql-electric-stuff): New user option.
6070 (sql-magic-go): New function which uses `sql-electric-stuff'.
6071 (sql-magic-semicolon): New function which uses
6072 `sql-electric-stuff'.
6073
6074 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
6075 is not fboundp.
6076
6077 (sql-oracle-options): New variable.
6078 (sql-oracle): Use it.
6079
6080 (sql-imenu-generic-expression): Doc change.
6081 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
6082 is used.
6083
6084 (sql-informix): Added command line parameter "-" to force
6085 sql-informix-program to use stdout.
6086
db1306d8
EZ
60872000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
6088
3a4f3f86 6089 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
6090 (cp864-decode-table): Doc fix.
6091 (cp720-decode-table): New variable, supports the Arabic OEM
6092 codepage used by Windows.
6093 (cp737-decode-table): New, Greek OEM codepage used by Windows.
6094
c69e5fcd
DL
60952000-06-23 Dave Love <fx@gnu.org>
6096
6097 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
6098 (font-lock-fontify-anchored-keywords): Use
6099 line-beginning-position.
6100 (global-font-lock-mode): Use mapc.
6101
30ad8f23
SM
61022000-06-23 Stefan Monnier <monnier@cs.yale.edu>
6103
6104 * eshell/esh-module.el: Require CL when compiling.
6105
26b4dc84
GM
61062000-06-23 Gerd Moellmann <gerd@gnu.org>
6107
78c56e70
GM
6108 * comint.el (comint-substitute-in-file-name): Call replace-match
6109 with second and third arg t.
6110
34342a07 6111 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
6112 Specify foreground color.
6113
6114 * faces.el (tool-bar, mode-line, header-line): Specify foreground
6115 color.
6116
affbf647
GM
6117 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
6118
6119 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
6120 cddr instead of cdddr.
6121
25fffb31
GM
6122 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
6123 instead of copy-list.
6124
6125 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
6126 of copy-list.
6127
26b4dc84
GM
6128 * subdirs.el: Add eshell subdirectory.
6129
6130 * eshell: New subdirectory containing the Eshell package.
6131
6132 * pcomplete.el: New file.
6133
78c56e70
GM
61342000-06-23 Paul Eggert <eggert@twinsun.com>
6135
ea055732
GM
6136 * mail/mailpost.el (post-mail-send-it): Make sure file has
6137 proper permissions from birth.
6138
6139 * files.el (basic-save-buffer-2): When temporarily setting
6140 file modes, set them to current modes plus 0200, not to 0777.
6141
78c56e70
GM
6142 * emerge.el (emerge-make-temp-file): Make sure file has proper
6143 permissions from birth.
6144
a3a7ff33
EZ
61452000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
6146
6147 * files.el (make-backup-file-name-1): On DOS/Windows, run the
6148 backup file name through convert-standard-filename.
6149
6150 * dos-fns.el (convert-standard-filename): Convert leading
6151 directories as well. When long file names are supported, convert
6152 characters that are invalid in Windows file names.
6153
1fd9b7fe
GM
61542000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6155
6156 * ps-print.el: Fix bug: if ^L is the very first buffer character,
6157 ps-print crashes. New feature: page selection for printing. Create
6158 raw-text-unix coding system for XEmacs. Doc fix.
6159 (ps-print-version): New version number (5.2.3).
6160 (ps-plot-region): Bug fix.
6161 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
6162 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
6163 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
6164 funs.
6165 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
6166 (ps-last-page): New vars.
6167
16ed8416
GM
61682000-06-21 Gerd Moellmann <gerd@gnu.org>
6169
6170 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
6171 empty option string.
6172
4fbee715
EZ
61732000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
6174
6175 * man.el (man): Doc fix.
6176
eaecfc94
KH
61772000-06-21 Kenichi Handa <handa@etl.go.jp>
6178
6179 * international/mule-cmds.el (set-language-info-alist): Docstring
6180 fixed.
6181
4a27bdfb
GM
61822000-06-20 Gerd Moellmann <gerd@gnu.org>
6183
6184 * version.el (emacs-version): Use ISO date format.
6185
6186 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
6187 instead of `M-backspace'.
6188
6189 * simple.el (turn-off-auto-fill): New function.
6190
8972fe79
SM
61912000-06-20 Stefan Monnier <monnier@cs.yale.edu>
6192
6193 * jit-lock.el (with-buffer-prepared-for-jit-lock):
6194 Renamed from with-buffer-prepared-for-font-lock and use
6195 inhibit-modification-hooks rather than setting *-change-functions.
6196 Update all functions to use the new name.
6197 (jit-lock-first-unfontify-pos): New semantics (and doc).
6198 (jit-lock-mode): Make non-interactive.
6199 Don't automatically turn on font-lock.
6200 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
6201 Always use jit-lock-after-change.
6202 Remove and restore font-lock-after-change-function.
6203 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
6204 (jit-lock-after-unfontify-buffer): Remove.
6205 (jit-lock-stealth-fontify):
6206 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
6207 (jit-lock-after-change): Set the `fontified' text-prop to nil.
6208
5d80cc9c
SS
62092000-06-20 Sam Steingold <sds@gnu.org>
6210
6211 * emacs-lisp/cl-indent.el (toplevel): Indent
6212 `print-unreadable-object' properly. Untabify.
6213
f54e4d13
CD
62142000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
6215
6216 * textmodes/reftex.el (reftex-find-citation-regexp-format):
6217 Support for bibentry.
6218 (reftex-compile-variables): Fixed problem with end of section-re.
6219
6220 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
6221 reftex-view-crossref-from-bibtex):
6222 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
6223 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
6224 Replaced `remprop' with `put'.
8972fe79
SM
6225 (reftex-view-crossref, reftex-view-crossref-when-idle):
6226 Support for bibentry.
f54e4d13 6227
8972fe79
SM
6228 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6229 New entry for bibentry package.
f54e4d13 6230
8972fe79
SM
6231 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
6232 Regexp also matches "\nobibliography".
f54e4d13 6233
8972fe79
SM
6234 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
6235 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
6236 (reftex-ensure-write-access): New function.
6237
f54e4d13
CD
62382000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
6239
6240 * progmodes/idlwave.el: File re-installed (update to version 4.2)
6241
6242 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
6243
6244 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
6245
6246 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
6247
6248
560c43f4
DL
62492000-06-20 Dave Love <fx@gnu.org>
6250
6251 * faces.el (frame-background-mode): Use set-default, not set, in
6252 setter.
6253 (frame-update-faces, frame-update-face-colors): Define with
6254 defalias.
6255
6256 * enriched.el (enriched-decode-foreground)
6257 (enriched-decode-background): Don't use internal-find-face.
6258
6259 * apropos.el: Doc fixes.
6260
6261 * cus-edit.el (customize-changed-options): Check arg.
6262 (customize-version-lessp): Don't require decimal point.
6263
6264 * custom.el (defcustom, defgroup): Doc fix.
6265
6266 * newcomment.el (comment) <defgroup>: Add :version.
6267 (comment-multi-line): Doc fix.
6268
6269 * emulation/mlsupport.el (define-hooked-local-abbrev,
6270 define-hooked-global-abbrev): Fix, using define-abbrev.
6271
cdf0357b
GM
62722000-06-19 Gerd Moellmann <gerd@gnu.org>
6273
6274 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
6275 the whole buffer.
6276
10013d74
DL
62772000-06-19 Dave Love <fx@gnu.org>
6278
6279 * menu-bar.el (menu-bar-options-save): New function.
6280 (menu-bar-options-menu): Use it.
6281 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
6282 Simplify.
6283
6922f208
AS
62842000-06-19 Andreas Schwab <schwab@suse.de>
6285
6286 * progmodes/etags.el (tags-query-replace): Put new parameters
6287 START and END at the end, for backward compatibility.
6288
10d7bf84
KH
62892000-06-19 Kenichi Handa <handa@etl.go.jp>
6290
6291 * international/codepage.el:
6292 (cp-coding-system-for-codepage-1): Delete special codes for
6293 generating xxx-dos coding system because now a CCL based coding
6294 system can handle EOL conversion by default.
6295
6296 * international/mule.el (make-coding-system): Generate subsidiary
6297 coding systems for EOL handling variants even for a CCL based
6298 coding system.
6299
8f3c9a3d
KH
63002000-06-19 Kenichi Handa <handa@etl.go.jp>
6301
6302 * international/isearch-x.el (isearch-minibuffer-input-method)
6303 (isearch-minibuffer-input-method-function): These variables
6304 deleted.
6305 (isearch-with-input-method): Don't use the above variables.
6306 (isearch-process-search-multibyte-characters): Likewise. Call
6307 read-string with the arg INHERIT-INPUT-METHOD t.
6308
c2acf685
SM
63092000-06-17 Stefan Monnier <monnier@cs.yale.edu>
6310
13f0d185
SM
6311 * font-lock.el (font-lock-after-fontify-buffer)
6312 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
6313
6314 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
6315 Use consistent make-local-variable style for font-lock-fontified.
6316 (jit-lock-fontify-buffer):
6317 Don't bother checking for font-lock-mode and jit-lock-mode.
6318
c2acf685
SM
6319 * time.el: Remove trailing ^M that prevent CVS-merging.
6320
a9021acd
GM
63212000-06-16 Gerd Moellmann <gerd@gnu.org>
6322
6323 * Makefile.in (distclean): New target.
5d80cc9c 6324
0df68e9f
SM
63252000-06-16 Stefan Monnier <monnier@cs.yale.edu>
6326
6327 * Makefile.in (srcdir): Define for update-subdirs.
6328
6344985d
GM
63292000-06-16 Gerd Moellmann <gerd@gnu.org>
6330
6331 * find-lisp.el: New file.
6332
63239267
AI
63332000-06-16 Andrew Innes <andrewi@gnu.org>
6334
6335 * time.el (display-time-mail-function): New variable, to allow
6336 external packages to indicate when new mail is available.
6337 (display-time-update): Use it.
6338
1699f991
KH
63392000-06-16 Kenichi Handa <handa@etl.go.jp>
6340
a3b37893
KH
6341 * international/mule.el (mule-version): Change version name to
6342 SAKAKI. AOI has already been used by Meadow.
6343
1699f991
KH
6344 * international/quail.el (quail-show-guidance-buf): To find the
6345 bottom window (but minibuffer), pay attention to the height of
6346 minibuffer.
6347
228b083e
EZ
63482000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
6349
7d5c8691
EZ
6350 * arc-mode.el (archive-mode-map): Use the new menu-item format for
6351 menu-bar menus. Add help strings. Don't remove the Edit menu
6352 from the menu bar, as the menu bar has enough space now.
6353
261f3289
EZ
6354 * Makefile.in (SHELL): Make sure /bin/sh is used.
6355
228b083e
EZ
6356 * woman.el (woman-man-buffer): Fix bold and underlined CJK
6357 characters, which use series of two ^H characters instead of one.
6358
e27e8d71
GM
63592000-06-15 Gerd Moellmann <gerd@gnu.org>
6360
5d80cc9c 6361 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 6362 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 6363 functions.
451ec4e3
GM
6364 (Info-find-node-2): Try a case-sensitive search first, then
6365 do a case-insensitive search.
6366
6367 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
6368 tutorials.
6369
b675095c
GM
6370 * complete.el (PC-env-vars-alist): New variable.
6371 (PC-complete-as-file-name): New function.
6372 (partial-completion-mode): Initialize PC-env-vars-alist from
6373 process-environment.
6374 (PC-do-completion): Handle completion of env vars.
6375
6376 * info.el (Info-set-mode-line): Show file name in mode line,
6377 use `*Info*' instead of `Info:'.
6378
e27e8d71
GM
6379 * startup.el (command-line-1): Change copyright messages to year
6380 2000.
6381
28223a7e
DL
63822000-06-15 Dave Love <fx@gnu.org>
6383
6384 * net/goto-addr.el (goto-address-fontify): Use keymap property,
6385 not local-map.
6386
32684631
KH
63872000-06-15 Kenichi Handa <handa@etl.go.jp>
6388
6389 * international/mule.el (set-buffer-file-coding-system): Almost
6390 rewritten to handle `undecided' as no-op.
6391
9f817ea4
GM
63922000-06-14 Gerd Moellmann <gerd@gnu.org>
6393
e27e8d71 6394 * Makefile.in: New file.
dce6b995
GM
6395
6396 * Makefile: Removed.
6397
9f817ea4
GM
6398 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
6399 (goto-address-highlight-keymap): Bind C-c RET.
6400
2de33f94
KH
64012000-06-14 Kenichi Handa <handa@etl.go.jp>
6402
bbf1e8a5
KH
6403 * mail/sendmail.el (sendmail-send-it): The temporary buffer
6404 inherits buffer-file-coding-system of the current buffer.
725a6897 6405
02891cc3
KH
6406 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
6407 0. Give correct argument to set-auto-coding-function.
6408 (tar-expunge): For goto-char, use (point-min), not 0.
6409 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
6410 (tar-subfile-save-buffer): Likewize.
6411
2de33f94
KH
6412 * international/mule.el
6413 (after-insert-file-set-buffer-file-coding-system): Call
6414 set-buffer-file-coding-system with the arg FORCE t.
6415
1681ead6
GM
64162000-06-13 Gerd Moellmann <gerd@gnu.org>
6417
6418 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
6419 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 6420 the sender is set with `-f'.
1681ead6 6421
fdf4b680
DL
64222000-06-13 Dave Love <fx@gnu.org>
6423
9c50afce
DL
6424 * help.el (describe-function-1): Kluge around cases of functions
6425 fset to subrs whose doc doesn't match their symbol-name.
6426
0ad550ba 6427 * image.el (insert-image): Default STRING to a space.
f290ca08 6428
fdf4b680 6429 * info.el Doc fixes.
5d80cc9c 6430 (Info-build-node-completions): Match Ref tags.
fdf4b680 6431
9b6610db
EZ
64322000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
6433
a704139d
EZ
6434 * frame.el (display-multi-frame-p, display-multi-font-p): New
6435 defaliases for display-graphic-p.
6436
9b6610db
EZ
6437 * hl-line.el: Fixed a typo in commentary.
6438
7a5ea398
KH
64392000-06-13 Kenichi Handa <handa@etl.go.jp>
6440
6441 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
6442 fixed.
6443
0dc91c57
DL
64442000-06-12 Dave Love <fx@gnu.org>
6445
6446 * image.el (insert-image): Save a little consing.
6447
0bd5914b
KH
64482000-06-12 Kenichi Handa <handa@etl.go.jp>
6449
6450 * language/tibet-util.el: Convert all tibetan-1-column characters
6451 to the corresponding tibetan characters.
6452 (tibetan-add-components): Delete code for the special treatment of
6453 'a chung.
6454
6455 * language/tibetan.el (tibetan-composable-pattern): Fix previous
6456 change.
6457 (tibetan-vowel-transcription-alist): More rules added.
6458 (tibetan-composite-vowel-alist): New variable.
6459 (tibetan-precomposition-rule-alist): More rules added.
6460
6dc7d3d5
SM
64612000-06-12 Stefan Monnier <monnier@cs.yale.edu>
6462
9c04c393
SM
6463 * startup.el (command-line): Only call menu-bar-mode if interactive.
6464
6465 * thingatpt.el (toplevel symbol-properties):
6466 * textmodes/makeinfo.el (makeinfo-compile):
6467 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 6468 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 6469 (hide-ifdef-use-define-alist):
5d80cc9c 6470 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
6471 (ange-ftp-vms-add-file-entry):
6472 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
6473 * man.el (Man-build-man-command):
6474 * mail/rnewspost.el (news-reply-header-hook):
6475 * info.el (Info-insert-dir):
6476 * emulation/mlconvert.el (backward-word, forward-word, setq):
6477 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
6478 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
6479 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
6480 (byte-optimize-apply, end of file):
6481 * emacs-lisp/advice.el (ad-advice-class-completion-table)
6482 (ad-make-freeze-definition):
6483 * startup.el (command-line, command-line-1): Don't quote lambdas.
6484
6dc7d3d5
SM
6485 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
6486 (cvs-cleanup-removed): New function.
6487 (cvs-cleanup-functions): New var.
6488 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
6489 some flexibility in specifying additional entries to auto-cleanup.
6490 (cvs-quickdir): New function.
6491 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
6492 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
6493 (cvs-mode-find-file): Check that we are on a filename or dirname
6494 when invoked through a mouse-click.
6495 (cvs-full-path): Remove.
6496 (cvs-dired-action): Re-introduced.
6497 (cvs-dired-noselect): Use it.
6498 (vc-post-command-functions): use this new hook if available.
6499
6500 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
6501 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
6502 (cvs-filename-map, cvs-dirname-map): Remove.
6503 (cvs-default-action): Remove.
6504 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
6505 if the arg is really a keymap.
6506 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
6507 Don't hardcode the mapping from state (aka type) to face, but check
6508 the var cvs-fi-<type>-face instead.
6509 (cvs-fileinfo-from-entries): New function.
6510
6511 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
6512 Docstring fix.
6513 (cvs-find-file-and-jump): Change default to be safer.
6514 (cvs-mode-diff-map): Define it as a function as well.
6515 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
6516 Bind mouse-2 in this global map rather than with text-properties.
6517
6518 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
6519 file to resolve the ambiguity between C(conflict) and C(need-merge).
6520
5050a2ef
KH
65212000-06-12 Kenichi Handa <handa@etl.go.jp>
6522
6523 * international/mule.el (set-buffer-file-coding-system): If
6524 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
6525 unconditionally.
6526
35a7ac84
DL
65272000-06-12 Dave Love <fx@gnu.org>
6528
6529 * wid-edit.el (widget-specify-button): Really suppress the face if
6530 required.
6531
db8eeecd
GM
65322000-06-11 Gerd Moellmann <gerd@gnu.org>
6533
6534 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
6535
70223ca4
SM
65362000-06-11 Stefan Monnier <monnier@cs.yale.edu>
6537
6538 * imenu.el (imenu-generic-expression): Docstring fix.
6539
6540 * composite.el (composition-function-table): Move the `put'
6541 below the autoload cookie so we can load the file before loaddefs.
6542
6543 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
6544
6545 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
6546 Handle easy-mmode-define-global-mode.
6547 For complex macros like define-minor-mode that can generate
6548 several autoload entries, try to autoload entries in the
6549 macroexpanded code.
6550
6551 * emacs-lisp/easy-mmode.el (define-minor-mode):
6552 If KEYMAP is a symbol, just use it.
6553 Use byte-compile-current-file and load-file-name to infer the
6554 proper :require to pass to defcustom.
6555 Wrap the hook var into `progn' so as not to autoload it.
6556 Add a :autoload-end cookie.
6557 Be more careful about the evaluation of KEYMAP.
6558 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
6559 (define-derived-mode): Move define-abbrev-table outside of defvar.
6560
65612000-06-10 Stefan Monnier <monnier@cs.yale.edu>
6562
6563 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
6564 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
6565 (backup-compiled-files): Ignore errors during `tar'.
6566 (bootstrap): Make autoloads before elc files.
6567
9c53b34e
KH
65682000-06-10 Kenichi Handa <handa@etl.go.jp>
6569
6570 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 6571 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
6572
6573 * international/mule-conf.el (unix): New alias for the coding
6574 system undecided-unix.
6575
22ddd299
DL
65762000-06-09 Dave Love <fx@gnu.org>
6577
5ee42746
DL
6578 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
6579
70223ca4 6580 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
6581 (executable-insert): Change custom type.
6582 (executable-find): Add autoload cookie.
cc7e1d18
DL
6583 (executable-make-buffer-file-executable-if-script-p): New
6584 function. After Noah Friedman.
22ddd299
DL
6585
6586 * files.el (after-save-hook): Customize, with
cc7e1d18 6587 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 6588
41ea3794
KH
65892000-06-09 Kenichi Handa <handa@etl.go.jp>
6590
f89437e3
KH
6591 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
6592 "tib24p-mule.bdf" for Tibetan.
6593
7a4ee259
KH
6594 * composite.el (decompose-composite-char): Declare it as obsolete.
6595
ff6a65c2
KH
6596 * man.el (Man-fontify-manpage): Pay attention to underline and
6597 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 6598
f83fe4b4
GM
65992000-06-08 Gerd Moellmann <gerd@gnu.org>
6600
6601 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
6602 Set maintainer to FSF since author isn't reachable.
6603
e56d7900
DL
66042000-06-08 Dave Love <fx@gnu.org>
6605
6606 * international/mule-cmds.el (select-safe-coding-system): If
6607 DEFAULT-CODING-SYSTEM is not specified, also check the most
6608 preferred coding-system if buffer-file-coding-system is
6609 `undecided'. From Handa.
6610
d3981b49
KH
66112000-06-08 Kenichi Handa <handa@etl.go.jp>
6612
6613 * international/mule.el
6614 (after-insert-file-set-buffer-file-coding-system): If the buffer
6615 size is greater than INSERTED, judget that we are not visiting.
6616
bff71087
RV
66172000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
6618
6619 * whitespace.el (defgroup whitespace): Comment out `:version'.
6620 XEmacs 20.4 has problems defining the group with this present.
6621 We'll have this commented out till get resolve the problem.
6622
45f485a6
GM
66232000-06-07 Gerd Moellmann <gerd@gnu.org>
6624
6625 * align.el: Update from author.
6626
66272000-06-07 Jari Aalto <jari.aalto@poboxes.com>
6628
6629 * apropos.el (apropos-mode-hook): New user variable.
6630 (apropos-mode): Run apropos-mode-hook.
bff71087 6631
45f485a6
GM
66322000-06-07 David Ponce <david@dponce.com>
6633
6634 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
6635 commands. Require `wid-edit' at run-time.
6636
66372000-06-07 David Ponce <david@dponce.com>
6638
6639 * recentf.el: Added some "Commentary".
6640 (recentf-open-more-files, recentf-edit-list): Minor changes to
6641 move the point at the top of the file list. This behaviour is
6642 consistent with the menu one when the list contains a lot of
6643 files.
6644 (recentf-cleanup): Now displays the number of items removed from
6645 the list.
6646 (recentf-relative-filter) New menu filter to show filenames
6647 relative to `default-directory'.
bff71087 6648
45f485a6
GM
66492000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6650
6651 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
6652 with/without giving an error if PostScript printer doesn't have this
6653 kind of page size. Zebra Stripe continues or restarts on next page.
6654 Manual/automatic paper feeding. Switch or not the header.
6655 (ps-print-version): New version number (5.2.2).
6656 (ps-windows-system): Include emx as a Windows system.
6657 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
6658 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
6659 (ps-background-text): Code fix.
6660 (ps-error-handler-message, ps-user-defined-prologue)
6661 (ps-print-prologue-header, ps-printer-name)
6662 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
6663 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
6664 (ps-use-face-background): Customization fix.
6665 (ps-n-up-database): Data fix.
6666 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
6667 (ps-switch-header): New vars.
6668 (ps-xemacs-color-name, ps-face-foreground-name)
6669 (ps-face-background-name, ps-boolean-constant): New funs.
6670
c14dcd22
DL
66712000-06-07 Dave Love <fx@gnu.org>
6672
6673 * allout.el: New version from Manheimer.
6674
e4044bb0
KH
66752000-06-07 Kenichi Handa <handa@etl.go.jp>
6676
6677 * textmodes/fill.el (fill-find-break-point): Check the validity of
6678 charset.
6679
59cfe8b9
KF
66802000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
6681
6682 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6683 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6684 Call display-color-p and display-mouse-p instead of looking at
6685 window-system.
6686
bb2337f5
DL
66872000-06-06 Dave Love <fx@gnu.org>
6688
6689 * image.el (find-image): Doc fix. Return nil if image not found.
6690 (put-image, insert-image): Make STRING arg optional.
6691
8e624fa2
KH
66922000-06-06 Kenichi Handa <handa@etl.go.jp>
6693
6694 * language/vietnamese.el: Remove eval-when-compile.
6695 (viet-viscii-nonascii-translation-table): Define it as a
6696 translation table made from viet-viscii-decode-table.
6697 (viet-viscii-encode-table): Define it as a translation table made
6698 from the reverse map of above.
6699 (viet-vscii-nonascii-translation-table): Define it as a
6700 translation table made from viet-vscii-decode-table.
6701 (viet-vscii-encode-table): Define it as a translation table made
6702 from the reverse map of above.
6703 (ccl-decode-viscii): Use translate-character.
6704 (ccl-encode-viscii, ccl-encode-viscii-font)
6705 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
6706 Likewize.
bff71087 6707
8e624fa2
KH
6708 * language/cyrillic.el: Remove eval-when-compile.
6709 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
6710 translation table made from cyrillic-koi8-r-decode-table.
6711 (cyrillic-koi8-r-encode-table): Define it as a translation table
6712 made from the reverse map of above.
6713 (ccl-decode-koi8): Use translate-character.
6714 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
6715 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
6716 a translation table made from cyrillic-alternativnyj-decode-table.
6717 (cyrillic-alternativnyj-encode-table): Define it as a translation
6718 table made from the reverse map of above.
6719 (ccl-decode-alternativnyj): Use translate-character.
6720 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
6721 Likewize
6722
6723 * international/mule-diag.el (non-iso-charset-alist): Specify
6724 translation table symbol instead of translation table itself.
6725 (list-block-of-chars): CHARSET may be a translation table symbol.
6726
6727 * international/mule.el (make-coding-system): If CODING-SYSTEM
6728 already exists, override it.
6729
6730 * international/fontset.el: Use family `proportional' for Tibetan
6731 fonts.
6732
6733 * international/ccl.el (ccl-compile-translate-character): Don't
6734 check if Rrr has property translation-table.
6735 (ccl-compile-map-multiple): Modified to avoid compiler warning.
6736
1969fae2
GM
67372000-06-05 Gerd Moellmann <gerd@gnu.org>
6738
6739 * info.el: Bind case-fold-search to t when searching in case
6740 a user sets it to nil in a hook.
6741
d5b037c5
SM
67422000-06-05 Stefan Monnier <monnier@cs.yale.edu>
6743
d3d02e65
SM
6744 * autoarg.el (autoarg-mode, autoarg-kp-mode):
6745 * hl-line.el (hl-line-mode): Use the new :global key argument.
6746
6747 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
6748 (tar-clip-time-string): Prepend a space.
6749 (tar-grind-file-mode): Construct a string rather than modifying one.
6750 (tar-header-block-summarize): Fix docstring.
6751 Use `format' rather than an error-prone set of copy-loops.
6752
6753 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
6754 (diff-goto-source, diff-unified->context, diff-context->unified)
6755 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
6756 understand the format output by the `-p' argument to diff.
6757
bff71087 6758 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
6759 (sh-re-done): Use defconst.
6760 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
6761 (sh-help-string-for-variable, sh-guess-basic-offset):
6762 Don't quote lambdas.
6763 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
6764 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
6765
f7c4478f
SM
6766 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
6767 (mh-letter-mode): Derive from text-mode.
6768 This implicitly means that it now calls kill-all-local-variables.
6769 Also remove the Emacs-18 compatibility code.
6770
a8add29d
SM
6771 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
6772 Make use of symbol-property doc-string-elt.
6773 Use memq rather than a sequence of eq.
6774 (doc-string-elt): Fix the wrong or missing previously unused values.
6775 (autoload-print-form): New function extracted from
6776 generate-file-autoloads to allow recursion when handling progn
6777 so that defvar's and defun's docstrings are properly printed.
6778 (generate-file-autoloads): Use it.
6779
d5b037c5
SM
6780 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
6781 Use find-file-hooks in the minor-mode function.
6782 Be careful not to loop indefinitely in the post-command-hook function.
6783
560ef11a 67842000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 6785
1969fae2 6786 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 6787 tty's.
1969fae2 6788 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 6789 differences whenever appropriate.
1969fae2
GM
6790 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
6791 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
6792 wildcards.
6793
b5bbbb76
SM
67942000-06-04 Stefan Monnier <monnier@cs.yale.edu>
6795
d5b037c5
SM
6796 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
6797 (jit-lock-fontify-buffer): New function for JIT refontification.
6798 (jit-lock-mode): Fix docstring.
6799 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
6800 Remove jit-lock-after-change from the _local_ hook.
6801 (jit-lock-function-1): Fix docstring.
6802
6803 * info.el (Info-on-current-buffer): Initialize info.
6804
6805 * newcomment.el (comment-indent): Ignore comment-indent-hook.
6806
6807 * progmodes/tcl.el (tcl-indent-for-comment):
6808 Ignore comment-indent-hook.
6809
6810 * emacs-lisp/easy-mmode.el: Require CL during compilation.
6811 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
6812 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
6813 and improve to use the lighter to guess the capitalization.
6814 (define-minor-mode): Inline code from easy-mmode-define-toggle.
6815 Add keyword arguments to specify global-ness or the custom group.
6816 Add local-map and help-echo properties to the lighter.
6817 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 6818 (easy-mmode-define-global-mode): New macro.
b5bbbb76 6819
bfa6c260
DL
68202000-06-02 Dave Love <fx@gnu.org>
6821
6822 * wid-edit.el: byte-compile-dynamic since we typically don't use
6823 all the widgets. Don't require cl or widget. Remove
6824 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
6825 (widget-read-event): Removed. Callers changed to use read-event.
6826 (widget-button-release-event-p): Renamed from
6827 button-release-event-p.
6828 (widget-field-add-space, widget-field-use-before-change):
6829 Uncustomize.
6830 (widget-specify-field): Use keymap property, not local-map.
6831 (widget-specify-button): Obey :suppress-face.
6832 (widget-specify-insert): Use modern backquote syntax.
6833 (widget-image-directory): Renamed from widget-glyph-directory.
6834 (widget-image-enable): Renamed from widget-glyph-enable.
6835 (widget-image-find): Replaces widget-glyph-find.
6836 (widget-button-pressed-face): Move defvar.
6837 (widget-image-insert): Replaces widget-glyph-insert.
6838 (widget-convert): Use keywordp.
6839 (widget-leave-text, widget-children-value-delete): Use mapc.
6840 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 6841 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
6842 (widget-button-click): Don't set point at the click, but re-centre
6843 if we scroll out of window. Rewritten for images v. glyphs &c.
6844 (widget-tabable-at): Use POS arg, not point.
6845 (widget-beginning-of-line, widget-end-of-line)
6846 (widget-item-value-create, widget-sublist, widget-princ-to-string)
6847 (widget-sexp-prompt-value, widget-echo-help): Simplify.
6848 (widget-default-create): Use widget-image-insert; some rewriting.
6849 (widget-visibility-value-create)
6850 (widget-push-button-value-create, widget-toggle-value-create): Use
6851 widget-image-insert.
6852 (checkbox): Create on and off images dynamically.
6853 (documentation-link): Change :help-echo.
6854 (widget-documentation-link-echo-help): Remove.
6855
3837de12
SM
68562000-06-02 Stefan Monnier <monnier@cs.yale.edu>
6857
6858 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
6859
6860 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
6861 (easy-mmode-define-toggle, define-minor-mode): Use it.
6862 (easy-mmode-define-keymap): Docstring fix.
6863 (define-derived-mode): Default PARENT to fundamental-mode.
6864 Add the derived-mode-parent symbol-property.
6865 (easy-mmode-derived-mode-p): New function.
6866
90aa4ea8
DL
68672000-06-02 Dave Love <fx@gnu.org>
6868
37193ee6
DL
6869 * files.el (convert-standard-filename): Doc fix.
6870 (normal-backup-enable-predicate): New function.
6871 (backup-enable-predicate): Use it to replace the lambda form.
6872
6873 * calendar/todo-mode.el: [This needs more work on the outline
6874 stuff.] Doc fixes.
6875 (todo) <defgroup>: Add :version.
6876 (todo-add-category): Don't use pushnew.
6877 (todo-cmd-raise): Fix typo.
6878 (todo-top-priorities): Change temp buffer name.
6879 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
6880 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
6881 Use outline-next-heading.
37193ee6 6882
90aa4ea8
DL
6883 * autoarg.el: Rewritten to use define-minor-mode.
6884 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
6885 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
6886
2e54623a
KH
68872000-06-02 Kenichi Handa <handa@etl.go.jp>
6888
6889 * isearch.el (isearch-other-meta-char): Fix previous change.
6890
c5def0db
SM
68912000-06-01 Stefan Monnier <monnier@cs.yale.edu>
6892
3837de12
SM
6893 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
6894 (log-edit-done): Only add the comment to the ring if it's different
6895 from the last comment entered.
6896
c5def0db
SM
6897 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
6898
2330c9d4
DL
68992000-06-01 Dave Love <fx@gnu.org>
6900
6901 * hl-line.el: Rewritten using define-minor-mode.
6902
6903 * help.el (describe-function-1): Distinguish special form from
6904 builtin function. Sanity-check presence of arglist for builtins.
6905
6e5dfc31
KH
69062000-06-01 Kenichi Handa <handa@etl.go.jp>
6907
4dc1225b
KH
6908 * international/characters.el: Fix syntax/category setting of
6909 Tibetan characters.
6910
6911 * language/tibet-util.el (tibetan-add-components): Fixes for new
6912 encoding of Tibetan characters.
6913 (tibetan-decompose-precomposition-alist): New variable.
6914 (tibetan-decompose-region): Convert precomposed characters to
6915 non-precomposed characters.
6916 (tibetan-decompose-string): Likewise.
6917 (tibetan-composition-function): Fix args to
6918 thibetan-compose-string.
6919
6920 * language/tibetan.el (tibetan-composable-pattern): More
6921 characters included.
6922 (tibetan-consonant-transcription-alist): Rule for "R" added.
6923 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
6924 "+R" added.
6925 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
6926
eadef5e6
KH
6927 * language/lao-util.el (lao-composition-function): Fix args to
6928 compose-string.
6929
6930 * language/thai-util.el (thai-composition-function): Fix args to
6931 compose-string.
6932
6e5dfc31 6933 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
6934 to prevent the point moving to the end of a composition when a
6935 part of a composition is searched.
6e5dfc31
KH
6936 (isearch-other-meta-char): If the key invoking this command can be
6937 mapped by function-key-map to a printing char, call
6938 isearch-process-search-char directly.
6939
2598a293
SM
69402000-06-01 Stefan Monnier <monnier@cs.yale.edu>
6941
6942 * emacs-lisp/bytecomp.el:
6943 * frame.el:
6944 * international/mule-cmds.el:
6945 * international/mule-util.el:
6946 * international/mule.el:
6947 * mouse.el:
6948 * subr.el:
6949 * faces.el: Update calls to make-obsolete with a WHEN argument.
6950
6951 * byte-run.el (make-obsolete, make-obsolete-variable):
6952 Add an optional WHEN argument and change the format of the
bff71087 6953 symbol-property information.
2598a293
SM
6954 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
6955 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
6956 new obsolete-symbol-property format and print WHEN if it is provided.
6957
28d8dff1
DL
69582000-05-31 Dave Love <fx@gnu.org>
6959
6960 * loadhist.el (loadhist-hook-functions): Remove
6961 before-change-function, after-change-function.
6962 (unload-feature): Deal with symbols which are both bound and
6963 fbound.
6964
6965 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
6966 before-change-function, after-change-function.
6967
6968 * simple.el (newline): Don't bind before-change-function,
6969 after-change-function.
6970
7f565d87
RV
69712000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
6972
6973 * whitespace.el (whitespace-rescan-timer-time): Update interval
6974 set to 600 seconds (10 minutes) instead of 60 seconds since
6975 a large number of whitespace buffers causes emacs to `freeze'
6976 for a considerable amount of time.
6977
bff71087 6978 * whitespace.el: Updated email address
7f565d87 6979
a8d693d8
DL
69802000-05-31 Dave Love <fx@gnu.org>
6981
6982 * add-log.el (change-log-font-lock-keywords) <function>: Add
6983 pattern for function of change.
6984 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
6985 acknowledgements patterns.
6986
a50192e7
KH
69872000-05-31 Kenichi Handa <handa@etl.go.jp>
6988
6989 * isearch.el (isearch-printing-char): If keyboard coding system is
6990 being used, call isearch-process-search-multibyte-characters.
6991
6992 * international/isearch-x.el: Mostly rewritten.
6993
6994 * international/quail.el (quail-start-conversion): Don't include
6995 unhandled events in the returned events, but set them in
6996 unread-command-events. Exit if all inputs are deleted.
6997
7e492772
JR
69982000-05-30 Jason Rumney <jasonr@gnu.org>
6999
7000 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
7001
7002 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
7003 Reenable code to create initial fontsets.
7004 Use set-fontset-font in place of put-charset-property.
7005
10fc3187
GM
70062000-05-30 Gerd Moellmann <gerd@gnu.org>
7007
79148ea7
GM
7008 * progmodes/perl-mode.el (perl-indent-line): When looking for a
7009 label, ensure that the first colon isn't followed by another.
7010
7011 * paths.el (Info-default-directory-list): Doc fix.
7012
086d5b87
GM
7013 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
7014 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
7015 send a query containing USER only, not USER@HOST.
7016
10fc3187
GM
7017 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
7018 and rmail-msgend to compute the restriction at the end, instead of
7019 computing it.
7020
49e70dec
GM
70212000-05-29 Gerd Moellmann <gerd@gnu.org>
7022
66254a13
GM
7023 * dabbrev.el (dabbrev-expand): Don't display messages in the
7024 echo area if the minibuffer window is active.
7025
49e70dec
GM
7026 * jit-lock.el (jit-lock-mode): Add after change function to
7027 local hook.
7028
70292000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
7030
7031 * antlr-mode.el: New commands: hide/unhide actions,
7032 upcase/downcase literals.
7033 (antlr-tiny-action-length): New user option.
7034 (antlr-hide-actions): New command. Suggested by
7035 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 7036 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
7037 (antlr-mode-menu): New entries.
7038 (antlr-downcase-literals): New command.
7039 (antlr-upcase-literals): Ditto.
7040
7041 * antlr-mode.el: Minor changes: indendation, mode-name.
7042 (antlr-indent-line): Indent cpp directive at column 0.
7043 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
7044
7045 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
7046 (antlr-font-lock-additional-keywords): Workaround for intentional
7047 bug in XEmacs version of font-lock.
7048 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
7049 be used by a smarter version of `buffers-menu-grouping-function'.
7050
70512000-05-29 Gerd Moellmann <gerd@gnu.org>
7052
7053 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
7054 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
7055
49f93684
KH
70562000-05-29 Kenichi Handa <handa@etl.go.jp>
7057
7058 * international/encoded-kb.el
7059 (encoded-kbd-iso2022-designation-map): Pay attention to that
7060 charset-iso-final-char return -1 for eight-bit-control and
7061 eight-bit-graphic.
7062
5b1ae051
EZ
70632000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
7064
7065 * speedbar.el (speedbar-use-images, speedbar-update-flag)
7066 (speedbar-easymenu-definition-base): Use display-graphic-p where
7067 available, instead of window-system.
7068
a205e32a
EZ
70692000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
7070
7071 * international/codepage.el (cp-coding-system-for-codepage-1): Add
7072 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
7073 coding systems.
7074
dd854dc2
DL
70752000-05-26 Dave Love <fx@gnu.org>
7076
c88a85d5
DL
7077 * disp-table.el (standard-display-underline): Don't use
7078 internal-find-face.
7079
dd854dc2
DL
7080 * mail/reporter.el: Maintainer change. Doc fixes.
7081 (reporter-version): Deleted.
7082
7083 * emacs-lisp/elp.el: Maintainer change.
7084 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
7085
dc29aa6c
SM
70862000-05-26 Stefan Monnier <monnier@cs.yale.edu>
7087
7088 * add-log.el (add-change-log-entry): Merge the current entry with the
7089 previous one if the previous one is empty.
7090
ed62683d
DL
70912000-05-26 Dave Love <fx@gnu.org>
7092
4370a375
DL
7093 * loadhist.el (unload-feature): Fix interactive spec [from
7094 lijnzaad@ebi.ac.uk].
7095
ed62683d
DL
7096 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
7097 subr-arity to check primitives.
7098 (byte-compile-flush-pending, byte-compile-file-form-progn)
7099 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
7100 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
7101 mapcar.
7102
ba9f8f95
KH
71032000-05-26 Kenichi Handa <handa@etl.go.jp>
7104
0f3e0672
KH
7105 * international/fontset.el: Set family names of non-latin charsets
7106 in default fontset to "*".
7107
cebefb44
KH
7108 * international/mule-diag.el (print-fontset): Combine family part
7109 and registry part of the fontname by "-*-" instead of "-".
7110
ba9f8f95
KH
7111 * international/mule-cmds.el (encode-coding-char): Make strings
7112 multibyte before calling encode-coding-string.
7113
931d0724
SM
71142000-05-25 Stefan Monnier <monnier@cs.yale.edu>
7115
7116 * derived.el: Fix keywords.
8ccce2b0 7117 (define-derived-mode): Only define if needed.
931d0724
SM
7118
7119 * simple.el (fill-comment, comment-column, comment-start)
7120 (comment-start-skip, comment-end, comment-indent-function)
7121 (block-comment-start, block-comment-end, indent-for-comment)
7122 (set-comment-column, kill-comment, comment-padding, comment-region)
7123 (comment-multi-line, indent-new-comment-line): Remove.
7124
7125 * bindings.el (esc-map): Change ; to comment-dwim and use the new
7126 function names for comment operations.
7127
7128 * newcomment.el: Add abundant autoload cookies.
7129 (comment-style): Don't depend on runtime data at compile-time.
7130 (comment-indent-hook): Remove.
7131 (comment-indent): Check if comment-indent-hook is bound.
7132 (comment-region): Docstring fix.
7133
6fc596cf
DL
71342000-05-25 Dave Love <fx@gnu.org>
7135
7136 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
7137 byte-code-function-p.
7138
7139 * mail/rmailsum.el: Add provide.
7140
7141 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
7142
7143 * smerge-mode.el (smerge-diff-switches): Don't use list* in
7144 defcustom.
7145
7997f1ca 71462000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 7147
7997f1ca
MK
7148 * ediff-diff.el (ediff-exec-process): delete --binary option from
7149 non-buffer ediff jobs.
7f565d87 7150
e7a903e8
EZ
71512000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7152
7153 * hilit-chg.el (highlight-changes-mode): Ask about color or
7154 grayscale support, not about window-system.
7155
7156 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
7157 window-system.
7158 (ffap-highlight): Always default to t.
7159
7160 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
7161 display-popup-menus-p instead of looking at window-system.
7162
7163 * disp-table.el (standard-display-g1, standard-display-graphic):
7164 Only refuse to use string glyphs on X and MS-Windows.
7165
7166 * avoid.el: Remove window-system from commentary, suggest to use
7167 display-*-p instead.
7168
7169 * apropos.el (apropos-print): Use display-mouse-p instead of
7170 window-system.
7171
14028d57
EZ
71722000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7173
7174 * international/codepage.el (cp-decoding-vector-for-codepage):
7175 Fill up unsupported characters with their own codes. From Kenichi
7176 Handa.
7177
1a4f9cc1
EZ
71782000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7179
7180 * international/mule-diag.el (describe-char-after): Use
7181 display-graphic-p instead of window-system, so that this function
7182 works on MS-DOS.
7183
89f6ca4e
EZ
71842000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7185
7186 * international/codepage.el (cp-make-coding-systems-for-codepage):
7187 Remove the eight-bit-graphic and eight-bit-control charsets from
7188 the list of charsets which we convert into `?'.
7189
eacfd7fe
KH
71902000-05-25 Kenichi Handa <handa@etl.go.jp>
7191
7192 * international/mule-conf.el: Specify CHARSET-ID explicitely for
7193 private charsets.
7194 (mule-unicode-0100-24ff, japanese-jisx0213-1,
7195 japanese-jisx0213-2): New charsets.
7196
7197 * international/fontset.el: Setup default fontset for new charsets.
7198
deadf7e3
DL
71992000-05-24 Dave Love <fx@gnu.org>
7200
7201 * info.el (Info-find-node-2): Restructure [following "Vadim
7202 S. Solomin" <sovs@uic.nnov.ru>].
7203
7204 * icomplete.el: Fix header for Finder.
7205
72062000-05-24 Eric M. Ludlam <zappo@ultranet.com>
7207
7208 * rmailout.el (rmail-output-to-rmail-file): Added optional param
7209 STAY.
7210
7211 * rmail.el (rmail-automatic-folder-directives): New user variable.
7212 (rmail-show-message): Add call to `rmail-auto-file' during
7213 display.
7214 (rmail-auto-file): New function.
7215
6de3983f 72162000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 7217
fc6a6a4e 7218 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 7219 account.
fc6a6a4e
GM
7220 (ediff-test-utility,ediff-diff-mandatory-option)
7221 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 7222 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 7223
fc6a6a4e 7224 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 7225 variable.
7f565d87 7226
fc6a6a4e 7227 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
7228 ediff-merge-filename-prefix.
7229
fc290d1d
MK
72302000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7231
fc6a6a4e 7232 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 7233
273182b8
EZ
72342000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
7235
7236 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
7237 aliases for hebrew-iso-8bit.
7238
f471ea57
EZ
72392000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
7240
7241 * woman.el: New version from Francis J. Wright
7242 <F.J.Wright@Maths.QMW.ac.uk>.
7243 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
7244 names in environment variables regardless of the path separator.
7245 (woman-topic-all-completions-1): Don't call file-name-directory-p
7246 on all files, since woman-file-regexp already filters out any
7247 directories.
7248
01162f24
KH
72492000-05-24 Kenichi Handa <handa@etl.go.jp>
7250
48e3df76
KH
7251 * international/quail.el (quail-start-translation): Don't change
7252 modified-p of the current buffer.
7253 (quail-start-conversion): Likewise.
7254
7255 * international/kkc.el (kkc-region): Don't change modified-p of
7256 the current buffer.
7257
747d90ea
KH
7258 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
7259 conform to RFC1468.
7260 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 7261
17a223ff
EL
72622000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
7263
7264 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
7265 (speedbar-insert-button): Invisible text property fix.
7266 (speedbar-directory-plus): Renamed from speedbar-directory-+
7267 (speedbar-directory-minus): Renamed from speedbar-directory--
7268 (speedbar-page-plus): Renamed from speedbar-file-+
7269 (speedbar-page-minus): Renamed from speedbar-file--
7270 (speedbar-page): Renamed from speedbar-file-
7271 (speedbar-tag): Renamed from speedbar-tag-
7272 (speedbar-tag-plus): Renamed from speedbar-tag-+
7273 (speedbar-tag-minus): Renamed from speedbar-tag--
7274 (speedbar-expand-image-button-alist): Use above renames.
7275
7276 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
7277 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
7278 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
7279 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
7280 * sb-pg.xpm: Renamed from sb-file.xpm
7281 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
7282 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 7283
e6b6fc18
KH
72842000-05-24 Kenichi Handa <handa@etl.go.jp>
7285
7286 * international/quail.el (quail-show-guidance-buf): Set
7287 current-input-method of the guidance buffer to the name of the
7288 curren input method.
7289
a1a336eb
SM
72902000-05-23 Stefan Monnier <monnier@cs.yale.edu>
7291
7292 * progmodes/compile.el (compile-internal): Style typo.
7293
7294 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
7295 quote vars and functions in the docstring.
7296
7297 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
7298
7299 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
7300 Don't quote lambdas.
7301
7302 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
7303
9695b783
GM
73042000-05-23 Gerd Moellmann <gerd@gnu.org>
7305
716e3b88
GM
7306 * startup.el (command-line): Determine source file of compiled
7307 user init file differently. Warn if compiled user init file
7308 is older than its source file.
7309
9695b783 7310 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 7311
41ac433f
EZ
73122000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
7313
7314 * files.el (make-backup-file-name-1): Replace slashes with `!'
7315 rather than `|' (which is not allowed on Windows). Replace the
7316 drive letters with a string "drive_X".
7317
46600ab1
GM
73182000-05-23 Gerd Moellmann <gerd@gnu.org>
7319
7320 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
7321
7322 * files.el (interpreter-mode-alist): Add `bash2'.
7323
79a64d87
DL
73242000-05-22 Dave Love <fx@gnu.org>
7325
7326 * loadhist.el (feature-symbols, file-provides, file-requires): Use
7327 mapc.
7328 (feature-file): Avoid calling symbol-name. Doc fix.
7329 (file-set-intersect, file-dependents): Use dolist, not mapcar.
7330 (loadhist-hook-functions): Add mouse-position-function.
7331 (unload-feature): Change uses of mapcar.
7332
7333 * files.el (parse-colon-path): Doc fix.
7334 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
7335 (set-auto-mode): Use mapc.
7336
7337 * complete.el (PC-look-for-include-file): Use :alnum: character
7338 class.
7339 (partial-completion-mode): Add autoload cookie.
7340
0e8c11d8
SS
73412000-05-22 Sam Steingold <sds@gnu.org>
7342
ce75fd23 7343 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
7344 `add-text-properties' (bug introduced on 2000-05-18).
7345
d8d0fa6c
DL
73462000-05-22 Dave Love <fx@gnu.org>
7347
7348 * bindings.el: Remove debug-ignored-errors set in other files.
7349
7350 * progmodes/etags.el: Add to debug-ignored-errors.
7351 (visit-tags-table-buffer): Clear out buffers holding old tables
7352 when making a new list.
7353 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
7354 mapc.
7355
7356 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
7357 quote keywords.
7358 (cmpl-string-case-type): Use character classes.
7359
0e8c11d8
SS
7360 * comint.el:
7361 * textmodes/ispell.el:
7362 * imenu.el:
d8d0fa6c
DL
7363 * mail/mh-e.el:
7364 * progmodes/compile.el: Add to debug-ignored-errors.
7365
7366 * dabbrev.el: Add to debug-ignored-errors.
7367 (dabbrev-completion): Use mapc.
7368
1edbbf8a
EZ
73692000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
7370
7371 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
7372 (woman-mapcan, woman-parse-man.conf)
7373 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
7374 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
7375 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
7376 path syntax better.
7377 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
7378 (woman-manpath): Call woman-parse-man.conf.
7379 (woman-emulation): New defcustom, defaults to nroff.
7380 (woman-font-support): New defconst.
7381 (woman-use-symbol-font): New defcustom.
7382 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
7383 "Emulation".
7384 Many functions: Doc fix.
7385
5bd2148c
KH
73862000-05-22 Kenichi Handa <handa@etl.go.jp>
7387
7388 * international/quail.el (quail-simple-translation-keymap): Map
7389 128..255 to quail-self-insert-command.
7390 (quail-keyboard-layout-alist): Add definition for "pc102-de".
7391
4125ec7e
SM
73922000-05-22 Stefan Monnier <monnier@cs.yale.edu>
7393
a1a336eb
SM
7394 * help.el (help-manyarg-func-alist): Typo.
7395
40aeecad
SM
7396 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
7397 intervals which makes it heaps simpler.
7398
4125ec7e
SM
7399 * newcomment.el (comment-region-internal): Go back to BEG after quoting
7400 the nested comment markers.
e4da9c1c
SM
7401
7402 * subr.el (remove-hook): Don't turn the hook's value into a list.
7403
cb7216a7
DL
74042000-05-21 Dave Love <fx@gnu.org>
7405
ac266581
DL
7406 * edmacro.el (edmacro-parse-keys): Return vector if any elements
7407 are invalid characters.
7408
cb7216a7
DL
7409 * international/mule-util.el (detect-coding-with-priority): Use
7410 mapc. Remove redundant lambda.
7411
7412 * international/mule-diag.el (list-non-iso-charset-chars)
7413 (describe-fontset): Remove redundant lambda.
7414
7415 * emulation/crisp.el (brief-mode): New alias.
7416
7417 * emacs-lisp/ring.el (ring-elements): New function.
7418
7419 * emacs-lisp/easymenu.el (easy-menu-create-menu)
7420 (easy-menu-do-add-item): Use keywordp.
7421
7422 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
7423
7424 * replace.el: Doc and error message fixes.
7425 (replace-highlight): Use facep, not internal-find-face.
7426
9b0d1d6e
SM
74272000-05-20 Stefan Monnier <monnier@cs.yale.edu>
7428
b2d2cf58
SM
7429 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
7430
ffe7dc64
SM
7431 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
7432 (log-edit-insert-changelog): Drop `:' as well.
7433
7434 * log-view.el: Fix file description.
7435 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
7436 available.
7437 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
7438 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
7439
c8c21615
SM
7440 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
7441 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
7442 Print a status message if the toggle is called interactively.
7443 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
7444 for global minor modes and use `defcustom' for them.
7445 Use add-minor-mode.
7446 (easy-mmode-define-derived-mode): Remove.
7447 (define-derived-mode): Fancier default docstring.
7448 (easy-mmode-define-navigation): Signal an error rather than (ding).
7449
9b0d1d6e
SM
7450 * newcomment.el (comment-styles): New `box-multi'.
7451 (comment-normalize-vars): Better default for comment-continue to
7452 avoid whitespace-only continuations.
7453 (comment-search-forward): Always move even in the no-syntax case.
7454 (comment-padright): Only obey N if it's only obeyed for padleft.
7455 (comment-make-extra-lines): Better handling of empty continuations.
7456 Use `=' for the filler if comment-start has only one character.
7457 (uncomment-region): Try handling the special `=' filler.
7458 (comment-region): Allow LINES even if MULTI is nil.
7459 (comment-box): Choose box style based on comment-style.
7460
f5ee6d0f
KH
74612000-05-20 Kenichi Handa <handa@etl.go.jp>
7462
9b0d1d6e 7463 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
7464 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
7465
c9671f81
KH
74662000-05-20 Kenichi HANDA <handa@etl.go.jp>
7467
7468 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
7469 and insert, not subst-char-in-region.
7470
7471 * international/mule-diag.el (list-character-sets-1): Handle
7472 charsets eight-bit-control and eight-bit-graphic.
7473 (list-iso-charset-chars): Likewise.
7474 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
7475 charactes as is. Use indent-to to align characters.
7476
7477 * international/mule-cmds.el (find-multibyte-characters): Never
7478 exclude charsets eight-bit-control and eight-bit-graphic.
7479
1426aa5c
SM
74802000-05-19 Stefan Monnier <monnier@cs.yale.edu>
7481
7482 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
7483 Don't quote lambdas.
7484
7485 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
7486
2b63d473
GM
74872000-05-19 Gerd Moellmann <gerd@gnu.org>
7488
7489 * gud.el (gud-jdb-directories): Doc fix.
7490
f1355756
SM
74912000-05-19 Stefan Monnier <monnier@cs.yale.edu>
7492
7493 * newcomment.el: New file.
7494
5f64c9e0
GM
74952000-05-19 Gerd Moellmann <gerd@gnu.org>
7496
2b63d473 7497 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 7498
db7314bd
AS
74992000-05-18 Andreas Schwab <schwab@suse.de>
7500
7501 * dired.el (dired-between-files): Also skip lines beginning with
7502 `used'.
7503
25bb0401
GM
75042000-05-18 Gerd Moellmann <gerd@gnu.org>
7505
7506 * msb.el (msb-menu-cond): Add choice `user'.
7507
a199a865 75082000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 7509
a199a865
GM
7510 * ps-print.el: Compatibility, customization and doc fix.
7511 (ps-printer-name-option): Replace defconst by defvar.
7512 (ps-postscript-code-directory): XEmacs compatibility.
7513 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
7514 fix.
7515 (ps-user-defined-prologue, ps-print-prologue-header)
7516 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
7517 compatibility and code fix.
7518 (ps-print-background-image, ps-print-background-text):
7519 Customization fix.
7520 (ps-line-number-start, ps-n-up-on): New vars.
7521
25bb0401
GM
75222000-05-18 Espen Skoglund <esk@ira.uka.de>
7523
7524 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
7525 the indent-comment function to just return the appropriate indent.
7526
68e6c83a
EL
75272000-05-18 Eric M. Ludlam <zappo@ultranet.com>
7528
7529 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
7530 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
7531 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
7532
dae6cb9f
DL
75332000-05-18 Dave Love <fx@gnu.org>
7534
7535 * info.el (Info-fontify-node): Add intangible property as well as
7536 invisible.
7537
7538 * calendar/appt.el (appt-make-list): Match all lines of entry.
7539 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
7540
813086ea
KH
75412000-05-18 Kenichi Handa <handa@etl.go.jp>
7542
7543 * international/mule-diag.el (describe-char-after): Call
7544 internal-char-font, not char-font. If internal-char-font returns
7545 nil, display "-- none --".
7546
24978190
EZ
75472000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
7548
7549 * image.el (image-type-available-p): Don't reference image-types
7550 if it isn't bound.
7551
2fca2d5d
SM
75522000-05-17 Stefan Monnier <monnier@cs.yale.edu>
7553
7554 * autoarg.el (autoarg-mode): Typo in the :set argument.
7555
cfc75d05
EZ
75562000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
7557
7558 * startup.el (command-line-1): Don't signal an error if the
7559 directory for auto-save-list files does not yet exist.
7560
c4e30387
KH
75612000-05-17 Kenichi Handa <handa@etl.go.jp>
7562
7563 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
7564
dd6b8ea7
SM
75652000-05-16 Stefan Monnier <monnier@cs.yale.edu>
7566
7567 * subr.el (remove-hook): `setq' hook-value, not `set'.
7568
399c88ad
SS
75692000-05-16 Sam Steingold <sds@gnu.org>
7570
a199a865 7571 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 7572
01651f07
DL
75732000-05-16 Dave Love <fx@gnu.org>
7574
7575 * cus-edit.el: Don't require cl or easymenu.
7576 (custom-variable-prompt): Test standard-value property, not
7577 user-variable-p.
7578
2248c40d
SS
75792000-05-16 Sam Steingold <sds@gnu.org>
7580
7581 * subr.el (add-hook): `setq' hook-value, not `set'.
7582
b15f3b77
GM
75832000-05-16 Gerd Moellmann <gerd@gnu.org>
7584
7585 * startup.el (command-line-1): Mention the FAQ in the startup
7586 message.
7587
7588 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
7589
7590 * progmodes/compile.el (compilation-parse-errors): Collect
7591 `nomessage' regexps last.
7592
7593 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
7594
7595 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
7596 to the function name.
7597
f9bbcfac
EL
75982000-05-15 Dave Love <fx@gnu.org>
7599
7600 * speedbar.el (speedbar-recenter): Typo.
7601 (speedbar-expand-line): Make arg optional.
7602 (speedbar-mode): Avoid a compiler warning.
7603
119b42eb
GM
76042000-05-15 Gerd Moellmann <gerd@gnu.org>
7605
7606 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
7607 user-specified option string is empty.
7608
7609 * mouse.el (mouse-yank-at-click): Doc fix.
7610
f685bea9
EZ
76112000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
7612
7613 * term/internal.el (IT-character-translations): More updates of
7614 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
7615 documents.
7616
a1b8d58b
GM
76172000-05-15 Gerd Moellmann <gerd@gnu.org>
7618
7619 * env.el (getenv): New function, interactively callable.
7620 (setenv, getenv): Remove autoload cookies.
7621
7622 * loadup.el: Load `env'.
7623
7624 * progmodes/f90.el: Change author's mail address.
7625
c9bba7ed
DL
76262000-05-14 Dave Love <fx@gnu.org>
7627
e5c83697
DL
7628 * mail/rmail.el (rmail-show-message-hook): Customize and offer
7629 goto-addr as an option.
7630
7631 * help.el (help-xref-stack): Doc fix.
7632 (help-xref-following): New variable.
7633 (help-make-xrefs): Use it.
7634 (help-xref-go-back): Use position information from stack element.
7635 (help-follow): Make position in stack element a pair. Use
7636 help-xref-following.
399c88ad 7637
e5c83697
DL
7638 * autoarg.el: New file.
7639
7640 * faces.el: Declare more functions obsolete.
7641
c9bba7ed
DL
7642 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
7643 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
7644 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
7645 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
7646 Remove all the setup-...-environment functions.
7647
b6389bfb
EL
76482000-05-13 Eric M. Ludlam <zappo@ultranet.com>
7649
a1b8d58b
GM
7650 * speedbar.el: Updated the commentary section. xemacs20p now uses
7651 >= when detecting. Require `defimage' safely.
b6389bfb
EL
7652 (speedbar-easymenu-definition-base): Add toggle for images.
7653 (speedbar-easymenu-definition-special): Add flush cache & expand.
7654 (speedbar-visiting-tag-hook): Set new defaults. Added options.
7655 (speedbar-reconfigure-keymaps-hook): New variable.
7656 (speedbar-frame-parameters): Updated documentation.
7657 (speedbar-use-imenu-flag): Updated custom tag
7658 (speedbar-dynamic-tags-function-list): New variable.
7659 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
7660 (speedbar-indentation-width, speedbar-indentation-width) New
7661 variables.
7662 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
7663 (speedbar-vc-indicator): Doc update.
7664 (speedbar-ignored-path-expressions): Updated default value.
7665 (speedbar-supported-extension-expressions): Updated default value.
7666 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
7667 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
7668 as "+". Added overlay aliases.
7669 (speedbar-mode): Use `speedbar-mode-line-update' instead of
7670 `force-mode-line-update'.
7671 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
7672 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
7673 `mouse-set-point'
b6389bfb 7674 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
7675 (speedbar-item-info-tag-helper): Revamped to handle a wider range
7676 of arbitrary text, and new helper functions.
7677 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
7678 filename finder.
b6389bfb
EL
7679 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
7680 (speedbar-directory-buttons): Update path search/expansion.
7681 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
7682 `speedbar-indentation-width'. Use more care w/ invisible
7683 properties.
b6389bfb
EL
7684 (speedbar-change-expand-button-char): Call
7685 `speedbar-insert-image-button-maybe'.
7686 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
7687 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
7688 (speedbar-trim-words-tag-hierarchy)
7689 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 7690 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
7691 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
7692 functions.
b6389bfb
EL
7693 (speedbar-mouse-set-point): New function
7694 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
7695 (speedbar-line-token, speedbar-goto-this-file): Handle more types
7696 of tag prefix text.
7697 (speedbar-expand-line, speedbar-contract-line): Make more robust
7698 to strange text.
7699 (speedbar-expand-line): Takes universal argument to flush the
7700 cache.
b6389bfb
EL
7701 (speedbar-flush-expand-line): New function.
7702 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
7703 Use new generator insertion method.
7704 (speedbar-fetch-dynamic-tags): New function.
7705 (speedbar-fetch-dynamic-imenu): Removed code now handled in
7706 `speedbar-fetch-dynamic-imenu'.
7707 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
7708 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
7709 "Revert Buffer" menu items.
7710 (speedbar-buffer-buttons-engine): Be smarter when creating a
7711 filename tag (for expansion purposes.).
a1b8d58b
GM
7712 (speedbar-highlight-one-tag-line,
7713 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
7714 (speedbar-recenter): New functions.
b6389bfb 7715 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
7716 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
7717 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
7718 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
7719 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
7720 (speedbar-expand-image-button-alist): New variable.
7721 (speedbar-insert-image-button-maybe): Insert an image over some
7722 buttons.
7723
43fe9244
KH
77242000-05-13 Kenichi Handa <handa@etl.go.jp>
7725
7726 * international/mule-cmds.el (encode-coding-char): An ASCII
7727 character is always encodable.
7728
7729 * international/mule-conf.el: Add more information in descriptions
7730 of character sets.
7731
813086ea 7732 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
7733 (describe-font-internal): Adjusted for the change of font-info.
7734 (describe-font): Likewise.
7735 (print-fontset): Rewritten for the new fontset implementation.
7736 (describe-fontset): Include fontset alias names in completion.
7737 (list-fontsets): Adjusted for the change of print-fontset.
7738
7739 * simple.el (what-cursor-position): If DETAIL is non-nil, call
7740 describe-char-after instead of displaying the detail in the echo
7741 area.
813086ea
KH
7742 (syntax-code-table): Format changed.
7743 (string-to-syntax): Adjusted for the above change.
0e8c11d8 7744
e8564f57
SM
77452000-05-12 Stefan Monnier <monnier@cs.yale.edu>
7746
7747 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
7748
9278c60d
DL
77492000-05-12 Dave Love <fx@gnu.org>
7750
7751 * calendar/todo-mode.el: Remove some compatibility stuff and CL
7752 dependence. Use line-{beginning,end}-position, not
7753 point-at{b,e}ol. Some doc fixes.
7754 (todo-position): New function. Fix callers of position to use it.
7755 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
7756
be0505fe
GM
77572000-05-12 Gerd Moellmann <gerd@gnu.org>
7758
7759 * time.el (display-time-mail-icon): Use `:ascent center'.
7760
a8a3541c
GM
7761 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
7762 handling FTP security extensions.
399c88ad 7763
44d5f148
DL
77642000-05-11 Dave Love <fx@gnu.org>
7765
33d0c179 7766 * calendar/todo-mode.el: New file.
44d5f148 7767
da4496b6
GM
77682000-05-11 Gerd Moellmann <gerd@gnu.org>
7769
cdc4401d
GM
7770 * comint.el (comint-read-input-ring): Move reference to
7771 comint-input-ring-size outside of the save-excursion. It was
7772 causing the default value to be the only one ever seen.
399c88ad 7773
0279f991
GM
7774 * font-lock.el: Update copyright. Remove Simon Marshall's email
7775 address on request from him.
7776
da4496b6
GM
7777 * subr.el (substitute-key-definition): Add comment describing
7778 the meaning of PREFIX.
7779
ac5cb26d
SM
77802000-05-10 Stefan Monnier <monnier@cs.yale.edu>
7781
7782 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
7783
7784 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
7785 (add-minor-mode): Don't make the variable buffer-local and add a
7786 reference to define-minor-mode in the docstring.
7787
7788 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
7789 HEADER/FOOTER and fix bug with trailing empty directory.
7790 (cvs-append-to-ignore): Use vc-editable-p if available.
7791 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
7792 (vc-do-command): Tweak advice to handle the new VC.
7793
7794 * log-view.el (log-view-goto-rev): New function for the new VC.
7795 (log-view-minor-wrap): Use mark-active.
7796
7797 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
7798 (log-edit-changelog-full-paragraphs): New var.
7799 (log-edit-insert-changelog): Remove a lonely leading `* file'.
7800 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
7801 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
7802 (log-edit-changelog-ours-p, log-edit-changelog-entries)
7803 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
7804 Replace the `cvs' prefix with `log-edit'.
7805
7806 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
7807
7808 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
7809 (diff-font-lock-defaults): Explicitly turn off multiline.
7810 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
7811 (diff-ediff-patch): Fix call to ediff-patch-file.
7812 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
7813 Handle comments.
7814
7815 * frame.el (automatic-hscrolling): Typo.
7816
7817 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
7818
21c34da3
DL
78192000-05-09 Sam Steingold <sds@goems.com>
7820
7821 * apropos.el (apropos-print): use `describe-face' instead of
7822 `customize-face-other-window'.
7823
950cf06f
DL
78242000-05-09 Dave Love <fx@gnu.org>
7825
7826 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
7827
7828 * help.el (describe-variable): Have customize button pop the
7829 help-xref stack when invoked.
7830 (help-xref-symbol-regexp): Add `face'.
7831 (help-make-xrefs): Check for quoted face names and adapt regexp
7832 submatch numbers to cope.
7833 (help-xref-interned): Maybe insert face doc too. Separate
7834 sections with a line of hyphens.
7835
0623e40f 7836 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
7837 (describe-face): Add customize button. Return the help
7838 text. Fix prompt.
7839
82e2ca9d
EZ
78402000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
7841
7842 * term/internal.el (IT-character-translations): Fix last change.
7843
10c00b5c
EZ
78442000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
7845
7846 * woman.el: New file
7847 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
7848
9deed82f
EZ
78492000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
7850
001ad319
EZ
7851 * term/internal.el (IT-character-translations): Update ASCII
7852 simulations for greek-iso8859-7, add latin-iso8859-14 and
7853 latin-iso8859-15.
7854
9deed82f
EZ
7855 * international/mule-cmds.el (set-language-info-alist): Call
7856 define-prefix-command with 3 arguments, to make the map suitable
7857 for a menu.
7858
4f37b78a
DL
78592000-05-07 Dave Love <fx@gnu.org>
7860
d313265f 7861 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 7862
64a4c526
DL
78632000-05-05 Dave Love <fx@gnu.org>
7864
7865 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
7866 list in doc string. Don't quote keyword symbols.
7867 * emacs-lisp/cl.el: Likewise
7868 * emacs-lisp/cl-seq.el: Likewise
7869
056565f7
GM
78702000-05-05 Gerd Moellmann <gerd@gnu.org>
7871
7872 * abbrev.el (abbrev-mode): Make ARG optional.
7873
4656b314
GM
78742000-05-04 Gerd Moellmann <gerd@gnu.org>
7875
ec82fb2f
GM
7876 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
7877
7878 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
7879
4656b314
GM
7880 * subr.el (substitute-key-definition): Clarify documentation.
7881
78822000-05-04 Milan Zamazal <pdm@freesoft.cz>
7883
7884 * glasses.el (glasses-convert-to-unreadable): Use
7885 `glasses-separator' instead of the hard-wired "_".
7886 (glasses-mode): Call `glasses-make-unreadable' only in a single
7887 place.
7888
7b081c78
EZ
78892000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
7890
7891 * term/internal.el (cjk-codepages-alist): Add associations for
7892 Chinese and Korean codepages. Remove FIXME comment.
7893
baa5536e
DL
78942000-05-03 Dave Love <fx@gnu.org>
7895
7896 * time.el (display-time-mail-face, display-time-use-mail-icon):
7897 New option.
7898 (display-time-mail-icon): New variable.
7899 (display-time-string-forms): Use the above. Fix the local-map.
7900
cbf18892
GM
79012000-05-03 Gerd Moellmann <gerd@gnu.org>
7902
4ff40dd0
GM
7903 * replace.el (query-replace-map): Add binding for `E'.
7904 (query-replace-help): Extend help text.
7905 (perform-replace): Allow editing the replacement string.
7906
7907 * make-mode.el (makefile-mode-abbrev-table): New variable.
7908 (makefile-mode): Set local abbrev table to
7909 makefile-mode-abbrev-table.
7910 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 7911
cbf18892
GM
7912 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
7913 set TOGGLE's value.
7914
4ff40dd0
GM
7915 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
7916 mail-interactive-insert-alias.
7917 (mail-abbrev-complete-alias): New command.
7918 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 7919
ffec4d9f
KH
79202000-05-03 Kenichi Handa <handa@etl.go.jp>
7921
7922 * language/lao-util.el (lao-compose-region): New function.
7923
1b0672c3
GM
79242000-05-02 Gerd Moellmann <gerd@gnu.org>
7925
576da55d
GM
7926 * files.el (recover-session): Make directories as necessary
7927 if they don't exist yet.
7928
399c88ad
SS
7929 * calendar/cal-french.el
7930 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
7931 (french-calendar-special-days-array): Change French text.
7932 (calendar-french-date-string): Change output.
7933 (calendar-goto-french-date): Likewise.
7934
79352000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
7936
7937 * wid-edit.el (widget-default-active): Obey `:always-active'.
7938 (widget-documentation-string-value-create): Set `:always-active'.
7939
4b33deaa
EZ
79402000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
7941
7942 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
7943 default prefix to `~/_emacs.d/auto-save.list/_s'.
7944 (normal-top-level): Create the directory for auto-save files, if
7945 it doesn't already exist (in the ms-dos case only).
7946
5c922ea7
EZ
79472000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
7948
7949 * international/mule-cmds.el (set-language-environment): Don't
7950 concat an integer (dos-codepage), use format instead.
7951
820ad5e7
DL
79522000-05-02 Dave Love <fx@gnu.org>
7953
7954 * help.el (help-xref-on-pp): Check for constant symbols.
7955
57cb56f5
GM
79562000-04-29 Gerd Moellmann <gerd@gnu.org>
7957
7958 * startup.el (normal-top-level): Put a condition-case around
7959 the code loading subdirs.el.
7960
79612000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 7962
57cb56f5
GM
7963 * ps-print.el: Upside-down and face background color printing,
7964 line number step, doc fix.
7965 (ps-print-version): New version number (5.2).
7966 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
7967 (ps-face-attribute-list, ps-plot-with-face): Code fix.
7968 (ps-spool-config): Var fix.
7969 (ps-printer-name-option): Const fix.
7970 (ps-print-upside-down, ps-use-face-background)
7971 (ps-line-number-step): New vars.
7972 (ps-window-system, ps-lp-system): New consts.
7973 (ps-face-background): New fun.
7974
084cec2f
GM
79752000-04-28 Richard Stallman <rms@gnu.org>
7976
7977 * files.el (make-auto-save-file-name):
7978 Apply auto-save-file-name-transforms to visited file name
7979 before generating auto save file name.
7980 (auto-save-file-name-transforms): New variable.
7981
399c88ad 7982 * files.el (backup-enable-predicate):
084cec2f
GM
7983 Correctly test for a file under a temporary directory.
7984
c94f4677
GM
79852000-04-28 Gerd Moellmann <gerd@gnu.org>
7986
7987 * subr.el (add-minor-mode): Rewritten.
7988
7b211df5
KH
79892000-04-28 Kenichi Handa <handa@etl.go.jp>
7990
7991 * mail/sendmail.el (sendmail-send-it): Set
7992 buffer-file-coding-system to the selected coding system for MIME
7993 header.
7994
c76e04a8 79952000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 7996
c76e04a8
GM
7997 * dired.el (dired-move-to-filename-regexp): Allow format where
7998 YYYY is followed by two spaces.
e3e36d74 7999
c76e04a8
GM
8000 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
8001 in the second character class of the regexp.
8002
8003 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
8004 mh-etc, too.
353964e3 8005
c76e04a8
GM
8006 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
8007 nil.
399c88ad 8008
353964e3
GM
8009 * subr.el (add-minor-mode): Use `set' instead of `setq'.
8010
8011 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
8012 argument.
8013
c76e04a8 80142000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 8015
c76e04a8
GM
8016 * emacs-lisp/crm.el (crm-completion-table): New variable.
8017 (crm-collection-fn, crm-test-completion)
8018 (completing-read-multiple): Use it.
8019
80202000-04-27 Dave Love <fx@gnu.org>
8021
8022 * help.el (locate-library): Use mapc.
8023 (help-manyarg-func-alist): Add call-process-region.
8024
7464346d
GM
80252000-04-26 Gerd Moellmann <gerd@gnu.org>
8026
b35bd33d
GM
8027 * subr.el (add-minor-mode): Make argument MAP optional.
8028
7464346d
GM
8029 * desktop.el (desktop-save): Save list of minor modes.
8030 (desktop-create-buffer): Restore minor modes.
8031 (desktop-minor-mode-table): New user-option.
8032
8033 * subr.el (add-minor-mode): New function.
8034
8035 * image.el (find-image): New function.
8036 (defimage): Rewritten to find image at load time.
8037
8038 * startup.el (normal-top-level-add-to-load-path): Handle
8039 case that the default directory is not in load-path.
8040
8041 * help.el: Old patch from Stefan Monnier.
8042 (help-xref-on-pp): New function.
8043 (describe-variable): Use it to display xrefs in a symbol's value.
8044
23c0fb21
SM
80452000-04-26 Stefan Monnier <monnier@cs.yale.edu>
8046
8047 * cus-edit.el (custom-face): Fix parenthesis.
8048
fad95037
KH
80492000-04-26 Kenichi Handa <handa@etl.go.jp>
8050
f03392a1
KH
8051 * mail/rmail.el (rmail-expunge): When there are no deleted
8052 messages, do nothing.
fad95037 8053
0d7c5bb9
DL
80542000-04-26 Dave Love <fx@gnu.org>
8055
8056 * international/mule-cmds.el (locale-translation-file-name):
8057 Defvar to nil.
8058 (set-locale-environment): Set it here (at runtime).
8059
612839b6
GM
80602000-04-25 Gerd Moellmann <gerd@gnu.org>
8061
8062 * replace.el (perform-replace): Add parameters START and END. Use
8063 them instead of the check for a region in Transient Mark mode.
8064 (query-replace-read-args): Return two more list elements for the
8065 start and end of the region in Transient Mark mode.
8066 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8067 (map-query-replace-regexp, replace-string, replace-regexp): Add
8068 optional last arguments START and END and pass them to
8069 perform-replace.
8070
8071 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
8072 form with additional arguments for perform-replace.
8073
8074 * progmodes/etags.el (tags-query-replace): Add parameters START
8075 and END. Construct a form with additional arguments for
8076 perform-replace.
8077
8078 * simple.el (shell-command): Set default directory for "*Shell
8079 Command Output" buffer.
8080
8081 * language/european.el (iso-latin-4): Fix typo.
8082
8083 * emacs-lisp/crm.el: New file.
8084
2917cc05
DL
80852000-04-24 Dave Love <fx@gnu.org>
8086
8087 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
8088 (Custom-reset-saved, Custom-reset-standard)
8089 (custom-group-value-create, custom-group-set, custom-group-save)
8090 (custom-group-reset-current, custom-group-reset-saved)
8091 (custom-group-reset-standard): Use mapc.
8092 (custom-buffer-create-internal): Disable undo when creating items.
8093 Use mapc.
8094 (custom-face): Avoid redundant lambda.
8095
abfcc168
GM
80962000-04-24 Gerd Moellmann <gerd@gnu.org>
8097
8098 * startup.el (auto-save-list-file-prefix): Set default to
8099 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
8100
fa78f71b
SS
81012000-04-24 Sam Steingold <sds@gnu.org>
8102
8103 * time-stamp.el (time-stamp-string-preprocess): Always convert
8104 `field-result' to a string.
8105
cc181e95
GM
81062000-04-24 Gerd Moellmann <gerd@gnu.org>
8107
8108 * frame.el (scrolling): New group.
8109 (automatic-hscrolling): New user-option.
8110
8111 * startup.el (command-line-x-option-alist): Add `-lsp' and
8112 `--line-spacing'.
8113
6142fdcb
DL
81142000-04-19 Dave Love <fx@gnu.org>
8115
8116 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
8117 (cl-mapc): Rename from mapc. Fix the funcall.
8118
5e3dac3f
GM
81192000-04-19 Gerd Moellmann <gerd@gnu.org>
8120
1c459486
GM
8121 * simple.el (clone-indirect-buffer-other-window): New command.
8122 (clone-indirect-buffer): Add optional arg NORECROD.
8123 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
8124
271b4185
GM
8125 * help.el (resize-temp-buffer-window): Use count-screen-lines.
8126
8127 * window.el (count-screen-lines): New function.
8128 (shrink-window-if-larger-than-buffer): Use count-screen-lines
8129 instead of window-buffer-height.
8130
8131 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
8132 non-existing variable comint-input-sentinel.
8133 (inferior-lisp-args-to-list): Removed.
8134 (inferior-lisp): Use split-string instead of
8135 inferior-lisp-args-to-list.
8136
8137 * hexl.el (hexl-insert-hex-string): New command.
8138
5e3dac3f
GM
8139 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
8140 instead of concat.
8141
f6d3257b
GM
81422000-04-18 Gerd Moellmann <gerd@gnu.org>
8143
8144 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
8145 at the start of an existing but empty folder.
8146
81472000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8148
8149 * ps-mule.el: Customization fix, doc fix.
8150 (ps-multibyte-buffer): Customization fix.
8151
8b7bc628 81522000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
8153
8154 * subr.el (read-passwd): Use read-char-exclusive.
8155
0daee095
GM
81562000-04-17 Gerd Moellmann <gerd@gnu.org>
8157
8158 * textmodes/texinfo.el (texinfo-insert-@email)
8159 (texinfo-insert-@emph, texinfo-insert-@quotation)
8160 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
8161 (texinfo-mode-map): Add key bindings for them.
8162
8163 * files.el (basic-save-buffer-2): Use a template with `$'
8164 instead of `#' for VMS.
8165
8166 * simple.el (clone-indirect-buffer): New function.
8167
e10f64e7
GM
81682000-04-16 Stephen Eglen <stephen@gnu.org>
8169
8170 * iswitchb.el (iswitchb-case): New function. If the user input
8171 contains any upper-case characters, the search is made
8172 case-sensitive.
8173
e3721db1
SM
81742000-04-17 Stefan Monnier <monnier@cs.yale.edu>
8175
e10f64e7
GM
8176 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
8177 comment-end.
e3721db1
SM
8178 (texinfo-font-lock-syntactic-keywords): New var.
8179 (texinfo-font-lock-keywords): Remove comment regexp.
8180 (texinfo-insert-block): New function.
8181 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
8182 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
8183 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 8184 (texinfo-environments): New var.
e10f64e7
GM
8185 (texinfo-environment-regexp): Use regexp-opt and
8186 texinfo-environments.
e3721db1 8187
e10f64e7
GM
8188 * textmodes/ispell.el (ispell-menu-map-needed): Check that
8189 ispell-process is bound since this might be eval'd before ispell
8190 is loaded.
8191 (ispell-message): Use a tiny bit less magic and a bit more hard
8192 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
8193
8194 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
8195
8196 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
8197 (insert-cyclic-diary-entry): Unquote the lambda.
8198
8199 * gud.el (gud-jdb-build-source-files-list): Fix typo.
8200
8201 * files.el (backup-enable-predicate): Unquote the lambda.
8202
8203 * cus-edit.el (custom-face, face): Unquote the lambda.
8204
712dc9e0
GM
82052000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8206
8207 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 8208
712dc9e0
GM
8209 * ps-print.el: Fix counting lines in a region.
8210 (ps-print-version): New version number (5.1.5).
8211 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
8212 (ps-printing-region): Fun code fix.
8213
ffc50f2a
GM
82142000-04-15 Gerd Moellmann <gerd@gnu.org>
8215
8216 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
8217 to file-directory-p.
8218
a2522dca
GM
82192000-04-14 Gerd Moellmann <gerd@gnu.org>
8220
8221 * gud.el (gud-jdb-build-source-files-list): Check that directory
8222 exists before calling directory-files.
8223
6e883610
DL
82242000-04-13 Dave Love <fx@gnu.org>
8225
8226 * emacs-lisp/trace.el: Change maintainer. Use new backquote
8227 syntax.
8228
8229 * emacs-lisp/cl-specs.el: Remove when, unless.
8230
8231 * emacs-lisp/cl-extra.el: Don't quote keywords.
8232 (cl-old-mapc): New variable.
8233 (mapc): Use it.
8234 (cl-map-intervals): Use with-current-buffer. Don't check for
8235 next-property-change.
8236 (cl-map-overlays): Use with-current-buffer.
8237 (cl-expt): Remove.
8238 (copy-tree, remprop): Define unconditionally.
8239
8240 * emacs-lisp/cl-compat.el (keywordp): Remove.
8241
8242 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
8243 to use keywordp.
8244 (edebug-spec): Enable keywordp.
8245
8246 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
8247 string-lessp.
8248
8249 * cus-start.el: Use keywordp.
8250
198e3c7a
GM
82512000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8252
8253 * diary-lib.el (include-other-diary-files): Fix the fix of
8254 2000-02-18 by doing a save-excursion.
8255
82562000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8257
8258 * ps-print.el: Customization fix, doc fix.
8259 (ps-print-version): New version number (5.1.4).
8260 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
8261 (ps-print-preprint): Adjust code.
8262 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
8263 (ps-print-prologue-header, ps-print-control-characters)
8264 (ps-spool-config): Customization fix.
fa78f71b 8265
8eba343c
EZ
82662000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
8267
8268 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
8269 converted to the new menu-item format, names silightly changed,
8270 help strings added.
8271
8272 Support for spelling without async subprocesses:
8273
8274 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
8275 (ispell-session-buffer): New variables.
8276 (ispell-start-process, ispell-process-status,
8277 ispell-accept-output, ispell-send-string): New functions, for
8278 Ispell invocation when async subprocesses aren't supported.
8279 (ispell-word, ispell-pdict-save, ispell-command-loop,
8280 ispell-process-line, ispell-buffer-local-parsing): Replace calls
8281 to process-send-string with calls to ispell-send-string, and
8282 accept-process-output with ispell-accept-output.
8283 (ispell-init-process): Call ispell-process-status instead of
8284 process-status with.
8285 (ispell-init-process): Call ispell-start-process. Call
8286 ispell-accept-output and ispell-send-string. Don't call
8287 process-kill-without-query and kill-process if they are unbound.
8288 (ispell-async-processp): New function.
8289
3d30065d
DL
82902000-04-12 Dave Love <fx@gnu.org>
8291
8292 * info.el: Add debug-ignored-errors.
8293 (Info-mode-menu): Add some items.
8294 (Info-directory): Add autoload cookie.
8295
8296 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
8297 Modify `truncate-lines'. Make `describe-language-environment'
8298 always visible and add help. Modify `describe-key' help. Invoke
8299 Info-directory from `info'. New entry `emacs-manual'.
8300
1a1b1895
GM
83012000-04-10 Gerd Moellmann <gerd@gnu.org>
8302
8b2affc5
GM
8303 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
8304 propertized-buffer-identification.
8305 (ebrowse-update-member-buffer-mode-line): Likewise.
8306 (ebrowse--mode-strings): Removed.
8307 (ebrowse--mode-line-props): Removed.
8308
1a1b1895
GM
8309 * files.el (auto-mode-alist): Add `EBROWSE'.
8310
8311 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
8312 space before testing for end of buffer.
8313 (ebrowse-load): Removed.
8314 (ebrowse-revert-tree-buffer-from-file): Rewritten.
8315 (ebrowse-create-tree-buffer): Rewritten.
8316 (ebrowse-tree-mode): Read tree from buffer.
8317
8318 * progmodes/ebrowse-ffh.el: Removed.
8319
223f3c91
KH
83202000-04-10 Kenichi Handa <handa@etl.go.jp>
8321
8322 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
8323
25fbf2c4
GM
83242000-04-10 Gerd Moellmann <gerd@gnu.org>
8325
8326 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
8327 at the wrong place.
8328
92c13173
DL
83292000-04-09 Dave Love <fx@gnu.org>
8330
8331 * files.el (backup-enable-predicate): Use
8332 temporary-file-directory, small-temporary-file-directory.
8333 (make-backup-file-name-function, backup-directory-alist): New
8334 variables.
8335 (make-backup-file-name-1): New function.
8336 (make-backup-file-name): Use it.
8337 (find-backup-file-name): Likewise. Use format for clarity, not
8338 concat.
8339 (file-newest-backup): Use make-backup-file-name.
8340
be0dbdab
GM
83412000-04-09 Gerd Moellmann <gerd@gnu.org>
8342
c45be9ac 8343 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 8344
c45be9ac
GM
8345 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
8346 to ebrowse-ffh.el.
8347 (ebrowse-load): Add autoload.
8348
8349 * finder.el (finder-commentary): Add autoload cookie.
8350
be0dbdab
GM
8351 * mail/rfc2368.el: Correct author's email address.
8352
8353 * progmodes/ebrowse.el: New file.
8354
8355 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
8356 item help string.
8357 (easy-menu-do-add-item): Ditto.
8358 (easy-menu-define): Extend doc string.
8359
8360 * jit-lock.el (with-buffer-unmodified): Use
8361 restore-buffer-modified-p.
8362 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
8363 (jit-lock-function, jit-lock-stealth-fontify): Don't use
8364 with-buffer-unmodified.
8365
3f923efe
DL
83662000-04-08 Dave Love <fx@gnu.org>
8367
8368 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
8369 unless, when.
8370
d35bee0e
MK
83712000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
8372
8373 * viper-util.el (viper-put-on-search-overlay): New subroutine.
8374 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 8375 doesn't support face.
d35bee0e 8376 Use `viper-put-on-search-overlay'.
fa78f71b 8377
c407c570
GM
83782000-04-04 Gerd Moellmann <gerd@gnu.org>
8379
8380 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
8381 like C-r.
8382
8383 * progmodes/make-mode.el: Some doc fixes.
8384 (makefile-mode-abbrev-table): New variable.
8385 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
8386 (makefile-font-lock-keywords): Fontify includes and conditionals.
8387 (toplevel): Require `dabbrev' and `add-log' when compiling.
8388
8389 * replace.el (perform-replace): Don't move forward one char
8390 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
8391 to do that because it leaves point 1 position after the last
8392 replacement, after everything has been replaced.
8393
8394 * jit-lock.el (with-buffer-unmodified): New macro.
8395 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
8396 modified state.
8397 (jit-lock-function-1): Extracted from jit-lock-function; not
8398 preserving buffer's modified state.
8399 (jit-lock-function, jit-lock-stealth-fontify): Call
8400 jit-lock-function-1.
8401
8402 * mail/rfc2368.el: Remove supernumerary copyright line.
8403
685e5ed2
GM
84042000-04-04 Milan Zamazal <pdm@freesoft.cz>
8405
8406 * glasses.el: Provide facilities for inserting space before left
8407 parentheses and uncapitalization of identifiers.
8408 (glasses-mode): Try to remove old overlays in all cases.
8409
0166aed1
GM
84102000-04-03 Gerd Moellmann <gerd@gnu.org>
8411
62f20204
GM
8412 * progmodes/compile.el (compile-internal): Display the compilation
8413 buffer in a different frame, if it's already displayed there.
8414
6460c400
GM
8415 * mail/rfc2368.el: New file.
8416
c0510d27
GM
8417 * simple.el (sendmail-user-agent-compose): Recognize a `body'
8418 header and insert its value as mail body.
8419
8420 * subr.el (member-ignore-case): New function.
8421
8422 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
8423 (dabbrev--find-expansion): Ignore buffers matching a regexp
8424 from dabbrev-ignored-regexps.
8425
0166aed1
GM
8426 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
8427 to extensions handled by gzip.
8428
c0510d27
GM
84292000-04-03 Richard M. Stallman <rms@gnu.org>
8430
8431 * files.el (insert-directory): List the total free space
8432 along with the used space.
fa78f71b 8433
c0510d27
GM
8434 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
8435 line is followed by one that matches CITATION-REGEXP, end the
8436 paragraph.
8437
84382000-04-03 Markus Rost <rost@delysid.gnu.org>
8439
8440 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
8441 (rmail-make-basic-summary-line): Use that option.
fa78f71b 8442
14c04384
KH
84432000-04-03 Kenichi Handa <handa@etl.go.jp>
8444
8445 * international/mule-cmds.el (encoded-string-description):
8446 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
8447 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
8448 for hexadecimal format.
14c04384 8449
ccf5869a
DL
84502000-04-01 Dave Love <fx@gnu.org>
8451
8452 * cpp.el: Change customization group to `c' from `C'.
8453
8454 * vcursor.el (vcursor-move): Use display-color-p.
8455
8456 * international/mule-util.el: Provide mule-utils.
8457 (string-to-sequence): Simplify and speed up.
8458
8459 * international/mule.el (make-coding-system): Purecopy doc-string.
8460
8461 * international/mule-cmds.el: Various menu changes.
8462 (describe-specified-language-support): Handle `Default'.
8463 (set-language-info): Purecopy `info'.
8464
610d841e
GM
84652000-03-31 Andrew Innes <andrewi@gnu.org>
8466
8467 * vc.el (vc-backend-diff): Return the correct status if we had to
8468 retry the rcsdiff command without the --brief option.
fa78f71b 8469
7f9de034
DL
84702000-03-31 Dave Love <fx@gnu.org>
8471
2de47765
DL
8472 * help.el (help-manyarg-func-alist): Correct several omissions.
8473
72838819
DL
8474 * add-log.el: Don't require cl, fortran.
8475 (add-log-current-defun-function): Doc fix.
8476 (change-log-version-number-regexp-list): Remove SCCS part. Doc
8477 fix.
8478 (change-log-version-rcs): Function deleted.
8479 (change-log-version-number-search): Doc fix. Use
8480 vc-workfile-version. Avoid CL dolist.
8481 (add-change-log-entry): Just call add-log-current-defun to get
8482 defun. Simplify somewhat.
8483 (change-log-get-method-definition-1): Likewise.
8484 (add-log-current-defun): Return nil if calling
8485 add-log-current-defun-function does so. Move Fortran stuff to
8486 fortran.el. Return string without properties.
8487
7f9de034
DL
8488 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
8489 and :alpha: char classes.
8490
8491 * mail/supercite.el: Defvar curline when compiling.
8492 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
8493 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
8494 rather than a-zA-Z0-9 to allow non-ASCII characters.
8495
aa110c0c
GM
84962000-03-31 Gerd Moellmann <gerd@gnu.org>
8497
8498 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
8499
8500 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8501 Re-enable new code.
8502
8503 * lpr.el (print-region-1): Use -d to specify printer name for
8504 systems `usg-unix-v*, `dgux', `hpux', `irix'.
8505
85062000-03-31 Dave Love <fx@gnu.org>
fa78f71b 8507
aa110c0c
GM
8508 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
8509 for function definition in symbol's function value slot first
8510 instead of first consulting byte-compile-function-environment.
fa78f71b 8511
6733d074
KH
85122000-03-31 Kenichi Handa <handa@etl.go.jp>
8513
8514 * language/european.el ("Polish"): New language environment.
8515 (setup-polish-environment): New function.
8516
63fcfa04
GM
85172000-03-30 Gerd Moellmann <gerd@gnu.org>
8518
8519 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8520 Disable new code.
8521
8522 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
8523 trying to `load' the symbol of an autoload instead of the file
8524 recorded in the autoload. Fix error messages.
8525
7438c86b
GM
85262000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8527
8528 * ps-print.el: PostScript programming fix for ghostview, doc fix.
8529 (ps-print-version): New version number (5.1.3).
8530 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
8531 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
8532 (ps-generate-postscript-with-faces): Code fix.
8533 (ps-color-values): XEmacs compatibility.
8534 (ps-print-background-image, ps-print-background-text, ps-printer-name)
8535 (ps-default-fg, ps-default-bg): Adjust customization.
8536 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
8537 (ps-color-scale): Renaming old ps-color-value fun.
8538 (ps-print-headers): Replace ps-print-header group to avoid conflict
8539 with ps-print-header variable.
8540 (ps-print-miscellany): New group.
8541 (ps-format-color, ps-rgb-color): New funs.
8542 (ps-default-foreground): New var.
8543 (ps-printer-name-option): New const.
fa78f71b 8544
326855a0
PB
85452000-03-30 Peter Breton <pbreton@ne.mediaone.net>
8546
1f56ba73
PB
8547 * net/net-utils.el:
8548 (network-connection-host, network-connection-service): New variables
8549 (network-connection-mode): New mode, derived from comint-mode
8550 (network-connection-mode-setup): New function, saves host and
fa78f71b 8551 service information in local variables.
1f56ba73 8552
326855a0
PB
8553 * lisp/locate.el:
8554 (locate-word-at-point): Added this function
8555 (locate): Default to using locate-word-at-point as input
8556 Run dired-mode-hook
8557
141384bd
DL
85582000-03-29 Dave Love <fx@gnu.org>
8559
8560 * calendar/appt.el: Doc fixes.
8561 (appt-check): Convert min-to-app to a string before passing to
8562 appt-disp-window-function or concat.
8563 (appt-delete-window): Remove test for frame-root-window.
8564 (appt-select-lowest-window, appt-convert-time): Simplify.
8565
8566 * emacs-lisp/bytecomp.el: Doc fixes.
8567 (byte-compile-file-form-autoload): Update
8568 byte-compile-function-environment.
8569
c5aa0fc2
AS
85702000-03-29 Andreas Schwab <schwab@suse.de>
8571
8572 * emacs-lisp/autoload.el: Also print defsubst doc string
8573 specially.
8574
8575 * dired.el (dired-insert-directory): If dired-free-space-program
8576 failed just delete its output.
8577
f1d6fe69
DL
85782000-03-29 Dave Love <fx@gnu.org>
8579
8580 * international/iso-cvt.el: Move provide to end. Doc fixes.
8581 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
8582 (iso-iso2sgml, iso-sgml2iso): New functions.
8583 (iso-cvt-define-menu): Fix some entries and use backquote for
8584 clarity.
8585
8586 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
8587
b61f1215
GM
85882000-03-28 Gerd Moellmann <gerd@gnu.org>
8589
8590 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
8591 ISO-DATE. If non-nil, return date in ISO 8601 format.
8592
ea4b0ca3
SM
85932000-03-26 Stefan Monnier <monnier@cs.yale.edu>
8594
3831af62
SM
8595 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
8596 if it ever becomes used.
8597 (log-edit-mode-hook): Default to vc-log-mode-hook.
8598 (log-edit-mode): Fix the docstring.
8599
ea4b0ca3
SM
8600 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
8601 the code.
8602
08f8b1cc
DL
86032000-03-26 Dave Love <fx@gnu.org>
8604
082527fe
DL
8605 * net/browse-url.el (browse-url): Re-fix case of
8606 browse-url-browser-function being an alist.
8607 (browse-url): Add :link to defgroup.
8608
08f8b1cc
DL
8609 * files.el: Doc fixes.
8610 (file-truename): Include `[' in wildcard characters.
8611 (automount-dir-prefix): Customize.
8612 (find-file-wildcards): Add :version.
8613 (find-file-noselect): Simplify a mapcar call.
8614
8615 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
8616 compatible with inf-lisp version.
8617 (eval-defun-1): Fix custom-declare-variable case.
8618
ea4b0ca3
SM
86192000-03-25 Stefan Monnier <monnier@cs.yale.edu>
8620
8621 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
8622
9a0dd3dc
GM
86232000-03-24 Gerd Moellmann <gerd@gnu.org>
8624
b68c375f
GM
8625 * Makefile (COMPILE_FIRST): New macro.
8626 (compile-files): Compile files from COMPILE_FIRST first.
8627
8628 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
8629 code.
8630
9a0dd3dc
GM
8631 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
8632 matching open parenthesis in column 0 to defun-prompt-regexp
8633 only if open-paren-in-column-0-is-defun-start is set.
8634
8635 * sun-curs.el: Require CL at compile-time only.
8636
8637 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
8638 instead of copy-list which is a function from CL.
8639 (msb--choose-menu, msb--mode-menu-cond)
8640 (msb--create-buffer-menu-2): Use dolist instead of mapc.
8641 (msb--init-file-alist): Use mapcar instead of mapcan.
8642 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
8643 `(' in column 0 in doc string.
8644 (msb--add-separators): Use mapcar instead of mapcan.
8645
8646 * cus-dep.el: Require CL at compile-time only.
8647
c7dcadb5
SM
86482000-03-24 Stefan Monnier <monnier@cs.yale.edu>
8649
8650 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8651 (byte-compile-warnings): New warning `noruntime'.
8652 (byte-compile-constants, byte-compile-variables): Fix docstring.
8653 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
8654 execute `eval-whenc-compile's body.
8655 (byte-compile-unresolved-functions): Fix docstring.
8656 (byte-compile-eval): New function.
8657 (byte-compile-callargs-warn): Check if the function will be available
8658 at runtime (via property `byte-compile-noruntime').
8659 (byte-compile-print-syms): New function.
8660 (byte-compile-warn-about-unresolved-functions): Also warn about
8661 `noruntime' functions (and use `byte-compile-print-syms').
8662 (byte-compile-file): Capitalize the message.
8663
3b55acc9
GM
86642000-03-24 Gerd Moellmann <gerd@gnu.org>
8665
8666 * mail/rmail.el (rmail-confirm-expunge): New user-option.
8667 (rmail-expunge): Ask for confirmation depending on the setting
8668 of rmail-confirm-expunge.
8669
86702000-03-23 Gerd Moellmann <gerd@gnu.org>
8671
8672 * Makefile (bootstrap-clean): If $(emacs) exists, build
8673 loaddefs.el first. A loaddefs.el that's not up-to-date might
8674 cause a bootstrap failure because things don't autoload as
8675 expected.
8676
02c76af4
DL
86772000-03-23 Dave Love <fx@gnu.org>
8678
8679 * net/browse-url.el: Restore previous use of
8680 browse-url-maybe-new-window.
8681
1a3199d9
GM
86822000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8683
8684 * ps-print.el: Skip banner page fix.
8685 (ps-print-version): New version number (5.1.2).
8686 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 8687
1a3199d9
GM
86882000-03-23 Dave Pearson <davep@davep.org>
8689
8690 * net/quickurl.el Changed the type of parameter passed to the
8691 function defined by `quickurl-format-function'. Before only the
8692 text of the URL was passed. Now the whole URL structure is passed
8693 and the function is responsible for extracting the parts it
8694 requires. Changed the default of `quickurl-format-function'
8695 accordingly.
8696 (quickurl-insert): Changed the `funcall' of
8697 `quickurl-format-function' to match the above change.
8698 (quickurl-list-insert): Changed the `url' case so that it makes
8699 use of `quickurl-format-function', previous to this the format was
8700 hard wired.
fa78f71b 8701
72db3ab5
GM
87022000-03-22 Gerd Moellmann <gerd@gnu.org>
8703
8704 * startup.el: Change some spellings for the X Window System.
8705
68049bfa
SM
87062000-03-22 Stefan Monnier <monnier@cs.yale.edu>
8707
8708 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
8709 up the code and the regexp and make sure the cursor is temporarily
8710 moved to the suspicious line while querying the user.
8711
ff4df011
JR
87122000-03-22 Jason Rumney <jasonr@gnu.org>
8713
8714 * w32-fns.el (w32-charset-info-alist): Initialize.
8715
ee1c5b21
GM
87162000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8717
8718 * ps-print.el: N-up last page fix.
8719 (ps-print-version): New version number (5.1.1).
8720 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 8721
d2cbfba0
SM
87222000-03-21 Stefan Monnier <monnier@cs.yale.edu>
8723
bfb857d8
SM
8724 * files.el (find-file-run-dired): Update docstring.
8725 (find-directory-functions): New hook.
8726 (find-file-noselect): Run find-directory-functions rather than
8727 calling dired directly.
8728
8729 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
8730
cb3430a1
SM
8731 * pcvs.el: Add a minimal leading commentary.
8732 (cvs-make-cvs-buffer): Change the header part by removing the startup
8733 message and adding a `Module' entry. Also replace the FOOTER and
8734 HEADER special fileinfos with the new support in ewoc for updating
8735 its own footer and header.
8736 (cvs-update-header): Update to use the header/footer of the ewoc.
8737 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
8738 (cvs-is-within-p): New function.
8739 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
8740 to only examine some subset of the buffers.
8741
8742 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
8743 `format' instead of our own ad-hoc functions.
8744 Remove HEADER and FOOTER cases, now handled in the EWOC.
8745 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
8746
8747 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
8748 output to avoid scaring the user.
8749 (cvs-parse-table): Catch message for non-up-to-date commits.
8750
8751 * pcvs-defs.el (cvs-startup-message): Remove.
8752 (cvs-global-menu): New autoloaded menu.
8753
8754 * pcvs-util.el (cvs-string-fill): Remove.
8755
8756 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
8757 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
8758 PP part of it and also make it work for footers and headers.
8759 (ewoc-create): Drop POS and BUFFER arguments.
8760 Use the DLL's dummy node to store the end-of-footer position.
8761 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
8762 (ewoc-refresh): Remove unused `header' variable.
8763 (ewoc-(get|set)-hf): New functions.
8764
d2cbfba0
SM
8765 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
8766 log-view-*-(message|file) and use easy-mmode-define-navigation.
8767 (log-view-message-re): Match SCCS format as well.
8768 And match the revision line rather than the dashed separator line.
8769 (log-view-mode): Use the new define-derived-mode.
8770 (log-view-current-tag): Fill in with an actual implementation.
8771
8772 * cvs-status.el (cvs-status-(prev|next)): Rename from
8773 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
8774 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
8775 to let the output "breathe" a little more (more readable).
8776 (cvs-status-mode): Use the new define-derived-mode.
8777
8778 * smerge-mode.el (smerge-auto-leave): New function and variable.
8779 (smerge-basic-map): Rename from smerge-basic-keymap.
8780 Change the bindings for smerge-diff-*.
8781 (smerge-*-map): Use easy-mmode-defmap.
8782 (smerge-(next|prev)): Use easy-mmode-define-navigation.
8783 (smerge-keep-*): Use smerge-auto-leave.
8784
51663132
JR
87852000-03-21 Jason Rumney <jasonr@gnu.org>
8786
8787 * cus-edit.el (custom-button-face): Use 3D look for w32.
8788 (custom-button-pressed-face): Likewise.
8789
3f6e4b8b
GM
87902000-03-21 Gerd Moellmann <gerd@gnu.org>
8791
8792 * progmodes/etags.el (tags-case-fold-search): New user-option.
8793 (tags-loop-eval): New function. Bind case-fold-search around eval
8794 depending on the value of tags-case-fold-search.
8795 (tags-loop-continue): Use tags-loop-eval.
8796 (find-tag-in-order): Bind case-fold-search depending on the value
8797 of tags-case-fold-search.
8798
c7ea3acc
SM
87992000-03-21 Stefan Monnier <monnier@cs.yale.edu>
8800
0ae39f53
SM
8801 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
8802 (diff-end-of-hunk): Return the end position for use in
8803 `easy-mmode-define-navigation'.
8804 (diff-recenter): Remove.
8805 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
8806 of `easy-mmode-define-navigation'.
8807 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
8808 previous renaming) and fix to use new names.
8809 (diff-merge-strings): Use \n as separator: simpler, faster.
8810 (diff-mode): Use `define-derived-mode'.
8811
c7ea3acc
SM
8812 * derived.el (define-derived-mode): Don't autoload anymore.
8813 Prefer the macro-only version provided by easy-mmode.el.
8814
8815 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
8816 `easy-mmode-define-derived-mode'.
8817 Use `combine-run-hooks'.
8818 (easy-mmode-define-navigation): New macro.
8819
8820 * subr.el (combine-run-hooks): New function.
8821
6c4bfdc0
KH
88222000-03-21 Kenichi HANDA <handa@etl.go.jp>
8823
8824 * term/x-win.el: Fontsets related initialization is simplified.
8825
8826 * international/mule-diag.el (describe-font): Don't refer to
8827 global-fontset-alist, instead call font-list.
8828 (describe-fontset, list-fontsets, mule-diag): Likewise.
8829 (print-fontset): Adjusted for the change of fontset
8830 implementation.
8831
8832 * international/fontset.el (x-charset-registries): Variable
8833 removed, instead the corresponding data is stored in the default
8834 fontset.
8835 (register-alternate-fontnames): Function removed.
8836 (resolved-ascii-font): Variable removed.
8837 (x-compose-font-name): Ignore the second argument REDOCE.
8838 (x-complement-fontset-spec): Complement only an ASCII font and
8839 element for those charsets than can use that ASCII font.
8840 (generate-fontset-menu): Don't refer to global-fontset-alist,
8841 instead call fontset-list.
8842 (uninstantiated-fontset-alist): Variable removed.
8843 (x-style-funcs-alist): Likewise.
8844 (fontset-default-styles): Likewise.
8845 (x-modify-font-name): Function removed.
8846 (create-fontset-from-fontset-spec): Ignore the argument
8847 STYLE-VARIANT.
8848 (create-fontset-from-ascii-font): Docsting adjusted for the above
8849 change.
8850 (instantiate-fontset, resolve-fontset-name): Functions removed.
8851 (fontset-list): Now implemented by C code.
fa78f71b 8852
6c4bfdc0
KH
8853 * faces.el (read-face-font): Fix TABLE arg to completing-read.
8854 (describe-face): Include `font' attribute in the description.
8855
9111d4b5
KH
88562000-03-21 Kenichi Handa <handa@etl.go.jp>
8857
8858 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
8859
b33dd3b0
GM
88602000-03-20 Gerd Moellmann <gerd@gnu.org>
8861
a25bbe00
GM
8862 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
8863 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
8864 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 8865
b33dd3b0
GM
8866 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
8867 about behavior of set-buffer-modified-p wrt redisplay.
8868
8b7bc628 88692000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
8870
8871 * view.el (view-mode-disable): Kill local binding of view-read-only.
8872
d7b511c4
GM
88732000-03-18 Gerd Moellmann <gerd@gnu.org>
8874
8875 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
8876 is a string, convert it to a syntax cell using string-to-syntax.
8877
8878 * simple.el (syntax-code-table, syntax-flag-table): New variables.
8879 (string-to-syntax): New function.
8880
8881 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
8882 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 8883 try to use passive ftp mode.
d7b511c4 8884
998ecc60
GM
88852000-03-17 Gerd Moellmann <gerd@gnu.org>
8886
b33dd3b0 8887 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
8888
8889 * simple.el (append-to-buffer): Update point of windows after
8890 insertion.
8891
8892 * abbrev.el (inverse-add-abbrev): Identify word by first moving
8893 forward then moving backward. Reindent.
8894
8895 * frame.el (other-frame): Call x-focus-frame only if
8896 focus-follows-mouse is off.
8897
235d6821
DL
88982000-03-17 Dave Love <fx@gnu.org>
8899
8900 * pcvs-util.el (cvs-strings->string): Rename
8901 replace-regexps-in-string.
8902
a29a2cd1
SM
89032000-03-17 Stefan Monnier <monnier@cs.yale.edu>
8904
af595444
SM
8905 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
8906 regexp for labels cannot span several lines.
8907
8908 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 8909 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 8910
a9be2843
DL
89112000-03-16 Dave Love <fx@gnu.org>
8912
8913 * progmodes/f90.el (f90): Put custom group under `languages', not
8914 `fortran'.
8915 (f90-mode-hook): Customize.
8916 (f90-mode): Set add-log-current-defun-function.
8917 (f90-current-defun): New function.
8918
d0ab3e9d
GM
89192000-03-16 Gerd Moellmann <gerd@gnu.org>
8920
16b20ed9
GM
8921 * cus-edit.el (custom-variable-tag-face): Handle case that
8922 default face's height is not a number.
8923 (custom-face-tag-face, custom-group-tag-face-1)
8924 (custom-group-tag-face): Ditto.
8925 (custom-group-tag-face-1): Add :group.
fa78f71b 8926
d0ab3e9d
GM
8927 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
8928
ae8ab422
GM
89292000-03-15 Gerd Moellmann <gerd@gnu.org>
8930
8931 * pcvs-defs.el (toplevel): Remove autoload cookie for form
8932 requiring easymenu.
8933
81c7ca69
GM
89342000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8935
8936 * ps-print.el: PostScript user-defined prologue, PostScript error
8937 handler, doc fix.
8938 (ps-print-version): New version number (5.1).
8939 (ps-user-defined-prologue, ps-error-handler-message)
8940 (ps-print-prologue-0, ps-error-handler-alist): New vars.
8941 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
8942 (ps-insert-string): New function.
fa78f71b 8943
dcf1003d
KH
89442000-03-15 Kenichi Handa <handa@etl.go.jp>
8945
8946 * international/ccl.el (ccl-compile-expression): Don't generate
8947 invalid self-assignment code.
8948
73825616
DL
89492000-03-14 Dave Love <fx@gnu.org>
8950
8951 * subr.el (replace-regexp-in-string): Renamed from
8952 replace-regexps-in-string. Doc fix.
8953
031020ac
DL
89542000-03-12 Dave Love <fx@gnu.org>
8955
8956 * cus-edit.el: Doc fixes.
8957 (customize-set-variable, customize-save-variable): Rename args for
8958 doc.
8959 (custom-variable-tag-face, custom-face-tag-face)
8960 (custom-group-tag-face-1, custom-group-tag-face): Modify from
8961 style which user identify as hyperlink.
8962 (hook): Don't add undefined functions to the hook.
8963 (debug-ignored-errors): Transfer message from bindings.el.
8964
9b2f3c38
GM
89652000-03-12 Gerd Moellmann <gerd@gnu.org>
8966
8967 * recentf.el (recentf-keep-non-readable-files-p): Remove
8968 double/nested definition.
8969
0d6e23cf
DL
89702000-03-12 Dave Love <fx@gnu.org>
8971
8972 * facemenu.el (facemenu-get-face): Use display-color-p.
8973 * enriched.el (enriched-decode-foreground): Likewise.
8974 (enriched-decode-background): Likewise.
8975 * isearch.el (isearch-highlight): Likewise.
8976 * info-look.el (info-lookup): Likewise.
8977 * simple.el (completion-setup-function): Likewise.
8978
8979 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
8980 :options.
8981
8982 * bindings.el (mode-line-format): Fix line-number and
8983 column-number items. Add help-echo for the background.
8984 (mode-line-mule-info): Modify help-echo.
8985
8986 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
8987 defcustom.
8988
8989 * files.el (load-file): Allow completion to .elc.
8990
8991 * man.el: Doc fixes.
8992 (Man-init-defvars): Use display-color-p to set fontification.
8993
8994 * play/hanoi.el (hanoi-internal): Don't use oddp.
8995
e1cff360
GM
89962000-03-12 Gerd Moellmann <gerd@gnu.org>
8997
8998 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
8999
9000 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
9001
5e5dff44
GM
90022000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
9003
9004 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
9005 Fix comment.
9006
5b467bf4
SM
90072000-03-10 Stefan Monnier <monnier@cs.yale.edu>
9008
83fef604
SM
9009 * font-lock.el (font-lock-keywords): Fix the doc now that
9010 regexp-opt-depth is unnecessary.
9011 (save-buffer-state): Set an edebug spec.
9012 (font-lock-fontify-anchored-keywords): Properly handle the case when
9013 the matcher goes past the limit.
9014
5b467bf4
SM
9015 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
9016 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
9017
83fef604
SM
9018 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
9019 dll.el and cookie.el (from Elib) with heavy renaming and other
9020 massaging.
5b467bf4
SM
9021
9022 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
9023 Autoload the functions used.
9024 (easy-mmode-define-syntax): Fix CL typo.
9025 (easy-mmode-define-derived-mode): Improve the docstring generation.
9026
d407456c
GM
90272000-03-10 Gerd Moellmann <gerd@gnu.org>
9028
9029 * textmodes/texinfo.el (texinfo-version): Variable and function
9030 removed.
9031
5a7a545c
SM
90322000-03-09 Stefan Monnier <monnier@cs.yale.edu>
9033
0d6e23cf
DL
9034 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
9035 allow more flexibility.
9036 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
9037 fns.
9038 (easy-mmode-defmap, easy-mmode-defsyntax)
9039 (easy-mmode-define-derived-mode): New macros.
5a7a545c 9040
d407456c 90412000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
9042
9043 * rect.el (replace-rectangle): New function.
9044
90452000-03-09 Dave Love <fx@gnu.org>
9046
9047 * progmodes/fortran.el (fortran-comment-line-start): Define as
9048 "C".
9049 (fortran-comment-line-start-skip): Don't match cpp stuff.
9050 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
9051 (fortran-mode-map): Remove over-eager custom-menu-create for now.
9052 (fortran-mode): Don't set fortran-comment-line-start-skip,
9053 fortran-comment-line-start here. Set comment-start,
9054 add-log-current-defun.
9055 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
9056 (fortran-current-defun): New function.
9057
80460654
GM
90582000-03-09 Gerd Moellmann <gerd@gnu.org>
9059
d1221ea9
GM
9060 * emacs-lisp/re-builder.el: New file.
9061
1853aa6b
GM
9062 * mouse.el (mouse-drag-region): Don't run up-event handler
9063 if hscroll has changed.
9064
80460654
GM
9065 * octave-mod.el (octave-font-lock-keywords): To font-lock the
9066 builtin operators, use `font-lock-builtin-face' for Emacs and
9067 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
9068
9069 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
9070 `(defun (setf foo)' differently.
9071
c0056275
SM
90722000-03-08 Stefan Monnier <monnier@cs.yale.edu>
9073
9074 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
9075 (regexp-opt): Update comment and adapt the code the new meaning of
9076 the `paren' argument of regex-opt-group for shy-groups.
9077 (regexp-opt-depth): Handle shy groups as well as backslashed
9078 backslashes.
c0056275
SM
9079 (regexp-opt-group): Turn the leading comment into a docstring.
9080 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
9081 Remove open-presuf and close-presuf. Instead of checking for `all
9082 one-char' and then later on check for `several one-char', handle
9083 both cases close together. Also apply a more generic algorithm
9084 for suffixes (the mirror image of the algorithm used for
9085 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
9086 (regexp-opt-try-suffix): Removed.
9087
9088 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
9089 from comint-mode-map, so we can just inherit from it. Also, move
9090 the initialization into the `defvar' since there's no docstring
9091 anyway and it's fairly short.
9092 (inferior-scheme-mode): Define it as derived-mode: the code is
9093 shorter and this way we inherit from comint-mode-map rather than
9094 copying it.
c0056275 9095
80460654
GM
9096 * subr.el (replace-regexps-in-string): Properly handle the case
9097 where we match an empty string.
c0056275 9098
80460654
GM
9099 * comint.el (comint-exec-1): Add the current-dir to the exec-path
9100 when the command has a directory component (such as "./testml").
c0056275
SM
9101 Also fix a typo in the comment.
9102
5e91ff9e
GM
91032000-03-08 Gerd Moellmann <gerd@gnu.org>
9104
feab4fba
GM
9105 * Makefile (compile-files): Compile files one by one because
9106 that's the only way to ensure a clean compilation environment for
9107 each individual file.
9108
5e91ff9e
GM
9109 * frame.el (other-frame): Call x-focus-frame.
9110
76162e12
DL
91112000-03-07 Dave Love <fx@gnu.org>
9112
f64ce788
DL
9113 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
9114 :require to defcustom.
9115
76162e12
DL
9116 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
9117 lists.
9118
9119 * files.el (auto-mode-alist): Add configure.in.
9120
9121 * progmodes/autoconf.el: New file.
9122
f7daf1e1
GM
91232000-03-07 Gerd Moellmann <gerd@gnu.org>
9124
9125 * mail/mh-e.el: Change maintainer to `none'.
9126
9127 * recentf.el (recentf-keep-non-readable-files-p): Quote args
9128 to remove-hook and add-hook.
9129
91302000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9131
9132 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
9133 it as the default.
9134 (mail-send): Test mail-send-nonascii also for the new `mime' value.
9135 (sendmail-send-it): Conditionally add MIME headers specifying the
9136 used character set.
fa78f71b 9137
63f6b2c4
DL
91382000-03-07 Dave Love <fx@gnu.org>
9139
9140 * winner.el: Fix keywords, autoload cookies. Split
9141 eval-when-compile form to avoid compilation failure.
9142
8330e2f9
KH
91432000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
9144
9145 * international/mule.el: Modify comment about coding system
9146 property `coding-category'.
9147 (make-coding-system): New argument EOL-TYPE. Pay attention to
9148 coding-category property of PROPERTIES.
9149
9150 * international/mule-conf.el (coding-category-utf-8,
9151 coding-category-utf-16-be, coding-category-utf-16-le): New coding
9152 categories. Include them in the argument for set-coding-priority.
9153
9154 * international/mule-cmds.el (reset-language-environment): Include
9155 coding-category-utf-8, coding-category-utf-16-be, and
9156 coding-category-utf-16-le in the argument for set-coding-priority.
9157 (reset-language-environment): Initialize coding-category-utf-8,
9158 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
9159
18bb0684
GM
91602000-03-06 Karl Fogel <kfogel@red-bean.com>
9161
9162 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
9163 code abstracted out of `bookmark-jump-noselect'. Now tries info
9164 extensions as well as compression extensions.
9165 (bookmark-jump-noselect): Use above new func.
fa78f71b 9166
71a6ba55
GM
91672000-03-03 Gerd Moellmann <gerd@gnu.org>
9168
9169 * strokes.el: Change maintainer's mail address.
9170
0d56cdff
KH
91712000-03-03 Kenichi Handa <handa@etl.go.jp>
9172
9173 * international/mule-diag.el (list-character-sets): Make help-echo
9174 string by substitute-command-keys.
9175 (list-character-sets): Likewise.
9176 (sort-listed-character-sets): Call help-setup-xref.
9177
900fa1f1
GM
91782000-03-02 Gerd Moellmann <gerd@gnu.org>
9179
9180 * time.el (display-time-mail-file): Add `none' to the list of
9181 choices.
9182
54d04320
DL
91832000-03-01 Dave Love <fx@gnu.org>
9184
43f3fa09
DL
9185 * help.el (help-xref-go-back): Don't try to set position.
9186
54d04320
DL
9187 * international/mule-diag.el (list-character-sets): Call
9188 help-setup-xref. Add help-echo to xrefs.
9189 (list-character-sets-1): Add help-echo to xrefs.
9190
d054101f
GM
91912000-03-02 Gerd Moellmann <gerd@gnu.org>
9192
9193 * frame.el (blink-cursor-mode): Switch cursor on when turning
9194 the mode off.
9195
9196 * add-log.el (add-log-current-defun): Add support for
9197 Autoconf mode.
9198
9199 * mail/rmail.el (rmail-quit-hook): New variable.
9200
d77dae5c
DL
92012000-03-01 Dave Love <fx@gnu.org>
9202
e5f597f0
DL
9203 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
9204
d77dae5c
DL
9205 * help.el (help-xref-button): Add help-echo arg.
9206 (describe-function-1, describe-variable, help-make-xrefs): Use it.
9207
9208 * faces.el (list-faces-display): Supply help-echo with
9209 help-make-xrefs.
9210
9211 * facemenu.el (list-text-properties-at): Set help-xref-stack to
9212 nil.
9213
72d19d75
GM
92142000-03-01 Gerd Moellmann <gerd@gnu.org>
9215
2df636f4
GM
9216 * image.el (defimage): Look for image files in load-path.
9217
fa78f71b 9218 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
9219 `number'.
9220
2df636f4
GM
92212000-03-01 David Ponce <david.ponce@wanadoo.fr>
9222
9223 * recentf.el (recentf): Added version tag to the defgroup of
9224 recentf.
9225
92262000-03-01 David Ponce <david.ponce@wanadoo.fr>
9227
9228 * recentf.el (recentf-cleanup): Changed to remove excluded file
9229 too.
9230 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
9231 action to select/unselect a file.
9232 (recentf-edit-list): Code cleanup and improvement.
9233 (recentf-open-more-files-action): `recentf-open-more-files' button
9234 widget action to open a file.
9235 (recentf-open-more-files): No more use standard completion but
9236 widgets.
9237 (recentf-more-collection): Deleted.
9238 (recentf-more-history): Deleted.
9239 (recentf-setup-more-completion): Deleted.
9240
92412000-03-01 David Ponce <david.ponce@wanadoo.fr>
9242
9243 * recentf.el (recentf-mode): No more needs that Emacs is running
9244 under a window-system.
9245
92461999-03-01 David Ponce <david.ponce@wanadoo.fr>
9247
9248 * recentf.el (recentf-edit-list): New command to edit the recent
9249 list which allow the user to remove files.
9250 (recentf-edit-selected-items): New global variable, used by
9251 `recentf-edit-list' to hold the list of files to be removed from
9252 the recent list.
9253 (recentf-make-menu-items): Updated to display a "Edit list..."
9254 menu item. Minor code cleanup.
9255
92561999-03-01 David Ponce <david.ponce@wanadoo.fr>
9257
9258 * recentf.el (recentf-open-more-files): New command to open files
9259 that are not displayed in the menu.
9260 (recentf-more-collection): New global variable holding the set of
9261 permissible completions used by `recentf-open-more-files'.
9262 (recentf-more-history): New global variable holding the history list
9263 used by `recentf-open-more-files' completion.
9264 (recentf-setup-more-completion): New function to setup completion for
9265 `recentf-open-more-files'.
9266 (recentf-make-menu-items): Updated to display a "More..." menu item.
9267
92681999-03-01 David Ponce <david.ponce@wanadoo.fr>
9269
9270 * recentf.el (recentf-menu-action): Doc fixed.
9271
92721999-03-01 David Ponce <david.ponce@wanadoo.fr>
9273
9274 * recentf.el (recentf-menu-filter): Doc updated.
9275 (recentf-update-menu-hook): Allow menu filters to force menu update.
9276 (recentf-make-menu-items): New menu filter handling.
9277 (recentf-make-menu-item): New helper function.
9278 (recentf-menu-elements): New menu handling function.
9279 (recentf-sort-ascending): Updated to new menu filter handling.
9280 (recentf-sort-descending): Updated to new menu filter handling.
9281 (recentf-sort-basenames-ascending): New menu filter function.
9282 (recentf-sort-basenames-descending): New menu filter function.
9283 (recentf-show-basenames): New menu filter function.
9284 (recentf-show-basenames-ascending): New menu filter function.
9285 (recentf-show-basenames-descending): New menu filter function.
9286
72d19d75
GM
92872000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9288
9289 * diary-lib.el (list-diary-entries): Don't try to go forward at
9290 the end of the buffer.
9291
1ac1c836
KH
92922000-02-29 Kenichi Handa <handa@etl.go.jp>
9293
9294 * international/mule-diag.el (list-character-sets): Completely
9295 rewritten.
9296 (sort-listed-character-sets): New function.
9297 (list-character-sets-1): Completely rewritten.
9298 (list-character-sets-2): New function.
9299 (non-iso-charset-alist): New variable.
9300 (decode-codepage-char): New function.
9301 (charset-history): New variable.
9302 (read-charset) (list-block-of-chars)
9303 (list-iso-charset-chars)
9304 (list-non-iso-charset-chars)
9305 (list-charset-chars): New functions.
9306 (mule-diag): Call list-character-sets-2, not
9307 list-character-sets-2.
9308 (dump-charsets): Likewise.
9309
ed4d0512
GM
93102000-02-29 Gerd Moellmann <gerd@gnu.org>
9311
72d19d75
GM
9312 * dired-x.el (dired-filename-at-point): Add `@' to valid
9313 file name characters.
9314 (dired-filename-at-point): Handle ange-ftp file names.
9315
ed4d0512
GM
9316 * frame.el (frame-notice-user-settings): Use assq-delete-all
9317 instead of assoc-delete-all.
9318 (frame-notice-user-settings): Ditto.
9319
9320 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
9321 Don't copy alist.
9322
32038c7a
GM
93232000-02-28 Eli Barzilay <eli@cs.cornell.edu>
9324
9325 * calculator.el (calculator-use-menu): New option.
9326 (calculator-initial-bindings): Changed some bindings to work as
9327 macros.
9328 (calculator-forced-input): Removed.
9329 (calculator-restart-other-mode): New variable.
9330 (calculator-mode-map): Set up menu.
fa78f71b 9331
32038c7a
GM
93322000-02-28 Jari Aalto <jari.aalto@poboxes.com>
9333
9334 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
9335 tags.
fa78f71b 9336
55d7ff38 93372000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 9338
55d7ff38
MK
9339 * viper-cmd.el (viper-envelop-ESC-key): added the option to
9340 translate all ESC key sequences.
9341 (viper-goto-mark-subr): restore markers for files for which
9342 they were saved.
9343 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
9344 * viper-util.el (viper-set-replace-overlay-glyphs,
9345 viper-set-replace-overlay): always check if the replacement
9346 overlay is live.
9347 * viper.el (viper-vi-state-mode-list): added major modes.
9348 * ediff-wind.el: minor comment changes.
9349 * ediff.el: copyright notice date fix.
fa78f71b 9350
387023ee
JR
93512000-02-27 Jason Rumney <jasonr@gnu.org>
9352
9353 * faces.el (face-font-family-alternatives): Add arial to helv.
9354 (mode-line, header-line, tool-bar): Same default as x for w32.
9355 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
9356 face-font-family-alternatives from working.
9357 * term/w32-win.el (mouse-set-font): Do not build fontset from
9358 chosen font.
9359
f43d79c1
GM
93602000-02-25 Sam Steingold <sds@goems.com>
9361
5d80cc9c 9362 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 9363 properly.
fa78f71b 9364
8b7bc628 93652000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
9366
9367 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
9368
4eb8436f
GM
93692000-02-25 Gerd Moellmann <gerd@gnu.org>
9370
9371 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
9372 writable.
9373
449c3c52 9374 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 9375
42088c12
GM
93762000-02-24 Gerd Moellmann <gerd@gnu.org>
9377
9378 * frame.el (show-cursor-in-non-selected-windows): New option.
9379
c60ea02e
GM
93802000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9381
9382 * diary-lib.el (include-other-diary-files): Undo the selective
9383 display in any included file and don't kill it.
9384
d066de8e
EZ
93852000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
9386
9387 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
9388 bar. Menu items converted to (menu-item format, help strings
9389 added.
9390 [downcase, upcase]: Don't enable on MS-DOS.
9391 [symlink, symlinks]: Don't show if make-symbolic-link is not
9392 bound.
9393 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
9394
b6906b38
DL
93952000-02-23 Dave Love <fx@gnu.org>
9396
275cf1b2
DL
9397 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
9398 (backward-kill-word): Revert addition of * to interactive spec --
9399 it's a feature.
9400
9401 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
9402 (backward-kill-sentence, kill-sentence): Likewise.
9403
99d48056
DL
9404 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
9405 scratch buffer name.
9406 (gud-format-command): Use int-to-string in ?l case. Simplify
9407 slightly.
9408
9409 * term/w32-win.el (internal-face-interactive): Update prompt for
9410 new read-face-name.
9411
9412 * mail/footnote.el (footnote): Add :version to defgroup.
9413 (footnote-section-tag-regexp): Customize.
9414 (footnote-start-tag, footnote-end-tag): New option.
9415 (footnote-latin-regexp): New variable.
9416 (Footnote-latin): New function.
9417 (footnote-style-alist): Add element for latin style.
9418 (footnote-style): Moved.
9419 (Footnote-goto-footnote): Use eq to test arg.
9420
9421 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
9422
b6906b38
DL
9423 * emacs-lisp/byte-opt.el: Change old backquote syntax.
9424 (byte-compile-trueconstp): Include keywords.
9425 (byte-optimize-quote, byte-optimize-lapcode): Use
9426 byte-compile-const-symbol-p.
9427 (byte-optimize-char-before): New optimization.
9428
9429 * emacs-lisp/bytecomp.el: Change old backquote syntax.
9430 (byte-compile-const-symbol-p): New function.
9431 (byte-compile-constp, byte-compile-out-toplevel)
9432 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
9433 Use it.
9434
9435 * subr.el (define-key-after): Default AFTER to t. Doc fix.
9436
214f877f
KH
94372000-02-23 Kenichi Handa <handa@etl.go.jp>
9438
c709bcf1
KH
9439 * international/encoded-kb.el: Be sure to update minor-mode-alist
9440 and minor-mode-map-alist.
9441 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
9442 codes SS2 and SS3 correctly.
9443 (encoded-kbd-self-insert-ccl): New function.
9444 (encoded-kbd-setup-keymap): New function.
9445 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
9446 by calling encoded-kbd-setup-keymap.
9447
214f877f
KH
9448 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
9449 characters.
9450 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
9451 locally.
9452
b021ef18
DL
94532000-02-22 Dave Love <fx@gnu.org>
9454
9455 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
9456 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
9457 defvar.
9458 (lisp-mode-syntax-table): Set up for #|...|# comments.
9459 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
9460 classes. Match `defface'.
9461 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
9462 (eval-defun-1): Fix for defcustom.
9463 (lisp-indent-region): Doc fix.
9464
9465 * subr.el (when, unless, split-string): Doc fix.
9466 (read-passwd): Move call of clear-this-command-keys to the right
9467 place.
9468 (replace-regexps-in-string): New function.
9469
14cc00ad
GM
94702000-02-22 Gerd Moellmann <gerd@gnu.org>
9471
9472 * help.el (describe-variable): Set syntax table to
9473 emacs-lisp-mode-syntax-table when moving forward over the
9474 symbol's name.
9475
47da5efa
DL
94762000-02-22 Dave Love <fx@gnu.org>
9477
9478 * xt-mouse.el: Doc fixes.
9479 (xterm-mouse-position-function): New function, replacing advice of
9480 mouse-position.
9481 (xterm-mouse-mode): Use it. Don't turn on under a window system.
9482
9483 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
9484
f0a6c717
GM
94852000-02-21 Gerd Moellmann <gerd@gnu.org>
9486
9487 * format.el (format-annotate-single-property-change): Handle
9488 properties.with dotted-list values.
9489 (format-proper-list-p): New function.
9490
9491 * enriched.el (enriched-face-ans): Handle '(foreground-color
9492 . COLOR) and (background-color . COLOR).
9493
2be80b63
DL
94942000-02-20 Dave Love <fx@gnu.org>
9495
9496 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
9497 and assignments to it.
9498 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
9499 current local map.
9500 (make-flyspell-overlay): Use it.
9501 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
9502
9503 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
9504 (lm-get-header-re): Defun, not defsubst.
9505 (lm-get-package-name): Defun, not defsubst. Simplify.
9506 (lm-version): Doc fix. Simplify.
9507 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
9508 (lm-crack-address, lm-last-modified-date, lm-commentary)
9509 (lm-verify, lm-synopsis): Simplify.
9510 (lm-report-bug): Require emacsbug. Use compose-mail.
9511
329eed9f
GM
95122000-02-20 Gerd Moellmann <gerd@gnu.org>
9513
9514 * dired.el (dired-mode): Call propertized-buffer-identification
9515 to set mode-line-buffer-identification to something having
9516 the right text properties.
9517
9518 * bindings.el (propertized-buffer-identification): New function.
9519
be5bb146
DL
95202000-02-20 Dave Love <fx@gnu.org>
9521
9522 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
9523 check for t-mouse too.
9524
9525 * cus-start.el: Make echo-keystrokes `number'.
9526
1d4311c3
EZ
95272000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
9528
9529 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
9530 Don't call ring-empty-p unless tags-location-ring is bound.
9531 From Noah Friedman <friedman@splode.com>.
9532
a23c5037
TTN
95332000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
9534
9535 * progmodes/hideshow.el (hs-flag-region): No longer use
9536 `intangible' overlay property.
9537
9538 (hs-toggle-hiding): New command.
9539 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
9540
9541 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
9542 Fix omission bug: Run `hs-minor-mode-hook' for both activation
9543 and deactivation.
9544
b6a22bf8
GM
95452000-02-18 Gerd Moellmann <gerd@gnu.org>
9546
9547 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
9548
d621caf7
GM
95492000-02-17 Gerd Moellmann <gerd@gnu.org>
9550
3c0ed7ce
GM
9551 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
9552
d621caf7
GM
9553 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
9554 of `*' to handle `(* ... *)' comments.
9555
538d88fb
EZ
95562000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
9557
53c80cf6 9558 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 9559 window-system.
53c80cf6 9560
538d88fb
EZ
9561 * menu-bar.el (global-map): Menu-bar items converted to the new
9562 format (menu-item..., rearranged for better CUA compliance, and
9563 their names changed for better clarity. Help strings added.
9564
9565 * international/mule-cmds.el (mule-menu-keymap)
9566 (describe-language-environment-map, set-coding-system-map)
9567 (setup-language-environment-map): Convert to new (menu-item...
9568 form, add help strings. Change names of menu items for better
9569 clarity. "Mule" menu-bar item removed (it's now in the "Options"
9570 submenu).
9571
8389e1e2 95722000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 9573
a23c5037 9574 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 9575 within the code.
a23c5037 9576
8389e1e2 95772000-02-16 Dave Love <fx@gnu.org>
a23c5037 9578
84fe35f0
DL
9579 * faces.el: Don't require custom. Add more specific :groups to
9580 various deffaces.
9581 (set-face-attribute): Purecopy args.
9582 (read-face-name): Default to name at point and use it in prompt.
9583 Remove colon from arg in all callers.
9584 (list-faces-display): Hyperlink to face descriptions and customize
9585 buffers.
9586
b2aeee30
DL
95872000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
9588
9589 * wid-edit.el (widget-match-inline): An atom never matches a
9590 list.
9591
99e95407
GM
95922000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9593
82d2c7c5
DL
9594 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
9595 at ':' characters by call to split-string.
99e95407
GM
9596
95972000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9598
82d2c7c5 9599 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
9600
96012000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9602
82d2c7c5
DL
9603 * textmodes/bibtex.el: Some temporary comments removed.
9604 (bibtex-field-name, bibtex-entry-type): Made the relationship
9605 explicit.
9606 (bibtex-field-const): Allow capital letters.
9607 (bibtex-start-of-string): Deleted because unused.
9608
9609 * textmodes/bibtex.el: Unified some nomenclature. We no longer
9610 use the term 'reference' to describe a bibtex entry as a whole.
9611 Further, reference keys are no longer called 'labels'.
9612 (bibtex-keys): Renamed to bibtex-reference-keys.
9613 (bibtex-reformat-previous-labels): Renamed to
9614 bibtex-reformat-previous-reference-keys.
9615 (bibtex-reference-type): Renamed to bibtex-entry-type.
9616 (bibtex-reference-head): Renamed to bibtex-entry-head.
9617 (bibtex-reference-maybe-empty-head): Renamed to
9618 bibtex-entry-maybe-empty-head.
9619 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
9620 (bibtex-search-reference): Renamed to bibtex-search-entry.
9621 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
9622 bibtex-enclosing-entry-maybe-empty-head.
9623 (bibtex-entry-field-alist, bibtex-entry-head,
9624 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
9625 bibtex-map-entries, bibtex-search-entry,
9626 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
9627 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9628 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
9629 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
9630 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
9631 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
9632 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
9633
96342000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9635
82d2c7c5
DL
9636 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
9637 comment.
9638 (bibtex-format-field-delimiters): New function, functionality
9639 extracted from bibtex-format-entry.
9640 (bibtex-autokey-get-yearfield-digits): New function, functionality
9641 extracted from bibtex-autokey-get-yearfield.
9642
9643 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
9644 entries in order to avoid stack overflow in the regexp matcher if
9645 field contents become large.
9646 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
9647 bibtex-field-string-part-not-braced,
9648 bibtex-field-string-part-no-inner-braces,
9649 bibtex-field-string-part-1-inner-brace,
9650 bibtex-field-string-part-2-inner-braces,
9651 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
9652 bibtex-field-string-quoted, bibtex-field-string,
9653 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
9654 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
9655 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
9656 as parsing is now performed by the following functions.
9657 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
9658 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
9659 bibtex-parse-field-string, bibtex-search-forward-field-string,
9660 bibtex-parse-association, bibtex-field-name-for-parsing,
9661 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
9662 bibtex-search-forward-field, bibtex-search-backward-field,
9663 bibtex-start-of-field, bibtex-end-of-field,
9664 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
9665 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
9666 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
9667 bibtex-parse-string, bibtex-search-forward-string,
9668 bibtex-search-backward-string, bibtex-start-of-string,
9669 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
9670 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
9671 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
9672 entries. Instead of reporting the results of the parsing by
9673 match-beginning or match-end, these functions return data structures
9674 that hold the corresponding positions.
9675 (bibtex-enclosing-field): Changed to also report field boundaries by
9676 return values rather than by match-beginning or match-end. The
9677 following functions have been adapted to use the new parsing
9678 functions.
9679 (bibtex-skip-to-valid-entry, bibtex-search-reference,
9680 bibtex-enclosing-field, bibtex-format-entry,
9681 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
9682 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
9683 bibtex-print-help-message, bibtex-end-of-entry,
9684 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
9685 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9686 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
9687 method for parsing.
9688 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
9689 bibtex-map-entries, bibtex-flash-head,
9690 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
9691 bibtex-autokey-change, bibtex-autokey-get-namefield,
9692 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
9693 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9694 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
9695 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9696 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
9697 order to make the new binding of case-fold-search immediately
9698 visible.
99e95407
GM
9699
97002000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9701
82d2c7c5
DL
9702 * textmodes/bibtex.el: Copyright notice is up to date.
9703 Added constant 'bibtex-maintainer-salutation.
99e95407 9704
82d2c7c5
DL
9705 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
9706 than make-temp-name, use match-string-no-properties and eliminate
9707 a quadratic behavior when building bibtex-strings.
99e95407 9708
82d2c7c5
DL
9709 * bibtex.el (bibtex-reference-key): Accept string entries whose
9710 reference key contains upper case letters.
99e95407
GM
9711
97122000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9713
82d2c7c5
DL
9714 * bibtex.el (bibtex-reference-head): Allow entries to start with
9715 a new line.
99e95407
GM
9716
97172000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9718
82d2c7c5
DL
9719 * bibtex.el: Hiding of entry bodies is not longer provided by
9720 bibtex.el directly. Instead the hideshow package can be used.
9721 Added a special bibtex entry to hs-special-modes-alist.
9722 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
9723
97242000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9725
f24fef2f
SM
9726 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
9727 at ':' characters by call to split-string.
8389e1e2
GM
9728
97292000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9730
f24fef2f 9731 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
9732
97332000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9734
f24fef2f
SM
9735 * textmodes/bibtex.el: Some temporary comments removed.
9736 (bibtex-field-name, bibtex-entry-type): Made the relationship
9737 explicit.
9738 (bibtex-field-const): Allow capital letters.
9739 (bibtex-start-of-string): Deleted because unused.
fa78f71b 9740
f24fef2f
SM
9741 * textmodes/bibtex.el: Unified some nomenclature. We no longer
9742 use the term 'reference' to describe a bibtex entry as a whole.
9743 Further, reference keys are no longer called 'labels'.
9744 (bibtex-keys): Renamed to bibtex-reference-keys.
9745 (bibtex-reformat-previous-labels): Renamed to
9746 bibtex-reformat-previous-reference-keys.
9747 (bibtex-reference-type): Renamed to bibtex-entry-type.
9748 (bibtex-reference-head): Renamed to bibtex-entry-head.
9749 (bibtex-reference-maybe-empty-head): Renamed to
9750 bibtex-entry-maybe-empty-head.
9751 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
9752 (bibtex-search-reference): Renamed to bibtex-search-entry.
9753 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
9754 bibtex-enclosing-entry-maybe-empty-head.
9755 (bibtex-entry-field-alist, bibtex-entry-head,
9756 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
9757 bibtex-map-entries, bibtex-search-entry,
9758 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
9759 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9760 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
9761 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
9762 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
9763 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
9764 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
9765
97662000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9767
f24fef2f
SM
9768 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
9769 comment.
9770 (bibtex-format-field-delimiters): New function, functionality
9771 extracted from bibtex-format-entry.
9772 (bibtex-autokey-get-yearfield-digits): New function, functionality
9773 extracted from bibtex-autokey-get-yearfield.
fa78f71b 9774
f24fef2f
SM
9775 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
9776 entries in order to avoid stack overflow in the regexp matcher if
9777 field contents become large.
9778 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
9779 bibtex-field-string-part-not-braced,
9780 bibtex-field-string-part-no-inner-braces,
9781 bibtex-field-string-part-1-inner-brace,
9782 bibtex-field-string-part-2-inner-braces,
9783 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
9784 bibtex-field-string-quoted, bibtex-field-string,
9785 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
9786 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
9787 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
9788 as parsing is now performed by the following functions.
9789 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
9790 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
9791 bibtex-parse-field-string, bibtex-search-forward-field-string,
9792 bibtex-parse-association, bibtex-field-name-for-parsing,
9793 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
9794 bibtex-search-forward-field, bibtex-search-backward-field,
9795 bibtex-start-of-field, bibtex-end-of-field,
9796 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
9797 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
9798 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
9799 bibtex-parse-string, bibtex-search-forward-string,
9800 bibtex-search-backward-string, bibtex-start-of-string,
9801 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
9802 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
9803 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
9804 entries. Instead of reporting the results of the parsing by
9805 match-beginning or match-end, these functions return data structures
9806 that hold the corresponding positions.
9807 (bibtex-enclosing-field): Changed to also report field boundaries by
9808 return values rather than by match-beginning or match-end. The
9809 following functions have been adapted to use the new parsing
9810 functions.
9811 (bibtex-skip-to-valid-entry, bibtex-search-reference,
9812 bibtex-enclosing-field, bibtex-format-entry,
9813 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
9814 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
9815 bibtex-print-help-message, bibtex-end-of-entry,
9816 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
9817 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9818 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
9819 method for parsing.
9820 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
9821 bibtex-map-entries, bibtex-flash-head,
9822 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
9823 bibtex-autokey-change, bibtex-autokey-get-namefield,
9824 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
9825 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9826 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
9827 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9828 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
9829 order to make the new binding of case-fold-search immediately
9830 visible.
8389e1e2
GM
9831
98322000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9833
f24fef2f
SM
9834 * textmodes/bibtex.el: Copyright notice is up to date.
9835 Added constant 'bibtex-maintainer-salutation.
fa78f71b 9836
f24fef2f
SM
9837 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
9838 than make-temp-name, use match-string-no-properties and eliminate
9839 a quadratic behavior when building bibtex-strings.
fa78f71b 9840
f24fef2f
SM
9841 * bibtex.el (bibtex-reference-key): Accept string entries whose
9842 reference key contains upper case letters.
8389e1e2
GM
9843
98442000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9845
f24fef2f
SM
9846 * bibtex.el (bibtex-reference-head): Allow entries to start with
9847 a new line.
8389e1e2
GM
9848
98492000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9850
f24fef2f
SM
9851 * bibtex.el: Hiding of entry bodies is not longer provided by
9852 bibtex.el directly. Instead the hideshow package can be used.
9853 Added a special bibtex entry to hs-special-modes-alist.
9854 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
9855
98562000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9857
82d2c7c5 9858 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
9859 proceedings entry type (for cross referencing). Thanks to Wagner
9860 Toledo Correa for the suggestion.
9861
82d2c7c5 9862 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 9863
eae61d8f
KH
98642000-02-14 Kenichi Handa <handa@etl.go.jp>
9865
9866 * international/characters.el: Setup case table for Vietnamese.
9867
fb07a302
GM
98682000-02-12 Gerd Moellmann <gerd@gnu.org>
9869
9870 * uniquify.el (toplevel): Require CL at compile time.
9871 (uniquify-push): Removed.
9872
9873 * shadowfile.el (shadow-when): Removed.
9874
9875 * tempo.el (tempo-dolist, tempo-mapc): Removed.
9876 (tempo-process-and-insert-string): Use dolist instead of
9877 tempo-dolist.
9878
9879 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
9880 regexp for paragraph-start.
9881
9882 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
9883 commas as well.
9884
a0eddf92
DL
98852000-02-10 Dave Love <fx@gnu.org>
9886
9887 * wid-edit.el: (widgets) [defgroup]: Remove url link.
9888 (widget-color-choice-list, widget-color-history, widget-mouse-help):
9889 Deleted.
9890 (widget-specify-field, widget-specify-button): Don't use
9891 widget-mouse-help as help-echo property.
9892 (default): Use #'ignore for :validate and :mouse-down-action.
9893 (checkbox): Add help-echo.
9894 (widget-sexp-validate): Rewritten to clarify error messages.
9895 (character): Use char-valid-p in :match function.
9896 (widget-color-complete): Use facemenu-color-alist.
9897 (widget-color-action): Use facemenu-read-color.
9898
9899 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
9900 set up `caar' &c that we now have.
9901
82d2c7c5
DL
99022000-02-09 Ray Blaak <blaak@gnu.org>
9903
9904 * delphi.el: Make resourcestring a declaration region, like const
9905 and var.
9906
6cbc1482
DL
99072000-02-09 Dave Love <fx@gnu.org>
9908
9909 * bindings.el (mode-line-input-method-map): New variable.
9910 (mode-line-mule-info): Use it; fix last change.
9911 (mode-line-mode-menu): Move definition.
9912 (mode-line-mouse-sensitive-p): Deleted.
9913 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
9914 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
9915 level.
9916
9917 * startup.el (command-line-1): Don't call
9918 make-mode-line-mouse-sensitive.
9919
f7136ee8
GM
99202000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9921
9922 * mail/rmail.el (rmail-retry-failure): Use
9923 rmail-beginning-of-message before rmail-toggle-header, because the
9924 former toggles headers.
9925
6e1d0d15
SM
99262000-02-06 Stefan Monnier <monnier@cs.yale.edu>
9927
fef8c55b
SM
9928 * diff-mode.el (diff-kill-junk): New interactive function.
9929 (diff-reverse-direction): Use delete-and-extract-region.
9930 (diff-post-command-hook): Restrict the area so that the hook also works
9931 outside of any diff hunk. This is necessary for the minor-mode.
9932 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
9933 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
9934
6e1d0d15
SM
9935 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
9936 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
9937 so that it can be used more easily in <foo>-mode-hook. Also make sure
9938 to avoid duplicate entries.
9939 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
9940 (font-lock-remove-keywords): Just as was done for `add', allow it to
9941 work even if font-lock-mode is nil. Also make sure we don't modify
9942 any pre-existing list by forcing a copy-sequence. Finally rename
9943 `major-mode' to `mode'.
9944 (font-lock-fontify-syntactic-anchored-keywords)
9945 (font-lock-fontify-anchored-keywords)
9946 (font-lock-fontify-keywords-region): Use line-end-position.
9947 Don't make `font-lock-multiline' local (it's now done in
9948 font-lock-set-defaults).
9949 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
9950 move the `font-lock-fontified' creation to inside the `unless'.
9951
a75dfea0
AI
99522000-02-06 Andrew Innes <andrewi@gnu.org>
9953
9954 * term/w32-win.el (x-handle-args): Comment out call to message,
9955 which occurs before window system is initialized.
9956
9957 * makefile.nt: Add support for recompiling lisp code.
9958
b85e9462
DL
99592000-02-04 Dave Love <fx@gnu.org>
9960
9ff33afb
DL
9961 * bindings.el (mode-line-mule-info): Fix/extend last change.
9962
b85e9462
DL
9963 * completion.el: Replace completion-dolist with dolist.
9964
9965 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
9966 dotimes.
9967
44dff075
CD
99682000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
9969
9970 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
9971 environment names before they go into the section regexp.
9972
9973 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
9974 char class in regexp.
9975
9976 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
9977 `case-fold-search' to nil.
9978
9979 * progmodes/idlwave.el (idlwave-template): Respect
9980 `idlwave-abbrev-change-case'.
9981 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
9982 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
9983 idlwave-while): respect `idlwave-reserved-word-upcase'.
9984 (idlwave-rw-case): New function.
9985 (idlwave-statement-match): Fixed problem with assignment regexp.
9986 (idlwave-font-lock-keywords): Improved regexp for keyword
9987 parameters.
a23c5037 9988 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
9989 operators longer than 1 char.
9990
9991 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
9992 idlwave-shell-expression-overlay. Implemented printing of
9993 expressions on higher levels of the calling stack.
9994 (idlwave-shell-display-level-in-calling-stack): Restore stack
9995 level.
9996 (idlwave-retrieve-expression-from-level): New function.
9997 (idlwave-shell-last-calling-stack): Variable removed.
9998 (idlwave-shell-reset): Argument action reversed (`visible' to
9999 `hidden'). Also remove stop-line overlay.
10000 (idlwave-shell-calling-stack-routine): New variable.
10001 (idlwave-shell-parse-stack-and-display): Messages now display
10002 negative level numbers.
10003 (idlwave-shell-mode): Set `modeline-format'.
10004 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
10005 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
10006 21.
10007 (idlwave-shell-print-expression-function): New option.
a23c5037 10008
44dff075
CD
10009 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
10010 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
10011 `tool-bar' instead of `toolbar'.
10012
f26c34fd
DL
100132000-02-02 Dave Love <fx@gnu.org>
10014
10015 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
10016 emacs-lisp-mode-hook. Don't check for defalias being defined.
10017
10018 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10019 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
10020 the new builtins directly.
10021
10022 * whitespace.el (whitespace): Add :version to defgroup.
10023
10024 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
10025 Doc fix.
10026
10027 * thingatpt.el (sexp-at-point, symbol-at-point)
10028 (number-at-point, list-at-point): Add autoload cookie.
10029
10030 * recentf.el (recentf): Add :version to defgroup.
10031
10032 * quickurl.el (quickurl): Add :version to defgroup.
10033
10034 * elide-head.el (elide-head): Use point-marker more.
10035
10036 * bs.el (bs): Add :version to defgroup.
10037
10038 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
10039
10040 * progmodes/delphi.el (delphi): Add :version to defgroup.
10041
d240a249
GM
100422000-02-02 Gerd Moellmann <gerd@gnu.org>
10043
10044 * ange-ftp.el (ange-ftp-write-region): Handle case that
10045 succeeding process operation sets a different coding system.
10046
10047 * calculator.el: New file.
10048
d5179a01
EZ
100492000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
10050
10051 * frame.el (frames-on-display-list, framep-on-display): New
10052 functions.
10053 (display-mouse-p, display-popup-menus-p, display-graphic-p)
10054 (display-selections-p, display-screens, display-pixel-width)
10055 (display-pixel-height, display-mm-width, display-mm-height)
10056 (display-backing-store, display-save-under, display-planes)
10057 (display-color-cells, display-visual-class): New functions.
10058
10059 * term/tty-colors.el (tty-color-gray-shades): New function.
10060
10061 * faces.el (display-color-p): Use framep-on-display.
10062 (display-grayscale-p): New function.
10063
968e00f0
DL
100642000-01-31 Dave Love <fx@gnu.org>
10065
10066 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
10067 (create-fontset-from-x-resource): Don't concat integers.
10068
2cb750ba
GM
100692000-01-31 Inge Frick <inge@nada.kth.se>
10070
10071 * view.el: Some changes in documentation. Removed some trailing
10072 whitespace. Changed some parameter names to agree with
10073 documentation.
10074 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
10075 window is not deleted. Modifies change 1998-04-26.
a23c5037 10076
74e9213b
GM
100772000-01-31 Gerd Moellmann <gerd@gnu.org>
10078
47569935
GM
10079 * windmove.el: New file.
10080
74e9213b
GM
10081 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10082 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 10083 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 10084
74e9213b
GM
10085 * jit-lock.el (jit-lock-function): Widen before calculating end
10086 position.
10087 (jit-lock-stealth-chunk-start): Rewritten.
10088
10089 * info.el (Info-title-face-alist): Removed.
10090 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
10091 faces.
10092 (Info-fontify-node): Use these faces.
10093
994c5afe
GM
100942000-01-30 Gerd Moellmann <gerd@gnu.org>
10095
10096 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
10097 (cl-macro-list1): Recognize `&allow-other-keys' instead of
10098 `&allow-other-keywords'.
10099
10100 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
10101 the list of directories scanned heuristically.
10102
10103 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
10104 exist.
10105
f00276e3
JR
101062000-01-30 Jason Rumney <jasonr@gnu.org>
10107
10108 * w32-fns.el: Define w32-tty-standard-colors.
10109
10110 * startup.el (command-line): Use w32-tty-standard-colors when in
10111 w32 console mode.
10112
cc4dfff0
DL
101132000-01-30 Dave Love <fx@gnu.org>
10114
e645e77b
DL
10115 * jka-compr.el (jka-compr-load): Fix up load-history.
10116
cc4dfff0
DL
10117 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
10118
10119 * emacs-lisp/cl-macs.el: Revert previous change.
10120
16215eb0
DL
101212000-01-29 Dave Love <fx@gnu.org>
10122
10123 * facemenu.el: Purecopy various strings.
10124
10125 * timezone.el (timezone-fix-time): Window against 69 for two-digit
10126 years. Deal with three-digit years.
10127
10128 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
10129 defconst, purecopy.
10130 (help-back-label): Purecopy it.
10131
bbd9b566
GM
101322000-01-18 Gerd Moellmann <gerd@gnu.org>
10133
10134 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
10135 variable. If non-nil, order the buffer list according to the
10136 currently selected frame.
10137 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
10138 non-nil, pass the selected frame to function buffer-list.
a23c5037 10139
887448e1
GM
101402000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10141
10142 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
10143
7df85084
DL
101442000-01-28 Dave Love <fx@gnu.org>
10145
142e109c
DL
10146 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
10147
7df85084
DL
10148 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
10149 Don't use lisp-indent-hook property.
10150 (cl-abs): Remove.
10151
10152 * subr.el: Move out indent and edebug specs for when and unless.
10153
10154 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
10155 when, unless.
10156
10157 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
10158 unless, when.
10159
3b43c01c
GM
101602000-01-28 Gerd Moellmann <gerd@gnu.org>
10161
d060bc9f
GM
10162 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
10163 `collecting' as synonym for `collect'.
10164
10165 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
10166 for the case it contains spaces.
10167
10168 * simple.el (what-cursor-position): Change formatting of
10169 messages.
10170
b02786f9
GM
10171 * frame.el (delete-other-frames): New function.
10172 (toplevel): Bind it to C-x 5 1.
10173
efd68b8a
GM
10174 * sort.el (sort-numeric-base): New option.
10175 (sort-numeric-fields): If number starts with `0' or `0[xX[',
10176 interpret it as octal or hexadecimal. Use sort-numeric-base
10177 as default base.
10178
3b43c01c
GM
10179 * progmodes/glasses.el: New file.
10180
984ae001
GM
101812000-01-27 Gerd Moellmann <gerd@gnu.org>
10182
a0b796e3
GM
10183 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
10184 userids differently.
10185
984ae001
GM
10186 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10187 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
10188 progmodes/ebnf-yac.el: New files.
10189
6c67ddee
DL
101902000-01-26 Dave Love <fx@gnu.org>
10191
10192 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
10193 on a function with an empty body. [From Eric Ludlam.]
10194
4e6473c8
GM
101952000-01-25 Andre Spiegel <spiegel@gnu.org>
10196
10197 * vc.el (vc-version-diff): Make sure file name is expanded.
10198
e12489f9
GM
101992000-01-25 Gerd Moellmann <gerd@gnu.org>
10200
10201 * scroll-bar.el (scroll-bar-timer): Variable removed.
10202 (scroll-bar-toolkit-scroll): Don't use a timer.
10203
8dbe2b07
KH
102042000-01-25 Kenichi Handa <handa@etl.go.jp>
10205
10206 * language/thai-util.el (thai-composition-function): Delete
10207 superfluous `a'.
10208
26ef1c87
DL
102092000-01-24 Dave Love <fx@gnu.org>
10210
10211 * fortran.el (fortran-mode): Use beginning-of-defun-function,
10212 end-of-defun-function.
10213
10214 * font-lock.el (turn-on-font-lock): Don't depend on window-system
10215 &c.
10216
7ed4e9a7
JR
102172000-01-22 Jason Rumney <jasonr@gnu.org>
10218
10219 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
10220 conflicts with new face support.
10221
8b7bc628 102222000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
10223
10224 * replace.el (query-replace): Rename last arg to DELIMITED.
10225 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
10226 (query-replace-regexp): Likewise.
10227
8b7bc628 102282000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 10229
02b14400
RS
10230 * subr.el (with-syntax-table): Use make-symbol, not gensym.
10231
5bb6f079
RS
10232 * emacs-lisp/lisp.el (beginning-of-defun-function):
10233 Variable renamed from beginning-of-defun.
10234 Do not call make-variable-buffer-local.
10235 (beginning-of-defun-raw): Use new variable name; doc fix.
10236 (beginning-of-defun): Doc fix.
10237 (end-of-defun-function): Variable renamed from end-of-defun.
10238 Do not call make-variable-buffer-local.
10239 (end-of-defun): Use new variable name; doc fix.
10240
02b14400
RS
10241 * subr.el (dolist, dotimes): Copied from cl-macs.el
10242 and made to work.
2d5e9b54 10243
a23c5037 10244 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
10245 Variable replaces rmail-digest-end-regexp.
10246 Allows multiple regexps for detecting the end line.
10247 (undigestify-rmail-message): Corresponding changes.
10248
60af03f1
DL
102492000-01-19 Dave Love <fx@gnu.org>
10250
fe5d99e1
DL
10251 * files.el (user-init-file): Don't declare here -- is primitive.
10252
60af03f1
DL
10253 * startup.el (command-line): Check for compiled user-init-file and
10254 set to uncompiled version if necessary.
10255
72dbbc7d
GM
102562000-01-18 Gerd Moellmann <gerd@gnu.org>
10257
6a1950ec
GM
10258 * mail/undigest.el (rmail-digest-end-regexp): New user option.
10259 (undigestify-rmail-message): Use it.
10260
72dbbc7d
GM
10261 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
10262
fbe91bbd
GM
102632000-01-17 Gerd Moellmann <gerd@gnu.org>
10264
10265 * tmm.el (tmm-goto-completions): Adapt to prompt being part
10266 of mini-buffer.
10267
33a6685b
GM
102682000-01-14 Gerd Moellmann <gerd@gnu.org>
10269
b3303df7
GM
10270 * emacs-lisp/copyright.el (copyright-update): Removed the
10271 requirement for a trailing space from `copyright-regexp', to
10272 support copyrights with owner specified on a separate line..
a23c5037 10273
3c4c8064
GM
10274 * align.el: New file.
10275
33a6685b
GM
10276 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
10277
10278 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
10279
044a4975
DL
102802000-01-13 Dave Love <fx@gnu.org>
10281
10282 * ph.el: Removed. (Obsoleted by EUDC.)
10283
0a352cd7
GM
102842000-01-13 Gerd Moellmann <gerd@gnu.org>
10285
10286 * net/eudc.el (toplevel): Remove autoloaded code installing
10287 menu with easymenu, because that causes build problems.
10288
10289 * frame.el (frame-notice-user-settings): New variable.
10290 (frame-notice-user-settings): Don't modify frame parameters
10291 if called a second time.
10292
8b7bc628 102932000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
10294
10295 * frame.el (frame-notice-user-settings):
10296 Notice default-frame-parameters even for non-window frames.
10297
feb450e0
GM
102982000-01-13 Gerd Moellmann <gerd@gnu.org>
10299
10300 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
10301 for Emacs.
10302 (eudc-bob-can-display-inline-images): Extend for Emacs.
10303 (eudc-bob-toggle-inline-display): Ditto.
10304 (eudc-bob-display-jpeg): Ditto.
10305
99c6d63b
GM
103062000-01-12 Gerd Moellmann <gerd@gnu.org>
10307
7970b229
GM
10308 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
10309 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
10310 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 10311
e4936aa9
GM
10312 * add-log.el (add-change-log-entry): Fix error trying an `(insert
10313 nil)'.
10314
10315 * subdirs.el: Add `net' directory.
10316
133c9e59
GM
10317 * net: New directory.
10318
99c6d63b
GM
10319 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
10320 eval-last-sexp. Don't bind debug-on-error here.
10321 (eval-last-sexp): New function. Bind debug-on-error if
10322 eval-expression-debug-on-error is non-nil.
10323 (eval-defun-2, eval-defun): Likewise.
10324
10325 * simple.el (eval-expression): Don't bind debug-on-error if
10326 eval-expression-debug-on-error is nil. Detect changed
10327 debug-on-error, and propagate new value to global binding, if
10328 eval-expression-debug-on-error is non-nil,
10329 (eval-expression-debug-on-error): Change doc string.
a23c5037 10330
8b7bc628 103312000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
10332
10333 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
10334
10335 * emacs-lisp/lisp-mode.el (with-syntax-table):
10336 Set up lisp-indent-function property.
10337
10338 * subr.el (with-syntax-table): Moved from simple.el.
10339
10340 * simple.el (with-syntax-table): Moved to subr.el.
10341
7e3c74fa
GM
103422000-01-11 Gerd Moellmann <gerd@gnu.org>
10343
1fab1775
GM
10344 * tmm.el (tmm-shortcut): Delete region after prompt instead
10345 of erasing buffer.
10346
7e3c74fa 10347 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
10348 (fill-context-prefix): Use the longest common prefix of first
10349 and second line fill prefix, if there is one.
7e3c74fa 10350
8b7bc628 103512000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
10352
10353 * array.el (array-mode): Don't use make-variable-buffer-local.
10354 Use make-local-variable for `truncate-lines'.
10355
aa705642 103562000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 10357
aa705642
GM
10358 * add-log.el (add-log-current-defun): Handle user-defined
10359 add-log-current-function returning nil,
a23c5037 10360
57df2446 10361 * add-log.el (add-change-log-entry): Insert version number
aa705642 10362 if having found a current function
c1356086
GM
10363
10364 * add-log.el (add-log-current-defun): Call
10365 `add-log-current-defun-function'. Try matches at level 0 and
10366 level 1. Strip whitespace from defun found.
a23c5037 10367
1d8c59e9
RS
103682000-01-10 John Wiegley <johnw@gnu.org>
10369
10370 * allout.el (isearch-done/outline-provisions): Added `edit'
10371 argument to correspond with the current definition of
10372 `isearch-done'.
10373
8cf87e9b
DL
103742000-01-10 Dave Love <fx@gnu.org>
10375
10376 * elide-head.el (elide-head): Use point-marker, not point.
10377
9050446c
GM
103782000-01-10 Gerd Moellmann <gerd@gnu.org>
10379
8321b22a
GM
10380 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
10381 before and after the year 2000.
a23c5037 10382
9050446c
GM
10383 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
10384 Add ispell- prefix.
10385
103862000-01-10 Ken Stevens <k.stevens@ieee.org>
10387
10388 * ispell.el: Only define dictionaries in menus when they exist.
10389 (version18p): New variable.
10390 (version20p): New variable.
10391 (xemacsp): New variable.
10392 (ispell-choices-win-default-height): Fix for XEmacs visibility.
10393 (ispell-dictionary-alist1): Added Brasileiro dictionary.
10394 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 10395 run-together words.
9050446c
GM
10396 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
10397 (ispell-dictionary-alist): Add koi8-r to customize definition.
10398 (check-ispell-version): Added documentation string. Returns
f24fef2f 10399 library path when called non-interactively.
9050446c
GM
10400 (ispell-menu-map-needed): Uses new variables.
10401 (ispell-library-path): New variable.
10402 (ispell-decode-string): XEmacs fix for bogus variable bindings.
10403 (ispell-word): Improved documentation string. Test for valid
10404 character mappings. Correctly check typed in word changes that can
10405 result in single words split into multiple words. Returns
10406 replacement word.
10407 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
10408 replace in recursive query replace mode. Help message for
10409 recursive edit mode.
10410 (ispell-show-choices): Protect against bad framepop bindings.
10411 (ispell-help): Fix to work with XEmacs.
10412 (ispell-highlight-spelling-error): Use new variables.
10413 (ispell-overlay-window): Fix to work with XEmacs.
10414 (ispell-parse-output): Passed and returns location information
10415 tracking spelling corrections. Doesn't recheck same word on
10416 current line.
10417 (ispell-init-process): Protect against bogus XEmacs variable binding.
10418 Fix call to single argument in sleep-for. Use new variables.
10419 (ispell-region): Passed and returns location information tracking
10420 spelling corrections. Doesn't check same word on current line.
10421 Improved documentation string. Doesn't resend a line already
10422 checked to the ispell process - fixes bug in LaTeX parsing.
10423 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
10424 (ispell-skip-region): No longer skips <TT> in SGML.
10425 (ispell-process-line): Tracks location information with spelling
10426 corrections. Added documentation string. Accounts for words
10427 already accepted on this line. Don't allow query-replace on line
10428 starting with math characters. Doesn't resend a line already sent
10429 to ispell process. Fixes alignment error bug.
a23c5037 10430
8b7bc628 104312000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 10432
a23c5037 10433 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
10434 Suggest xloadimage, which is free, not xv, which isn't.
10435
a23c5037 10436 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
10437 Don't ever include the host name or user name in the value.
10438
9ed79f5d
GM
104392000-01-09 Gerd Moellmann <gerd@gnu.org>
10440
10441 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
10442 of a real newline.
10443
b950abb1
GM
104442000-01-09 Stephen Eglen <stephen@gnu.org>
10445
a23c5037 10446 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
10447 for .png files.
10448
3c708e98
GM
104492000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
10450
10451 * cus-edit.el (custom-hook-convert-widget): Fix comment.
10452
bf61662d
GM
104532000-01-09 Gerd Moellmann <gerd@gnu.org>
10454
f1d851ae
GM
10455 * progmodes/cperl-mode.el: Replace ^F with ^L.
10456
bf61662d 10457 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 10458 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
10459 recursion.
10460
c65d14ee
DL
104612000-01-08 Dave Love <fx@gnu.org>
10462
8cf87e9b
DL
10463 * emacs-lisp/backquote.el: Remove inappropriate customization
10464 (allowing custom.el to use backquote).
c65d14ee 10465
83de2ebc
DL
104662000-01-07 Dave Love <fx@gnu.org>
10467
10468 * add-log.el (add-log-debugging): Deleted.
10469 (add-change-log-entry): Treat a backup FILE-NAME as its parent
10470 file. Remove debugging code.
10471 (change-log-get-method-definition, change-log-name): Add doc.
10472 (change-log-sortable-date-at): New function.
10473 (change-log-merge): New command.
10474
10475 * time.el (display-time-string-forms): Make the Mail string active.
10476 (display-time-update): Provide help-echo for load average.
10477
10478 * bindings.el (make-mode-line-mouse2-map): New function.
10479 (mode-line-modified): Use it and simplify.
10480 (mode-line-mule-info): Provide help-echo info.
10481 (minor-mode-alist): Activate the strings.
10482 (make-mode-line-mouse-sensitive): Simplify for
10483 mode-line-buffer-identification.
10484
c1475eae
GM
104852000-01-07 Gerd Moellmann <gerd@gnu.org>
10486
10487 * play/pong.el: New file.
10488
83de2ebc
DL
104892000-01-06 Dave Love <fx@gnu.org>
10490
10491 * array.el: Assorted cleanups for compiler warnings, doc strings,
10492 `array-' prefix for symbols.
10493
104942000-01-05 Dave Love <fx@gnu.org>
10495
10496 * textmodes/outline.el (outline-mode-menu-bar-map): Add
10497 outline-headers-as-kill.
10498 (outline-mode): Define imenu-generic-expression.
10499 (outline-headers-as-kill): New command.
10500
10501 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
10502 from paragraph-start.
10503 (paragraph-indent-minor-mode): New command.
10504
10505 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
10506 M-C-e, M-C-h, C-j, C-xnd, TAB.
10507 (fortran-mode): Set beginning-of-defun, end-of-defun.
10508 (fortran-column-ruler): Simplify.
10509 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
10510 (fortran-with-subprogram-narrowing): Likewise.
10511 (fortran-indent-subprogram): Call mark-defun.
10512 (fortran-check-for-matching-do): Change narrowing.
10513
10514 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
10515 (cl-lucid-hash-tag): Delete.
10516 (cl-hash-table-p): Correct test for native table.
10517 (cl-hash-table-count): Use hash-table-count.
10518
10519 * browse-url.el (browse-url): Fix case of
10520 browse-url-browser-function being an alist.
10521
676ac023
CD
105222000-01-05 Carsten Dominik <cd@gnu.org>
10523
c1475eae
GM
10524 * textmodes/reftex-vars.el (reftex-parse-file-extension)
10525 (reftex-index-phrase-file-extension): New options.
676ac023
CD
10526
10527 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 10528 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
10529
10530 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 10531 `reftex-parse-file-extension'.
eb483e17 10532
88807984
DL
105332000-01-05 Dave Love <fx@gnu.org>
10534
83de2ebc 10535 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
10536 (beginning-of-defun-raw): Use it.
10537 (end-of-defun): New variable.
10538 (end-of-defun): Use it.
10539 (check-parens): New command.
10540
1362aeb4
TTN
105412000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
10542
c1475eae
GM
10543 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
10544 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 10545
7ddafb95
TTN
10546 Fix buglet in local variables initialization.
10547
7334aa99
AS
105482000-01-05 Andreas Schwab <schwab@suse.de>
10549
10550 * hscroll.el (hscroll): Doc fix.
10551
b12e24cd
CD
105522000-01-05 Carsten Dominik <cd@gnu.org>
10553
10554 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
10555 idlw-toolbar.
10556
10557 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
10558 file idlw-rinfo.el.
1362aeb4
TTN
10559 (idlwave-customize): load must read file idlw-shell.el.
10560 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 10561
d6226972
CD
105622000-01-05 Carsten Dominik <dominik@astro.uva.nl>
10563
10564 * progmodes/idlw-shell.el: Also provide idlwave-shell
10565 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
10566 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
10567
10568 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
10569 both reftex-dcr and reftex-vcr.
1362aeb4 10570
d6226972
CD
10571 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
10572
6ddb893f 105732000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
10574
10575 * ps-print.el: PostScript code now is in separate files, doc fix.
10576 (ps-print-version): New version number (5.0.3).
10577 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
10578 local.
10579 (ps-spool-config): Initialization fix.
c1475eae
GM
10580 (ps-print-prologue-1, ps-print-prologue-2)
10581 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
10582 (ps-background-image): Little code reformating.
10583 (ps-begin-file, ps-begin-job): Fix code.
88807984 10584 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
10585 (ps-prologue-file): New fun.
10586
ae833aae
KH
105872000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10588
c1475eae 10589 * ps-vars.el: Eliminated.
ae833aae
KH
10590
10591 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
10592 `;;;###autoload'.
10593
10594 * ps-print.el: ps-vars eliminated, doc fix.
10595 (ps-print-version): New version number (5.0.2).
10596 (ps-spool-config): Initialization fix.
10597 (ps-print-customize): New fun.
10598
560a7bd2
GM
105992000-01-04 Gerd Moellmann <gerd@gnu.org>
10600
10601 * autorevert.el (auto-revert-mode): Return value of
10602 auto-revert-mode.
10603
f45dd0f4
DL
106042000-01-04 Dave Love <fx@gnu.org>
10605
fae2ac05
DL
10606 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
10607 menu items.
f45dd0f4 10608
61255981
DL
106092000-01-03 Dave Love <fx@gnu.org>
10610
88807984 10611 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 10612
83de2ebc 10613 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
10614 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
10615 `cl-hash-table-p', not `hash-table-p'.
10616 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
10617
c182a70f
EZ
106182000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10619
10620 * faces.el (face-read-integer, read-face-attribute)
10621 (color-defined-p, color-values): unspecified-{f,b}g are now
10622 strings.
10623
047f434a
GM
106242000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
10625
10626 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
10627 at comment end, and re-insert them after filling.
10628
bab531e2
EZ
106292000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10630
10631 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
10632 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
10633 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 10634
d684c676
EZ
106352000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10636
10637 * term/x-win.el (xw-defined-colors): Call color-supported-p,
10638 the new name of face-color-supported-p.
10639
10640 * term/w32-win.el (xw-defined-colors): Likewise.
10641
0aad4805
EZ
106422000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10643
10644 * simple.el (completion-setup-function): Count completion-size
10645 from minibuffer-prompt-end, not from point-min.
10646
5fe1d139
EZ
106472000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
10648
10649 * faces.el (read-face-attribute, defined-colors, color-defined-p):
10650 Pass the frame to tty-color-* functions.
10651 (display-color-p, frame-set-background-mode): Pass the frame to
10652 tty-display-color-p.
10653
10654 * term/tty-colors.el (tty-defined-color-alist): Renamed from
10655 tty-color-alist.
10656 (tty-color-alist, tty-modify-color-alist): New functions.
10657 (tty-color-define, tty-color-clear, tty-color-approximate)
10658 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
10659 an optional parameter FRAME.
10660
162dec01
GM
106612000-01-01 Gerd Moellmann <gerd@gnu.org>
10662
27189709
GM
10663 * image.el (create-image, defimage): Don't assume image data is a
10664 string.
10665
162dec01
GM
10666 * image.el (defimage): Handle specifications containing :data
10667 instead of :file.
10668 (image-type-from-data): New function.
10669 (image-type-from-file-header): Use it.
10670 (create-image): Add parameter DATA-P.
1362aeb4 10671
bea56df7 10672See ChangeLog.8 for earlier changes.
25a6fab1
KH
10673
10674;; Local Variables:
af9ba8ad 10675;; coding: iso-2022-7bit-unix
25a6fab1 10676;; End: