(diff-header-face, diff-file-header-face)
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
12a72271
EZ
12000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * font-lock.el (font-lock-comment-face): Define a separate default
4 for dark-background tty's.
5
61dfccfd
MB
62000-10-17 Miles Bader <miles@gnu.org>
7
8 * help.el (resize-temp-buffer-window): Add hack to avoid last line
9 being obscured by whizzy mode-lines on graphics displays.
10
333cd59e
EZ
112000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12
13 * info.el (Info-title-1-face, Info-title-2-face)
14 (Info-title-3-face): Define colors for tty's.
4ad6e379 15 (info-header-node): Remove unneded tty-specific definition.
333cd59e 16
dbf1fcc1
EZ
172000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
18
19 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
20 reverse from the frame parameters, and don't invert foreground and
21 background colors.
22
ac629823
MB
232000-10-16 Miles Bader <miles@gnu.org>
24
25 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
26 string "*Info*". Call propertized-buffer-identification to spruce
27 up the result.
28
76eebffc
GM
292000-10-16 Gerd Moellmann <gerd@gnu.org>
30
3a6b59d9
GM
31 * help.el: Provide `help' for the sake of define-minor-mode
32 which generates defcustoms with requires.
33
6569c3d3
GM
34 * jit-lock.el (jit-lock-after-change): If we're in text that
35 matches a multi-line font-lock pattern, make sure the whole text
36 will be redisplayed.
37
c2e0a611
GM
38 * emacs-lisp/authors.el (authors-add): Don't add an entry if
39 author's name is unknown.
40
76eebffc
GM
41 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
42 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
43 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
44 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
45 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
46 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
47 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
48 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
49 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
50 Add author information.
51
cf1e7b12
MB
522000-10-16 Miles Bader <miles@lsi.nec.co.jp>
53
54 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
55 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
56 full-color version (using the Gimp) to eliminate dithering artifacts.
57
5586f3eb
SM
582000-10-15 Stefan Monnier <monnier@cs.yale.edu>
59
60 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
61
62 * simple.el (syntax-flag-table, string-to-syntax): Remove.
63
ad64a888
DL
642000-10-15 Dave Love <fx@gnu.org>
65
66 * progmodes/sh-script.el: Require skeleton and comint when
67 compiling.
68
69 * pcomplete.el (pcomplete) <defgroup>: Add :version.
70
71 * whitespace.el: Doc fixes.
72 (top-level): Don't add hooks here.
73 (whitespace-running-emacs): Deleted.
74 (timer): Don't require.
75 (whitespace): Add back :version conditional on xemacs test.
76 (whitespace-spacetab-regexp, whitespace-indent-regexp)
77 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
78 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
79 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
80 Avoid specific xemacs test.
81 (whitespace-global-mode): New option.
82 (whitespace-global-mode): New command.
83 (whitespace-unload-hook): New function.
84
85 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
86 (Info-fontify-node, Info-goto-node, Info-mode-menu)
87 (Info-fontify-node): `Goto' goes to `Go to'.
88 (Info-fontify-node): Add help-echo to xref links.
89
1ef49fc6
EZ
902000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
91
92 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
93
8b7707e1
SM
942000-10-15 Stefan Monnier <monnier@cs.yale.edu>
95
b3b7f42f
SM
96 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
97 Use plist-get and allow :inherit.
98
99 * emacs-lisp/cl-macs.el (cl-do-arglist):
100 Use plist-get and plist-member instead of memq.
101
3c7fafc7
SM
102 * emacs-lisp/ewoc.el (ewoc-location): New function.
103 (ewoc-enter-after, ewoc-enter-before): Document return value.
104 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
105 Don't need make-local-hook any more.
106 (cvs-addto-collection): Return the new tin.
107 (cvs-mode-insert): Jump to the new line.
108
8b7707e1
SM
109 * jit-lock.el (jit-lock-fontify-buffer): Remove.
110
111 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
112
113 * font-lock.el (font-lock-syntactically-fontified): New var.
114 (font-lock-fontify-syntactic-keywords-region): Use it.
115 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
116
117 * diff-mode.el (diff-find-file-name): Fix regexp.
118
119 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
120 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
121
122 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
123 (sh-mode-syntax-table): Add punctuation syntax for < and >.
124 (sh-mode): Don't make all vars local here.
125 (sh-kw): Reformat.
126 (sh-set-shell): Use dolist. Don't set indent-region-function.
127 (sh-mode-syntax-table): Use pop.
128 (sh-remember-variable): Use push.
129 (sh-help-string-for-variable): Use memq.
130 (sh-safe-backward-sexp): Remove.
131 (sh-safe-forward-sexp): Add ARG.
132 (sh-get-indent-info, sh-prev-stmt): Use it.
133 (sh-prev-line): Simplify by using forward-comment.
134 (sh-this-is-a-continuation): Simplify.
135 (sh-learn-buffer-indent): Use dolist.
136 (sh-do-nothing): Remove.
137 (sh-set-char-syntax, sh-set-here-doc-region):
138 Use inhibit-modification-hooks.
139 (sh-name-style): Use mapcar and push.
140 (sh-load-style): Use dolist.
141 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
142 (sh-case, sh-while-getopts): Use propertize directly rather
143 than sh-electric-rparen.
144
1452000-10-14 Stefan Monnier <monnier@cs.yale.edu>
146
147 * textmodes/tex-mode.el: Require CL when compiling.
148 (tex-mode-syntax-table): Init immediately.
149 (tex-mode-map): Bind M-RET to latex-insert-item.
150 (latex-mode): Set indent-line-function to latex-indent.
151 (tex-common-initialization): Don't setup the syntax-table any more.
152 (latex-insert-item): New skeleton.
153 (tex-next-unmatched-end): Fix copy/paste braino.
154 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
155 (latex-indent, latex-find-indent): New functions.
156 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
157 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
158 (tex-compilation-parse-errors): Use with-syntax-table.
159
86b7fcbb
MB
1602000-10-15 Miles Bader <miles@gnu.org>
161
162 * font-lock.el (font-lock-comment-face): Change dark-background,
163 color, non-tty, default to `chocolate1'.
164
57a24508
JW
1652000-10-13 John Wiegley <johnw@gnu.org>
166
167 * eshell/esh-util.el (require): Added a missing `require' form,
168 needed when compiling (for an ange-ftp macro definition).
169
40ad3db4
DL
1702000-10-13 Dave Love <fx@gnu.org>
171
172 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
173
db460189
GM
1742000-10-13 Gerd Moellmann <gerd@gnu.org>
175
b41c9501
GM
176 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
177 fix.
178
db460189
GM
179 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
180 transparent -colors 8).
181
3b5e21df
GM
1822000-10-13 Stephen Gildea <gildea@alum.mit.edu>
183
184 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
185 that breaks with old list format timestamps.
186 (time-stamp-warn-inactive, time-stamp-old-format-warn)
187 (time-stamp-count, time-stamp-conversion-warn): Improved doc
188 strings.
189
16908a3f
JW
1902000-10-13 John Wiegley <johnw@gnu.org>
191
d7103dda
JW
192 * align.el, pcomplete.el, calendar/timeclock.el,
193 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
194
16908a3f
JW
195 * calendar/timeclock.el (timeclock-find-discrep): A fix to same
196 faulty math, where holiday hours were being computing as seconds.
197
b6b70cda
JW
1982000-10-13 John Wiegley <johnw@gnu.org>
199
200 * desktop.el (desktop-buffer-modes-to-save): Added a global for
201 specifying what "other" kinds of buffers should be saved. This
202 used to be hard-coded.
203 (desktop-buffer-misc-functions): A global for specifying how
204 auxiliary data should be determined for special buffer types.
205 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
206 instead of hard-coding the special buffer types.
207 (desktop-save): Run `desktop-buffer-misc-functions' to gather
208 auxiliary data, instead of hard-coding for Info buffers and dired.
209 (desktop-buffer-info-misc-data): Aux function for determining Info
210 buffer auxiliary info.
211 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
212 (desktop-buffer-info): Changed this function to use the info
213 gathered above.
214 (desktop-create-buffer): Be a little more careful about what
215 `minor-mode' means before calling it. This is important for some
216 buffer types.
217
8c6b1d83
JW
2182000-10-13 John Wiegley <johnw@gnu.org>
219
220 * eshell/esh-util.el: Added a global form which declares an
221 autoload for `parse-time-string', if that function is not already
222 defined, and if parse-time.el is available on the user's system.
223
224 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
225 to be aware of ange-ftp user info.
226 (eshell-do-ls): Bind `ange-cache'. Also, use
227 `eshell-file-attributes'.
228 (eshell-ls-annotate): Use `eshell-file-attributes'.
229 (eshell-ls-file): Made the user-id printing code a bit smarter.
230
231 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
232 allow identification of alias user ids in remote directories.
233 It's manual, but there's no other way to know when the current
234 user on the local machine, is also the owning user on the remote
235 machine.
236 (fboundp): Bind `ange-cache'.
237 (eshell-directory-files-and-attributes): Re-organized the logic a
238 bit to use `eshell-file-attributes' instead of `file-attributes'.
239 The former is more sensitive to directories that are read via FTP,
240 and knows how to use ange-ftp to determine full attribute
241 information, instead of just the name and last modtime.
242 (eshell-current-ange-uids): Return the current user id when in a
243 remote directory.
244 (eshell-parse-ange-ls): Parse a full directory listing that has
245 been returned by ange-ftp.
246 (eshell-file-attributes): This beefed up version of
247 `file-attributes' is only special if the user is currently in a
248 remote directory, in which case it does a lot of work to find out
249 what the real attributes of a file are, as they appear on the
250 remote machine. This makes usage of remote directories (i.e.,
251 ange-ftp pathnames) much more useful. You can now use Eshell as a
252 full-fledged FTP client, with much more manipulation ability than
253 most other clients.
254
255 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
256 variable, which means that Eshell's du should always be preferred
257 in remote directories.
258 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
259 just `file-attributes'.
260 (eshell-mvcp-template): Bind `ange-cache', to improve performance
261 when reading remote directories. This is an Eshell-specific
262 variable (not part of ange-ftp).
263 (eshell/ln): Bind `ange-cache'.
264 (eshell/du): Added some extra logic for determining when to use
265 Eshell's du (which is slow), and when to use the external version
266 (which may or may not exist).
267
268 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
269 `eshell-interactive-process', rather than using
270 `get-buffer-process', since backgrounded processes don't count in
271 the context of this function's logic.
272
273 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
274 `forward-char', so that null strings are parsed correctly.
275
87730e84 2762000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
277
278 * eshell/em-pred.el (eshell-pred-file-type,
279 eshell-pred-file-links, eshell-pred-file-size): Use
280 `eshell-file-attributes'. This is more correct over ange-ftp.
281
282 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
283 that remote file globbing is more efficient.
284
285 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
286 gathering the files and attributes within a directory.
287
288 * eshell/em-unix.el (eshell/cat): If any of the files passed on
289 the command line is a special file (not a regular file, directory
290 or symlink), always attempt to call the external version of cat.
291
87730e84 2922000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
293
294 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
295 Eshell-friendly version of find-tag.
296
1c7e37a9
MB
2972000-10-13 Miles Bader <miles@lsi.nec.co.jp>
298
299 * image-file.el (image-file-name-extensions)
300 (image-file-name-regexps): Add autoload cookies.
301
11a7f341
KH
3022000-10-13 Kenichi Handa <handa@etl.go.jp>
303
304 * international/mule-cmds.el (select-safe-coding-system): If FROM
305 is string, show it in *Warning* buffer.
306
8ddddcb0
EZ
3072000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
308
309 * startup.el (normal-top-level): Use display-popup-menus-p instead
310 of window-system.
311 (command-line): Use display-graphic-p instead of window-system.
312 (command-line-1): Use display-popup-menus-p and display-mouse-p
313 instead of window-system.
314
72200f89
SS
3152000-10-12 Sam Steingold <sds@gnu.org>
316
317 * tooltip.el (tooltip-use-echo-area): New user variable.
318 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
319
8661c643
DL
3202000-10-12 Dave Love <fx@gnu.org>
321
d0b40dc1
DL
322 * recentf.el: Maintainer's checkdoc fixes.
323
a622451f
DL
324 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
325 character class, not ASCII when matching file names.
326 (fancy-splash-head): Add trailing slash to URL.
327 (command-line): Don't require XPM support for toolbar.
328
8661c643
DL
329 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
330 (cperl-invalid-face): Revert last change.
331 (cperl-init-faces): Quote cperl-invalid-face.
332
ef2ed8ab
KH
3332000-10-12 Kenichi Handa <handa@etl.go.jp>
334
335 * startup.el (fancy-splash-text): Remove superfluous quote.
336
b0da379e
GM
3372000-10-12 Gerd Moellmann <gerd@gnu.org>
338
dbeb499b
GM
339 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
340 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
341 (command-line-1): Don't use fancy-splash-pending-command.
342 (fancy-splash-screens-1): Goto point-min after inserting text.
343
d861718a
GM
344 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
345
b0da379e
GM
346 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
347 instead of shared-lisp-mode-map.
348
4fb2ad98
MB
3492000-10-12 Miles Bader <miles@lsi.nec.co.jp>
350
1cb4393e
MB
351 * faces.el (header-line): Change tty-variant to use underlining.
352
4fb2ad98
MB
353 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
354 (isearch-highlight): Restore lazy-isearch face properties at old
355 position, and suppress them at new position.
356 (isearch-dehighlight): Restore lazy-isearch face properties.
357 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
358 over the real isearch overlay, but in that case, don't give it a
359 face property. Use `push'.
360
eb991b25
KH
3612000-10-12 Kenichi Handa <handa@etl.go.jp>
362
363 * man.el (Man-getpage-in-background): Fix previous change.
364 Decode the process output only when we are in multibyte mode.
365
a818c1c0
DL
3662000-10-11 Dave Love <fx@gnu.org>
367
c990f53a
DL
368 * info.el (Info-mode-menu): Fix some help.
369 (info-tool-bar-map): Add entry for Info-last.
370
a818c1c0
DL
371 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
372 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
373 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
374 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
375 * toolbar/search-replace.xpm, toolbar/exit.xpm:
376 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
377 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
378 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
379 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
380 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
381 Reduce colour requirements to 25 overall. (Probably wants
382 revisiting from the originals to reduce further.)
383
c1b096cb
EZ
3842000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
385
386 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
387 buffer-file-coding-system, instead of raw-text.
388 (dehexlify-buffer): Bind coding-system-for-read to
389 buffer-file-coding-system, instead of raw-text.
390
5c8b7eaf
SS
3912000-10-11 Sam Steingold <sds@gnu.org>
392
393 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
394 `underline' - fixes the bug introduced on 2000-09-21.
395
2cfbdb7a
DL
3962000-10-11 Dave Love <fx@gnu.org>
397
398 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
399 compiler warnings.
400 (scheme-mode): Doc fix.
401 (scheme-font-lock-keywords-1): Match `define-syntax'.
402
4032000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
404
405 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
406 face specs as well as default ones. Only do anything if the
407 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 408 (region): Make dark-background `region' face less in-your-face.
4b33f290 409
690ec649
SS
4102000-10-10 Sam Steingold <sds@gnu.org>
411
412 * chistory.el, ielm.el, ledit.el:
413 * progmodes/inf-lisp.el, progmodes/scheme.el:
414 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
415
3b95d6bb
SM
4162000-10-10 Stefan Monnier <monnier@cs.yale.edu>
417
418 * textmodes/texinfo.el: Update copyright and fix typo.
419
420 * desktop.el (desktop-modes-not-to-save): New var.
421 (desktop-save-buffer-p): Use it.
422 Also, obey desktop-buffers-not-to-save even for non-file buffers.
423 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
424
d646c828
DL
4252000-10-10 Dave Love <fx@gnu.org>
426
427 * toolbar/tool-bar.el (tool-bar-add-item)
428 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
429 display.
430
d646c828
DL
431 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
432 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
433 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
434 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
435 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
436 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
437 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
438 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
439 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
440 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
441 the .xpms; probably need retouching.
442
862a7e28
MB
4432000-10-10 Miles Bader <miles@lsi.nec.co.jp>
444
445 * subr.el (add-to-list): Add optional argument APPEND.
446 * battery.el (display-battery): Use `add-to-list'.
447
46e33aee
TTN
4482000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
449
930baf47
TTN
450 * play/zone.el (zone-timer, zone-wc-tbl): Rework
451 these vars as symbol properties.
2cfbdb7a
DL
452 (zone, zone-when-idle, zone-leave-me-alone)
453 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 454
5a430f9c
TTN
455 * battery.el (display-battery): Doc spelling fix.
456
46e33aee
TTN
457 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
458 property.
459
adf7d3a8
DL
4602000-10-09 Dave Love <fx@gnu.org>
461
462 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
463 has been initialized before calling tool-bar-setup.
c2156508 464 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 465
06a8c9f8
EZ
4662000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
467
e4ca8f8c
EZ
468 * menu-bar.el (send-mail-item-name): New function.
469 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
470 of mail-user-agent in the menu. Don't display the "Send Mail"
471 item if mail-user-agent is nil or its value is ignore.
472 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
473 if read-mail-command is nil or its value is ignore.
474
06a8c9f8
EZ
475 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
476
7dbc9c8a
MB
4772000-10-09 Miles Bader <miles@gnu.org>
478
29e0814b
MB
479 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
480 Correct image size.
481 * toolbar/left_arrow.xpm: Correct image size.
482
7dbc9c8a
MB
483 * jka-compr.el: Don't call `jka-compr-install' when loading (it
484 will be done by the definition of `auto-compression-mode' if
485 necessary. Move code to uninstall existing file-name handler
486 before definition of `auto-compression-mode'.
487
488 * image-file.el (auto-image-file-mode): Move to the end of the
489 file, because `define-minor-mode' actually calls the mode-function
490 if the associated variable is non-nil, which requires that all
491 needed functions be already defined.
492
65b61266
MB
493 * mouse.el (popup-menu): Balance parens.
494
d6b8c85b
SM
4952000-10-08 Stefan Monnier <monnier@cs.yale.edu>
496
497 * mouse.el (popup-menu): Move the command call outside the loop
498 so that popup-menu returns whatever the command returns.
499
500 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
501 (initialize-new-tags-table): Use run-hook-with-args-until-success.
502 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
503 (tags-table-format-functions): Renamed from tags-table-format-hooks.
504
505 * vc.el (vc-version-diff): diff-switches can be a list.
506 Use relative filenames for prettier output.
507
46e33aee 508 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
509 (vc-post-command-functions): Remove old-VC compatibility code.
510
511 * newcomment.el (comment-indent-default): Autoload.
512
513 * font-lock.el (font-lock-defaults): Make buffer-local.
514 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
515 (font-lock-choose-keywords):
516 Ignore LEVEL unless KEYWORDS is a list of syms.
517 (c-keywords, c++-keywords, objc-keywords, java-keywords):
518 Don't wrap regexp-opt things in \(...\) unnecessarily.
519
520 * jit-lock.el: Don't require font-lock any more.
521 (jit-lock-functions): Make buffer-local.
522 (jit-lock-saved-fontify-buffer-function): Remove.
523 (jit-lock-mode): Remove autoload cookie.
524 Remove font-lock specific code.
525 (jit-lock-unregister): Don't bother handling complex hooks any more.
526 (jit-lock-refontify): New function.
527 (jit-lock-fontify-buffer): Use it.
528 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
529 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
530 Add optional args START and END.
531 Never call font-lock-fontify-region directly.
532 (jit-lock-function, jit-lock-stealth-fontify): Use it.
533
534 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
535
a30ed6ac
DL
5362000-10-08 Dave Love <fx@gnu.org>
537
4e7c7ca9
DL
538 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
539
540 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
541
542 * play/studly.el (studlify-region, studlify-word): Add autoload
543 cookie.
544
545 * play/morse.el (morse-region, unmorse-region): Add autoload
546 cookie.
547
548 * play/spook.el (spook-phrases-file): Use expand-file-name, not
549 concat.
550
551 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
552 insist on symbols starting with word syntax.
553 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
554 (eval-defun-1): Doc fix.
555 (indent-sexp): Use nconc to build up indent-stack.
556
557 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
558 Gnus with little use.
559 (mail-setup-hook): Add mail-abbrevs-setup to options.
560
968f7c4a
DL
561 * recentf.el: Doc fixes.
562
563 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
564 Clean up remainder.
565
566 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
567 without timezone and (8) with timezone to enforce some whitespace.
568 Simplify code somewhat.
569
570 * options.el (list-options): Doc that you should use customize.
571
572 * iswitchb.el (iswitchb-mode): Add :require.
573
a30ed6ac
DL
574 * info.el (Info-goto-node, Info-menu): Doc fix.
575 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
576 (info-tool-bar-map): New variable.
577 (Info-mode): Use it.
578 (Info-edit-map): Define all in defvar.
579 (speedbar-attached-frame): Avoid compiler warning.
580
581 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
582 (global-map): Bind [tool-bar] to a filtered map.
583 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
584 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
585 Allow PBM icons.
586 (tool-bar-setup): Adjust calls of tool-bar-add-item.
587
588 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
589 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
590 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
591 icons, except up_arrow, which is left-arrow rotated.
592
593 * imenu.el (imenu-add-to-menubar): Fix last change.
594
4e953aff
PB
5952000-10-08 Peter Breton <pbreton@ne.mediaone.net>
596
597 * generic-x.el (rul-generic-mode): Remove eval-when-compile
598 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
599
739e92a7
EZ
6002000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
601
d20faceb
EZ
602 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
603 typos in doc strings.
604
a640322e
EZ
605 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
606 the doc strings how to customize Font Lock faces.
607
739e92a7
EZ
608 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
609 computing growth when dragging the header line.
610
8be7408c
EZ
6112000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
612
613 * simple.el (kill-line): Doc fix.
614
6fee86a3
MB
6152000-10-08 Miles Bader <miles@gnu.org>
616
445a653e
MB
617 * faces.el (secondary-selection): Make foreground visible on tty.
618
6fee86a3
MB
619 * jka-compr.el (auto-compression-mode): Move to the end of the
620 file, because `define-minor-mode' actually calls the mode-function
621 if the associated variable is non-nil, which requires that all
622 needed functions be already defined.
623 (with-auto-compression-mode): Add autoload cookie.
624
a115794c
EZ
6252000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
626
627 * files.el (find-backup-file-name) [ms-dos]: If support for long
628 file names is not available, behave as if version-control were set
629 to never.
630
b12e6de3
DL
6312000-10-07 Dave Love <fx@gnu.org>
632
633 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
634 (browse-url-gnome-moz): New function.
635 (browse-url-browser-function): Use it.
636 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
637
20b1d079
SM
6382000-10-07 Stefan Monnier <monnier@cs.yale.edu>
639
640 * indent.el (tab-always-indent): New var.
641 (indent-for-tab-command): Use it.
39250ec3 642
9ee45b2c 643 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 644 raise an error. This way it can still default to a sane value.
9ee45b2c 645
8c6b1d83
JW
6462000-10-06 Stefan Monnier <monnier@cs.yale.edu>
647
39250ec3
SM
648 * startup.el (fancy-splash-screens): Use local rather than global map.
649 Don't use `update-menu-bindings' any more.
650 Get rid of assumptions about keymap representation.
651
a23ccdf2
DL
6522000-10-06 Dave Love <fx@gnu.org>
653
814299a7 654 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
655 (sentence-end-without-period): Doc fix.
656 (adaptive-fill-regexp): Purecopy.
657 (unjustify-current-line): Use line-end-position.
658 (fill-individual-paragraphs-prefix): Use line-beginning-position.
659
660 * net/eudc-vars.el (eudc): Add :version, :link.
661
39250ec3 662 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
663
664 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
665 Fix for define-minor-mode.
666 (function-at-point): Alias to function-called-at-point.
667
668 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
669
670 * simple.el (backward-word): Doc fix.
671
a23ccdf2
DL
672 * image-file.el (image-file-name-regexp): image-file-regexps ->
673 image-file-name-regexps.
742c1822 674 (image-file-name-extensions): Add pbm.
a23ccdf2 675
39250ec3
SM
6762000-10-06 Stefan Monnier <monnier@cs.yale.edu>
677
678 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
679 and add filename to the names so that diff-mode can jump to source.
680
681 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 682 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
683 (tex-font-lock-keywords-1): Remove.
684 (font-lock-turn-on-thing-lock): Use jit-lock-register.
685 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
686 (font-lock-default-fontify-region):
687 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
688 (font-lock-fontify-anchored-keywords):
689 Include the anchor text as part of the multiline.
690
8d5dfacd
GM
6912000-10-06 Gerd Moellmann <gerd@gnu.org>
692
693 * loadup.el (toplevel): Load `loaddefs' before `help' because the
694 latter needs the autoloaded define-minor-mode macro during the
695 bootstrap.
696
697 * startup.el (command-line): For now, activate tool-bar-mode only
698 if XPM images are supported.
699
700 * mouse.el (mouse-drag-header-line): Don't allow resizing a
701 window by dragging a header-line at the top of the frame; that's
4c19fbce 702 confusing because the header-line doesn't move.
8d5dfacd
GM
703 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
704 of treating the event as a list. Some cleanup.
705
f69aad2b 7062000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 707
f69aad2b
MB
708 * simple.el (display-message-or-buffer): New function.
709 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 710
09cb7646
MB
711 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
712 docstring parts.
713
814299a7 714 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
715 (smbclient-prompt-regexp): Add usage note to doc string.
716 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
717 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
718 Use add-hook for adding the comint filter function, and only do so
719 if it's not already in the global hook list.
720 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
721 to `make-local-variable'.
722 (nslookup-font-lock-keywords): Remove prompt entry.
723 (nslookup): Don't set the process-filter.
724 (finger): Exit the loop correctly when the regexps list runs out.
725 (ftp, smbclient, smbclient-list-shares):
726 Set the real major mode immediately, not after execing.
727 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
728
729 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
730
4c19fbce
SM
7312000-10-05 Stefan Monnier <monnier@cs.yale.edu>
732
733 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
734
735 * which-func.el (which-func-format): Remove spurious space.
736 (which-func-mode): Don't make it permanent-local.
737 (which-func-ff-hook): Allow which-func-maxout to be nil.
738 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
739 (which-func-mode): Simplify.
740 Use post-command-idle-hook rather than post-command-hook.
741 Go through all buffers and update their state.
742 (which-function): Also try add-log-current-defun-function.
743
744 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
745 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
746 Update call to with-vc-properties accordingly.
747 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
748 (vc-revert-buffer): More careful about window selection and deletion.
749 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
750
751 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
752 (cvs-retrieve-revision): Reuse a pre-existing buffer.
753 (cvs-dired-action): Change the default to quickdir.
754
755 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
756 if comment-indent-function returns nil.
757 (comment-indent-default): New function.
758 (comment-indent-function): Use it and document the new semantics.
759
760 * image-file.el: Docstring fixes.
761
762 * help.el (help-xref-on-pp): Use match-string.
763 (describe-variable): New arg BUFFER.
764 Store the current buffer in the help-xref-stack.
765 (temp-buffer-resize-mode): Use define-minor-mode.
766
767 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
768 consistently with its docstring.
769 Set jit-lock-first-unfontify-pos in an idempotent way.
770 (jit-lock-register): Autoload and add arg CONTEXTUAL.
771
542c6552
GM
7722000-10-05 Alex Schroeder <alex@gnu.org>
773
774 * sql.el (sql-mysql-options): New variable.
775 (sql-mysql): Use it.
776
a3489ece
MB
7772000-10-05 Miles Bader <miles@lsi.nec.co.jp>
778
77f6105c
MB
779 * image.el (image): New group.
780
814299a7 781 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
782 (smerge-base-face, smerge-markers-face): Add dark-background variants.
783
3478046b
PB
7842000-10-04 Peter Breton <pbreton@ne.mediaone.net>
785
786 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 787 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
788 Ignore the value of wqindow-system; always define keywords
789
22aca186
KH
7902000-10-05 Kenichi Handa <handa@etl.go.jp>
791
792 * startup.el (fancy-splash-screens): Remove the code for
793 debugging; `(trace-to-stderr "EXITTT\n")'.
794
55d5d717
MB
7952000-10-05 Miles Bader <miles@gnu.org>
796
797 * diff-mode.el (diff-goto-source): Update call to
798 `diff-hunk-status-msg' to reflect new REV variable.
799
41fa7178
SM
8002000-10-04 Stefan Monnier <monnier@cs.yale.edu>
801
802 * progmodes/icon.el (icon-mode):
803 Don't gratuitously override the default for comment-column.
804
805 * vc-hooks.el (vc-mode-line): Fix interactive spec.
806
807 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
808 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
809 (jit-lock-functions): New var.
810 (jit-lock-function-1): Use it if non-nil.
811 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
812 Set the `fontified' property before doing the fontification to avoid
813 repeatedly going through the same error.
814 Don't turn errors into messages.
815 (jit-lock-register, jit-lock-unregister): New functions.
816
817 * dired.el (dired-mark-pop-up): Turn comment into docstring.
818 Use with-current-buffer.
819
820 * dired-aux.el (dired-do-create-files, dired-kill-tree):
821 Turn comment into docstring.
822
823 * apropos.el (apropos-mode): Use define-derived-mode.
824
3dc78168
GM
8252000-10-04 Gerd Moellmann <gerd@gnu.org>
826
827 * startup.el (fancy-splash-pending-command): New variable.
828 (fancy-splash-pre-command): New function.
829 (fancy-splash-screens): Rewritten.
830 (command-line-1): If fancy-splash-pending-command is set, call it
831 interactively.
832
dae9dc56
DL
8332000-10-04 Dave Love <fx@gnu.org>
834
835 * toolbar/tool-bar.el (tool-bar-setup): New function.
836 (tool-bar-mode): Use it.
837
838 * subr.el (substitute-key-definition): Doc fix.
839 (play-sound-file): New command.
840
3388f0a5
AS
8412000-10-04 Andre Spiegel <spiegel@gnu.org>
842
814299a7 843 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
844 vc-version-backup-file-name): New functions.
845
846 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
847
848 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
849 vc-cvs-stay-local-p.
850
851 * vc.el (vc-revert-buffer): Handle empty diff properly.
852 (vc-version-backup-file): New function.
853 (vc-checkout): Create a version backup if necessary.
854 (vc-checkin): If a version backup file exists, delete it.
855 (vc-version-diff): Diff locally using version backups, if available.
856 (vc-revert-file): If there's a version backup, revert locally.
857 (vc-transfer-file): Use version backup for base version, if
858 available. If not, ask for confirmation whether to get it from the
859 server. Update mode line before check-in.
860
ebd4825d
DL
8612000-10-04 Dave Love <fx@gnu.org>
862
863 * toolbar/tool-bar.el (tool-bar-setup): New function.
864 (tool-bar-mode): Use it.
865
1b24f4b7
PB
8662000-10-04 Peter Breton <pbreton@ne.mediaone.net>
867
3dc78168 868 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 869 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
870 Only set if window-system is non-nil
871 (net-utils-run-program): Returns buffer.
872 (network-connection-reconnect): Added this function.
873
814299a7
MB
874 * generic.el:
875 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
876 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
877 Uses cl compile-time macros.
3dc78168
GM
878 (generic-mode-name, generic-comment-list)
879 (generic-keywords-list, generic-font-lock-expressions)
880 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
881 Removed variables.
882 (generic-mode-alist): Renamed to generic-mode-list.
883 (generic-find-file-regexp): Default changed to "^#".
884 (generic-read-type): Uses completing read on generic-mode-list.
885 (generic-mode-sanity-check): removed this function.
886 (generic-add-to-auto-mode): Removed this function
3dc78168 887 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
888 into function instead of putting them in alist.
889 (generic-mode-set-comments): Reworked extensively.
890 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 891 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 892
814299a7 893 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
894 Make sure directory name ends with "/".
895
814299a7 896 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
897 Regexp now allows leading whitespace.
898 (rc-generic-mode): Added eval-when-compile
899 around generic-make-keywords-list.
900 Deleted duplicate regexp
901 (rul-generic-mode): Added eval-when-compile
902 around generic-make-keywords-list.
903 (etc-fstab-generic-mode): New generic mode.
904 (rul-generic-mode): Removed one eval-when-compile
814299a7 905 which caused a max-specpdl-size exceeded error.
1b24f4b7 906
a7bf5cf3
MB
9072000-10-04 Miles Bader <miles@gnu.org>
908
909 * simple.el (minibuffer-temporary-goal-position): New variable.
910 (next-history-element): Try to keep the position of point in the
911 input string constant.
912
913 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
914 (dired-do-create-files): If there's only one file, pass it in as
915 the DEFAULT arg to dired-mark-read-file-name.
916
ce1087a9
SM
9172000-10-03 Stefan Monnier <monnier@cs.yale.edu>
918
919 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
920 (diff-goto-source): Be smarter when choosing REVERSE or not.
921
922 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
923 (texinfo-mode-menu): Add an explicit shortcut for update all.
924
0e41e1d6
AS
9252000-10-03 Andre Spiegel <spiegel@gnu.org>
926
814299a7 927 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
928 factorize backend-specific code cleanly (this was essentially
929 conceived by Stefan Monnier).
930 (vc-unregister): Function removed.
814299a7 931 (vc-revert-file): New function.
858f7cb4
AS
932 (vc-revert-buffer): Delegate some of the work to it.
933
0e41e1d6
AS
934 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
935 default branch unconditionally.
936 (vc-rcs-set-default-branch): New function.
937 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
938 (vc-rcs-checkin): If an appropriate default branch has been set,
939 force creation of that branch.
858f7cb4
AS
940 (vc-rcs-receive-file): Rewritten to contain only backend-specific
941 code (as suggested by Stefan Monnier).
0e41e1d6 942
01c86c56
GM
9432000-10-02 Gerd Moellmann <gerd@gnu.org>
944
45c477b4
GM
945 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
946 highlighting overlay with a different face over the overlay
947 isearch uses to highlight the current match because that can lead
948 to bad face combinations.
949
01c86c56
GM
950 * loadup.el (toplevel): Load faces before isearch.
951
952 * isearch.el (isearch-faces): New custom group.
953 (isearch): New defface; was already tested for in the code.
954 (isearch-lazy-highlight-face): Changed to defface from defcustom.
955 (isearch-highlight): Always use face `isearch'.
956
944425c0
DL
9572000-10-02 Dave Love <fx@gnu.org>
958
959 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
960 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
961 comparison of opcode with operand.
962
2a099bcc
MB
9632000-10-03 Miles Bader <miles@gnu.org>
964
965 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
966 buffer, since the echo area will now grow to accommodate them.
967
4300ecb8
AS
9682000-10-02 Andre Spiegel <spiegel@gnu.org>
969
970 * vc-hooks.el (vc-registered): If FILE used to be registered under
971 a certain backend, try that one first.
972
814299a7 973 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
974 argument list. Handle multiple backends correctly.
975 (vc-find-new-backend): Function removed.
976 (vc-register): Use vc-responsible-backend, as before.
977 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
978
64e6cc18
GM
9792000-10-02 Gerd Moellmann <gerd@gnu.org>
980
981 * startup.el (fancy-splash-head): Change message below the
982 logo.
983
00df919e
MB
9842000-10-02 Miles Bader <miles@lsi.nec.co.jp>
985
986 * diff-mode.el (diff-goto-source): Emit a status message.
987 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 988 (diff-test-hunk): Fix doc string.
00df919e
MB
989 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
990 (diff-advance-after-apply-hunk): New variable.
4eaa6852 991 (diff-apply-hunk): Don't return a value.
00df919e 992
ceec5a0c
SM
9932000-10-01 Stefan Monnier <monnier@cs.yale.edu>
994
995 * vc.el (vc-editable-p): Minor optimization.
996 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
997 (vc-find-new-backend): New function split from vc-responsible-backend.
998 (vc-register): Use it.
999 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
1000 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
1001 (vc-default-unregister, vc-revert-buffer): Docstring fix.
1002 (vc-clear-headers): Don't use find-file.
1003 (vc-revert-buffer): Use `and' again (must have been a braino).
1004 (vc-switch-backend): Only prompt if requested.
1005 Short circuit if nothing is to be done.
1006 Don't use vc-resynch-buffer which could lose unsaved editing.
1007 (vc-default-receive-file): Update call to vc-unregister.
1008 (with-vc-file, vc-next-action-on-file):
1009 Use vc-backend rather than vc-registered.
1010 (vc-next-action-on-file): Use intern-soft.
1011 Deal with read-only *vc-diff* buffer.
1012 (vc-transfer-file): Docstring fix.
1013
1014 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
1015 (vc-rcs-receive-file): Avoid with-vc-properties.
1016 Update call to vc-unregister.
1017 Use constant `RCS' rather than (dynamically bound) var `backend'.
1018
4ad5da8f
AS
10192000-10-01 Andre Spiegel <spiegel@gnu.org>
1020
814299a7 1021 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
1022 is visited.
1023 (vc-start-entry): New argument initial-contents. Don't visit the file
1024 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
1025 (vc-next-action, vc-register): Updated calls to vc-start-entry.
1026 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
1027 vc-start-entry.
1028 (vc-finish-logentry): Make sure to bury log buffer only if there
1029 really is one. Call `vc-resynch-buffer' on log-file, not
1030 buffer-file-name.
1031 (vc-default-comment-history, vc-default-wash-log): New functions.
1032 (vc-index-of): Removed.
1033 (vc-transfer-file): Make do without the above.
1034 (vc-default-receive-file): Call comment-history unconditionally. Pass
1035 the resulting string to vc-checkin, instead of inserting it into the
1036 comment ring.
1037
1038 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
1039 unconditionally. Use the comments as initial contents of the log
814299a7 1040 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
1041 changes.
1042
aa0c3dca
MB
10432000-10-01 Miles Bader <miles@gnu.org>
1044
1045 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
1046 `recenter' with an arg to prevent redrawing the display.
1047
d5f5a2c5
SM
10482000-09-30 Stefan Monnier <monnier@cs.yale.edu>
1049
1050 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
1051
1052 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
1053
814299a7 1054 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
1055 Don't gratuitously override the default for comment-column.
1056
1057 * textmodes/tex-mode.el (latex-metasection-list): New var.
1058 (latex-imenu-create-index): Use it.
1059 Move the regexp construction outside loops (and use push).
814299a7 1060 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
1061 (tex-font-lock-keywords): Moved from font-lock.el.
1062 (tex-comment-indent): Remove.
1063 (tex-common-initialization): Don't set comment-indent-function.
1064 (latex-block-default): New var.
1065 (tex-latex-block): Use it to provide a default choice.
1066 Add any unknown choice to latex-block-names.
1067 Insert [...] after {...}.
1068 (tex-last-unended-begin): Simplify regexp.
1069 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
1070 (latex-forward-sexp-1, latex-forward-sexp): New functions.
1071 (latex-mode): Set forward-sexp-function.
1072
1073 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
1074 Add regexp for @ignore ... @end ignore.
1075 (texinfo-heading-face): New face.
1076 (texinfo-font-lock-keywords): Use it.
1077 (texinfo-mode-menu): New menu.
1078 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
1079 New functions.
1080 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 1081 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
1082 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
1083 Remove declaration.
1084 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
1085
1086 * delsel.el (delete-selection-mode): Use define-minor-mode.
1087
1088 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
1089
10902000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1091
1092 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
1093
8a5506f2
GM
10942000-09-30 Gerd Moellmann <gerd@gnu.org>
1095
068127d6
GM
1096 * replace.el (keep-lines-read-args): New function.
1097 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
1098 read arguments interactively. Add parameters RSTART and REND.
1099 Operate on the active region in Transient Mark mode.
1100
d777bb8f
GM
1101 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
1102
8a5506f2
GM
1103 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
1104 (authors-obsolete-files-regexps): New variable.
1105 (authors-add): Don't record changes in obsolete files.
1106
3fa87bfc
SM
11072000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1108
1109 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
1110
1111 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
1112 (comment-indent): Make sure there's a space between code and comment.
1113 Shift comments left to avoid going past fill-column.
1114
f02149ce
GM
11152000-09-29 Gerd Moellmann <gerd@gnu.org>
1116
1117 * startup.el (startup-echo-area-message): New function.
1118 (display-startup-echo-area-message): Use it.
1119 (fancy-splash-screens): Rewritten to use keymaps and a timer.
1120 (fancy-splash-default-action): New function.
1121 (fancy-splash-screens-1): New function.
1122 (fancy-splash-head): Put a help-echo and a keymap under the image.
1123
a3ef6569
SM
11242000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1125
1126 * diff-mode.el (diff-add-log-file-name): Remove.
1127 (diff-mode): Use add-log-buffer-file-name-function.
1128
1129 * add-log.el (find-change-log): New arg BUFFER-FILE.
1130 (add-log-file-name): Obey add-log-file-name-function.
1131 (add-log-buffer-file-name-function): New var.
1132 (add-change-log-entry): Use it.
1133
75e5b373
MB
11342000-09-29 Miles Bader <miles@gnu.org>
1135
1136 * image-file.el (image-file-name-extensions): New variable.
1137 (image-file-name-regexps): Renamed from `image-file-regexps'.
1138 New default value is nil. Call `auto-image-file-mode'.
1139 (image-file-name-regexp): New function.
1140 (auto-image-file-mode): New minor mode.
1141 (insert-image-file): Don't make conditional on the image-file
1142 handler being enabled.
1143 (image-file-handler): Make the call here conditional instead.
1144 (set-image-file-handler-enabled, enable-image-file-handler)
1145 (disable-image-file-handler): Functions removed.
1146
1147 * emacs-lisp/authors.el (authors-print): Rephrase many-files
1148 string.
1149
de6e1f7c
GM
11502000-09-29 Gerd Moellmann <gerd@gnu.org>
1151
1152 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
1153 it's a function from CL.
1154 (latex-imenu-create-index): Replace eval-when-compile with progn
1155 because latex-section-alist is not bound while compiling.
1156
d8c201f5
SM
11572000-09-28 Stefan Monnier <monnier@cs.yale.edu>
1158
1159 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
1160 (outline-mode): Use define-derived-mode.
1161
814299a7 1162 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
1163 * progmodes/awk-mode.el (awk-mode):
1164 * progmodes/asm-mode.el (asm-mode):
1165 Don't gratuitously override the default for comment-column.
1166
1167 * emacs-lisp/lisp.el (lisp-complete-symbol):
1168 Distinguish the let-binding case from the funcall case.
1169 (forward-sexp-function): New variable.
1170 (forward-sexp): Use it.
1171
1172 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
1173 (easy-mmode-defmap): Remove the now useless autoload.
1174
1175 * time.el (display-time-mode): Use define-minor-mode.
1176
1177 * subr.el (add-minor-mode): Don't eval NAME.
1178 Don't depend on the presence of TOGGLE-FUN for any special behavior.
1179 Use if rather than cond.
1180
1181 * simple.el (read-expression-map): Define more properly.
1182 (comment-indent-hook): Remove.
1183 (string-to-syntax): Bug fix.
1184
1185 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
1186 (cvs-ediff-diff): Fix typo.
1187 (cvs-revert-if-needed): Don't bother preserving read-only.
1188
1189 * paren.el (show-paren-mode): Use define-minor-mode.
1190
1191 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
1192 (toggle-auto-compression): Remove.
1193 (jka-compr-build-file-regexp): Remove useless grouping.
1194
1195 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
1196 Avoid user-reserved bindings.
1197 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
1198 (diff-header-face): Revert to grey85.
1199
1200 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
1201
1202 * complete.el (partial-completion-mode) <defcustom>: Remove.
1203 (partial-completion-mode): Use define-minor-mode.
1204 (PC-do-completion): Understand `completion-auto-help = delay'
1205 to mean to popup the completion buffer only the second time.
814299a7 1206 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
1207 (PC-include-file-all-completions): Don't quote lambda.
1208
1209 * comint.el (comint-mode-hook): Docstring fix.
1210 (comint-mode): Use define-derived-mode.
1211 (comint-mode-map): Remove obsolete comment.
1212 (make-comint): Minor stylistic change.
1213 (comint-insert-clicked-input): Be more careful to find the overlay.
1214 Use this-command-keys rather than hardcoding mouse-2.
1215
1216 * font-lock.el: Replace confusing (,@ with ,
1217 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1218 Don't use regexp-opt-depth. Spice up the regexp for args.
1219 Don't distinguish between cmds that can take an opt arg or not.
1220 Use `append' and `prepend' rather than `keep'.
1221
1222 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
1223 (latex-outline-regexp): New var.
1224 (latex-outline-level): New fun.
1225 (latex-section-alist): New var.
1226 (latex-imenu-create-index): Use it. Use `push' as well.
1227 (tex-shell-map): Initialize it properly.
1228 (tex-mode): Minor stylistic change.
1229 (plain-tex-mode): Use define-derived-mode.
1230 (latex-mode): Use define-derived-mode.
1231 Construct the paragraph regexps in a more readable way.
1232 Set the buffer-local outline-{level,regexp} vars.
1233 (slitex-mode): Derive from latex-mode.
1234 (tex-common-initialization): Don't kill-all-vars anymore.
1235 Add setting for comment-add and font-lock-defaults.
1236 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
1237 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
1238 (tex-start-tex): New arg DIR (and send a chdir command for it).
1239 Also display the shell buffer and save it in tex-last-buffer-texed.
1240 (tex-region): Use expand-file-name rather than concat.
1241 Remove code made useless by changes in tex-start-tex.
1242 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
1243
1244 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
1245
ff398532
DL
12462000-09-28 Dave Love <fx@gnu.org>
1247
1248 * eshell/eshell.el (eshell) <defgroup>: Add :version.
1249
f9415d5b
GM
12502000-09-28 Gerd Moellmann <gerd@gnu.org>
1251
1252 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
1253 `append'.
1254
fa003899
SM
12552000-09-28 Stefan Monnier <monnier@cs.yale.edu>
1256
1257 * info.el (Info-extract-pointer): Undo last change.
1258 Instead, fix the position of the `bound' arg to re-search-backward.
1259
12602000-09-27 Stefan Monnier <monnier@cs.yale.edu>
1261
1262 * info.el (Info-extract-pointer):
1263 Widen more carefully, to avoid finding pointers in other nodes.
1264 (Info-index): Use push.
1265
f9415d5b 12662000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
1267
1268 * frame.el (set-frame-font): Remove call to obsolete function
1269 frame-update-faces.
1270 (set-foreground-color, set-background-color): Likewise for
1271 frame-update-face-colors.
1272
5538b8ba
MB
12732000-09-27 Miles Bader <miles@gnu.org>
1274
1275 * image-file.el: New file.
1276
60536eea
GM
12772000-09-27 Gerd Moellmann <gerd@gnu.org>
1278
5b551d58
GM
1279 * frame.el (frame-notice-user-settings): Don't call
1280 frame-update-faces, which is a no-op now.
814299a7 1281
60536eea
GM
1282 * ediff-wind.el (ediff-control-frame-parameters): Add zero
1283 tool-bar-lines.
1284
36f1966f
DL
12852000-09-27 Dave Love <fx@gnu.org>
1286
1287 * mouse.el: Fix last change.
1288
c5785b73
MB
12892000-09-27 Miles Bader <miles@lsi.nec.co.jp>
1290
1291 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
1292
672172d9
KH
12932000-09-22 Kenichi Handa <handa@etl.go.jp>
1294
1295 * international/quail.el (quail-help): The output message is
1296 improved.
1297
4653b4ea
DL
12982000-09-26 Dave Love <fx@gnu.org>
1299
1300 * mouse.el (popup-menu): If POSITION is nil, set it using
1301 mouse-position.
1302
63900fcf
SS
13032000-09-25 Sam Steingold <sds@gnu.org>
1304
1305 * net/browse-url.el (browse-url-file-url): Check for null maps.
1306
cd3b81be
GM
13072000-09-26 Gerd Moellmann <gerd@gnu.org>
1308
876512ab 1309 * frame.el (frame-notice-user-settings): Don't add a
fa003899 1310 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 1311
fa003899
SM
1312 * frame.el (frame-notice-user-settings):
1313 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 1314
cd3b81be
GM
1315 * toolbar/tool-bar.el (tool-bar-help): New function.
1316
d8b4516f
GM
13172000-09-25 Gerd Moellmann <gerd@gnu.org>
1318
6567e9b5
GM
1319 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
1320 current-load-list in top-level forms. Else this leaks a cons cell
1321 every time a defun is called.
63900fcf 1322
d8b4516f 1323 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 1324
a461758e
DL
13252000-09-25 Dave Love <fx@gnu.org>
1326
7df6adc3
DL
1327 * startup.el (fancy-splash-head): Check XPM is available.
1328
a461758e
DL
1329 * autoinsert.el (auto-insert): Doc fix.
1330 (auto-insert-alist): Following GNU notices, don't say `copyright
1331 _by_'. Use line-beginning-position.
1332 (auto-insert): Check buffer-file-name is non-nil before use.
1333
b11af2dd
GM
13342000-09-25 Gerd Moellmann <gerd@gnu.org>
1335
1336 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
1337 starting with `@def' or `@multitable', in addition to ones
1338 specified by the user in auto-fill-inhibit-regexp.
1339
5f9f981b
GM
13402000-09-25 Markus Rost <rost@math.ohio-state.edu>
1341
1342 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
1343 rmail-dont-reply-to-names matches the empty string.
63900fcf 1344
8ff16b4e
GM
13452000-09-25 Gerd Moellmann <gerd@gnu.org>
1346
63900fcf 1347 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
1348 text to sound more friendly.
1349
9b4a7800
TTN
13502000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
1351
1352 * progmodes/hideshow.el: Update author email address.
1353 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
1354 (hs-hide-all-non-comment-function): New var.
1355 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
1356 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
1357 (hs-show-region): Delete this command.
1358 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
1359
4c7c1f3f
DL
13602000-09-22 Dave Love <fx@gnu.org>
1361
1362 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
1363 (hl-line-highlight): Specify buffer when moving overlay.
1364
1365 * progmodes/fortran.el (fortran-mode): Locally set
1366 normal-auto-fill-function.
1367 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
1368 (fortran-mode-map): Adjust auto-fill menu entry.
1369
13f93dee
GM
13702000-09-22 Gerd Moellmann <gerd@gnu.org>
1371
36eb0a91
GM
1372 * vc-rcs.el (toplevel): Require `vc' when compiling.
1373
fa003899 1374 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 1375
36a03bf9
AS
13762000-09-22 Andre Spiegel <spiegel@gnu.org>
1377
9b4a7800 1378 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
1379 registered under the new backend.
1380
9b4a7800 1381 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
1382 without explicit revision number.
1383
6e4e8a3b
SM
13842000-09-21 Stefan Monnier <monnier@cs.yale.edu>
1385
1386 * diff-mode.el (diff-file-header-face): Reset to its previous value.
1387 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
1388 (diff-xor): New function.
1389 (diff-find-source-location): Use it. Fix a stupid name clash.
1390 (diff-hunk-status-msg): New function.
1391 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
1392 (diff-test-hunk): Use diff-find-source-location.
1393 (diff-goto-source): Favor the `reverse'.
1394 (diff-hunk-text): Properly handle one-sided context diffs.
1395 (diff-apply-hunk): When done, advance to the next hunk.
1396
1b24b888
GM
13972000-09-21 Gerd Moellmann <gerd@gnu.org>
1398
623a0aae
GM
1399 * startup.el (command-line): If frame was created with a non-zero
1400 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 1401
1b24b888
GM
1402 * add-log.el (change-log-date-face, change-log-name-face)
1403 (change-log-email-face, change-log-file-face)
1404 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
1405 (change-log-function-face, change-log-acknowledgement-face):
1406 New faces, inheriting from font-lock faces.
1b24b888 1407 (change-log-font-lock-keywords): Use them.
9b4a7800 1408
93b3a1c8
DL
14092000-09-21 Dave Love <fx@gnu.org>
1410
80585273
DL
1411 * progmodes/cperl-mode.el (top-level): Clean up
1412 `eval-when-compile's and assorted defvars.
1413 (cperl-invalid-face): Don't double-quote value. Change custom
1414 type.
1415 (cperl-mode): Set normal-auto-fill-function and don't zap
1416 auto-fill-function.
1417 (cperl-imenu--function-name-regexp-perl): Renamed from
1418 imenu-example--function-name-regexp-perl.
1419 (cperl-imenu--create-perl-index): Renamed from
1420 imenu-example--create-perl-index.
1421 (cperl-xsub-scan): Don't require cl.
1422
93b3a1c8
DL
1423 * msb.el (msb-mode-map): Use substitute-key-definition.
1424 (msb-mode): Use msb-mode-map.
1425
43ccb598
AS
14262000-09-21 Andre Spiegel <spiegel@gnu.org>
1427
1428 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
1429 New functions.
fa003899 1430 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
1431 (vc-switch-backend): New function.
1432 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
1433 (vc-register): Fix prompt.
1434 (vc-unregister, vc-default-unregister): New functions.
1435 (vc-version-diff): Handle empty buffer in sentinel.
1436
1437 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
1438 (vc-rcs-state-heuristic): Use it to guess the state of files with
1439 non-strict locking.
1440 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
1441 been set with -b, but not created yet.
1442 (vc-rcs-fetch-master-state): With non-strict locking, compare file
1443 contents in order to find the state.
1444 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
1445 (vc-rcs-unregister, vc-rcs-receive-file)
1446 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 1447
9b4a7800 1448 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 1449 in case it is missing.
9b4a7800 1450
95fadcca
GM
14512000-09-21 Gerd Moellmann <gerd@gnu.org>
1452
1453 * startup.el (fancy-splash-tail): Use a different foreground
1454 color on a dark frame background.
1455
470f23e1
MB
14562000-09-21 Miles Bader <miles@lsi.nec.co.jp>
1457
1458 * info.el: Use the correct capitalization when making Info-mode
1459 and Info-edit-mode `special' modes.
1460
281096ed
SM
14612000-09-20 Stefan Monnier <monnier@cs.yale.edu>
1462
1463 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
1464 (diff-mode): Add support for add-log.el.
1465 (diff-hunk-text): Use char offsets rather than line offsets.
1466 (diff-find-source-location): Replace LINE with line-offset (nil
1467 if not found) and always set POS to a meaningful position.
1468 Adapt to the new char-offsets.
1469 (diff-apply-hunk): Drop support for the unused `select' POPUP.
1470 Adapt to the new diff-find-source-location.
1471 (diff-goto-source): Adapt to the new diff-find-source-location.
1472
1473 * add-log.el (add-log-file-name): New function (split out of
1474 add-change-log-entry).
1475 (add-change-log-entry): Use it.
1476 Call add-log-file-name-function with the changelog file name if
1477 the current buffer is not associated with any file.
1478 Avoid find-file if the selected window is dedicated.
1479
1480 * diff-mode.el (diff-find-source-location):
1481 Move code from diff-apply-hunk. Return buffer rather than file.
1482 (diff-apply-hunk): Use the new result from diff-find-source-location.
1483 (diff-goto-source): Use the new diff-find-source-location.
1484
c29d77c4
DL
14852000-09-20 Dave Love <fx@gnu.org>
1486
1487 * iswitchb.el: Some doc fixes.
1488 (iswitchb-mode-map): Define completely initially. Inherit
1489 minibuffer-local-map.
1490 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
1491 fundamental-mode.
1492 (iswitchb-global-map): New variable.
1493 (iswitchb-summaries-to-end): Amalgamate regexps.
1494 (iswitchb-mode): New.
1495 (iswitchb-mode-hook): New variable.
1496 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
1497 `extensions'.
1498
49939379
GM
14992000-09-20 Gerd Moellmann <gerd@gnu.org>
1500
d05c87ac
GM
1501 * ehelp.el (electric-help): New defgroup.
1502 (electric-help-shrink-window): New user-option.
1503 (with-electric-help): Use it.
1504
1ec082d4
GM
1505 * window.el (shrink-window-if-larger-than-buffer): If face
1506 `mode-line' has a :box, and we're on a graphical frame, add 1
1507 to the needed window height.
1508
f46c275e
GM
1509 * frame.el (frame-notice-user-settings): Add a last parameter nil
1510 to a call to `append', because the last list passed to `append' is
1511 not copied, and so subsequent calls to assq-delete-all will modify
1512 default-frame-alist.
1513
b7e11c5b
GM
1514 * startup.el (fancy-splash-image): Change :type.
1515 (fancy-splash-head): Use an XBM image if appropriate.
1516 (command-line-1): Show splash screens in more cases.
1517
26ff68aa
GM
1518 * startup.el (fancy-splash-text): Don't quote faces.
1519
8320414c
GM
1520 * dired.el (dired-font-lock-keywords): Undo last change.
1521 (dired-readin): Bind indent-tabs-mode to nil.
1522
49939379
GM
1523 * startup.el (fancy-splash-head): If frame's background mode
1524 is `dark', change the black background of the image to gray.
1525 (fancy-splash-screens): Display startup echo area message.
1526 (display-startup-echo-area-message): New function.
1527
c3b27206
MB
15282000-09-20 Miles Bader <miles@lsi.nec.co.jp>
1529
55a3d2a1
MB
1530 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
1531
1532 * info.el (info-header-node): Tweak for color ttys.
1533
37a99821
MB
1534 * faces.el (face-valid-attribute-values): Make sure directories we
1535 search for stipples both exist and are readable before trying to
1536 search them.
1537
0415d0d0
MB
1538 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
1539 in the dry-run case.
1540
523b128c
MB
1541 * jka-compr.el (with-auto-compression-mode): New macro.
1542
c3b27206
MB
1543 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
1544 (custom-group-tag-face, custom-variable-tag-face): Use relative
1545 :height and inherit from `variable-pitch' face instead of
1546 hardwiring :family.
1547 * hi-lock.el (hi-black-hb): Likewise.
1548
ddba99ad
MB
1549 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
1550 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
1551 toolbar-add-item, if image doesn't have a mask add a `:mask
1552 heuristic'.
1553
7e99fbde
SM
15542000-09-19 Stefan Monnier <monnier@cs.yale.edu>
1555
1556 * diff-mode.el: Docstring fixes.
1557 (diff-header-face, diff-comment-face): New faces.
1558 (diff-font-lock-keywords): Highlight a bit differently.
1559 (diff-find-source-location): Don't return SPAN any more.
1560 (diff-hunk-text): Don't bother erasing the temp buffer.
1561 (diff-find-text): Drop argument LINE.
1562 (diff-apply-hunk): Update calls to diff-find-text.
1563 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
1564
1565 * calendar/calendar.el: Docstring fixes.
1566 (calendar-make-alist): Don't quote lambda.
1567 (calendar-star-date): Use make-local-variable.
1568
fb275c02
DL
15692000-09-19 Dave Love <fx@gnu.org>
1570
7e99fbde
SM
1571 * toolbar/tool-bar.el: Renamed from toolbar.el.
1572 Change `toolbar' to `tool-bar' generally in symbols.
1573 Make some items invisible in `special' major modes.
1574 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
1575 Add arg PROPS.
532cb34d 1576
7e99fbde
SM
1577 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
1578 Add :version here.
fb275c02
DL
1579 (fancy-splash-delay, fancy-splash-image): Remove :version here.
1580
8f4ca9a5
GM
15812000-09-19 Gerd Moellmann <gerd@gnu.org>
1582
8b7707e1 1583 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 1584
8b7707e1 1585 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
1586 (find-file-noselect): Use it.
1587
8b7707e1 1588 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
1589 (fancy-splash-screen): Defgroup.
1590
8f4ca9a5
GM
1591 * add-log.el (change-log-font-lock-keywords): Match names
1592 more exactly for the case that font-lock-constant-face is
1593 underlined.
1594
ba9eeda1 15952000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 1596
8b7707e1 1597 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 1598
289eaef9
AS
15992000-09-19 Andre Spiegel <spiegel@gnu.org>
1600
1601 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
1602
ce9ded5d
GM
16032000-09-19 Gerd Moellmann <gerd@gnu.org>
1604
c113de23
GM
1605 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
1606 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
1607 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
1608 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
1609 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
1610 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
1611 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
1612 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
1613 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
1614 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
1615 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 1616 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 1617
ce9ded5d
GM
1618 * startup.el (fancy-splash-text): New variable.
1619 (fancy-splash-delay, fancy-splash-image): New user-options.
1620 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
1621 (fancy-splash-screens): New functions.
1622 (command-line-1): If display has a `display' frame parameter, has
1623 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 1624
b9b1c3a9
DL
16252000-09-19 Dave Love <fx@gnu.org>
1626
1627 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
1628 with null `help'. Use modern backquote syntax.
1629
1af25534
GM
16302000-09-19 Gerd Moellmann <gerd@gnu.org>
1631
afd3c8cd
GM
1632 * font-lock.el (font-lock-mode): Change message telling the user
1633 that ``the buffer is too big''.
1634
1af25534
GM
1635 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
1636 for instance for the case that tab-width is 2.
1637
05b1f851
GM
16382000-09-18 Gerd Moellmann <gerd@gnu.org>
1639
1640 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
1641 toolbar-add-item, if image doesn't have a mask add a `:mask
1642 heuristic'.
1643
8ec8f673
MB
16442000-09-18 Miles Bader <miles@lsi.nec.co.jp>
1645
2b612b1f
MB
1646 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
1647 and return a cons if it's non-nil.
1648 (diff-apply-hunk): Try to jump to the line in the source text
1649 corresponding to the position of point in the in the hunk.
1650
9b4a7800 1651 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
1652 (Info-title-1-face): Use face inheritance and relative sizes
1653 instead of hard-wiring things.
1654
1655 * faces.el (secondary-selection): Make dark-background variant sane.
1656
5eedab4d
AI
16572000-09-16 Andrew Innes <andrewi@gnu.org>
1658
5eedab4d
AI
1659 * makefile.w32-in (compile-files-CMD): No need to make .elc files
1660 read-only, since they aren't under VC now.
1661
6a142f26
DL
16622000-09-17 Dave Love <fx@gnu.org>
1663
e07436e1
DL
1664 * tmm.el: Replace mapcar with mapc in several places.
1665
1666 * loadhist.el (unload-feature): Maybe call elp-restore-list and
1667 ad-unadvise.
1668
7d354dd5
DL
1669 * international/latin1-disp.el: New file.
1670
6a142f26
DL
1671 * calendar/cal-move.el (scroll-calendar-left)
1672 (scroll-calendar-right): Make arg optional (for active mode line).
1673
1674 * calendar/calendar.el (calendar-mode-line-format): Make fields
1675 mouse-sensitive.
1676 (calendar-read-date, calendar-read-date, calendar-window-list):
1677 Unquote lambda.
1678 (calendar-month-name): Use aref, not sref.
1679
1680 * view.el (minor-mode-alist): Propertize the string.
1681
1682 * international/characters.el (standard-case-table): Add entries
1683 for Greek.
1684
50ac70af
MB
16852000-09-18 Miles Bader <miles@gnu.org>
1686
53c9ab4f
MB
1687 * info.el (info-node, info-xref): Add dark-background variants.
1688
a114b1ca
MB
1689 * faces.el (header-line): Change defaults to be less confusing
1690 when mixed with mode-lines.
1691
50ac70af
MB
1692 * info.el (Info-fontify-node): Make a few cleanups.
1693 Add extra `help-echo' and `local-map' props to node xrefs.
1694 Use header-specific faces for node-names & xrefs.
1695 (Info-use-header-line): New variable.
53c9ab4f 1696 (info-header-xref, info-header-node): New faces.
50ac70af
MB
1697 (Info-setup-header-line): New function.
1698 (Info-select-node): Call Info-setup-header-line when enabled.
1699 (Info-extract-pointer): Work even if the header line is hidden.
1700 (Info-header-line): New variable.
1701
729927ff
SM
17022000-09-16 Stefan Monnier <monnier@cs.yale.edu>
1703
1704 * vms-patch.el (print-region-function): Don't quote lambda.
1705
1706 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
1707
1708 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
1709 (lm-get-header-re): Allow spaces between the header and the colon.
1710 (lm-header): Allow $ in non-RCS headers.
1711 (lm-header-multiline): Put the strings back into order.
1712 Stop at an empty line. Don't require two space chars if the
1713 line is clearly not another header line.
1714
1715 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
1716 (popup-menu-popup): Remove.
1717
7a98d821
GM
17182000-09-15 Gerd Moellmann <gerd@gnu.org>
1719
7f8f1edc
GM
1720 * toolbar/toolbar.el (toolbar-add-item): Use the same image
1721 specification if or if not tool-bar item contains an `:enabled'
1722 property.
1723
7a98d821
GM
1724 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
1725 current buffer has no file name.
1726
a7bc704b
DL
17272000-09-15 Dave Love <fx@gnu.org>
1728
1729 * strokes.el: Sync with maintainer's current version with changes
1730 for Emacs, but avoid runtime cl and levents.
1731 (toplevel): Change autoloads and compilation requires.
1732 (strokes-version, strokes-bug-address, strokes-lift): Values
1733 changed.
1734 (strokes-xpm-header, strokes-insinuated): New variable.
1735 (strokes): Add :link.
1736 (strokes-mode): Customized.
1737 (strokes-while-inhibiting-garbage-collector): New macro.
1738 (strokes-remassoc): Avoid remove-if.
1739 (strokes-fix-button2-command): Don't use ad-do-it.
1740 (strokes-insinuate): New function.
1741 (strokes-button-press-event-p, strokes-button-release-event-p):
1742 New functions, used instead of non-`strokes-' versions..
1743 (strokes-mouse-event-p): Rewritten.
1744 (strokes-event-closest-point): Avoid event-point.
1745 (strokes-get-grid-position): Avoid cdadr, caadr
1746 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
1747 functions.
1748 (strokes-help): Use with-output-to-temp-buffer.
1749 (strokes-window-configuration-changed-p): New function.
1750 (strokes-update-window-configuration): Use buffer-live-p,
1751 strokes-window-configuration-changed-p.
1752 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
1753 (strokes-char-face): New face.
1754 (strokes-char-table, strokes-base64-chars): New variable.
1755 (strokes-xpm-for-stroke, strokes-list-strokes)
1756 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
1757 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
1758 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
1759 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
1760 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
1761 functions.
1762
47e351a3
GM
17632000-09-15 Gerd Moellmann <gerd@gnu.org>
1764
ebb8f116
GM
1765 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
1766
47e351a3
GM
1767 * image.el (create-image): Doc fix.
1768
1769 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
1770 instead of `:heuristic-mask t'.
1771
fe83b953
AI
17722000-09-14 Andrew Innes <andrewi@gnu.org>
1773
1774 * makefile.w32-in: Revert to Unix line endings.
1775
52481729
AI
17762000-09-14 Andrew Innes <andrewi@gnu.org>
1777
3021e816
AI
1778 * makefile.w32-in: Add bootstrap support. Also copy lisp source
1779 when installing.
1780
52481729
AI
1781 * makefile.nt (DONTCOMPILE): Fix typo.
1782
1783 * shell.el (shell-write-history-on-exit): New function.
1784 (shell-dumb-shell-regexp): New custom variable.
1785 (shell-mode): Make shell-write-history-on-exit the process
1786 sentinel if shell name matches shell-dumb-shell-regexp.
1787
1788 * w32-fns.el: Comment out before-init-hook function which resets
1789 source-directory based; this breaks bootstrap.
1790
f8034e41
DL
17912000-09-14 Dave Love <fx@gnu.org>
1792
1793 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
1794 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
1795 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
1796 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
1797 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
1798 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
1799 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
1800 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
1801 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
1802
1803 * toolbar/toolbar.el: New.
1804
1805 * subdirs.el: Add toolbar.
1806
b9ce5694
GM
18072000-09-14 Gerd Moellmann <gerd@gnu.org>
1808
1809 * indent.el (indent-for-tab-command): Doc fix.
1810
986b7dee
GM
18112000-09-14 Alex Schroeder <alex@gnu.org>
1812
1813 * ansi-color.el (ansi-colors): Doc change.
1814 (ansi-color-get-face): Simplified regexp.
1815 (ansi-color-faces-vector): Added more faces, doc change.
1816 (ansi-color-names-vector): Doc change.
1817 (ansi-color-regexp): Simplified regexp.
1818 (ansi-color-parameter-regexp): New regexp.
1819 (ansi-color-filter-apply): Doc change.
1820 (ansi-color-filter-region): Doc change.
1821 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
1822 deal with zero length parameters.
1823 (ansi-color-apply-on-region): Doc change.
1824 (ansi-color-map): Doc change.
1825 (ansi-color-map-update): Removed debugging message.
1826 (ansi-color-get-face-1): Added condition-case to trap
1827 args-out-of-range errors.
1828 (ansi-color-get-face): Doc change.
1829 (ansi-color-make-face): Removed.
1830 (ansi-color-for-shell-mode): New option.
9b4a7800 1831
076ff911
KH
18322000-09-13 Kenichi Handa <handa@etl.go.jp>
1833
1834 * international/quail.el (quail-start-translation): Translate KEY
1835 if necessary even if it doesn't have any mapping in the current
1836 input method.
1837 (quail-start-conversion): Likewise.
1838 (quail-help): The output message is improved.
1839
bdf08678
MB
18402000-09-13 Miles Bader <miles@gnu.org>
1841
1842 * comint.el (comint-output-filter): Revert to using
1843 `insert-before-markers'. Add bletcherous hack to undo damage
1844 caused by `insert-before-markers'. Put `front-sticky' property on
1845 overlays created here so that the field code understands how the
1846 overlay works. Use a let when making comint-last-prompt-overlay,
1847 so that the code is easier to read.
1848
ffb8db8d
DL
18492000-09-13 Dave Love <fx@gnu.org>
1850
1851 * wid-edit.el (widget-default-format-handler): DTRT when
1852 doc-property is a function.
1853
5dd05f61
GM
18542000-09-12 Francesco Potorti` <pot@gnu.org>
1855
1856 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
1857 filed name if it's not there.
1858
35177617
DL
18592000-09-12 Dave Love <fx@gnu.org>
1860
9023837e
DL
1861 * simple.el (read-mail-command): Doc fix.
1862 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
1863
35177617
DL
1864 * vc.el (vc-dired-listing-switches): Fix :version.
1865
1866 * vc-hooks.el: Doc fixes.
1867
1868 * subr.el (add-minor-mode): Use toggle-fun arg.
1869
1870 * speedbar.el: Add :version to several defcustoms.
1871
1872 * imenu.el (imenu--truncate-items, imenu--cleanup)
1873 (imenu--generic-function): Avoid mapcar.
1874 (imenu--replace-spaces): Function removed.
1875 (imenu--completion-buffer): Use subst-char-in-string.
1876 (imenu-add-to-menubar): Use keymap inheritance.
1877
1afaae94
MB
18782000-09-12 Miles Bader <miles@gnu.org>
1879
1880 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
1881 (diff-mode-map): Bind `diff-test-hunk'.
1882 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
1883
18842000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
1885
1886 * bytecomp.el (byte-compile-defvar): Undo last change
1887 because it breaks '(make-variable-buffer-local (defvar ...)'
1888 which is used at least in dired.
1889
63c36c3c
KH
18902000-09-12 Kenichi Handa <handa@etl.go.jp>
1891
1892 * international/quail.el (quail-define-package): Docstring
1893 modified.
1894
1ad24be1
KH
18952000-09-12 Kenichi Handa <handa@etl.go.jp>
1896
362a8065
KH
1897 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
1898 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
1899 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
1900 docstring of "chinese-py".
1901
1ad24be1
KH
1902 * international/quail.el (quail-translation-docstring): New
1903 variable.
1904 (quail-show-keyboard-layout): Docstring modified.
1905 (quail-select-current): Likewise.
1906 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
1907 infinite recursive call.
1908 (quail-help): Check quail-translation-docstring. Format of the
1909 output changed.
1910 (quail-help-insert-keymap-description): Adjusted for the above
1911 change.
1912
cc0f95a4
GM
19132000-09-11 Gerd Moellmann <gerd@gnu.org>
1914
1915 * bytecomp.el (byte-compile-defvar): Only cons onto
1916 current-load-list in top-level forms. Else this leaks a cons cell
1917 every time a defun is called.
1918
7530b6da
MB
19192000-09-11 Miles Bader <miles@lsi.nec.co.jp>
1920
1921 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
1922 Now understands non-unified diffs. Some functionality moved into
1923 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
1924 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
1925 modify anything. Only reposition point in the patched file if the
1926 patch succeeds. Only pop up another window if POPUP is true.
1927 Emit a message describing what happened if successful, and at what
1928 line-offset. Automatically detect reversed hunks and do something
1929 appropriate.
1930 (diff-hunk-text, diff-find-text): New functions.
1931 (diff-filter-lines): Function removed.
1932 (diff-test-hunk): New function.
1933 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
1934
6b124390
DL
19352000-09-10 Dave Love <fx@gnu.org>
1936
1937 * textmodes/tildify.el: Minor doc/commentary fixes.
1938 (tildify) <defgroup>: Add :version.
1939
1940 * faces.el (face-x-resources): Make custom type more specific.
1941 (frame-background-mode): Use mapc.
1942 (region) <defcustom>: Add :version.
1943
7f8b6551
SM
19442000-09-08 Stefan Monnier <monnier@cs.yale.edu>
1945
9b4a7800
TTN
1946 * vc-sccs.el (vc-sccs-register):
1947 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
1948 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
1949 * vc.el (vc-register): Clear file's properties.
1950
c454aac1
GM
19512000-09-08 Gerd Moellmann <gerd@gnu.org>
1952
1953 * faces.el (face-spec-set): Only face-spec-reset-face when
1954 ATTRS is non-nil.
1955
bb934822
EZ
19562000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
1957
1958 * help.el (help-insert-xref-button): Fix a typo in doc string.
1959
03419440
EZ
19602000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1961
7f8b6551
SM
1962 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1963 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
1964 methods.
1965
03419440
EZ
1966 * menu-bar.el (read-mail-item-name): New function.
1967 (menu-bar-tools-menu): Use it to compute and display the package
1968 used to read email.
1969 (menu-bar-tools-menu): Fix typo in GUD's help string.
1970
dbcee71a
DL
19712000-09-07 Dave Love <fx@gnu.org>
1972
19e713d8
DL
1973 * diff-mode.el (diff-mouse-goto-source): New function.
1974
a7cafade 1975 * vc-sccs.el: Doc fixes.
7f8b6551 1976 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
1977
1978 * vc-rcs.el: Doc fixes.
7f8b6551
SM
1979 (vc-rcs-register-switches, vc-rcs-checkin-switches)
1980 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
1981 (vc-rcs-master-templates): Add or change :version.
1982
7f8b6551 1983 * vc-cvs.el: Doc fixes.
a7cafade
DL
1984 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
1985 (vc-cvs-stay-local): Add :version.
1986
dbcee71a
DL
1987 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
1988
ed254191
KH
19892000-09-07 Kenichi Handa <handa@etl.go.jp>
1990
1991 * international/quail.el (quail-help): Fix previous change.
1992
ab0ee409
GM
19932000-09-07 Gerd Moellmann <gerd@gnu.org>
1994
f46f845b 1995 * faces.el (color-values): Doc fix.
9b4a7800 1996
ab0ee409
GM
1997 * faces.el (frame-set-background-mode): Use frame-parameter
1998 instead of frame-parameters.
1999
2000 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 2001 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 2002 frame-parameters.
9b4a7800 2003
f7246ac7
KH
20042000-09-07 Kenichi Handa <handa@etl.go.jp>
2005
2006 * language/devan-util.el (devanagari-to-indian-region): In the
2007 loop, change the following char, not preceding char.
2008
96889af2
GM
20092000-09-07 Gerd Moellmann <gerd@gnu.org>
2010
1091dd67
GM
2011 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
2012 instead of frame-parameters.
2013
9b4a7800 2014 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
2015 internal-set-lisp-face-attribute with FRAME being 0.
2016
2017 * vc.el: Remove `Id' version control keyword.
96889af2 2018
0fddd0dc
KH
20192000-09-07 Kenichi Handa <handa@etl.go.jp>
2020
2021 * help.el (help-make-xrefs): Adjusted for the change of
2022 help-xref-mule-regexp.
2023 (help-insert-xref-button): New function.
2024
2025 * international/mule-cmds.el (help-xref-mule-regexp-template):
2026 Include the pattern for character set.
2027 (leim): New group.
2028
2029 * international/quail.el: Don't require face.
2030 (quail): New group.
7f8b6551 2031 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
2032 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
2033 (quail-keyboard-layout-substitution): New variable.
2034 (quail-update-keyboard-layout): New function.
2035 (quail-keyboard-layout-type): New customizable variable.
2036 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
2037 (quail-keyboard-translate): Pay attention to
2038 quail-keyboard-layout-substitution.
2039 (quail-insert-kbd-layout): New function.
2040 (quail-show-keyboard-layout): New function.
2041 (quail-get-translation): If the definition is a vector of length
7f8b6551 2042 1, and the element is a string of length 1, return the character
0fddd0dc
KH
2043 in that string.
2044 (quail-update-current-translations): Fix the case of
2045 relative-index out of range.
2046 (quail-build-decode-map, quail-insert-decode-map): New Functions.
2047 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 2048 Show key sequences for all available characters.
0fddd0dc
KH
2049 (quail-help-insert-keymap-description): Don't show such verbose
2050 key bindings as quail-self-insert-command.
2051
2052 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2053 Format changed, and each element now have extra documentations.
2054 (tit-process-header): Delete invalid characters from TIT-PROMPT.
2055 Adjusted for the change of quail-cxterm-package-ext-info.
2056
8ddceaf1
GM
20572000-09-06 Gerd Moellmann <gerd@gnu.org>
2058
2059 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
2060 requiring it leads to a recursive loading of vc.el and vc-hooks.el
2061 during bootstrap.
2062
099bd78a
SM
20632000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2064
2065 * vc.el: (toplevel): Don't require `dired' at run-time.
2066 (vc-dired-resynch-file): Remove autoload cookie.
2067
20682000-09-05 Andre Spiegel <spiegel@gnu.org>
2069
2070 * vc.el: Made several backend functions optional.
2071 (vc-default-responsible-p): New function.
2072 (vc-merge): Use RET for first version to trigger merge-news, not
2073 prefix arg.
2074 (vc-annotate): Handle backends that do not support annotation.
2075 (vc-default-merge-news): Removed. The existence of a merge-news
2076 implementation is now checked on caller sites.
2077
9b4a7800 2078 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
2079 case.
2080
9b4a7800 2081 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
2082 special case that has been removed from the default in vc-hooks.el.
2083
20842000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2085
2086 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
2087
20882000-09-05 Andre Spiegel <spiegel@gnu.org>
2089
2090 * vc-hooks.el: Require vc during compilation.
2091 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
2092 macro `with-vc-properties' in vc.el.
2093 (vc-file-getprop): Doc fix.
2094 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 2095
099bd78a
SM
2096 * vc.el: Require dired-aux during compilation.
2097 (vc-name-assoc-file): Moved to vc-sccs.el.
2098 (with-vc-properties): New macro.
9b4a7800 2099 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
2100 vc-finish-steal): Use it.
2101 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
2102 to the backend-specific function is now supposed to do the checkout,
2103 too.
2104 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
2105
9b4a7800 2106 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
2107 set file properties; that gets done in the generic code now.
2108
2109 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
2110 Changed parameter list, added code from vc.el that does the
2111 checkout, possibly with a double-take.
2112
2113 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
2114 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
2115 the above under the new name.
2116 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
2117 parameter list, added checkout command.
2118 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
2119 properties; that gets done in the generic code now.
2120
21212000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2122
2123 * vc.el: Docstring fixes (courtesy of checkdoc).
2124
21252000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2126
2127 * vc.el (vc-checkout-writable-buffer-hook)
2128 (vc-checkout-writable-buffer): Remove.
2129 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
2130 (vc-log-mode): Make it into a clean derived major mode.
2131 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
2132 vc-log-mode if log-edit is not available.
2133 (vc-dired-mode-map): Don't set-keymap-parent yet.
2134 (vc-dired-mode): Do set-keymap-parent here.
2135 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
2136
08ba3862
GM
21372000-09-05 Gerd Moellmann <gerd@gnu.org>
2138
2139 * faces.el (set-face-attribute, face-spec-reset-face)
2140 (face-spec-set): Avoid consing by removing calls to `apply'.
2141
2142 * frame.el (frame-parameter): Move to C code.
2143
3b4429b4
DL
21442000-09-05 Dave Love <fx@gnu.org>
2145
2146 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
2147 insert-before-markers-and-inherit. Now checked systematically!
2148
877055f6
GM
21492000-09-05 Alex Schroeder <alex@gnu.org>
2150
2151 * sql.el (sql-postgres): Use sql-postgres-options.
2152 (sql-postgres-options): New variable.
2153
21542000-09-05 Alex Schroeder <alex@gnu.org>
2155
2156 * sql.el (sql-mode-menu): Work around missing variable mark-active
2157 in XEmacs.
2158 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
2159 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
2160 compatibility.
2161
7a004b71
GM
21622000-09-04 Gerd Moellmann <gerd@gnu.org>
2163
54baed30 2164 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 2165
7a004b71
GM
2166 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
2167
2168 * Makefile.in (DONTCOMPILE): Fix typo in file name.
2169
21702000-09-04 Andre Spiegel <spiegel@gnu.org>
2171
2172 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
2173 don't support anything else under SCCS yet.
2174
2175 * vc-hooks.el: Minor doc fixes.
2176
21772000-09-04 Andre Spiegel <spiegel@gnu.org>
2178
2179 * vc.el (vc-next-action-on-file): Do not visit the file if it's
2180 not necessary. If verbose in state `needs-patch', do the same as
2181 under `up-to-date'. When NOT verbose and `needs-patch', check out
2182 latest version instead of `merge-news'.
2183 (vc-next-action-dired): Don't mess with default-directory here; it
2184 breaks other parts of dired. It is the job of the
099bd78a 2185 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
2186 (vc-next-action): Remove a special CVS case.
2187 (vc-clear-headers): New optional arg FILE.
2188 (vc-checkin, vc-checkout): Set properties vc-state and
2189 vc-checkout-time properly.
099bd78a 2190 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
2191 (vc-print-log): Use new backend function `show-log-entry'.
2192 (vc-cancel-version): Do the checks in a different order. Added a
2193 FIXME concerning RCS-only code.
2194
2195 * vc-rcs.el (vc-rcs-show-log-entry): New function.
2196 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
2197
2198 * vc-cvs.el (vc-cvs-show-log-entry): New function.
2199
9b4a7800 2200 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
2201 `needs-patch' as a `-' too.
2202
22032000-09-04 Andre Spiegel <spiegel@gnu.org>
2204
2205 * vc.el (vc-responsible-backend): New optional arg REGISTER.
2206 (vc-default-could-register): New function.
2207 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
2208 (vc-resynch-buffer): Call vc-dired-resynch-file.
2209 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
2210 vc-resynch-buffer instead of vc-resynch-window.
2211 (vc-next-action-dired): Don't redisplay here, that gets done as a
2212 result of the individual file operations.
2213 (vc-retrieve-snapshot): Corrected prompt order.
2214
2215 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 2216
7a004b71
GM
2217 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
2218 as well.
2219 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
2220 hostname regexps. Updated all callers.
2221 (vc-cvs-responsible-p): Handle directories as well.
2222 (vc-cvs-could-register): New function.
2223 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
2224 properties up-to-date.
9b4a7800 2225
7a004b71
GM
2226 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
2227 user whether to create one.
2228
22292000-09-04 Andre Spiegel <spiegel@gnu.org>
2230
2231 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
2232 check out a non-existing file.
2233
2234 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
2235 workfile does not exist.
2236
2237 * vc.el (vc-version-diff): Use `require' to check for existence of
2238 diff-mode.
2239
22402000-09-04 Andre Spiegel <spiegel@gnu.org>
2241
2242 * vc-cvs.el (vc-cvs-registered): Use new function
2243 vc-cvs-parse-entry to do the actual work.
2244
22452000-09-04 Andre Spiegel <spiegel@gnu.org>
2246
2247 * vc-hooks.el (vc-find-backend-function): If function doesn't
2248 exist, return nil instead of error.
2249 (vc-call-backend): Doc fix.
2250
2251 * vc.el (vc-do-command): Doc fix.
2252 (vc-finish-logentry): When checking in from vc-dired, choose the
2253 right backend for logentry check.
2254 (vc-dired-mode-map): Inherit from dired-mode-map.
2255 (vc-dired-mode): Local value of dired-move-to-filename-regexp
2256 simplified.
2257 (vc-dired-state-info): Removed, updated caller.
2258 (vc-default-dired-state-info): Use parentheses instead of hyphens.
2259 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
2260 (vc-dired-listing-switches): New variable.
2261 (vc-directory): Use it, instead of dired-listing-switches.
2262
2263 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
2264 (vc-cvs-dir-state): New function.
7f8b6551 2265 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
2266 (vc-cvs-parse-entry): New function, also to be used in
2267 vc-cvs-registered.
9b4a7800 2268
7a004b71
GM
22692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2270
2271 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
2272 *or* single-window-frames.
2273
22742000-09-04 Andre Spiegel <spiegel@gnu.org>
2275
2276 * vc.el (vc-update-changelog): Split into generic part and default
2277 implementation. Doc string adapted.
2278 (vc-default-update-changelog): New function. Call the `rcs2log'
2279 script in exec-directory, to fix a long-standing nuisance.
2280
2281 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
2282 simply signals an error.
9b4a7800 2283
7a004b71
GM
22842000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2285
2286 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
2287 control-flow more clear and to avoid running `cvs' twice.
2288
2289 * vc.el (vc-next-action-on-file): Doc fix.
2290 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
2291 (vc-print-log): Eval `file' before constructing the continuation.
2292
22932000-09-04 Andre Spiegel <spiegel@gnu.org>
2294
2295 * vc.el (vc-next-action-on-file): Corrected several messages.
2296 (vc-merge): Add prefix arg `merge-news'; handle it.
2297
2298 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
2299 is not reached. It is.
2300 (vc-cvs-merge): Set state to 'edited after merge.
2301 (vc-cvs-merge-news): Set workfile version to nil if not known.
2302 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
2303
2304 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
2305 via stdout. (Merge from main line.)
9b4a7800 2306
7a004b71
GM
23072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2308
2309 * vc.el (vc-finish-logentry): Thinko in the "same comment"
2310 detection.
2311
23122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2313
2314 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
2315 against kill-all-local-variables.
2316 (vc-log-edit): Don't save vc-parent-buffer any more.
2317 (vc-last-comment-match): Initialize to an empty string.
2318 (vc-post-command-functions): New hook.
2319 (vc-do-command): Run it.
2320 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
2321 (vc-finish-logentry): Only add the comment to the ring if it's
2322 different from the last comment entered.
2323 (vc-new-comment-index): New function.
2324 (vc-previous-comment): Use it. Make the minibuffer message
2325 slightly less terse.
2326 (vc-comment-search-reverse): Make it work forward as well. Don't
2327 set vc-comment-ring-index if no match is found. Use
2328 vc-new-comment-index.
2329 (vc-comment-search-forward): Use vc-comment-search-reverse.
2330 (vc-dired-mode-map): Don't inherit from dired-mode-map since
2331 define-derived-mode will do it for us. Bind `v' to a keymap that
2332 inherits from vc-prefix-map so that we can bind `vt' without
2333 binding C-x v t.
2334 (vc-retrieve-snapshot): Parenthesis typo.
2335
2336 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
2337 to 1. Make sure to switch to *vc* before looking for an error
2338 message. Use vc-parse-buffer.
2339
23402000-09-04 Andre Spiegel <spiegel@gnu.org>
2341
2342 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
2343 and NAME.
2344 (vc-retrieve-snapshot): Split into two parts.
2345 (vc-default-retrieve-snapshot): New function.
2346
2347 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
2348 (vc-cvs-retrieve-snapshot): New function (untested).
2349 (vc-cvs-stay-local): Default to t.
2350 (vc-cvs-remote-p): New function and property.
2351 (vc-cvs-state): Stay local only if the above is t.
2352 (vc-handle-cvs): Removed.
2353 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
2354 done via vc-handled-backends now.
2355 (vc-cvs-header): Escape Id.
2356
23572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2358
2359 * vc.el (vc-do-command): Remove unused commands.
2360 (vc-version-diff): Make sure default-directory ends with a slash.
2361 Move the window commands into a vc-exec-after.
2362 (vc-print-log): Move more of the code into the `vc-exec-after'.
2363
23642000-09-04 Andre Spiegel <spiegel@gnu.org>
2365
2366 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
2367 (vc-print-log): Search current revision from beginning of buffer.
2368 (vc-revert-buffer): Clear echo area after the diff is finished.
2369 (vc-prefix-map): Removed definition of "t" for terse display in vc
2370 dired.
2371 (vc-dired-mode-map): Inherit from dired-mode-map. Added
2372 definition of "vt" for terse display.
2373 (vc-dired-mode): Fix dired-move-to-filename-regexp.
2374
23752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2376
2377 * vc.el (vc-exec-after): Avoid caddr.
2378
23792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2380
2381 * vc.el (vc-exec-after): New function.
2382 (vc-do-command): Use it to add a termination message for async
2383 procs.
2384 (vc-checkout): Try to handle a missing-backend situation.
2385 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
2386 of a directory with a backend using async diffs.
2387 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
2388 present.
2389
2390 * vc-sccs.el (vc-sccs-state-heuristic): Use
2391 file-ownership-preserved-p.
2392
2393 * vc-rcs.el (vc-rcs-state-heuristic): Use
2394 file-ownership-preserved-p.
2395 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
2396
23972000-09-04 Andre Spiegel <spiegel@gnu.org>
2398
2399 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
2400 vc-do-command.
2401
2402 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
2403 when there are no changes.
2404
24052000-09-04 Andre Spiegel <spiegel@gnu.org>
2406
2407 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
2408
2409 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
2410
24112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2412
2413 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
2414
2415 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
2416 the `fset' outside of the defvar so that it works even if
2417 vc-prefix-map was already defined.
2418 (vc-setup-buffer): New function, split out of vc-do-command.
2419 (vc-do-command): Allow BUFFER to be t to mean `just use the
2420 current buffer without any fuss'.
2421 (vc-version-diff): Change the `diff' backend operation to just put
2422 the diff in the current buffer without erasing it. Always use
2423 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
2424 shrink-window-if-larger-than-buffer.
2425 (vc-print-log): Change the `print-log' backend operation to just
2426 put the log in the current buffer without erasing it. Protect
2427 shrink-window-if-larger-than-buffer.
2428 (vc-update-change-log): Fix setd typo.
2429
2430 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
2431 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
2432
2433 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
2434 (vc-rcs-diff): Insert in the current buffer and remove unused arg
2435 CMP.
2436
2437 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
2438 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
2439 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
2440
24412000-09-04 Andre Spiegel <spiegel@gnu.org>
2442
2443 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
2444 not possible, use vc-BACKEND-workfile-unchanged-p.
2445 (vc-default-workfile-unchanged-p): New function. Delegates to a
2446 full vc-BACKEND-diff.
2447
2448 * vc-hooks.el (vc-simple-command): Removed.
2449
2450 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
2451 instead of vc-simple-command.
2452 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
2453 avoid doing a diff when opening a file.
2454 (vc-rcs-state): Added check for unlocked-changes.
2455 (vc-rcs-header): Escape Id.
2456 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
2457 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
2458 version.
2459
2460 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
2461 (vc-sccs-diff): Remove optional arg CMP.
2462 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
2463 SCCS-specific function.
2464
2465 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
2466 vc-simple-command.
2467
24682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2469
2470 * vc.el (vc-editable-p): Renamed from vc-writable-p.
2471 (with-vc-file, vc-merge): Use vc-editable-p.
2472 (vc-do-command): Remove unused var vc-file and fix the
2473 doubly-defined `status' var. Add a user message when starting an
2474 async command.
2475 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
2476 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
2477 Use with-current-buffer.
2478 (vc-buffer-sync): Use unless.
2479 (vc-next-action-on-file): If the file is 'edited by read-only,
2480 make it read-write instead of trying to commit.
2481 (vc-version-diff, vc-update-change-log): Use `setq
2482 default-directory' rather than `cd'.
2483 (vc-log-edit): Don't forget to set default-directory in the
2484 buffer.
2485
2486 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
2487 (vc-sccs-state-heuristic): Use file-writable-p instead of
2488 comparing userids.
2489 (vc-sccs-checkout): Use `unless'.
2490
2491 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
2492 of comparing userids.
2493 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
2494 Simplify the logic by eliminating unreachable code.
2495 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
2496 just do a recursive call if we need to retry.
2497 (vc-rcs-checkout): Handle the case where rcs is missing by making
2498 the buffer read-write if requested and re-signalling the error.
2499
2500 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
2501
25022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2503
2504 * vc-hooks.el (vc-handled-backends): Docstring change.
2505 (vc-ignore-vc-files): Mark obsolete.
2506 (vc-registered): Check vc-ignore-vc-files.
2507 (vc-find-file-hook, vc-file-not-found-hook): Don't check
2508 vc-ignore-vc-files.
2509
2510 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
2511
25122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2513
2514 * vc.el (vc-checkout): Don't do anything special for ange-ftp
2515 files since ange-ftp already has vc-registered return nil.
2516
2517 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
2518 (vc-sccs-workfile-version): Use with-temp-buffer and new
2519 vc-parse-buffer and don't bother setting the property.
2520 (vc-sccs-add-triple): Use with-current-buffer and
2521 find-file-noselect.
2522 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
2523
2524 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
2525 derives from the old vc-parse-buffer but uses the revision number
2526 rather than the date (much easier to compare robustly).
2527 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
2528 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
2529 locking-user more directly. Check strict locking and set
2530 checkout-model appropriately.
2531 (vc-rcs-parse-locks): Remove.
2532 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
2533 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
2534 (vc-rcs-system-release): Use with-current-buffer and
2535 vc-parse-buffer.
2536 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
2537
2538 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
2539 (vc-simple-command): Docstring fix.
2540 (vc-registered): Align the way the file-handler is called with the
2541 way the function itself works.
2542 (vc-file-owner): Remove.
2543
2544 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
2545 extraction of fields and call to file-attributes because of a
2546 temporary bug in rcp.el.
2547 (vc-cvs-fetch-status): Use with-current-buffer.
2548
25492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2550
2551 * vc.el (vc-do-command): Use file-relative-name.
2552 (vc-responsible-backend): Use vc-backend if possible.
2553 (vc-create-snapshot): Improve the `interactive' spec. Add support
2554 for branches and dispatch to backend-specific `create-snapshot'.
2555 (vc-default-create-snapshot): New function, containing the bulk of
2556 the old vc-create-snapshot.
2557 (vc-retrieve-snapshot): Improve the interactive spec.
2558
2559 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
2560 (vc-backend-hook-functions): Remove.
2561 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
2562 (vc-backend): Reintroduce the test for `file = nil' now that I
2563 know why it was there (and added a comment to better remember).
2564
2565 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
2566 code from vc-sccs-hooks.el.
2567 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
2568 'vc anymore.
2569 (vc-sccs-responsible-p): Use expand-file-name instead of concat
2570 and file-directory-p instead of file-exists-p.
2571 (vc-sccs-check-headers): Simplify the regexp.
2572
2573 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
2574 from vc-rcs-hooks.el. Don't require 'vc anymore.
2575 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
2576 file-directory-p instead of file-exists-p.
2577
2578 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
2579 from vc-cvs-hooks.el.
2580 (proto vc-cvs-registered): Require 'vc-cvs instead of
2581 'vc-cvs-hooks. Don't require 'vc anymore.
2582 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
2583 file-directory-p instead of file-exists-p.
2584 (vc-cvs-create-snapshot): New function, replacing
2585 vc-cvs-assign-name.
2586 (vc-cvs-assign-name): Remove.
2587
25882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2589
2590 * vc-cvs.el (vc-cvs-header): New var.
2591
2592 * vc-rcs.el (vc-rcs-exists): Remove.
2593 (vc-rcs-header): New var.
2594
2595 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
2596 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
2597 (vc-sccs-header): New var.
2598
2599 * vc.el (vc-do-command): Get rid of the `last' argument.
2600 (vc-header-alist): Remove, replaced by vc-X-header.
2601 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
2602 (vc-dired-hook): Use expand-file-name instead of concat.
2603 (vc-directory): Use file-name-as-directory.
2604 (vc-snapshot-precondition, vc-create-snapshot)
2605 (vc-retrieve-snapshot): Allow the command to operate on any
2606 directory.
2607
2608 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
2609 just removing the 'WORKFILE argument or by removing the 'MASTER
2610 argument and replacing `file' with (vc-name file).
2611
26122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2613
2614 * vc.el: Update Copyright and add a crude list of backend funs.
2615 (vc-writable-p): New function.
2616 (with-vc-file): Use vc-writable-p.
7f8b6551 2617 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
2618 (vc-register): Avoid vc-name.
2619 (vc-locking-user): Remove.
2620 (vc-steal-lock): Make the `owner' arg non-optional.
2621 (vc-merge): Use vc-writable-p instead of vc-locking-user and
2622 vc-checkout-model.
2623 (vc-default-dired-state-info): Use vc-state instead of
2624 vc-locking-user and return special strings for special states.
2625 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
2626 and get rid of one of the special CVS cases.
2627 (vc-cancel-version): prettify error message with \\[...].
2628 (vc-rename-master): New function.
2629 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
2630 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
2631 the CVS special case generic.
2632 (vc-default-record-rename): Remove.
2633 (vc-file-tree-walk-internal): Only call FUNC for files that are
2634 under control of some VC backend and replace `concat' with
2635 expand-file-name.
2636 (vc-file-tree-walk): Update docstring.
2637 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
2638 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
2639
2640 * vc-sccs.el (vc-sccs-rename-file): Renamed from
2641 vc-sccs-record-rename. Use `find-file-noselect' rather than
2642 `find-file' and call `vc-rename-master' to do the actual move.
2643 (vc-sccs-diff): Remove unused `backend' variable.
2644
2645 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
2646 to delay loading of vc-sccs until it is really used.
2647 (vc-sccs-master-templates): Preload.
2648 (vc-sccs-state): Update call to vc-sccs-parse-locks.
2649 (vc-sccs-project-dir): Remove (merged into
2650 vc-sccs-search-project-dir).
2651 (vc-sccs-search-project-dir): Rewrite using file name handling ops
2652 rather than `concat', make sure it is preloaded and don't bother
2653 to check that the file actually exists.
2654 (vc-sccs-parse-locks): Remove unused `file' argument, remove
2655 `locks' argument (use buffer's content instead) and eliminate n^2
2656 behavior.
2657
2658 * vc-rcs.el: Update Copyright.
2659 (vc-rcs-rename-file): New function.
2660 (vc-rcs-diff): Remove unused `backend' variable.
2661
2662 * vc-hooks.el: Update Copyright.
2663 (vc-backend): Don't accept a nil argument any more.
2664 (vc-up-to-date-p): Turn into a defsubst.
2665 (vc-possible-master): New function.
2666 (vc-check-master-templates): Use `vc-possible-master' and allow
2667 funs in vc-X-master-templates to return a non-existent file.
2668
2669 * vc-cvs.el: Update Copyright.
2670 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 2671 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
2672
2673 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
2674
26752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2676
2677 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
2678 since it can be called from vc-rcs.el.
2679 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
2680
26812000-09-04 Andre Spiegel <spiegel@gnu.org>
2682
2683 * vc.el (vc-version-diff): Expand file name read from the
2684 minibuffer. Handle the case when a previous version number can't
2685 be guessed. Give suitable messages when there were no differences
2686 found.
2687 (vc-clear-headers): Call backend-specific implementation, if one
2688 exists.
2689 (vc-cancel-version): Made error checks generic. When done, clear
2690 headers generically, too.
2691
2692 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
2693 from vc-clear-headers in vc.el.
2694
2695 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
2696 correctly.
2697 (vc-rcs-latest-on-branch-p): Made second argument VERSION
2698 optional. Handle the case when it's not there.
2699
27002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2701
2702 * vc.el (vc-locking-user): Moved from vc-hooks.el.
2703
27042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2705
2706 * vc-hooks.el (vc-loadup): Remove.
2707 (vc-find-backend-function): Use `require'. Also, handle the case
2708 where vc-BACKEND-hooks.el doesn't exist.
2709 (vc-call-backend): Cleanup.
2710
27112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2712
2713 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
2714 vc-rcs-grab-templates)
2715 (vc-rcs-registered): Remove. The default function works as well.
2716 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
2717 vc-sccs-grab-templates)
2718 (vc-sccs-registered): Remove. The default function works as well.
2719
2720 * vc.el (vc-version-diff): Left out a vc- in call to
2721 vc-call-backend.
2722 (vc-default-dired-state-info, vc-default-record-rename)
2723 (vc-default-merge-news): Update for the new backend argument.
2724
2725 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
2726 using the default function.
2727 (vc-call-backend): If calling the default function, pass it the
2728 backend as first argument. Update the docstring accordingly.
2729 (vc-default-state-heuristic, vc-default-mode-line-string): Update
2730 for the new backend argument.
2731 (vc-make-backend-sym): Renamed from vc-make-backend-function.
2732 (vc-find-backend-function): Use the new name.
2733 (vc-default-registered): New function.
2734
27352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2736
2737 * vc.el (vc-merge): Use vc-find-backend-function.
2738
2739 * vc-hooks.el (vc-backend-functions): Remove.
2740 (vc-loadup): Don't setup 'vc-functions.
2741 (vc-find-backend-function): New function.
2742 (vc-call-backend): Use above fun and populate 'vc-functions
2743 lazily.
2744 (vc-backend-defines): Remove.
2745
27462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2747
2748 * vc.el (vc-register): Put a FIXME note for a newly found bug.
2749 Call vc-call-backend without the leading vc-.
2750 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
2751 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 2752 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
2753 (vc-annotate-display): Replace confusing use of `cond' with `or'.
2754 Call vc-call-backend without the leading vc-.
2755
2756 * vc-cvs.el (tail): Provide vc-cvs.
2757 * vc-sccs.el (tail): Provide vc-sccs.
2758 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
2759
2760 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
2761 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 2762 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
2763 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
2764 (vc-call-backend): Always try to load vc-X-hooks.
2765 (vc-registered): Remove vc- in call to vc-call-backend.
2766
27672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2768
2769 * vc.el (vc-process-filter): New function.
2770 (vc-do-command): Setup `vc-process-filter' for the async process.
2771 (vc-maybe-resolve-conflicts): New function to reduce
2772 code-duplication. Additionally, it puts the buffer in
2773 `smerge-mode' if applicable.
2774 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
2775 calling `merge-news'.
7f8b6551 2776 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
2777 (vc-log-edit): New function. Replacement for `vc-log-mode' by
2778 interfacing to log-edit.el.
2779 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
2780 log-edit is available.
2781 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
2782
27832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2784
2785 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
2786 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
2787 defvar and the initialization.
2788 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
2789
2790 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
2791 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
2792
7f8b6551 2793 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
2794
27952000-09-04 Andre Spiegel <spiegel@gnu.org>
2796
2797 * vc.el (vc-file-clear-masterprops): Removed.
2798 (vc-checkin, vc-revert-buffer): Removed calls to the above.
2799 (vc-version-diff): Use buffer-size without argument.
2800 (vc-register): Heed vc-initial-comment.
2801
2802 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
2803 default branch.
2804
2805 * vc-rcs.el (vc-rcs-register): Parse command output to find master
2806 file name and workfile version.
2807 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
2808
2809 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
2810 vc-file-clear-masterprops.
2811
2812 * vc-sccs.el (vc-sccs-checkout): Removed call to
2813 vc-file-clear-masterprops. If writable, set vc-state to 'edited
2814 rather than user login name.
2815
2816
28172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2818
2819 * vc.el (vc-workfile-unchanged-p): Remove unused argument
2820 `want-differences-if-changed' and simplify.
2821 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
2822 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
2823 output (which is invalid for async vc-diff) to decide whether to
2824 do the revert silently or not.
2825
28262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2827
2828 * vc-hooks.el (vc-loadup): Load files quietly.
2829 (vc-call-backend): Oops, brain fart.
2830
28312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2832
2833 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 2834 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
2835
28362000-09-04 Andre Spiegel <spiegel@gnu.org>
2837
2838 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
2839 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
2840 vc-state or vc-up-to-date-p.
2841 (vc-merge): Use vc-backend-defines to check whether merging is
2842 possible. Set state to 'edited after successful merge.
2843
2844 * vc-hooks.el (vc-locking-user): If locked by the calling user,
2845 return that name. Redocumented.
2846
28472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2848
2849 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
2850 new `vc-state' semantics.
2851 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
2852 'vc-locking-user to the current user.
2853 (vc-merge): Inline vc-backend-merge. Comment out code that I
2854 don't understand and hence can't adapt to the new `vc-state' and
2855 `vc-locking-user' semantics.
2856 (vc-backend-merge): Remove.
2857
2858 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
2859 rather than 'vc-locking-user.
2860
2861 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
2862
2863 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
2864 (vc-state): Don't use 'reserved any more. Just use the same
2865 convention as the one used for vc-<backend>-state where the
2866 locking user (as a string) is returned.
2867 (vc-locking-user): Update, based on the above convention. The
2868 'vc-locking-user property has disappeared.
7f8b6551 2869 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
2870
2871 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
2872 with a heuristic one.
2873 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
2874 (vc-cvs-checkin): Do a trivial parse to set the state in case of
2875 error. That allows us to get to 'needs-merge even in the
2876 stay-local case. There's still no way to detect 'needs-patch in
2877 such a setup (or to force an update for that matter).
2878 (vc-cvs-logentry-check): Remove, the default works as well.
2879
28802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2881
7f8b6551 2882 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
2883
2884 * vc.el (vc-do-command): kill-all-local-variables, to reset any
2885 major-mode in which the buffer might have been put earlier. Use
2886 `remove' and `when'. Allow `okstatus' to be `async' and use
2887 `start-process' in this case.
2888 (vc-version-diff): Handle the case where the diff looks empty
2889 because of the use of an async process.
2890
28912000-09-04 Andre Spiegel <spiegel@gnu.org>
2892
2893 * vc.el (vc-next-action-on-file): Removed optional parameter
2894 `simple'. Recompute state unconditionally.
2895 (vc-default-toggle-read-only): Removed.
2896
2897 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
2898 (vc-toggle-read-only): Undid prev change.
2899
2900 * vc-cvs.el (vc-cvs-stay-local): Renamed from
2901 vc-cvs-simple-toggle. Redocumented.
2902 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
2903 (vc-cvs-toggle-read-only): Removed.
2904
29052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2906
7f8b6551 2907 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
2908 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
2909 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
2910 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
2911 still is. So maybe it should be removed.
2912 (vc-head-version, vc-find-binary): Remove.
2913 (vc-recompute-state): Move from vc-hooks.el.
2914 (vc-next-action-on-file): Add a `simple' argument to allow
2915 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
2916 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
2917 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
2918 (vc-dired-mode-map): Properly defvar it.
2919 (vc-print-log): Call log-view-mode if available.
2920 (small-temporary-file-directory): defvar instead of use boundp.
2921 (vc-merge-news): Moved to vc-cvs.el.
2922 (vc-default-merge-news): New function.
2923
2924 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
2925 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
2926 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
2927 unknown `vc-latest-version' function. It should probably refer to
2928 vc-workfile-version or somesuch, but it's very unclear to me and I
2929 don't have SCCS to test things.
2930
2931 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
2932 (vc-sccs-state-heuristic): Fix typo.
2933 (vc-sccs-workfile-unchanged-p): Add missing argument.
2934
2935 * vc-rcs.el: Require vc and vc-rcs-hooks.
2936 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
2937 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
2938 (vc-release-greater-or-equal-p): Move from vc.
2939 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
2940 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
2941 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 2942 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
2943
2944 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
2945 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
2946 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
2947 than the apparently unbound `workfile-version'.
2948
2949 * vc-hooks.el (vc-master-templates): Def the obsolete var.
2950 (vc-file-prop-obarray): Use `make-vector'.
2951 (vc-backend-functions): Add new hookable functions
2952 vc-toggle-read-only, vc-record-rename and vc-merge-news.
2953 (vc-loadup): If neither backend nor default functions exist, use
2954 the backend function rather than nil.
2955 (vc-call-backend): If the function if not bound yet, try to load
2956 the non-hook file to see if it provides it.
2957 (vc-call): New macro plus use it wherever possible.
2958 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
2959 nor `vc-find-binary' since it's only called from
7f8b6551 2960 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
2961 (vc-checkout-model): Fix parenthesis.
2962 (vc-recompute-state, vc-prefix-map): Move to vc.el.
2963
7f8b6551 2964 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
2965 (vc-cvs-release, vc-cvs-system-release): Remove.
2966 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
2967 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
2968 status symbols.
2969 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
2970 (vc-cvs-toggle-read-only): First cut at a function to allow a
2971 cvs-status-free vc-toggle-read-only.
2972 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
2973 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
2974 vc-cvs-status. Also set vc-state rather than vc-locking-user.
2975 (vc-cvs-checkout): Modify access rights directly if the user
2976 requested not to use `cvs edit'. And refresh the mode line.
2977
2978 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
2979 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
2980
29812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2982
2983 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
2984 workfile' that got lost when the code was extracted from vc.el.
2985 And merged the tail with the rest of the code (not possible in the
2986 old vc.el where the tail was shared among all backends). And
2987 explicitly set the state to 'edited if `writable' is set.
2988
2989 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
2990 (vc-cvs-state): Be careful to return the value from
2991 vc-cvs-parse-state.
2992 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
2993 property but return it instead. Also be careful to handle a nil
2994 or "" `rev' when workfile is non-nil (it was handled properly when
2995 workfile was nil).
2996
2997 * vc.el: Removed those pesky unnecessary `(function' quotes.
2998 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
2999 directly in the defvar.
3000 (vc-do-command): Bind inhibit-read-only so as to properly handle
3001 the case where the destination buffer has been made read-only.
3002 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 3003 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
3004 (vc-annotate-mode-variables): Removed (code moved partly to
3005 defvars and partly to vc-annotate-add-menu).
3006 (vc-annotate-mode): Turned into a derived-mode.
3007 (vc-annotate-add-menu): Moved in code in
3008 vc-annotate-mode-variables.
3009 (vc-update-change-log): Use make-temp-file if available.
3010
30112000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
3012
3013 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
3014 `vc-checkout-model' updated to `vc-cvs-update-model'.
3015
30162000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3017
3018 * vc.el (vc-next-action-on-file): Added handling of state
3019 `unlocked-changes'.
3020 (vc-checkout-carefully): Is now practically obsolete, unless the
3021 above is too slow to be enabled unconditionally.
3022 (vc-update-change-log): Fixed typo.
3023
3024 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
3025
7f8b6551
SM
3026 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
3027 Now handles state `unlocked-changes'.
3028 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
3029
3030 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
3031
3032 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
3033 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
3034 `unlocked-changes'.
3035 (vc-rcs-workfile-unchanged-p): Renamed from
3036 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
3037 function yet, but supposed to become one soon.
3038
3039 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
3040 `vc-steal-lock'.
3041 (vc-call-backend): Changed error message.
3042 (vc-state): Added description of state `unlocked-changes'.
3043
30442000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3045
3046 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
3047 always return t in CVS-controlled directories.
3048
3049 * vc.el (vc-responsible-backend): New function.
3050 (vc-register): Largely rewritten.
3051 (vc-admin): Removed (implementation moved into vc-register).
3052 (vc-checkin): Redocumented.
3053 (vc-finish-logentry): If no backend defined yet (because we are in
3054 the process of registering), use the responsible backend.
3055
3056 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3057 Updated function lists.
3058 (vc-call-backend): Fixed typo.
3059
7f8b6551
SM
3060 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
3061 New functions.
3062 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
3063 Removed query option. Redocumented.
7a004b71
GM
3064
30652000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3066
3067 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
3068
3069 * vc.el: Updated callers of `vc-checkout-required' to use
3070 `vc-checkout-model'.
3071
30722000-09-04 Martin Lorentzson <martinl@gnu.org>
3073
3074 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
3075 stuff updated to reference this function instead of the old
3076 `vc-backend-release-p'.
3077
30782000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3079
3080 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
3081 vc-checkout-model. Return appropriate values. Updated callers.
3082
30832000-09-04 Martin Lorentzson <martinl@gnu.org>
3084
7f8b6551 3085 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
3086 (vc-backend-revert): Function moved into `vc-revert';
3087 `vc-next-action' must be updated to accomodate this change.
3088 (vc-backend-steal): Function moved into `vc-finish-steal'.
3089 (vc-backend-logentry-check): Function moved into
3090 `vc-finish-logentry'.
3091 (vc-backend-printlog): Function moved into `vc-print-log'.
3092 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
3093 (vc-backend-assign-name): Function moved into
3094 `vc-create-snapshot'.
3095
30962000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3097
3098 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
3099 Rename to vc-checkout-model. Return appropriate values.
3100 Update callers.
7a004b71 3101
7f8b6551 3102 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 3103 to vc-checkout-model.
7f8b6551
SM
3104 (vc-checkout-required): Rename to vc-checkout-model.
3105 Re-implement and re-comment.
7a004b71
GM
3106 (vc-after-save): Use vc-checkout-model.
3107
31082000-09-04 Martin Lorentzson <martinl@gnu.org>
3109
7f8b6551
SM
3110 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
3111 Update to use the vc-BACKEND-diff functions instead.
3112 `vc-diff' is now working.
7a004b71 3113
7f8b6551 3114 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 3115
7f8b6551 3116 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
3117
3118 * vc-sccs.el (vc-sccs-diff): Function changed name from
3119 `vc-backend-diff'. This makes `vc-diff' work.
3120
7f8b6551 3121 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 3122 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 3123 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
3124 signaled during `vc-after-save'.
3125
7f8b6551
SM
3126 * vc.el: Fix typo.
3127 This checkin is made with our new VC code base for the very first time.
3128 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
3129
3130 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
3131 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
3132
3133 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
3134 updated to `vc-uses-locking'.
7f8b6551 3135 (vc-checkout-required): Call to backend function.
7a004b71
GM
3136 `vc-checkout-required' updated to `vc-uses-locking' instead.
3137
3138 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
3139 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
3140
7f8b6551 3141 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 3142 to match the split into various backends.
7f8b6551 3143 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
3144 (vc-retrieve-snapshot): Bug fix.
3145
31462000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3147
3148 * vc-sccs.el (vc-sccs-release): Doc fix.
3149
31502000-09-04 Martin Lorentzson <martinl@gnu.org>
3151
3152 * vc.el (vc-next-action-on-file): Bug found and fixed.
3153 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
3154 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
3155
3156 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
3157 (vc-rcs-checkout): Name space cleaned up. No more revision number
3158 crunching function names that are not prefixed with vc-rcs.
3159 (vc-rcs-checkout-model): Function added. References to
3160 `vc-checkout-model' replaced.
3161
31622000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3163
3164 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
3165 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
3166 still need to be split, and implemented for RCS).
3167
31682000-09-04 Martin Lorentzson <martinl@gnu.org>
3169
3170 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
3171
3172 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
3173 required by the vc.el file.
3174
3175 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
3176 required by the vc.el file.
3177 (vc-rcs-exists): Function added.
3178
3179 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
3180 required by the vc.el file.
3181
3182 * vc.el (vc-admin): Updated to handle selection of appropriate
3183 backend. Current implementation is crufty and need re-thinking.
3184
3185 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
3186
31872000-09-04 Martin Lorentzson <martinl@gnu.org>
3188
3189 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
3190 beginning of annotate buffers correctly.
3191
3192 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
3193 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
3194 functionality updated quite a lot to support multiple backends.
3195 Variables `vc-annotate-mode', `vc-annotate-buffers',
3196 `vc-annotate-backend' added.
3197
3198 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
3199 `vc-annotate-difference' added to supported backend functions.
3200
32012000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3202
3203 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
3204 Use with-temp-file instead of /bin/sh. Merged from mainline
3205
32062000-09-04 Martin Lorentzson <martinl@gnu.org>
3207
3208 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
3209
3210 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
3211
3212 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
3213
32142000-09-04 Martin Lorentzson <martinl@gnu.org>
3215
3216 * vc-hooks.el: vc-state-heuristic added to
3217 vc-backend-hook-functions.
3218
3219 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
3220
3221 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
3222
7f8b6551
SM
3223 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
3224 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
3225 state to `reserved'.
3226
3227 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
3228 `vc-checkout-required'. Rename the `locked' state to `reserved'.
3229
32302000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3231
7f8b6551 3232 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
3233 untouched.
3234
7f8b6551 3235 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 3236
7f8b6551 3237 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
3238 if defined. (Merged from main line, slightly adapted.)
3239
3240 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
3241 millenium problem (merged from mainline).
3242
32432000-09-04 Martin Lorentzson <martinl@gnu.org>
3244
3245 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
3246 part and moved the non-BACKEND stuff to vc.el.
3247
3248 * vc.el: Split the annotate feature into a BACKEND specific part
3249 and moved it from the vc-cvs.el file to this one.
3250
32512000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3252
7f8b6551
SM
3253 * vc-hooks.el: Implement new state model.
3254 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
3255 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 3256 locked by somebody else.
7f8b6551 3257 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
3258 vc-sccs-hooks.el and vc-rcs-hooks.el now.
3259 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 3260 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 3261
7f8b6551
SM
3262 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
3263 Various simplifications and adaptations all over the place.
7a004b71 3264
7f8b6551
SM
3265 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
3266 Simplify and adapt the rest.
7a004b71 3267
7f8b6551 3268 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 3269 interaction with view mode according to recent RCS change.
7f8b6551 3270 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
3271
32722000-09-04 Martin Lorentzson <martinl@gnu.org>
3273
7f8b6551 3274 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
3275
32762000-09-04 Martin Lorentzson <martinl@gnu.org>
3277
3278 * vc.el (vc-backend-release, vc-release-greater-or-equal)
3279 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
3280 (vc-minor-part, vc-previous-version): Functions that operate and
3281 compare revision numbers got proper documentation. Comments added
3282 about their possible removal.
3283
32842000-09-04 Martin Lorentzson <martinl@gnu.org>
3285
3286 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
3287 the vc-backend.el files.
3288
3289 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
3290
3291 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
3292 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
3293 (vc-rcs-previous-version): Functions added.
3294
3295 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
3296
3297 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
3298
32992000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3300
3301 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 3302 Comment out the definition for now. What is the right procedure
7a004b71
GM
3303 to get rid of it?
3304 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
3305 rewritten.
7f8b6551 3306 (vc-default-registered): Remove.
7a004b71
GM
3307 (vc-check-master-templates): New function; does mostly what the
3308 above did before.
3309 (vc-locking-user): Don't rely on the backend to set the property.
3310
3311 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 3312 Rewrite documentation.
7a004b71
GM
3313 (vc-rcs-templates-grabbed): New variable.
3314 (vc-rcs-grab-templates): New function.
7f8b6551 3315 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
3316
3317 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 3318 Rewrite documentation.
7a004b71
GM
3319 (vc-sccs-templates-grabbed): New variable.
3320 (vc-sccs-grab-templates): New function.
7f8b6551
SM
3321 (vc-sccs-registered): Rewrite to use above mechanism.
3322 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
3323 Don't throw the result, simply return it.
7a004b71 3324
7f8b6551
SM
3325 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
3326 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
3327 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 3328
7f8b6551 3329 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
3330 from main line.
3331
33322000-09-04 Martin Lorentzson <martinl@gnu.org>
3333
7f8b6551 3334 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 3335
7f8b6551 3336 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 3337
7f8b6551
SM
3338 * vc-rcs.el (vc-rcs-diff): New function.
3339 (vc-rcs-checkout): Bug (typo) found and fixed.
3340 (vc-rcs-register-switches): New variable.
7a004b71
GM
3341
3342 * vc.el (vc-backend-diff): Function removed and placed in the
3343 backend files.
3344
33452000-09-04 Martin Lorentzson <martinl@gnu.org>
3346
3347 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
3348
3349 * vc.el (vc-backend-checkout): Function removed and replaced in
3350 the vc-backend.el files.
3351
3352 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
3353
3354 * vc.el (vc-backend-admin): Removed and replaced in the
3355 vc-backend.el files.
3356
3357 * vc.el (Martin): Removed all the annotate functionality since it
3358 is CVS backend specific.
3359
33602000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3361
3362 * spec.txt: Added specification of vc-state.
3363
3364 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 3365 Remove handling of vc-latest-version and
7a004b71
GM
3366 vc-your-latest-version. What used to be vc-latest-version, is now
3367 returned as vc-workfile-version.
7f8b6551 3368 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
3369
33702000-09-04 Dave Love <fx@gnu.org>
3371
3372 * vc.el: [Merged from mainline.]
3373 (vc-dired-mode): Make the dired-move-to-filename-regexp
3374 regexp match the date, to avoid treating date as file size.
3375 Add YYYY S option to WESTERN/
3376
33772000-09-04 Dave Love <fx@gnu.org>
3378
3379 * vc.el: Require `compile' when compiling.
3380 (vc-logentry-check-hook): New option.
3381 (vc-steal-lock): Use compose-mail.
3382 (vc-dired-mode-map): Defvar when compiling.
3383 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
3384 vc-sccs.el and renamed. Callers changed.
3385 (vc-backend-checkout, vc-backend-logentry-check)
3386 (vc-backend-merge-news): Doc fix.
3387 (vc-default-logentry-check): New function.
3388 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
3389 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
3390 (vc-backend-merge): Doc fix. Use backend functions.
3391 (vc-check-headers): Use backend functions.
3392
3393 * vc-cvs.el: Require vc when compiling.
3394 (vc-cvs-register-switches): Doc fix.
3395 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
3396 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
3397 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
3398 New functions (code from vc.el).
3399 (vc-annotate-display-default): Fix interactive spec.
3400 (vc-annotate-time-span): Doc fix.
3401
3402 * vc-rcs.el: Require vc when compiling.
3403 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
3404 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
3405 (vc-rcs-checkin): New functions (code from vc.el).
3406 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
3407 Doc fix.
3408 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
3409
3410 * vc-sccs.el: Require vc when compiling.
3411 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
3412 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
3413 (vc-sccs-revert)
3414 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
3415 from vc.el).
3416 (vc-sccs-add-triple, vc-sccs-record-rename)
3417 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
3418 (vc-sccs-admin): Doc fix.
3419
34202000-09-04 Martin Lorentzson <martinl@gnu.org>
3421
3422 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
3423 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
3424 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
3425 from vc.el.
3426
3427 * vc-sccs.el (vc-admin-sccs): Added from vc.el
3428
3429 * vc-cvs.el: Moved the annotate functionality from vc.el.
3430 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
3431
34322000-09-04 Dave Love <fx@gnu.org>
3433
3434 * vc.el (vc-backend-release): Call vc-system-release.
3435
3436 * vc-sccs.el (vc-sccs-system-release):
3437 Renamed from vc-sccs-backend-release.
3438
3439 * vc-rcs.el (vc-rcs-system-release):
3440 Renamed from vc-rcs-backend-release.
3441
3442 * vc-cvs.el (vc-cvs-system-release):
3443 Renamed from vc-cvs-backend-release.
3444
34452000-09-04 Dave Love <fx@gnu.org>
3446
3447 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
3448 backend files.
3449 (vc-backend-release): Dispatch to backend functions.
3450 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
3451 probably needs attention.]
3452
3453 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
3454 (vc-sccs-backend-release): New function.
3455
3456 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
3457 (vc-cvs-backend-release): New function.
3458
3459 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
3460 Doc fix.
3461 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
3462 (vc-default-dired-state-info): New function.
3463 (vc-dired-state-info): Dispatch to backends.
3464 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
3465
3466 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
3467 from vc.el and renamed.
3468
34692000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3470
3471 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
3472 (vc-version-other-window, vc-backend-assign-name): Removed
3473 references to vc-latest-version; sometimes changed into
3474 vc-workfile-version.
3475
3476 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
3477 vc-rcs-master-workfile-version.
3478 (vc-rcs-workfile-version): Use the above. Don't call
3479 vc-latest-version (that was unreachable code, anyway).
3480 (vc-rcs-fetch-master-properties): Doc fix.
3481
3482 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
3483 (vc-backend-hook-functions): Removed them from this list, too.
3484 (vc-fetch-properties): Removed.
3485 (vc-workfile-version): Doc fix.
3486
3487 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
3488 (vc-rcs-workfile-version, vc-rcs-locking-user)
3489 (vc-rcs-uses-locking): Use it.
3490
3491 * vc-hooks.el (vc-consult-rcs-headers):
3492 Moved into vc-rcs-hooks.el, under the name
3493 vc-rcs-consult-headers.
3494
3495 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
3496 headers.
3497 (vc-cvs-find-master): Use this name only; correct different
3498 versions of the name.
3499
3500 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
3501 New functions.
3502 (vc-sccs-locking-user): Use the latter.
3503
3504 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
3505 New functions.
3506
3507 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
3508 Moved into both
3509 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
3510 functions are implementation details of those two backends.
3511
35122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3513
3514 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
3515 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
3516
3517 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
3518 (vc-sccs-parse-locks): SCCS-specific code moved here from
3519 vc-hooks.
3520
3521 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
3522 code moved here from vc-hooks.
3523
3524 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
3525 into back-end specific parts and removed. Callers not updated
3526 yet; because I guess these callers will disappear into back-end
3527 specific files anyway.
3528
35292000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3530
3531 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
3532 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
3533 `vc-uses-locking'.
3534
3535 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
3536 Store yes/no in the property, and return t/nil. Updated all
3537 callers.
3538
3539 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
3540 vc-sccs-uses-locking. Don't set property.
3541 (vc-sccs-locking-user): Don't set property.
3542
3543 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
3544 vc-cvs-uses-locking. Don't set property here; leave that to
3545 vc-hooks.
3546 (vc-cvs-locking-user): Reflect above change. Streamlined.
3547
3548 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
3549 vc-rcs-uses-locking.
3550 (vc-rcs-locking-user): Reflect above change.
3551
35522000-09-04 Dave Love <fx@gnu.org>
3553
3554 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
3555
3556 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
3557
3558 * vc-hooks.el (vc-checkout-model): Punt to backends.
3559
3560 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
3561
3562 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
3563
3564 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
3565 New functions.
3566
3567 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
3568 New functions.
3569
3570 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
3571 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
3572
3573 * vc-hooks.el (vc-default-locking-user): New function.
3574 (vc-locking-user, vc-workfile-version): Punt to backends.
3575
35762000-09-04 Dave Love <fx@gnu.org>
3577
3578 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
3579 (vc-master-workfile-version): Moved from vc-hooks.
3580
3581 * vc-rcs-hooks.el: Fix duplicate code in last change.
3582
3583 * vc-rcs-hooks.el: Require vc-hooks when compiling.
3584 (vc-rcs-master-templates): Improve :type.
3585 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
3586 vc-master-workfile-version): Moved from vc-hooks.
3587
3588 * vc-sccs-hooks.el: Require vc-hooks when compiling.
3589 (vc-sccs-master-templates): Improve :type.
3590 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
3591
3592 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
3593
3594 * vc-cvs-hooks.el: Require vc-hooks when compiling.
3595 (vc-cvs-master-templates): Improve :type. Use
3596 vc-cvs-find-cvs-master.
3597 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
3598 from vc-hooks.
3599 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
3600
3601 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
3602 Moved to vc-cvs-hooks.
3603
3604 * vc-hooks.el: Add doc strings in various places. Simplify the
3605 minor mode setup.
3606 (vc-handled-backends): New user variable.
3607 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
3608 simplification.
3609
36102000-09-04 Dave Love <fx@gnu.org>
3611
3612 * vc.el: Some doc fixes for autoloaded and interactive functions.
3613 Fix compilation warnings from ediff stuff.
3614 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
3615
3616 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
3617
3618 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
3619
3620 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
3621
36222000-09-04 Dave Love <fx@gnu.org>
3623
3624 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3625 New variable.
3626 (vc-make-backend-function, vc-loadup, vc-call-backend)
3627 (vc-backend-defines): New functions.
3628
3629 * vc-hooks.el: Various doc fixes.
3630 (vc-default-back-end, vc-follow-symlinks): Custom fix.
3631 (vc-match-substring): Function removed. Callers changed to use
3632 match-string.
3633 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
3634 Simplify.
3635
36362000-09-04 Dave Love <fx@gnu.org>
3637
3638 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
3639 type.
3640 (vc-sccs-project-dir, vc-search-sccs-project-dir)
3641 (vc-sccs-registered): Doc fix.
3642
3643 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
3644 (vc-cvs-registered): Doc fix.
3645
3646 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
3647 (vc-rcs-registered): Doc fix.
3648
36492000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3650
3651 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
3652
3653 * vc-hooks.el: vc-registered has been renamed
3654 vc-default-registered. Some functions have been moved to the
3655 backend specific files. they all support the
3656 vc-BACKEND-registered functions.
3657
36582000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3659
3660 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
3661
3662 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
3663
a033ea13
DL
36642000-09-04 Dave Love <fx@gnu.org>
3665
179fc9ef
DL
3666 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
3667 menu-bar-update-hook.
3668
3669 * help.el (help-manyarg-func-alist): Add
3670 find-operation-coding-system.
3671
a033ea13
DL
3672 * wid-edit.el (widget-sexp-validate): Fix garbled code.
3673
3674 * custom.el (custom-set-variables): Print message about errors in
3675 setting.
3676
f8803e97
AI
36772000-09-03 Andrew Innes <andrewi@gnu.org>
3678
3679 * makefile.w32-in: Change to DOS line endings.
3680
59836110
EZ
36812000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3682
3683 * mouse.el (mouse-popup-menubar): Supply the prompt string for
3684 minor-mode keymaps, if they don't have one.
3685
5514ba5c
EZ
36862000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3687
3688 * eshell/esh-module.el (eval-when-compile): Don't lose if
3689 esh-module.el's file name is truncated to DOS 8+3 limits.
3690
79cf8e80
JW
36912000-09-01 John Wiegley <johnw@gnu.org>
3692
3693 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
3694 predicate, which caused entries in the completion list to be
3695 doubled.
3696
36972000-08-30 John Wiegley <johnw@gnu.org>
3698
3699 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
3700 sending to subprocesses. Also, hook pre-command-hook if
3701 `eshell-send-direct-to-subprocesses' is non-nil.
3702 (eshell-send-direct-to-subprocesses): New config variable. If t,
3703 subprocess input is send immediately.
3704 (eshell-toggle-direct-send): New function.
3705 (eshell-self-insert-command): New function.
3706 (eshell-intercept-commands): New function.
3707 (eshell-send-input): If direct subprocess sending is enabled,
3708 don't echo any input to the Eshell buffer. Let the subprocess
3709 handle that. This requires "stty echo" in bash, for example.
3710
37112000-08-28 John Wiegley <johnw@gnu.org>
3712
3713 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
3714 completion function for Eshell's implementation of `unset'.
3715
778911b9
EZ
37162000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3717
3718 * info.el (Info-directory-list): Doc fix.
3719
05d07b49
PB
37202000-08-31 Peter Breton <pbreton@ne.mediaone.net>
3721
9b4a7800 3722 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
3723 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
3724
9941d4c7
KH
37252000-08-31 Kenichi Handa <handa@etl.go.jp>
3726
3727 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
3728 coding systems.
3729
af9ba8ad
AI
37302000-08-30 Andrew Innes <andrewi@gnu.org>
3731
3732 * timer.el (run-with-idle-timer): Undo last change, so that timer
3733 is not activated immediately if Emacs is already idle. Some
3734 existing code relies on this behaviour.
3735
caccd8f2
MB
37362000-08-30 Miles Bader <miles@gnu.org>
3737
3738 * frame.el (set-frame-font): Do completion of font-name for
3739 interactive use.
3740
b64c0a1c
KH
37412000-08-30 Kenichi Handa <handa@etl.go.jp>
3742
3743 * international/quail.el (quail-start-translation): Bind locally
3744 last-command-event, last-command, and this-command.
3745 (quail-start-conversion): Likewise.
75cf0095 3746 (quail-self-insert-command): Fix docstring.
b64c0a1c 3747
fd5f61d3
GM
37482000-08-29 Gerd Moellmann <gerd@gnu.org>
3749
3750 * progmodes/executable.el
3751 (executable-make-buffer-file-executable-if-script-p): Check that
3752 buffer contains at least 2 characters.
3753
5b671d04
EZ
37542000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
3755
3756 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
3757
485d9513
DL
37582000-08-29 Dave Love <fx@gnu.org>
3759
a39fb83d
DL
3760 * diff-mode.el (diff-mode) <defgroup>: Add :version.
3761 (diff-mode-shared-map): Bind mouse-2.
3762 (diff-imenu-generic-expression): New variable.
3763 (diff-mode): Use it.
3764
485d9513
DL
3765 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
3766 (mouse-popup-menubar): Add minor mode menus.
3767 (popup-menu): Check for lookup-key returning number.
3768
ba3478d9
MB
37692000-08-29 Miles Bader <miles@gnu.org>
3770
3771 * comint.el (comint-send-input): Create overlays using the proper
3772 front/read-advance arguments.
9b4a7800 3773
c3d6d211
GM
37742000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3775
3776 * ps-print.el: Even/odd pages printing. Doc fix.
3777 (ps-print-version): New version number (6.0).
3778 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
3779 (ps-background, ps-begin-file, ps-begin-job): Code fix.
3780 (ps-print-duplex-feature): Variable eliminated.
3781 (ps-even-or-odd-pages): New variable.
3782
ba087cd7 3783 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
3784 (ebnf-version): New version (3.3).
3785 (ebnf-user-arrow): Change variable customization to sexp.
3786 (ebnf-user-arrow): Function eliminated.
3787 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 3788
d313265f
KH
37892000-08-29 Kenichi Handa <handa@etl.go.jp>
3790
cba62b78 3791 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
3792 (help-make-xrefs): Handle help-xref-mule-regexp.
3793
3794 * international/mule-cmds.el (help-xref-mule-regexp-template): New
3795 variable.
3796 (describe-input-method): Temporarily activate the specfied input
3797 method to display the information.
3798 (describe-language-environment): Hyperlinks to mule related items.
3799
3800 * international/mule-diag.el (charset-multibyte-form-string): New
3801 function.
3802 (list-character-sets-1): Use charset-multibyte-form-string.
3803 (describe-character-set): New function.
3804 (describe-coding-system): Hyperlinks to safe character sets.
3805
3806 * international/quail.el (quail-help): New arg PACKAGE.
3807 Hyperlinks to mule related items.
3808 (quail-help-insert-keymap-description): Use
3809 substitute-command-keys instead of describe-bindings.
3810 (quail-translation-help): Hyperlinks to mule related items.
3811
b4bd214e
JW
38122000-08-28 John Wiegley <johnw@gnu.org>
3813
ca7aae91
JW
3814 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
3815 have a defsubst call itself. Made `eshell-flatten-list' back into
3816 a function again.
3817
b4bd214e
JW
3818 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
3819 catch, in case re-centering point at bottom messes up the display.
3820 This happens frequently in Emacs 21, due I believe to variable
3821 line heights.
3822
3823 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
3824 to call `find-tag-interactive'.
3825
3826 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
3827 the list of remember directories.
3828
d44e146b
JW
38292000-08-28 John Wiegley <johnw@gnu.org>
3830
3831 * align.el: Test align-region-separate to see if it's a symbol.
3832
546c0888 38332000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
3834
3835 * eshell/esh-util.el (eshell-flatten-list): Made this function
3836 into a defsubst form. It gets used very frequently, although
3837 calls don't occur all that often.
3838
3839 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
3840 examining it.
3841
3842 * eshell/esh-cmd.el (eshell-rewrite-while-command):
3843 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
3844 `eshell-protect'.
3845 (eshell-copy-handles): Created a new macro for duplicating the
3846 current set of open handles. This is needed by the looping
3847 functions.
3848 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
3849 is not incorrectly stomped on.
3850
3851 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
3852 declaration for pcomplete-use-paring.
3853 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
3854 value of eshell-cmpl-use-paring.
3855 * pcomplete.el (pcomplete-use-paring): New config variable, to
3856 indicate whether paring should be used.
3857 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
3858 completion alternatives that have already been used.
3859
3860 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
3861 bound to C-c C-y, which will repeat the previous N arguments
3862 (based on prefix argument).
3863 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
3864
3865 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
3866 if there is no *Help* buffer. This is for XEmacs, which renames
3867 its help buffers uniquely. TODO: Find out what the current buffer
3868 name to delete is.
3869
3870 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
3871 first entry that correlates to a passwd/group number. Later
3872 entries (used for group/user name aliasing to multiple IDs) are
3873 ignored.
3874
9b4a7800
TTN
3875 * eshell/em-xtra.el (eshell/expr):
3876 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
3877 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
3878 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
3879 argument list, before passing it to the system command.
3880
3881 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
3882 `find-tag' for use at final position in Eshell buffers (which
3883 otherwise triggers an error on Emacs 21).
3884 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
3885 buffer, if it is currently bound to `find-tag'.
3886
3887 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
3888 in the list of matched Makefile names.
3889 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
3890 directory, prefer its contents to Makefile.
3891
3892 * eshell/em-dirs.el (eshell/cd): cd commands that look up
3893 directory parts (like "cd old new", or "cd =regexp"), are now case
3894 sensitive on non-Windows/DOS platforms.
3895
3896 * eshell/esh-mode.el (eshell-parse-command-input): When a user
3897 types RET after an open delimiter (like "), display a message
3898 indicating that Eshell is waiting for the closing delimiter.
3899
3900 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
3901 environment variables.
3902
3903 * eshell/em-unix.el (eshell/diff): Added logic to fail more
3904 gracefully if the user enters incorrect arguments.
3905
3906 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
3907 Eshell buffers.
3908
9b4a7800
TTN
3909 * eshell/esh-var.el (eshell-interpolate-variable):
3910 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
3911 * eshell/em-unix.el (eshell-du-sum-directory):
3912 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
3913 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
3914 (not (= ...)).
3915
3916 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
3917 to ensure the `preserve' flag gets propagated when doing recursive
3918 directory copies.
3919
546c0888 39202000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
3921
3922 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
3923 Don't convert \n into \0177 in memory.
3924 (eshell-read-history, eshell-write-history): Convert \n to \0177,
3925 and back again, when reading and writing.
9b4a7800 3926
546c0888 39272000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
3928
3929 * eshell/esh-util.el (eshell-processp): Added to relieve constant
3930 testing of `fboundp' on `processp'.
3931
3932 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
3933 (eshell/jobs): Don't call process-list if it is not bound.
3934 (eshell-gather-process-output): Support systems where async
3935 subprocesses aren't supported.
3936 (eshell-scratch-buffer, eshell-last-sync-output-start): New
3937 variables.
3938
3939 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
3940 eshell-do-eval returns t.
3941 (eshell-do-pipelines-synchronously): New defmacro.
3942 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
3943 when async subprocesses aren't supported.
3944 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
3945 if async subprocesses aren't supported.
3946 (eshell-resume-command): Don't assume STATUS is a string.
3947
3948 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
3949
3950 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
3951 (eshell-close-target, eshell-get-target): Use eshell-processp.
3952 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
3953 fix.
3954 (eshell-get-target, eshell-create-handles): Doc fix.
3955
546c0888 39562000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 3957
546c0888 3958 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
3959 criterion to include commands that output something, as long as it
3960 leaves both the command and the end-of-buffer visible when the
3961 command has exited.
3962 (eshell-review-quick-commands): Adjust the help doc string
3963 accordingly.
3964
2a371c3b
PB
39652000-08-28 Peter Breton <pbreton@ne.mediaone.net>
3966
8348e1f9 3967 * locate.el (locate): Cleaned up locate command's interactive prompting
d313265f 3968 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 3969
9b4a7800 3970 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
3971 (file-cache-assoc-function): New variable
3972 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
3973 Use file-cache-case-fold-search variable
3974 (file-cache-add-file): Use file-cache-assoc-function
3975 (file-cache-delete-file): likewise
3976 (file-cache-directory-name): likewise
3977 (file-cache-debug-read-from-minibuffer): likewise
3978
95931eb1
GM
39792000-08-28 Gerd Moellmann <gerd@gnu.org>
3980
3981 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
3982 (abbrev-table-name): New function.
3983 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
3984 If non-nil list local abbrev, only.
3985
bb17930d
GM
39862000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
3987
546c0888
EZ
3988 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
3989 from Gnus support code, and use special article copy buffer
bb17930d
GM
3990 `(gnus-original-article-buffer)' instead. This allows to get rid
3991 of article-hide-headers usage (which breaks in the latest Gnus
3992 version). Thanks to Detlev Zundel.
3993
41a68aef
KH
39942000-08-28 Kenichi Handa <handa@etl.go.jp>
3995
3996 * international/quail.el (quail-use-package): Hide "... loaded"
3997 message.
3998 (quail-start-translation, quail-start-conversion): Likewise.
3999
4000 * international/kkc.el (kkc-region): Hide "... loaded" message.
4001
28bb2cef
DL
40022000-08-27 Dave Love <fx@gnu.org>
4003
4004 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
4005
11a1118d
MB
40062000-08-27 Miles Bader <miles@gnu.org>
4007
4008 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
4009
0f85d477
KH
40102000-08-27 Kenichi Handa <handa@etl.go.jp>
4011
4012 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
4013 'ja-dic-cnv), not (require 'skkdic-cnv).
4014
2d73e8d3
MB
40152000-08-26 Miles Bader <miles@gnu.org>
4016
a0e5a5a4
MB
4017 * faces.el (face-x-resources): Add entry for :inherit.
4018 * cus-face.el (custom-face-attributes): Add support for :inherit
4019 attribute. Add support for relative face heights.
4020 (custom-face-attributes-get): Treat `nil' as being a default value
4021 for :inherit (as well as `unspecified').
4022
19feb949
MB
4023 * faces.el (set-face-attribute): Update doc string.
4024 (face-attribute-name-alist): Add :inherit.
4025 (face-valid-attribute-values): Handle :inherit.
4026 (face-read-string): Rephrase prompt to be less confusing.
4027 Assume that DEFAULT is a string, since we must return a string.
4028 (face-read-integer): Use `format' to turn DEFAULT into an
4029 acceptable default for face-read-string. Match NEW-VALUE against
4030 the string "unspecified", not the symbol `unspecified', since
4031 that's what face-read-string returns.
4032 (read-face-attribute): Lookup a name for old-value in valid, and
4033 use it as a default if we find one. Treat all values from
4034 face-read-string as strings. If the default is used, don't do any
4035 more processing on the value, just use the old value directly.
4036 (read-face-and-attribute, modify-face): Tweak prompt.
4037 (read-face-name): Don't assume prompt ends with a space.
4038
2d73e8d3
MB
4039 * faces.el (describe-face): Add support for :inherit attribute.
4040
a1a2e38f
KH
40412000-08-25 Kenichi Handa <handa@etl.go.jp>
4042
e84fa7c5
KH
4043 * terminal.el (terminal-emulator): Fix args to `concat'. Now
4044 concat doesn't accept interger.
4045
a1a2e38f
KH
4046 * international/kkc.el: Remove SKK from Keywords. Require
4047 ja-dic-utl instead of skkdic-utl.
4048
4049 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
4050 Provide ja-dic-cnv instead of skkdic-cnv.
4051 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
4052 (iso-2022-7bit-short): Add safe-charsets property.
4053 (skkdic-convert-postfix): Search Japanese chou-on character in
4054 addition to Hiragana character.
4055 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
4056 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
4057 (batch-skkdic-convert): Likewise.
4058
4059 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
4060 Provide ja-dic-utl instead of skkdic-utl.
4061 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
4062
f6499c03
DL
40632000-08-24 Dave Love <fx@gnu.org>
4064
1c2c3f16
DL
4065 * disp-table.el (standard-display-default): Make the test of `l'
4066 useful.
4067
f6499c03
DL
4068 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
4069 mod sample text.
4070
4071 * international/iso-ascii.el: Make pilcrow convenient string
4072 consistent with section.
4073 (iso-ascii-display): Set up multibyte characters as well as
4074 unibyte.
4075
c543db81
KH
40762000-08-24 Kenichi Handa <handa@etl.go.jp>
4077
4078 * international/mule-cmds.el (reset-language-environment): Set
4079 default-process-coding-system to '(undecided . iso-latin-1), which
4080 makes process I/O almost consistent with file I/O. Call this
4081 function when mule-cmds.el[c] is loaded.
4082
746d9caf
AI
40832000-08-22 Andrew Innes <andrewi@gnu.org>
4084
4085 * makefile.w32-in: New file.
4086
5484005d
MB
40872000-08-22 Miles Bader <miles@lsi.nec.co.jp>
4088
4089 * comint.el (comint-output-filter): Compare end of
4090 comint-last-output-overlay with the start of the newly inserted
4091 text, not the end, when deciding whether to extend it.
9b4a7800 4092 Set saved-point's insertion type to advance after insertion.
5484005d
MB
4093
4094 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
4095 since this is now done independently of font-lock mode.
4096
7a912f63
GM
40972000-08-21 Gerd Moellmann <gerd@gnu.org>
4098
4099 * server.el (server-kill-new-buffers): New user option.
4100 (server-existing-buffer): New buffer-local variable.
4101 (server-visit-files): When using an existing buffer, set
4102 server-existing-buffer to t.
4103 (server-buffer-done): If server-kill-new-buffers is t, kill the
4104 buffer, unless it was already present before visiting it with
4105 Emacs server.
9b4a7800 4106
240301df
EZ
41072000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
4108
4109 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
4110 even if the display doesn't support colors: some displays will
4111 support bold/underline faces.
4112
cbcef616
GM
41132000-08-21 Gerd Moellmann <gerd@gnu.org>
4114
6917e6bb
GM
4115 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
4116
cbcef616
GM
4117 * startup.el (command-line): If user's init file had an error,
4118 add explanatory text to *Messages*.
4119
6922b018
KH
41202000-08-21 Kenichi Handa <handa@etl.go.jp>
4121
4122 * man.el (Man-getpage-in-background): Decode the process output by
4123 the system locale coding system.
4124
e50c4203
DL
41252000-08-20 Dave Love <fx@gnu.org>
4126
96ab6351
DL
4127 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
4128 Don't test x-popup-menu.
4129 (function) <complete-function>: Complete only fbound symbols.
4130 <validate, value>: New.
4131 (variable) <complete-function>: Complete only bound symbols.
4132 (coding-system): Add :base-only, :complete-function, :validate,
4133 :value, :prompt-match.
4134 (widget-coding-system-prompt-value): Use read-coding-system and
4135 act on :base-only.
4136 (editable-field): Add :help-echo.
4137 (widget-push-button-gui, widget-push-button-cache)
4138 (widget-gui-action, widget-editable-list-gui): COmment out, along
4139 with uses.
4140 (widget-at): Make arg optional.
4141 (widget-echo-help): Adjust for current help-echo calling sequence.
4142 (widget-specify-field, widget-specify-button)
4143 (widget-specify-insert, widget-get-sibling, widget-image-find)
4144 (widget-convert, widget-insert, widget-leave-text)
4145 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
4146 (widget-setup, widget-field-find, widget-before-change)
4147 (widget-after-change, widget-default-complete)
4148 (widget-default-create, widget-default-delete)
4149 (widget-push-button-value-create, editable-field)
4150 (widget-field-prompt-value, widget-field-validate)
4151 (widget-choice-value-create, widget-choice-action)
4152 (widget-choice-validate, widget-checklist-add-item)
4153 (widget-radio-add-item, widget-radio-chosen)
4154 (widget-radio-value-inline, widget-editable-list-value-create)
4155 (widget-editable-list-entry-create)
4156 (widget-documentation-link-add)
4157 (widget-documentation-string-value-create)
4158 (widget-regexp-validate, widget-file-complete)
4159 (widget-sexp-validate, widget-plist-convert-widget)
4160 (widget-plist-convert-widget, widget-alist-convert-widget)
4161 (widget-alist-convert-widget, widget-color-complete): Simplify,
4162 particularly to avoid bindings which aren't optimized out.
4163
e50c4203
DL
4164 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
4165 Doc fix.
4166 (down-list, backward-up-list, up-list, kill-sexp)
4167 (backward-kill-sexp, mark-sexp): Make arg optional.
4168 (lisp-complete-symbol): Add optional arg PREDICATE.
4169
4170 * cus-start.el: Add display-buffer-reuse-frames,
4171 file-coding-system-alist.
4172
511bd4eb
GM
41732000-08-20 Gerd Moellmann <gerd@gnu.org>
4174
4175 * startup.el (command-line): Clear realized faces after
4176 modifying TTY color mappings.
4177
a9de7d29
MB
41782000-08-20 Miles Bader <miles@gnu.org>
4179
4180 * faces.el (face-attr-match-p): Don't return true if ATTRS are
4181 merely a subset of FACE's attributes.
4182
8a8023d9
MB
41832000-08-19 Miles Bader <miles@gnu.org>
4184
4185 * comint.el (comint-output-filter): Save the point with a marker,
4186 not just a buffer position.
4187
4188 * international/mule.el (set-buffer-process-coding-system): Make
4189 interactive prompt less confusing.
4190
1433385f
GM
41912000-08-19 Gerd Moellmann <gerd@gnu.org>
4192
4193 * hilit-chg.el: General cleanup of doc strings, comments and
4194 code formatting.
4195
136b4eda
MB
41962000-08-19 Miles Bader <miles@gnu.org>
4197
4198 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
4199 Compiler macro removed; beginning-of-line is no longer always
4200 equivalent to forward-line, in the presence of fields.
4201
4202 * comint.el (comint-output-filter): Remove ad-hoc saving of
4203 restriction, and just use save-restriction, now that it works
4204 correctly. Don't adjust comint-last-input-start to account for
4205 our insertion; it shouldn't have moved because we don't use
4206 insert-before-markers anymore. Comment out call to
4207 `force-mode-line-update'; why is it here?
4208
4209 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
4210 while checking for prompt to delete. Use `forward-line 0'
4211 instead of beginning-of-line.
4212 (gud-filter): Temporarily widen gud comint buffer while
4213 examining output.
4214
cdd0f857
SM
42152000-08-18 Stefan Monnier <monnier@cs.yale.edu>
4216
ebf96bfa
SM
4217 * progmodes/sh-script.el: Big bag of typos.
4218
cdd0f857
SM
4219 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
4220 check since ispell-process is not bound when ispell is not yet loaded.
4221
9bb7a286
DL
42222000-08-18 Dave Love <fx@gnu.org>
4223
4224 * image.el (find-image): Copy `spec' before using plist-put.
4225
74ec6045
GM
42262000-08-18 Gerd Moellmann <gerd@gnu.org>
4227
4228 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
4229 `portugues'.
4230
4231 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
4232 backward-kill-sexp, analogous to kill-sexp.
4233
4234 * progmodes/icon.el (icon-indent-line)
4235 (icon-is-continuation-line): Handle comments specially.
4236
42372000-08-17 Ken Stevens <k.stevens@ieee.org>
4238
4239 * ispell.el: Set to standard author/maintainer/keyword fields.
4240 Fine tuning to menu map appearance and operation, and added help.
4241 Remove `start' and `end' error messages when compiling.
4242 (ispell-choices-win-default-height): Fixed comment string.
4243 (ispell-dictionary-alist-1): Fixed regexp in castellano and
4244 castellano8 dictionaries.
4245 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
4246 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
4247 dictionary, added italiano dictionary.
4248 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
4249 word character
4250 (ispell-tex-skip-alists): Added psfig support.
4251 (ispell-skip-html): Renamed from ispell-skip-sgml.
4252 (ispell-begin-skip-region-regexp, ispell-skip-region)
4253 (ispell-minor-check): Improved html skipping support to skip across
4254 code, and recognize `&' commands without propper `;' syntax;
4255 (ispell-process-line): Fix alignment error when manually
4256 correcting spelling.
4257 (ispell): Fix comment string.
4258 (ispell-add-per-file-word-list): Always put word list on new line.
4259
3787e12e
GM
42602000-08-17 Gerd Moellmann <gerd@gnu.org>
4261
a7b28523
GM
4262 * format.el (format-encode-run-method): Fix error message to say
4263 `encode' instead of `decode'. Use save-window-excursion around
4264 shell-command-on-region as in format-decode-run-method because
4265 shell-command-on-region can display a buffer with error output.
4266 (format-decode): Don't record undo information for the decoding.
4267 (format-annotate-function): Add parameter FORMAT-COUNT. Make
4268 that number part of the temporary buffer name so that more than
4269 one decoding using a temporary buffer can happen safely.
4270
4271 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
4272 of `A-z' in the regexp.
4273
4274 * hilit-chg.el: Fix typos in commentary.
4275
3787e12e
GM
4276 * help.el (view-emacs-news): Rewritten for new naming scheme
4277 for old NEWS files.
4278
4279 * startup.el (command-line): Pop to *Messages* in case an error
4280 is signaled while loading user-init-file.
4281
d2473540
AS
42822000-08-17 Andreas Schwab <schwab@suse.de>
4283
4284 * files.el (insert-directory): Don't lose original file name,
4285 undoing an undocumented change.
4286
c0bbaf57
GM
42872000-08-17 Alex Schroeder <alex@gnu.org>
4288
4289 * sql.el (sql-magic-go): Use comint-bol.
4290 (sql-copy-column): Use comint-line-beginning-position.
4291 (comint-line-beginning-position): Define a replacement for
4292 comint-line-beginning-position if it is not fboundp.
4293
42942000-08-17 Alex Schroeder <alex@gnu.org>
4295
4296 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
4297 it didn't have any effect anyway.
4298
42992000-08-17 Alex Schroeder <alex@gnu.org>
4300
4301 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
4302 --pset and pager=off instead of sending \\o|cat at the beginning
4303 of the session.
4304
9d245da5
MB
43052000-08-17 Miles Bader <miles@gnu.org>
4306
4307 * progmodes/octave-inf.el: Add compatibility definition of
4308 comint-line-beginning-position.
4309
abfdbd2e
KH
43102000-08-17 Kenichi Handa <handa@etl.go.jp>
4311
4312 * startup.el (normal-top-level): Look in each dir in load-path for
4313 a leim-list.el file too. This assures of loading leim-list.el
4314 that is created at Emacs installation time even if a user have his
4315 own leim-list.el.
4316
a0b8c939
MB
43172000-08-17 Miles Bader <miles@gnu.org>
4318
4319 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
4320 foreground color to black if the background is dark.
4321
7382bcae
SM
43222000-08-16 Stefan Monnier <monnier@cs.yale.edu>
4323
4324 * loadhist.el (unload-feature): Typo.
4325
9b4a7800 4326 * finder.el (finder-compile-keywords):
7382bcae
SM
4327 * cus-dep.el (custom-make-dependencies): Add local-variable settings
4328 to the generated file.
4329
4330 * mail/mh-e.el (mh-make-local-vars):
4331 Replace make-variable-buffer-local with make-local-variable.
4332
cdd0f857 4333 * play/landmark.el:
7382bcae 4334 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
4335 * mail/mailabbrev.el (mail-abbrevs-mode):
4336 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
4337 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
4338
4339 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
4340
4341 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
4342 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
4343 Allow going past the last element.
9b4a7800 4344 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
4345 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
4346 (cvs-mouse-toggle-mark): Don't move point.
4347 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
4348
4349 * progmodes/compile.el (grep): Provide a default set of files.
4350 (next-error): Docstring fix.
4351 (compilation-find-file): Avoid find-file (fails in a dedicated window).
4352
4353 * emacs-lisp/easy-mmode.el (define-minor-mode):
4354 Use `symbol-value' to keep the byte-compiler quiet.
4355
4356 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
4357 (diff-find-source-location): New fun, extracted from diff-goto-source.
4358 (diff-goto-source): Use it.
4359 (diff-next-complex-hunk, diff-filter-lines): New function.
4360 (diff-apply-hunk): New command.
4361
4362 * smerge-mode.el (smerge-mode-menu): Doc fix.
4363
4364 * msb.el (msb-mode): Define it in terms of define-minor-mode.
4365
4f00b8c1
DL
43662000-08-16 Dave Love <fx@gnu.org>
4367
2b5198bb
DL
4368 * windmove.el (windmove) <defgroup>: Add :version.
4369
4370 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
4371 (goto-address-fontify-p, goto-address-highlight-p)
4372 (goto-address-url-face, goto-address-url-mouse-face)
4373 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
4374 (goto-address-url-regexp): Use thing-at-point-url-regexp.
4375 (goto-address-fontify, goto-address-at-mouse): Simplify,
4376 (goto-address-at-point): browse-url-url-at-point,
4377 goto-address-find-address-at-point can return nil.
4378 (goto-address-find-address-at-point): Return nil on failure.
4379
4380 * align.el (align) <defgroup>: Add :version.
4381
4382 * calculator.el (calculator): Add :version.
4383 (calculator): Use two lines for calculator window if `modeline'
4384 face is boxed.
4385
4f00b8c1
DL
4386 * play/5x5.el: Doc fixes.
4387 (5x5) <defgroup>: Add :version.
4388
4389 * play/fortune.el (fortune) <defgroup>: Add :version.
4390 (fortune-append): Fix error message.
4391 (fortune-from-region): Doc fix.
4392
4393 * play/pong.el (pong): Doc fix.
4394
4395 * play/morse.el: Keywords, commentary, autoloads.
4396
69db7ee7
EZ
43972000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
4398
4399 * desktop.el (desktop-save): Don't look at symbol-value of a
4400 member of minor-mode-alist, unless it is boundp.
4401
10e1dad9
SS
44022000-08-16 Sam Steingold <sds@gnu.org>
4403
a0b8c939 4404 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
4405 `while'; use `with-current-buffer' instead of `save-excursion'.
4406 Removed unnecessary kludges now that "*Buffer List*" is excluded.
4407
9d7bcb2e
KH
44082000-08-16 Kenichi Handa <handa@etl.go.jp>
4409
4410 * international/ccl.el (declare-ccl-program): Docstring modified.
4411 (ccl-execute-with-args): Likewise.
4412
04231ab8
MB
44132000-08-16 Miles Bader <miles@gnu.org>
4414
9d245da5 4415 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
4416 comint-line-beginning-position.
4417
f68446ef
GM
44182000-08-15 Gerd Moellmann <gerd@gnu.org>
4419
dc28878c
GM
4420 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
4421 'buffer-menu' property.
4422 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
4423 fails.
4424 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
4425 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
4426 wasn't killed.
10e1dad9 4427
58ed0d3b
GM
4428 * buff-menu.el (list-buffers-noselect): Don't display the
4429 *Buffer List* buffer.
4430
32dc52f7
GM
4431 * font-lock.el: Require jit-lock to prevent a very late
4432 `Loading jit-lock' message.
4433
f68446ef 4434 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 4435 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
4436 mail address.
4437
90ac90a2
MB
44382000-08-15 Miles Bader <miles@gnu.org>
4439
4440 * textmodes/ispell.el (ispell-graphic-p): New constant.
4441 (ispell-choices-win-default-height, ispell-help): Use
4442 `ispell-graphic-p' instead of `xemacsp'.
4443
b0a0e263
DL
44442000-08-15 Dave Love <fx@gnu.org>
4445
c1e757e3
DL
4446 * simple.el: Autoload widget-convert when compiling.
4447 (mail-user-agent): Doc fix.
4448
4449 * help.el (function-called-at-point, variable-at-point): Use
4450 with-syntax-table.
4451 (help-manyarg-func-alist): Add insert-and-inherit.
4452
4453 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
4454
4455 * delsel.el (delsel-unload-hook): New function.
4456
4457 * find-file.el: Doc fixes. Move provide to end.
4458 (ff) <defgroup>: Add :link.
4459 (ff-goto-click): Deleted.
4460 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
4461 Use mouse-set-point.
4462
4463 * textmodes/tildify.el: Doc fixes.
4464 (tildify) <defgroup>: Add:version.
4465
4466 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
4467 (glasses-custom-set): Use set-default, not set.
4468 (minor-mode-alist): Propertize the lighter.
4469 (glasses-mode): Provide optional arg.
4470
5f847612
DL
4471 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
4472 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
4473 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
4474 option. Provide :type.
4475 (cwarn-configuration): Provide :type.
4476 (cwarn-mode): Doc fix.
4477
4478 * add-log.el (change-log-merge): Doc fix.
4479 (change-log-redate): New command.
4480
b0a0e263
DL
4481 * net/browse-url.el (browse-url-filename-alist): Add a clause for
4482 Doze and Dog.
4483 (browse-url): Use dolist, not mapcar.
4484 (browse-url-at-point): Check for null url.
4485 (browse-url-event-buffer, browse-url-event-point): Functions
4486 deleted.
4487 (browse-url-at-mouse, browse-url-netscape): Simplify.
4488
4489 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
4490 modes.
4491 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
4492 Fix previous change to mapcan.
4493 (msb--init-file-alist, msb--add-separators)
4494 (msb--make-keymap-menu): Simplify.
4495 (msb--choose-file-menu): Use copy-sequence.
4496 (msb-mode-map): Add title to keymap.
4497 (msb-unload-hook): New function.
4498
4499 * bs.el: Fix indentation.
4500 (bs) <defgroup>: Add :links.
2b5198bb
DL
4501 (bs-show): Doc fix.
4502 (bs-apply-sort-faces): Don't use window-system.
4503 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 4504
70f1b78e
EZ
45052000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
4506
4507 * calendar/timeclock.el (timeclock-file): Run .timelog through
4508 convert-standard-filename.
4509
956777b3
GM
45102000-08-14 Gerd Moellmann <gerd@gnu.org>
4511
3215096c
GM
4512 * emacs-lisp/authors.el: New file.
4513
956777b3
GM
4514 * paren.el (show-paren-priority): New user option.
4515 (show-paren-function): Set overlay priorities to
4516 show-paren-priority.
10e1dad9 4517
0cde1424
MB
45182000-08-14 Miles Bader <miles@gnu.org>
4519
4520 * comint.el (comint-bol): Use `forward-line 0' instead of calling
4521 beginning-of-line with inhibit-field-text-motion bound.
4522
90cbf47e
GM
45232000-08-14 Gerd Moellmann <gerd@gnu.org>
4524
4525 * calendar/timeclock.el: New file.
4526
45272000-08-14 David Ponce <david@dponce.com>
4528
4529 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
4530 `widget-button-click'. so that one can use left mouse button to
4531 click on dialog buttons.
4532
45332000-08-14 Emmanuel Briot <briot@gnat.com>
4534
4535 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 4536 identifiers, since XML is case sensitive
10e1dad9 4537
79e8dca7 45382000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 4539
660394d1
MB
4540 * comint.el (comint-output-filter): Don't bother frobbing
4541 window-start, it doesn't seem to be necessary.
79e8dca7
MB
4542
4543 * comint.el (comint-send-string, comint-send-region): Make into
4544 real functions. Snapshot the prompt before sending.
4545
218c2cc7
EZ
45462000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
4547
4548 * info.el (Info-find-emacs-command-nodes): Rewrite to use
4549 technique similar to Info-index, instead of relying on specific
4550 names of relevant Index nodes.
4551 (Info-goto-emacs-command-node): Bind Info-history to nil when
4552 going to the first node found by Info-find-emacs-command-nodes.
4553
51e066d2 45542000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
4555
4556 * menu-bar.el (menu-bar-help-menu): Add a :help string.
4557
867102f2
MB
45582000-08-10 Miles Bader <miles@gnu.org>
4559
4560 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
4561
af718538
EZ
45622000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
4563
4564 * info.el (Info-file-list-for-emacs): More elements for the
4565 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
4566 and woman manuals.
4567
c51bacd6
MB
45682000-08-10 Miles Bader <miles@lsi.nec.co.jp>
4569
4570 * comint.el (comint-send-input): Make the newline boundary overlay
4571 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
4572 (comint-output-filter): Use `insert' instead of
4573 `insert-before-markers'. Extend comint-last-output-overlay when
4574 necessary since we can't rely on insert-before-markers to do it.
4575 * gud.el (gud-filter): Use `with-current-buffer' instead of
4576 save-excursion when inserting the output, so that point gets
4577 updated correctly; the old method relied on a rather dodgy
4578 side-effect of comint-output-filter to avoid the effect of
4579 save-excursion.
4580
98532b12
EZ
45812000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
4582
4583 * files.el (recover-file): Call insert-directory instead of
4584 invoking `ls' directly.
4585
3db4b719
MB
45862000-08-10 Miles Bader <miles@gnu.org>
4587
4588 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
4589 (comint-last-prompt-overlay): New variables.
4590 (comint-output-filter): Implement prompt highlighting.
4591 (comint-snapshot-last-prompt): New function.
4592 (comint-send-input): Snapshot the last prompt.
4593 Use comint-highlight-input-face.
4594 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
4595 Use defface instead of defcustom.
4596 (send-invisible, comint-send-eof): Snapshot the last prompt.
4597 (comint-delchar-or-maybe-eof): Use comint-send-eof.
4598 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
4599
96190aa1
SM
46002000-08-09 Stefan Monnier <monnier@cs.yale.edu>
4601
5cda4b07
SM
4602 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
4603 (regexp-opt-group): Use a list of chars for `letters'.
4604 (regexp-opt-charset): `chars' is now a list of chars.
4605 Use a char-table rather than a vector so it works for multibyte chars.
4606
96190aa1
SM
4607 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
4608 Set cvs-minor-current-files to the selected fileinfo.
4609 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
4610 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
4611
7d093d56
EZ
46122000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
4613
4614 * files.el (insert-directory): Don't call access-file on
4615 directories on DOS and Windows.
4616
b24c5811
KH
46172000-08-09 Kenichi Handa <handa@etl.go.jp>
4618
4619 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
4620 longer if necessary.
4621 (ccl-embed-code): Call ccl-embed-data to store CODE in
4622 ccl-program-vector.
4623
0a6fd67e
MB
46242000-08-09 Miles Bader <miles@gnu.org>
4625
4626 * comint.el (comint-output-filter): Properly handle the case where
4627 the text surrounded by comint-last-output-overlay was deleted.
4628
9f6d1a6c
GM
46292000-08-08 Gerd Moellmann <gerd@gnu.org>
4630
25ad1371
GM
4631 * info.el (Info-insert-dir): Use Info-additional-directory-list if
4632 non-nil.
4633 (Info-file-list-for-emacs): Remove "info" from the list because
4634 that leads to trying to use the documentation from file `info'
4635 in various situations where it isn't appropriate, for instance
4636 C-h C-k C-h i.
4637
4638 * ffap.el (ffap-read-file-or-url-internal): Handle case that
4639 DIR and/or STRING are nil.
4640
4641 * progmodes/compile.el (compilation-setup): Make variable
4642 compilation-error-screen-columns buffer-local, as some comment
4643 in the code suggests it should be.
4644
4645 * files.el (auto-mode-interpreter-regexp): New variable.
4646 (set-auto-mode): Use it.
4647
4648 * indent.el (indent-for-tab-command): Doc fix.
4649
4650 * mouse-sel.el (mouse-sel-mode): Doc fix.
4651
9f6d1a6c
GM
4652 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
4653 labels.
4654
4655 * help.el (print-help-return-message): When
4656 display-buffer-reuse-frames is set, let the help window been quit,
4657 instead of deleting it, which might delete a reused frame.
4658
3d819a75
EZ
46592000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
4660
4661 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
4662 rename a directory to a name that differs only by its letter case.
4663
c5a52529
KH
46642000-08-08 Kenichi Handa <handa@etl.go.jp>
4665
4666 * international/quail.el (quail-define-rules): Handle Quail decode
4667 map correctly. Add code for supporting annotations.
4668 (quail-install-decode-map): New function.
4669 (quail-defrule-internal): New optional arguments decode-map and
4670 props.
4671 (quail-advice): New function.
4672
5e9e032a
SS
46732000-08-07 Sam Steingold <sds@gnu.org>
4674
4675 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
4676 `defconst', `define-condition', `with-slots'.
4677 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
4678
46645f4b
MB
46792000-08-03 Miles Bader <miles@gnu.org>
4680
4681 * comint.el (comint-use-prompt-regexp-instead-of-fields):
4682 New variable.
4683 (comint-prompt-regexp, comint-get-old-input): Document dependence on
4684 comint-use-prompt-regexp-instead-of-fields.
4685 (comint-send-input): Add `input' field property to stuff we send to
4686 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
4687 (comint-output-filter): Add `output' field property to process
4688 output, if comint-use-prompt-regexp-instead-of-fields is nil.
4689 (comint-replace-by-expanded-history)
4690 (comint-get-old-input-default, comint-show-output)
4691 (comint-backward-matching-input, comint-forward-matching-input)
4692 (comint-next-prompt, comint-previous-prompt): Use field
4693 properties if comint-use-prompt-regexp-instead-of-fields is nil.
4694 (comint-line-beginning-position): New function.
4695 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
4696 (comint-replace-by-expanded-history-before-point): Use
4697 comint-line-beginning-position and line-end-position.
4698 (comint-last-output-overlay): New variable.
4699 (comint-mode): Make `comint-last-output-overlay' buffer-local.
4700
4701 * shell.el (shell-prompt-pattern): Doc change.
4702 (shell-backward-command): Use line-beginning-position.
4703
4704 * gud.el (gud-gdb-complete-command): Use
4705 comint-line-beginning-position.
4706
4707 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
4708 comint-bol doesn't actually go to the beginning of the line.
4709
4710 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
4711 if comint-use-prompt-regexp-instead-of-fields is non-nil.
4712 (try-expand-line-all-buffers): Likewise.
4713
4714 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
4715 explicitly matching comint-prompt-regexp.
4716 (sql-copy-column): Use comint-line-beginning-position instead of
4717 explicitly matching comint-prompt-regexp.
4718
4719 * progmodes/octave-inf.el (inferior-octave-complete): Use
4720 comint-line-beginning-position.
4721
4722 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
4723
4724 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
4725 looking for a prompt, use `forward-line 0' instead of
4726 `beginning-of-line', to avoid getting caught by an input field.
4727
ff3d9573
GM
47282000-08-07 Gerd Moellmann <gerd@gnu.org>
4729
4730 * files.el (shell-quote-wildcard-pattern): Make sure to return
4731 PATTERN, in the Unix case.
4732
e0d8827b
EZ
47332000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
4734
4735 * play/zone.el (zone): Discard any pending input before running
4736 the randomly-chosen pgm.
4737
24d55b8f
KH
47382000-08-07 Kenichi Handa <handa@etl.go.jp>
4739
4740 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
4741 checking the existence of any multibyte characters.
4742
3d05e1ee
GM
47432000-08-06 Gerd Moellmann <gerd@gnu.org>
4744
6c4a4368
GM
4745 * help.el (describe-mode): Test minor-mode symbol for being
4746 bound before testing its value for being nil.
4747
3d05e1ee
GM
4748 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
4749 `first', `second', and `third'.
4750
4751 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
4752 (second): Make it an alias for `cadr'.
4753
6968a481
EZ
47542000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
4755
4756 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
4757 types of display support faces now.
4758
e49aa397
GM
47592000-08-05 Gerd Moellmann <gerd@gnu.org>
4760
4761 * pcvs.el (require): Require `cl' during compilation, only.
4762
4763 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
4764 (toplevel): Remove `remq' and `remove' from autoloads.
4765 (cl-fake-autoloads): New variable. If set, arrange for an error
4766 when CL functions etc. are autoloaded.
4767
588aca27
EZ
47682000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
4769
2e78d4ab
EZ
4770 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
4771
85628348
EZ
4772 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
4773 popped up, but the user clicks outside the menu, return an empty
4774 regexp (that causes unhighlight-regexp to have no effect).
4775
74f0e552
EZ
4776 * menu-bar.el (menu-bar-games-menu): Add Zone.
4777
588aca27
EZ
4778 * hi-lock.el (toplevel): Require font-lock.
4779
f4988be7
GM
47802000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4781
ba087cd7 4782 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
4783 (ebnf-8-bit-chars): New var for bug fix.
4784 (ebnf-string): Bug fix.
4785
027b73ac
SS
47862000-08-03 Sam Steingold <sds@gnu.org>
4787
4788 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
4789 instead of `buffer-string'.
4790 (require 'cl): Always, not just when compiling.
4791 `ignore-errors' in `interactive', `list*', `defun*' &c make this
4792 necessary.
4793
2f1fa038
EZ
47942000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
4795
4796 * international/mule-cmds.el (select-safe-coding-system): Make
4797 the message text about selecting a safe coding system more clear.
4798
ead53494
GM
47992000-08-02 Gerd Moellmann <gerd@gnu.org>
4800
abb2db1c
GM
4801 * hi-lock.el: New file.
4802
4803 * play/zone.el: New file.
4804
ead53494
GM
4805 * replace.el (occur): Set tab-width in the *Occur* buffer to the
4806 value of tab-width in the original buffer. Choose a line number
4807 format that's a multiple of the original buffer's tab width, so
4808 that lines appear right.
4809
4810 * textmodes/ispell.el (ispell): New function, replacing an alias.
4811 Spell-check active region if in transient-mark-mode and mark
4812 is active; otherwise spell-check buffer.
4813
48142000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4815
4816 * ps-mule.el: Fix a customization problem on
4817 ps-mule-font-info-database-default.
4818
f4a2b0a4
EZ
48192000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
4820
4821 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
4822 display-mouse-p instead of window-system.
4823 (ebrowse-member-mode-map): Ditto.
4824
b685181e
GM
48252000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4826
ba087cd7
EZ
4827 * progmodes/ebnf2ps.el: Update ps-print functions call.
4828 Indentation fix. Doc fix.
b685181e
GM
4829 (ebnf-version): New version number (3.2).
4830 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 4831
3b5fab87
EZ
48322000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
4833
032ebb29
EZ
4834 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
4835 font lock support on window-system.
4836 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
4837
3b5fab87
EZ
4838 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
4839 display-color-p, if fboundp, instead of window-system.
4840
7e2605e7
EZ
48412000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
4842
4843 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
4844 instead of window-system.
4845
4846 * wid-edit.el (widget-choose): Use display-mouse-p instead of
4847 window-system.
4848 (widget-choice-mouse-down-action): Use display-popup-menus-p
4849 instead of window-system.
4850
4851 * strokes.el (strokes-file): Run the file name through
4852 convert-standard-filename.
4853 (strokes-mode): Call display-mouse-p instead of looking at
4854 window-system. Change the error message accordingly.
4855
4856 * progmodes/cpp.el (toplevel): Support faces on tty's.
4857
4858 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
4859 (lm-plot-square, lm-init-display): Don't use window-system.
4860
4861 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
4862 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
4863
4864 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
4865 instead of looking at window-system.
4866
26119624
GM
48672000-07-30 Gerd Moellmann <gerd@gnu.org>
4868
4869 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
4870 of testing if iswitchb-prepost-hooks is bound, because the
4871 latter will always be true when invoking a recursive minibuffer
4872 from an active Iswitchb buffer.
4873
c90596f3
EZ
48742000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
4875
4876 * files.el (shell-quote-wildcard-pattern): New function.
4877 (insert-directory): Call it. Only prepend "\" to command on Unix
4878 and GNU/Linux systems.
4879
18925e78
GM
48802000-07-30 Gerd Moellmann <gerd@gnu.org>
4881
4882 * eshell/esh-groups.el: Change custom :link file names
4883 from `eshell.info' to `eshell'.
4884
48852000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
4886
4887 * dired.el (dired-build-subdir-alist): Expand subdirectory names
4888 correctly in recursive ange-ftp listings.
4889
48902000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4891
4892 * ps-print.el: Fix bug 1: if ps-font-size-internal,
4893 ps-header-font-size-internal and
4894 ps-header-title-font-size-internal variables are not set,
4895 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
4896 face text property is (foreground-color . COLOR) or
4897 `(background-color . COLOR)', ps-print crashes. Doc fix.
4898 (ps-print-version): New version number (5.2.4).
4899 (ps-plot-region): Code fix.
4900 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
4901 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
4902 Bug fix 2.
4903
49042000-07-30 Milan Zamazal <pdm@freesoft.cz>
4905
4906 * glasses.el (glasses-make-readable): Fix uncapitalization of
4907 identifiers like `myXMLDocument'.
4908
aeb4c63e
KF
49092000-07-28 Karl Fogel <kfogel@red-bean.com>
4910
18925e78
GM
4911 * mail/mail-hist.el (mail-hist-previous-input)
4912 (mail-hist-next-input): Do the obvious code factorization.
4913 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
4914 code of above two.
4915 If inserting a message body, leave point at top.
4916
9d453139
SS
49172000-07-28 Sam Steingold <sds@gnu.org>
4918
4919 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
4920 Use `<=', not `<' to compare times!
4921 (ange-ftp-ls): Remove.
9d453139 4922
b548072f
GM
49232000-07-27 Gerd Moellmann <gerd@gnu.org>
4924
27848c01
GM
4925 * play/cookie1.el: Add explanation of how to make cookie.el
4926 compatible with strfile(1) to comment.
4927
4928 * subr.el (remove, remq): New functions.
4929
3ab82477
GM
4930 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
4931 escape `*' in regexps.
4932 (midnight-find): Reverse order of arguments in the funcall of
4933 TEST.
4934
4935 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
4936 and `.class'.
4937
b548072f
GM
4938 * play/meese.el: Add Commentary section.
4939
27848c01
GM
49402000-07-27 Alex Schroeder <alex@gnu.org>
4941
4942 * sql.el (sql-ms): Added autoload cookie.
4943 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
4944 (sql-oracle): Ditto.
4945 (sql-help): Doc change.
4946
4947 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
4948 types and exceptions.
4949
49502000-07-27 Alex Schroeder <alex@gnu.org>
4951
4952 * sql.el (sql-placeholder-history): New variable.
4953 (sql-query-placeholders-and-send): New function that will query
4954 the user and replace placeholders with user input.
4955 (sql-oracle): If running on NT, set comint-input-sender to
4956 sql-query-placeholders-and-send.
4957
4958 (sql-stop): If in the SQLi buffer, insert stop notification, else
4959 present it as a message.
4960
49612000-07-27 Alex Schroeder <alex@gnu.org>
4962
4963 * sql.el (sql-input-ring-separator): Doc change.
4964 (sql-input-ring-file-name): Doc change.
4965 (sql-interactive-mode): Use `sql-input-ring-separator' and
4966 `sql-input-ring-file-name' to set the comint-mode equivalents
4967 without making them local variables.
4968 (sql-stop): Don't bind `sql-input-ring-separator' and
4969 `sql-input-ring-file-name' dynamically to their comint-mode
4970 equivalents.
4971
91ae8751
KH
49722000-07-27 Kenichi Handa <handa@etl.go.jp>
4973
4974 * international/mule.el (register-char-codings): New function.
4975 (make-coding-system): Handle `safe-chars' specification in the arg
4976 PROPERTY.
4977
4978 * international/mule-cmds.el
4979 (find-coding-systems-region-subset-p): This function deleted.
4980 (sort-coding-systems-predicate): New variable.
4981 (sort-coding-systems): New function.
4982 (find-coding-systems-region): Use
4983 find-coding-systems-region-internal.
4984 (find-coding-systems-string): Use find-coding-systems-region.
4985 (find-coding-systems-for-charsets): Check
4986 char-coding-system-table.
4987 (select-safe-coding-system-accept-default-p): New variable.
4988 (select-safe-coding-system): Mostly rewritten. New argument
4989 ACCEPT-DEFAULT-P.
4990 (select-message-coding-system): Call select-safe-coding-system
4991 with ACCEPT-DEFAULT-P arg.
4992 (reset-language-environment): Reset default-sendmail-coding-system
4993 to the default value iso-latin-1.
4994 (set-language-environment): Don't set the obsolete variable
4995 charset-origin-alist.
4996
4997 * international/codepage.el (cp-coding-system-for-codepage-1):
4998 Give `safe-chars' property to make-coding-system.
4999
5000 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
5001 calling select-message-coding-system twice.
5002
5003 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
5004 instead of `safe-charsets'.
5005 (cyrillic-alternativnyj): Likewise.
5006 (ccl-encode-alternativnyj): Don't check the charset
5007 cyrillic-iso8859-5.
5008
90cf4474
KH
50092000-07-27 Kenichi Handa <handa@etl.go.jp>
5010
5011 * composite.el (compose-chars-after): Preserve match data.
5012
a1f84f6d
SS
50132000-07-26 Sam Steingold <sds@gnu.org>
5014
5015 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
5016 (ange-ftp-real-file-newer-than-file-p): New function.
5017 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
5018 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
5019
5020 * tooltip.el (tooltip-float-time): Removed (use `float-time').
5021 * midnight.el (midnight-float-time): Ditto.
5022
e092928e
AS
50232000-07-26 Andreas Schwab <schwab@suse.de>
5024
5025 * files.el (normal-backup-enable-predicate): Correct
5026 interpretation of the return value of compare-strings.
5027
7465ebef
GM
50282000-07-26 Gerd Moellmann <gerd@gnu.org>
5029
3353ef5a
GM
5030 * isearch.el (isearch-resume): New function.
5031 (isearch-done): Add something to command-history to resume
5032 the search.
5033 (isearch-yank-line, isearch-yank-word): Use
5034 buffer-substring-no-properties instead of buffer-substring.
5035
7465ebef
GM
5036 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
5037 of flyspell-mouse-map.
5038
5039 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
5040 duplicate definition.
5041 (makefile-mode): Remove duplicate setting of local-abbrev-table.
5042
5043 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
5044 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
5045
5044b74a
SS
50462000-07-25 Sam Steingold <sds@gnu.org>
5047
25759a92
SS
5048 * net/ange-ftp.el: Get modtime over the net.
5049 (ange-ftp-file-modtime): New function.
a95cb10a
GM
5050 (ange-ftp-write-region, ange-ftp-insert-file-contents)
5051 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
5052 Use it.
5053 (ange-ftp-dot-to-slash): New function.
5054 (ange-ftp-fix-name-for-vms): Use it.
5055
5044b74a
SS
5056 * midnight.el (midnight-buffer-display-time): Use
5057 `with-current-buffer'.
5058
5dcfb3f4
GM
50592000-07-25 Gerd Moellmann <gerd@gnu.org>
5060
5061 * find-dired.el: Update copyright notice.
5062 (find-dired): Offer to kill a running `find'.
5063
5064 * enriched.el (enriched-face-ans): For a `foreground-color'
5065 property, return '(("x-color" COLOR))' so that COLOR will be
5066 output as a parameter of the x-color annotation. Likewise for the
5067 `background-color' property. In the case of normal face
5068 properties, don't return annotations for unspecified foreground
5069 and background face attributes.
5070
8c662166
KH
50712000-07-25 Kenichi Handa <handa@etl.go.jp>
5072
5073 * language/japan-util.el (japanese-katakana-region): Fix handling
5074 HANKAKU argument.
5075
c28da489
MB
50762000-07-25 Miles Bader <miles@gnu.org>
5077
5078 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
5079 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
5080 constrain-to-field.
5081
ad349719
AI
50822000-07-24 Andrew Innes <andrewi@gnu.org>
5083
5084 * timer.el (timer-activate-when-idle): Add optional parameter
5085 DONT-WAIT. Update docstring.
5086 (run-with-idle-timer): Specify extra parameter to
5087 timer-activate-when-idle, so that timer will be activated
5088 immediately if Emacs is already idle.
5089
5090 * w32-fns.el (w32-using-nt): Fix docstring.
5091
c95162f5
DL
50922000-07-24 Dave Love <fx@gnu.org>
5093
5094 * mouse.el (popup-menu): Set last-command-event.
5095 (mouse-major-mode-menu-prefix): Declare.
5096
e3c31fd5
GM
50972000-07-24 Gerd Moellmann <gerd@gnu.org>
5098
5099 * textmodes/flyspell.el: Update to author's version 1.5d.
5100
5101 * progmodes/hideshow.el: Update copyright notice.
5102
5103 * vcursor.el: Set maintainer to FSF, since author cannot
5104 be reached.
5105
7636d2a3
EZ
51062000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
5107
fbe0a958
EZ
5108 * info.el (Info-goto-emacs-key-command-node): Leave a space after
5109 the prompt.
5110
7636d2a3
EZ
5111 * mouse.el (popup-menu): Run the keymap through indirect-function,
5112 in case it was defined with define-prefix-key. If the menu is a
5113 list of keymaps, look up the binding of user's choice in each one
5114 of the keymaps.
5115 (mouse-popup-menubar): If the global and local menu-bar keymaps
5116 don't have a prompt string, create one and insert it into the
5117 keymap. Don't barf if current-local-map returns nil.
5118
e024b101
GM
51192000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
5120
5121 * dired.el (dired-sort-R-check): Added to allow recursive listing
5122 to be undone.
5123 (dired-sort-other): Use it.
5124
7972fcfc
GM
51252000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5126
e024b101 5127 * Release of cc-mode 5.27
7972fcfc
GM
5128
51292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5130
5131 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
5132 c-beginning-of-statement-1 that caused a bad case of recursion
5133 which could consume a lot of CPU in large classes in languages
5134 that have in-expression classes (i.e. Java and Pike).
5135
5136 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
5137 statements before top level constructs (i.e. case 6 is moved
5138 before case 5 and is now case 4) to catch in-expression
5139 classes in top level expressions correctly.
5140
51412000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5142
5143 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
5144 objc-method-intro. Case 4 removed and case 5I added.
5145
5146 * cc-langs.el (c-append-paragraph-start): New variable used by
5147 c-common-init to get paragraph-start correct.
5148 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
5149 initialize paragraph-start to make it correct both with and
5150 without the javadoc special case.
5151
5152 * cc-mode.el (java-mode): Use c-append-paragraph-start to
5153 initialize paragraph-start for javadoc markup.
5154
5155 * cc-vars.el (c-style-variables-are-local-p): Incompatible
5156 change by defaulting this to t. It's motivated by the
5157 confusing behavior that otherwise arise from the style system
5158 when editing both java and non-java files at the same time
5159 (see the comments about style setting in c-common-init).
5160
51612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5162
5163 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
5164 similar to the one in c-fill-paragraph to check the fill
5165 prefix from the adaptive fill function for sanity.
5166
51672000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5168
5169 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
5170 defun block.
5171
51722000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5173
5044b74a 5174 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
5175
51762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5177
5178 * cc-align.el (c-lineup-multi-inher): Handle lines with
5179 leading comma nicely. Extended to handle member initializers
5180 too.
5181
e024b101 5182 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
5183 c-guess-basic-syntax): Fixed recognition of inheritance lists
5184 when the lines begins with a comma.
5185
5044b74a 5186 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
5187
5188 * cc-vars.el (c-offsets-alist): Changed default for
5189 member-init-cont to c-lineup-multi-inher since it now handles
5190 member initializers and indents better for leading commas.
5191
51922000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5193
5194 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
5195 handling that caused class open lines to be recognized as
5196 statement-conts in some cases.
5197
5198 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
5199 guessed by the adaptive fill function unless point is on the
5200 first line of a block comment.
5201
5202 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
5203 when the buffer ends with a macro continuation char.
5204
5205 * cc-engine.el (c-guess-basic-syntax): Added support for
5206 function definitions as statements in Pike. The first
5207 statement in a lambda block is now labeled defun-block-intro
5208 instead of statement-block-intro.
5209
5210 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
5211 so that the class surrounding point is selected, not the one
5212 innermost in the state.
5213
5214 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
5215 recognition of switch labels having hanging multiline
5216 statements.
5217
5218 * cc-engine.el (c-beginning-of-member-init-list): Broke out
5219 some code in c-guess-basic-syntax to a separate function.
5220 * cc-engine.el (c-just-after-func-arglist-p): Fixed
5221 recognition of member inits with multiple line arglists.
5222 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
5223 member-init-cont when the commas are in funny places.
5224
52252000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5226
5227 * cc-defs.el (c-auto-newline): Removed this macro since it's
5228 not used anymore.
5229
5230 * cc-engine.el (c-looking-at-bos): New helper function.
5231 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
5232 inexpr and toplevel classes apart in Pike.
5233
5234 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
5235 of case 9A.
5236
5237 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
5238 constant, since "class" can introduce an in-expression class
5239 in Pike nowadays.
5240
52412000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5242
5243 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
5244 indentation on cpp-macro lines.
5245
5246 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
5247 a syntax modifier like comment-intro, to make it possible to
5248 get syntactic indentation for preprocessor directives. It's
5249 incompatible wrt to lineup functions on cpp-macro, but it has
5250 no observable effect in the 99.9% common case where cpp-macro
5251 is set to -1000.
5252
52532000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5254
5255 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
5256 member-init-cont when the preceding arglist is several lines.
5257
52582000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5259
5260 * cc-styles.el (c-style-alist): The basic offset for the BSD
5261 style corrected to 8.
5262
52632000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5264
5265 * cc-styles.el (c-style-alist): Adjusted the indentation of
5266 brace list openers in the gnu style.
5267
52682000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5269
5270 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
5271
5272 * cc-cmds.el (c-electric-brace, c-electric-slash,
5273 c-electric-star, c-electric-semi&comma, c-electric-colon,
5274 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
5275 when c-syntactic-indentation is nil.
5276
5277 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
5278 we were left at comments preceding the first statement when
5279 reaching the beginning of the buffer.
5280
5281 * cc-vars.el (c-syntactic-indentation): New variable to turn
5282 off all syntactic indentation.
5283
52842000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5285
5286 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
5287 between the text and the block comment ender when it hangs,
5288 depending on how many there are before the fill.
5289
52902000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5291
5292 * cc-engine.el (c-beginning-of-closest-statement): New helper
5293 function to go back to the closest preceding statement start,
5294 which could be inside a conditional statement.
5295 * cc-engine.el (c-guess-basic-syntax): Use
5296 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
5297
5298 * cc-engine.el (c-guess-basic-syntax): Better handling of
5299 arglist-intro, arglist-cont-nonempty and arglist-close when
5300 the arglist is nested inside parens. Cases 7A, 7C and 7F
5301 changed.
5302
5303 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
5304 up-to-date with javadoc 1.2.
5305
53062000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5307
5308 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
5309 multiline Pike type decls.
5310
53112000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5312
5313 * cc-cmds.el (c-indent-new-comment-line): Always break
5314 multiline comments in multiline mode, regardless of
5315 comment-multi-line.
5316
53172000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5318
5319 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
5320 fully::qualified::names in C++ member init lists. Preamble in
5321 case 5D changed.
5322
53232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5324
5325 * cc-langs.el (c-common-init): Handling of obsolete variables
5326 moved to c-initialize-cc-mode. More compatible style override
5327 when using global style variables.
5328 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
5329 variables moved here.
5330
e024b101 5331 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
5332 c-special-indent-hook as a style variable. Don't talk about
5333 doing (c-make-styles-buffer-local t) in a mode hook, since
5334 that's already too late to work right.
5044b74a 5335
7972fcfc
GM
5336 * cc-styles.el (c-make-styles-buffer-local): Flag style
5337 variable localness in c-style-variables-are-local-p to make
5338 the compatibility measure in c-common-init work well.
5339
5340 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
5341 longer contain set-from-style.
5342 * cc-styles.el (c-initialize-builtin-style): Don't check for
5343 set-from-style on c-special-indent-hook.
5344 * cc-styles.el (c-copy-tree): Obsolete. The standard function
5345 copy-alist is sufficient now.
5346
5347 * cc-styles.el (c-set-style, c-set-style-1,
5348 c-get-style-variables): Fixes to variable initialization so
5349 that duplicate entries in styles have the same effect
5350 regardless of DONT-OVERRIDE.
5351
5352 * cc-styles.el (c-set-style-2): Fixed bug where the
5353 initialization of inheriting styles failed when the
5354 dont-override flag is set.
5355
5356 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
5357 on this.
5358
53592000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5360
5361 * cc-defs.el (c-forward-comment): Removed the workaround
5362 introduced in 5.38 since it had worse side-effects. If a line
5363 contains the string "//\"", it regarded the // as a comment
5364 start since the \ temporarily doesn't have escape syntax.
5365
53662000-07-17 Emmanuel Briot <briot@act-europe.fr>
5367
5368 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
5369 ada-xref.el before ada-prj.el, so that the Project menu is created
5370 when ada-prj tries to add to it.
5371 (ada-activate-keys-for-case): Suppress the characters that are not
5372 part of the Ada syntax. Better compatibility with else-mode
5373 (ada-adjust-case-interactive): When auto-casing is not active,
5374 correctly insert newlines (used to insert only ^M). Prevent the
5375 syntax table from being changed in case of an error
814299a7 5376 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
5377 Do nothing if ada-auto-case is nil.
5378 (ada-after-keyword-p): Ignore keywords that are also attributes
5379 (ada-batch-reformat): Update usage comment
5380 (ada-call-from-contextual-menu): New function
5381 (ada-case-read-exceptions): Reinitialize the casing exception list
5382 first to nil first, so that the casing exception file can be
5383 shared.
5384 (ada-check-defun-name): Handles "configure" keyword for gnatdist
5385 files.
5386 (ada-compile-goto-error): Fix regexp used to detect a file:line
5387 anywhere in the error message
5388 (ada-contextual-menu-last-point): New variable
5389 (ada-create-keymap): If the variable delete-key-deletes-forward is
5390 t on XEmacs, it means that DEL should delete one character
5391 forward.
5392 (ada-create-menu): Use :included instead of :visible for XEmacs.
5393 New submenu "Options".
5394 (ada-end-stmt-re): Correctly indent "select ... then abort"
5395 statements.
5396 (ada-fill-comment-paragraph): Correctly delete all leading '--'
5397 even if they don't match ada-fill-comment-prefix Fix handling of
5398 paragraphs on the first or last line of a file.
5399 (ada-format-paramlist): Fix handling of default parameter values.
5400 (ada-get-body-name): New function.
5401 (ada-get-current-indent): Optimized by searchling directly for an
5402 existing generic part or a statement outside of it. Handle
5403 ada-indent-align-comments when indenting comments Replaced some
5404 regexps by testing directly the next character. This results in a
5405 huge speedup on some files. New indentation scheme for renames
5406 statements. Stop looking for the 'while' or 'for' associated with
5407 a 'loop' at the first semicolon encountered. A "return" can also
5408 match an anonymous access subprogram declaration.
5409 (ada-get-indent-noindent): Ignore strings and comments when
5410 looking for the keywords "record" and "private".
5411 (ada-goto-matching-decl-start): When matching "if", make sure we
5412 are not in fact seeing "end if". Ignore "when" statements except
5413 when initial keyword was "begin". Fix handling of nested
5414 procedures. Add a recursive call to this function to skip over
5415 other 'end' statmts. Fix indentation for "when .. => begin"
5416 (ada-in-open-paren-p): Fix indentation for complex boolean
5417 expressions, where 'and then', 'or else' and parenthesis
5418 statements are mixed up.
5419 (ada-in-paramlist-p): Skip comments while searching for the
5420 beginning Fix handling of operator declarations.
5421 (ada-indent-align-comments): New variable
5422 (ada-indent-current): Change the syntax table only in the
5423 protected section, so that we are sure it is restored correctly.
5424 (ada-indent-on-previous-lines): Use ada-use-indent and
5425 ada-with-indent Correctly indent "select ... then"
5426 (ada-indent-region): Slight speedup.
5427 (ada-indent-renames): New variable.
5428 (ada-last-which-function-subprog, ada-last-which-function-line):
5429 New variables
5430 (ada-looking-at-semi-private): Correctly indent the 'private'
5431 keyword when it is the first word in a package declaration.
5432 (ada-loose-case-word): Stop searching if at the end of the buffer.
5433 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
5434 even if point is not initially at the end of the word.
5435 (ada-matching-decl-start-re): Add "when".
5436 (ada-mode): Add support for abbrev-mode, outline-mode and
5437 which-func-mode Override the old find-file.el entry in
5438 ff-special-constructs since it is using the obsolete
5439 ada-spec-suffix variable
5440 (ada-no-auto-case): New function
5441 (ada-scan-paramlist): When parsing the argument type, accept
5442 spaces (as in "X 'Class", generated by Rational Rose).
5443 (ada-other-file-name): No longer loads the other file.
5444 (ada-popup-menu): Save and restore the current buffer and cursor
5445 position before and after displaying the menu.
5446 (ada-search-ignore-complex-boolean): New function.
5447 (ada-uncomment-region): Emacs21 already knows how to delete
5448 comments not starting in the first column.
5449 (ada-use-indent): New variable
5450 (ada-which-function): New function.
5451 (ada-with-indent): New variable
5452 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
5453 can be batch-compiled from the command line.
5454
5455 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
5456 Add to the menu when the file is loaded, not in ada-mode-hook.
5457 Add -toolbar to the default ddd command Switches moved from
5458 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
5459 ada-prj-default-comp-opt
5460 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
5461 Reference Manual to the menu
5462 (ada-check-current): rewritten as a call to ada-compile-current
5463 (ada-compile): Removed.
5464 (ada-compile-application, ada-compile-current, ada-check-current):
5465 Set the compilation-search-path so that compile.el automatically
5466 finds the sources in src_dir. Automatic scrollong of the
5467 compilation buffer. C-uC-cC-c asks for confirmation before
5468 compiling
5469 (ada-compile-current): New parameter, prj-field
5470 (ada-complete-identifier): Load the .ali file before doing
5471 processing
5472 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
5473 conform to gnatmake's behavior.
5474 (ada-find-file-in-dir): New function
5475 (ada-find-references): Set the environment variables for gnatfind
5476 (ada-find-src-file-in-dir): New function.
5477 (ada-first-non-nil): Removed
5478 (ada-gdb-application): Add support for jdb, the java debugger.
5479 (ada-get-ada-file-name): Load the original-file first if not done
5480 yet.
5481 (ada-get-all-references): Handles the new ali syntax (parent types
5482 are found between <>).
5483 (ada-initialize-runtime-library): New function
5484 (ada-mode-hook): Always load a project file when a file is opened,
5485 so that the casing exceptions are correctly read.
5486 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
5487 (ada-parse-prj-file): Use find-file-noselect instead of find-file
5488 to open the project file, since the latter does not work with
5489 speedbar Get default values before loading the prj file, or the
5490 default executable file name is wrong. Use the absolute value of
5491 src_dir to initialize ada-search-directories and
5492 compilation-search-path,... Add the standard runtime library to
5493 the search path for find-file.
5494 (ada-prj-default-debugger): Was missing an opening '{'
5495 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
5496 variables.
5497 (ada-prj-default-gnatmake-opt): New variable
5498 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
5499 buffers, the project file is the default one Save the windows
5500 configuration before displaying the menu.
5501 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
5502 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
5503 ...) regexp-quote identifiers names to support operators +,
5504 -,... in regexps.
5505 (ada-remote): New function.
5506 (ada-run-application): Erase the output buffer before starting the
5507 run Support remote execution of the application. Use
5508 call-process, or the arguments are incorrectly parsed
5509 (ada-set-default-project-file): Reread the content of the active
5510 project file, not the one from the current buffer When a project
5511 file is set as the default project, all directories are
5512 automatically associated with it.
5513 (ada-set-environment): New function
5514 (ada-treat-cmd-string): New special variable ${current}
5515 (ada-treat-cmd-string): Revised. The substitution is now done for
5516 any ${...} substring
5517 (ada-xref-current): If no body was found, compiles the spec
5518 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
5519 compiler to get rid of command line length limitations.
5520 (ada-xref-get-project-field): New function
5521 (ada-xref-project-files): New variable
5522 (ada-xref-runtime-library-specs-path)
5523 (ada-xref-runtime-library-ali-path): New variables
5524 (ada-xref-set-default-prj-values): Default run command now does a
5525 cd to the build directory. New field: main_unit Provide a default
5526 file name even if the current buffer has no prj file.
5527
5528 * ada-prj.el:
5529 Rewritten to show a tabbed-dialog.
5530 (ada-prj-add-ada-menu): Remove the map and name parameters.
5531 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
5532 New function
5533 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
5534 (ada-prj-load-from-file): New function
5535 (ada-prj-save): Always save fields that depend on the current buffer
5536 (ada-prj-show-value): New function
5044b74a 5537
7972fcfc
GM
5538 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
5539 Ada mode. This will allow us to display the Ada menu in any buffer
5540 we want (for project items).
5541 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
5542 number of spaces in the header.
5044b74a 5543
8730a8da
DL
55442000-07-24 Dave Love <fx@gnu.org>
5545
5546 * ediff-init.el (ediff-region-help-echo): Bind face-help.
5547
db3ca487
NF
55482000-07-23 Noah Friedman <friedman@splode.com>
5549
ad953485
NF
5550 * type-break.el (type-break): perform autosave.
5551 Suggested by Stephen Gildea <gildea@intouchsys.com>.
5552 (type-break-do-query): Cancel query schedule while performing
5553 actual query, to avoid possibility of a second query being made
5554 while first one is already in progress.
5555 (type-break-time-stamp-format): New variable.
5556 (type-break-time-stamp): New function.
5557 (type-break-time-warning): Use it.
5558 (type-break-keystroke-warning): Use it.
5559 (type-break-noninteractive-query): Use it.
5560
03a9c6d0
NF
5561 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
5562 cookie.
5563 Use add-minor-mode to set minor-mode-alist, if available.
5564 (eldoc-echo-area-use-multiline-p): New user option.
5565 (eldoc-echo-area-multiline-supported-p): New variable.
5566 (eldoc-docstring-format-sym-doc): Use them.
5567 (eldoc-mode): If not using idle timers, append to local post and
5568 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
5569 (eldoc-display-message-no-interference-p): Don't interfere with
5570 edebug.
5571 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
5572 (eldoc-function-arglist): New function.
5573 (eldoc-function-argstring): Use it.
5574
db3ca487
NF
5575 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
5576 auto save directory exists before calling directory-files.
5577
f7ad1899
DL
55782000-07-23 Dave Love <fx@gnu.org>
5579
5580 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
5581 ^o, ^u.
5582
43e764c9
DL
55832000-07-21 Dave Love <fx@gnu.org>
5584
475de6f4
DL
5585 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
5586 now passed to the function. It now works properly.
5587
43e764c9
DL
5588 * smerge-mode.el (smerge-mode-menu): Fill it out.
5589
e8bea4c0
GM
55902000-07-20 Gerd Moellmann <gerd@gnu.org>
5591
5592 * info-look.el (info-lookup): If *info* is shown in another frame
5593 on the same display, select that frame, instead of switching to
5594 the Info buffer in another window of the selected frame.
5595
5596 * simple.el (universal-argument-map): Bind numeric keypad keys
5597 kp-0 to kp-9 and kp-subtract.
5598 (digit-argument): Handle these keys.
5599
bc75b4fd
DL
56002000-07-20 Dave Love <fx@gnu.org>
5601
5602 * net/goto-addr.el (goto-address-fontify): Don't bother with
5603 buffer-modified and read-only stuff -- irrelevant with overlays.
5604 Put an extra property on the overlays and use it to clean up in
5605 case goto-address is re-run.
5606
8b7bc628
RS
56072000-07-19 Richard M. Stallman <rms@gnu.org>
5608
18e21ce8
RS
5609 * timer.el (run-with-idle-timer): Doc fix.
5610
db3ca487 5611 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
5612 Handle case where <...> appears inside "...".
5613 Use replace-match to edit the string more simply.
5614 (rmail-dont-reply-to): Cope with an unmatched ".
5615
50575ec2
DL
56162000-07-19 Dave Love <fx@gnu.org>
5617
5618 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
5619 implementation.
5620
5621 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
5622 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
5623 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
5624
4279296d
GM
56252000-07-19 Gerd Moellmann <gerd@gnu.org>
5626
47db06aa
GM
5627 * textmodes/refer.el: Correct maintainer's email address.
5628
5629 * progmodes/hideif.el: Correct author's email address.
5630 Fix typo in comment.
5631
5632 * xml.el: New file.
5633
4279296d
GM
5634 * mail/mailheader.el: Correct author's mail address.
5635
5636 * gnus/parse-time.el: Correct author's mail address.
5637
47db06aa 56382000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
5639
5640 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
5641 New user options.
5642 (comint-input-ring-file-name): Change custom type.
5643 (comint-mode-map): Bind mouse-2.
5644 (comint-insert-clicked-input): New function.
5645 (comint-send-input): Handle input highlighting.
5646
21ad0f7b
SM
56472000-07-18 Stefan Monnier <monnier@cs.yale.edu>
5648
5649 * mouse.el (popup-menu): New function.
5650 (mouse-major-mode-menu): Use it.
5651
3b33a005
DL
56522000-07-18 Dave Love <fx@gnu.org>
5653
5654 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
5655 improvements.
5656
dc1cac59
GM
56572000-07-18 Gerd Moellmann <gerd@gnu.org>
5658
21ad0f7b 5659 * faces.el (face-font-selection-order)
dc1cac59 5660 (face-font-family-alternatives): Add custom type.
db3ca487 5661
f8276b77
DL
56622000-07-18 Dave Love <fx@gnu.org>
5663
5664 * cus-edit.el (custom-variable-reset-saved)
5665 (custom-variable-reset-standard): Remove unused bindings.
5666
5667 * rect.el (open-rectangle-line): Remove unused let.
5668
5669 * hl-line.el (hl-line-highlight): Check hl-line-mode.
5670
3d6cd763
GM
56712000-07-18 Gerd Moellmann <gerd@gnu.org>
5672
5673 * cdl.el: Fix `Maintainer' keyword.
5674
5675 * play/pong.el: Add author's email address.
5676
34342a07
SS
56772000-07-17 Sam Steingold <sds@gnu.org>
5678
5679 * files.el (insert-directory): Call `split-string' instead of
5680 re-implementing it.
5681
088831a6
GM
56822000-07-18 Gerd Moellmann <gerd@gnu.org>
5683
5684 * mail/vms-pmail.el: Change maintainer to FSF.
5685
5686 * net/goto-addr.el: Change maintainer to FSF.
5687
5688 * recentf.el: Update from author.
5689
5690 * info.el (Info-title-face-alist): Removed.
db3ca487 5691
68be2869
EZ
56922000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
5693
5694 * eshell/eshell.el (eshell): Replace links to eshell.info with
5695 links to eshell, to avoid problems on systems where the manual is
5696 installed as `eshell'.
5697 * eshell/esh-cmd.el (eshell-cmd): Ditto.
5698 * eshell/em-smart.el (eshell-smart): Ditto.
5699 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 5700 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
5701
5702 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
5703 same-file check in the MS-DOS version (it does support inodes).
5704
5705 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
5706
21ad0f7b
SM
5707 * eshell/eshell.el (eshell-directory-name):
5708 Run default directory name through convert-standard-filename.
68be2869 5709
269b4dcb
KH
57102000-07-18 Kenichi Handa <handa@etl.go.jp>
5711
21ad0f7b
SM
5712 * international/mule-cmds.el (select-safe-coding-system):
5713 Fix typo in the comment.
240a16cf 5714
21ad0f7b
SM
5715 * language/european.el (compound-text):
5716 Force katakana-jisx0201 to be designated to G1.
aa96c820 5717
21ad0f7b
SM
5718 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
5719 Don't translate some national variant characters of latin-jisx0201.
aa96c820 5720 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 5721
269b4dcb
KH
5722 * international/kkc.el (kkc-after-update-conversion-functions):
5723 New variable.
5724 (kkc-update-conversion): Run functions in it at the tail.
5725
68be2869 57262000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 5727
21ad0f7b
SM
5728 * lisp/align.el (align-newline-and-indent):
5729 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
5730 (align-region): Fixed badly formatted minibuffer message.
5731
7a3fd467
KH
57322000-07-17 Kenichi Handa <handa@etl.go.jp>
5733
21ad0f7b 5734 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
5735 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
5736 the conversion list at first if appropriate.
5737 (kkc-next): Don't update kkc-next-count here.
5738 (kkc-prev): Don't update kkc-prev-count here.
5739 (kkc-show-conversion-list-update): Fix setting up of conversion
5740 list message.
5741
a45423d8
SM
57422000-07-16 Stefan Monnier <monnier@cs.yale.edu>
5743
088831a6 5744 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 5745
91a38db1
DL
57462000-07-16 Dave Love <fx@gnu.org>
5747
5748 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
5749 function to be more specific.
5750
5751 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
5752 non-string help-echo.
5753 (widget-types-convert-widget): Defsubst it.
5754 (widget-echo-help): Try to cope with a help-echo function of two
5755 possible sorts.
5756
3fddcdc3
JR
57572000-07-15 Jason Rumney <jasonr@gnu.org>
5758
5759 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
5760 Declare as obsolete.
5761
5762 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
5763
bd23a692
GM
57642000-07-14 Gerd Moellmann <gerd@gnu.org>
5765
5766 * hilit-chg.el: Fix typo.
5767
d4af987a
DL
57682000-07-14 Dave Love <fx@gnu.org>
5769
5770 * info.el (Info-mode-menu): Fix use of :help, :enable.
5771
3a4f3f86
SM
57722000-07-14 Stefan Monnier <monnier@cs.yale.edu>
5773
5774 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
5775
cf6936a4
DL
57762000-07-13 Dave Love <fx@gnu.org>
5777
4d6d04b5
DL
5778 * emacs-lisp/easymenu.el: Doc fixes.
5779 (easy-menu-remove): Defalias to ignore.
5780
cf6936a4
DL
5781 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
5782 Call throw correctly.
5783
56437999
GM
57842000-07-13 Gerd Moellmann <gerd@gnu.org>
5785
5786 * faces.el (frame-background-mode): Doc fix.
5787
5788 * simple.el (eval-expression-print-length): Change custom type to
5789 allow entering nil as value.
5790
d04a3972
DL
57912000-07-13 Dave Love <fx@gnu.org>
5792
3a4f3f86
SM
5793 * progmodes/fortran.el (fortran-imenu-generic-expression):
5794 Change definition layout.
a8189dfe
DL
5795 (fortran-mode-menu): Reinstate customize entries.
5796
d04a3972
DL
5797 * cus-edit.el (custom-group-menu-create, customize-menu-create):
5798 Use :filter, per old XEmacs code.
5799
4bf4fb05
GM
58002000-07-12 Gerd Moellmann <gerd@gnu.org>
5801
5802 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
5803 event when deciding what to send to the terminal.
5804
37328bcd
DL
58052000-07-12 Dave Love <fx@gnu.org>
5806
5807 * cus-start.el: Add optional version as 4th element of specs and
5808 use it for several things new in v21. Remove load-path. Fix type
5809 of line-number-display-limit.
5810
89492072
DL
58112000-07-11 Dave Love <fx@gnu.org>
5812
3a4f3f86
SM
5813 * progmodes/fortran.el: Don't require easymenu.
5814 Use repeat counts in various regexps.
315aa1de
DL
5815 (fortran-mode-syntax-table): Defvar directly.
5816 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
5817 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
5818 Use defvar, not defconst.
5819 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
5820 (fortran-mode): Set fortran-comment-line-start-skip,
5821 fortran-comment-line-start-skip, dabbrev-case-fold-search.
5822 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
5823 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
5824 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
5825 (fortran-comment-region, fortran-electric-line-number): Simplify.
5826 (fortran-auto-fill): New function.
5827 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
5828 (fortran-find-comment-start-skip):
5829 Check for non-null comment-start-skip.
5830 (fortran-auto-fill-mode, fortran-fill-statement):
5831 Use fortran-auto-fill.
315aa1de 5832 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 5833 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 5834
89492072
DL
5835 * widget.el (widget-plist-member): New alias.
5836
d55ead18
EZ
58372000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
5838
5839 * eshell/esh-module.el (toplevel): Reference
5840 byte-compile-current-file only if it is bound.
5841
e82a2a05
GM
58422000-07-10 Gerd Moellmann <gerd@gnu.org>
5843
5844 * dired.el: Don't require `dired-aux'.
5845
1fc7fb2b
MB
58462000-07-10 Miles Bader <miles@lsi.nec.co.jp>
5847
5848 * dired-aux.el (dired-show-file-type): New function.
5849 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
5850 (dired-show-file-type): Add autoload.
5851
ab49ce15
KH
58522000-07-10 Kenichi Handa <handa@etl.go.jp>
5853
5854 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 5855 change of fontset-info.
ab49ce15
KH
5856 (print-fontset): Likewise.
5857
f45aab65
SM
58582000-07-09 Stefan Monnier <monnier@cs.yale.edu>
5859
5860 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
5861
2f72fd2f
GM
58622000-07-07 Gerd Moellmann <gerd@gnu.org>
5863
e82a2a05 5864 * bindings.el: Bind `[delete]' to delete-char.
965522f5 5865
2f72fd2f
GM
5866 * dired.el (dired-find-alternate-file): New function.
5867 (dired-mode-map): Bind `a' to dired-find-alternate-file.
5868 (toplevel): Require dired-aux when compiling.
5869 (dired-buffers): Move defvar within file to avoid compiler warning.
5870
5871 * info.el (Info-last-search): Variable removed.
5872 (Info-search-history): New variable.
5873 (Info-search): New Info-search-history.
5874
5875 * battery.el, info-look.el: Change author's mail address.
5876
965522f5 58772000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 5878
965522f5
GM
5879 * mail/rmail.el (rmail-clear-headers): Don't throw an error
5880 if rmail-ignored-headers is nil.
5881 (rmail-retry-failure): Bind rmail-ignored-headers and
5882 rmail-displayed-headers to nil.
5883
dd8888a1
GM
58842000-07-06 Gerd Moellmann <gerd@gnu.org>
5885
e5c81191
GM
5886 * lpr.el (lpr-page-header-switches): Add `-h' switch.
5887 (print-region-1): Don't hard code `-h' here.
5888
dd8888a1
GM
5889 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
5890
e5c81191
GM
58912000-07-01 Francesco Potorti` <pot@gnu.org>
5892
5893 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
5894 exim can use "your message" instead of "the message".
34342a07 5895
f45aab65
SM
58962000-07-06 Stefan Monnier <monnier@cs.yale.edu>
5897
5898 * facemenu.el: Docstrings fixes.
5899 (facemenu-get-face): Don't use internal-find-face.
5900 (facemenu-iterate): Rename arg to match the docstring.
5901
5902 * newcomment.el (uncomment-region): Be more careful when skipping
5903 backwards over `=' not to bump into BOBP.
5904
d396e521 59052000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 5906
dd8888a1
GM
5907 * ediff-diff.el (ediff-wordify): Use syntax table.
5908 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 5909 ediff-color-display-p.
dd8888a1 5910 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
5911 from defsubst.
5912 Got rid of special cases for NeXT and OS/2.
dd8888a1 5913 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 5914 face.
34342a07 5915
5e2dfaa4
SM
59162000-07-05 Stefan Monnier <monnier@cs.yale.edu>
5917
5918 * emacs-lisp/lucid.el: Require CL.
5919 (copy-tree, remprop): Remove, it's provided by CL.
5920 (map-keymap): Define in terms of cl-map-keymap.
5921 (extent-property, set-extent-end-glyph): New functions.
5922
5923 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
5924
d5c5cddd
GM
59252000-07-05 Gerd Moellmann <gerd@gnu.org>
5926
485266d0
GM
5927 * Makefile.in (DONTCOMPILE): Add comment that the name may
5928 not be changed without changing the make-dist script.
5929
5e2dfaa4 5930 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 5931 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 5932
e2c46326
AI
59332000-07-05 Andrew Innes <andrewi@gnu.org>
5934
5935 * makefile.nt: Add support for `bootstrap' and related targets.
5936
a027a91b
SM
59372000-07-05 Stefan Monnier <monnier@cs.yale.edu>
5938
5939 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
5940 (easy-menu-do-define): Use `menu-item' format.
5941 Handle case where easy-menu-create-menu returns a symbol.
5942 Manually call the potential top-level filter in the function binding.
5943 (easy-menu-filter-return): New arg NAME.
5944 Convert to a keymap if MENU is an XEmacs menu.
5945 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
5946 (easy-menu-converted-items-table, easy-menu-convert-item):
5947 New var and fun to memoize easy-menu-convert-item-1.
5948 (easy-menu-do-add-item): Use it.
5949 (easy-menu-create-menu): Use easy-menu-convert-item.
5950 Wrap easy-menu-filter-return around any :filter specification.
5951 Don't convert the menu if a filter was specified.
5952 Tell easy-menu-make-symbol not to check for MENU being an expression.
5953 (easy-menu-make-symbol): New arg NOEXP.
5954
5e03eb84
GM
59552000-07-05 Gerd Moellmann <gerd@gnu.org>
5956
5957 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
5958 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
5959 (eval-defun): If called with prefix arg, instrument code for
5960 Edebug.
5961
5962 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
5963 similar to that of eval-defun.
5964
fca68a95
DL
59652000-07-04 Dave Love <fx@gnu.org>
5966
7ccbba4c
DL
5967 * hl-line.el (hl-line-overlay): Make it permanent-local.
5968
fca68a95
DL
5969 * calendar/todo-mode.el: Replaced with a working version, based on
5970 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
5971
59722000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
5973
5974 * paths.el (prune-directory-list): New function.
5975 (Info-default-directory-list): Rewritten to more methodically
5976 enumerate a big list of possible info directories (based on the
5977 list used by the standalone info reader).
fca68a95 5978
78e7e8a0 5979 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 5980 non-existent directories from Info-directory-list.
78e7e8a0 5981
78e7e8a0
MB
5982 * paths.el (Info-default-directory-list): Try a list of possible
5983 info-directories instead of a single one. Add the possible
5984 info directory "/usr/share/info".
5985
5986 * woman.el (woman-man.conf-path): Explicitly include the debian
5987 man-db config file "/etc/manpath.config".
5988 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
5989 are present in `manpath.config'.
5990 (woman-manpath): Include "/usr/share/man".
5991
67c9a1d2
GM
59922000-07-03 Gerd Moellmann <gerd@gnu.org>
5993
6753393b
GM
5994 * frame.el (blink-cursor-mode): Don't hide cursor initially.
5995
5996 * startup.el (command-line): Initialize blink-cursor based
5997 on window-system.
5998
e4f98ad3
GM
5999 * frame.el (blink-cursor): Default to nil if not running under
6000 a window-system.
6001
2f516940
GM
6002 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
6003 (face-x-resources): Remove duplicate entry for :font.
6004
67c9a1d2
GM
6005 * textmodes/refer.el (refer-find-entry-internal): Use some-window
6006 instead of cycling through windows with next-window.
6007
6008 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
6009 of cycling through windows with next-window.
6010
6011 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
6012 of cycling through windows with next-window.
6013
6014 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
6015 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
6016 instead of cycling through windows with next-window.
6017
6018 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
6019 instead of cycling through windows with next-window.
6020
6021 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
6022 of cycling through windows with next-window.
6023
6024 * terminal.el (te-process-output): Use walk-windows instead of
6025 cycling through windows with next-window.
6026
6027 * server.el (server-switch-buffer): Use some-window instead of
6028 cycling through windows with next-window.
6029
6030 * window.el (some-window): New function.
6031 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 6032
3a4f3f86 6033 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 6034
8b7bc628 60352000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
6036
6037 * window.el (walk-windows): Guarantee termination by keeping a list
6038 of all the windows already handled.
6039
d0d57043
EZ
60402000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
6041
6042 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
6043 window-system.
6044
6045 * man.el (Man-notify-when-ready): Don't use window-system. If
6046 Man-notify-method is newframe, and the display is not
6047 multi-frame, select the frame created for the man page.
6048 (Man-init-defvars): Doc fix.
6049
d5483ab1
GM
60502000-06-28 Gerd Moellmann <gerd@gnu.org>
6051
af5c25e1
GM
6052 * faces.el (region): Change background color for light background.
6053
6054 * ediff-wind.el (ediff-setup-control-frame): Remove :box
6055 attribute from mode-line face of Ediff control frame.
6056
d5483ab1
GM
6057 * replace.el (query-replace-map): Bind `e' like `E'.
6058
9d47450f
EZ
60592000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
6060
3a4f3f86
SM
6061 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
6062 Change name to "Select All".
496b7491 6063
9d47450f
EZ
6064 * dos-fns.el (convert-standard-filename): Fix last change.
6065
0b431deb
GM
60662000-06-27 Gerd Moellmann <gerd@gnu.org>
6067
4fa9f636
GM
6068 * help.el (describe-variable): Don't insert a second `'s' in front
6069 of the string `value is shown below'. Since the syntax-table is
6070 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
6071 an existing `'s', so that this won't be deleted.
6072
0b431deb
GM
6073 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
6074 * pcmpl-unix.el: New files.
6075
32cad0aa
SM
60762000-06-26 Stefan Monnier <monnier@cs.yale.edu>
6077
6078 * wid-edit.el (widget-member): Use the new plist-member.
6079
2c69ced2
GM
60802000-06-26 Gerd Moellmann <gerd@gnu.org>
6081
44c0f771
GM
6082 * replace.el (perform-replace): Undo change of 2000-04-04.
6083 Instead, move backward 1 character at the end of the loop when
6084 necessary.
34342a07 6085
1d36487c
GM
6086 * faces.el (fringe): Change face for different backgrounds.
6087
6088 * eshell/esh-module.el (toplevel): Load defgroup's differently;
6089 patch from John.
6090
2c69ced2
GM
6091 * eshell/*.el: Change spelling of the Free Software Foundation.
6092
6093 * eshell/esh-toggle.el: Removed.
6094
6095 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
6096
6097 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
6098 interactively.
6099
61002000-06-26 Alex Schroeder <alex@gnu.org>
6101
6102 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
6103 `define-key'; instead of checking `(emacs-version)' check for
6104 `set-keymap-parent' and `set-keymap-name' directly. Add entries
6105 for `;' and `o' which might be electric.
6106
6107 (sql-electric-stuff): New user option.
6108 (sql-magic-go): New function which uses `sql-electric-stuff'.
6109 (sql-magic-semicolon): New function which uses
6110 `sql-electric-stuff'.
6111
6112 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
6113 is not fboundp.
6114
6115 (sql-oracle-options): New variable.
6116 (sql-oracle): Use it.
6117
6118 (sql-imenu-generic-expression): Doc change.
6119 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
6120 is used.
6121
6122 (sql-informix): Added command line parameter "-" to force
6123 sql-informix-program to use stdout.
6124
db1306d8
EZ
61252000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
6126
3a4f3f86 6127 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
6128 (cp864-decode-table): Doc fix.
6129 (cp720-decode-table): New variable, supports the Arabic OEM
6130 codepage used by Windows.
6131 (cp737-decode-table): New, Greek OEM codepage used by Windows.
6132
c69e5fcd
DL
61332000-06-23 Dave Love <fx@gnu.org>
6134
6135 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
6136 (font-lock-fontify-anchored-keywords): Use
6137 line-beginning-position.
6138 (global-font-lock-mode): Use mapc.
6139
30ad8f23
SM
61402000-06-23 Stefan Monnier <monnier@cs.yale.edu>
6141
6142 * eshell/esh-module.el: Require CL when compiling.
6143
26b4dc84
GM
61442000-06-23 Gerd Moellmann <gerd@gnu.org>
6145
78c56e70
GM
6146 * comint.el (comint-substitute-in-file-name): Call replace-match
6147 with second and third arg t.
6148
34342a07 6149 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
6150 Specify foreground color.
6151
6152 * faces.el (tool-bar, mode-line, header-line): Specify foreground
6153 color.
6154
affbf647
GM
6155 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
6156
6157 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
6158 cddr instead of cdddr.
6159
25fffb31
GM
6160 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
6161 instead of copy-list.
6162
6163 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
6164 of copy-list.
6165
26b4dc84
GM
6166 * subdirs.el: Add eshell subdirectory.
6167
6168 * eshell: New subdirectory containing the Eshell package.
6169
6170 * pcomplete.el: New file.
6171
78c56e70
GM
61722000-06-23 Paul Eggert <eggert@twinsun.com>
6173
ea055732
GM
6174 * mail/mailpost.el (post-mail-send-it): Make sure file has
6175 proper permissions from birth.
6176
6177 * files.el (basic-save-buffer-2): When temporarily setting
6178 file modes, set them to current modes plus 0200, not to 0777.
6179
78c56e70
GM
6180 * emerge.el (emerge-make-temp-file): Make sure file has proper
6181 permissions from birth.
6182
a3a7ff33
EZ
61832000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
6184
6185 * files.el (make-backup-file-name-1): On DOS/Windows, run the
6186 backup file name through convert-standard-filename.
6187
6188 * dos-fns.el (convert-standard-filename): Convert leading
6189 directories as well. When long file names are supported, convert
6190 characters that are invalid in Windows file names.
6191
1fd9b7fe
GM
61922000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6193
6194 * ps-print.el: Fix bug: if ^L is the very first buffer character,
6195 ps-print crashes. New feature: page selection for printing. Create
6196 raw-text-unix coding system for XEmacs. Doc fix.
6197 (ps-print-version): New version number (5.2.3).
6198 (ps-plot-region): Bug fix.
6199 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
6200 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
6201 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
6202 funs.
6203 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
6204 (ps-last-page): New vars.
6205
16ed8416
GM
62062000-06-21 Gerd Moellmann <gerd@gnu.org>
6207
6208 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
6209 empty option string.
6210
4fbee715
EZ
62112000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
6212
6213 * man.el (man): Doc fix.
6214
eaecfc94
KH
62152000-06-21 Kenichi Handa <handa@etl.go.jp>
6216
6217 * international/mule-cmds.el (set-language-info-alist): Docstring
6218 fixed.
6219
4a27bdfb
GM
62202000-06-20 Gerd Moellmann <gerd@gnu.org>
6221
6222 * version.el (emacs-version): Use ISO date format.
6223
6224 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
6225 instead of `M-backspace'.
6226
6227 * simple.el (turn-off-auto-fill): New function.
6228
8972fe79
SM
62292000-06-20 Stefan Monnier <monnier@cs.yale.edu>
6230
6231 * jit-lock.el (with-buffer-prepared-for-jit-lock):
6232 Renamed from with-buffer-prepared-for-font-lock and use
6233 inhibit-modification-hooks rather than setting *-change-functions.
6234 Update all functions to use the new name.
6235 (jit-lock-first-unfontify-pos): New semantics (and doc).
6236 (jit-lock-mode): Make non-interactive.
6237 Don't automatically turn on font-lock.
6238 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
6239 Always use jit-lock-after-change.
6240 Remove and restore font-lock-after-change-function.
6241 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
6242 (jit-lock-after-unfontify-buffer): Remove.
6243 (jit-lock-stealth-fontify):
6244 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
6245 (jit-lock-after-change): Set the `fontified' text-prop to nil.
6246
5d80cc9c
SS
62472000-06-20 Sam Steingold <sds@gnu.org>
6248
6249 * emacs-lisp/cl-indent.el (toplevel): Indent
6250 `print-unreadable-object' properly. Untabify.
6251
f54e4d13
CD
62522000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
6253
6254 * textmodes/reftex.el (reftex-find-citation-regexp-format):
6255 Support for bibentry.
6256 (reftex-compile-variables): Fixed problem with end of section-re.
6257
6258 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
6259 reftex-view-crossref-from-bibtex):
6260 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
6261 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
6262 Replaced `remprop' with `put'.
8972fe79
SM
6263 (reftex-view-crossref, reftex-view-crossref-when-idle):
6264 Support for bibentry.
f54e4d13 6265
8972fe79
SM
6266 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6267 New entry for bibentry package.
f54e4d13 6268
8972fe79
SM
6269 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
6270 Regexp also matches "\nobibliography".
f54e4d13 6271
8972fe79
SM
6272 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
6273 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
6274 (reftex-ensure-write-access): New function.
6275
f54e4d13
CD
62762000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
6277
6278 * progmodes/idlwave.el: File re-installed (update to version 4.2)
6279
6280 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
6281
6282 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
6283
6284 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
6285
6286
560c43f4
DL
62872000-06-20 Dave Love <fx@gnu.org>
6288
6289 * faces.el (frame-background-mode): Use set-default, not set, in
6290 setter.
6291 (frame-update-faces, frame-update-face-colors): Define with
6292 defalias.
6293
6294 * enriched.el (enriched-decode-foreground)
6295 (enriched-decode-background): Don't use internal-find-face.
6296
6297 * apropos.el: Doc fixes.
6298
6299 * cus-edit.el (customize-changed-options): Check arg.
6300 (customize-version-lessp): Don't require decimal point.
6301
6302 * custom.el (defcustom, defgroup): Doc fix.
6303
6304 * newcomment.el (comment) <defgroup>: Add :version.
6305 (comment-multi-line): Doc fix.
6306
6307 * emulation/mlsupport.el (define-hooked-local-abbrev,
6308 define-hooked-global-abbrev): Fix, using define-abbrev.
6309
cdf0357b
GM
63102000-06-19 Gerd Moellmann <gerd@gnu.org>
6311
6312 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
6313 the whole buffer.
6314
10013d74
DL
63152000-06-19 Dave Love <fx@gnu.org>
6316
6317 * menu-bar.el (menu-bar-options-save): New function.
6318 (menu-bar-options-menu): Use it.
6319 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
6320 Simplify.
6321
6922f208
AS
63222000-06-19 Andreas Schwab <schwab@suse.de>
6323
6324 * progmodes/etags.el (tags-query-replace): Put new parameters
6325 START and END at the end, for backward compatibility.
6326
10d7bf84
KH
63272000-06-19 Kenichi Handa <handa@etl.go.jp>
6328
6329 * international/codepage.el:
6330 (cp-coding-system-for-codepage-1): Delete special codes for
6331 generating xxx-dos coding system because now a CCL based coding
6332 system can handle EOL conversion by default.
6333
6334 * international/mule.el (make-coding-system): Generate subsidiary
6335 coding systems for EOL handling variants even for a CCL based
6336 coding system.
6337
8f3c9a3d
KH
63382000-06-19 Kenichi Handa <handa@etl.go.jp>
6339
6340 * international/isearch-x.el (isearch-minibuffer-input-method)
6341 (isearch-minibuffer-input-method-function): These variables
6342 deleted.
6343 (isearch-with-input-method): Don't use the above variables.
6344 (isearch-process-search-multibyte-characters): Likewise. Call
6345 read-string with the arg INHERIT-INPUT-METHOD t.
6346
c2acf685
SM
63472000-06-17 Stefan Monnier <monnier@cs.yale.edu>
6348
13f0d185
SM
6349 * font-lock.el (font-lock-after-fontify-buffer)
6350 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
6351
6352 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
6353 Use consistent make-local-variable style for font-lock-fontified.
6354 (jit-lock-fontify-buffer):
6355 Don't bother checking for font-lock-mode and jit-lock-mode.
6356
c2acf685
SM
6357 * time.el: Remove trailing ^M that prevent CVS-merging.
6358
a9021acd
GM
63592000-06-16 Gerd Moellmann <gerd@gnu.org>
6360
6361 * Makefile.in (distclean): New target.
5d80cc9c 6362
0df68e9f
SM
63632000-06-16 Stefan Monnier <monnier@cs.yale.edu>
6364
6365 * Makefile.in (srcdir): Define for update-subdirs.
6366
6344985d
GM
63672000-06-16 Gerd Moellmann <gerd@gnu.org>
6368
6369 * find-lisp.el: New file.
6370
63239267
AI
63712000-06-16 Andrew Innes <andrewi@gnu.org>
6372
6373 * time.el (display-time-mail-function): New variable, to allow
6374 external packages to indicate when new mail is available.
6375 (display-time-update): Use it.
6376
1699f991
KH
63772000-06-16 Kenichi Handa <handa@etl.go.jp>
6378
a3b37893
KH
6379 * international/mule.el (mule-version): Change version name to
6380 SAKAKI. AOI has already been used by Meadow.
6381
1699f991
KH
6382 * international/quail.el (quail-show-guidance-buf): To find the
6383 bottom window (but minibuffer), pay attention to the height of
6384 minibuffer.
6385
228b083e
EZ
63862000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
6387
7d5c8691
EZ
6388 * arc-mode.el (archive-mode-map): Use the new menu-item format for
6389 menu-bar menus. Add help strings. Don't remove the Edit menu
6390 from the menu bar, as the menu bar has enough space now.
6391
261f3289
EZ
6392 * Makefile.in (SHELL): Make sure /bin/sh is used.
6393
228b083e
EZ
6394 * woman.el (woman-man-buffer): Fix bold and underlined CJK
6395 characters, which use series of two ^H characters instead of one.
6396
e27e8d71
GM
63972000-06-15 Gerd Moellmann <gerd@gnu.org>
6398
5d80cc9c 6399 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 6400 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 6401 functions.
451ec4e3
GM
6402 (Info-find-node-2): Try a case-sensitive search first, then
6403 do a case-insensitive search.
6404
6405 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
6406 tutorials.
6407
b675095c
GM
6408 * complete.el (PC-env-vars-alist): New variable.
6409 (PC-complete-as-file-name): New function.
6410 (partial-completion-mode): Initialize PC-env-vars-alist from
6411 process-environment.
6412 (PC-do-completion): Handle completion of env vars.
6413
6414 * info.el (Info-set-mode-line): Show file name in mode line,
6415 use `*Info*' instead of `Info:'.
6416
e27e8d71
GM
6417 * startup.el (command-line-1): Change copyright messages to year
6418 2000.
6419
28223a7e
DL
64202000-06-15 Dave Love <fx@gnu.org>
6421
6422 * net/goto-addr.el (goto-address-fontify): Use keymap property,
6423 not local-map.
6424
32684631
KH
64252000-06-15 Kenichi Handa <handa@etl.go.jp>
6426
6427 * international/mule.el (set-buffer-file-coding-system): Almost
6428 rewritten to handle `undecided' as no-op.
6429
9f817ea4
GM
64302000-06-14 Gerd Moellmann <gerd@gnu.org>
6431
e27e8d71 6432 * Makefile.in: New file.
dce6b995
GM
6433
6434 * Makefile: Removed.
6435
9f817ea4
GM
6436 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
6437 (goto-address-highlight-keymap): Bind C-c RET.
6438
2de33f94
KH
64392000-06-14 Kenichi Handa <handa@etl.go.jp>
6440
bbf1e8a5
KH
6441 * mail/sendmail.el (sendmail-send-it): The temporary buffer
6442 inherits buffer-file-coding-system of the current buffer.
725a6897 6443
02891cc3
KH
6444 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
6445 0. Give correct argument to set-auto-coding-function.
6446 (tar-expunge): For goto-char, use (point-min), not 0.
6447 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
6448 (tar-subfile-save-buffer): Likewize.
6449
2de33f94
KH
6450 * international/mule.el
6451 (after-insert-file-set-buffer-file-coding-system): Call
6452 set-buffer-file-coding-system with the arg FORCE t.
6453
1681ead6
GM
64542000-06-13 Gerd Moellmann <gerd@gnu.org>
6455
6456 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
6457 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 6458 the sender is set with `-f'.
1681ead6 6459
fdf4b680
DL
64602000-06-13 Dave Love <fx@gnu.org>
6461
9c50afce
DL
6462 * help.el (describe-function-1): Kluge around cases of functions
6463 fset to subrs whose doc doesn't match their symbol-name.
6464
0ad550ba 6465 * image.el (insert-image): Default STRING to a space.
f290ca08 6466
fdf4b680 6467 * info.el Doc fixes.
5d80cc9c 6468 (Info-build-node-completions): Match Ref tags.
fdf4b680 6469
9b6610db
EZ
64702000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
6471
a704139d
EZ
6472 * frame.el (display-multi-frame-p, display-multi-font-p): New
6473 defaliases for display-graphic-p.
6474
9b6610db
EZ
6475 * hl-line.el: Fixed a typo in commentary.
6476
7a5ea398
KH
64772000-06-13 Kenichi Handa <handa@etl.go.jp>
6478
6479 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
6480 fixed.
6481
0dc91c57
DL
64822000-06-12 Dave Love <fx@gnu.org>
6483
6484 * image.el (insert-image): Save a little consing.
6485
0bd5914b
KH
64862000-06-12 Kenichi Handa <handa@etl.go.jp>
6487
6488 * language/tibet-util.el: Convert all tibetan-1-column characters
6489 to the corresponding tibetan characters.
6490 (tibetan-add-components): Delete code for the special treatment of
6491 'a chung.
6492
6493 * language/tibetan.el (tibetan-composable-pattern): Fix previous
6494 change.
6495 (tibetan-vowel-transcription-alist): More rules added.
6496 (tibetan-composite-vowel-alist): New variable.
6497 (tibetan-precomposition-rule-alist): More rules added.
6498
6dc7d3d5
SM
64992000-06-12 Stefan Monnier <monnier@cs.yale.edu>
6500
9c04c393
SM
6501 * startup.el (command-line): Only call menu-bar-mode if interactive.
6502
6503 * thingatpt.el (toplevel symbol-properties):
6504 * textmodes/makeinfo.el (makeinfo-compile):
6505 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 6506 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 6507 (hide-ifdef-use-define-alist):
5d80cc9c 6508 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
6509 (ange-ftp-vms-add-file-entry):
6510 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
6511 * man.el (Man-build-man-command):
6512 * mail/rnewspost.el (news-reply-header-hook):
6513 * info.el (Info-insert-dir):
6514 * emulation/mlconvert.el (backward-word, forward-word, setq):
6515 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
6516 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
6517 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
6518 (byte-optimize-apply, end of file):
6519 * emacs-lisp/advice.el (ad-advice-class-completion-table)
6520 (ad-make-freeze-definition):
6521 * startup.el (command-line, command-line-1): Don't quote lambdas.
6522
6dc7d3d5
SM
6523 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
6524 (cvs-cleanup-removed): New function.
6525 (cvs-cleanup-functions): New var.
6526 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
6527 some flexibility in specifying additional entries to auto-cleanup.
6528 (cvs-quickdir): New function.
6529 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
6530 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
6531 (cvs-mode-find-file): Check that we are on a filename or dirname
6532 when invoked through a mouse-click.
6533 (cvs-full-path): Remove.
6534 (cvs-dired-action): Re-introduced.
6535 (cvs-dired-noselect): Use it.
6536 (vc-post-command-functions): use this new hook if available.
6537
6538 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
6539 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
6540 (cvs-filename-map, cvs-dirname-map): Remove.
6541 (cvs-default-action): Remove.
6542 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
6543 if the arg is really a keymap.
6544 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
6545 Don't hardcode the mapping from state (aka type) to face, but check
6546 the var cvs-fi-<type>-face instead.
6547 (cvs-fileinfo-from-entries): New function.
6548
6549 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
6550 Docstring fix.
6551 (cvs-find-file-and-jump): Change default to be safer.
6552 (cvs-mode-diff-map): Define it as a function as well.
6553 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
6554 Bind mouse-2 in this global map rather than with text-properties.
6555
6556 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
6557 file to resolve the ambiguity between C(conflict) and C(need-merge).
6558
5050a2ef
KH
65592000-06-12 Kenichi Handa <handa@etl.go.jp>
6560
6561 * international/mule.el (set-buffer-file-coding-system): If
6562 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
6563 unconditionally.
6564
35a7ac84
DL
65652000-06-12 Dave Love <fx@gnu.org>
6566
6567 * wid-edit.el (widget-specify-button): Really suppress the face if
6568 required.
6569
db8eeecd
GM
65702000-06-11 Gerd Moellmann <gerd@gnu.org>
6571
6572 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
6573
70223ca4
SM
65742000-06-11 Stefan Monnier <monnier@cs.yale.edu>
6575
6576 * imenu.el (imenu-generic-expression): Docstring fix.
6577
6578 * composite.el (composition-function-table): Move the `put'
6579 below the autoload cookie so we can load the file before loaddefs.
6580
6581 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
6582
6583 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
6584 Handle easy-mmode-define-global-mode.
6585 For complex macros like define-minor-mode that can generate
6586 several autoload entries, try to autoload entries in the
6587 macroexpanded code.
6588
6589 * emacs-lisp/easy-mmode.el (define-minor-mode):
6590 If KEYMAP is a symbol, just use it.
6591 Use byte-compile-current-file and load-file-name to infer the
6592 proper :require to pass to defcustom.
6593 Wrap the hook var into `progn' so as not to autoload it.
6594 Add a :autoload-end cookie.
6595 Be more careful about the evaluation of KEYMAP.
6596 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
6597 (define-derived-mode): Move define-abbrev-table outside of defvar.
6598
65992000-06-10 Stefan Monnier <monnier@cs.yale.edu>
6600
6601 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
6602 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
6603 (backup-compiled-files): Ignore errors during `tar'.
6604 (bootstrap): Make autoloads before elc files.
6605
9c53b34e
KH
66062000-06-10 Kenichi Handa <handa@etl.go.jp>
6607
6608 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 6609 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
6610
6611 * international/mule-conf.el (unix): New alias for the coding
6612 system undecided-unix.
6613
22ddd299
DL
66142000-06-09 Dave Love <fx@gnu.org>
6615
5ee42746
DL
6616 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
6617
70223ca4 6618 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
6619 (executable-insert): Change custom type.
6620 (executable-find): Add autoload cookie.
cc7e1d18
DL
6621 (executable-make-buffer-file-executable-if-script-p): New
6622 function. After Noah Friedman.
22ddd299
DL
6623
6624 * files.el (after-save-hook): Customize, with
cc7e1d18 6625 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 6626
41ea3794
KH
66272000-06-09 Kenichi Handa <handa@etl.go.jp>
6628
f89437e3
KH
6629 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
6630 "tib24p-mule.bdf" for Tibetan.
6631
7a4ee259
KH
6632 * composite.el (decompose-composite-char): Declare it as obsolete.
6633
ff6a65c2
KH
6634 * man.el (Man-fontify-manpage): Pay attention to underline and
6635 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 6636
f83fe4b4
GM
66372000-06-08 Gerd Moellmann <gerd@gnu.org>
6638
6639 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
6640 Set maintainer to FSF since author isn't reachable.
6641
e56d7900
DL
66422000-06-08 Dave Love <fx@gnu.org>
6643
6644 * international/mule-cmds.el (select-safe-coding-system): If
6645 DEFAULT-CODING-SYSTEM is not specified, also check the most
6646 preferred coding-system if buffer-file-coding-system is
6647 `undecided'. From Handa.
6648
d3981b49
KH
66492000-06-08 Kenichi Handa <handa@etl.go.jp>
6650
6651 * international/mule.el
6652 (after-insert-file-set-buffer-file-coding-system): If the buffer
6653 size is greater than INSERTED, judget that we are not visiting.
6654
bff71087
RV
66552000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
6656
6657 * whitespace.el (defgroup whitespace): Comment out `:version'.
6658 XEmacs 20.4 has problems defining the group with this present.
6659 We'll have this commented out till get resolve the problem.
6660
45f485a6
GM
66612000-06-07 Gerd Moellmann <gerd@gnu.org>
6662
6663 * align.el: Update from author.
6664
66652000-06-07 Jari Aalto <jari.aalto@poboxes.com>
6666
6667 * apropos.el (apropos-mode-hook): New user variable.
6668 (apropos-mode): Run apropos-mode-hook.
bff71087 6669
45f485a6
GM
66702000-06-07 David Ponce <david@dponce.com>
6671
6672 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
6673 commands. Require `wid-edit' at run-time.
6674
66752000-06-07 David Ponce <david@dponce.com>
6676
6677 * recentf.el: Added some "Commentary".
6678 (recentf-open-more-files, recentf-edit-list): Minor changes to
6679 move the point at the top of the file list. This behaviour is
6680 consistent with the menu one when the list contains a lot of
6681 files.
6682 (recentf-cleanup): Now displays the number of items removed from
6683 the list.
6684 (recentf-relative-filter) New menu filter to show filenames
6685 relative to `default-directory'.
bff71087 6686
45f485a6
GM
66872000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6688
6689 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
6690 with/without giving an error if PostScript printer doesn't have this
6691 kind of page size. Zebra Stripe continues or restarts on next page.
6692 Manual/automatic paper feeding. Switch or not the header.
6693 (ps-print-version): New version number (5.2.2).
6694 (ps-windows-system): Include emx as a Windows system.
6695 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
6696 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
6697 (ps-background-text): Code fix.
6698 (ps-error-handler-message, ps-user-defined-prologue)
6699 (ps-print-prologue-header, ps-printer-name)
6700 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
6701 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
6702 (ps-use-face-background): Customization fix.
6703 (ps-n-up-database): Data fix.
6704 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
6705 (ps-switch-header): New vars.
6706 (ps-xemacs-color-name, ps-face-foreground-name)
6707 (ps-face-background-name, ps-boolean-constant): New funs.
6708
c14dcd22
DL
67092000-06-07 Dave Love <fx@gnu.org>
6710
6711 * allout.el: New version from Manheimer.
6712
e4044bb0
KH
67132000-06-07 Kenichi Handa <handa@etl.go.jp>
6714
6715 * textmodes/fill.el (fill-find-break-point): Check the validity of
6716 charset.
6717
59cfe8b9
KF
67182000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
6719
6720 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6721 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6722 Call display-color-p and display-mouse-p instead of looking at
6723 window-system.
6724
bb2337f5
DL
67252000-06-06 Dave Love <fx@gnu.org>
6726
6727 * image.el (find-image): Doc fix. Return nil if image not found.
6728 (put-image, insert-image): Make STRING arg optional.
6729
8e624fa2
KH
67302000-06-06 Kenichi Handa <handa@etl.go.jp>
6731
6732 * language/vietnamese.el: Remove eval-when-compile.
6733 (viet-viscii-nonascii-translation-table): Define it as a
6734 translation table made from viet-viscii-decode-table.
6735 (viet-viscii-encode-table): Define it as a translation table made
6736 from the reverse map of above.
6737 (viet-vscii-nonascii-translation-table): Define it as a
6738 translation table made from viet-vscii-decode-table.
6739 (viet-vscii-encode-table): Define it as a translation table made
6740 from the reverse map of above.
6741 (ccl-decode-viscii): Use translate-character.
6742 (ccl-encode-viscii, ccl-encode-viscii-font)
6743 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
6744 Likewize.
bff71087 6745
8e624fa2
KH
6746 * language/cyrillic.el: Remove eval-when-compile.
6747 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
6748 translation table made from cyrillic-koi8-r-decode-table.
6749 (cyrillic-koi8-r-encode-table): Define it as a translation table
6750 made from the reverse map of above.
6751 (ccl-decode-koi8): Use translate-character.
6752 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
6753 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
6754 a translation table made from cyrillic-alternativnyj-decode-table.
6755 (cyrillic-alternativnyj-encode-table): Define it as a translation
6756 table made from the reverse map of above.
6757 (ccl-decode-alternativnyj): Use translate-character.
6758 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
6759 Likewize
6760
6761 * international/mule-diag.el (non-iso-charset-alist): Specify
6762 translation table symbol instead of translation table itself.
6763 (list-block-of-chars): CHARSET may be a translation table symbol.
6764
6765 * international/mule.el (make-coding-system): If CODING-SYSTEM
6766 already exists, override it.
6767
6768 * international/fontset.el: Use family `proportional' for Tibetan
6769 fonts.
6770
6771 * international/ccl.el (ccl-compile-translate-character): Don't
6772 check if Rrr has property translation-table.
6773 (ccl-compile-map-multiple): Modified to avoid compiler warning.
6774
1969fae2
GM
67752000-06-05 Gerd Moellmann <gerd@gnu.org>
6776
6777 * info.el: Bind case-fold-search to t when searching in case
6778 a user sets it to nil in a hook.
6779
d5b037c5
SM
67802000-06-05 Stefan Monnier <monnier@cs.yale.edu>
6781
d3d02e65
SM
6782 * autoarg.el (autoarg-mode, autoarg-kp-mode):
6783 * hl-line.el (hl-line-mode): Use the new :global key argument.
6784
6785 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
6786 (tar-clip-time-string): Prepend a space.
6787 (tar-grind-file-mode): Construct a string rather than modifying one.
6788 (tar-header-block-summarize): Fix docstring.
6789 Use `format' rather than an error-prone set of copy-loops.
6790
6791 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
6792 (diff-goto-source, diff-unified->context, diff-context->unified)
6793 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
6794 understand the format output by the `-p' argument to diff.
6795
bff71087 6796 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
6797 (sh-re-done): Use defconst.
6798 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
6799 (sh-help-string-for-variable, sh-guess-basic-offset):
6800 Don't quote lambdas.
6801 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
6802 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
6803
f7c4478f
SM
6804 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
6805 (mh-letter-mode): Derive from text-mode.
6806 This implicitly means that it now calls kill-all-local-variables.
6807 Also remove the Emacs-18 compatibility code.
6808
a8add29d
SM
6809 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
6810 Make use of symbol-property doc-string-elt.
6811 Use memq rather than a sequence of eq.
6812 (doc-string-elt): Fix the wrong or missing previously unused values.
6813 (autoload-print-form): New function extracted from
6814 generate-file-autoloads to allow recursion when handling progn
6815 so that defvar's and defun's docstrings are properly printed.
6816 (generate-file-autoloads): Use it.
6817
d5b037c5
SM
6818 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
6819 Use find-file-hooks in the minor-mode function.
6820 Be careful not to loop indefinitely in the post-command-hook function.
6821
560ef11a 68222000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 6823
1969fae2 6824 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 6825 tty's.
1969fae2 6826 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 6827 differences whenever appropriate.
1969fae2
GM
6828 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
6829 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
6830 wildcards.
6831
b5bbbb76
SM
68322000-06-04 Stefan Monnier <monnier@cs.yale.edu>
6833
d5b037c5
SM
6834 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
6835 (jit-lock-fontify-buffer): New function for JIT refontification.
6836 (jit-lock-mode): Fix docstring.
6837 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
6838 Remove jit-lock-after-change from the _local_ hook.
6839 (jit-lock-function-1): Fix docstring.
6840
6841 * info.el (Info-on-current-buffer): Initialize info.
6842
6843 * newcomment.el (comment-indent): Ignore comment-indent-hook.
6844
6845 * progmodes/tcl.el (tcl-indent-for-comment):
6846 Ignore comment-indent-hook.
6847
6848 * emacs-lisp/easy-mmode.el: Require CL during compilation.
6849 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
6850 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
6851 and improve to use the lighter to guess the capitalization.
6852 (define-minor-mode): Inline code from easy-mmode-define-toggle.
6853 Add keyword arguments to specify global-ness or the custom group.
6854 Add local-map and help-echo properties to the lighter.
6855 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 6856 (easy-mmode-define-global-mode): New macro.
b5bbbb76 6857
bfa6c260
DL
68582000-06-02 Dave Love <fx@gnu.org>
6859
6860 * wid-edit.el: byte-compile-dynamic since we typically don't use
6861 all the widgets. Don't require cl or widget. Remove
6862 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
6863 (widget-read-event): Removed. Callers changed to use read-event.
6864 (widget-button-release-event-p): Renamed from
6865 button-release-event-p.
6866 (widget-field-add-space, widget-field-use-before-change):
6867 Uncustomize.
6868 (widget-specify-field): Use keymap property, not local-map.
6869 (widget-specify-button): Obey :suppress-face.
6870 (widget-specify-insert): Use modern backquote syntax.
6871 (widget-image-directory): Renamed from widget-glyph-directory.
6872 (widget-image-enable): Renamed from widget-glyph-enable.
6873 (widget-image-find): Replaces widget-glyph-find.
6874 (widget-button-pressed-face): Move defvar.
6875 (widget-image-insert): Replaces widget-glyph-insert.
6876 (widget-convert): Use keywordp.
6877 (widget-leave-text, widget-children-value-delete): Use mapc.
6878 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 6879 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
6880 (widget-button-click): Don't set point at the click, but re-centre
6881 if we scroll out of window. Rewritten for images v. glyphs &c.
6882 (widget-tabable-at): Use POS arg, not point.
6883 (widget-beginning-of-line, widget-end-of-line)
6884 (widget-item-value-create, widget-sublist, widget-princ-to-string)
6885 (widget-sexp-prompt-value, widget-echo-help): Simplify.
6886 (widget-default-create): Use widget-image-insert; some rewriting.
6887 (widget-visibility-value-create)
6888 (widget-push-button-value-create, widget-toggle-value-create): Use
6889 widget-image-insert.
6890 (checkbox): Create on and off images dynamically.
6891 (documentation-link): Change :help-echo.
6892 (widget-documentation-link-echo-help): Remove.
6893
3837de12
SM
68942000-06-02 Stefan Monnier <monnier@cs.yale.edu>
6895
6896 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
6897
6898 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
6899 (easy-mmode-define-toggle, define-minor-mode): Use it.
6900 (easy-mmode-define-keymap): Docstring fix.
6901 (define-derived-mode): Default PARENT to fundamental-mode.
6902 Add the derived-mode-parent symbol-property.
6903 (easy-mmode-derived-mode-p): New function.
6904
90aa4ea8
DL
69052000-06-02 Dave Love <fx@gnu.org>
6906
37193ee6
DL
6907 * files.el (convert-standard-filename): Doc fix.
6908 (normal-backup-enable-predicate): New function.
6909 (backup-enable-predicate): Use it to replace the lambda form.
6910
6911 * calendar/todo-mode.el: [This needs more work on the outline
6912 stuff.] Doc fixes.
6913 (todo) <defgroup>: Add :version.
6914 (todo-add-category): Don't use pushnew.
6915 (todo-cmd-raise): Fix typo.
6916 (todo-top-priorities): Change temp buffer name.
6917 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
6918 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
6919 Use outline-next-heading.
37193ee6 6920
90aa4ea8
DL
6921 * autoarg.el: Rewritten to use define-minor-mode.
6922 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
6923 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
6924
2e54623a
KH
69252000-06-02 Kenichi Handa <handa@etl.go.jp>
6926
6927 * isearch.el (isearch-other-meta-char): Fix previous change.
6928
c5def0db
SM
69292000-06-01 Stefan Monnier <monnier@cs.yale.edu>
6930
3837de12
SM
6931 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
6932 (log-edit-done): Only add the comment to the ring if it's different
6933 from the last comment entered.
6934
c5def0db
SM
6935 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
6936
2330c9d4
DL
69372000-06-01 Dave Love <fx@gnu.org>
6938
6939 * hl-line.el: Rewritten using define-minor-mode.
6940
6941 * help.el (describe-function-1): Distinguish special form from
6942 builtin function. Sanity-check presence of arglist for builtins.
6943
6e5dfc31
KH
69442000-06-01 Kenichi Handa <handa@etl.go.jp>
6945
4dc1225b
KH
6946 * international/characters.el: Fix syntax/category setting of
6947 Tibetan characters.
6948
6949 * language/tibet-util.el (tibetan-add-components): Fixes for new
6950 encoding of Tibetan characters.
6951 (tibetan-decompose-precomposition-alist): New variable.
6952 (tibetan-decompose-region): Convert precomposed characters to
6953 non-precomposed characters.
6954 (tibetan-decompose-string): Likewise.
6955 (tibetan-composition-function): Fix args to
6956 thibetan-compose-string.
6957
6958 * language/tibetan.el (tibetan-composable-pattern): More
6959 characters included.
6960 (tibetan-consonant-transcription-alist): Rule for "R" added.
6961 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
6962 "+R" added.
6963 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
6964
eadef5e6
KH
6965 * language/lao-util.el (lao-composition-function): Fix args to
6966 compose-string.
6967
6968 * language/thai-util.el (thai-composition-function): Fix args to
6969 compose-string.
6970
6e5dfc31 6971 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
6972 to prevent the point moving to the end of a composition when a
6973 part of a composition is searched.
6e5dfc31
KH
6974 (isearch-other-meta-char): If the key invoking this command can be
6975 mapped by function-key-map to a printing char, call
6976 isearch-process-search-char directly.
6977
2598a293
SM
69782000-06-01 Stefan Monnier <monnier@cs.yale.edu>
6979
6980 * emacs-lisp/bytecomp.el:
6981 * frame.el:
6982 * international/mule-cmds.el:
6983 * international/mule-util.el:
6984 * international/mule.el:
6985 * mouse.el:
6986 * subr.el:
6987 * faces.el: Update calls to make-obsolete with a WHEN argument.
6988
6989 * byte-run.el (make-obsolete, make-obsolete-variable):
6990 Add an optional WHEN argument and change the format of the
bff71087 6991 symbol-property information.
2598a293
SM
6992 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
6993 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
6994 new obsolete-symbol-property format and print WHEN if it is provided.
6995
28d8dff1
DL
69962000-05-31 Dave Love <fx@gnu.org>
6997
6998 * loadhist.el (loadhist-hook-functions): Remove
6999 before-change-function, after-change-function.
7000 (unload-feature): Deal with symbols which are both bound and
7001 fbound.
7002
7003 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
7004 before-change-function, after-change-function.
7005
7006 * simple.el (newline): Don't bind before-change-function,
7007 after-change-function.
7008
7f565d87
RV
70092000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
7010
7011 * whitespace.el (whitespace-rescan-timer-time): Update interval
7012 set to 600 seconds (10 minutes) instead of 60 seconds since
7013 a large number of whitespace buffers causes emacs to `freeze'
7014 for a considerable amount of time.
7015
bff71087 7016 * whitespace.el: Updated email address
7f565d87 7017
a8d693d8
DL
70182000-05-31 Dave Love <fx@gnu.org>
7019
7020 * add-log.el (change-log-font-lock-keywords) <function>: Add
7021 pattern for function of change.
7022 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
7023 acknowledgements patterns.
7024
a50192e7
KH
70252000-05-31 Kenichi Handa <handa@etl.go.jp>
7026
7027 * isearch.el (isearch-printing-char): If keyboard coding system is
7028 being used, call isearch-process-search-multibyte-characters.
7029
7030 * international/isearch-x.el: Mostly rewritten.
7031
7032 * international/quail.el (quail-start-conversion): Don't include
7033 unhandled events in the returned events, but set them in
7034 unread-command-events. Exit if all inputs are deleted.
7035
7e492772
JR
70362000-05-30 Jason Rumney <jasonr@gnu.org>
7037
7038 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
7039
7040 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
7041 Reenable code to create initial fontsets.
7042 Use set-fontset-font in place of put-charset-property.
7043
10fc3187
GM
70442000-05-30 Gerd Moellmann <gerd@gnu.org>
7045
79148ea7
GM
7046 * progmodes/perl-mode.el (perl-indent-line): When looking for a
7047 label, ensure that the first colon isn't followed by another.
7048
7049 * paths.el (Info-default-directory-list): Doc fix.
7050
086d5b87
GM
7051 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
7052 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
7053 send a query containing USER only, not USER@HOST.
7054
10fc3187
GM
7055 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
7056 and rmail-msgend to compute the restriction at the end, instead of
7057 computing it.
7058
49e70dec
GM
70592000-05-29 Gerd Moellmann <gerd@gnu.org>
7060
66254a13
GM
7061 * dabbrev.el (dabbrev-expand): Don't display messages in the
7062 echo area if the minibuffer window is active.
7063
49e70dec
GM
7064 * jit-lock.el (jit-lock-mode): Add after change function to
7065 local hook.
7066
70672000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
7068
7069 * antlr-mode.el: New commands: hide/unhide actions,
7070 upcase/downcase literals.
7071 (antlr-tiny-action-length): New user option.
7072 (antlr-hide-actions): New command. Suggested by
7073 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 7074 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
7075 (antlr-mode-menu): New entries.
7076 (antlr-downcase-literals): New command.
7077 (antlr-upcase-literals): Ditto.
7078
7079 * antlr-mode.el: Minor changes: indendation, mode-name.
7080 (antlr-indent-line): Indent cpp directive at column 0.
7081 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
7082
7083 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
7084 (antlr-font-lock-additional-keywords): Workaround for intentional
7085 bug in XEmacs version of font-lock.
7086 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
7087 be used by a smarter version of `buffers-menu-grouping-function'.
7088
70892000-05-29 Gerd Moellmann <gerd@gnu.org>
7090
7091 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
7092 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
7093
49f93684
KH
70942000-05-29 Kenichi Handa <handa@etl.go.jp>
7095
7096 * international/encoded-kb.el
7097 (encoded-kbd-iso2022-designation-map): Pay attention to that
7098 charset-iso-final-char return -1 for eight-bit-control and
7099 eight-bit-graphic.
7100
5b1ae051
EZ
71012000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
7102
7103 * speedbar.el (speedbar-use-images, speedbar-update-flag)
7104 (speedbar-easymenu-definition-base): Use display-graphic-p where
7105 available, instead of window-system.
7106
a205e32a
EZ
71072000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
7108
7109 * international/codepage.el (cp-coding-system-for-codepage-1): Add
7110 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
7111 coding systems.
7112
dd854dc2
DL
71132000-05-26 Dave Love <fx@gnu.org>
7114
c88a85d5
DL
7115 * disp-table.el (standard-display-underline): Don't use
7116 internal-find-face.
7117
dd854dc2
DL
7118 * mail/reporter.el: Maintainer change. Doc fixes.
7119 (reporter-version): Deleted.
7120
7121 * emacs-lisp/elp.el: Maintainer change.
7122 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
7123
dc29aa6c
SM
71242000-05-26 Stefan Monnier <monnier@cs.yale.edu>
7125
7126 * add-log.el (add-change-log-entry): Merge the current entry with the
7127 previous one if the previous one is empty.
7128
ed62683d
DL
71292000-05-26 Dave Love <fx@gnu.org>
7130
4370a375
DL
7131 * loadhist.el (unload-feature): Fix interactive spec [from
7132 lijnzaad@ebi.ac.uk].
7133
ed62683d
DL
7134 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
7135 subr-arity to check primitives.
7136 (byte-compile-flush-pending, byte-compile-file-form-progn)
7137 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
7138 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
7139 mapcar.
7140
ba9f8f95
KH
71412000-05-26 Kenichi Handa <handa@etl.go.jp>
7142
0f3e0672
KH
7143 * international/fontset.el: Set family names of non-latin charsets
7144 in default fontset to "*".
7145
cebefb44
KH
7146 * international/mule-diag.el (print-fontset): Combine family part
7147 and registry part of the fontname by "-*-" instead of "-".
7148
ba9f8f95
KH
7149 * international/mule-cmds.el (encode-coding-char): Make strings
7150 multibyte before calling encode-coding-string.
7151
931d0724
SM
71522000-05-25 Stefan Monnier <monnier@cs.yale.edu>
7153
7154 * derived.el: Fix keywords.
8ccce2b0 7155 (define-derived-mode): Only define if needed.
931d0724
SM
7156
7157 * simple.el (fill-comment, comment-column, comment-start)
7158 (comment-start-skip, comment-end, comment-indent-function)
7159 (block-comment-start, block-comment-end, indent-for-comment)
7160 (set-comment-column, kill-comment, comment-padding, comment-region)
7161 (comment-multi-line, indent-new-comment-line): Remove.
7162
7163 * bindings.el (esc-map): Change ; to comment-dwim and use the new
7164 function names for comment operations.
7165
7166 * newcomment.el: Add abundant autoload cookies.
7167 (comment-style): Don't depend on runtime data at compile-time.
7168 (comment-indent-hook): Remove.
7169 (comment-indent): Check if comment-indent-hook is bound.
7170 (comment-region): Docstring fix.
7171
6fc596cf
DL
71722000-05-25 Dave Love <fx@gnu.org>
7173
7174 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
7175 byte-code-function-p.
7176
7177 * mail/rmailsum.el: Add provide.
7178
7179 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
7180
7181 * smerge-mode.el (smerge-diff-switches): Don't use list* in
7182 defcustom.
7183
7997f1ca 71842000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 7185
7997f1ca
MK
7186 * ediff-diff.el (ediff-exec-process): delete --binary option from
7187 non-buffer ediff jobs.
7f565d87 7188
e7a903e8
EZ
71892000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7190
7191 * hilit-chg.el (highlight-changes-mode): Ask about color or
7192 grayscale support, not about window-system.
7193
7194 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
7195 window-system.
7196 (ffap-highlight): Always default to t.
7197
7198 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
7199 display-popup-menus-p instead of looking at window-system.
7200
7201 * disp-table.el (standard-display-g1, standard-display-graphic):
7202 Only refuse to use string glyphs on X and MS-Windows.
7203
7204 * avoid.el: Remove window-system from commentary, suggest to use
7205 display-*-p instead.
7206
7207 * apropos.el (apropos-print): Use display-mouse-p instead of
7208 window-system.
7209
14028d57
EZ
72102000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7211
7212 * international/codepage.el (cp-decoding-vector-for-codepage):
7213 Fill up unsupported characters with their own codes. From Kenichi
7214 Handa.
7215
1a4f9cc1
EZ
72162000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7217
7218 * international/mule-diag.el (describe-char-after): Use
7219 display-graphic-p instead of window-system, so that this function
7220 works on MS-DOS.
7221
89f6ca4e
EZ
72222000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7223
7224 * international/codepage.el (cp-make-coding-systems-for-codepage):
7225 Remove the eight-bit-graphic and eight-bit-control charsets from
7226 the list of charsets which we convert into `?'.
7227
eacfd7fe
KH
72282000-05-25 Kenichi Handa <handa@etl.go.jp>
7229
7230 * international/mule-conf.el: Specify CHARSET-ID explicitely for
7231 private charsets.
7232 (mule-unicode-0100-24ff, japanese-jisx0213-1,
7233 japanese-jisx0213-2): New charsets.
7234
7235 * international/fontset.el: Setup default fontset for new charsets.
7236
deadf7e3
DL
72372000-05-24 Dave Love <fx@gnu.org>
7238
7239 * info.el (Info-find-node-2): Restructure [following "Vadim
7240 S. Solomin" <sovs@uic.nnov.ru>].
7241
7242 * icomplete.el: Fix header for Finder.
7243
72442000-05-24 Eric M. Ludlam <zappo@ultranet.com>
7245
7246 * rmailout.el (rmail-output-to-rmail-file): Added optional param
7247 STAY.
7248
7249 * rmail.el (rmail-automatic-folder-directives): New user variable.
7250 (rmail-show-message): Add call to `rmail-auto-file' during
7251 display.
7252 (rmail-auto-file): New function.
7253
6de3983f 72542000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 7255
fc6a6a4e 7256 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 7257 account.
fc6a6a4e
GM
7258 (ediff-test-utility,ediff-diff-mandatory-option)
7259 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 7260 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 7261
fc6a6a4e 7262 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 7263 variable.
7f565d87 7264
fc6a6a4e 7265 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
7266 ediff-merge-filename-prefix.
7267
fc290d1d
MK
72682000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7269
fc6a6a4e 7270 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 7271
273182b8
EZ
72722000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
7273
7274 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
7275 aliases for hebrew-iso-8bit.
7276
f471ea57
EZ
72772000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
7278
7279 * woman.el: New version from Francis J. Wright
7280 <F.J.Wright@Maths.QMW.ac.uk>.
7281 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
7282 names in environment variables regardless of the path separator.
7283 (woman-topic-all-completions-1): Don't call file-name-directory-p
7284 on all files, since woman-file-regexp already filters out any
7285 directories.
7286
01162f24
KH
72872000-05-24 Kenichi Handa <handa@etl.go.jp>
7288
48e3df76
KH
7289 * international/quail.el (quail-start-translation): Don't change
7290 modified-p of the current buffer.
7291 (quail-start-conversion): Likewise.
7292
7293 * international/kkc.el (kkc-region): Don't change modified-p of
7294 the current buffer.
7295
747d90ea
KH
7296 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
7297 conform to RFC1468.
7298 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 7299
17a223ff
EL
73002000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
7301
7302 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
7303 (speedbar-insert-button): Invisible text property fix.
7304 (speedbar-directory-plus): Renamed from speedbar-directory-+
7305 (speedbar-directory-minus): Renamed from speedbar-directory--
7306 (speedbar-page-plus): Renamed from speedbar-file-+
7307 (speedbar-page-minus): Renamed from speedbar-file--
7308 (speedbar-page): Renamed from speedbar-file-
7309 (speedbar-tag): Renamed from speedbar-tag-
7310 (speedbar-tag-plus): Renamed from speedbar-tag-+
7311 (speedbar-tag-minus): Renamed from speedbar-tag--
7312 (speedbar-expand-image-button-alist): Use above renames.
7313
7314 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
7315 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
7316 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
7317 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
7318 * sb-pg.xpm: Renamed from sb-file.xpm
7319 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
7320 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 7321
e6b6fc18
KH
73222000-05-24 Kenichi Handa <handa@etl.go.jp>
7323
7324 * international/quail.el (quail-show-guidance-buf): Set
7325 current-input-method of the guidance buffer to the name of the
7326 curren input method.
7327
a1a336eb
SM
73282000-05-23 Stefan Monnier <monnier@cs.yale.edu>
7329
7330 * progmodes/compile.el (compile-internal): Style typo.
7331
7332 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
7333 quote vars and functions in the docstring.
7334
7335 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
7336
7337 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
7338 Don't quote lambdas.
7339
7340 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
7341
9695b783
GM
73422000-05-23 Gerd Moellmann <gerd@gnu.org>
7343
716e3b88
GM
7344 * startup.el (command-line): Determine source file of compiled
7345 user init file differently. Warn if compiled user init file
7346 is older than its source file.
7347
9695b783 7348 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 7349
41ac433f
EZ
73502000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
7351
7352 * files.el (make-backup-file-name-1): Replace slashes with `!'
7353 rather than `|' (which is not allowed on Windows). Replace the
7354 drive letters with a string "drive_X".
7355
46600ab1
GM
73562000-05-23 Gerd Moellmann <gerd@gnu.org>
7357
7358 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
7359
7360 * files.el (interpreter-mode-alist): Add `bash2'.
7361
79a64d87
DL
73622000-05-22 Dave Love <fx@gnu.org>
7363
7364 * loadhist.el (feature-symbols, file-provides, file-requires): Use
7365 mapc.
7366 (feature-file): Avoid calling symbol-name. Doc fix.
7367 (file-set-intersect, file-dependents): Use dolist, not mapcar.
7368 (loadhist-hook-functions): Add mouse-position-function.
7369 (unload-feature): Change uses of mapcar.
7370
7371 * files.el (parse-colon-path): Doc fix.
7372 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
7373 (set-auto-mode): Use mapc.
7374
7375 * complete.el (PC-look-for-include-file): Use :alnum: character
7376 class.
7377 (partial-completion-mode): Add autoload cookie.
7378
0e8c11d8
SS
73792000-05-22 Sam Steingold <sds@gnu.org>
7380
ce75fd23 7381 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
7382 `add-text-properties' (bug introduced on 2000-05-18).
7383
d8d0fa6c
DL
73842000-05-22 Dave Love <fx@gnu.org>
7385
7386 * bindings.el: Remove debug-ignored-errors set in other files.
7387
7388 * progmodes/etags.el: Add to debug-ignored-errors.
7389 (visit-tags-table-buffer): Clear out buffers holding old tables
7390 when making a new list.
7391 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
7392 mapc.
7393
7394 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
7395 quote keywords.
7396 (cmpl-string-case-type): Use character classes.
7397
0e8c11d8
SS
7398 * comint.el:
7399 * textmodes/ispell.el:
7400 * imenu.el:
d8d0fa6c
DL
7401 * mail/mh-e.el:
7402 * progmodes/compile.el: Add to debug-ignored-errors.
7403
7404 * dabbrev.el: Add to debug-ignored-errors.
7405 (dabbrev-completion): Use mapc.
7406
1edbbf8a
EZ
74072000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
7408
7409 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
7410 (woman-mapcan, woman-parse-man.conf)
7411 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
7412 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
7413 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
7414 path syntax better.
7415 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
7416 (woman-manpath): Call woman-parse-man.conf.
7417 (woman-emulation): New defcustom, defaults to nroff.
7418 (woman-font-support): New defconst.
7419 (woman-use-symbol-font): New defcustom.
7420 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
7421 "Emulation".
7422 Many functions: Doc fix.
7423
5bd2148c
KH
74242000-05-22 Kenichi Handa <handa@etl.go.jp>
7425
7426 * international/quail.el (quail-simple-translation-keymap): Map
7427 128..255 to quail-self-insert-command.
7428 (quail-keyboard-layout-alist): Add definition for "pc102-de".
7429
4125ec7e
SM
74302000-05-22 Stefan Monnier <monnier@cs.yale.edu>
7431
a1a336eb
SM
7432 * help.el (help-manyarg-func-alist): Typo.
7433
40aeecad
SM
7434 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
7435 intervals which makes it heaps simpler.
7436
4125ec7e
SM
7437 * newcomment.el (comment-region-internal): Go back to BEG after quoting
7438 the nested comment markers.
e4da9c1c
SM
7439
7440 * subr.el (remove-hook): Don't turn the hook's value into a list.
7441
cb7216a7
DL
74422000-05-21 Dave Love <fx@gnu.org>
7443
ac266581
DL
7444 * edmacro.el (edmacro-parse-keys): Return vector if any elements
7445 are invalid characters.
7446
cb7216a7
DL
7447 * international/mule-util.el (detect-coding-with-priority): Use
7448 mapc. Remove redundant lambda.
7449
7450 * international/mule-diag.el (list-non-iso-charset-chars)
7451 (describe-fontset): Remove redundant lambda.
7452
7453 * emulation/crisp.el (brief-mode): New alias.
7454
7455 * emacs-lisp/ring.el (ring-elements): New function.
7456
7457 * emacs-lisp/easymenu.el (easy-menu-create-menu)
7458 (easy-menu-do-add-item): Use keywordp.
7459
7460 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
7461
7462 * replace.el: Doc and error message fixes.
7463 (replace-highlight): Use facep, not internal-find-face.
7464
9b0d1d6e
SM
74652000-05-20 Stefan Monnier <monnier@cs.yale.edu>
7466
b2d2cf58
SM
7467 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
7468
ffe7dc64
SM
7469 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
7470 (log-edit-insert-changelog): Drop `:' as well.
7471
7472 * log-view.el: Fix file description.
7473 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
7474 available.
7475 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
7476 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
7477
c8c21615
SM
7478 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
7479 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
7480 Print a status message if the toggle is called interactively.
7481 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
7482 for global minor modes and use `defcustom' for them.
7483 Use add-minor-mode.
7484 (easy-mmode-define-derived-mode): Remove.
7485 (define-derived-mode): Fancier default docstring.
7486 (easy-mmode-define-navigation): Signal an error rather than (ding).
7487
9b0d1d6e
SM
7488 * newcomment.el (comment-styles): New `box-multi'.
7489 (comment-normalize-vars): Better default for comment-continue to
7490 avoid whitespace-only continuations.
7491 (comment-search-forward): Always move even in the no-syntax case.
7492 (comment-padright): Only obey N if it's only obeyed for padleft.
7493 (comment-make-extra-lines): Better handling of empty continuations.
7494 Use `=' for the filler if comment-start has only one character.
7495 (uncomment-region): Try handling the special `=' filler.
7496 (comment-region): Allow LINES even if MULTI is nil.
7497 (comment-box): Choose box style based on comment-style.
7498
f5ee6d0f
KH
74992000-05-20 Kenichi Handa <handa@etl.go.jp>
7500
9b0d1d6e 7501 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
7502 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
7503
c9671f81
KH
75042000-05-20 Kenichi HANDA <handa@etl.go.jp>
7505
7506 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
7507 and insert, not subst-char-in-region.
7508
7509 * international/mule-diag.el (list-character-sets-1): Handle
7510 charsets eight-bit-control and eight-bit-graphic.
7511 (list-iso-charset-chars): Likewise.
7512 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
7513 charactes as is. Use indent-to to align characters.
7514
7515 * international/mule-cmds.el (find-multibyte-characters): Never
7516 exclude charsets eight-bit-control and eight-bit-graphic.
7517
1426aa5c
SM
75182000-05-19 Stefan Monnier <monnier@cs.yale.edu>
7519
7520 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
7521 Don't quote lambdas.
7522
7523 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
7524
2b63d473
GM
75252000-05-19 Gerd Moellmann <gerd@gnu.org>
7526
7527 * gud.el (gud-jdb-directories): Doc fix.
7528
f1355756
SM
75292000-05-19 Stefan Monnier <monnier@cs.yale.edu>
7530
7531 * newcomment.el: New file.
7532
5f64c9e0
GM
75332000-05-19 Gerd Moellmann <gerd@gnu.org>
7534
2b63d473 7535 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 7536
db7314bd
AS
75372000-05-18 Andreas Schwab <schwab@suse.de>
7538
7539 * dired.el (dired-between-files): Also skip lines beginning with
7540 `used'.
7541
25bb0401
GM
75422000-05-18 Gerd Moellmann <gerd@gnu.org>
7543
7544 * msb.el (msb-menu-cond): Add choice `user'.
7545
a199a865 75462000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 7547
a199a865
GM
7548 * ps-print.el: Compatibility, customization and doc fix.
7549 (ps-printer-name-option): Replace defconst by defvar.
7550 (ps-postscript-code-directory): XEmacs compatibility.
7551 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
7552 fix.
7553 (ps-user-defined-prologue, ps-print-prologue-header)
7554 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
7555 compatibility and code fix.
7556 (ps-print-background-image, ps-print-background-text):
7557 Customization fix.
7558 (ps-line-number-start, ps-n-up-on): New vars.
7559
25bb0401
GM
75602000-05-18 Espen Skoglund <esk@ira.uka.de>
7561
7562 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
7563 the indent-comment function to just return the appropriate indent.
7564
68e6c83a
EL
75652000-05-18 Eric M. Ludlam <zappo@ultranet.com>
7566
7567 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
7568 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
7569 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
7570
dae6cb9f
DL
75712000-05-18 Dave Love <fx@gnu.org>
7572
7573 * info.el (Info-fontify-node): Add intangible property as well as
7574 invisible.
7575
7576 * calendar/appt.el (appt-make-list): Match all lines of entry.
7577 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
7578
813086ea
KH
75792000-05-18 Kenichi Handa <handa@etl.go.jp>
7580
7581 * international/mule-diag.el (describe-char-after): Call
7582 internal-char-font, not char-font. If internal-char-font returns
7583 nil, display "-- none --".
7584
24978190
EZ
75852000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
7586
7587 * image.el (image-type-available-p): Don't reference image-types
7588 if it isn't bound.
7589
2fca2d5d
SM
75902000-05-17 Stefan Monnier <monnier@cs.yale.edu>
7591
7592 * autoarg.el (autoarg-mode): Typo in the :set argument.
7593
cfc75d05
EZ
75942000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
7595
7596 * startup.el (command-line-1): Don't signal an error if the
7597 directory for auto-save-list files does not yet exist.
7598
c4e30387
KH
75992000-05-17 Kenichi Handa <handa@etl.go.jp>
7600
7601 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
7602
dd6b8ea7
SM
76032000-05-16 Stefan Monnier <monnier@cs.yale.edu>
7604
7605 * subr.el (remove-hook): `setq' hook-value, not `set'.
7606
399c88ad
SS
76072000-05-16 Sam Steingold <sds@gnu.org>
7608
a199a865 7609 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 7610
01651f07
DL
76112000-05-16 Dave Love <fx@gnu.org>
7612
7613 * cus-edit.el: Don't require cl or easymenu.
7614 (custom-variable-prompt): Test standard-value property, not
7615 user-variable-p.
7616
2248c40d
SS
76172000-05-16 Sam Steingold <sds@gnu.org>
7618
7619 * subr.el (add-hook): `setq' hook-value, not `set'.
7620
b15f3b77
GM
76212000-05-16 Gerd Moellmann <gerd@gnu.org>
7622
7623 * startup.el (command-line-1): Mention the FAQ in the startup
7624 message.
7625
7626 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
7627
7628 * progmodes/compile.el (compilation-parse-errors): Collect
7629 `nomessage' regexps last.
7630
7631 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
7632
7633 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
7634 to the function name.
7635
f9bbcfac
EL
76362000-05-15 Dave Love <fx@gnu.org>
7637
7638 * speedbar.el (speedbar-recenter): Typo.
7639 (speedbar-expand-line): Make arg optional.
7640 (speedbar-mode): Avoid a compiler warning.
7641
119b42eb
GM
76422000-05-15 Gerd Moellmann <gerd@gnu.org>
7643
7644 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
7645 user-specified option string is empty.
7646
7647 * mouse.el (mouse-yank-at-click): Doc fix.
7648
f685bea9
EZ
76492000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
7650
7651 * term/internal.el (IT-character-translations): More updates of
7652 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
7653 documents.
7654
a1b8d58b
GM
76552000-05-15 Gerd Moellmann <gerd@gnu.org>
7656
7657 * env.el (getenv): New function, interactively callable.
7658 (setenv, getenv): Remove autoload cookies.
7659
7660 * loadup.el: Load `env'.
7661
7662 * progmodes/f90.el: Change author's mail address.
7663
c9bba7ed
DL
76642000-05-14 Dave Love <fx@gnu.org>
7665
e5c83697
DL
7666 * mail/rmail.el (rmail-show-message-hook): Customize and offer
7667 goto-addr as an option.
7668
7669 * help.el (help-xref-stack): Doc fix.
7670 (help-xref-following): New variable.
7671 (help-make-xrefs): Use it.
7672 (help-xref-go-back): Use position information from stack element.
7673 (help-follow): Make position in stack element a pair. Use
7674 help-xref-following.
399c88ad 7675
e5c83697
DL
7676 * autoarg.el: New file.
7677
7678 * faces.el: Declare more functions obsolete.
7679
c9bba7ed
DL
7680 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
7681 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
7682 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
7683 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
7684 Remove all the setup-...-environment functions.
7685
b6389bfb
EL
76862000-05-13 Eric M. Ludlam <zappo@ultranet.com>
7687
a1b8d58b
GM
7688 * speedbar.el: Updated the commentary section. xemacs20p now uses
7689 >= when detecting. Require `defimage' safely.
b6389bfb
EL
7690 (speedbar-easymenu-definition-base): Add toggle for images.
7691 (speedbar-easymenu-definition-special): Add flush cache & expand.
7692 (speedbar-visiting-tag-hook): Set new defaults. Added options.
7693 (speedbar-reconfigure-keymaps-hook): New variable.
7694 (speedbar-frame-parameters): Updated documentation.
7695 (speedbar-use-imenu-flag): Updated custom tag
7696 (speedbar-dynamic-tags-function-list): New variable.
7697 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
7698 (speedbar-indentation-width, speedbar-indentation-width) New
7699 variables.
7700 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
7701 (speedbar-vc-indicator): Doc update.
7702 (speedbar-ignored-path-expressions): Updated default value.
7703 (speedbar-supported-extension-expressions): Updated default value.
7704 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
7705 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
7706 as "+". Added overlay aliases.
7707 (speedbar-mode): Use `speedbar-mode-line-update' instead of
7708 `force-mode-line-update'.
7709 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
7710 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
7711 `mouse-set-point'
b6389bfb 7712 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
7713 (speedbar-item-info-tag-helper): Revamped to handle a wider range
7714 of arbitrary text, and new helper functions.
7715 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
7716 filename finder.
b6389bfb
EL
7717 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
7718 (speedbar-directory-buttons): Update path search/expansion.
7719 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
7720 `speedbar-indentation-width'. Use more care w/ invisible
7721 properties.
b6389bfb
EL
7722 (speedbar-change-expand-button-char): Call
7723 `speedbar-insert-image-button-maybe'.
7724 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
7725 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
7726 (speedbar-trim-words-tag-hierarchy)
7727 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 7728 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
7729 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
7730 functions.
b6389bfb
EL
7731 (speedbar-mouse-set-point): New function
7732 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
7733 (speedbar-line-token, speedbar-goto-this-file): Handle more types
7734 of tag prefix text.
7735 (speedbar-expand-line, speedbar-contract-line): Make more robust
7736 to strange text.
7737 (speedbar-expand-line): Takes universal argument to flush the
7738 cache.
b6389bfb
EL
7739 (speedbar-flush-expand-line): New function.
7740 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
7741 Use new generator insertion method.
7742 (speedbar-fetch-dynamic-tags): New function.
7743 (speedbar-fetch-dynamic-imenu): Removed code now handled in
7744 `speedbar-fetch-dynamic-imenu'.
7745 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
7746 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
7747 "Revert Buffer" menu items.
7748 (speedbar-buffer-buttons-engine): Be smarter when creating a
7749 filename tag (for expansion purposes.).
a1b8d58b
GM
7750 (speedbar-highlight-one-tag-line,
7751 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
7752 (speedbar-recenter): New functions.
b6389bfb 7753 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
7754 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
7755 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
7756 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
7757 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
7758 (speedbar-expand-image-button-alist): New variable.
7759 (speedbar-insert-image-button-maybe): Insert an image over some
7760 buttons.
7761
43fe9244
KH
77622000-05-13 Kenichi Handa <handa@etl.go.jp>
7763
7764 * international/mule-cmds.el (encode-coding-char): An ASCII
7765 character is always encodable.
7766
7767 * international/mule-conf.el: Add more information in descriptions
7768 of character sets.
7769
813086ea 7770 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
7771 (describe-font-internal): Adjusted for the change of font-info.
7772 (describe-font): Likewise.
7773 (print-fontset): Rewritten for the new fontset implementation.
7774 (describe-fontset): Include fontset alias names in completion.
7775 (list-fontsets): Adjusted for the change of print-fontset.
7776
7777 * simple.el (what-cursor-position): If DETAIL is non-nil, call
7778 describe-char-after instead of displaying the detail in the echo
7779 area.
813086ea
KH
7780 (syntax-code-table): Format changed.
7781 (string-to-syntax): Adjusted for the above change.
0e8c11d8 7782
e8564f57
SM
77832000-05-12 Stefan Monnier <monnier@cs.yale.edu>
7784
7785 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
7786
9278c60d
DL
77872000-05-12 Dave Love <fx@gnu.org>
7788
7789 * calendar/todo-mode.el: Remove some compatibility stuff and CL
7790 dependence. Use line-{beginning,end}-position, not
7791 point-at{b,e}ol. Some doc fixes.
7792 (todo-position): New function. Fix callers of position to use it.
7793 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
7794
be0505fe
GM
77952000-05-12 Gerd Moellmann <gerd@gnu.org>
7796
7797 * time.el (display-time-mail-icon): Use `:ascent center'.
7798
a8a3541c
GM
7799 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
7800 handling FTP security extensions.
399c88ad 7801
44d5f148
DL
78022000-05-11 Dave Love <fx@gnu.org>
7803
33d0c179 7804 * calendar/todo-mode.el: New file.
44d5f148 7805
da4496b6
GM
78062000-05-11 Gerd Moellmann <gerd@gnu.org>
7807
cdc4401d
GM
7808 * comint.el (comint-read-input-ring): Move reference to
7809 comint-input-ring-size outside of the save-excursion. It was
7810 causing the default value to be the only one ever seen.
399c88ad 7811
0279f991
GM
7812 * font-lock.el: Update copyright. Remove Simon Marshall's email
7813 address on request from him.
7814
da4496b6
GM
7815 * subr.el (substitute-key-definition): Add comment describing
7816 the meaning of PREFIX.
7817
ac5cb26d
SM
78182000-05-10 Stefan Monnier <monnier@cs.yale.edu>
7819
7820 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
7821
7822 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
7823 (add-minor-mode): Don't make the variable buffer-local and add a
7824 reference to define-minor-mode in the docstring.
7825
7826 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
7827 HEADER/FOOTER and fix bug with trailing empty directory.
7828 (cvs-append-to-ignore): Use vc-editable-p if available.
7829 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
7830 (vc-do-command): Tweak advice to handle the new VC.
7831
7832 * log-view.el (log-view-goto-rev): New function for the new VC.
7833 (log-view-minor-wrap): Use mark-active.
7834
7835 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
7836 (log-edit-changelog-full-paragraphs): New var.
7837 (log-edit-insert-changelog): Remove a lonely leading `* file'.
7838 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
7839 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
7840 (log-edit-changelog-ours-p, log-edit-changelog-entries)
7841 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
7842 Replace the `cvs' prefix with `log-edit'.
7843
7844 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
7845
7846 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
7847 (diff-font-lock-defaults): Explicitly turn off multiline.
7848 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
7849 (diff-ediff-patch): Fix call to ediff-patch-file.
7850 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
7851 Handle comments.
7852
7853 * frame.el (automatic-hscrolling): Typo.
7854
7855 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
7856
21c34da3
DL
78572000-05-09 Sam Steingold <sds@goems.com>
7858
7859 * apropos.el (apropos-print): use `describe-face' instead of
7860 `customize-face-other-window'.
7861
950cf06f
DL
78622000-05-09 Dave Love <fx@gnu.org>
7863
7864 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
7865
7866 * help.el (describe-variable): Have customize button pop the
7867 help-xref stack when invoked.
7868 (help-xref-symbol-regexp): Add `face'.
7869 (help-make-xrefs): Check for quoted face names and adapt regexp
7870 submatch numbers to cope.
7871 (help-xref-interned): Maybe insert face doc too. Separate
7872 sections with a line of hyphens.
7873
0623e40f 7874 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
7875 (describe-face): Add customize button. Return the help
7876 text. Fix prompt.
7877
82e2ca9d
EZ
78782000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
7879
7880 * term/internal.el (IT-character-translations): Fix last change.
7881
10c00b5c
EZ
78822000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
7883
7884 * woman.el: New file
7885 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
7886
9deed82f
EZ
78872000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
7888
001ad319
EZ
7889 * term/internal.el (IT-character-translations): Update ASCII
7890 simulations for greek-iso8859-7, add latin-iso8859-14 and
7891 latin-iso8859-15.
7892
9deed82f
EZ
7893 * international/mule-cmds.el (set-language-info-alist): Call
7894 define-prefix-command with 3 arguments, to make the map suitable
7895 for a menu.
7896
4f37b78a
DL
78972000-05-07 Dave Love <fx@gnu.org>
7898
d313265f 7899 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 7900
64a4c526
DL
79012000-05-05 Dave Love <fx@gnu.org>
7902
7903 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
7904 list in doc string. Don't quote keyword symbols.
7905 * emacs-lisp/cl.el: Likewise
7906 * emacs-lisp/cl-seq.el: Likewise
7907
056565f7
GM
79082000-05-05 Gerd Moellmann <gerd@gnu.org>
7909
7910 * abbrev.el (abbrev-mode): Make ARG optional.
7911
4656b314
GM
79122000-05-04 Gerd Moellmann <gerd@gnu.org>
7913
ec82fb2f
GM
7914 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
7915
7916 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
7917
4656b314
GM
7918 * subr.el (substitute-key-definition): Clarify documentation.
7919
79202000-05-04 Milan Zamazal <pdm@freesoft.cz>
7921
7922 * glasses.el (glasses-convert-to-unreadable): Use
7923 `glasses-separator' instead of the hard-wired "_".
7924 (glasses-mode): Call `glasses-make-unreadable' only in a single
7925 place.
7926
7b081c78
EZ
79272000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
7928
7929 * term/internal.el (cjk-codepages-alist): Add associations for
7930 Chinese and Korean codepages. Remove FIXME comment.
7931
baa5536e
DL
79322000-05-03 Dave Love <fx@gnu.org>
7933
7934 * time.el (display-time-mail-face, display-time-use-mail-icon):
7935 New option.
7936 (display-time-mail-icon): New variable.
7937 (display-time-string-forms): Use the above. Fix the local-map.
7938
cbf18892
GM
79392000-05-03 Gerd Moellmann <gerd@gnu.org>
7940
4ff40dd0
GM
7941 * replace.el (query-replace-map): Add binding for `E'.
7942 (query-replace-help): Extend help text.
7943 (perform-replace): Allow editing the replacement string.
7944
7945 * make-mode.el (makefile-mode-abbrev-table): New variable.
7946 (makefile-mode): Set local abbrev table to
7947 makefile-mode-abbrev-table.
7948 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 7949
cbf18892
GM
7950 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
7951 set TOGGLE's value.
7952
4ff40dd0
GM
7953 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
7954 mail-interactive-insert-alias.
7955 (mail-abbrev-complete-alias): New command.
7956 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 7957
ffec4d9f
KH
79582000-05-03 Kenichi Handa <handa@etl.go.jp>
7959
7960 * language/lao-util.el (lao-compose-region): New function.
7961
1b0672c3
GM
79622000-05-02 Gerd Moellmann <gerd@gnu.org>
7963
576da55d
GM
7964 * files.el (recover-session): Make directories as necessary
7965 if they don't exist yet.
7966
399c88ad
SS
7967 * calendar/cal-french.el
7968 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
7969 (french-calendar-special-days-array): Change French text.
7970 (calendar-french-date-string): Change output.
7971 (calendar-goto-french-date): Likewise.
7972
79732000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
7974
7975 * wid-edit.el (widget-default-active): Obey `:always-active'.
7976 (widget-documentation-string-value-create): Set `:always-active'.
7977
4b33deaa
EZ
79782000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
7979
7980 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
7981 default prefix to `~/_emacs.d/auto-save.list/_s'.
7982 (normal-top-level): Create the directory for auto-save files, if
7983 it doesn't already exist (in the ms-dos case only).
7984
5c922ea7
EZ
79852000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
7986
7987 * international/mule-cmds.el (set-language-environment): Don't
7988 concat an integer (dos-codepage), use format instead.
7989
820ad5e7
DL
79902000-05-02 Dave Love <fx@gnu.org>
7991
7992 * help.el (help-xref-on-pp): Check for constant symbols.
7993
57cb56f5
GM
79942000-04-29 Gerd Moellmann <gerd@gnu.org>
7995
7996 * startup.el (normal-top-level): Put a condition-case around
7997 the code loading subdirs.el.
7998
79992000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 8000
57cb56f5
GM
8001 * ps-print.el: Upside-down and face background color printing,
8002 line number step, doc fix.
8003 (ps-print-version): New version number (5.2).
8004 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
8005 (ps-face-attribute-list, ps-plot-with-face): Code fix.
8006 (ps-spool-config): Var fix.
8007 (ps-printer-name-option): Const fix.
8008 (ps-print-upside-down, ps-use-face-background)
8009 (ps-line-number-step): New vars.
8010 (ps-window-system, ps-lp-system): New consts.
8011 (ps-face-background): New fun.
8012
084cec2f
GM
80132000-04-28 Richard Stallman <rms@gnu.org>
8014
8015 * files.el (make-auto-save-file-name):
8016 Apply auto-save-file-name-transforms to visited file name
8017 before generating auto save file name.
8018 (auto-save-file-name-transforms): New variable.
8019
399c88ad 8020 * files.el (backup-enable-predicate):
084cec2f
GM
8021 Correctly test for a file under a temporary directory.
8022
c94f4677
GM
80232000-04-28 Gerd Moellmann <gerd@gnu.org>
8024
8025 * subr.el (add-minor-mode): Rewritten.
8026
7b211df5
KH
80272000-04-28 Kenichi Handa <handa@etl.go.jp>
8028
8029 * mail/sendmail.el (sendmail-send-it): Set
8030 buffer-file-coding-system to the selected coding system for MIME
8031 header.
8032
c76e04a8 80332000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 8034
c76e04a8
GM
8035 * dired.el (dired-move-to-filename-regexp): Allow format where
8036 YYYY is followed by two spaces.
e3e36d74 8037
c76e04a8
GM
8038 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
8039 in the second character class of the regexp.
8040
8041 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
8042 mh-etc, too.
353964e3 8043
c76e04a8
GM
8044 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
8045 nil.
399c88ad 8046
353964e3
GM
8047 * subr.el (add-minor-mode): Use `set' instead of `setq'.
8048
8049 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
8050 argument.
8051
c76e04a8 80522000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 8053
c76e04a8
GM
8054 * emacs-lisp/crm.el (crm-completion-table): New variable.
8055 (crm-collection-fn, crm-test-completion)
8056 (completing-read-multiple): Use it.
8057
80582000-04-27 Dave Love <fx@gnu.org>
8059
8060 * help.el (locate-library): Use mapc.
8061 (help-manyarg-func-alist): Add call-process-region.
8062
7464346d
GM
80632000-04-26 Gerd Moellmann <gerd@gnu.org>
8064
b35bd33d
GM
8065 * subr.el (add-minor-mode): Make argument MAP optional.
8066
7464346d
GM
8067 * desktop.el (desktop-save): Save list of minor modes.
8068 (desktop-create-buffer): Restore minor modes.
8069 (desktop-minor-mode-table): New user-option.
8070
8071 * subr.el (add-minor-mode): New function.
8072
8073 * image.el (find-image): New function.
8074 (defimage): Rewritten to find image at load time.
8075
8076 * startup.el (normal-top-level-add-to-load-path): Handle
8077 case that the default directory is not in load-path.
8078
8079 * help.el: Old patch from Stefan Monnier.
8080 (help-xref-on-pp): New function.
8081 (describe-variable): Use it to display xrefs in a symbol's value.
8082
23c0fb21
SM
80832000-04-26 Stefan Monnier <monnier@cs.yale.edu>
8084
8085 * cus-edit.el (custom-face): Fix parenthesis.
8086
fad95037
KH
80872000-04-26 Kenichi Handa <handa@etl.go.jp>
8088
f03392a1
KH
8089 * mail/rmail.el (rmail-expunge): When there are no deleted
8090 messages, do nothing.
fad95037 8091
0d7c5bb9
DL
80922000-04-26 Dave Love <fx@gnu.org>
8093
8094 * international/mule-cmds.el (locale-translation-file-name):
8095 Defvar to nil.
8096 (set-locale-environment): Set it here (at runtime).
8097
612839b6
GM
80982000-04-25 Gerd Moellmann <gerd@gnu.org>
8099
8100 * replace.el (perform-replace): Add parameters START and END. Use
8101 them instead of the check for a region in Transient Mark mode.
8102 (query-replace-read-args): Return two more list elements for the
8103 start and end of the region in Transient Mark mode.
8104 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8105 (map-query-replace-regexp, replace-string, replace-regexp): Add
8106 optional last arguments START and END and pass them to
8107 perform-replace.
8108
8109 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
8110 form with additional arguments for perform-replace.
8111
8112 * progmodes/etags.el (tags-query-replace): Add parameters START
8113 and END. Construct a form with additional arguments for
8114 perform-replace.
8115
8116 * simple.el (shell-command): Set default directory for "*Shell
8117 Command Output" buffer.
8118
8119 * language/european.el (iso-latin-4): Fix typo.
8120
8121 * emacs-lisp/crm.el: New file.
8122
2917cc05
DL
81232000-04-24 Dave Love <fx@gnu.org>
8124
8125 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
8126 (Custom-reset-saved, Custom-reset-standard)
8127 (custom-group-value-create, custom-group-set, custom-group-save)
8128 (custom-group-reset-current, custom-group-reset-saved)
8129 (custom-group-reset-standard): Use mapc.
8130 (custom-buffer-create-internal): Disable undo when creating items.
8131 Use mapc.
8132 (custom-face): Avoid redundant lambda.
8133
abfcc168
GM
81342000-04-24 Gerd Moellmann <gerd@gnu.org>
8135
8136 * startup.el (auto-save-list-file-prefix): Set default to
8137 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
8138
fa78f71b
SS
81392000-04-24 Sam Steingold <sds@gnu.org>
8140
8141 * time-stamp.el (time-stamp-string-preprocess): Always convert
8142 `field-result' to a string.
8143
cc181e95
GM
81442000-04-24 Gerd Moellmann <gerd@gnu.org>
8145
8146 * frame.el (scrolling): New group.
8147 (automatic-hscrolling): New user-option.
8148
8149 * startup.el (command-line-x-option-alist): Add `-lsp' and
8150 `--line-spacing'.
8151
6142fdcb
DL
81522000-04-19 Dave Love <fx@gnu.org>
8153
8154 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
8155 (cl-mapc): Rename from mapc. Fix the funcall.
8156
5e3dac3f
GM
81572000-04-19 Gerd Moellmann <gerd@gnu.org>
8158
1c459486
GM
8159 * simple.el (clone-indirect-buffer-other-window): New command.
8160 (clone-indirect-buffer): Add optional arg NORECROD.
8161 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
8162
271b4185
GM
8163 * help.el (resize-temp-buffer-window): Use count-screen-lines.
8164
8165 * window.el (count-screen-lines): New function.
8166 (shrink-window-if-larger-than-buffer): Use count-screen-lines
8167 instead of window-buffer-height.
8168
8169 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
8170 non-existing variable comint-input-sentinel.
8171 (inferior-lisp-args-to-list): Removed.
8172 (inferior-lisp): Use split-string instead of
8173 inferior-lisp-args-to-list.
8174
8175 * hexl.el (hexl-insert-hex-string): New command.
8176
5e3dac3f
GM
8177 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
8178 instead of concat.
8179
f6d3257b
GM
81802000-04-18 Gerd Moellmann <gerd@gnu.org>
8181
8182 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
8183 at the start of an existing but empty folder.
8184
81852000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8186
8187 * ps-mule.el: Customization fix, doc fix.
8188 (ps-multibyte-buffer): Customization fix.
8189
8b7bc628 81902000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
8191
8192 * subr.el (read-passwd): Use read-char-exclusive.
8193
0daee095
GM
81942000-04-17 Gerd Moellmann <gerd@gnu.org>
8195
8196 * textmodes/texinfo.el (texinfo-insert-@email)
8197 (texinfo-insert-@emph, texinfo-insert-@quotation)
8198 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
8199 (texinfo-mode-map): Add key bindings for them.
8200
8201 * files.el (basic-save-buffer-2): Use a template with `$'
8202 instead of `#' for VMS.
8203
8204 * simple.el (clone-indirect-buffer): New function.
8205
e10f64e7
GM
82062000-04-16 Stephen Eglen <stephen@gnu.org>
8207
8208 * iswitchb.el (iswitchb-case): New function. If the user input
8209 contains any upper-case characters, the search is made
8210 case-sensitive.
8211
e3721db1
SM
82122000-04-17 Stefan Monnier <monnier@cs.yale.edu>
8213
e10f64e7
GM
8214 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
8215 comment-end.
e3721db1
SM
8216 (texinfo-font-lock-syntactic-keywords): New var.
8217 (texinfo-font-lock-keywords): Remove comment regexp.
8218 (texinfo-insert-block): New function.
8219 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
8220 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
8221 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 8222 (texinfo-environments): New var.
e10f64e7
GM
8223 (texinfo-environment-regexp): Use regexp-opt and
8224 texinfo-environments.
e3721db1 8225
e10f64e7
GM
8226 * textmodes/ispell.el (ispell-menu-map-needed): Check that
8227 ispell-process is bound since this might be eval'd before ispell
8228 is loaded.
8229 (ispell-message): Use a tiny bit less magic and a bit more hard
8230 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
8231
8232 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
8233
8234 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
8235 (insert-cyclic-diary-entry): Unquote the lambda.
8236
8237 * gud.el (gud-jdb-build-source-files-list): Fix typo.
8238
8239 * files.el (backup-enable-predicate): Unquote the lambda.
8240
8241 * cus-edit.el (custom-face, face): Unquote the lambda.
8242
712dc9e0
GM
82432000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8244
8245 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 8246
712dc9e0
GM
8247 * ps-print.el: Fix counting lines in a region.
8248 (ps-print-version): New version number (5.1.5).
8249 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
8250 (ps-printing-region): Fun code fix.
8251
ffc50f2a
GM
82522000-04-15 Gerd Moellmann <gerd@gnu.org>
8253
8254 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
8255 to file-directory-p.
8256
a2522dca
GM
82572000-04-14 Gerd Moellmann <gerd@gnu.org>
8258
8259 * gud.el (gud-jdb-build-source-files-list): Check that directory
8260 exists before calling directory-files.
8261
6e883610
DL
82622000-04-13 Dave Love <fx@gnu.org>
8263
8264 * emacs-lisp/trace.el: Change maintainer. Use new backquote
8265 syntax.
8266
8267 * emacs-lisp/cl-specs.el: Remove when, unless.
8268
8269 * emacs-lisp/cl-extra.el: Don't quote keywords.
8270 (cl-old-mapc): New variable.
8271 (mapc): Use it.
8272 (cl-map-intervals): Use with-current-buffer. Don't check for
8273 next-property-change.
8274 (cl-map-overlays): Use with-current-buffer.
8275 (cl-expt): Remove.
8276 (copy-tree, remprop): Define unconditionally.
8277
8278 * emacs-lisp/cl-compat.el (keywordp): Remove.
8279
8280 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
8281 to use keywordp.
8282 (edebug-spec): Enable keywordp.
8283
8284 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
8285 string-lessp.
8286
8287 * cus-start.el: Use keywordp.
8288
198e3c7a
GM
82892000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8290
8291 * diary-lib.el (include-other-diary-files): Fix the fix of
8292 2000-02-18 by doing a save-excursion.
8293
82942000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8295
8296 * ps-print.el: Customization fix, doc fix.
8297 (ps-print-version): New version number (5.1.4).
8298 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
8299 (ps-print-preprint): Adjust code.
8300 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
8301 (ps-print-prologue-header, ps-print-control-characters)
8302 (ps-spool-config): Customization fix.
fa78f71b 8303
8eba343c
EZ
83042000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
8305
8306 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
8307 converted to the new menu-item format, names silightly changed,
8308 help strings added.
8309
8310 Support for spelling without async subprocesses:
8311
8312 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
8313 (ispell-session-buffer): New variables.
8314 (ispell-start-process, ispell-process-status,
8315 ispell-accept-output, ispell-send-string): New functions, for
8316 Ispell invocation when async subprocesses aren't supported.
8317 (ispell-word, ispell-pdict-save, ispell-command-loop,
8318 ispell-process-line, ispell-buffer-local-parsing): Replace calls
8319 to process-send-string with calls to ispell-send-string, and
8320 accept-process-output with ispell-accept-output.
8321 (ispell-init-process): Call ispell-process-status instead of
8322 process-status with.
8323 (ispell-init-process): Call ispell-start-process. Call
8324 ispell-accept-output and ispell-send-string. Don't call
8325 process-kill-without-query and kill-process if they are unbound.
8326 (ispell-async-processp): New function.
8327
3d30065d
DL
83282000-04-12 Dave Love <fx@gnu.org>
8329
8330 * info.el: Add debug-ignored-errors.
8331 (Info-mode-menu): Add some items.
8332 (Info-directory): Add autoload cookie.
8333
8334 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
8335 Modify `truncate-lines'. Make `describe-language-environment'
8336 always visible and add help. Modify `describe-key' help. Invoke
8337 Info-directory from `info'. New entry `emacs-manual'.
8338
1a1b1895
GM
83392000-04-10 Gerd Moellmann <gerd@gnu.org>
8340
8b2affc5
GM
8341 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
8342 propertized-buffer-identification.
8343 (ebrowse-update-member-buffer-mode-line): Likewise.
8344 (ebrowse--mode-strings): Removed.
8345 (ebrowse--mode-line-props): Removed.
8346
1a1b1895
GM
8347 * files.el (auto-mode-alist): Add `EBROWSE'.
8348
8349 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
8350 space before testing for end of buffer.
8351 (ebrowse-load): Removed.
8352 (ebrowse-revert-tree-buffer-from-file): Rewritten.
8353 (ebrowse-create-tree-buffer): Rewritten.
8354 (ebrowse-tree-mode): Read tree from buffer.
8355
8356 * progmodes/ebrowse-ffh.el: Removed.
8357
223f3c91
KH
83582000-04-10 Kenichi Handa <handa@etl.go.jp>
8359
8360 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
8361
25fbf2c4
GM
83622000-04-10 Gerd Moellmann <gerd@gnu.org>
8363
8364 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
8365 at the wrong place.
8366
92c13173
DL
83672000-04-09 Dave Love <fx@gnu.org>
8368
8369 * files.el (backup-enable-predicate): Use
8370 temporary-file-directory, small-temporary-file-directory.
8371 (make-backup-file-name-function, backup-directory-alist): New
8372 variables.
8373 (make-backup-file-name-1): New function.
8374 (make-backup-file-name): Use it.
8375 (find-backup-file-name): Likewise. Use format for clarity, not
8376 concat.
8377 (file-newest-backup): Use make-backup-file-name.
8378
be0dbdab
GM
83792000-04-09 Gerd Moellmann <gerd@gnu.org>
8380
c45be9ac 8381 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 8382
c45be9ac
GM
8383 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
8384 to ebrowse-ffh.el.
8385 (ebrowse-load): Add autoload.
8386
8387 * finder.el (finder-commentary): Add autoload cookie.
8388
be0dbdab
GM
8389 * mail/rfc2368.el: Correct author's email address.
8390
8391 * progmodes/ebrowse.el: New file.
8392
8393 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
8394 item help string.
8395 (easy-menu-do-add-item): Ditto.
8396 (easy-menu-define): Extend doc string.
8397
8398 * jit-lock.el (with-buffer-unmodified): Use
8399 restore-buffer-modified-p.
8400 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
8401 (jit-lock-function, jit-lock-stealth-fontify): Don't use
8402 with-buffer-unmodified.
8403
3f923efe
DL
84042000-04-08 Dave Love <fx@gnu.org>
8405
8406 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
8407 unless, when.
8408
d35bee0e
MK
84092000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
8410
8411 * viper-util.el (viper-put-on-search-overlay): New subroutine.
8412 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 8413 doesn't support face.
d35bee0e 8414 Use `viper-put-on-search-overlay'.
fa78f71b 8415
c407c570
GM
84162000-04-04 Gerd Moellmann <gerd@gnu.org>
8417
8418 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
8419 like C-r.
8420
8421 * progmodes/make-mode.el: Some doc fixes.
8422 (makefile-mode-abbrev-table): New variable.
8423 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
8424 (makefile-font-lock-keywords): Fontify includes and conditionals.
8425 (toplevel): Require `dabbrev' and `add-log' when compiling.
8426
8427 * replace.el (perform-replace): Don't move forward one char
8428 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
8429 to do that because it leaves point 1 position after the last
8430 replacement, after everything has been replaced.
8431
8432 * jit-lock.el (with-buffer-unmodified): New macro.
8433 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
8434 modified state.
8435 (jit-lock-function-1): Extracted from jit-lock-function; not
8436 preserving buffer's modified state.
8437 (jit-lock-function, jit-lock-stealth-fontify): Call
8438 jit-lock-function-1.
8439
8440 * mail/rfc2368.el: Remove supernumerary copyright line.
8441
685e5ed2
GM
84422000-04-04 Milan Zamazal <pdm@freesoft.cz>
8443
8444 * glasses.el: Provide facilities for inserting space before left
8445 parentheses and uncapitalization of identifiers.
8446 (glasses-mode): Try to remove old overlays in all cases.
8447
0166aed1
GM
84482000-04-03 Gerd Moellmann <gerd@gnu.org>
8449
62f20204
GM
8450 * progmodes/compile.el (compile-internal): Display the compilation
8451 buffer in a different frame, if it's already displayed there.
8452
6460c400
GM
8453 * mail/rfc2368.el: New file.
8454
c0510d27
GM
8455 * simple.el (sendmail-user-agent-compose): Recognize a `body'
8456 header and insert its value as mail body.
8457
8458 * subr.el (member-ignore-case): New function.
8459
8460 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
8461 (dabbrev--find-expansion): Ignore buffers matching a regexp
8462 from dabbrev-ignored-regexps.
8463
0166aed1
GM
8464 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
8465 to extensions handled by gzip.
8466
c0510d27
GM
84672000-04-03 Richard M. Stallman <rms@gnu.org>
8468
8469 * files.el (insert-directory): List the total free space
8470 along with the used space.
fa78f71b 8471
c0510d27
GM
8472 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
8473 line is followed by one that matches CITATION-REGEXP, end the
8474 paragraph.
8475
84762000-04-03 Markus Rost <rost@delysid.gnu.org>
8477
8478 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
8479 (rmail-make-basic-summary-line): Use that option.
fa78f71b 8480
14c04384
KH
84812000-04-03 Kenichi Handa <handa@etl.go.jp>
8482
8483 * international/mule-cmds.el (encoded-string-description):
8484 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
8485 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
8486 for hexadecimal format.
14c04384 8487
ccf5869a
DL
84882000-04-01 Dave Love <fx@gnu.org>
8489
8490 * cpp.el: Change customization group to `c' from `C'.
8491
8492 * vcursor.el (vcursor-move): Use display-color-p.
8493
8494 * international/mule-util.el: Provide mule-utils.
8495 (string-to-sequence): Simplify and speed up.
8496
8497 * international/mule.el (make-coding-system): Purecopy doc-string.
8498
8499 * international/mule-cmds.el: Various menu changes.
8500 (describe-specified-language-support): Handle `Default'.
8501 (set-language-info): Purecopy `info'.
8502
610d841e
GM
85032000-03-31 Andrew Innes <andrewi@gnu.org>
8504
8505 * vc.el (vc-backend-diff): Return the correct status if we had to
8506 retry the rcsdiff command without the --brief option.
fa78f71b 8507
7f9de034
DL
85082000-03-31 Dave Love <fx@gnu.org>
8509
2de47765
DL
8510 * help.el (help-manyarg-func-alist): Correct several omissions.
8511
72838819
DL
8512 * add-log.el: Don't require cl, fortran.
8513 (add-log-current-defun-function): Doc fix.
8514 (change-log-version-number-regexp-list): Remove SCCS part. Doc
8515 fix.
8516 (change-log-version-rcs): Function deleted.
8517 (change-log-version-number-search): Doc fix. Use
8518 vc-workfile-version. Avoid CL dolist.
8519 (add-change-log-entry): Just call add-log-current-defun to get
8520 defun. Simplify somewhat.
8521 (change-log-get-method-definition-1): Likewise.
8522 (add-log-current-defun): Return nil if calling
8523 add-log-current-defun-function does so. Move Fortran stuff to
8524 fortran.el. Return string without properties.
8525
7f9de034
DL
8526 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
8527 and :alpha: char classes.
8528
8529 * mail/supercite.el: Defvar curline when compiling.
8530 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
8531 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
8532 rather than a-zA-Z0-9 to allow non-ASCII characters.
8533
aa110c0c
GM
85342000-03-31 Gerd Moellmann <gerd@gnu.org>
8535
8536 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
8537
8538 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8539 Re-enable new code.
8540
8541 * lpr.el (print-region-1): Use -d to specify printer name for
8542 systems `usg-unix-v*, `dgux', `hpux', `irix'.
8543
85442000-03-31 Dave Love <fx@gnu.org>
fa78f71b 8545
aa110c0c
GM
8546 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
8547 for function definition in symbol's function value slot first
8548 instead of first consulting byte-compile-function-environment.
fa78f71b 8549
6733d074
KH
85502000-03-31 Kenichi Handa <handa@etl.go.jp>
8551
8552 * language/european.el ("Polish"): New language environment.
8553 (setup-polish-environment): New function.
8554
63fcfa04
GM
85552000-03-30 Gerd Moellmann <gerd@gnu.org>
8556
8557 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8558 Disable new code.
8559
8560 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
8561 trying to `load' the symbol of an autoload instead of the file
8562 recorded in the autoload. Fix error messages.
8563
7438c86b
GM
85642000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8565
8566 * ps-print.el: PostScript programming fix for ghostview, doc fix.
8567 (ps-print-version): New version number (5.1.3).
8568 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
8569 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
8570 (ps-generate-postscript-with-faces): Code fix.
8571 (ps-color-values): XEmacs compatibility.
8572 (ps-print-background-image, ps-print-background-text, ps-printer-name)
8573 (ps-default-fg, ps-default-bg): Adjust customization.
8574 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
8575 (ps-color-scale): Renaming old ps-color-value fun.
8576 (ps-print-headers): Replace ps-print-header group to avoid conflict
8577 with ps-print-header variable.
8578 (ps-print-miscellany): New group.
8579 (ps-format-color, ps-rgb-color): New funs.
8580 (ps-default-foreground): New var.
8581 (ps-printer-name-option): New const.
fa78f71b 8582
326855a0
PB
85832000-03-30 Peter Breton <pbreton@ne.mediaone.net>
8584
1f56ba73
PB
8585 * net/net-utils.el:
8586 (network-connection-host, network-connection-service): New variables
8587 (network-connection-mode): New mode, derived from comint-mode
8588 (network-connection-mode-setup): New function, saves host and
fa78f71b 8589 service information in local variables.
1f56ba73 8590
326855a0
PB
8591 * lisp/locate.el:
8592 (locate-word-at-point): Added this function
8593 (locate): Default to using locate-word-at-point as input
8594 Run dired-mode-hook
8595
141384bd
DL
85962000-03-29 Dave Love <fx@gnu.org>
8597
8598 * calendar/appt.el: Doc fixes.
8599 (appt-check): Convert min-to-app to a string before passing to
8600 appt-disp-window-function or concat.
8601 (appt-delete-window): Remove test for frame-root-window.
8602 (appt-select-lowest-window, appt-convert-time): Simplify.
8603
8604 * emacs-lisp/bytecomp.el: Doc fixes.
8605 (byte-compile-file-form-autoload): Update
8606 byte-compile-function-environment.
8607
c5aa0fc2
AS
86082000-03-29 Andreas Schwab <schwab@suse.de>
8609
8610 * emacs-lisp/autoload.el: Also print defsubst doc string
8611 specially.
8612
8613 * dired.el (dired-insert-directory): If dired-free-space-program
8614 failed just delete its output.
8615
f1d6fe69
DL
86162000-03-29 Dave Love <fx@gnu.org>
8617
8618 * international/iso-cvt.el: Move provide to end. Doc fixes.
8619 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
8620 (iso-iso2sgml, iso-sgml2iso): New functions.
8621 (iso-cvt-define-menu): Fix some entries and use backquote for
8622 clarity.
8623
8624 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
8625
b61f1215
GM
86262000-03-28 Gerd Moellmann <gerd@gnu.org>
8627
8628 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
8629 ISO-DATE. If non-nil, return date in ISO 8601 format.
8630
ea4b0ca3
SM
86312000-03-26 Stefan Monnier <monnier@cs.yale.edu>
8632
3831af62
SM
8633 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
8634 if it ever becomes used.
8635 (log-edit-mode-hook): Default to vc-log-mode-hook.
8636 (log-edit-mode): Fix the docstring.
8637
ea4b0ca3
SM
8638 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
8639 the code.
8640
08f8b1cc
DL
86412000-03-26 Dave Love <fx@gnu.org>
8642
082527fe
DL
8643 * net/browse-url.el (browse-url): Re-fix case of
8644 browse-url-browser-function being an alist.
8645 (browse-url): Add :link to defgroup.
8646
08f8b1cc
DL
8647 * files.el: Doc fixes.
8648 (file-truename): Include `[' in wildcard characters.
8649 (automount-dir-prefix): Customize.
8650 (find-file-wildcards): Add :version.
8651 (find-file-noselect): Simplify a mapcar call.
8652
8653 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
8654 compatible with inf-lisp version.
8655 (eval-defun-1): Fix custom-declare-variable case.
8656
ea4b0ca3
SM
86572000-03-25 Stefan Monnier <monnier@cs.yale.edu>
8658
8659 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
8660
9a0dd3dc
GM
86612000-03-24 Gerd Moellmann <gerd@gnu.org>
8662
b68c375f
GM
8663 * Makefile (COMPILE_FIRST): New macro.
8664 (compile-files): Compile files from COMPILE_FIRST first.
8665
8666 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
8667 code.
8668
9a0dd3dc
GM
8669 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
8670 matching open parenthesis in column 0 to defun-prompt-regexp
8671 only if open-paren-in-column-0-is-defun-start is set.
8672
8673 * sun-curs.el: Require CL at compile-time only.
8674
8675 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
8676 instead of copy-list which is a function from CL.
8677 (msb--choose-menu, msb--mode-menu-cond)
8678 (msb--create-buffer-menu-2): Use dolist instead of mapc.
8679 (msb--init-file-alist): Use mapcar instead of mapcan.
8680 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
8681 `(' in column 0 in doc string.
8682 (msb--add-separators): Use mapcar instead of mapcan.
8683
8684 * cus-dep.el: Require CL at compile-time only.
8685
c7dcadb5
SM
86862000-03-24 Stefan Monnier <monnier@cs.yale.edu>
8687
8688 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8689 (byte-compile-warnings): New warning `noruntime'.
8690 (byte-compile-constants, byte-compile-variables): Fix docstring.
8691 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
8692 execute `eval-whenc-compile's body.
8693 (byte-compile-unresolved-functions): Fix docstring.
8694 (byte-compile-eval): New function.
8695 (byte-compile-callargs-warn): Check if the function will be available
8696 at runtime (via property `byte-compile-noruntime').
8697 (byte-compile-print-syms): New function.
8698 (byte-compile-warn-about-unresolved-functions): Also warn about
8699 `noruntime' functions (and use `byte-compile-print-syms').
8700 (byte-compile-file): Capitalize the message.
8701
3b55acc9
GM
87022000-03-24 Gerd Moellmann <gerd@gnu.org>
8703
8704 * mail/rmail.el (rmail-confirm-expunge): New user-option.
8705 (rmail-expunge): Ask for confirmation depending on the setting
8706 of rmail-confirm-expunge.
8707
87082000-03-23 Gerd Moellmann <gerd@gnu.org>
8709
8710 * Makefile (bootstrap-clean): If $(emacs) exists, build
8711 loaddefs.el first. A loaddefs.el that's not up-to-date might
8712 cause a bootstrap failure because things don't autoload as
8713 expected.
8714
02c76af4
DL
87152000-03-23 Dave Love <fx@gnu.org>
8716
8717 * net/browse-url.el: Restore previous use of
8718 browse-url-maybe-new-window.
8719
1a3199d9
GM
87202000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8721
8722 * ps-print.el: Skip banner page fix.
8723 (ps-print-version): New version number (5.1.2).
8724 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 8725
1a3199d9
GM
87262000-03-23 Dave Pearson <davep@davep.org>
8727
8728 * net/quickurl.el Changed the type of parameter passed to the
8729 function defined by `quickurl-format-function'. Before only the
8730 text of the URL was passed. Now the whole URL structure is passed
8731 and the function is responsible for extracting the parts it
8732 requires. Changed the default of `quickurl-format-function'
8733 accordingly.
8734 (quickurl-insert): Changed the `funcall' of
8735 `quickurl-format-function' to match the above change.
8736 (quickurl-list-insert): Changed the `url' case so that it makes
8737 use of `quickurl-format-function', previous to this the format was
8738 hard wired.
fa78f71b 8739
72db3ab5
GM
87402000-03-22 Gerd Moellmann <gerd@gnu.org>
8741
8742 * startup.el: Change some spellings for the X Window System.
8743
68049bfa
SM
87442000-03-22 Stefan Monnier <monnier@cs.yale.edu>
8745
8746 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
8747 up the code and the regexp and make sure the cursor is temporarily
8748 moved to the suspicious line while querying the user.
8749
ff4df011
JR
87502000-03-22 Jason Rumney <jasonr@gnu.org>
8751
8752 * w32-fns.el (w32-charset-info-alist): Initialize.
8753
ee1c5b21
GM
87542000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8755
8756 * ps-print.el: N-up last page fix.
8757 (ps-print-version): New version number (5.1.1).
8758 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 8759
d2cbfba0
SM
87602000-03-21 Stefan Monnier <monnier@cs.yale.edu>
8761
bfb857d8
SM
8762 * files.el (find-file-run-dired): Update docstring.
8763 (find-directory-functions): New hook.
8764 (find-file-noselect): Run find-directory-functions rather than
8765 calling dired directly.
8766
8767 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
8768
cb3430a1
SM
8769 * pcvs.el: Add a minimal leading commentary.
8770 (cvs-make-cvs-buffer): Change the header part by removing the startup
8771 message and adding a `Module' entry. Also replace the FOOTER and
8772 HEADER special fileinfos with the new support in ewoc for updating
8773 its own footer and header.
8774 (cvs-update-header): Update to use the header/footer of the ewoc.
8775 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
8776 (cvs-is-within-p): New function.
8777 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
8778 to only examine some subset of the buffers.
8779
8780 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
8781 `format' instead of our own ad-hoc functions.
8782 Remove HEADER and FOOTER cases, now handled in the EWOC.
8783 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
8784
8785 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
8786 output to avoid scaring the user.
8787 (cvs-parse-table): Catch message for non-up-to-date commits.
8788
8789 * pcvs-defs.el (cvs-startup-message): Remove.
8790 (cvs-global-menu): New autoloaded menu.
8791
8792 * pcvs-util.el (cvs-string-fill): Remove.
8793
8794 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
8795 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
8796 PP part of it and also make it work for footers and headers.
8797 (ewoc-create): Drop POS and BUFFER arguments.
8798 Use the DLL's dummy node to store the end-of-footer position.
8799 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
8800 (ewoc-refresh): Remove unused `header' variable.
8801 (ewoc-(get|set)-hf): New functions.
8802
d2cbfba0
SM
8803 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
8804 log-view-*-(message|file) and use easy-mmode-define-navigation.
8805 (log-view-message-re): Match SCCS format as well.
8806 And match the revision line rather than the dashed separator line.
8807 (log-view-mode): Use the new define-derived-mode.
8808 (log-view-current-tag): Fill in with an actual implementation.
8809
8810 * cvs-status.el (cvs-status-(prev|next)): Rename from
8811 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
8812 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
8813 to let the output "breathe" a little more (more readable).
8814 (cvs-status-mode): Use the new define-derived-mode.
8815
8816 * smerge-mode.el (smerge-auto-leave): New function and variable.
8817 (smerge-basic-map): Rename from smerge-basic-keymap.
8818 Change the bindings for smerge-diff-*.
8819 (smerge-*-map): Use easy-mmode-defmap.
8820 (smerge-(next|prev)): Use easy-mmode-define-navigation.
8821 (smerge-keep-*): Use smerge-auto-leave.
8822
51663132
JR
88232000-03-21 Jason Rumney <jasonr@gnu.org>
8824
8825 * cus-edit.el (custom-button-face): Use 3D look for w32.
8826 (custom-button-pressed-face): Likewise.
8827
3f6e4b8b
GM
88282000-03-21 Gerd Moellmann <gerd@gnu.org>
8829
8830 * progmodes/etags.el (tags-case-fold-search): New user-option.
8831 (tags-loop-eval): New function. Bind case-fold-search around eval
8832 depending on the value of tags-case-fold-search.
8833 (tags-loop-continue): Use tags-loop-eval.
8834 (find-tag-in-order): Bind case-fold-search depending on the value
8835 of tags-case-fold-search.
8836
c7ea3acc
SM
88372000-03-21 Stefan Monnier <monnier@cs.yale.edu>
8838
0ae39f53
SM
8839 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
8840 (diff-end-of-hunk): Return the end position for use in
8841 `easy-mmode-define-navigation'.
8842 (diff-recenter): Remove.
8843 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
8844 of `easy-mmode-define-navigation'.
8845 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
8846 previous renaming) and fix to use new names.
8847 (diff-merge-strings): Use \n as separator: simpler, faster.
8848 (diff-mode): Use `define-derived-mode'.
8849
c7ea3acc
SM
8850 * derived.el (define-derived-mode): Don't autoload anymore.
8851 Prefer the macro-only version provided by easy-mmode.el.
8852
8853 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
8854 `easy-mmode-define-derived-mode'.
8855 Use `combine-run-hooks'.
8856 (easy-mmode-define-navigation): New macro.
8857
8858 * subr.el (combine-run-hooks): New function.
8859
6c4bfdc0
KH
88602000-03-21 Kenichi HANDA <handa@etl.go.jp>
8861
8862 * term/x-win.el: Fontsets related initialization is simplified.
8863
8864 * international/mule-diag.el (describe-font): Don't refer to
8865 global-fontset-alist, instead call font-list.
8866 (describe-fontset, list-fontsets, mule-diag): Likewise.
8867 (print-fontset): Adjusted for the change of fontset
8868 implementation.
8869
8870 * international/fontset.el (x-charset-registries): Variable
8871 removed, instead the corresponding data is stored in the default
8872 fontset.
8873 (register-alternate-fontnames): Function removed.
8874 (resolved-ascii-font): Variable removed.
8875 (x-compose-font-name): Ignore the second argument REDOCE.
8876 (x-complement-fontset-spec): Complement only an ASCII font and
8877 element for those charsets than can use that ASCII font.
8878 (generate-fontset-menu): Don't refer to global-fontset-alist,
8879 instead call fontset-list.
8880 (uninstantiated-fontset-alist): Variable removed.
8881 (x-style-funcs-alist): Likewise.
8882 (fontset-default-styles): Likewise.
8883 (x-modify-font-name): Function removed.
8884 (create-fontset-from-fontset-spec): Ignore the argument
8885 STYLE-VARIANT.
8886 (create-fontset-from-ascii-font): Docsting adjusted for the above
8887 change.
8888 (instantiate-fontset, resolve-fontset-name): Functions removed.
8889 (fontset-list): Now implemented by C code.
fa78f71b 8890
6c4bfdc0
KH
8891 * faces.el (read-face-font): Fix TABLE arg to completing-read.
8892 (describe-face): Include `font' attribute in the description.
8893
9111d4b5
KH
88942000-03-21 Kenichi Handa <handa@etl.go.jp>
8895
8896 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
8897
b33dd3b0
GM
88982000-03-20 Gerd Moellmann <gerd@gnu.org>
8899
a25bbe00
GM
8900 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
8901 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
8902 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 8903
b33dd3b0
GM
8904 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
8905 about behavior of set-buffer-modified-p wrt redisplay.
8906
8b7bc628 89072000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
8908
8909 * view.el (view-mode-disable): Kill local binding of view-read-only.
8910
d7b511c4
GM
89112000-03-18 Gerd Moellmann <gerd@gnu.org>
8912
8913 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
8914 is a string, convert it to a syntax cell using string-to-syntax.
8915
8916 * simple.el (syntax-code-table, syntax-flag-table): New variables.
8917 (string-to-syntax): New function.
8918
8919 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
8920 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 8921 try to use passive ftp mode.
d7b511c4 8922
998ecc60
GM
89232000-03-17 Gerd Moellmann <gerd@gnu.org>
8924
b33dd3b0 8925 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
8926
8927 * simple.el (append-to-buffer): Update point of windows after
8928 insertion.
8929
8930 * abbrev.el (inverse-add-abbrev): Identify word by first moving
8931 forward then moving backward. Reindent.
8932
8933 * frame.el (other-frame): Call x-focus-frame only if
8934 focus-follows-mouse is off.
8935
235d6821
DL
89362000-03-17 Dave Love <fx@gnu.org>
8937
8938 * pcvs-util.el (cvs-strings->string): Rename
8939 replace-regexps-in-string.
8940
a29a2cd1
SM
89412000-03-17 Stefan Monnier <monnier@cs.yale.edu>
8942
af595444
SM
8943 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
8944 regexp for labels cannot span several lines.
8945
8946 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 8947 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 8948
a9be2843
DL
89492000-03-16 Dave Love <fx@gnu.org>
8950
8951 * progmodes/f90.el (f90): Put custom group under `languages', not
8952 `fortran'.
8953 (f90-mode-hook): Customize.
8954 (f90-mode): Set add-log-current-defun-function.
8955 (f90-current-defun): New function.
8956
d0ab3e9d
GM
89572000-03-16 Gerd Moellmann <gerd@gnu.org>
8958
16b20ed9
GM
8959 * cus-edit.el (custom-variable-tag-face): Handle case that
8960 default face's height is not a number.
8961 (custom-face-tag-face, custom-group-tag-face-1)
8962 (custom-group-tag-face): Ditto.
8963 (custom-group-tag-face-1): Add :group.
fa78f71b 8964
d0ab3e9d
GM
8965 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
8966
ae8ab422
GM
89672000-03-15 Gerd Moellmann <gerd@gnu.org>
8968
8969 * pcvs-defs.el (toplevel): Remove autoload cookie for form
8970 requiring easymenu.
8971
81c7ca69
GM
89722000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8973
8974 * ps-print.el: PostScript user-defined prologue, PostScript error
8975 handler, doc fix.
8976 (ps-print-version): New version number (5.1).
8977 (ps-user-defined-prologue, ps-error-handler-message)
8978 (ps-print-prologue-0, ps-error-handler-alist): New vars.
8979 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
8980 (ps-insert-string): New function.
fa78f71b 8981
dcf1003d
KH
89822000-03-15 Kenichi Handa <handa@etl.go.jp>
8983
8984 * international/ccl.el (ccl-compile-expression): Don't generate
8985 invalid self-assignment code.
8986
73825616
DL
89872000-03-14 Dave Love <fx@gnu.org>
8988
8989 * subr.el (replace-regexp-in-string): Renamed from
8990 replace-regexps-in-string. Doc fix.
8991
031020ac
DL
89922000-03-12 Dave Love <fx@gnu.org>
8993
8994 * cus-edit.el: Doc fixes.
8995 (customize-set-variable, customize-save-variable): Rename args for
8996 doc.
8997 (custom-variable-tag-face, custom-face-tag-face)
8998 (custom-group-tag-face-1, custom-group-tag-face): Modify from
8999 style which user identify as hyperlink.
9000 (hook): Don't add undefined functions to the hook.
9001 (debug-ignored-errors): Transfer message from bindings.el.
9002
9b2f3c38
GM
90032000-03-12 Gerd Moellmann <gerd@gnu.org>
9004
9005 * recentf.el (recentf-keep-non-readable-files-p): Remove
9006 double/nested definition.
9007
0d6e23cf
DL
90082000-03-12 Dave Love <fx@gnu.org>
9009
9010 * facemenu.el (facemenu-get-face): Use display-color-p.
9011 * enriched.el (enriched-decode-foreground): Likewise.
9012 (enriched-decode-background): Likewise.
9013 * isearch.el (isearch-highlight): Likewise.
9014 * info-look.el (info-lookup): Likewise.
9015 * simple.el (completion-setup-function): Likewise.
9016
9017 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
9018 :options.
9019
9020 * bindings.el (mode-line-format): Fix line-number and
9021 column-number items. Add help-echo for the background.
9022 (mode-line-mule-info): Modify help-echo.
9023
9024 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
9025 defcustom.
9026
9027 * files.el (load-file): Allow completion to .elc.
9028
9029 * man.el: Doc fixes.
9030 (Man-init-defvars): Use display-color-p to set fontification.
9031
9032 * play/hanoi.el (hanoi-internal): Don't use oddp.
9033
e1cff360
GM
90342000-03-12 Gerd Moellmann <gerd@gnu.org>
9035
9036 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
9037
9038 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
9039
5e5dff44
GM
90402000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
9041
9042 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
9043 Fix comment.
9044
5b467bf4
SM
90452000-03-10 Stefan Monnier <monnier@cs.yale.edu>
9046
83fef604
SM
9047 * font-lock.el (font-lock-keywords): Fix the doc now that
9048 regexp-opt-depth is unnecessary.
9049 (save-buffer-state): Set an edebug spec.
9050 (font-lock-fontify-anchored-keywords): Properly handle the case when
9051 the matcher goes past the limit.
9052
5b467bf4
SM
9053 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
9054 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
9055
83fef604
SM
9056 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
9057 dll.el and cookie.el (from Elib) with heavy renaming and other
9058 massaging.
5b467bf4
SM
9059
9060 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
9061 Autoload the functions used.
9062 (easy-mmode-define-syntax): Fix CL typo.
9063 (easy-mmode-define-derived-mode): Improve the docstring generation.
9064
d407456c
GM
90652000-03-10 Gerd Moellmann <gerd@gnu.org>
9066
9067 * textmodes/texinfo.el (texinfo-version): Variable and function
9068 removed.
9069
5a7a545c
SM
90702000-03-09 Stefan Monnier <monnier@cs.yale.edu>
9071
0d6e23cf
DL
9072 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
9073 allow more flexibility.
9074 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
9075 fns.
9076 (easy-mmode-defmap, easy-mmode-defsyntax)
9077 (easy-mmode-define-derived-mode): New macros.
5a7a545c 9078
d407456c 90792000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
9080
9081 * rect.el (replace-rectangle): New function.
9082
90832000-03-09 Dave Love <fx@gnu.org>
9084
9085 * progmodes/fortran.el (fortran-comment-line-start): Define as
9086 "C".
9087 (fortran-comment-line-start-skip): Don't match cpp stuff.
9088 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
9089 (fortran-mode-map): Remove over-eager custom-menu-create for now.
9090 (fortran-mode): Don't set fortran-comment-line-start-skip,
9091 fortran-comment-line-start here. Set comment-start,
9092 add-log-current-defun.
9093 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
9094 (fortran-current-defun): New function.
9095
80460654
GM
90962000-03-09 Gerd Moellmann <gerd@gnu.org>
9097
d1221ea9
GM
9098 * emacs-lisp/re-builder.el: New file.
9099
1853aa6b
GM
9100 * mouse.el (mouse-drag-region): Don't run up-event handler
9101 if hscroll has changed.
9102
80460654
GM
9103 * octave-mod.el (octave-font-lock-keywords): To font-lock the
9104 builtin operators, use `font-lock-builtin-face' for Emacs and
9105 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
9106
9107 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
9108 `(defun (setf foo)' differently.
9109
c0056275
SM
91102000-03-08 Stefan Monnier <monnier@cs.yale.edu>
9111
9112 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
9113 (regexp-opt): Update comment and adapt the code the new meaning of
9114 the `paren' argument of regex-opt-group for shy-groups.
9115 (regexp-opt-depth): Handle shy groups as well as backslashed
9116 backslashes.
c0056275
SM
9117 (regexp-opt-group): Turn the leading comment into a docstring.
9118 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
9119 Remove open-presuf and close-presuf. Instead of checking for `all
9120 one-char' and then later on check for `several one-char', handle
9121 both cases close together. Also apply a more generic algorithm
9122 for suffixes (the mirror image of the algorithm used for
9123 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
9124 (regexp-opt-try-suffix): Removed.
9125
9126 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
9127 from comint-mode-map, so we can just inherit from it. Also, move
9128 the initialization into the `defvar' since there's no docstring
9129 anyway and it's fairly short.
9130 (inferior-scheme-mode): Define it as derived-mode: the code is
9131 shorter and this way we inherit from comint-mode-map rather than
9132 copying it.
c0056275 9133
80460654
GM
9134 * subr.el (replace-regexps-in-string): Properly handle the case
9135 where we match an empty string.
c0056275 9136
80460654
GM
9137 * comint.el (comint-exec-1): Add the current-dir to the exec-path
9138 when the command has a directory component (such as "./testml").
c0056275
SM
9139 Also fix a typo in the comment.
9140
5e91ff9e
GM
91412000-03-08 Gerd Moellmann <gerd@gnu.org>
9142
feab4fba
GM
9143 * Makefile (compile-files): Compile files one by one because
9144 that's the only way to ensure a clean compilation environment for
9145 each individual file.
9146
5e91ff9e
GM
9147 * frame.el (other-frame): Call x-focus-frame.
9148
76162e12
DL
91492000-03-07 Dave Love <fx@gnu.org>
9150
f64ce788
DL
9151 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
9152 :require to defcustom.
9153
76162e12
DL
9154 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
9155 lists.
9156
9157 * files.el (auto-mode-alist): Add configure.in.
9158
9159 * progmodes/autoconf.el: New file.
9160
f7daf1e1
GM
91612000-03-07 Gerd Moellmann <gerd@gnu.org>
9162
9163 * mail/mh-e.el: Change maintainer to `none'.
9164
9165 * recentf.el (recentf-keep-non-readable-files-p): Quote args
9166 to remove-hook and add-hook.
9167
91682000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9169
9170 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
9171 it as the default.
9172 (mail-send): Test mail-send-nonascii also for the new `mime' value.
9173 (sendmail-send-it): Conditionally add MIME headers specifying the
9174 used character set.
fa78f71b 9175
63f6b2c4
DL
91762000-03-07 Dave Love <fx@gnu.org>
9177
9178 * winner.el: Fix keywords, autoload cookies. Split
9179 eval-when-compile form to avoid compilation failure.
9180
8330e2f9
KH
91812000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
9182
9183 * international/mule.el: Modify comment about coding system
9184 property `coding-category'.
9185 (make-coding-system): New argument EOL-TYPE. Pay attention to
9186 coding-category property of PROPERTIES.
9187
9188 * international/mule-conf.el (coding-category-utf-8,
9189 coding-category-utf-16-be, coding-category-utf-16-le): New coding
9190 categories. Include them in the argument for set-coding-priority.
9191
9192 * international/mule-cmds.el (reset-language-environment): Include
9193 coding-category-utf-8, coding-category-utf-16-be, and
9194 coding-category-utf-16-le in the argument for set-coding-priority.
9195 (reset-language-environment): Initialize coding-category-utf-8,
9196 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
9197
18bb0684
GM
91982000-03-06 Karl Fogel <kfogel@red-bean.com>
9199
9200 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
9201 code abstracted out of `bookmark-jump-noselect'. Now tries info
9202 extensions as well as compression extensions.
9203 (bookmark-jump-noselect): Use above new func.
fa78f71b 9204
71a6ba55
GM
92052000-03-03 Gerd Moellmann <gerd@gnu.org>
9206
9207 * strokes.el: Change maintainer's mail address.
9208
0d56cdff
KH
92092000-03-03 Kenichi Handa <handa@etl.go.jp>
9210
9211 * international/mule-diag.el (list-character-sets): Make help-echo
9212 string by substitute-command-keys.
9213 (list-character-sets): Likewise.
9214 (sort-listed-character-sets): Call help-setup-xref.
9215
900fa1f1
GM
92162000-03-02 Gerd Moellmann <gerd@gnu.org>
9217
9218 * time.el (display-time-mail-file): Add `none' to the list of
9219 choices.
9220
54d04320
DL
92212000-03-01 Dave Love <fx@gnu.org>
9222
43f3fa09
DL
9223 * help.el (help-xref-go-back): Don't try to set position.
9224
54d04320
DL
9225 * international/mule-diag.el (list-character-sets): Call
9226 help-setup-xref. Add help-echo to xrefs.
9227 (list-character-sets-1): Add help-echo to xrefs.
9228
d054101f
GM
92292000-03-02 Gerd Moellmann <gerd@gnu.org>
9230
9231 * frame.el (blink-cursor-mode): Switch cursor on when turning
9232 the mode off.
9233
9234 * add-log.el (add-log-current-defun): Add support for
9235 Autoconf mode.
9236
9237 * mail/rmail.el (rmail-quit-hook): New variable.
9238
d77dae5c
DL
92392000-03-01 Dave Love <fx@gnu.org>
9240
e5f597f0
DL
9241 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
9242
d77dae5c
DL
9243 * help.el (help-xref-button): Add help-echo arg.
9244 (describe-function-1, describe-variable, help-make-xrefs): Use it.
9245
9246 * faces.el (list-faces-display): Supply help-echo with
9247 help-make-xrefs.
9248
9249 * facemenu.el (list-text-properties-at): Set help-xref-stack to
9250 nil.
9251
72d19d75
GM
92522000-03-01 Gerd Moellmann <gerd@gnu.org>
9253
2df636f4
GM
9254 * image.el (defimage): Look for image files in load-path.
9255
fa78f71b 9256 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
9257 `number'.
9258
2df636f4
GM
92592000-03-01 David Ponce <david.ponce@wanadoo.fr>
9260
9261 * recentf.el (recentf): Added version tag to the defgroup of
9262 recentf.
9263
92642000-03-01 David Ponce <david.ponce@wanadoo.fr>
9265
9266 * recentf.el (recentf-cleanup): Changed to remove excluded file
9267 too.
9268 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
9269 action to select/unselect a file.
9270 (recentf-edit-list): Code cleanup and improvement.
9271 (recentf-open-more-files-action): `recentf-open-more-files' button
9272 widget action to open a file.
9273 (recentf-open-more-files): No more use standard completion but
9274 widgets.
9275 (recentf-more-collection): Deleted.
9276 (recentf-more-history): Deleted.
9277 (recentf-setup-more-completion): Deleted.
9278
92792000-03-01 David Ponce <david.ponce@wanadoo.fr>
9280
9281 * recentf.el (recentf-mode): No more needs that Emacs is running
9282 under a window-system.
9283
92841999-03-01 David Ponce <david.ponce@wanadoo.fr>
9285
9286 * recentf.el (recentf-edit-list): New command to edit the recent
9287 list which allow the user to remove files.
9288 (recentf-edit-selected-items): New global variable, used by
9289 `recentf-edit-list' to hold the list of files to be removed from
9290 the recent list.
9291 (recentf-make-menu-items): Updated to display a "Edit list..."
9292 menu item. Minor code cleanup.
9293
92941999-03-01 David Ponce <david.ponce@wanadoo.fr>
9295
9296 * recentf.el (recentf-open-more-files): New command to open files
9297 that are not displayed in the menu.
9298 (recentf-more-collection): New global variable holding the set of
9299 permissible completions used by `recentf-open-more-files'.
9300 (recentf-more-history): New global variable holding the history list
9301 used by `recentf-open-more-files' completion.
9302 (recentf-setup-more-completion): New function to setup completion for
9303 `recentf-open-more-files'.
9304 (recentf-make-menu-items): Updated to display a "More..." menu item.
9305
93061999-03-01 David Ponce <david.ponce@wanadoo.fr>
9307
9308 * recentf.el (recentf-menu-action): Doc fixed.
9309
93101999-03-01 David Ponce <david.ponce@wanadoo.fr>
9311
9312 * recentf.el (recentf-menu-filter): Doc updated.
9313 (recentf-update-menu-hook): Allow menu filters to force menu update.
9314 (recentf-make-menu-items): New menu filter handling.
9315 (recentf-make-menu-item): New helper function.
9316 (recentf-menu-elements): New menu handling function.
9317 (recentf-sort-ascending): Updated to new menu filter handling.
9318 (recentf-sort-descending): Updated to new menu filter handling.
9319 (recentf-sort-basenames-ascending): New menu filter function.
9320 (recentf-sort-basenames-descending): New menu filter function.
9321 (recentf-show-basenames): New menu filter function.
9322 (recentf-show-basenames-ascending): New menu filter function.
9323 (recentf-show-basenames-descending): New menu filter function.
9324
72d19d75
GM
93252000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9326
9327 * diary-lib.el (list-diary-entries): Don't try to go forward at
9328 the end of the buffer.
9329
1ac1c836
KH
93302000-02-29 Kenichi Handa <handa@etl.go.jp>
9331
9332 * international/mule-diag.el (list-character-sets): Completely
9333 rewritten.
9334 (sort-listed-character-sets): New function.
9335 (list-character-sets-1): Completely rewritten.
9336 (list-character-sets-2): New function.
9337 (non-iso-charset-alist): New variable.
9338 (decode-codepage-char): New function.
9339 (charset-history): New variable.
9340 (read-charset) (list-block-of-chars)
9341 (list-iso-charset-chars)
9342 (list-non-iso-charset-chars)
9343 (list-charset-chars): New functions.
9344 (mule-diag): Call list-character-sets-2, not
9345 list-character-sets-2.
9346 (dump-charsets): Likewise.
9347
ed4d0512
GM
93482000-02-29 Gerd Moellmann <gerd@gnu.org>
9349
72d19d75
GM
9350 * dired-x.el (dired-filename-at-point): Add `@' to valid
9351 file name characters.
9352 (dired-filename-at-point): Handle ange-ftp file names.
9353
ed4d0512
GM
9354 * frame.el (frame-notice-user-settings): Use assq-delete-all
9355 instead of assoc-delete-all.
9356 (frame-notice-user-settings): Ditto.
9357
9358 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
9359 Don't copy alist.
9360
32038c7a
GM
93612000-02-28 Eli Barzilay <eli@cs.cornell.edu>
9362
9363 * calculator.el (calculator-use-menu): New option.
9364 (calculator-initial-bindings): Changed some bindings to work as
9365 macros.
9366 (calculator-forced-input): Removed.
9367 (calculator-restart-other-mode): New variable.
9368 (calculator-mode-map): Set up menu.
fa78f71b 9369
32038c7a
GM
93702000-02-28 Jari Aalto <jari.aalto@poboxes.com>
9371
9372 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
9373 tags.
fa78f71b 9374
55d7ff38 93752000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 9376
55d7ff38
MK
9377 * viper-cmd.el (viper-envelop-ESC-key): added the option to
9378 translate all ESC key sequences.
9379 (viper-goto-mark-subr): restore markers for files for which
9380 they were saved.
9381 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
9382 * viper-util.el (viper-set-replace-overlay-glyphs,
9383 viper-set-replace-overlay): always check if the replacement
9384 overlay is live.
9385 * viper.el (viper-vi-state-mode-list): added major modes.
9386 * ediff-wind.el: minor comment changes.
9387 * ediff.el: copyright notice date fix.
fa78f71b 9388
387023ee
JR
93892000-02-27 Jason Rumney <jasonr@gnu.org>
9390
9391 * faces.el (face-font-family-alternatives): Add arial to helv.
9392 (mode-line, header-line, tool-bar): Same default as x for w32.
9393 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
9394 face-font-family-alternatives from working.
9395 * term/w32-win.el (mouse-set-font): Do not build fontset from
9396 chosen font.
9397
f43d79c1
GM
93982000-02-25 Sam Steingold <sds@goems.com>
9399
5d80cc9c 9400 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 9401 properly.
fa78f71b 9402
8b7bc628 94032000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
9404
9405 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
9406
4eb8436f
GM
94072000-02-25 Gerd Moellmann <gerd@gnu.org>
9408
9409 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
9410 writable.
9411
449c3c52 9412 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 9413
42088c12
GM
94142000-02-24 Gerd Moellmann <gerd@gnu.org>
9415
9416 * frame.el (show-cursor-in-non-selected-windows): New option.
9417
c60ea02e
GM
94182000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9419
9420 * diary-lib.el (include-other-diary-files): Undo the selective
9421 display in any included file and don't kill it.
9422
d066de8e
EZ
94232000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
9424
9425 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
9426 bar. Menu items converted to (menu-item format, help strings
9427 added.
9428 [downcase, upcase]: Don't enable on MS-DOS.
9429 [symlink, symlinks]: Don't show if make-symbolic-link is not
9430 bound.
9431 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
9432
b6906b38
DL
94332000-02-23 Dave Love <fx@gnu.org>
9434
275cf1b2
DL
9435 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
9436 (backward-kill-word): Revert addition of * to interactive spec --
9437 it's a feature.
9438
9439 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
9440 (backward-kill-sentence, kill-sentence): Likewise.
9441
99d48056
DL
9442 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
9443 scratch buffer name.
9444 (gud-format-command): Use int-to-string in ?l case. Simplify
9445 slightly.
9446
9447 * term/w32-win.el (internal-face-interactive): Update prompt for
9448 new read-face-name.
9449
9450 * mail/footnote.el (footnote): Add :version to defgroup.
9451 (footnote-section-tag-regexp): Customize.
9452 (footnote-start-tag, footnote-end-tag): New option.
9453 (footnote-latin-regexp): New variable.
9454 (Footnote-latin): New function.
9455 (footnote-style-alist): Add element for latin style.
9456 (footnote-style): Moved.
9457 (Footnote-goto-footnote): Use eq to test arg.
9458
9459 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
9460
b6906b38
DL
9461 * emacs-lisp/byte-opt.el: Change old backquote syntax.
9462 (byte-compile-trueconstp): Include keywords.
9463 (byte-optimize-quote, byte-optimize-lapcode): Use
9464 byte-compile-const-symbol-p.
9465 (byte-optimize-char-before): New optimization.
9466
9467 * emacs-lisp/bytecomp.el: Change old backquote syntax.
9468 (byte-compile-const-symbol-p): New function.
9469 (byte-compile-constp, byte-compile-out-toplevel)
9470 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
9471 Use it.
9472
9473 * subr.el (define-key-after): Default AFTER to t. Doc fix.
9474
214f877f
KH
94752000-02-23 Kenichi Handa <handa@etl.go.jp>
9476
c709bcf1
KH
9477 * international/encoded-kb.el: Be sure to update minor-mode-alist
9478 and minor-mode-map-alist.
9479 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
9480 codes SS2 and SS3 correctly.
9481 (encoded-kbd-self-insert-ccl): New function.
9482 (encoded-kbd-setup-keymap): New function.
9483 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
9484 by calling encoded-kbd-setup-keymap.
9485
214f877f
KH
9486 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
9487 characters.
9488 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
9489 locally.
9490
b021ef18
DL
94912000-02-22 Dave Love <fx@gnu.org>
9492
9493 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
9494 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
9495 defvar.
9496 (lisp-mode-syntax-table): Set up for #|...|# comments.
9497 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
9498 classes. Match `defface'.
9499 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
9500 (eval-defun-1): Fix for defcustom.
9501 (lisp-indent-region): Doc fix.
9502
9503 * subr.el (when, unless, split-string): Doc fix.
9504 (read-passwd): Move call of clear-this-command-keys to the right
9505 place.
9506 (replace-regexps-in-string): New function.
9507
14cc00ad
GM
95082000-02-22 Gerd Moellmann <gerd@gnu.org>
9509
9510 * help.el (describe-variable): Set syntax table to
9511 emacs-lisp-mode-syntax-table when moving forward over the
9512 symbol's name.
9513
47da5efa
DL
95142000-02-22 Dave Love <fx@gnu.org>
9515
9516 * xt-mouse.el: Doc fixes.
9517 (xterm-mouse-position-function): New function, replacing advice of
9518 mouse-position.
9519 (xterm-mouse-mode): Use it. Don't turn on under a window system.
9520
9521 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
9522
f0a6c717
GM
95232000-02-21 Gerd Moellmann <gerd@gnu.org>
9524
9525 * format.el (format-annotate-single-property-change): Handle
9526 properties.with dotted-list values.
9527 (format-proper-list-p): New function.
9528
9529 * enriched.el (enriched-face-ans): Handle '(foreground-color
9530 . COLOR) and (background-color . COLOR).
9531
2be80b63
DL
95322000-02-20 Dave Love <fx@gnu.org>
9533
9534 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
9535 and assignments to it.
9536 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
9537 current local map.
9538 (make-flyspell-overlay): Use it.
9539 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
9540
9541 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
9542 (lm-get-header-re): Defun, not defsubst.
9543 (lm-get-package-name): Defun, not defsubst. Simplify.
9544 (lm-version): Doc fix. Simplify.
9545 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
9546 (lm-crack-address, lm-last-modified-date, lm-commentary)
9547 (lm-verify, lm-synopsis): Simplify.
9548 (lm-report-bug): Require emacsbug. Use compose-mail.
9549
329eed9f
GM
95502000-02-20 Gerd Moellmann <gerd@gnu.org>
9551
9552 * dired.el (dired-mode): Call propertized-buffer-identification
9553 to set mode-line-buffer-identification to something having
9554 the right text properties.
9555
9556 * bindings.el (propertized-buffer-identification): New function.
9557
be5bb146
DL
95582000-02-20 Dave Love <fx@gnu.org>
9559
9560 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
9561 check for t-mouse too.
9562
9563 * cus-start.el: Make echo-keystrokes `number'.
9564
1d4311c3
EZ
95652000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
9566
9567 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
9568 Don't call ring-empty-p unless tags-location-ring is bound.
9569 From Noah Friedman <friedman@splode.com>.
9570
a23c5037
TTN
95712000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
9572
9573 * progmodes/hideshow.el (hs-flag-region): No longer use
9574 `intangible' overlay property.
9575
9576 (hs-toggle-hiding): New command.
9577 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
9578
9579 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
9580 Fix omission bug: Run `hs-minor-mode-hook' for both activation
9581 and deactivation.
9582
b6a22bf8
GM
95832000-02-18 Gerd Moellmann <gerd@gnu.org>
9584
9585 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
9586
d621caf7
GM
95872000-02-17 Gerd Moellmann <gerd@gnu.org>
9588
3c0ed7ce
GM
9589 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
9590
d621caf7
GM
9591 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
9592 of `*' to handle `(* ... *)' comments.
9593
538d88fb
EZ
95942000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
9595
53c80cf6 9596 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 9597 window-system.
53c80cf6 9598
538d88fb
EZ
9599 * menu-bar.el (global-map): Menu-bar items converted to the new
9600 format (menu-item..., rearranged for better CUA compliance, and
9601 their names changed for better clarity. Help strings added.
9602
9603 * international/mule-cmds.el (mule-menu-keymap)
9604 (describe-language-environment-map, set-coding-system-map)
9605 (setup-language-environment-map): Convert to new (menu-item...
9606 form, add help strings. Change names of menu items for better
9607 clarity. "Mule" menu-bar item removed (it's now in the "Options"
9608 submenu).
9609
8389e1e2 96102000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 9611
a23c5037 9612 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 9613 within the code.
a23c5037 9614
8389e1e2 96152000-02-16 Dave Love <fx@gnu.org>
a23c5037 9616
84fe35f0
DL
9617 * faces.el: Don't require custom. Add more specific :groups to
9618 various deffaces.
9619 (set-face-attribute): Purecopy args.
9620 (read-face-name): Default to name at point and use it in prompt.
9621 Remove colon from arg in all callers.
9622 (list-faces-display): Hyperlink to face descriptions and customize
9623 buffers.
9624
b2aeee30
DL
96252000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
9626
9627 * wid-edit.el (widget-match-inline): An atom never matches a
9628 list.
9629
99e95407
GM
96302000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9631
82d2c7c5
DL
9632 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
9633 at ':' characters by call to split-string.
99e95407
GM
9634
96352000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9636
82d2c7c5 9637 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
9638
96392000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9640
82d2c7c5
DL
9641 * textmodes/bibtex.el: Some temporary comments removed.
9642 (bibtex-field-name, bibtex-entry-type): Made the relationship
9643 explicit.
9644 (bibtex-field-const): Allow capital letters.
9645 (bibtex-start-of-string): Deleted because unused.
9646
9647 * textmodes/bibtex.el: Unified some nomenclature. We no longer
9648 use the term 'reference' to describe a bibtex entry as a whole.
9649 Further, reference keys are no longer called 'labels'.
9650 (bibtex-keys): Renamed to bibtex-reference-keys.
9651 (bibtex-reformat-previous-labels): Renamed to
9652 bibtex-reformat-previous-reference-keys.
9653 (bibtex-reference-type): Renamed to bibtex-entry-type.
9654 (bibtex-reference-head): Renamed to bibtex-entry-head.
9655 (bibtex-reference-maybe-empty-head): Renamed to
9656 bibtex-entry-maybe-empty-head.
9657 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
9658 (bibtex-search-reference): Renamed to bibtex-search-entry.
9659 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
9660 bibtex-enclosing-entry-maybe-empty-head.
9661 (bibtex-entry-field-alist, bibtex-entry-head,
9662 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
9663 bibtex-map-entries, bibtex-search-entry,
9664 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
9665 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9666 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
9667 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
9668 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
9669 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
9670 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
9671
96722000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9673
82d2c7c5
DL
9674 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
9675 comment.
9676 (bibtex-format-field-delimiters): New function, functionality
9677 extracted from bibtex-format-entry.
9678 (bibtex-autokey-get-yearfield-digits): New function, functionality
9679 extracted from bibtex-autokey-get-yearfield.
9680
9681 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
9682 entries in order to avoid stack overflow in the regexp matcher if
9683 field contents become large.
9684 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
9685 bibtex-field-string-part-not-braced,
9686 bibtex-field-string-part-no-inner-braces,
9687 bibtex-field-string-part-1-inner-brace,
9688 bibtex-field-string-part-2-inner-braces,
9689 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
9690 bibtex-field-string-quoted, bibtex-field-string,
9691 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
9692 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
9693 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
9694 as parsing is now performed by the following functions.
9695 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
9696 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
9697 bibtex-parse-field-string, bibtex-search-forward-field-string,
9698 bibtex-parse-association, bibtex-field-name-for-parsing,
9699 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
9700 bibtex-search-forward-field, bibtex-search-backward-field,
9701 bibtex-start-of-field, bibtex-end-of-field,
9702 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
9703 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
9704 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
9705 bibtex-parse-string, bibtex-search-forward-string,
9706 bibtex-search-backward-string, bibtex-start-of-string,
9707 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
9708 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
9709 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
9710 entries. Instead of reporting the results of the parsing by
9711 match-beginning or match-end, these functions return data structures
9712 that hold the corresponding positions.
9713 (bibtex-enclosing-field): Changed to also report field boundaries by
9714 return values rather than by match-beginning or match-end. The
9715 following functions have been adapted to use the new parsing
9716 functions.
9717 (bibtex-skip-to-valid-entry, bibtex-search-reference,
9718 bibtex-enclosing-field, bibtex-format-entry,
9719 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
9720 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
9721 bibtex-print-help-message, bibtex-end-of-entry,
9722 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
9723 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9724 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
9725 method for parsing.
9726 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
9727 bibtex-map-entries, bibtex-flash-head,
9728 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
9729 bibtex-autokey-change, bibtex-autokey-get-namefield,
9730 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
9731 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9732 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
9733 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9734 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
9735 order to make the new binding of case-fold-search immediately
9736 visible.
99e95407
GM
9737
97382000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9739
82d2c7c5
DL
9740 * textmodes/bibtex.el: Copyright notice is up to date.
9741 Added constant 'bibtex-maintainer-salutation.
99e95407 9742
82d2c7c5
DL
9743 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
9744 than make-temp-name, use match-string-no-properties and eliminate
9745 a quadratic behavior when building bibtex-strings.
99e95407 9746
82d2c7c5
DL
9747 * bibtex.el (bibtex-reference-key): Accept string entries whose
9748 reference key contains upper case letters.
99e95407
GM
9749
97502000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9751
82d2c7c5
DL
9752 * bibtex.el (bibtex-reference-head): Allow entries to start with
9753 a new line.
99e95407
GM
9754
97552000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9756
82d2c7c5
DL
9757 * bibtex.el: Hiding of entry bodies is not longer provided by
9758 bibtex.el directly. Instead the hideshow package can be used.
9759 Added a special bibtex entry to hs-special-modes-alist.
9760 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
9761
97622000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9763
f24fef2f
SM
9764 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
9765 at ':' characters by call to split-string.
8389e1e2
GM
9766
97672000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9768
f24fef2f 9769 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
9770
97712000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9772
f24fef2f
SM
9773 * textmodes/bibtex.el: Some temporary comments removed.
9774 (bibtex-field-name, bibtex-entry-type): Made the relationship
9775 explicit.
9776 (bibtex-field-const): Allow capital letters.
9777 (bibtex-start-of-string): Deleted because unused.
fa78f71b 9778
f24fef2f
SM
9779 * textmodes/bibtex.el: Unified some nomenclature. We no longer
9780 use the term 'reference' to describe a bibtex entry as a whole.
9781 Further, reference keys are no longer called 'labels'.
9782 (bibtex-keys): Renamed to bibtex-reference-keys.
9783 (bibtex-reformat-previous-labels): Renamed to
9784 bibtex-reformat-previous-reference-keys.
9785 (bibtex-reference-type): Renamed to bibtex-entry-type.
9786 (bibtex-reference-head): Renamed to bibtex-entry-head.
9787 (bibtex-reference-maybe-empty-head): Renamed to
9788 bibtex-entry-maybe-empty-head.
9789 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
9790 (bibtex-search-reference): Renamed to bibtex-search-entry.
9791 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
9792 bibtex-enclosing-entry-maybe-empty-head.
9793 (bibtex-entry-field-alist, bibtex-entry-head,
9794 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
9795 bibtex-map-entries, bibtex-search-entry,
9796 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
9797 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9798 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
9799 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
9800 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
9801 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
9802 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
9803
98042000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9805
f24fef2f
SM
9806 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
9807 comment.
9808 (bibtex-format-field-delimiters): New function, functionality
9809 extracted from bibtex-format-entry.
9810 (bibtex-autokey-get-yearfield-digits): New function, functionality
9811 extracted from bibtex-autokey-get-yearfield.
fa78f71b 9812
f24fef2f
SM
9813 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
9814 entries in order to avoid stack overflow in the regexp matcher if
9815 field contents become large.
9816 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
9817 bibtex-field-string-part-not-braced,
9818 bibtex-field-string-part-no-inner-braces,
9819 bibtex-field-string-part-1-inner-brace,
9820 bibtex-field-string-part-2-inner-braces,
9821 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
9822 bibtex-field-string-quoted, bibtex-field-string,
9823 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
9824 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
9825 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
9826 as parsing is now performed by the following functions.
9827 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
9828 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
9829 bibtex-parse-field-string, bibtex-search-forward-field-string,
9830 bibtex-parse-association, bibtex-field-name-for-parsing,
9831 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
9832 bibtex-search-forward-field, bibtex-search-backward-field,
9833 bibtex-start-of-field, bibtex-end-of-field,
9834 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
9835 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
9836 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
9837 bibtex-parse-string, bibtex-search-forward-string,
9838 bibtex-search-backward-string, bibtex-start-of-string,
9839 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
9840 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
9841 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
9842 entries. Instead of reporting the results of the parsing by
9843 match-beginning or match-end, these functions return data structures
9844 that hold the corresponding positions.
9845 (bibtex-enclosing-field): Changed to also report field boundaries by
9846 return values rather than by match-beginning or match-end. The
9847 following functions have been adapted to use the new parsing
9848 functions.
9849 (bibtex-skip-to-valid-entry, bibtex-search-reference,
9850 bibtex-enclosing-field, bibtex-format-entry,
9851 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
9852 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
9853 bibtex-print-help-message, bibtex-end-of-entry,
9854 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
9855 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9856 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
9857 method for parsing.
9858 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
9859 bibtex-map-entries, bibtex-flash-head,
9860 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
9861 bibtex-autokey-change, bibtex-autokey-get-namefield,
9862 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
9863 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9864 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
9865 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9866 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
9867 order to make the new binding of case-fold-search immediately
9868 visible.
8389e1e2
GM
9869
98702000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9871
f24fef2f
SM
9872 * textmodes/bibtex.el: Copyright notice is up to date.
9873 Added constant 'bibtex-maintainer-salutation.
fa78f71b 9874
f24fef2f
SM
9875 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
9876 than make-temp-name, use match-string-no-properties and eliminate
9877 a quadratic behavior when building bibtex-strings.
fa78f71b 9878
f24fef2f
SM
9879 * bibtex.el (bibtex-reference-key): Accept string entries whose
9880 reference key contains upper case letters.
8389e1e2
GM
9881
98822000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9883
f24fef2f
SM
9884 * bibtex.el (bibtex-reference-head): Allow entries to start with
9885 a new line.
8389e1e2
GM
9886
98872000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9888
f24fef2f
SM
9889 * bibtex.el: Hiding of entry bodies is not longer provided by
9890 bibtex.el directly. Instead the hideshow package can be used.
9891 Added a special bibtex entry to hs-special-modes-alist.
9892 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
9893
98942000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9895
82d2c7c5 9896 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
9897 proceedings entry type (for cross referencing). Thanks to Wagner
9898 Toledo Correa for the suggestion.
9899
82d2c7c5 9900 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 9901
eae61d8f
KH
99022000-02-14 Kenichi Handa <handa@etl.go.jp>
9903
9904 * international/characters.el: Setup case table for Vietnamese.
9905
fb07a302
GM
99062000-02-12 Gerd Moellmann <gerd@gnu.org>
9907
9908 * uniquify.el (toplevel): Require CL at compile time.
9909 (uniquify-push): Removed.
9910
9911 * shadowfile.el (shadow-when): Removed.
9912
9913 * tempo.el (tempo-dolist, tempo-mapc): Removed.
9914 (tempo-process-and-insert-string): Use dolist instead of
9915 tempo-dolist.
9916
9917 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
9918 regexp for paragraph-start.
9919
9920 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
9921 commas as well.
9922
a0eddf92
DL
99232000-02-10 Dave Love <fx@gnu.org>
9924
9925 * wid-edit.el: (widgets) [defgroup]: Remove url link.
9926 (widget-color-choice-list, widget-color-history, widget-mouse-help):
9927 Deleted.
9928 (widget-specify-field, widget-specify-button): Don't use
9929 widget-mouse-help as help-echo property.
9930 (default): Use #'ignore for :validate and :mouse-down-action.
9931 (checkbox): Add help-echo.
9932 (widget-sexp-validate): Rewritten to clarify error messages.
9933 (character): Use char-valid-p in :match function.
9934 (widget-color-complete): Use facemenu-color-alist.
9935 (widget-color-action): Use facemenu-read-color.
9936
9937 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
9938 set up `caar' &c that we now have.
9939
82d2c7c5
DL
99402000-02-09 Ray Blaak <blaak@gnu.org>
9941
9942 * delphi.el: Make resourcestring a declaration region, like const
9943 and var.
9944
6cbc1482
DL
99452000-02-09 Dave Love <fx@gnu.org>
9946
9947 * bindings.el (mode-line-input-method-map): New variable.
9948 (mode-line-mule-info): Use it; fix last change.
9949 (mode-line-mode-menu): Move definition.
9950 (mode-line-mouse-sensitive-p): Deleted.
9951 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
9952 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
9953 level.
9954
9955 * startup.el (command-line-1): Don't call
9956 make-mode-line-mouse-sensitive.
9957
f7136ee8
GM
99582000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9959
9960 * mail/rmail.el (rmail-retry-failure): Use
9961 rmail-beginning-of-message before rmail-toggle-header, because the
9962 former toggles headers.
9963
6e1d0d15
SM
99642000-02-06 Stefan Monnier <monnier@cs.yale.edu>
9965
fef8c55b
SM
9966 * diff-mode.el (diff-kill-junk): New interactive function.
9967 (diff-reverse-direction): Use delete-and-extract-region.
9968 (diff-post-command-hook): Restrict the area so that the hook also works
9969 outside of any diff hunk. This is necessary for the minor-mode.
9970 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
9971 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
9972
6e1d0d15
SM
9973 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
9974 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
9975 so that it can be used more easily in <foo>-mode-hook. Also make sure
9976 to avoid duplicate entries.
9977 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
9978 (font-lock-remove-keywords): Just as was done for `add', allow it to
9979 work even if font-lock-mode is nil. Also make sure we don't modify
9980 any pre-existing list by forcing a copy-sequence. Finally rename
9981 `major-mode' to `mode'.
9982 (font-lock-fontify-syntactic-anchored-keywords)
9983 (font-lock-fontify-anchored-keywords)
9984 (font-lock-fontify-keywords-region): Use line-end-position.
9985 Don't make `font-lock-multiline' local (it's now done in
9986 font-lock-set-defaults).
9987 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
9988 move the `font-lock-fontified' creation to inside the `unless'.
9989
a75dfea0
AI
99902000-02-06 Andrew Innes <andrewi@gnu.org>
9991
9992 * term/w32-win.el (x-handle-args): Comment out call to message,
9993 which occurs before window system is initialized.
9994
9995 * makefile.nt: Add support for recompiling lisp code.
9996
b85e9462
DL
99972000-02-04 Dave Love <fx@gnu.org>
9998
9ff33afb
DL
9999 * bindings.el (mode-line-mule-info): Fix/extend last change.
10000
b85e9462
DL
10001 * completion.el: Replace completion-dolist with dolist.
10002
10003 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
10004 dotimes.
10005
44dff075
CD
100062000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
10007
10008 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
10009 environment names before they go into the section regexp.
10010
10011 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
10012 char class in regexp.
10013
10014 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
10015 `case-fold-search' to nil.
10016
10017 * progmodes/idlwave.el (idlwave-template): Respect
10018 `idlwave-abbrev-change-case'.
10019 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
10020 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
10021 idlwave-while): respect `idlwave-reserved-word-upcase'.
10022 (idlwave-rw-case): New function.
10023 (idlwave-statement-match): Fixed problem with assignment regexp.
10024 (idlwave-font-lock-keywords): Improved regexp for keyword
10025 parameters.
a23c5037 10026 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
10027 operators longer than 1 char.
10028
10029 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
10030 idlwave-shell-expression-overlay. Implemented printing of
10031 expressions on higher levels of the calling stack.
10032 (idlwave-shell-display-level-in-calling-stack): Restore stack
10033 level.
10034 (idlwave-retrieve-expression-from-level): New function.
10035 (idlwave-shell-last-calling-stack): Variable removed.
10036 (idlwave-shell-reset): Argument action reversed (`visible' to
10037 `hidden'). Also remove stop-line overlay.
10038 (idlwave-shell-calling-stack-routine): New variable.
10039 (idlwave-shell-parse-stack-and-display): Messages now display
10040 negative level numbers.
10041 (idlwave-shell-mode): Set `modeline-format'.
10042 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
10043 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
10044 21.
10045 (idlwave-shell-print-expression-function): New option.
a23c5037 10046
44dff075
CD
10047 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
10048 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
10049 `tool-bar' instead of `toolbar'.
10050
f26c34fd
DL
100512000-02-02 Dave Love <fx@gnu.org>
10052
10053 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
10054 emacs-lisp-mode-hook. Don't check for defalias being defined.
10055
10056 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10057 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
10058 the new builtins directly.
10059
10060 * whitespace.el (whitespace): Add :version to defgroup.
10061
10062 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
10063 Doc fix.
10064
10065 * thingatpt.el (sexp-at-point, symbol-at-point)
10066 (number-at-point, list-at-point): Add autoload cookie.
10067
10068 * recentf.el (recentf): Add :version to defgroup.
10069
10070 * quickurl.el (quickurl): Add :version to defgroup.
10071
10072 * elide-head.el (elide-head): Use point-marker more.
10073
10074 * bs.el (bs): Add :version to defgroup.
10075
10076 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
10077
10078 * progmodes/delphi.el (delphi): Add :version to defgroup.
10079
d240a249
GM
100802000-02-02 Gerd Moellmann <gerd@gnu.org>
10081
10082 * ange-ftp.el (ange-ftp-write-region): Handle case that
10083 succeeding process operation sets a different coding system.
10084
10085 * calculator.el: New file.
10086
d5179a01
EZ
100872000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
10088
10089 * frame.el (frames-on-display-list, framep-on-display): New
10090 functions.
10091 (display-mouse-p, display-popup-menus-p, display-graphic-p)
10092 (display-selections-p, display-screens, display-pixel-width)
10093 (display-pixel-height, display-mm-width, display-mm-height)
10094 (display-backing-store, display-save-under, display-planes)
10095 (display-color-cells, display-visual-class): New functions.
10096
10097 * term/tty-colors.el (tty-color-gray-shades): New function.
10098
10099 * faces.el (display-color-p): Use framep-on-display.
10100 (display-grayscale-p): New function.
10101
968e00f0
DL
101022000-01-31 Dave Love <fx@gnu.org>
10103
10104 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
10105 (create-fontset-from-x-resource): Don't concat integers.
10106
2cb750ba
GM
101072000-01-31 Inge Frick <inge@nada.kth.se>
10108
10109 * view.el: Some changes in documentation. Removed some trailing
10110 whitespace. Changed some parameter names to agree with
10111 documentation.
10112 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
10113 window is not deleted. Modifies change 1998-04-26.
a23c5037 10114
74e9213b
GM
101152000-01-31 Gerd Moellmann <gerd@gnu.org>
10116
47569935
GM
10117 * windmove.el: New file.
10118
74e9213b
GM
10119 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10120 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 10121 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 10122
74e9213b
GM
10123 * jit-lock.el (jit-lock-function): Widen before calculating end
10124 position.
10125 (jit-lock-stealth-chunk-start): Rewritten.
10126
10127 * info.el (Info-title-face-alist): Removed.
10128 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
10129 faces.
10130 (Info-fontify-node): Use these faces.
10131
994c5afe
GM
101322000-01-30 Gerd Moellmann <gerd@gnu.org>
10133
10134 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
10135 (cl-macro-list1): Recognize `&allow-other-keys' instead of
10136 `&allow-other-keywords'.
10137
10138 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
10139 the list of directories scanned heuristically.
10140
10141 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
10142 exist.
10143
f00276e3
JR
101442000-01-30 Jason Rumney <jasonr@gnu.org>
10145
10146 * w32-fns.el: Define w32-tty-standard-colors.
10147
10148 * startup.el (command-line): Use w32-tty-standard-colors when in
10149 w32 console mode.
10150
cc4dfff0
DL
101512000-01-30 Dave Love <fx@gnu.org>
10152
e645e77b
DL
10153 * jka-compr.el (jka-compr-load): Fix up load-history.
10154
cc4dfff0
DL
10155 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
10156
10157 * emacs-lisp/cl-macs.el: Revert previous change.
10158
16215eb0
DL
101592000-01-29 Dave Love <fx@gnu.org>
10160
10161 * facemenu.el: Purecopy various strings.
10162
10163 * timezone.el (timezone-fix-time): Window against 69 for two-digit
10164 years. Deal with three-digit years.
10165
10166 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
10167 defconst, purecopy.
10168 (help-back-label): Purecopy it.
10169
bbd9b566
GM
101702000-01-18 Gerd Moellmann <gerd@gnu.org>
10171
10172 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
10173 variable. If non-nil, order the buffer list according to the
10174 currently selected frame.
10175 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
10176 non-nil, pass the selected frame to function buffer-list.
a23c5037 10177
887448e1
GM
101782000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10179
10180 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
10181
7df85084
DL
101822000-01-28 Dave Love <fx@gnu.org>
10183
142e109c
DL
10184 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
10185
7df85084
DL
10186 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
10187 Don't use lisp-indent-hook property.
10188 (cl-abs): Remove.
10189
10190 * subr.el: Move out indent and edebug specs for when and unless.
10191
10192 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
10193 when, unless.
10194
10195 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
10196 unless, when.
10197
3b43c01c
GM
101982000-01-28 Gerd Moellmann <gerd@gnu.org>
10199
d060bc9f
GM
10200 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
10201 `collecting' as synonym for `collect'.
10202
10203 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
10204 for the case it contains spaces.
10205
10206 * simple.el (what-cursor-position): Change formatting of
10207 messages.
10208
b02786f9
GM
10209 * frame.el (delete-other-frames): New function.
10210 (toplevel): Bind it to C-x 5 1.
10211
efd68b8a
GM
10212 * sort.el (sort-numeric-base): New option.
10213 (sort-numeric-fields): If number starts with `0' or `0[xX[',
10214 interpret it as octal or hexadecimal. Use sort-numeric-base
10215 as default base.
10216
3b43c01c
GM
10217 * progmodes/glasses.el: New file.
10218
984ae001
GM
102192000-01-27 Gerd Moellmann <gerd@gnu.org>
10220
a0b796e3
GM
10221 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
10222 userids differently.
10223
984ae001
GM
10224 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10225 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
10226 progmodes/ebnf-yac.el: New files.
10227
6c67ddee
DL
102282000-01-26 Dave Love <fx@gnu.org>
10229
10230 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
10231 on a function with an empty body. [From Eric Ludlam.]
10232
4e6473c8
GM
102332000-01-25 Andre Spiegel <spiegel@gnu.org>
10234
10235 * vc.el (vc-version-diff): Make sure file name is expanded.
10236
e12489f9
GM
102372000-01-25 Gerd Moellmann <gerd@gnu.org>
10238
10239 * scroll-bar.el (scroll-bar-timer): Variable removed.
10240 (scroll-bar-toolkit-scroll): Don't use a timer.
10241
8dbe2b07
KH
102422000-01-25 Kenichi Handa <handa@etl.go.jp>
10243
10244 * language/thai-util.el (thai-composition-function): Delete
10245 superfluous `a'.
10246
26ef1c87
DL
102472000-01-24 Dave Love <fx@gnu.org>
10248
10249 * fortran.el (fortran-mode): Use beginning-of-defun-function,
10250 end-of-defun-function.
10251
10252 * font-lock.el (turn-on-font-lock): Don't depend on window-system
10253 &c.
10254
7ed4e9a7
JR
102552000-01-22 Jason Rumney <jasonr@gnu.org>
10256
10257 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
10258 conflicts with new face support.
10259
8b7bc628 102602000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
10261
10262 * replace.el (query-replace): Rename last arg to DELIMITED.
10263 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
10264 (query-replace-regexp): Likewise.
10265
8b7bc628 102662000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 10267
02b14400
RS
10268 * subr.el (with-syntax-table): Use make-symbol, not gensym.
10269
5bb6f079
RS
10270 * emacs-lisp/lisp.el (beginning-of-defun-function):
10271 Variable renamed from beginning-of-defun.
10272 Do not call make-variable-buffer-local.
10273 (beginning-of-defun-raw): Use new variable name; doc fix.
10274 (beginning-of-defun): Doc fix.
10275 (end-of-defun-function): Variable renamed from end-of-defun.
10276 Do not call make-variable-buffer-local.
10277 (end-of-defun): Use new variable name; doc fix.
10278
02b14400
RS
10279 * subr.el (dolist, dotimes): Copied from cl-macs.el
10280 and made to work.
2d5e9b54 10281
a23c5037 10282 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
10283 Variable replaces rmail-digest-end-regexp.
10284 Allows multiple regexps for detecting the end line.
10285 (undigestify-rmail-message): Corresponding changes.
10286
60af03f1
DL
102872000-01-19 Dave Love <fx@gnu.org>
10288
fe5d99e1
DL
10289 * files.el (user-init-file): Don't declare here -- is primitive.
10290
60af03f1
DL
10291 * startup.el (command-line): Check for compiled user-init-file and
10292 set to uncompiled version if necessary.
10293
72dbbc7d
GM
102942000-01-18 Gerd Moellmann <gerd@gnu.org>
10295
6a1950ec
GM
10296 * mail/undigest.el (rmail-digest-end-regexp): New user option.
10297 (undigestify-rmail-message): Use it.
10298
72dbbc7d
GM
10299 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
10300
fbe91bbd
GM
103012000-01-17 Gerd Moellmann <gerd@gnu.org>
10302
10303 * tmm.el (tmm-goto-completions): Adapt to prompt being part
10304 of mini-buffer.
10305
33a6685b
GM
103062000-01-14 Gerd Moellmann <gerd@gnu.org>
10307
b3303df7
GM
10308 * emacs-lisp/copyright.el (copyright-update): Removed the
10309 requirement for a trailing space from `copyright-regexp', to
10310 support copyrights with owner specified on a separate line..
a23c5037 10311
3c4c8064
GM
10312 * align.el: New file.
10313
33a6685b
GM
10314 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
10315
10316 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
10317
044a4975
DL
103182000-01-13 Dave Love <fx@gnu.org>
10319
10320 * ph.el: Removed. (Obsoleted by EUDC.)
10321
0a352cd7
GM
103222000-01-13 Gerd Moellmann <gerd@gnu.org>
10323
10324 * net/eudc.el (toplevel): Remove autoloaded code installing
10325 menu with easymenu, because that causes build problems.
10326
10327 * frame.el (frame-notice-user-settings): New variable.
10328 (frame-notice-user-settings): Don't modify frame parameters
10329 if called a second time.
10330
8b7bc628 103312000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
10332
10333 * frame.el (frame-notice-user-settings):
10334 Notice default-frame-parameters even for non-window frames.
10335
feb450e0
GM
103362000-01-13 Gerd Moellmann <gerd@gnu.org>
10337
10338 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
10339 for Emacs.
10340 (eudc-bob-can-display-inline-images): Extend for Emacs.
10341 (eudc-bob-toggle-inline-display): Ditto.
10342 (eudc-bob-display-jpeg): Ditto.
10343
99c6d63b
GM
103442000-01-12 Gerd Moellmann <gerd@gnu.org>
10345
7970b229
GM
10346 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
10347 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
10348 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 10349
e4936aa9
GM
10350 * add-log.el (add-change-log-entry): Fix error trying an `(insert
10351 nil)'.
10352
10353 * subdirs.el: Add `net' directory.
10354
133c9e59
GM
10355 * net: New directory.
10356
99c6d63b
GM
10357 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
10358 eval-last-sexp. Don't bind debug-on-error here.
10359 (eval-last-sexp): New function. Bind debug-on-error if
10360 eval-expression-debug-on-error is non-nil.
10361 (eval-defun-2, eval-defun): Likewise.
10362
10363 * simple.el (eval-expression): Don't bind debug-on-error if
10364 eval-expression-debug-on-error is nil. Detect changed
10365 debug-on-error, and propagate new value to global binding, if
10366 eval-expression-debug-on-error is non-nil,
10367 (eval-expression-debug-on-error): Change doc string.
a23c5037 10368
8b7bc628 103692000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
10370
10371 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
10372
10373 * emacs-lisp/lisp-mode.el (with-syntax-table):
10374 Set up lisp-indent-function property.
10375
10376 * subr.el (with-syntax-table): Moved from simple.el.
10377
10378 * simple.el (with-syntax-table): Moved to subr.el.
10379
7e3c74fa
GM
103802000-01-11 Gerd Moellmann <gerd@gnu.org>
10381
1fab1775
GM
10382 * tmm.el (tmm-shortcut): Delete region after prompt instead
10383 of erasing buffer.
10384
7e3c74fa 10385 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
10386 (fill-context-prefix): Use the longest common prefix of first
10387 and second line fill prefix, if there is one.
7e3c74fa 10388
8b7bc628 103892000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
10390
10391 * array.el (array-mode): Don't use make-variable-buffer-local.
10392 Use make-local-variable for `truncate-lines'.
10393
aa705642 103942000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 10395
aa705642
GM
10396 * add-log.el (add-log-current-defun): Handle user-defined
10397 add-log-current-function returning nil,
a23c5037 10398
57df2446 10399 * add-log.el (add-change-log-entry): Insert version number
aa705642 10400 if having found a current function
c1356086
GM
10401
10402 * add-log.el (add-log-current-defun): Call
10403 `add-log-current-defun-function'. Try matches at level 0 and
10404 level 1. Strip whitespace from defun found.
a23c5037 10405
1d8c59e9
RS
104062000-01-10 John Wiegley <johnw@gnu.org>
10407
10408 * allout.el (isearch-done/outline-provisions): Added `edit'
10409 argument to correspond with the current definition of
10410 `isearch-done'.
10411
8cf87e9b
DL
104122000-01-10 Dave Love <fx@gnu.org>
10413
10414 * elide-head.el (elide-head): Use point-marker, not point.
10415
9050446c
GM
104162000-01-10 Gerd Moellmann <gerd@gnu.org>
10417
8321b22a
GM
10418 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
10419 before and after the year 2000.
a23c5037 10420
9050446c
GM
10421 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
10422 Add ispell- prefix.
10423
104242000-01-10 Ken Stevens <k.stevens@ieee.org>
10425
10426 * ispell.el: Only define dictionaries in menus when they exist.
10427 (version18p): New variable.
10428 (version20p): New variable.
10429 (xemacsp): New variable.
10430 (ispell-choices-win-default-height): Fix for XEmacs visibility.
10431 (ispell-dictionary-alist1): Added Brasileiro dictionary.
10432 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 10433 run-together words.
9050446c
GM
10434 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
10435 (ispell-dictionary-alist): Add koi8-r to customize definition.
10436 (check-ispell-version): Added documentation string. Returns
f24fef2f 10437 library path when called non-interactively.
9050446c
GM
10438 (ispell-menu-map-needed): Uses new variables.
10439 (ispell-library-path): New variable.
10440 (ispell-decode-string): XEmacs fix for bogus variable bindings.
10441 (ispell-word): Improved documentation string. Test for valid
10442 character mappings. Correctly check typed in word changes that can
10443 result in single words split into multiple words. Returns
10444 replacement word.
10445 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
10446 replace in recursive query replace mode. Help message for
10447 recursive edit mode.
10448 (ispell-show-choices): Protect against bad framepop bindings.
10449 (ispell-help): Fix to work with XEmacs.
10450 (ispell-highlight-spelling-error): Use new variables.
10451 (ispell-overlay-window): Fix to work with XEmacs.
10452 (ispell-parse-output): Passed and returns location information
10453 tracking spelling corrections. Doesn't recheck same word on
10454 current line.
10455 (ispell-init-process): Protect against bogus XEmacs variable binding.
10456 Fix call to single argument in sleep-for. Use new variables.
10457 (ispell-region): Passed and returns location information tracking
10458 spelling corrections. Doesn't check same word on current line.
10459 Improved documentation string. Doesn't resend a line already
10460 checked to the ispell process - fixes bug in LaTeX parsing.
10461 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
10462 (ispell-skip-region): No longer skips <TT> in SGML.
10463 (ispell-process-line): Tracks location information with spelling
10464 corrections. Added documentation string. Accounts for words
10465 already accepted on this line. Don't allow query-replace on line
10466 starting with math characters. Doesn't resend a line already sent
10467 to ispell process. Fixes alignment error bug.
a23c5037 10468
8b7bc628 104692000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 10470
a23c5037 10471 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
10472 Suggest xloadimage, which is free, not xv, which isn't.
10473
a23c5037 10474 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
10475 Don't ever include the host name or user name in the value.
10476
9ed79f5d
GM
104772000-01-09 Gerd Moellmann <gerd@gnu.org>
10478
10479 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
10480 of a real newline.
10481
b950abb1
GM
104822000-01-09 Stephen Eglen <stephen@gnu.org>
10483
a23c5037 10484 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
10485 for .png files.
10486
3c708e98
GM
104872000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
10488
10489 * cus-edit.el (custom-hook-convert-widget): Fix comment.
10490
bf61662d
GM
104912000-01-09 Gerd Moellmann <gerd@gnu.org>
10492
f1d851ae
GM
10493 * progmodes/cperl-mode.el: Replace ^F with ^L.
10494
bf61662d 10495 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 10496 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
10497 recursion.
10498
c65d14ee
DL
104992000-01-08 Dave Love <fx@gnu.org>
10500
8cf87e9b
DL
10501 * emacs-lisp/backquote.el: Remove inappropriate customization
10502 (allowing custom.el to use backquote).
c65d14ee 10503
83de2ebc
DL
105042000-01-07 Dave Love <fx@gnu.org>
10505
10506 * add-log.el (add-log-debugging): Deleted.
10507 (add-change-log-entry): Treat a backup FILE-NAME as its parent
10508 file. Remove debugging code.
10509 (change-log-get-method-definition, change-log-name): Add doc.
10510 (change-log-sortable-date-at): New function.
10511 (change-log-merge): New command.
10512
10513 * time.el (display-time-string-forms): Make the Mail string active.
10514 (display-time-update): Provide help-echo for load average.
10515
10516 * bindings.el (make-mode-line-mouse2-map): New function.
10517 (mode-line-modified): Use it and simplify.
10518 (mode-line-mule-info): Provide help-echo info.
10519 (minor-mode-alist): Activate the strings.
10520 (make-mode-line-mouse-sensitive): Simplify for
10521 mode-line-buffer-identification.
10522
c1475eae
GM
105232000-01-07 Gerd Moellmann <gerd@gnu.org>
10524
10525 * play/pong.el: New file.
10526
83de2ebc
DL
105272000-01-06 Dave Love <fx@gnu.org>
10528
10529 * array.el: Assorted cleanups for compiler warnings, doc strings,
10530 `array-' prefix for symbols.
10531
105322000-01-05 Dave Love <fx@gnu.org>
10533
10534 * textmodes/outline.el (outline-mode-menu-bar-map): Add
10535 outline-headers-as-kill.
10536 (outline-mode): Define imenu-generic-expression.
10537 (outline-headers-as-kill): New command.
10538
10539 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
10540 from paragraph-start.
10541 (paragraph-indent-minor-mode): New command.
10542
10543 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
10544 M-C-e, M-C-h, C-j, C-xnd, TAB.
10545 (fortran-mode): Set beginning-of-defun, end-of-defun.
10546 (fortran-column-ruler): Simplify.
10547 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
10548 (fortran-with-subprogram-narrowing): Likewise.
10549 (fortran-indent-subprogram): Call mark-defun.
10550 (fortran-check-for-matching-do): Change narrowing.
10551
10552 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
10553 (cl-lucid-hash-tag): Delete.
10554 (cl-hash-table-p): Correct test for native table.
10555 (cl-hash-table-count): Use hash-table-count.
10556
10557 * browse-url.el (browse-url): Fix case of
10558 browse-url-browser-function being an alist.
10559
676ac023
CD
105602000-01-05 Carsten Dominik <cd@gnu.org>
10561
c1475eae
GM
10562 * textmodes/reftex-vars.el (reftex-parse-file-extension)
10563 (reftex-index-phrase-file-extension): New options.
676ac023
CD
10564
10565 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 10566 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
10567
10568 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 10569 `reftex-parse-file-extension'.
eb483e17 10570
88807984
DL
105712000-01-05 Dave Love <fx@gnu.org>
10572
83de2ebc 10573 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
10574 (beginning-of-defun-raw): Use it.
10575 (end-of-defun): New variable.
10576 (end-of-defun): Use it.
10577 (check-parens): New command.
10578
1362aeb4
TTN
105792000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
10580
c1475eae
GM
10581 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
10582 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 10583
7ddafb95
TTN
10584 Fix buglet in local variables initialization.
10585
7334aa99
AS
105862000-01-05 Andreas Schwab <schwab@suse.de>
10587
10588 * hscroll.el (hscroll): Doc fix.
10589
b12e24cd
CD
105902000-01-05 Carsten Dominik <cd@gnu.org>
10591
10592 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
10593 idlw-toolbar.
10594
10595 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
10596 file idlw-rinfo.el.
1362aeb4
TTN
10597 (idlwave-customize): load must read file idlw-shell.el.
10598 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 10599
d6226972
CD
106002000-01-05 Carsten Dominik <dominik@astro.uva.nl>
10601
10602 * progmodes/idlw-shell.el: Also provide idlwave-shell
10603 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
10604 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
10605
10606 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
10607 both reftex-dcr and reftex-vcr.
1362aeb4 10608
d6226972
CD
10609 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
10610
6ddb893f 106112000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
10612
10613 * ps-print.el: PostScript code now is in separate files, doc fix.
10614 (ps-print-version): New version number (5.0.3).
10615 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
10616 local.
10617 (ps-spool-config): Initialization fix.
c1475eae
GM
10618 (ps-print-prologue-1, ps-print-prologue-2)
10619 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
10620 (ps-background-image): Little code reformating.
10621 (ps-begin-file, ps-begin-job): Fix code.
88807984 10622 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
10623 (ps-prologue-file): New fun.
10624
ae833aae
KH
106252000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10626
c1475eae 10627 * ps-vars.el: Eliminated.
ae833aae
KH
10628
10629 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
10630 `;;;###autoload'.
10631
10632 * ps-print.el: ps-vars eliminated, doc fix.
10633 (ps-print-version): New version number (5.0.2).
10634 (ps-spool-config): Initialization fix.
10635 (ps-print-customize): New fun.
10636
560a7bd2
GM
106372000-01-04 Gerd Moellmann <gerd@gnu.org>
10638
10639 * autorevert.el (auto-revert-mode): Return value of
10640 auto-revert-mode.
10641
f45dd0f4
DL
106422000-01-04 Dave Love <fx@gnu.org>
10643
fae2ac05
DL
10644 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
10645 menu items.
f45dd0f4 10646
61255981
DL
106472000-01-03 Dave Love <fx@gnu.org>
10648
88807984 10649 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 10650
83de2ebc 10651 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
10652 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
10653 `cl-hash-table-p', not `hash-table-p'.
10654 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
10655
c182a70f
EZ
106562000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10657
10658 * faces.el (face-read-integer, read-face-attribute)
10659 (color-defined-p, color-values): unspecified-{f,b}g are now
10660 strings.
10661
047f434a
GM
106622000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
10663
10664 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
10665 at comment end, and re-insert them after filling.
10666
bab531e2
EZ
106672000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10668
10669 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
10670 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
10671 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 10672
d684c676
EZ
106732000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10674
10675 * term/x-win.el (xw-defined-colors): Call color-supported-p,
10676 the new name of face-color-supported-p.
10677
10678 * term/w32-win.el (xw-defined-colors): Likewise.
10679
0aad4805
EZ
106802000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10681
10682 * simple.el (completion-setup-function): Count completion-size
10683 from minibuffer-prompt-end, not from point-min.
10684
5fe1d139
EZ
106852000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
10686
10687 * faces.el (read-face-attribute, defined-colors, color-defined-p):
10688 Pass the frame to tty-color-* functions.
10689 (display-color-p, frame-set-background-mode): Pass the frame to
10690 tty-display-color-p.
10691
10692 * term/tty-colors.el (tty-defined-color-alist): Renamed from
10693 tty-color-alist.
10694 (tty-color-alist, tty-modify-color-alist): New functions.
10695 (tty-color-define, tty-color-clear, tty-color-approximate)
10696 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
10697 an optional parameter FRAME.
10698
162dec01
GM
106992000-01-01 Gerd Moellmann <gerd@gnu.org>
10700
27189709
GM
10701 * image.el (create-image, defimage): Don't assume image data is a
10702 string.
10703
162dec01
GM
10704 * image.el (defimage): Handle specifications containing :data
10705 instead of :file.
10706 (image-type-from-data): New function.
10707 (image-type-from-file-header): Use it.
10708 (create-image): Add parameter DATA-P.
1362aeb4 10709
bea56df7 10710See ChangeLog.8 for earlier changes.
25a6fab1
KH
10711
10712;; Local Variables:
af9ba8ad 10713;; coding: iso-2022-7bit-unix
25a6fab1 10714;; End: