(auto-mode-alist): Add .dif and .pat as diff-mode extensions, for MS-DOS.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
f7f2e883
EZ
12000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2
e854cc22
EZ
3 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4 extensions, for MS-DOS.
5
f7f2e883
EZ
6 * diff-mode.el (diff-header-face, diff-file-header-face)
7 (diff-changed-face): Define tty-specific colors.
8
c7b4f0f9
GM
92000-10-17 Gerd Moellmann <gerd@gnu.org>
10
11 * startup.el (fancy-splash-text): Realign the text.
12
12a72271
EZ
132000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
14
15 * font-lock.el (font-lock-comment-face): Define a separate default
16 for dark-background tty's.
17
61dfccfd
MB
182000-10-17 Miles Bader <miles@gnu.org>
19
20 * help.el (resize-temp-buffer-window): Add hack to avoid last line
21 being obscured by whizzy mode-lines on graphics displays.
22
333cd59e
EZ
232000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
24
25 * info.el (Info-title-1-face, Info-title-2-face)
26 (Info-title-3-face): Define colors for tty's.
4ad6e379 27 (info-header-node): Remove unneded tty-specific definition.
333cd59e 28
dbf1fcc1
EZ
292000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
30
31 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
32 reverse from the frame parameters, and don't invert foreground and
33 background colors.
34
ac629823
MB
352000-10-16 Miles Bader <miles@gnu.org>
36
37 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
38 string "*Info*". Call propertized-buffer-identification to spruce
39 up the result.
40
76eebffc
GM
412000-10-16 Gerd Moellmann <gerd@gnu.org>
42
3a6b59d9
GM
43 * help.el: Provide `help' for the sake of define-minor-mode
44 which generates defcustoms with requires.
45
6569c3d3
GM
46 * jit-lock.el (jit-lock-after-change): If we're in text that
47 matches a multi-line font-lock pattern, make sure the whole text
48 will be redisplayed.
49
c2e0a611
GM
50 * emacs-lisp/authors.el (authors-add): Don't add an entry if
51 author's name is unknown.
52
76eebffc
GM
53 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
54 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
55 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
56 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
57 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
58 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
59 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
60 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
61 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
62 Add author information.
63
cf1e7b12
MB
642000-10-16 Miles Bader <miles@lsi.nec.co.jp>
65
66 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
67 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
68 full-color version (using the Gimp) to eliminate dithering artifacts.
69
5586f3eb
SM
702000-10-15 Stefan Monnier <monnier@cs.yale.edu>
71
72 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
73
74 * simple.el (syntax-flag-table, string-to-syntax): Remove.
75
ad64a888
DL
762000-10-15 Dave Love <fx@gnu.org>
77
78 * progmodes/sh-script.el: Require skeleton and comint when
79 compiling.
80
81 * pcomplete.el (pcomplete) <defgroup>: Add :version.
82
83 * whitespace.el: Doc fixes.
84 (top-level): Don't add hooks here.
85 (whitespace-running-emacs): Deleted.
86 (timer): Don't require.
87 (whitespace): Add back :version conditional on xemacs test.
88 (whitespace-spacetab-regexp, whitespace-indent-regexp)
89 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
90 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
91 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
92 Avoid specific xemacs test.
93 (whitespace-global-mode): New option.
94 (whitespace-global-mode): New command.
95 (whitespace-unload-hook): New function.
96
97 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
98 (Info-fontify-node, Info-goto-node, Info-mode-menu)
99 (Info-fontify-node): `Goto' goes to `Go to'.
100 (Info-fontify-node): Add help-echo to xref links.
101
1ef49fc6
EZ
1022000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
103
104 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
105
8b7707e1
SM
1062000-10-15 Stefan Monnier <monnier@cs.yale.edu>
107
b3b7f42f
SM
108 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
109 Use plist-get and allow :inherit.
110
111 * emacs-lisp/cl-macs.el (cl-do-arglist):
112 Use plist-get and plist-member instead of memq.
113
3c7fafc7
SM
114 * emacs-lisp/ewoc.el (ewoc-location): New function.
115 (ewoc-enter-after, ewoc-enter-before): Document return value.
116 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
117 Don't need make-local-hook any more.
118 (cvs-addto-collection): Return the new tin.
119 (cvs-mode-insert): Jump to the new line.
120
8b7707e1
SM
121 * jit-lock.el (jit-lock-fontify-buffer): Remove.
122
123 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
124
125 * font-lock.el (font-lock-syntactically-fontified): New var.
126 (font-lock-fontify-syntactic-keywords-region): Use it.
127 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
128
129 * diff-mode.el (diff-find-file-name): Fix regexp.
130
131 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
132 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
133
134 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
135 (sh-mode-syntax-table): Add punctuation syntax for < and >.
136 (sh-mode): Don't make all vars local here.
137 (sh-kw): Reformat.
138 (sh-set-shell): Use dolist. Don't set indent-region-function.
139 (sh-mode-syntax-table): Use pop.
140 (sh-remember-variable): Use push.
141 (sh-help-string-for-variable): Use memq.
142 (sh-safe-backward-sexp): Remove.
143 (sh-safe-forward-sexp): Add ARG.
144 (sh-get-indent-info, sh-prev-stmt): Use it.
145 (sh-prev-line): Simplify by using forward-comment.
146 (sh-this-is-a-continuation): Simplify.
147 (sh-learn-buffer-indent): Use dolist.
148 (sh-do-nothing): Remove.
149 (sh-set-char-syntax, sh-set-here-doc-region):
150 Use inhibit-modification-hooks.
151 (sh-name-style): Use mapcar and push.
152 (sh-load-style): Use dolist.
153 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
154 (sh-case, sh-while-getopts): Use propertize directly rather
155 than sh-electric-rparen.
156
1572000-10-14 Stefan Monnier <monnier@cs.yale.edu>
158
159 * textmodes/tex-mode.el: Require CL when compiling.
160 (tex-mode-syntax-table): Init immediately.
161 (tex-mode-map): Bind M-RET to latex-insert-item.
162 (latex-mode): Set indent-line-function to latex-indent.
163 (tex-common-initialization): Don't setup the syntax-table any more.
164 (latex-insert-item): New skeleton.
165 (tex-next-unmatched-end): Fix copy/paste braino.
166 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
167 (latex-indent, latex-find-indent): New functions.
168 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
169 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
170 (tex-compilation-parse-errors): Use with-syntax-table.
171
86b7fcbb
MB
1722000-10-15 Miles Bader <miles@gnu.org>
173
174 * font-lock.el (font-lock-comment-face): Change dark-background,
175 color, non-tty, default to `chocolate1'.
176
57a24508
JW
1772000-10-13 John Wiegley <johnw@gnu.org>
178
179 * eshell/esh-util.el (require): Added a missing `require' form,
180 needed when compiling (for an ange-ftp macro definition).
181
40ad3db4
DL
1822000-10-13 Dave Love <fx@gnu.org>
183
184 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
185
db460189
GM
1862000-10-13 Gerd Moellmann <gerd@gnu.org>
187
b41c9501
GM
188 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
189 fix.
190
db460189
GM
191 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
192 transparent -colors 8).
193
3b5e21df
GM
1942000-10-13 Stephen Gildea <gildea@alum.mit.edu>
195
196 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
197 that breaks with old list format timestamps.
198 (time-stamp-warn-inactive, time-stamp-old-format-warn)
199 (time-stamp-count, time-stamp-conversion-warn): Improved doc
200 strings.
201
16908a3f
JW
2022000-10-13 John Wiegley <johnw@gnu.org>
203
d7103dda
JW
204 * align.el, pcomplete.el, calendar/timeclock.el,
205 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
206
16908a3f
JW
207 * calendar/timeclock.el (timeclock-find-discrep): A fix to same
208 faulty math, where holiday hours were being computing as seconds.
209
b6b70cda
JW
2102000-10-13 John Wiegley <johnw@gnu.org>
211
212 * desktop.el (desktop-buffer-modes-to-save): Added a global for
213 specifying what "other" kinds of buffers should be saved. This
214 used to be hard-coded.
215 (desktop-buffer-misc-functions): A global for specifying how
216 auxiliary data should be determined for special buffer types.
217 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
218 instead of hard-coding the special buffer types.
219 (desktop-save): Run `desktop-buffer-misc-functions' to gather
220 auxiliary data, instead of hard-coding for Info buffers and dired.
221 (desktop-buffer-info-misc-data): Aux function for determining Info
222 buffer auxiliary info.
223 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
224 (desktop-buffer-info): Changed this function to use the info
225 gathered above.
226 (desktop-create-buffer): Be a little more careful about what
227 `minor-mode' means before calling it. This is important for some
228 buffer types.
229
8c6b1d83
JW
2302000-10-13 John Wiegley <johnw@gnu.org>
231
232 * eshell/esh-util.el: Added a global form which declares an
233 autoload for `parse-time-string', if that function is not already
234 defined, and if parse-time.el is available on the user's system.
235
236 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
237 to be aware of ange-ftp user info.
238 (eshell-do-ls): Bind `ange-cache'. Also, use
239 `eshell-file-attributes'.
240 (eshell-ls-annotate): Use `eshell-file-attributes'.
241 (eshell-ls-file): Made the user-id printing code a bit smarter.
242
243 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
244 allow identification of alias user ids in remote directories.
245 It's manual, but there's no other way to know when the current
246 user on the local machine, is also the owning user on the remote
247 machine.
248 (fboundp): Bind `ange-cache'.
249 (eshell-directory-files-and-attributes): Re-organized the logic a
250 bit to use `eshell-file-attributes' instead of `file-attributes'.
251 The former is more sensitive to directories that are read via FTP,
252 and knows how to use ange-ftp to determine full attribute
253 information, instead of just the name and last modtime.
254 (eshell-current-ange-uids): Return the current user id when in a
255 remote directory.
256 (eshell-parse-ange-ls): Parse a full directory listing that has
257 been returned by ange-ftp.
258 (eshell-file-attributes): This beefed up version of
259 `file-attributes' is only special if the user is currently in a
260 remote directory, in which case it does a lot of work to find out
261 what the real attributes of a file are, as they appear on the
262 remote machine. This makes usage of remote directories (i.e.,
263 ange-ftp pathnames) much more useful. You can now use Eshell as a
264 full-fledged FTP client, with much more manipulation ability than
265 most other clients.
266
267 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
268 variable, which means that Eshell's du should always be preferred
269 in remote directories.
270 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
271 just `file-attributes'.
272 (eshell-mvcp-template): Bind `ange-cache', to improve performance
273 when reading remote directories. This is an Eshell-specific
274 variable (not part of ange-ftp).
275 (eshell/ln): Bind `ange-cache'.
276 (eshell/du): Added some extra logic for determining when to use
277 Eshell's du (which is slow), and when to use the external version
278 (which may or may not exist).
279
280 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
281 `eshell-interactive-process', rather than using
282 `get-buffer-process', since backgrounded processes don't count in
283 the context of this function's logic.
284
285 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
286 `forward-char', so that null strings are parsed correctly.
287
87730e84 2882000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
289
290 * eshell/em-pred.el (eshell-pred-file-type,
291 eshell-pred-file-links, eshell-pred-file-size): Use
292 `eshell-file-attributes'. This is more correct over ange-ftp.
293
294 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
295 that remote file globbing is more efficient.
296
297 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
298 gathering the files and attributes within a directory.
299
300 * eshell/em-unix.el (eshell/cat): If any of the files passed on
301 the command line is a special file (not a regular file, directory
302 or symlink), always attempt to call the external version of cat.
303
87730e84 3042000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
305
306 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
307 Eshell-friendly version of find-tag.
308
1c7e37a9
MB
3092000-10-13 Miles Bader <miles@lsi.nec.co.jp>
310
311 * image-file.el (image-file-name-extensions)
312 (image-file-name-regexps): Add autoload cookies.
313
11a7f341
KH
3142000-10-13 Kenichi Handa <handa@etl.go.jp>
315
316 * international/mule-cmds.el (select-safe-coding-system): If FROM
317 is string, show it in *Warning* buffer.
318
8ddddcb0
EZ
3192000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
320
321 * startup.el (normal-top-level): Use display-popup-menus-p instead
322 of window-system.
323 (command-line): Use display-graphic-p instead of window-system.
324 (command-line-1): Use display-popup-menus-p and display-mouse-p
325 instead of window-system.
326
72200f89
SS
3272000-10-12 Sam Steingold <sds@gnu.org>
328
329 * tooltip.el (tooltip-use-echo-area): New user variable.
330 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
331
8661c643
DL
3322000-10-12 Dave Love <fx@gnu.org>
333
d0b40dc1
DL
334 * recentf.el: Maintainer's checkdoc fixes.
335
a622451f
DL
336 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
337 character class, not ASCII when matching file names.
338 (fancy-splash-head): Add trailing slash to URL.
339 (command-line): Don't require XPM support for toolbar.
340
8661c643
DL
341 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
342 (cperl-invalid-face): Revert last change.
343 (cperl-init-faces): Quote cperl-invalid-face.
344
ef2ed8ab
KH
3452000-10-12 Kenichi Handa <handa@etl.go.jp>
346
347 * startup.el (fancy-splash-text): Remove superfluous quote.
348
b0da379e
GM
3492000-10-12 Gerd Moellmann <gerd@gnu.org>
350
dbeb499b
GM
351 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
352 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
353 (command-line-1): Don't use fancy-splash-pending-command.
354 (fancy-splash-screens-1): Goto point-min after inserting text.
355
d861718a
GM
356 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
357
b0da379e
GM
358 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
359 instead of shared-lisp-mode-map.
360
4fb2ad98
MB
3612000-10-12 Miles Bader <miles@lsi.nec.co.jp>
362
1cb4393e
MB
363 * faces.el (header-line): Change tty-variant to use underlining.
364
4fb2ad98
MB
365 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
366 (isearch-highlight): Restore lazy-isearch face properties at old
367 position, and suppress them at new position.
368 (isearch-dehighlight): Restore lazy-isearch face properties.
369 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
370 over the real isearch overlay, but in that case, don't give it a
371 face property. Use `push'.
372
eb991b25
KH
3732000-10-12 Kenichi Handa <handa@etl.go.jp>
374
375 * man.el (Man-getpage-in-background): Fix previous change.
376 Decode the process output only when we are in multibyte mode.
377
a818c1c0
DL
3782000-10-11 Dave Love <fx@gnu.org>
379
c990f53a
DL
380 * info.el (Info-mode-menu): Fix some help.
381 (info-tool-bar-map): Add entry for Info-last.
382
a818c1c0
DL
383 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
384 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
385 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
386 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
387 * toolbar/search-replace.xpm, toolbar/exit.xpm:
388 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
389 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
390 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
391 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
392 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
393 Reduce colour requirements to 25 overall. (Probably wants
394 revisiting from the originals to reduce further.)
395
c1b096cb
EZ
3962000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
397
398 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
399 buffer-file-coding-system, instead of raw-text.
400 (dehexlify-buffer): Bind coding-system-for-read to
401 buffer-file-coding-system, instead of raw-text.
402
5c8b7eaf
SS
4032000-10-11 Sam Steingold <sds@gnu.org>
404
405 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
406 `underline' - fixes the bug introduced on 2000-09-21.
407
2cfbdb7a
DL
4082000-10-11 Dave Love <fx@gnu.org>
409
410 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
411 compiler warnings.
412 (scheme-mode): Doc fix.
413 (scheme-font-lock-keywords-1): Match `define-syntax'.
414
4152000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
416
417 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
418 face specs as well as default ones. Only do anything if the
419 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 420 (region): Make dark-background `region' face less in-your-face.
4b33f290 421
690ec649
SS
4222000-10-10 Sam Steingold <sds@gnu.org>
423
424 * chistory.el, ielm.el, ledit.el:
425 * progmodes/inf-lisp.el, progmodes/scheme.el:
426 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
427
3b95d6bb
SM
4282000-10-10 Stefan Monnier <monnier@cs.yale.edu>
429
430 * textmodes/texinfo.el: Update copyright and fix typo.
431
432 * desktop.el (desktop-modes-not-to-save): New var.
433 (desktop-save-buffer-p): Use it.
434 Also, obey desktop-buffers-not-to-save even for non-file buffers.
435 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
436
d646c828
DL
4372000-10-10 Dave Love <fx@gnu.org>
438
439 * toolbar/tool-bar.el (tool-bar-add-item)
440 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
441 display.
442
d646c828
DL
443 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
444 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
445 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
446 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
447 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
448 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
449 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
450 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
451 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
452 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
453 the .xpms; probably need retouching.
454
862a7e28
MB
4552000-10-10 Miles Bader <miles@lsi.nec.co.jp>
456
457 * subr.el (add-to-list): Add optional argument APPEND.
458 * battery.el (display-battery): Use `add-to-list'.
459
46e33aee
TTN
4602000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
461
930baf47
TTN
462 * play/zone.el (zone-timer, zone-wc-tbl): Rework
463 these vars as symbol properties.
2cfbdb7a
DL
464 (zone, zone-when-idle, zone-leave-me-alone)
465 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 466
5a430f9c
TTN
467 * battery.el (display-battery): Doc spelling fix.
468
46e33aee
TTN
469 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
470 property.
471
adf7d3a8
DL
4722000-10-09 Dave Love <fx@gnu.org>
473
474 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
475 has been initialized before calling tool-bar-setup.
c2156508 476 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 477
06a8c9f8
EZ
4782000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
479
e4ca8f8c
EZ
480 * menu-bar.el (send-mail-item-name): New function.
481 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
482 of mail-user-agent in the menu. Don't display the "Send Mail"
483 item if mail-user-agent is nil or its value is ignore.
484 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
485 if read-mail-command is nil or its value is ignore.
486
06a8c9f8
EZ
487 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
488
7dbc9c8a
MB
4892000-10-09 Miles Bader <miles@gnu.org>
490
29e0814b
MB
491 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
492 Correct image size.
493 * toolbar/left_arrow.xpm: Correct image size.
494
7dbc9c8a
MB
495 * jka-compr.el: Don't call `jka-compr-install' when loading (it
496 will be done by the definition of `auto-compression-mode' if
497 necessary. Move code to uninstall existing file-name handler
498 before definition of `auto-compression-mode'.
499
500 * image-file.el (auto-image-file-mode): Move to the end of the
501 file, because `define-minor-mode' actually calls the mode-function
502 if the associated variable is non-nil, which requires that all
503 needed functions be already defined.
504
65b61266
MB
505 * mouse.el (popup-menu): Balance parens.
506
d6b8c85b
SM
5072000-10-08 Stefan Monnier <monnier@cs.yale.edu>
508
509 * mouse.el (popup-menu): Move the command call outside the loop
510 so that popup-menu returns whatever the command returns.
511
512 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
513 (initialize-new-tags-table): Use run-hook-with-args-until-success.
514 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
515 (tags-table-format-functions): Renamed from tags-table-format-hooks.
516
517 * vc.el (vc-version-diff): diff-switches can be a list.
518 Use relative filenames for prettier output.
519
46e33aee 520 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
521 (vc-post-command-functions): Remove old-VC compatibility code.
522
523 * newcomment.el (comment-indent-default): Autoload.
524
525 * font-lock.el (font-lock-defaults): Make buffer-local.
526 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
527 (font-lock-choose-keywords):
528 Ignore LEVEL unless KEYWORDS is a list of syms.
529 (c-keywords, c++-keywords, objc-keywords, java-keywords):
530 Don't wrap regexp-opt things in \(...\) unnecessarily.
531
532 * jit-lock.el: Don't require font-lock any more.
533 (jit-lock-functions): Make buffer-local.
534 (jit-lock-saved-fontify-buffer-function): Remove.
535 (jit-lock-mode): Remove autoload cookie.
536 Remove font-lock specific code.
537 (jit-lock-unregister): Don't bother handling complex hooks any more.
538 (jit-lock-refontify): New function.
539 (jit-lock-fontify-buffer): Use it.
540 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
541 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
542 Add optional args START and END.
543 Never call font-lock-fontify-region directly.
544 (jit-lock-function, jit-lock-stealth-fontify): Use it.
545
546 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
547
a30ed6ac
DL
5482000-10-08 Dave Love <fx@gnu.org>
549
4e7c7ca9
DL
550 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
551
552 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
553
554 * play/studly.el (studlify-region, studlify-word): Add autoload
555 cookie.
556
557 * play/morse.el (morse-region, unmorse-region): Add autoload
558 cookie.
559
560 * play/spook.el (spook-phrases-file): Use expand-file-name, not
561 concat.
562
563 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
564 insist on symbols starting with word syntax.
565 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
566 (eval-defun-1): Doc fix.
567 (indent-sexp): Use nconc to build up indent-stack.
568
569 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
570 Gnus with little use.
571 (mail-setup-hook): Add mail-abbrevs-setup to options.
572
968f7c4a
DL
573 * recentf.el: Doc fixes.
574
575 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
576 Clean up remainder.
577
578 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
579 without timezone and (8) with timezone to enforce some whitespace.
580 Simplify code somewhat.
581
582 * options.el (list-options): Doc that you should use customize.
583
584 * iswitchb.el (iswitchb-mode): Add :require.
585
a30ed6ac
DL
586 * info.el (Info-goto-node, Info-menu): Doc fix.
587 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
588 (info-tool-bar-map): New variable.
589 (Info-mode): Use it.
590 (Info-edit-map): Define all in defvar.
591 (speedbar-attached-frame): Avoid compiler warning.
592
593 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
594 (global-map): Bind [tool-bar] to a filtered map.
595 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
596 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
597 Allow PBM icons.
598 (tool-bar-setup): Adjust calls of tool-bar-add-item.
599
600 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
601 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
602 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
603 icons, except up_arrow, which is left-arrow rotated.
604
605 * imenu.el (imenu-add-to-menubar): Fix last change.
606
4e953aff
PB
6072000-10-08 Peter Breton <pbreton@ne.mediaone.net>
608
609 * generic-x.el (rul-generic-mode): Remove eval-when-compile
610 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
611
739e92a7
EZ
6122000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
613
d20faceb
EZ
614 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
615 typos in doc strings.
616
a640322e
EZ
617 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
618 the doc strings how to customize Font Lock faces.
619
739e92a7
EZ
620 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
621 computing growth when dragging the header line.
622
8be7408c
EZ
6232000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
624
625 * simple.el (kill-line): Doc fix.
626
6fee86a3
MB
6272000-10-08 Miles Bader <miles@gnu.org>
628
445a653e
MB
629 * faces.el (secondary-selection): Make foreground visible on tty.
630
6fee86a3
MB
631 * jka-compr.el (auto-compression-mode): Move to the end of the
632 file, because `define-minor-mode' actually calls the mode-function
633 if the associated variable is non-nil, which requires that all
634 needed functions be already defined.
635 (with-auto-compression-mode): Add autoload cookie.
636
a115794c
EZ
6372000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
638
639 * files.el (find-backup-file-name) [ms-dos]: If support for long
640 file names is not available, behave as if version-control were set
641 to never.
642
b12e6de3
DL
6432000-10-07 Dave Love <fx@gnu.org>
644
645 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
646 (browse-url-gnome-moz): New function.
647 (browse-url-browser-function): Use it.
648 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
649
20b1d079
SM
6502000-10-07 Stefan Monnier <monnier@cs.yale.edu>
651
652 * indent.el (tab-always-indent): New var.
653 (indent-for-tab-command): Use it.
39250ec3 654
9ee45b2c 655 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 656 raise an error. This way it can still default to a sane value.
9ee45b2c 657
8c6b1d83
JW
6582000-10-06 Stefan Monnier <monnier@cs.yale.edu>
659
39250ec3
SM
660 * startup.el (fancy-splash-screens): Use local rather than global map.
661 Don't use `update-menu-bindings' any more.
662 Get rid of assumptions about keymap representation.
663
a23ccdf2
DL
6642000-10-06 Dave Love <fx@gnu.org>
665
814299a7 666 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
667 (sentence-end-without-period): Doc fix.
668 (adaptive-fill-regexp): Purecopy.
669 (unjustify-current-line): Use line-end-position.
670 (fill-individual-paragraphs-prefix): Use line-beginning-position.
671
672 * net/eudc-vars.el (eudc): Add :version, :link.
673
39250ec3 674 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
675
676 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
677 Fix for define-minor-mode.
678 (function-at-point): Alias to function-called-at-point.
679
680 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
681
682 * simple.el (backward-word): Doc fix.
683
a23ccdf2
DL
684 * image-file.el (image-file-name-regexp): image-file-regexps ->
685 image-file-name-regexps.
742c1822 686 (image-file-name-extensions): Add pbm.
a23ccdf2 687
39250ec3
SM
6882000-10-06 Stefan Monnier <monnier@cs.yale.edu>
689
690 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
691 and add filename to the names so that diff-mode can jump to source.
692
693 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 694 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
695 (tex-font-lock-keywords-1): Remove.
696 (font-lock-turn-on-thing-lock): Use jit-lock-register.
697 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
698 (font-lock-default-fontify-region):
699 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
700 (font-lock-fontify-anchored-keywords):
701 Include the anchor text as part of the multiline.
702
8d5dfacd
GM
7032000-10-06 Gerd Moellmann <gerd@gnu.org>
704
705 * loadup.el (toplevel): Load `loaddefs' before `help' because the
706 latter needs the autoloaded define-minor-mode macro during the
707 bootstrap.
708
709 * startup.el (command-line): For now, activate tool-bar-mode only
710 if XPM images are supported.
711
712 * mouse.el (mouse-drag-header-line): Don't allow resizing a
713 window by dragging a header-line at the top of the frame; that's
4c19fbce 714 confusing because the header-line doesn't move.
8d5dfacd
GM
715 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
716 of treating the event as a list. Some cleanup.
717
f69aad2b 7182000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 719
f69aad2b
MB
720 * simple.el (display-message-or-buffer): New function.
721 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 722
09cb7646
MB
723 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
724 docstring parts.
725
814299a7 726 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
727 (smbclient-prompt-regexp): Add usage note to doc string.
728 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
729 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
730 Use add-hook for adding the comint filter function, and only do so
731 if it's not already in the global hook list.
732 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
733 to `make-local-variable'.
734 (nslookup-font-lock-keywords): Remove prompt entry.
735 (nslookup): Don't set the process-filter.
736 (finger): Exit the loop correctly when the regexps list runs out.
737 (ftp, smbclient, smbclient-list-shares):
738 Set the real major mode immediately, not after execing.
739 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
740
741 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
742
4c19fbce
SM
7432000-10-05 Stefan Monnier <monnier@cs.yale.edu>
744
745 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
746
747 * which-func.el (which-func-format): Remove spurious space.
748 (which-func-mode): Don't make it permanent-local.
749 (which-func-ff-hook): Allow which-func-maxout to be nil.
750 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
751 (which-func-mode): Simplify.
752 Use post-command-idle-hook rather than post-command-hook.
753 Go through all buffers and update their state.
754 (which-function): Also try add-log-current-defun-function.
755
756 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
757 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
758 Update call to with-vc-properties accordingly.
759 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
760 (vc-revert-buffer): More careful about window selection and deletion.
761 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
762
763 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
764 (cvs-retrieve-revision): Reuse a pre-existing buffer.
765 (cvs-dired-action): Change the default to quickdir.
766
767 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
768 if comment-indent-function returns nil.
769 (comment-indent-default): New function.
770 (comment-indent-function): Use it and document the new semantics.
771
772 * image-file.el: Docstring fixes.
773
774 * help.el (help-xref-on-pp): Use match-string.
775 (describe-variable): New arg BUFFER.
776 Store the current buffer in the help-xref-stack.
777 (temp-buffer-resize-mode): Use define-minor-mode.
778
779 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
780 consistently with its docstring.
781 Set jit-lock-first-unfontify-pos in an idempotent way.
782 (jit-lock-register): Autoload and add arg CONTEXTUAL.
783
542c6552
GM
7842000-10-05 Alex Schroeder <alex@gnu.org>
785
786 * sql.el (sql-mysql-options): New variable.
787 (sql-mysql): Use it.
788
a3489ece
MB
7892000-10-05 Miles Bader <miles@lsi.nec.co.jp>
790
77f6105c
MB
791 * image.el (image): New group.
792
814299a7 793 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
794 (smerge-base-face, smerge-markers-face): Add dark-background variants.
795
3478046b
PB
7962000-10-04 Peter Breton <pbreton@ne.mediaone.net>
797
798 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 799 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
800 Ignore the value of wqindow-system; always define keywords
801
22aca186
KH
8022000-10-05 Kenichi Handa <handa@etl.go.jp>
803
804 * startup.el (fancy-splash-screens): Remove the code for
805 debugging; `(trace-to-stderr "EXITTT\n")'.
806
55d5d717
MB
8072000-10-05 Miles Bader <miles@gnu.org>
808
809 * diff-mode.el (diff-goto-source): Update call to
810 `diff-hunk-status-msg' to reflect new REV variable.
811
41fa7178
SM
8122000-10-04 Stefan Monnier <monnier@cs.yale.edu>
813
814 * progmodes/icon.el (icon-mode):
815 Don't gratuitously override the default for comment-column.
816
817 * vc-hooks.el (vc-mode-line): Fix interactive spec.
818
819 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
820 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
821 (jit-lock-functions): New var.
822 (jit-lock-function-1): Use it if non-nil.
823 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
824 Set the `fontified' property before doing the fontification to avoid
825 repeatedly going through the same error.
826 Don't turn errors into messages.
827 (jit-lock-register, jit-lock-unregister): New functions.
828
829 * dired.el (dired-mark-pop-up): Turn comment into docstring.
830 Use with-current-buffer.
831
832 * dired-aux.el (dired-do-create-files, dired-kill-tree):
833 Turn comment into docstring.
834
835 * apropos.el (apropos-mode): Use define-derived-mode.
836
3dc78168
GM
8372000-10-04 Gerd Moellmann <gerd@gnu.org>
838
839 * startup.el (fancy-splash-pending-command): New variable.
840 (fancy-splash-pre-command): New function.
841 (fancy-splash-screens): Rewritten.
842 (command-line-1): If fancy-splash-pending-command is set, call it
843 interactively.
844
dae9dc56
DL
8452000-10-04 Dave Love <fx@gnu.org>
846
847 * toolbar/tool-bar.el (tool-bar-setup): New function.
848 (tool-bar-mode): Use it.
849
850 * subr.el (substitute-key-definition): Doc fix.
851 (play-sound-file): New command.
852
3388f0a5
AS
8532000-10-04 Andre Spiegel <spiegel@gnu.org>
854
814299a7 855 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
856 vc-version-backup-file-name): New functions.
857
858 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
859
860 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
861 vc-cvs-stay-local-p.
862
863 * vc.el (vc-revert-buffer): Handle empty diff properly.
864 (vc-version-backup-file): New function.
865 (vc-checkout): Create a version backup if necessary.
866 (vc-checkin): If a version backup file exists, delete it.
867 (vc-version-diff): Diff locally using version backups, if available.
868 (vc-revert-file): If there's a version backup, revert locally.
869 (vc-transfer-file): Use version backup for base version, if
870 available. If not, ask for confirmation whether to get it from the
871 server. Update mode line before check-in.
872
ebd4825d
DL
8732000-10-04 Dave Love <fx@gnu.org>
874
875 * toolbar/tool-bar.el (tool-bar-setup): New function.
876 (tool-bar-mode): Use it.
877
1b24f4b7
PB
8782000-10-04 Peter Breton <pbreton@ne.mediaone.net>
879
3dc78168 880 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 881 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
882 Only set if window-system is non-nil
883 (net-utils-run-program): Returns buffer.
884 (network-connection-reconnect): Added this function.
885
814299a7
MB
886 * generic.el:
887 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
888 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
889 Uses cl compile-time macros.
3dc78168
GM
890 (generic-mode-name, generic-comment-list)
891 (generic-keywords-list, generic-font-lock-expressions)
892 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
893 Removed variables.
894 (generic-mode-alist): Renamed to generic-mode-list.
895 (generic-find-file-regexp): Default changed to "^#".
896 (generic-read-type): Uses completing read on generic-mode-list.
897 (generic-mode-sanity-check): removed this function.
898 (generic-add-to-auto-mode): Removed this function
3dc78168 899 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
900 into function instead of putting them in alist.
901 (generic-mode-set-comments): Reworked extensively.
902 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 903 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 904
814299a7 905 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
906 Make sure directory name ends with "/".
907
814299a7 908 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
909 Regexp now allows leading whitespace.
910 (rc-generic-mode): Added eval-when-compile
911 around generic-make-keywords-list.
912 Deleted duplicate regexp
913 (rul-generic-mode): Added eval-when-compile
914 around generic-make-keywords-list.
915 (etc-fstab-generic-mode): New generic mode.
916 (rul-generic-mode): Removed one eval-when-compile
814299a7 917 which caused a max-specpdl-size exceeded error.
1b24f4b7 918
a7bf5cf3
MB
9192000-10-04 Miles Bader <miles@gnu.org>
920
921 * simple.el (minibuffer-temporary-goal-position): New variable.
922 (next-history-element): Try to keep the position of point in the
923 input string constant.
924
925 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
926 (dired-do-create-files): If there's only one file, pass it in as
927 the DEFAULT arg to dired-mark-read-file-name.
928
ce1087a9
SM
9292000-10-03 Stefan Monnier <monnier@cs.yale.edu>
930
931 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
932 (diff-goto-source): Be smarter when choosing REVERSE or not.
933
934 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
935 (texinfo-mode-menu): Add an explicit shortcut for update all.
936
0e41e1d6
AS
9372000-10-03 Andre Spiegel <spiegel@gnu.org>
938
814299a7 939 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
940 factorize backend-specific code cleanly (this was essentially
941 conceived by Stefan Monnier).
942 (vc-unregister): Function removed.
814299a7 943 (vc-revert-file): New function.
858f7cb4
AS
944 (vc-revert-buffer): Delegate some of the work to it.
945
0e41e1d6
AS
946 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
947 default branch unconditionally.
948 (vc-rcs-set-default-branch): New function.
949 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
950 (vc-rcs-checkin): If an appropriate default branch has been set,
951 force creation of that branch.
858f7cb4
AS
952 (vc-rcs-receive-file): Rewritten to contain only backend-specific
953 code (as suggested by Stefan Monnier).
0e41e1d6 954
01c86c56
GM
9552000-10-02 Gerd Moellmann <gerd@gnu.org>
956
45c477b4
GM
957 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
958 highlighting overlay with a different face over the overlay
959 isearch uses to highlight the current match because that can lead
960 to bad face combinations.
961
01c86c56
GM
962 * loadup.el (toplevel): Load faces before isearch.
963
964 * isearch.el (isearch-faces): New custom group.
965 (isearch): New defface; was already tested for in the code.
966 (isearch-lazy-highlight-face): Changed to defface from defcustom.
967 (isearch-highlight): Always use face `isearch'.
968
944425c0
DL
9692000-10-02 Dave Love <fx@gnu.org>
970
971 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
972 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
973 comparison of opcode with operand.
974
2a099bcc
MB
9752000-10-03 Miles Bader <miles@gnu.org>
976
977 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
978 buffer, since the echo area will now grow to accommodate them.
979
4300ecb8
AS
9802000-10-02 Andre Spiegel <spiegel@gnu.org>
981
982 * vc-hooks.el (vc-registered): If FILE used to be registered under
983 a certain backend, try that one first.
984
814299a7 985 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
986 argument list. Handle multiple backends correctly.
987 (vc-find-new-backend): Function removed.
988 (vc-register): Use vc-responsible-backend, as before.
989 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
990
64e6cc18
GM
9912000-10-02 Gerd Moellmann <gerd@gnu.org>
992
993 * startup.el (fancy-splash-head): Change message below the
994 logo.
995
00df919e
MB
9962000-10-02 Miles Bader <miles@lsi.nec.co.jp>
997
998 * diff-mode.el (diff-goto-source): Emit a status message.
999 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 1000 (diff-test-hunk): Fix doc string.
00df919e
MB
1001 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
1002 (diff-advance-after-apply-hunk): New variable.
4eaa6852 1003 (diff-apply-hunk): Don't return a value.
00df919e 1004
ceec5a0c
SM
10052000-10-01 Stefan Monnier <monnier@cs.yale.edu>
1006
1007 * vc.el (vc-editable-p): Minor optimization.
1008 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
1009 (vc-find-new-backend): New function split from vc-responsible-backend.
1010 (vc-register): Use it.
1011 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
1012 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
1013 (vc-default-unregister, vc-revert-buffer): Docstring fix.
1014 (vc-clear-headers): Don't use find-file.
1015 (vc-revert-buffer): Use `and' again (must have been a braino).
1016 (vc-switch-backend): Only prompt if requested.
1017 Short circuit if nothing is to be done.
1018 Don't use vc-resynch-buffer which could lose unsaved editing.
1019 (vc-default-receive-file): Update call to vc-unregister.
1020 (with-vc-file, vc-next-action-on-file):
1021 Use vc-backend rather than vc-registered.
1022 (vc-next-action-on-file): Use intern-soft.
1023 Deal with read-only *vc-diff* buffer.
1024 (vc-transfer-file): Docstring fix.
1025
1026 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
1027 (vc-rcs-receive-file): Avoid with-vc-properties.
1028 Update call to vc-unregister.
1029 Use constant `RCS' rather than (dynamically bound) var `backend'.
1030
4ad5da8f
AS
10312000-10-01 Andre Spiegel <spiegel@gnu.org>
1032
814299a7 1033 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
1034 is visited.
1035 (vc-start-entry): New argument initial-contents. Don't visit the file
1036 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
1037 (vc-next-action, vc-register): Updated calls to vc-start-entry.
1038 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
1039 vc-start-entry.
1040 (vc-finish-logentry): Make sure to bury log buffer only if there
1041 really is one. Call `vc-resynch-buffer' on log-file, not
1042 buffer-file-name.
1043 (vc-default-comment-history, vc-default-wash-log): New functions.
1044 (vc-index-of): Removed.
1045 (vc-transfer-file): Make do without the above.
1046 (vc-default-receive-file): Call comment-history unconditionally. Pass
1047 the resulting string to vc-checkin, instead of inserting it into the
1048 comment ring.
1049
1050 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
1051 unconditionally. Use the comments as initial contents of the log
814299a7 1052 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
1053 changes.
1054
aa0c3dca
MB
10552000-10-01 Miles Bader <miles@gnu.org>
1056
1057 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
1058 `recenter' with an arg to prevent redrawing the display.
1059
d5f5a2c5
SM
10602000-09-30 Stefan Monnier <monnier@cs.yale.edu>
1061
1062 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
1063
1064 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
1065
814299a7 1066 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
1067 Don't gratuitously override the default for comment-column.
1068
1069 * textmodes/tex-mode.el (latex-metasection-list): New var.
1070 (latex-imenu-create-index): Use it.
1071 Move the regexp construction outside loops (and use push).
814299a7 1072 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
1073 (tex-font-lock-keywords): Moved from font-lock.el.
1074 (tex-comment-indent): Remove.
1075 (tex-common-initialization): Don't set comment-indent-function.
1076 (latex-block-default): New var.
1077 (tex-latex-block): Use it to provide a default choice.
1078 Add any unknown choice to latex-block-names.
1079 Insert [...] after {...}.
1080 (tex-last-unended-begin): Simplify regexp.
1081 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
1082 (latex-forward-sexp-1, latex-forward-sexp): New functions.
1083 (latex-mode): Set forward-sexp-function.
1084
1085 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
1086 Add regexp for @ignore ... @end ignore.
1087 (texinfo-heading-face): New face.
1088 (texinfo-font-lock-keywords): Use it.
1089 (texinfo-mode-menu): New menu.
1090 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
1091 New functions.
1092 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 1093 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
1094 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
1095 Remove declaration.
1096 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
1097
1098 * delsel.el (delete-selection-mode): Use define-minor-mode.
1099
1100 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
1101
11022000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1103
1104 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
1105
8a5506f2
GM
11062000-09-30 Gerd Moellmann <gerd@gnu.org>
1107
068127d6
GM
1108 * replace.el (keep-lines-read-args): New function.
1109 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
1110 read arguments interactively. Add parameters RSTART and REND.
1111 Operate on the active region in Transient Mark mode.
1112
d777bb8f
GM
1113 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
1114
8a5506f2
GM
1115 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
1116 (authors-obsolete-files-regexps): New variable.
1117 (authors-add): Don't record changes in obsolete files.
1118
3fa87bfc
SM
11192000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1120
1121 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
1122
1123 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
1124 (comment-indent): Make sure there's a space between code and comment.
1125 Shift comments left to avoid going past fill-column.
1126
f02149ce
GM
11272000-09-29 Gerd Moellmann <gerd@gnu.org>
1128
1129 * startup.el (startup-echo-area-message): New function.
1130 (display-startup-echo-area-message): Use it.
1131 (fancy-splash-screens): Rewritten to use keymaps and a timer.
1132 (fancy-splash-default-action): New function.
1133 (fancy-splash-screens-1): New function.
1134 (fancy-splash-head): Put a help-echo and a keymap under the image.
1135
a3ef6569
SM
11362000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1137
1138 * diff-mode.el (diff-add-log-file-name): Remove.
1139 (diff-mode): Use add-log-buffer-file-name-function.
1140
1141 * add-log.el (find-change-log): New arg BUFFER-FILE.
1142 (add-log-file-name): Obey add-log-file-name-function.
1143 (add-log-buffer-file-name-function): New var.
1144 (add-change-log-entry): Use it.
1145
75e5b373
MB
11462000-09-29 Miles Bader <miles@gnu.org>
1147
1148 * image-file.el (image-file-name-extensions): New variable.
1149 (image-file-name-regexps): Renamed from `image-file-regexps'.
1150 New default value is nil. Call `auto-image-file-mode'.
1151 (image-file-name-regexp): New function.
1152 (auto-image-file-mode): New minor mode.
1153 (insert-image-file): Don't make conditional on the image-file
1154 handler being enabled.
1155 (image-file-handler): Make the call here conditional instead.
1156 (set-image-file-handler-enabled, enable-image-file-handler)
1157 (disable-image-file-handler): Functions removed.
1158
1159 * emacs-lisp/authors.el (authors-print): Rephrase many-files
1160 string.
1161
de6e1f7c
GM
11622000-09-29 Gerd Moellmann <gerd@gnu.org>
1163
1164 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
1165 it's a function from CL.
1166 (latex-imenu-create-index): Replace eval-when-compile with progn
1167 because latex-section-alist is not bound while compiling.
1168
d8c201f5
SM
11692000-09-28 Stefan Monnier <monnier@cs.yale.edu>
1170
1171 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
1172 (outline-mode): Use define-derived-mode.
1173
814299a7 1174 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
1175 * progmodes/awk-mode.el (awk-mode):
1176 * progmodes/asm-mode.el (asm-mode):
1177 Don't gratuitously override the default for comment-column.
1178
1179 * emacs-lisp/lisp.el (lisp-complete-symbol):
1180 Distinguish the let-binding case from the funcall case.
1181 (forward-sexp-function): New variable.
1182 (forward-sexp): Use it.
1183
1184 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
1185 (easy-mmode-defmap): Remove the now useless autoload.
1186
1187 * time.el (display-time-mode): Use define-minor-mode.
1188
1189 * subr.el (add-minor-mode): Don't eval NAME.
1190 Don't depend on the presence of TOGGLE-FUN for any special behavior.
1191 Use if rather than cond.
1192
1193 * simple.el (read-expression-map): Define more properly.
1194 (comment-indent-hook): Remove.
1195 (string-to-syntax): Bug fix.
1196
1197 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
1198 (cvs-ediff-diff): Fix typo.
1199 (cvs-revert-if-needed): Don't bother preserving read-only.
1200
1201 * paren.el (show-paren-mode): Use define-minor-mode.
1202
1203 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
1204 (toggle-auto-compression): Remove.
1205 (jka-compr-build-file-regexp): Remove useless grouping.
1206
1207 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
1208 Avoid user-reserved bindings.
1209 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
1210 (diff-header-face): Revert to grey85.
1211
1212 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
1213
1214 * complete.el (partial-completion-mode) <defcustom>: Remove.
1215 (partial-completion-mode): Use define-minor-mode.
1216 (PC-do-completion): Understand `completion-auto-help = delay'
1217 to mean to popup the completion buffer only the second time.
814299a7 1218 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
1219 (PC-include-file-all-completions): Don't quote lambda.
1220
1221 * comint.el (comint-mode-hook): Docstring fix.
1222 (comint-mode): Use define-derived-mode.
1223 (comint-mode-map): Remove obsolete comment.
1224 (make-comint): Minor stylistic change.
1225 (comint-insert-clicked-input): Be more careful to find the overlay.
1226 Use this-command-keys rather than hardcoding mouse-2.
1227
1228 * font-lock.el: Replace confusing (,@ with ,
1229 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1230 Don't use regexp-opt-depth. Spice up the regexp for args.
1231 Don't distinguish between cmds that can take an opt arg or not.
1232 Use `append' and `prepend' rather than `keep'.
1233
1234 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
1235 (latex-outline-regexp): New var.
1236 (latex-outline-level): New fun.
1237 (latex-section-alist): New var.
1238 (latex-imenu-create-index): Use it. Use `push' as well.
1239 (tex-shell-map): Initialize it properly.
1240 (tex-mode): Minor stylistic change.
1241 (plain-tex-mode): Use define-derived-mode.
1242 (latex-mode): Use define-derived-mode.
1243 Construct the paragraph regexps in a more readable way.
1244 Set the buffer-local outline-{level,regexp} vars.
1245 (slitex-mode): Derive from latex-mode.
1246 (tex-common-initialization): Don't kill-all-vars anymore.
1247 Add setting for comment-add and font-lock-defaults.
1248 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
1249 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
1250 (tex-start-tex): New arg DIR (and send a chdir command for it).
1251 Also display the shell buffer and save it in tex-last-buffer-texed.
1252 (tex-region): Use expand-file-name rather than concat.
1253 Remove code made useless by changes in tex-start-tex.
1254 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
1255
1256 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
1257
ff398532
DL
12582000-09-28 Dave Love <fx@gnu.org>
1259
1260 * eshell/eshell.el (eshell) <defgroup>: Add :version.
1261
f9415d5b
GM
12622000-09-28 Gerd Moellmann <gerd@gnu.org>
1263
1264 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
1265 `append'.
1266
fa003899
SM
12672000-09-28 Stefan Monnier <monnier@cs.yale.edu>
1268
1269 * info.el (Info-extract-pointer): Undo last change.
1270 Instead, fix the position of the `bound' arg to re-search-backward.
1271
12722000-09-27 Stefan Monnier <monnier@cs.yale.edu>
1273
1274 * info.el (Info-extract-pointer):
1275 Widen more carefully, to avoid finding pointers in other nodes.
1276 (Info-index): Use push.
1277
f9415d5b 12782000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
1279
1280 * frame.el (set-frame-font): Remove call to obsolete function
1281 frame-update-faces.
1282 (set-foreground-color, set-background-color): Likewise for
1283 frame-update-face-colors.
1284
5538b8ba
MB
12852000-09-27 Miles Bader <miles@gnu.org>
1286
1287 * image-file.el: New file.
1288
60536eea
GM
12892000-09-27 Gerd Moellmann <gerd@gnu.org>
1290
5b551d58
GM
1291 * frame.el (frame-notice-user-settings): Don't call
1292 frame-update-faces, which is a no-op now.
814299a7 1293
60536eea
GM
1294 * ediff-wind.el (ediff-control-frame-parameters): Add zero
1295 tool-bar-lines.
1296
36f1966f
DL
12972000-09-27 Dave Love <fx@gnu.org>
1298
1299 * mouse.el: Fix last change.
1300
c5785b73
MB
13012000-09-27 Miles Bader <miles@lsi.nec.co.jp>
1302
1303 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
1304
672172d9
KH
13052000-09-22 Kenichi Handa <handa@etl.go.jp>
1306
1307 * international/quail.el (quail-help): The output message is
1308 improved.
1309
4653b4ea
DL
13102000-09-26 Dave Love <fx@gnu.org>
1311
1312 * mouse.el (popup-menu): If POSITION is nil, set it using
1313 mouse-position.
1314
63900fcf
SS
13152000-09-25 Sam Steingold <sds@gnu.org>
1316
1317 * net/browse-url.el (browse-url-file-url): Check for null maps.
1318
cd3b81be
GM
13192000-09-26 Gerd Moellmann <gerd@gnu.org>
1320
876512ab 1321 * frame.el (frame-notice-user-settings): Don't add a
fa003899 1322 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 1323
fa003899
SM
1324 * frame.el (frame-notice-user-settings):
1325 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 1326
cd3b81be
GM
1327 * toolbar/tool-bar.el (tool-bar-help): New function.
1328
d8b4516f
GM
13292000-09-25 Gerd Moellmann <gerd@gnu.org>
1330
6567e9b5
GM
1331 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
1332 current-load-list in top-level forms. Else this leaks a cons cell
1333 every time a defun is called.
63900fcf 1334
d8b4516f 1335 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 1336
a461758e
DL
13372000-09-25 Dave Love <fx@gnu.org>
1338
7df6adc3
DL
1339 * startup.el (fancy-splash-head): Check XPM is available.
1340
a461758e
DL
1341 * autoinsert.el (auto-insert): Doc fix.
1342 (auto-insert-alist): Following GNU notices, don't say `copyright
1343 _by_'. Use line-beginning-position.
1344 (auto-insert): Check buffer-file-name is non-nil before use.
1345
b11af2dd
GM
13462000-09-25 Gerd Moellmann <gerd@gnu.org>
1347
1348 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
1349 starting with `@def' or `@multitable', in addition to ones
1350 specified by the user in auto-fill-inhibit-regexp.
1351
5f9f981b
GM
13522000-09-25 Markus Rost <rost@math.ohio-state.edu>
1353
1354 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
1355 rmail-dont-reply-to-names matches the empty string.
63900fcf 1356
8ff16b4e
GM
13572000-09-25 Gerd Moellmann <gerd@gnu.org>
1358
63900fcf 1359 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
1360 text to sound more friendly.
1361
9b4a7800
TTN
13622000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
1363
1364 * progmodes/hideshow.el: Update author email address.
1365 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
1366 (hs-hide-all-non-comment-function): New var.
1367 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
1368 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
1369 (hs-show-region): Delete this command.
1370 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
1371
4c7c1f3f
DL
13722000-09-22 Dave Love <fx@gnu.org>
1373
1374 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
1375 (hl-line-highlight): Specify buffer when moving overlay.
1376
1377 * progmodes/fortran.el (fortran-mode): Locally set
1378 normal-auto-fill-function.
1379 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
1380 (fortran-mode-map): Adjust auto-fill menu entry.
1381
13f93dee
GM
13822000-09-22 Gerd Moellmann <gerd@gnu.org>
1383
36eb0a91
GM
1384 * vc-rcs.el (toplevel): Require `vc' when compiling.
1385
fa003899 1386 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 1387
36a03bf9
AS
13882000-09-22 Andre Spiegel <spiegel@gnu.org>
1389
9b4a7800 1390 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
1391 registered under the new backend.
1392
9b4a7800 1393 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
1394 without explicit revision number.
1395
6e4e8a3b
SM
13962000-09-21 Stefan Monnier <monnier@cs.yale.edu>
1397
1398 * diff-mode.el (diff-file-header-face): Reset to its previous value.
1399 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
1400 (diff-xor): New function.
1401 (diff-find-source-location): Use it. Fix a stupid name clash.
1402 (diff-hunk-status-msg): New function.
1403 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
1404 (diff-test-hunk): Use diff-find-source-location.
1405 (diff-goto-source): Favor the `reverse'.
1406 (diff-hunk-text): Properly handle one-sided context diffs.
1407 (diff-apply-hunk): When done, advance to the next hunk.
1408
1b24b888
GM
14092000-09-21 Gerd Moellmann <gerd@gnu.org>
1410
623a0aae
GM
1411 * startup.el (command-line): If frame was created with a non-zero
1412 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 1413
1b24b888
GM
1414 * add-log.el (change-log-date-face, change-log-name-face)
1415 (change-log-email-face, change-log-file-face)
1416 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
1417 (change-log-function-face, change-log-acknowledgement-face):
1418 New faces, inheriting from font-lock faces.
1b24b888 1419 (change-log-font-lock-keywords): Use them.
9b4a7800 1420
93b3a1c8
DL
14212000-09-21 Dave Love <fx@gnu.org>
1422
80585273
DL
1423 * progmodes/cperl-mode.el (top-level): Clean up
1424 `eval-when-compile's and assorted defvars.
1425 (cperl-invalid-face): Don't double-quote value. Change custom
1426 type.
1427 (cperl-mode): Set normal-auto-fill-function and don't zap
1428 auto-fill-function.
1429 (cperl-imenu--function-name-regexp-perl): Renamed from
1430 imenu-example--function-name-regexp-perl.
1431 (cperl-imenu--create-perl-index): Renamed from
1432 imenu-example--create-perl-index.
1433 (cperl-xsub-scan): Don't require cl.
1434
93b3a1c8
DL
1435 * msb.el (msb-mode-map): Use substitute-key-definition.
1436 (msb-mode): Use msb-mode-map.
1437
43ccb598
AS
14382000-09-21 Andre Spiegel <spiegel@gnu.org>
1439
1440 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
1441 New functions.
fa003899 1442 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
1443 (vc-switch-backend): New function.
1444 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
1445 (vc-register): Fix prompt.
1446 (vc-unregister, vc-default-unregister): New functions.
1447 (vc-version-diff): Handle empty buffer in sentinel.
1448
1449 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
1450 (vc-rcs-state-heuristic): Use it to guess the state of files with
1451 non-strict locking.
1452 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
1453 been set with -b, but not created yet.
1454 (vc-rcs-fetch-master-state): With non-strict locking, compare file
1455 contents in order to find the state.
1456 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
1457 (vc-rcs-unregister, vc-rcs-receive-file)
1458 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 1459
9b4a7800 1460 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 1461 in case it is missing.
9b4a7800 1462
95fadcca
GM
14632000-09-21 Gerd Moellmann <gerd@gnu.org>
1464
1465 * startup.el (fancy-splash-tail): Use a different foreground
1466 color on a dark frame background.
1467
470f23e1
MB
14682000-09-21 Miles Bader <miles@lsi.nec.co.jp>
1469
1470 * info.el: Use the correct capitalization when making Info-mode
1471 and Info-edit-mode `special' modes.
1472
281096ed
SM
14732000-09-20 Stefan Monnier <monnier@cs.yale.edu>
1474
1475 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
1476 (diff-mode): Add support for add-log.el.
1477 (diff-hunk-text): Use char offsets rather than line offsets.
1478 (diff-find-source-location): Replace LINE with line-offset (nil
1479 if not found) and always set POS to a meaningful position.
1480 Adapt to the new char-offsets.
1481 (diff-apply-hunk): Drop support for the unused `select' POPUP.
1482 Adapt to the new diff-find-source-location.
1483 (diff-goto-source): Adapt to the new diff-find-source-location.
1484
1485 * add-log.el (add-log-file-name): New function (split out of
1486 add-change-log-entry).
1487 (add-change-log-entry): Use it.
1488 Call add-log-file-name-function with the changelog file name if
1489 the current buffer is not associated with any file.
1490 Avoid find-file if the selected window is dedicated.
1491
1492 * diff-mode.el (diff-find-source-location):
1493 Move code from diff-apply-hunk. Return buffer rather than file.
1494 (diff-apply-hunk): Use the new result from diff-find-source-location.
1495 (diff-goto-source): Use the new diff-find-source-location.
1496
c29d77c4
DL
14972000-09-20 Dave Love <fx@gnu.org>
1498
1499 * iswitchb.el: Some doc fixes.
1500 (iswitchb-mode-map): Define completely initially. Inherit
1501 minibuffer-local-map.
1502 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
1503 fundamental-mode.
1504 (iswitchb-global-map): New variable.
1505 (iswitchb-summaries-to-end): Amalgamate regexps.
1506 (iswitchb-mode): New.
1507 (iswitchb-mode-hook): New variable.
1508 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
1509 `extensions'.
1510
49939379
GM
15112000-09-20 Gerd Moellmann <gerd@gnu.org>
1512
d05c87ac
GM
1513 * ehelp.el (electric-help): New defgroup.
1514 (electric-help-shrink-window): New user-option.
1515 (with-electric-help): Use it.
1516
1ec082d4
GM
1517 * window.el (shrink-window-if-larger-than-buffer): If face
1518 `mode-line' has a :box, and we're on a graphical frame, add 1
1519 to the needed window height.
1520
f46c275e
GM
1521 * frame.el (frame-notice-user-settings): Add a last parameter nil
1522 to a call to `append', because the last list passed to `append' is
1523 not copied, and so subsequent calls to assq-delete-all will modify
1524 default-frame-alist.
1525
b7e11c5b
GM
1526 * startup.el (fancy-splash-image): Change :type.
1527 (fancy-splash-head): Use an XBM image if appropriate.
1528 (command-line-1): Show splash screens in more cases.
1529
26ff68aa
GM
1530 * startup.el (fancy-splash-text): Don't quote faces.
1531
8320414c
GM
1532 * dired.el (dired-font-lock-keywords): Undo last change.
1533 (dired-readin): Bind indent-tabs-mode to nil.
1534
49939379
GM
1535 * startup.el (fancy-splash-head): If frame's background mode
1536 is `dark', change the black background of the image to gray.
1537 (fancy-splash-screens): Display startup echo area message.
1538 (display-startup-echo-area-message): New function.
1539
c3b27206
MB
15402000-09-20 Miles Bader <miles@lsi.nec.co.jp>
1541
55a3d2a1
MB
1542 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
1543
1544 * info.el (info-header-node): Tweak for color ttys.
1545
37a99821
MB
1546 * faces.el (face-valid-attribute-values): Make sure directories we
1547 search for stipples both exist and are readable before trying to
1548 search them.
1549
0415d0d0
MB
1550 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
1551 in the dry-run case.
1552
523b128c
MB
1553 * jka-compr.el (with-auto-compression-mode): New macro.
1554
c3b27206
MB
1555 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
1556 (custom-group-tag-face, custom-variable-tag-face): Use relative
1557 :height and inherit from `variable-pitch' face instead of
1558 hardwiring :family.
1559 * hi-lock.el (hi-black-hb): Likewise.
1560
ddba99ad
MB
1561 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
1562 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
1563 toolbar-add-item, if image doesn't have a mask add a `:mask
1564 heuristic'.
1565
7e99fbde
SM
15662000-09-19 Stefan Monnier <monnier@cs.yale.edu>
1567
1568 * diff-mode.el: Docstring fixes.
1569 (diff-header-face, diff-comment-face): New faces.
1570 (diff-font-lock-keywords): Highlight a bit differently.
1571 (diff-find-source-location): Don't return SPAN any more.
1572 (diff-hunk-text): Don't bother erasing the temp buffer.
1573 (diff-find-text): Drop argument LINE.
1574 (diff-apply-hunk): Update calls to diff-find-text.
1575 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
1576
1577 * calendar/calendar.el: Docstring fixes.
1578 (calendar-make-alist): Don't quote lambda.
1579 (calendar-star-date): Use make-local-variable.
1580
fb275c02
DL
15812000-09-19 Dave Love <fx@gnu.org>
1582
7e99fbde
SM
1583 * toolbar/tool-bar.el: Renamed from toolbar.el.
1584 Change `toolbar' to `tool-bar' generally in symbols.
1585 Make some items invisible in `special' major modes.
1586 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
1587 Add arg PROPS.
532cb34d 1588
7e99fbde
SM
1589 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
1590 Add :version here.
fb275c02
DL
1591 (fancy-splash-delay, fancy-splash-image): Remove :version here.
1592
8f4ca9a5
GM
15932000-09-19 Gerd Moellmann <gerd@gnu.org>
1594
8b7707e1 1595 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 1596
8b7707e1 1597 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
1598 (find-file-noselect): Use it.
1599
8b7707e1 1600 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
1601 (fancy-splash-screen): Defgroup.
1602
8f4ca9a5
GM
1603 * add-log.el (change-log-font-lock-keywords): Match names
1604 more exactly for the case that font-lock-constant-face is
1605 underlined.
1606
ba9eeda1 16072000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 1608
8b7707e1 1609 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 1610
289eaef9
AS
16112000-09-19 Andre Spiegel <spiegel@gnu.org>
1612
1613 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
1614
ce9ded5d
GM
16152000-09-19 Gerd Moellmann <gerd@gnu.org>
1616
c113de23
GM
1617 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
1618 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
1619 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
1620 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
1621 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
1622 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
1623 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
1624 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
1625 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
1626 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
1627 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 1628 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 1629
ce9ded5d
GM
1630 * startup.el (fancy-splash-text): New variable.
1631 (fancy-splash-delay, fancy-splash-image): New user-options.
1632 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
1633 (fancy-splash-screens): New functions.
1634 (command-line-1): If display has a `display' frame parameter, has
1635 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 1636
b9b1c3a9
DL
16372000-09-19 Dave Love <fx@gnu.org>
1638
1639 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
1640 with null `help'. Use modern backquote syntax.
1641
1af25534
GM
16422000-09-19 Gerd Moellmann <gerd@gnu.org>
1643
afd3c8cd
GM
1644 * font-lock.el (font-lock-mode): Change message telling the user
1645 that ``the buffer is too big''.
1646
1af25534
GM
1647 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
1648 for instance for the case that tab-width is 2.
1649
05b1f851
GM
16502000-09-18 Gerd Moellmann <gerd@gnu.org>
1651
1652 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
1653 toolbar-add-item, if image doesn't have a mask add a `:mask
1654 heuristic'.
1655
8ec8f673
MB
16562000-09-18 Miles Bader <miles@lsi.nec.co.jp>
1657
2b612b1f
MB
1658 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
1659 and return a cons if it's non-nil.
1660 (diff-apply-hunk): Try to jump to the line in the source text
1661 corresponding to the position of point in the in the hunk.
1662
9b4a7800 1663 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
1664 (Info-title-1-face): Use face inheritance and relative sizes
1665 instead of hard-wiring things.
1666
1667 * faces.el (secondary-selection): Make dark-background variant sane.
1668
5eedab4d
AI
16692000-09-16 Andrew Innes <andrewi@gnu.org>
1670
5eedab4d
AI
1671 * makefile.w32-in (compile-files-CMD): No need to make .elc files
1672 read-only, since they aren't under VC now.
1673
6a142f26
DL
16742000-09-17 Dave Love <fx@gnu.org>
1675
e07436e1
DL
1676 * tmm.el: Replace mapcar with mapc in several places.
1677
1678 * loadhist.el (unload-feature): Maybe call elp-restore-list and
1679 ad-unadvise.
1680
7d354dd5
DL
1681 * international/latin1-disp.el: New file.
1682
6a142f26
DL
1683 * calendar/cal-move.el (scroll-calendar-left)
1684 (scroll-calendar-right): Make arg optional (for active mode line).
1685
1686 * calendar/calendar.el (calendar-mode-line-format): Make fields
1687 mouse-sensitive.
1688 (calendar-read-date, calendar-read-date, calendar-window-list):
1689 Unquote lambda.
1690 (calendar-month-name): Use aref, not sref.
1691
1692 * view.el (minor-mode-alist): Propertize the string.
1693
1694 * international/characters.el (standard-case-table): Add entries
1695 for Greek.
1696
50ac70af
MB
16972000-09-18 Miles Bader <miles@gnu.org>
1698
53c9ab4f
MB
1699 * info.el (info-node, info-xref): Add dark-background variants.
1700
a114b1ca
MB
1701 * faces.el (header-line): Change defaults to be less confusing
1702 when mixed with mode-lines.
1703
50ac70af
MB
1704 * info.el (Info-fontify-node): Make a few cleanups.
1705 Add extra `help-echo' and `local-map' props to node xrefs.
1706 Use header-specific faces for node-names & xrefs.
1707 (Info-use-header-line): New variable.
53c9ab4f 1708 (info-header-xref, info-header-node): New faces.
50ac70af
MB
1709 (Info-setup-header-line): New function.
1710 (Info-select-node): Call Info-setup-header-line when enabled.
1711 (Info-extract-pointer): Work even if the header line is hidden.
1712 (Info-header-line): New variable.
1713
729927ff
SM
17142000-09-16 Stefan Monnier <monnier@cs.yale.edu>
1715
1716 * vms-patch.el (print-region-function): Don't quote lambda.
1717
1718 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
1719
1720 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
1721 (lm-get-header-re): Allow spaces between the header and the colon.
1722 (lm-header): Allow $ in non-RCS headers.
1723 (lm-header-multiline): Put the strings back into order.
1724 Stop at an empty line. Don't require two space chars if the
1725 line is clearly not another header line.
1726
1727 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
1728 (popup-menu-popup): Remove.
1729
7a98d821
GM
17302000-09-15 Gerd Moellmann <gerd@gnu.org>
1731
7f8f1edc
GM
1732 * toolbar/toolbar.el (toolbar-add-item): Use the same image
1733 specification if or if not tool-bar item contains an `:enabled'
1734 property.
1735
7a98d821
GM
1736 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
1737 current buffer has no file name.
1738
a7bc704b
DL
17392000-09-15 Dave Love <fx@gnu.org>
1740
1741 * strokes.el: Sync with maintainer's current version with changes
1742 for Emacs, but avoid runtime cl and levents.
1743 (toplevel): Change autoloads and compilation requires.
1744 (strokes-version, strokes-bug-address, strokes-lift): Values
1745 changed.
1746 (strokes-xpm-header, strokes-insinuated): New variable.
1747 (strokes): Add :link.
1748 (strokes-mode): Customized.
1749 (strokes-while-inhibiting-garbage-collector): New macro.
1750 (strokes-remassoc): Avoid remove-if.
1751 (strokes-fix-button2-command): Don't use ad-do-it.
1752 (strokes-insinuate): New function.
1753 (strokes-button-press-event-p, strokes-button-release-event-p):
1754 New functions, used instead of non-`strokes-' versions..
1755 (strokes-mouse-event-p): Rewritten.
1756 (strokes-event-closest-point): Avoid event-point.
1757 (strokes-get-grid-position): Avoid cdadr, caadr
1758 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
1759 functions.
1760 (strokes-help): Use with-output-to-temp-buffer.
1761 (strokes-window-configuration-changed-p): New function.
1762 (strokes-update-window-configuration): Use buffer-live-p,
1763 strokes-window-configuration-changed-p.
1764 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
1765 (strokes-char-face): New face.
1766 (strokes-char-table, strokes-base64-chars): New variable.
1767 (strokes-xpm-for-stroke, strokes-list-strokes)
1768 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
1769 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
1770 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
1771 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
1772 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
1773 functions.
1774
47e351a3
GM
17752000-09-15 Gerd Moellmann <gerd@gnu.org>
1776
ebb8f116
GM
1777 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
1778
47e351a3
GM
1779 * image.el (create-image): Doc fix.
1780
1781 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
1782 instead of `:heuristic-mask t'.
1783
fe83b953
AI
17842000-09-14 Andrew Innes <andrewi@gnu.org>
1785
1786 * makefile.w32-in: Revert to Unix line endings.
1787
52481729
AI
17882000-09-14 Andrew Innes <andrewi@gnu.org>
1789
3021e816
AI
1790 * makefile.w32-in: Add bootstrap support. Also copy lisp source
1791 when installing.
1792
52481729
AI
1793 * makefile.nt (DONTCOMPILE): Fix typo.
1794
1795 * shell.el (shell-write-history-on-exit): New function.
1796 (shell-dumb-shell-regexp): New custom variable.
1797 (shell-mode): Make shell-write-history-on-exit the process
1798 sentinel if shell name matches shell-dumb-shell-regexp.
1799
1800 * w32-fns.el: Comment out before-init-hook function which resets
1801 source-directory based; this breaks bootstrap.
1802
f8034e41
DL
18032000-09-14 Dave Love <fx@gnu.org>
1804
1805 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
1806 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
1807 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
1808 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
1809 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
1810 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
1811 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
1812 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
1813 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
1814
1815 * toolbar/toolbar.el: New.
1816
1817 * subdirs.el: Add toolbar.
1818
b9ce5694
GM
18192000-09-14 Gerd Moellmann <gerd@gnu.org>
1820
1821 * indent.el (indent-for-tab-command): Doc fix.
1822
986b7dee
GM
18232000-09-14 Alex Schroeder <alex@gnu.org>
1824
1825 * ansi-color.el (ansi-colors): Doc change.
1826 (ansi-color-get-face): Simplified regexp.
1827 (ansi-color-faces-vector): Added more faces, doc change.
1828 (ansi-color-names-vector): Doc change.
1829 (ansi-color-regexp): Simplified regexp.
1830 (ansi-color-parameter-regexp): New regexp.
1831 (ansi-color-filter-apply): Doc change.
1832 (ansi-color-filter-region): Doc change.
1833 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
1834 deal with zero length parameters.
1835 (ansi-color-apply-on-region): Doc change.
1836 (ansi-color-map): Doc change.
1837 (ansi-color-map-update): Removed debugging message.
1838 (ansi-color-get-face-1): Added condition-case to trap
1839 args-out-of-range errors.
1840 (ansi-color-get-face): Doc change.
1841 (ansi-color-make-face): Removed.
1842 (ansi-color-for-shell-mode): New option.
9b4a7800 1843
076ff911
KH
18442000-09-13 Kenichi Handa <handa@etl.go.jp>
1845
1846 * international/quail.el (quail-start-translation): Translate KEY
1847 if necessary even if it doesn't have any mapping in the current
1848 input method.
1849 (quail-start-conversion): Likewise.
1850 (quail-help): The output message is improved.
1851
bdf08678
MB
18522000-09-13 Miles Bader <miles@gnu.org>
1853
1854 * comint.el (comint-output-filter): Revert to using
1855 `insert-before-markers'. Add bletcherous hack to undo damage
1856 caused by `insert-before-markers'. Put `front-sticky' property on
1857 overlays created here so that the field code understands how the
1858 overlay works. Use a let when making comint-last-prompt-overlay,
1859 so that the code is easier to read.
1860
ffb8db8d
DL
18612000-09-13 Dave Love <fx@gnu.org>
1862
1863 * wid-edit.el (widget-default-format-handler): DTRT when
1864 doc-property is a function.
1865
5dd05f61
GM
18662000-09-12 Francesco Potorti` <pot@gnu.org>
1867
1868 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
1869 filed name if it's not there.
1870
35177617
DL
18712000-09-12 Dave Love <fx@gnu.org>
1872
9023837e
DL
1873 * simple.el (read-mail-command): Doc fix.
1874 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
1875
35177617
DL
1876 * vc.el (vc-dired-listing-switches): Fix :version.
1877
1878 * vc-hooks.el: Doc fixes.
1879
1880 * subr.el (add-minor-mode): Use toggle-fun arg.
1881
1882 * speedbar.el: Add :version to several defcustoms.
1883
1884 * imenu.el (imenu--truncate-items, imenu--cleanup)
1885 (imenu--generic-function): Avoid mapcar.
1886 (imenu--replace-spaces): Function removed.
1887 (imenu--completion-buffer): Use subst-char-in-string.
1888 (imenu-add-to-menubar): Use keymap inheritance.
1889
1afaae94
MB
18902000-09-12 Miles Bader <miles@gnu.org>
1891
1892 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
1893 (diff-mode-map): Bind `diff-test-hunk'.
1894 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
1895
18962000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
1897
1898 * bytecomp.el (byte-compile-defvar): Undo last change
1899 because it breaks '(make-variable-buffer-local (defvar ...)'
1900 which is used at least in dired.
1901
63c36c3c
KH
19022000-09-12 Kenichi Handa <handa@etl.go.jp>
1903
1904 * international/quail.el (quail-define-package): Docstring
1905 modified.
1906
1ad24be1
KH
19072000-09-12 Kenichi Handa <handa@etl.go.jp>
1908
362a8065
KH
1909 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
1910 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
1911 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
1912 docstring of "chinese-py".
1913
1ad24be1
KH
1914 * international/quail.el (quail-translation-docstring): New
1915 variable.
1916 (quail-show-keyboard-layout): Docstring modified.
1917 (quail-select-current): Likewise.
1918 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
1919 infinite recursive call.
1920 (quail-help): Check quail-translation-docstring. Format of the
1921 output changed.
1922 (quail-help-insert-keymap-description): Adjusted for the above
1923 change.
1924
cc0f95a4
GM
19252000-09-11 Gerd Moellmann <gerd@gnu.org>
1926
1927 * bytecomp.el (byte-compile-defvar): Only cons onto
1928 current-load-list in top-level forms. Else this leaks a cons cell
1929 every time a defun is called.
1930
7530b6da
MB
19312000-09-11 Miles Bader <miles@lsi.nec.co.jp>
1932
1933 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
1934 Now understands non-unified diffs. Some functionality moved into
1935 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
1936 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
1937 modify anything. Only reposition point in the patched file if the
1938 patch succeeds. Only pop up another window if POPUP is true.
1939 Emit a message describing what happened if successful, and at what
1940 line-offset. Automatically detect reversed hunks and do something
1941 appropriate.
1942 (diff-hunk-text, diff-find-text): New functions.
1943 (diff-filter-lines): Function removed.
1944 (diff-test-hunk): New function.
1945 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
1946
6b124390
DL
19472000-09-10 Dave Love <fx@gnu.org>
1948
1949 * textmodes/tildify.el: Minor doc/commentary fixes.
1950 (tildify) <defgroup>: Add :version.
1951
1952 * faces.el (face-x-resources): Make custom type more specific.
1953 (frame-background-mode): Use mapc.
1954 (region) <defcustom>: Add :version.
1955
7f8b6551
SM
19562000-09-08 Stefan Monnier <monnier@cs.yale.edu>
1957
9b4a7800
TTN
1958 * vc-sccs.el (vc-sccs-register):
1959 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
1960 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
1961 * vc.el (vc-register): Clear file's properties.
1962
c454aac1
GM
19632000-09-08 Gerd Moellmann <gerd@gnu.org>
1964
1965 * faces.el (face-spec-set): Only face-spec-reset-face when
1966 ATTRS is non-nil.
1967
bb934822
EZ
19682000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
1969
1970 * help.el (help-insert-xref-button): Fix a typo in doc string.
1971
03419440
EZ
19722000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1973
7f8b6551
SM
1974 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1975 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
1976 methods.
1977
03419440
EZ
1978 * menu-bar.el (read-mail-item-name): New function.
1979 (menu-bar-tools-menu): Use it to compute and display the package
1980 used to read email.
1981 (menu-bar-tools-menu): Fix typo in GUD's help string.
1982
dbcee71a
DL
19832000-09-07 Dave Love <fx@gnu.org>
1984
19e713d8
DL
1985 * diff-mode.el (diff-mouse-goto-source): New function.
1986
a7cafade 1987 * vc-sccs.el: Doc fixes.
7f8b6551 1988 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
1989
1990 * vc-rcs.el: Doc fixes.
7f8b6551
SM
1991 (vc-rcs-register-switches, vc-rcs-checkin-switches)
1992 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
1993 (vc-rcs-master-templates): Add or change :version.
1994
7f8b6551 1995 * vc-cvs.el: Doc fixes.
a7cafade
DL
1996 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
1997 (vc-cvs-stay-local): Add :version.
1998
dbcee71a
DL
1999 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
2000
ed254191
KH
20012000-09-07 Kenichi Handa <handa@etl.go.jp>
2002
2003 * international/quail.el (quail-help): Fix previous change.
2004
ab0ee409
GM
20052000-09-07 Gerd Moellmann <gerd@gnu.org>
2006
f46f845b 2007 * faces.el (color-values): Doc fix.
9b4a7800 2008
ab0ee409
GM
2009 * faces.el (frame-set-background-mode): Use frame-parameter
2010 instead of frame-parameters.
2011
2012 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 2013 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 2014 frame-parameters.
9b4a7800 2015
f7246ac7
KH
20162000-09-07 Kenichi Handa <handa@etl.go.jp>
2017
2018 * language/devan-util.el (devanagari-to-indian-region): In the
2019 loop, change the following char, not preceding char.
2020
96889af2
GM
20212000-09-07 Gerd Moellmann <gerd@gnu.org>
2022
1091dd67
GM
2023 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
2024 instead of frame-parameters.
2025
9b4a7800 2026 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
2027 internal-set-lisp-face-attribute with FRAME being 0.
2028
2029 * vc.el: Remove `Id' version control keyword.
96889af2 2030
0fddd0dc
KH
20312000-09-07 Kenichi Handa <handa@etl.go.jp>
2032
2033 * help.el (help-make-xrefs): Adjusted for the change of
2034 help-xref-mule-regexp.
2035 (help-insert-xref-button): New function.
2036
2037 * international/mule-cmds.el (help-xref-mule-regexp-template):
2038 Include the pattern for character set.
2039 (leim): New group.
2040
2041 * international/quail.el: Don't require face.
2042 (quail): New group.
7f8b6551 2043 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
2044 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
2045 (quail-keyboard-layout-substitution): New variable.
2046 (quail-update-keyboard-layout): New function.
2047 (quail-keyboard-layout-type): New customizable variable.
2048 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
2049 (quail-keyboard-translate): Pay attention to
2050 quail-keyboard-layout-substitution.
2051 (quail-insert-kbd-layout): New function.
2052 (quail-show-keyboard-layout): New function.
2053 (quail-get-translation): If the definition is a vector of length
7f8b6551 2054 1, and the element is a string of length 1, return the character
0fddd0dc
KH
2055 in that string.
2056 (quail-update-current-translations): Fix the case of
2057 relative-index out of range.
2058 (quail-build-decode-map, quail-insert-decode-map): New Functions.
2059 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 2060 Show key sequences for all available characters.
0fddd0dc
KH
2061 (quail-help-insert-keymap-description): Don't show such verbose
2062 key bindings as quail-self-insert-command.
2063
2064 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2065 Format changed, and each element now have extra documentations.
2066 (tit-process-header): Delete invalid characters from TIT-PROMPT.
2067 Adjusted for the change of quail-cxterm-package-ext-info.
2068
8ddceaf1
GM
20692000-09-06 Gerd Moellmann <gerd@gnu.org>
2070
2071 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
2072 requiring it leads to a recursive loading of vc.el and vc-hooks.el
2073 during bootstrap.
2074
099bd78a
SM
20752000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2076
2077 * vc.el: (toplevel): Don't require `dired' at run-time.
2078 (vc-dired-resynch-file): Remove autoload cookie.
2079
20802000-09-05 Andre Spiegel <spiegel@gnu.org>
2081
2082 * vc.el: Made several backend functions optional.
2083 (vc-default-responsible-p): New function.
2084 (vc-merge): Use RET for first version to trigger merge-news, not
2085 prefix arg.
2086 (vc-annotate): Handle backends that do not support annotation.
2087 (vc-default-merge-news): Removed. The existence of a merge-news
2088 implementation is now checked on caller sites.
2089
9b4a7800 2090 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
2091 case.
2092
9b4a7800 2093 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
2094 special case that has been removed from the default in vc-hooks.el.
2095
20962000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2097
2098 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
2099
21002000-09-05 Andre Spiegel <spiegel@gnu.org>
2101
2102 * vc-hooks.el: Require vc during compilation.
2103 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
2104 macro `with-vc-properties' in vc.el.
2105 (vc-file-getprop): Doc fix.
2106 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 2107
099bd78a
SM
2108 * vc.el: Require dired-aux during compilation.
2109 (vc-name-assoc-file): Moved to vc-sccs.el.
2110 (with-vc-properties): New macro.
9b4a7800 2111 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
2112 vc-finish-steal): Use it.
2113 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
2114 to the backend-specific function is now supposed to do the checkout,
2115 too.
2116 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
2117
9b4a7800 2118 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
2119 set file properties; that gets done in the generic code now.
2120
2121 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
2122 Changed parameter list, added code from vc.el that does the
2123 checkout, possibly with a double-take.
2124
2125 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
2126 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
2127 the above under the new name.
2128 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
2129 parameter list, added checkout command.
2130 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
2131 properties; that gets done in the generic code now.
2132
21332000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2134
2135 * vc.el: Docstring fixes (courtesy of checkdoc).
2136
21372000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2138
2139 * vc.el (vc-checkout-writable-buffer-hook)
2140 (vc-checkout-writable-buffer): Remove.
2141 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
2142 (vc-log-mode): Make it into a clean derived major mode.
2143 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
2144 vc-log-mode if log-edit is not available.
2145 (vc-dired-mode-map): Don't set-keymap-parent yet.
2146 (vc-dired-mode): Do set-keymap-parent here.
2147 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
2148
08ba3862
GM
21492000-09-05 Gerd Moellmann <gerd@gnu.org>
2150
2151 * faces.el (set-face-attribute, face-spec-reset-face)
2152 (face-spec-set): Avoid consing by removing calls to `apply'.
2153
2154 * frame.el (frame-parameter): Move to C code.
2155
3b4429b4
DL
21562000-09-05 Dave Love <fx@gnu.org>
2157
2158 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
2159 insert-before-markers-and-inherit. Now checked systematically!
2160
877055f6
GM
21612000-09-05 Alex Schroeder <alex@gnu.org>
2162
2163 * sql.el (sql-postgres): Use sql-postgres-options.
2164 (sql-postgres-options): New variable.
2165
21662000-09-05 Alex Schroeder <alex@gnu.org>
2167
2168 * sql.el (sql-mode-menu): Work around missing variable mark-active
2169 in XEmacs.
2170 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
2171 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
2172 compatibility.
2173
7a004b71
GM
21742000-09-04 Gerd Moellmann <gerd@gnu.org>
2175
54baed30 2176 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 2177
7a004b71
GM
2178 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
2179
2180 * Makefile.in (DONTCOMPILE): Fix typo in file name.
2181
21822000-09-04 Andre Spiegel <spiegel@gnu.org>
2183
2184 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
2185 don't support anything else under SCCS yet.
2186
2187 * vc-hooks.el: Minor doc fixes.
2188
21892000-09-04 Andre Spiegel <spiegel@gnu.org>
2190
2191 * vc.el (vc-next-action-on-file): Do not visit the file if it's
2192 not necessary. If verbose in state `needs-patch', do the same as
2193 under `up-to-date'. When NOT verbose and `needs-patch', check out
2194 latest version instead of `merge-news'.
2195 (vc-next-action-dired): Don't mess with default-directory here; it
2196 breaks other parts of dired. It is the job of the
099bd78a 2197 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
2198 (vc-next-action): Remove a special CVS case.
2199 (vc-clear-headers): New optional arg FILE.
2200 (vc-checkin, vc-checkout): Set properties vc-state and
2201 vc-checkout-time properly.
099bd78a 2202 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
2203 (vc-print-log): Use new backend function `show-log-entry'.
2204 (vc-cancel-version): Do the checks in a different order. Added a
2205 FIXME concerning RCS-only code.
2206
2207 * vc-rcs.el (vc-rcs-show-log-entry): New function.
2208 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
2209
2210 * vc-cvs.el (vc-cvs-show-log-entry): New function.
2211
9b4a7800 2212 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
2213 `needs-patch' as a `-' too.
2214
22152000-09-04 Andre Spiegel <spiegel@gnu.org>
2216
2217 * vc.el (vc-responsible-backend): New optional arg REGISTER.
2218 (vc-default-could-register): New function.
2219 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
2220 (vc-resynch-buffer): Call vc-dired-resynch-file.
2221 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
2222 vc-resynch-buffer instead of vc-resynch-window.
2223 (vc-next-action-dired): Don't redisplay here, that gets done as a
2224 result of the individual file operations.
2225 (vc-retrieve-snapshot): Corrected prompt order.
2226
2227 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 2228
7a004b71
GM
2229 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
2230 as well.
2231 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
2232 hostname regexps. Updated all callers.
2233 (vc-cvs-responsible-p): Handle directories as well.
2234 (vc-cvs-could-register): New function.
2235 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
2236 properties up-to-date.
9b4a7800 2237
7a004b71
GM
2238 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
2239 user whether to create one.
2240
22412000-09-04 Andre Spiegel <spiegel@gnu.org>
2242
2243 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
2244 check out a non-existing file.
2245
2246 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
2247 workfile does not exist.
2248
2249 * vc.el (vc-version-diff): Use `require' to check for existence of
2250 diff-mode.
2251
22522000-09-04 Andre Spiegel <spiegel@gnu.org>
2253
2254 * vc-cvs.el (vc-cvs-registered): Use new function
2255 vc-cvs-parse-entry to do the actual work.
2256
22572000-09-04 Andre Spiegel <spiegel@gnu.org>
2258
2259 * vc-hooks.el (vc-find-backend-function): If function doesn't
2260 exist, return nil instead of error.
2261 (vc-call-backend): Doc fix.
2262
2263 * vc.el (vc-do-command): Doc fix.
2264 (vc-finish-logentry): When checking in from vc-dired, choose the
2265 right backend for logentry check.
2266 (vc-dired-mode-map): Inherit from dired-mode-map.
2267 (vc-dired-mode): Local value of dired-move-to-filename-regexp
2268 simplified.
2269 (vc-dired-state-info): Removed, updated caller.
2270 (vc-default-dired-state-info): Use parentheses instead of hyphens.
2271 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
2272 (vc-dired-listing-switches): New variable.
2273 (vc-directory): Use it, instead of dired-listing-switches.
2274
2275 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
2276 (vc-cvs-dir-state): New function.
7f8b6551 2277 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
2278 (vc-cvs-parse-entry): New function, also to be used in
2279 vc-cvs-registered.
9b4a7800 2280
7a004b71
GM
22812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2282
2283 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
2284 *or* single-window-frames.
2285
22862000-09-04 Andre Spiegel <spiegel@gnu.org>
2287
2288 * vc.el (vc-update-changelog): Split into generic part and default
2289 implementation. Doc string adapted.
2290 (vc-default-update-changelog): New function. Call the `rcs2log'
2291 script in exec-directory, to fix a long-standing nuisance.
2292
2293 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
2294 simply signals an error.
9b4a7800 2295
7a004b71
GM
22962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2297
2298 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
2299 control-flow more clear and to avoid running `cvs' twice.
2300
2301 * vc.el (vc-next-action-on-file): Doc fix.
2302 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
2303 (vc-print-log): Eval `file' before constructing the continuation.
2304
23052000-09-04 Andre Spiegel <spiegel@gnu.org>
2306
2307 * vc.el (vc-next-action-on-file): Corrected several messages.
2308 (vc-merge): Add prefix arg `merge-news'; handle it.
2309
2310 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
2311 is not reached. It is.
2312 (vc-cvs-merge): Set state to 'edited after merge.
2313 (vc-cvs-merge-news): Set workfile version to nil if not known.
2314 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
2315
2316 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
2317 via stdout. (Merge from main line.)
9b4a7800 2318
7a004b71
GM
23192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2320
2321 * vc.el (vc-finish-logentry): Thinko in the "same comment"
2322 detection.
2323
23242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2325
2326 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
2327 against kill-all-local-variables.
2328 (vc-log-edit): Don't save vc-parent-buffer any more.
2329 (vc-last-comment-match): Initialize to an empty string.
2330 (vc-post-command-functions): New hook.
2331 (vc-do-command): Run it.
2332 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
2333 (vc-finish-logentry): Only add the comment to the ring if it's
2334 different from the last comment entered.
2335 (vc-new-comment-index): New function.
2336 (vc-previous-comment): Use it. Make the minibuffer message
2337 slightly less terse.
2338 (vc-comment-search-reverse): Make it work forward as well. Don't
2339 set vc-comment-ring-index if no match is found. Use
2340 vc-new-comment-index.
2341 (vc-comment-search-forward): Use vc-comment-search-reverse.
2342 (vc-dired-mode-map): Don't inherit from dired-mode-map since
2343 define-derived-mode will do it for us. Bind `v' to a keymap that
2344 inherits from vc-prefix-map so that we can bind `vt' without
2345 binding C-x v t.
2346 (vc-retrieve-snapshot): Parenthesis typo.
2347
2348 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
2349 to 1. Make sure to switch to *vc* before looking for an error
2350 message. Use vc-parse-buffer.
2351
23522000-09-04 Andre Spiegel <spiegel@gnu.org>
2353
2354 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
2355 and NAME.
2356 (vc-retrieve-snapshot): Split into two parts.
2357 (vc-default-retrieve-snapshot): New function.
2358
2359 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
2360 (vc-cvs-retrieve-snapshot): New function (untested).
2361 (vc-cvs-stay-local): Default to t.
2362 (vc-cvs-remote-p): New function and property.
2363 (vc-cvs-state): Stay local only if the above is t.
2364 (vc-handle-cvs): Removed.
2365 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
2366 done via vc-handled-backends now.
2367 (vc-cvs-header): Escape Id.
2368
23692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2370
2371 * vc.el (vc-do-command): Remove unused commands.
2372 (vc-version-diff): Make sure default-directory ends with a slash.
2373 Move the window commands into a vc-exec-after.
2374 (vc-print-log): Move more of the code into the `vc-exec-after'.
2375
23762000-09-04 Andre Spiegel <spiegel@gnu.org>
2377
2378 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
2379 (vc-print-log): Search current revision from beginning of buffer.
2380 (vc-revert-buffer): Clear echo area after the diff is finished.
2381 (vc-prefix-map): Removed definition of "t" for terse display in vc
2382 dired.
2383 (vc-dired-mode-map): Inherit from dired-mode-map. Added
2384 definition of "vt" for terse display.
2385 (vc-dired-mode): Fix dired-move-to-filename-regexp.
2386
23872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2388
2389 * vc.el (vc-exec-after): Avoid caddr.
2390
23912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2392
2393 * vc.el (vc-exec-after): New function.
2394 (vc-do-command): Use it to add a termination message for async
2395 procs.
2396 (vc-checkout): Try to handle a missing-backend situation.
2397 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
2398 of a directory with a backend using async diffs.
2399 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
2400 present.
2401
2402 * vc-sccs.el (vc-sccs-state-heuristic): Use
2403 file-ownership-preserved-p.
2404
2405 * vc-rcs.el (vc-rcs-state-heuristic): Use
2406 file-ownership-preserved-p.
2407 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
2408
24092000-09-04 Andre Spiegel <spiegel@gnu.org>
2410
2411 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
2412 vc-do-command.
2413
2414 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
2415 when there are no changes.
2416
24172000-09-04 Andre Spiegel <spiegel@gnu.org>
2418
2419 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
2420
2421 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
2422
24232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2424
2425 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
2426
2427 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
2428 the `fset' outside of the defvar so that it works even if
2429 vc-prefix-map was already defined.
2430 (vc-setup-buffer): New function, split out of vc-do-command.
2431 (vc-do-command): Allow BUFFER to be t to mean `just use the
2432 current buffer without any fuss'.
2433 (vc-version-diff): Change the `diff' backend operation to just put
2434 the diff in the current buffer without erasing it. Always use
2435 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
2436 shrink-window-if-larger-than-buffer.
2437 (vc-print-log): Change the `print-log' backend operation to just
2438 put the log in the current buffer without erasing it. Protect
2439 shrink-window-if-larger-than-buffer.
2440 (vc-update-change-log): Fix setd typo.
2441
2442 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
2443 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
2444
2445 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
2446 (vc-rcs-diff): Insert in the current buffer and remove unused arg
2447 CMP.
2448
2449 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
2450 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
2451 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
2452
24532000-09-04 Andre Spiegel <spiegel@gnu.org>
2454
2455 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
2456 not possible, use vc-BACKEND-workfile-unchanged-p.
2457 (vc-default-workfile-unchanged-p): New function. Delegates to a
2458 full vc-BACKEND-diff.
2459
2460 * vc-hooks.el (vc-simple-command): Removed.
2461
2462 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
2463 instead of vc-simple-command.
2464 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
2465 avoid doing a diff when opening a file.
2466 (vc-rcs-state): Added check for unlocked-changes.
2467 (vc-rcs-header): Escape Id.
2468 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
2469 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
2470 version.
2471
2472 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
2473 (vc-sccs-diff): Remove optional arg CMP.
2474 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
2475 SCCS-specific function.
2476
2477 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
2478 vc-simple-command.
2479
24802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2481
2482 * vc.el (vc-editable-p): Renamed from vc-writable-p.
2483 (with-vc-file, vc-merge): Use vc-editable-p.
2484 (vc-do-command): Remove unused var vc-file and fix the
2485 doubly-defined `status' var. Add a user message when starting an
2486 async command.
2487 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
2488 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
2489 Use with-current-buffer.
2490 (vc-buffer-sync): Use unless.
2491 (vc-next-action-on-file): If the file is 'edited by read-only,
2492 make it read-write instead of trying to commit.
2493 (vc-version-diff, vc-update-change-log): Use `setq
2494 default-directory' rather than `cd'.
2495 (vc-log-edit): Don't forget to set default-directory in the
2496 buffer.
2497
2498 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
2499 (vc-sccs-state-heuristic): Use file-writable-p instead of
2500 comparing userids.
2501 (vc-sccs-checkout): Use `unless'.
2502
2503 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
2504 of comparing userids.
2505 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
2506 Simplify the logic by eliminating unreachable code.
2507 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
2508 just do a recursive call if we need to retry.
2509 (vc-rcs-checkout): Handle the case where rcs is missing by making
2510 the buffer read-write if requested and re-signalling the error.
2511
2512 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
2513
25142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2515
2516 * vc-hooks.el (vc-handled-backends): Docstring change.
2517 (vc-ignore-vc-files): Mark obsolete.
2518 (vc-registered): Check vc-ignore-vc-files.
2519 (vc-find-file-hook, vc-file-not-found-hook): Don't check
2520 vc-ignore-vc-files.
2521
2522 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
2523
25242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2525
2526 * vc.el (vc-checkout): Don't do anything special for ange-ftp
2527 files since ange-ftp already has vc-registered return nil.
2528
2529 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
2530 (vc-sccs-workfile-version): Use with-temp-buffer and new
2531 vc-parse-buffer and don't bother setting the property.
2532 (vc-sccs-add-triple): Use with-current-buffer and
2533 find-file-noselect.
2534 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
2535
2536 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
2537 derives from the old vc-parse-buffer but uses the revision number
2538 rather than the date (much easier to compare robustly).
2539 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
2540 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
2541 locking-user more directly. Check strict locking and set
2542 checkout-model appropriately.
2543 (vc-rcs-parse-locks): Remove.
2544 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
2545 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
2546 (vc-rcs-system-release): Use with-current-buffer and
2547 vc-parse-buffer.
2548 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
2549
2550 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
2551 (vc-simple-command): Docstring fix.
2552 (vc-registered): Align the way the file-handler is called with the
2553 way the function itself works.
2554 (vc-file-owner): Remove.
2555
2556 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
2557 extraction of fields and call to file-attributes because of a
2558 temporary bug in rcp.el.
2559 (vc-cvs-fetch-status): Use with-current-buffer.
2560
25612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2562
2563 * vc.el (vc-do-command): Use file-relative-name.
2564 (vc-responsible-backend): Use vc-backend if possible.
2565 (vc-create-snapshot): Improve the `interactive' spec. Add support
2566 for branches and dispatch to backend-specific `create-snapshot'.
2567 (vc-default-create-snapshot): New function, containing the bulk of
2568 the old vc-create-snapshot.
2569 (vc-retrieve-snapshot): Improve the interactive spec.
2570
2571 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
2572 (vc-backend-hook-functions): Remove.
2573 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
2574 (vc-backend): Reintroduce the test for `file = nil' now that I
2575 know why it was there (and added a comment to better remember).
2576
2577 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
2578 code from vc-sccs-hooks.el.
2579 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
2580 'vc anymore.
2581 (vc-sccs-responsible-p): Use expand-file-name instead of concat
2582 and file-directory-p instead of file-exists-p.
2583 (vc-sccs-check-headers): Simplify the regexp.
2584
2585 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
2586 from vc-rcs-hooks.el. Don't require 'vc anymore.
2587 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
2588 file-directory-p instead of file-exists-p.
2589
2590 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
2591 from vc-cvs-hooks.el.
2592 (proto vc-cvs-registered): Require 'vc-cvs instead of
2593 'vc-cvs-hooks. Don't require 'vc anymore.
2594 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
2595 file-directory-p instead of file-exists-p.
2596 (vc-cvs-create-snapshot): New function, replacing
2597 vc-cvs-assign-name.
2598 (vc-cvs-assign-name): Remove.
2599
26002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2601
2602 * vc-cvs.el (vc-cvs-header): New var.
2603
2604 * vc-rcs.el (vc-rcs-exists): Remove.
2605 (vc-rcs-header): New var.
2606
2607 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
2608 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
2609 (vc-sccs-header): New var.
2610
2611 * vc.el (vc-do-command): Get rid of the `last' argument.
2612 (vc-header-alist): Remove, replaced by vc-X-header.
2613 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
2614 (vc-dired-hook): Use expand-file-name instead of concat.
2615 (vc-directory): Use file-name-as-directory.
2616 (vc-snapshot-precondition, vc-create-snapshot)
2617 (vc-retrieve-snapshot): Allow the command to operate on any
2618 directory.
2619
2620 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
2621 just removing the 'WORKFILE argument or by removing the 'MASTER
2622 argument and replacing `file' with (vc-name file).
2623
26242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2625
2626 * vc.el: Update Copyright and add a crude list of backend funs.
2627 (vc-writable-p): New function.
2628 (with-vc-file): Use vc-writable-p.
7f8b6551 2629 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
2630 (vc-register): Avoid vc-name.
2631 (vc-locking-user): Remove.
2632 (vc-steal-lock): Make the `owner' arg non-optional.
2633 (vc-merge): Use vc-writable-p instead of vc-locking-user and
2634 vc-checkout-model.
2635 (vc-default-dired-state-info): Use vc-state instead of
2636 vc-locking-user and return special strings for special states.
2637 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
2638 and get rid of one of the special CVS cases.
2639 (vc-cancel-version): prettify error message with \\[...].
2640 (vc-rename-master): New function.
2641 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
2642 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
2643 the CVS special case generic.
2644 (vc-default-record-rename): Remove.
2645 (vc-file-tree-walk-internal): Only call FUNC for files that are
2646 under control of some VC backend and replace `concat' with
2647 expand-file-name.
2648 (vc-file-tree-walk): Update docstring.
2649 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
2650 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
2651
2652 * vc-sccs.el (vc-sccs-rename-file): Renamed from
2653 vc-sccs-record-rename. Use `find-file-noselect' rather than
2654 `find-file' and call `vc-rename-master' to do the actual move.
2655 (vc-sccs-diff): Remove unused `backend' variable.
2656
2657 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
2658 to delay loading of vc-sccs until it is really used.
2659 (vc-sccs-master-templates): Preload.
2660 (vc-sccs-state): Update call to vc-sccs-parse-locks.
2661 (vc-sccs-project-dir): Remove (merged into
2662 vc-sccs-search-project-dir).
2663 (vc-sccs-search-project-dir): Rewrite using file name handling ops
2664 rather than `concat', make sure it is preloaded and don't bother
2665 to check that the file actually exists.
2666 (vc-sccs-parse-locks): Remove unused `file' argument, remove
2667 `locks' argument (use buffer's content instead) and eliminate n^2
2668 behavior.
2669
2670 * vc-rcs.el: Update Copyright.
2671 (vc-rcs-rename-file): New function.
2672 (vc-rcs-diff): Remove unused `backend' variable.
2673
2674 * vc-hooks.el: Update Copyright.
2675 (vc-backend): Don't accept a nil argument any more.
2676 (vc-up-to-date-p): Turn into a defsubst.
2677 (vc-possible-master): New function.
2678 (vc-check-master-templates): Use `vc-possible-master' and allow
2679 funs in vc-X-master-templates to return a non-existent file.
2680
2681 * vc-cvs.el: Update Copyright.
2682 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 2683 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
2684
2685 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
2686
26872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2688
2689 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
2690 since it can be called from vc-rcs.el.
2691 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
2692
26932000-09-04 Andre Spiegel <spiegel@gnu.org>
2694
2695 * vc.el (vc-version-diff): Expand file name read from the
2696 minibuffer. Handle the case when a previous version number can't
2697 be guessed. Give suitable messages when there were no differences
2698 found.
2699 (vc-clear-headers): Call backend-specific implementation, if one
2700 exists.
2701 (vc-cancel-version): Made error checks generic. When done, clear
2702 headers generically, too.
2703
2704 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
2705 from vc-clear-headers in vc.el.
2706
2707 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
2708 correctly.
2709 (vc-rcs-latest-on-branch-p): Made second argument VERSION
2710 optional. Handle the case when it's not there.
2711
27122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2713
2714 * vc.el (vc-locking-user): Moved from vc-hooks.el.
2715
27162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2717
2718 * vc-hooks.el (vc-loadup): Remove.
2719 (vc-find-backend-function): Use `require'. Also, handle the case
2720 where vc-BACKEND-hooks.el doesn't exist.
2721 (vc-call-backend): Cleanup.
2722
27232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2724
2725 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
2726 vc-rcs-grab-templates)
2727 (vc-rcs-registered): Remove. The default function works as well.
2728 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
2729 vc-sccs-grab-templates)
2730 (vc-sccs-registered): Remove. The default function works as well.
2731
2732 * vc.el (vc-version-diff): Left out a vc- in call to
2733 vc-call-backend.
2734 (vc-default-dired-state-info, vc-default-record-rename)
2735 (vc-default-merge-news): Update for the new backend argument.
2736
2737 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
2738 using the default function.
2739 (vc-call-backend): If calling the default function, pass it the
2740 backend as first argument. Update the docstring accordingly.
2741 (vc-default-state-heuristic, vc-default-mode-line-string): Update
2742 for the new backend argument.
2743 (vc-make-backend-sym): Renamed from vc-make-backend-function.
2744 (vc-find-backend-function): Use the new name.
2745 (vc-default-registered): New function.
2746
27472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2748
2749 * vc.el (vc-merge): Use vc-find-backend-function.
2750
2751 * vc-hooks.el (vc-backend-functions): Remove.
2752 (vc-loadup): Don't setup 'vc-functions.
2753 (vc-find-backend-function): New function.
2754 (vc-call-backend): Use above fun and populate 'vc-functions
2755 lazily.
2756 (vc-backend-defines): Remove.
2757
27582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2759
2760 * vc.el (vc-register): Put a FIXME note for a newly found bug.
2761 Call vc-call-backend without the leading vc-.
2762 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
2763 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 2764 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
2765 (vc-annotate-display): Replace confusing use of `cond' with `or'.
2766 Call vc-call-backend without the leading vc-.
2767
2768 * vc-cvs.el (tail): Provide vc-cvs.
2769 * vc-sccs.el (tail): Provide vc-sccs.
2770 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
2771
2772 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
2773 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 2774 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
2775 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
2776 (vc-call-backend): Always try to load vc-X-hooks.
2777 (vc-registered): Remove vc- in call to vc-call-backend.
2778
27792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2780
2781 * vc.el (vc-process-filter): New function.
2782 (vc-do-command): Setup `vc-process-filter' for the async process.
2783 (vc-maybe-resolve-conflicts): New function to reduce
2784 code-duplication. Additionally, it puts the buffer in
2785 `smerge-mode' if applicable.
2786 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
2787 calling `merge-news'.
7f8b6551 2788 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
2789 (vc-log-edit): New function. Replacement for `vc-log-mode' by
2790 interfacing to log-edit.el.
2791 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
2792 log-edit is available.
2793 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
2794
27952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2796
2797 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
2798 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
2799 defvar and the initialization.
2800 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
2801
2802 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
2803 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
2804
7f8b6551 2805 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
2806
28072000-09-04 Andre Spiegel <spiegel@gnu.org>
2808
2809 * vc.el (vc-file-clear-masterprops): Removed.
2810 (vc-checkin, vc-revert-buffer): Removed calls to the above.
2811 (vc-version-diff): Use buffer-size without argument.
2812 (vc-register): Heed vc-initial-comment.
2813
2814 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
2815 default branch.
2816
2817 * vc-rcs.el (vc-rcs-register): Parse command output to find master
2818 file name and workfile version.
2819 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
2820
2821 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
2822 vc-file-clear-masterprops.
2823
2824 * vc-sccs.el (vc-sccs-checkout): Removed call to
2825 vc-file-clear-masterprops. If writable, set vc-state to 'edited
2826 rather than user login name.
2827
2828
28292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2830
2831 * vc.el (vc-workfile-unchanged-p): Remove unused argument
2832 `want-differences-if-changed' and simplify.
2833 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
2834 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
2835 output (which is invalid for async vc-diff) to decide whether to
2836 do the revert silently or not.
2837
28382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2839
2840 * vc-hooks.el (vc-loadup): Load files quietly.
2841 (vc-call-backend): Oops, brain fart.
2842
28432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2844
2845 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 2846 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
2847
28482000-09-04 Andre Spiegel <spiegel@gnu.org>
2849
2850 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
2851 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
2852 vc-state or vc-up-to-date-p.
2853 (vc-merge): Use vc-backend-defines to check whether merging is
2854 possible. Set state to 'edited after successful merge.
2855
2856 * vc-hooks.el (vc-locking-user): If locked by the calling user,
2857 return that name. Redocumented.
2858
28592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2860
2861 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
2862 new `vc-state' semantics.
2863 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
2864 'vc-locking-user to the current user.
2865 (vc-merge): Inline vc-backend-merge. Comment out code that I
2866 don't understand and hence can't adapt to the new `vc-state' and
2867 `vc-locking-user' semantics.
2868 (vc-backend-merge): Remove.
2869
2870 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
2871 rather than 'vc-locking-user.
2872
2873 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
2874
2875 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
2876 (vc-state): Don't use 'reserved any more. Just use the same
2877 convention as the one used for vc-<backend>-state where the
2878 locking user (as a string) is returned.
2879 (vc-locking-user): Update, based on the above convention. The
2880 'vc-locking-user property has disappeared.
7f8b6551 2881 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
2882
2883 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
2884 with a heuristic one.
2885 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
2886 (vc-cvs-checkin): Do a trivial parse to set the state in case of
2887 error. That allows us to get to 'needs-merge even in the
2888 stay-local case. There's still no way to detect 'needs-patch in
2889 such a setup (or to force an update for that matter).
2890 (vc-cvs-logentry-check): Remove, the default works as well.
2891
28922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2893
7f8b6551 2894 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
2895
2896 * vc.el (vc-do-command): kill-all-local-variables, to reset any
2897 major-mode in which the buffer might have been put earlier. Use
2898 `remove' and `when'. Allow `okstatus' to be `async' and use
2899 `start-process' in this case.
2900 (vc-version-diff): Handle the case where the diff looks empty
2901 because of the use of an async process.
2902
29032000-09-04 Andre Spiegel <spiegel@gnu.org>
2904
2905 * vc.el (vc-next-action-on-file): Removed optional parameter
2906 `simple'. Recompute state unconditionally.
2907 (vc-default-toggle-read-only): Removed.
2908
2909 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
2910 (vc-toggle-read-only): Undid prev change.
2911
2912 * vc-cvs.el (vc-cvs-stay-local): Renamed from
2913 vc-cvs-simple-toggle. Redocumented.
2914 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
2915 (vc-cvs-toggle-read-only): Removed.
2916
29172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2918
7f8b6551 2919 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
2920 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
2921 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
2922 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
2923 still is. So maybe it should be removed.
2924 (vc-head-version, vc-find-binary): Remove.
2925 (vc-recompute-state): Move from vc-hooks.el.
2926 (vc-next-action-on-file): Add a `simple' argument to allow
2927 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
2928 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
2929 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
2930 (vc-dired-mode-map): Properly defvar it.
2931 (vc-print-log): Call log-view-mode if available.
2932 (small-temporary-file-directory): defvar instead of use boundp.
2933 (vc-merge-news): Moved to vc-cvs.el.
2934 (vc-default-merge-news): New function.
2935
2936 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
2937 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
2938 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
2939 unknown `vc-latest-version' function. It should probably refer to
2940 vc-workfile-version or somesuch, but it's very unclear to me and I
2941 don't have SCCS to test things.
2942
2943 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
2944 (vc-sccs-state-heuristic): Fix typo.
2945 (vc-sccs-workfile-unchanged-p): Add missing argument.
2946
2947 * vc-rcs.el: Require vc and vc-rcs-hooks.
2948 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
2949 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
2950 (vc-release-greater-or-equal-p): Move from vc.
2951 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
2952 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
2953 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 2954 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
2955
2956 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
2957 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
2958 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
2959 than the apparently unbound `workfile-version'.
2960
2961 * vc-hooks.el (vc-master-templates): Def the obsolete var.
2962 (vc-file-prop-obarray): Use `make-vector'.
2963 (vc-backend-functions): Add new hookable functions
2964 vc-toggle-read-only, vc-record-rename and vc-merge-news.
2965 (vc-loadup): If neither backend nor default functions exist, use
2966 the backend function rather than nil.
2967 (vc-call-backend): If the function if not bound yet, try to load
2968 the non-hook file to see if it provides it.
2969 (vc-call): New macro plus use it wherever possible.
2970 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
2971 nor `vc-find-binary' since it's only called from
7f8b6551 2972 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
2973 (vc-checkout-model): Fix parenthesis.
2974 (vc-recompute-state, vc-prefix-map): Move to vc.el.
2975
7f8b6551 2976 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
2977 (vc-cvs-release, vc-cvs-system-release): Remove.
2978 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
2979 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
2980 status symbols.
2981 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
2982 (vc-cvs-toggle-read-only): First cut at a function to allow a
2983 cvs-status-free vc-toggle-read-only.
2984 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
2985 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
2986 vc-cvs-status. Also set vc-state rather than vc-locking-user.
2987 (vc-cvs-checkout): Modify access rights directly if the user
2988 requested not to use `cvs edit'. And refresh the mode line.
2989
2990 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
2991 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
2992
29932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2994
2995 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
2996 workfile' that got lost when the code was extracted from vc.el.
2997 And merged the tail with the rest of the code (not possible in the
2998 old vc.el where the tail was shared among all backends). And
2999 explicitly set the state to 'edited if `writable' is set.
3000
3001 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
3002 (vc-cvs-state): Be careful to return the value from
3003 vc-cvs-parse-state.
3004 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
3005 property but return it instead. Also be careful to handle a nil
3006 or "" `rev' when workfile is non-nil (it was handled properly when
3007 workfile was nil).
3008
3009 * vc.el: Removed those pesky unnecessary `(function' quotes.
3010 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
3011 directly in the defvar.
3012 (vc-do-command): Bind inhibit-read-only so as to properly handle
3013 the case where the destination buffer has been made read-only.
3014 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 3015 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
3016 (vc-annotate-mode-variables): Removed (code moved partly to
3017 defvars and partly to vc-annotate-add-menu).
3018 (vc-annotate-mode): Turned into a derived-mode.
3019 (vc-annotate-add-menu): Moved in code in
3020 vc-annotate-mode-variables.
3021 (vc-update-change-log): Use make-temp-file if available.
3022
30232000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
3024
3025 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
3026 `vc-checkout-model' updated to `vc-cvs-update-model'.
3027
30282000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3029
3030 * vc.el (vc-next-action-on-file): Added handling of state
3031 `unlocked-changes'.
3032 (vc-checkout-carefully): Is now practically obsolete, unless the
3033 above is too slow to be enabled unconditionally.
3034 (vc-update-change-log): Fixed typo.
3035
3036 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
3037
7f8b6551
SM
3038 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
3039 Now handles state `unlocked-changes'.
3040 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
3041
3042 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
3043
3044 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
3045 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
3046 `unlocked-changes'.
3047 (vc-rcs-workfile-unchanged-p): Renamed from
3048 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
3049 function yet, but supposed to become one soon.
3050
3051 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
3052 `vc-steal-lock'.
3053 (vc-call-backend): Changed error message.
3054 (vc-state): Added description of state `unlocked-changes'.
3055
30562000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3057
3058 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
3059 always return t in CVS-controlled directories.
3060
3061 * vc.el (vc-responsible-backend): New function.
3062 (vc-register): Largely rewritten.
3063 (vc-admin): Removed (implementation moved into vc-register).
3064 (vc-checkin): Redocumented.
3065 (vc-finish-logentry): If no backend defined yet (because we are in
3066 the process of registering), use the responsible backend.
3067
3068 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3069 Updated function lists.
3070 (vc-call-backend): Fixed typo.
3071
7f8b6551
SM
3072 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
3073 New functions.
3074 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
3075 Removed query option. Redocumented.
7a004b71
GM
3076
30772000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3078
3079 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
3080
3081 * vc.el: Updated callers of `vc-checkout-required' to use
3082 `vc-checkout-model'.
3083
30842000-09-04 Martin Lorentzson <martinl@gnu.org>
3085
3086 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
3087 stuff updated to reference this function instead of the old
3088 `vc-backend-release-p'.
3089
30902000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3091
3092 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
3093 vc-checkout-model. Return appropriate values. Updated callers.
3094
30952000-09-04 Martin Lorentzson <martinl@gnu.org>
3096
7f8b6551 3097 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
3098 (vc-backend-revert): Function moved into `vc-revert';
3099 `vc-next-action' must be updated to accomodate this change.
3100 (vc-backend-steal): Function moved into `vc-finish-steal'.
3101 (vc-backend-logentry-check): Function moved into
3102 `vc-finish-logentry'.
3103 (vc-backend-printlog): Function moved into `vc-print-log'.
3104 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
3105 (vc-backend-assign-name): Function moved into
3106 `vc-create-snapshot'.
3107
31082000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3109
3110 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
3111 Rename to vc-checkout-model. Return appropriate values.
3112 Update callers.
7a004b71 3113
7f8b6551 3114 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 3115 to vc-checkout-model.
7f8b6551
SM
3116 (vc-checkout-required): Rename to vc-checkout-model.
3117 Re-implement and re-comment.
7a004b71
GM
3118 (vc-after-save): Use vc-checkout-model.
3119
31202000-09-04 Martin Lorentzson <martinl@gnu.org>
3121
7f8b6551
SM
3122 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
3123 Update to use the vc-BACKEND-diff functions instead.
3124 `vc-diff' is now working.
7a004b71 3125
7f8b6551 3126 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 3127
7f8b6551 3128 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
3129
3130 * vc-sccs.el (vc-sccs-diff): Function changed name from
3131 `vc-backend-diff'. This makes `vc-diff' work.
3132
7f8b6551 3133 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 3134 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 3135 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
3136 signaled during `vc-after-save'.
3137
7f8b6551
SM
3138 * vc.el: Fix typo.
3139 This checkin is made with our new VC code base for the very first time.
3140 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
3141
3142 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
3143 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
3144
3145 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
3146 updated to `vc-uses-locking'.
7f8b6551 3147 (vc-checkout-required): Call to backend function.
7a004b71
GM
3148 `vc-checkout-required' updated to `vc-uses-locking' instead.
3149
3150 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
3151 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
3152
7f8b6551 3153 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 3154 to match the split into various backends.
7f8b6551 3155 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
3156 (vc-retrieve-snapshot): Bug fix.
3157
31582000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3159
3160 * vc-sccs.el (vc-sccs-release): Doc fix.
3161
31622000-09-04 Martin Lorentzson <martinl@gnu.org>
3163
3164 * vc.el (vc-next-action-on-file): Bug found and fixed.
3165 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
3166 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
3167
3168 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
3169 (vc-rcs-checkout): Name space cleaned up. No more revision number
3170 crunching function names that are not prefixed with vc-rcs.
3171 (vc-rcs-checkout-model): Function added. References to
3172 `vc-checkout-model' replaced.
3173
31742000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3175
3176 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
3177 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
3178 still need to be split, and implemented for RCS).
3179
31802000-09-04 Martin Lorentzson <martinl@gnu.org>
3181
3182 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
3183
3184 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
3185 required by the vc.el file.
3186
3187 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
3188 required by the vc.el file.
3189 (vc-rcs-exists): Function added.
3190
3191 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
3192 required by the vc.el file.
3193
3194 * vc.el (vc-admin): Updated to handle selection of appropriate
3195 backend. Current implementation is crufty and need re-thinking.
3196
3197 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
3198
31992000-09-04 Martin Lorentzson <martinl@gnu.org>
3200
3201 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
3202 beginning of annotate buffers correctly.
3203
3204 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
3205 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
3206 functionality updated quite a lot to support multiple backends.
3207 Variables `vc-annotate-mode', `vc-annotate-buffers',
3208 `vc-annotate-backend' added.
3209
3210 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
3211 `vc-annotate-difference' added to supported backend functions.
3212
32132000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3214
3215 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
3216 Use with-temp-file instead of /bin/sh. Merged from mainline
3217
32182000-09-04 Martin Lorentzson <martinl@gnu.org>
3219
3220 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
3221
3222 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
3223
3224 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
3225
32262000-09-04 Martin Lorentzson <martinl@gnu.org>
3227
3228 * vc-hooks.el: vc-state-heuristic added to
3229 vc-backend-hook-functions.
3230
3231 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
3232
3233 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
3234
7f8b6551
SM
3235 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
3236 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
3237 state to `reserved'.
3238
3239 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
3240 `vc-checkout-required'. Rename the `locked' state to `reserved'.
3241
32422000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3243
7f8b6551 3244 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
3245 untouched.
3246
7f8b6551 3247 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 3248
7f8b6551 3249 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
3250 if defined. (Merged from main line, slightly adapted.)
3251
3252 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
3253 millenium problem (merged from mainline).
3254
32552000-09-04 Martin Lorentzson <martinl@gnu.org>
3256
3257 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
3258 part and moved the non-BACKEND stuff to vc.el.
3259
3260 * vc.el: Split the annotate feature into a BACKEND specific part
3261 and moved it from the vc-cvs.el file to this one.
3262
32632000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3264
7f8b6551
SM
3265 * vc-hooks.el: Implement new state model.
3266 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
3267 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 3268 locked by somebody else.
7f8b6551 3269 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
3270 vc-sccs-hooks.el and vc-rcs-hooks.el now.
3271 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 3272 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 3273
7f8b6551
SM
3274 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
3275 Various simplifications and adaptations all over the place.
7a004b71 3276
7f8b6551
SM
3277 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
3278 Simplify and adapt the rest.
7a004b71 3279
7f8b6551 3280 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 3281 interaction with view mode according to recent RCS change.
7f8b6551 3282 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
3283
32842000-09-04 Martin Lorentzson <martinl@gnu.org>
3285
7f8b6551 3286 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
3287
32882000-09-04 Martin Lorentzson <martinl@gnu.org>
3289
3290 * vc.el (vc-backend-release, vc-release-greater-or-equal)
3291 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
3292 (vc-minor-part, vc-previous-version): Functions that operate and
3293 compare revision numbers got proper documentation. Comments added
3294 about their possible removal.
3295
32962000-09-04 Martin Lorentzson <martinl@gnu.org>
3297
3298 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
3299 the vc-backend.el files.
3300
3301 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
3302
3303 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
3304 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
3305 (vc-rcs-previous-version): Functions added.
3306
3307 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
3308
3309 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
3310
33112000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3312
3313 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 3314 Comment out the definition for now. What is the right procedure
7a004b71
GM
3315 to get rid of it?
3316 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
3317 rewritten.
7f8b6551 3318 (vc-default-registered): Remove.
7a004b71
GM
3319 (vc-check-master-templates): New function; does mostly what the
3320 above did before.
3321 (vc-locking-user): Don't rely on the backend to set the property.
3322
3323 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 3324 Rewrite documentation.
7a004b71
GM
3325 (vc-rcs-templates-grabbed): New variable.
3326 (vc-rcs-grab-templates): New function.
7f8b6551 3327 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
3328
3329 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 3330 Rewrite documentation.
7a004b71
GM
3331 (vc-sccs-templates-grabbed): New variable.
3332 (vc-sccs-grab-templates): New function.
7f8b6551
SM
3333 (vc-sccs-registered): Rewrite to use above mechanism.
3334 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
3335 Don't throw the result, simply return it.
7a004b71 3336
7f8b6551
SM
3337 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
3338 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
3339 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 3340
7f8b6551 3341 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
3342 from main line.
3343
33442000-09-04 Martin Lorentzson <martinl@gnu.org>
3345
7f8b6551 3346 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 3347
7f8b6551 3348 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 3349
7f8b6551
SM
3350 * vc-rcs.el (vc-rcs-diff): New function.
3351 (vc-rcs-checkout): Bug (typo) found and fixed.
3352 (vc-rcs-register-switches): New variable.
7a004b71
GM
3353
3354 * vc.el (vc-backend-diff): Function removed and placed in the
3355 backend files.
3356
33572000-09-04 Martin Lorentzson <martinl@gnu.org>
3358
3359 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
3360
3361 * vc.el (vc-backend-checkout): Function removed and replaced in
3362 the vc-backend.el files.
3363
3364 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
3365
3366 * vc.el (vc-backend-admin): Removed and replaced in the
3367 vc-backend.el files.
3368
3369 * vc.el (Martin): Removed all the annotate functionality since it
3370 is CVS backend specific.
3371
33722000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3373
3374 * spec.txt: Added specification of vc-state.
3375
3376 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 3377 Remove handling of vc-latest-version and
7a004b71
GM
3378 vc-your-latest-version. What used to be vc-latest-version, is now
3379 returned as vc-workfile-version.
7f8b6551 3380 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
3381
33822000-09-04 Dave Love <fx@gnu.org>
3383
3384 * vc.el: [Merged from mainline.]
3385 (vc-dired-mode): Make the dired-move-to-filename-regexp
3386 regexp match the date, to avoid treating date as file size.
3387 Add YYYY S option to WESTERN/
3388
33892000-09-04 Dave Love <fx@gnu.org>
3390
3391 * vc.el: Require `compile' when compiling.
3392 (vc-logentry-check-hook): New option.
3393 (vc-steal-lock): Use compose-mail.
3394 (vc-dired-mode-map): Defvar when compiling.
3395 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
3396 vc-sccs.el and renamed. Callers changed.
3397 (vc-backend-checkout, vc-backend-logentry-check)
3398 (vc-backend-merge-news): Doc fix.
3399 (vc-default-logentry-check): New function.
3400 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
3401 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
3402 (vc-backend-merge): Doc fix. Use backend functions.
3403 (vc-check-headers): Use backend functions.
3404
3405 * vc-cvs.el: Require vc when compiling.
3406 (vc-cvs-register-switches): Doc fix.
3407 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
3408 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
3409 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
3410 New functions (code from vc.el).
3411 (vc-annotate-display-default): Fix interactive spec.
3412 (vc-annotate-time-span): Doc fix.
3413
3414 * vc-rcs.el: Require vc when compiling.
3415 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
3416 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
3417 (vc-rcs-checkin): New functions (code from vc.el).
3418 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
3419 Doc fix.
3420 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
3421
3422 * vc-sccs.el: Require vc when compiling.
3423 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
3424 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
3425 (vc-sccs-revert)
3426 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
3427 from vc.el).
3428 (vc-sccs-add-triple, vc-sccs-record-rename)
3429 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
3430 (vc-sccs-admin): Doc fix.
3431
34322000-09-04 Martin Lorentzson <martinl@gnu.org>
3433
3434 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
3435 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
3436 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
3437 from vc.el.
3438
3439 * vc-sccs.el (vc-admin-sccs): Added from vc.el
3440
3441 * vc-cvs.el: Moved the annotate functionality from vc.el.
3442 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
3443
34442000-09-04 Dave Love <fx@gnu.org>
3445
3446 * vc.el (vc-backend-release): Call vc-system-release.
3447
3448 * vc-sccs.el (vc-sccs-system-release):
3449 Renamed from vc-sccs-backend-release.
3450
3451 * vc-rcs.el (vc-rcs-system-release):
3452 Renamed from vc-rcs-backend-release.
3453
3454 * vc-cvs.el (vc-cvs-system-release):
3455 Renamed from vc-cvs-backend-release.
3456
34572000-09-04 Dave Love <fx@gnu.org>
3458
3459 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
3460 backend files.
3461 (vc-backend-release): Dispatch to backend functions.
3462 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
3463 probably needs attention.]
3464
3465 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
3466 (vc-sccs-backend-release): New function.
3467
3468 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
3469 (vc-cvs-backend-release): New function.
3470
3471 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
3472 Doc fix.
3473 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
3474 (vc-default-dired-state-info): New function.
3475 (vc-dired-state-info): Dispatch to backends.
3476 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
3477
3478 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
3479 from vc.el and renamed.
3480
34812000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3482
3483 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
3484 (vc-version-other-window, vc-backend-assign-name): Removed
3485 references to vc-latest-version; sometimes changed into
3486 vc-workfile-version.
3487
3488 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
3489 vc-rcs-master-workfile-version.
3490 (vc-rcs-workfile-version): Use the above. Don't call
3491 vc-latest-version (that was unreachable code, anyway).
3492 (vc-rcs-fetch-master-properties): Doc fix.
3493
3494 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
3495 (vc-backend-hook-functions): Removed them from this list, too.
3496 (vc-fetch-properties): Removed.
3497 (vc-workfile-version): Doc fix.
3498
3499 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
3500 (vc-rcs-workfile-version, vc-rcs-locking-user)
3501 (vc-rcs-uses-locking): Use it.
3502
3503 * vc-hooks.el (vc-consult-rcs-headers):
3504 Moved into vc-rcs-hooks.el, under the name
3505 vc-rcs-consult-headers.
3506
3507 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
3508 headers.
3509 (vc-cvs-find-master): Use this name only; correct different
3510 versions of the name.
3511
3512 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
3513 New functions.
3514 (vc-sccs-locking-user): Use the latter.
3515
3516 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
3517 New functions.
3518
3519 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
3520 Moved into both
3521 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
3522 functions are implementation details of those two backends.
3523
35242000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3525
3526 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
3527 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
3528
3529 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
3530 (vc-sccs-parse-locks): SCCS-specific code moved here from
3531 vc-hooks.
3532
3533 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
3534 code moved here from vc-hooks.
3535
3536 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
3537 into back-end specific parts and removed. Callers not updated
3538 yet; because I guess these callers will disappear into back-end
3539 specific files anyway.
3540
35412000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3542
3543 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
3544 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
3545 `vc-uses-locking'.
3546
3547 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
3548 Store yes/no in the property, and return t/nil. Updated all
3549 callers.
3550
3551 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
3552 vc-sccs-uses-locking. Don't set property.
3553 (vc-sccs-locking-user): Don't set property.
3554
3555 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
3556 vc-cvs-uses-locking. Don't set property here; leave that to
3557 vc-hooks.
3558 (vc-cvs-locking-user): Reflect above change. Streamlined.
3559
3560 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
3561 vc-rcs-uses-locking.
3562 (vc-rcs-locking-user): Reflect above change.
3563
35642000-09-04 Dave Love <fx@gnu.org>
3565
3566 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
3567
3568 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
3569
3570 * vc-hooks.el (vc-checkout-model): Punt to backends.
3571
3572 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
3573
3574 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
3575
3576 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
3577 New functions.
3578
3579 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
3580 New functions.
3581
3582 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
3583 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
3584
3585 * vc-hooks.el (vc-default-locking-user): New function.
3586 (vc-locking-user, vc-workfile-version): Punt to backends.
3587
35882000-09-04 Dave Love <fx@gnu.org>
3589
3590 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
3591 (vc-master-workfile-version): Moved from vc-hooks.
3592
3593 * vc-rcs-hooks.el: Fix duplicate code in last change.
3594
3595 * vc-rcs-hooks.el: Require vc-hooks when compiling.
3596 (vc-rcs-master-templates): Improve :type.
3597 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
3598 vc-master-workfile-version): Moved from vc-hooks.
3599
3600 * vc-sccs-hooks.el: Require vc-hooks when compiling.
3601 (vc-sccs-master-templates): Improve :type.
3602 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
3603
3604 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
3605
3606 * vc-cvs-hooks.el: Require vc-hooks when compiling.
3607 (vc-cvs-master-templates): Improve :type. Use
3608 vc-cvs-find-cvs-master.
3609 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
3610 from vc-hooks.
3611 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
3612
3613 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
3614 Moved to vc-cvs-hooks.
3615
3616 * vc-hooks.el: Add doc strings in various places. Simplify the
3617 minor mode setup.
3618 (vc-handled-backends): New user variable.
3619 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
3620 simplification.
3621
36222000-09-04 Dave Love <fx@gnu.org>
3623
3624 * vc.el: Some doc fixes for autoloaded and interactive functions.
3625 Fix compilation warnings from ediff stuff.
3626 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
3627
3628 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
3629
3630 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
3631
3632 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
3633
36342000-09-04 Dave Love <fx@gnu.org>
3635
3636 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3637 New variable.
3638 (vc-make-backend-function, vc-loadup, vc-call-backend)
3639 (vc-backend-defines): New functions.
3640
3641 * vc-hooks.el: Various doc fixes.
3642 (vc-default-back-end, vc-follow-symlinks): Custom fix.
3643 (vc-match-substring): Function removed. Callers changed to use
3644 match-string.
3645 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
3646 Simplify.
3647
36482000-09-04 Dave Love <fx@gnu.org>
3649
3650 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
3651 type.
3652 (vc-sccs-project-dir, vc-search-sccs-project-dir)
3653 (vc-sccs-registered): Doc fix.
3654
3655 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
3656 (vc-cvs-registered): Doc fix.
3657
3658 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
3659 (vc-rcs-registered): Doc fix.
3660
36612000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3662
3663 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
3664
3665 * vc-hooks.el: vc-registered has been renamed
3666 vc-default-registered. Some functions have been moved to the
3667 backend specific files. they all support the
3668 vc-BACKEND-registered functions.
3669
36702000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3671
3672 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
3673
3674 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
3675
a033ea13
DL
36762000-09-04 Dave Love <fx@gnu.org>
3677
179fc9ef
DL
3678 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
3679 menu-bar-update-hook.
3680
3681 * help.el (help-manyarg-func-alist): Add
3682 find-operation-coding-system.
3683
a033ea13
DL
3684 * wid-edit.el (widget-sexp-validate): Fix garbled code.
3685
3686 * custom.el (custom-set-variables): Print message about errors in
3687 setting.
3688
f8803e97
AI
36892000-09-03 Andrew Innes <andrewi@gnu.org>
3690
3691 * makefile.w32-in: Change to DOS line endings.
3692
59836110
EZ
36932000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3694
3695 * mouse.el (mouse-popup-menubar): Supply the prompt string for
3696 minor-mode keymaps, if they don't have one.
3697
5514ba5c
EZ
36982000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3699
3700 * eshell/esh-module.el (eval-when-compile): Don't lose if
3701 esh-module.el's file name is truncated to DOS 8+3 limits.
3702
79cf8e80
JW
37032000-09-01 John Wiegley <johnw@gnu.org>
3704
3705 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
3706 predicate, which caused entries in the completion list to be
3707 doubled.
3708
37092000-08-30 John Wiegley <johnw@gnu.org>
3710
3711 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
3712 sending to subprocesses. Also, hook pre-command-hook if
3713 `eshell-send-direct-to-subprocesses' is non-nil.
3714 (eshell-send-direct-to-subprocesses): New config variable. If t,
3715 subprocess input is send immediately.
3716 (eshell-toggle-direct-send): New function.
3717 (eshell-self-insert-command): New function.
3718 (eshell-intercept-commands): New function.
3719 (eshell-send-input): If direct subprocess sending is enabled,
3720 don't echo any input to the Eshell buffer. Let the subprocess
3721 handle that. This requires "stty echo" in bash, for example.
3722
37232000-08-28 John Wiegley <johnw@gnu.org>
3724
3725 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
3726 completion function for Eshell's implementation of `unset'.
3727
778911b9
EZ
37282000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3729
3730 * info.el (Info-directory-list): Doc fix.
3731
05d07b49
PB
37322000-08-31 Peter Breton <pbreton@ne.mediaone.net>
3733
9b4a7800 3734 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
3735 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
3736
9941d4c7
KH
37372000-08-31 Kenichi Handa <handa@etl.go.jp>
3738
3739 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
3740 coding systems.
3741
af9ba8ad
AI
37422000-08-30 Andrew Innes <andrewi@gnu.org>
3743
3744 * timer.el (run-with-idle-timer): Undo last change, so that timer
3745 is not activated immediately if Emacs is already idle. Some
3746 existing code relies on this behaviour.
3747
caccd8f2
MB
37482000-08-30 Miles Bader <miles@gnu.org>
3749
3750 * frame.el (set-frame-font): Do completion of font-name for
3751 interactive use.
3752
b64c0a1c
KH
37532000-08-30 Kenichi Handa <handa@etl.go.jp>
3754
3755 * international/quail.el (quail-start-translation): Bind locally
3756 last-command-event, last-command, and this-command.
3757 (quail-start-conversion): Likewise.
75cf0095 3758 (quail-self-insert-command): Fix docstring.
b64c0a1c 3759
fd5f61d3
GM
37602000-08-29 Gerd Moellmann <gerd@gnu.org>
3761
3762 * progmodes/executable.el
3763 (executable-make-buffer-file-executable-if-script-p): Check that
3764 buffer contains at least 2 characters.
3765
5b671d04
EZ
37662000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
3767
3768 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
3769
485d9513
DL
37702000-08-29 Dave Love <fx@gnu.org>
3771
a39fb83d
DL
3772 * diff-mode.el (diff-mode) <defgroup>: Add :version.
3773 (diff-mode-shared-map): Bind mouse-2.
3774 (diff-imenu-generic-expression): New variable.
3775 (diff-mode): Use it.
3776
485d9513
DL
3777 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
3778 (mouse-popup-menubar): Add minor mode menus.
3779 (popup-menu): Check for lookup-key returning number.
3780
ba3478d9
MB
37812000-08-29 Miles Bader <miles@gnu.org>
3782
3783 * comint.el (comint-send-input): Create overlays using the proper
3784 front/read-advance arguments.
9b4a7800 3785
c3d6d211
GM
37862000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3787
3788 * ps-print.el: Even/odd pages printing. Doc fix.
3789 (ps-print-version): New version number (6.0).
3790 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
3791 (ps-background, ps-begin-file, ps-begin-job): Code fix.
3792 (ps-print-duplex-feature): Variable eliminated.
3793 (ps-even-or-odd-pages): New variable.
3794
ba087cd7 3795 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
3796 (ebnf-version): New version (3.3).
3797 (ebnf-user-arrow): Change variable customization to sexp.
3798 (ebnf-user-arrow): Function eliminated.
3799 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 3800
d313265f
KH
38012000-08-29 Kenichi Handa <handa@etl.go.jp>
3802
cba62b78 3803 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
3804 (help-make-xrefs): Handle help-xref-mule-regexp.
3805
3806 * international/mule-cmds.el (help-xref-mule-regexp-template): New
3807 variable.
3808 (describe-input-method): Temporarily activate the specfied input
3809 method to display the information.
3810 (describe-language-environment): Hyperlinks to mule related items.
3811
3812 * international/mule-diag.el (charset-multibyte-form-string): New
3813 function.
3814 (list-character-sets-1): Use charset-multibyte-form-string.
3815 (describe-character-set): New function.
3816 (describe-coding-system): Hyperlinks to safe character sets.
3817
3818 * international/quail.el (quail-help): New arg PACKAGE.
3819 Hyperlinks to mule related items.
3820 (quail-help-insert-keymap-description): Use
3821 substitute-command-keys instead of describe-bindings.
3822 (quail-translation-help): Hyperlinks to mule related items.
3823
b4bd214e
JW
38242000-08-28 John Wiegley <johnw@gnu.org>
3825
ca7aae91
JW
3826 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
3827 have a defsubst call itself. Made `eshell-flatten-list' back into
3828 a function again.
3829
b4bd214e
JW
3830 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
3831 catch, in case re-centering point at bottom messes up the display.
3832 This happens frequently in Emacs 21, due I believe to variable
3833 line heights.
3834
3835 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
3836 to call `find-tag-interactive'.
3837
3838 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
3839 the list of remember directories.
3840
d44e146b
JW
38412000-08-28 John Wiegley <johnw@gnu.org>
3842
3843 * align.el: Test align-region-separate to see if it's a symbol.
3844
546c0888 38452000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
3846
3847 * eshell/esh-util.el (eshell-flatten-list): Made this function
3848 into a defsubst form. It gets used very frequently, although
3849 calls don't occur all that often.
3850
3851 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
3852 examining it.
3853
3854 * eshell/esh-cmd.el (eshell-rewrite-while-command):
3855 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
3856 `eshell-protect'.
3857 (eshell-copy-handles): Created a new macro for duplicating the
3858 current set of open handles. This is needed by the looping
3859 functions.
3860 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
3861 is not incorrectly stomped on.
3862
3863 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
3864 declaration for pcomplete-use-paring.
3865 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
3866 value of eshell-cmpl-use-paring.
3867 * pcomplete.el (pcomplete-use-paring): New config variable, to
3868 indicate whether paring should be used.
3869 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
3870 completion alternatives that have already been used.
3871
3872 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
3873 bound to C-c C-y, which will repeat the previous N arguments
3874 (based on prefix argument).
3875 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
3876
3877 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
3878 if there is no *Help* buffer. This is for XEmacs, which renames
3879 its help buffers uniquely. TODO: Find out what the current buffer
3880 name to delete is.
3881
3882 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
3883 first entry that correlates to a passwd/group number. Later
3884 entries (used for group/user name aliasing to multiple IDs) are
3885 ignored.
3886
9b4a7800
TTN
3887 * eshell/em-xtra.el (eshell/expr):
3888 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
3889 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
3890 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
3891 argument list, before passing it to the system command.
3892
3893 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
3894 `find-tag' for use at final position in Eshell buffers (which
3895 otherwise triggers an error on Emacs 21).
3896 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
3897 buffer, if it is currently bound to `find-tag'.
3898
3899 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
3900 in the list of matched Makefile names.
3901 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
3902 directory, prefer its contents to Makefile.
3903
3904 * eshell/em-dirs.el (eshell/cd): cd commands that look up
3905 directory parts (like "cd old new", or "cd =regexp"), are now case
3906 sensitive on non-Windows/DOS platforms.
3907
3908 * eshell/esh-mode.el (eshell-parse-command-input): When a user
3909 types RET after an open delimiter (like "), display a message
3910 indicating that Eshell is waiting for the closing delimiter.
3911
3912 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
3913 environment variables.
3914
3915 * eshell/em-unix.el (eshell/diff): Added logic to fail more
3916 gracefully if the user enters incorrect arguments.
3917
3918 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
3919 Eshell buffers.
3920
9b4a7800
TTN
3921 * eshell/esh-var.el (eshell-interpolate-variable):
3922 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
3923 * eshell/em-unix.el (eshell-du-sum-directory):
3924 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
3925 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
3926 (not (= ...)).
3927
3928 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
3929 to ensure the `preserve' flag gets propagated when doing recursive
3930 directory copies.
3931
546c0888 39322000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
3933
3934 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
3935 Don't convert \n into \0177 in memory.
3936 (eshell-read-history, eshell-write-history): Convert \n to \0177,
3937 and back again, when reading and writing.
9b4a7800 3938
546c0888 39392000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
3940
3941 * eshell/esh-util.el (eshell-processp): Added to relieve constant
3942 testing of `fboundp' on `processp'.
3943
3944 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
3945 (eshell/jobs): Don't call process-list if it is not bound.
3946 (eshell-gather-process-output): Support systems where async
3947 subprocesses aren't supported.
3948 (eshell-scratch-buffer, eshell-last-sync-output-start): New
3949 variables.
3950
3951 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
3952 eshell-do-eval returns t.
3953 (eshell-do-pipelines-synchronously): New defmacro.
3954 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
3955 when async subprocesses aren't supported.
3956 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
3957 if async subprocesses aren't supported.
3958 (eshell-resume-command): Don't assume STATUS is a string.
3959
3960 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
3961
3962 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
3963 (eshell-close-target, eshell-get-target): Use eshell-processp.
3964 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
3965 fix.
3966 (eshell-get-target, eshell-create-handles): Doc fix.
3967
546c0888 39682000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 3969
546c0888 3970 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
3971 criterion to include commands that output something, as long as it
3972 leaves both the command and the end-of-buffer visible when the
3973 command has exited.
3974 (eshell-review-quick-commands): Adjust the help doc string
3975 accordingly.
3976
2a371c3b
PB
39772000-08-28 Peter Breton <pbreton@ne.mediaone.net>
3978
8348e1f9 3979 * locate.el (locate): Cleaned up locate command's interactive prompting
d313265f 3980 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 3981
9b4a7800 3982 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
3983 (file-cache-assoc-function): New variable
3984 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
3985 Use file-cache-case-fold-search variable
3986 (file-cache-add-file): Use file-cache-assoc-function
3987 (file-cache-delete-file): likewise
3988 (file-cache-directory-name): likewise
3989 (file-cache-debug-read-from-minibuffer): likewise
3990
95931eb1
GM
39912000-08-28 Gerd Moellmann <gerd@gnu.org>
3992
3993 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
3994 (abbrev-table-name): New function.
3995 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
3996 If non-nil list local abbrev, only.
3997
bb17930d
GM
39982000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
3999
546c0888
EZ
4000 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
4001 from Gnus support code, and use special article copy buffer
bb17930d
GM
4002 `(gnus-original-article-buffer)' instead. This allows to get rid
4003 of article-hide-headers usage (which breaks in the latest Gnus
4004 version). Thanks to Detlev Zundel.
4005
41a68aef
KH
40062000-08-28 Kenichi Handa <handa@etl.go.jp>
4007
4008 * international/quail.el (quail-use-package): Hide "... loaded"
4009 message.
4010 (quail-start-translation, quail-start-conversion): Likewise.
4011
4012 * international/kkc.el (kkc-region): Hide "... loaded" message.
4013
28bb2cef
DL
40142000-08-27 Dave Love <fx@gnu.org>
4015
4016 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
4017
11a1118d
MB
40182000-08-27 Miles Bader <miles@gnu.org>
4019
4020 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
4021
0f85d477
KH
40222000-08-27 Kenichi Handa <handa@etl.go.jp>
4023
4024 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
4025 'ja-dic-cnv), not (require 'skkdic-cnv).
4026
2d73e8d3
MB
40272000-08-26 Miles Bader <miles@gnu.org>
4028
a0e5a5a4
MB
4029 * faces.el (face-x-resources): Add entry for :inherit.
4030 * cus-face.el (custom-face-attributes): Add support for :inherit
4031 attribute. Add support for relative face heights.
4032 (custom-face-attributes-get): Treat `nil' as being a default value
4033 for :inherit (as well as `unspecified').
4034
19feb949
MB
4035 * faces.el (set-face-attribute): Update doc string.
4036 (face-attribute-name-alist): Add :inherit.
4037 (face-valid-attribute-values): Handle :inherit.
4038 (face-read-string): Rephrase prompt to be less confusing.
4039 Assume that DEFAULT is a string, since we must return a string.
4040 (face-read-integer): Use `format' to turn DEFAULT into an
4041 acceptable default for face-read-string. Match NEW-VALUE against
4042 the string "unspecified", not the symbol `unspecified', since
4043 that's what face-read-string returns.
4044 (read-face-attribute): Lookup a name for old-value in valid, and
4045 use it as a default if we find one. Treat all values from
4046 face-read-string as strings. If the default is used, don't do any
4047 more processing on the value, just use the old value directly.
4048 (read-face-and-attribute, modify-face): Tweak prompt.
4049 (read-face-name): Don't assume prompt ends with a space.
4050
2d73e8d3
MB
4051 * faces.el (describe-face): Add support for :inherit attribute.
4052
a1a2e38f
KH
40532000-08-25 Kenichi Handa <handa@etl.go.jp>
4054
e84fa7c5
KH
4055 * terminal.el (terminal-emulator): Fix args to `concat'. Now
4056 concat doesn't accept interger.
4057
a1a2e38f
KH
4058 * international/kkc.el: Remove SKK from Keywords. Require
4059 ja-dic-utl instead of skkdic-utl.
4060
4061 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
4062 Provide ja-dic-cnv instead of skkdic-cnv.
4063 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
4064 (iso-2022-7bit-short): Add safe-charsets property.
4065 (skkdic-convert-postfix): Search Japanese chou-on character in
4066 addition to Hiragana character.
4067 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
4068 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
4069 (batch-skkdic-convert): Likewise.
4070
4071 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
4072 Provide ja-dic-utl instead of skkdic-utl.
4073 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
4074
f6499c03
DL
40752000-08-24 Dave Love <fx@gnu.org>
4076
1c2c3f16
DL
4077 * disp-table.el (standard-display-default): Make the test of `l'
4078 useful.
4079
f6499c03
DL
4080 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
4081 mod sample text.
4082
4083 * international/iso-ascii.el: Make pilcrow convenient string
4084 consistent with section.
4085 (iso-ascii-display): Set up multibyte characters as well as
4086 unibyte.
4087
c543db81
KH
40882000-08-24 Kenichi Handa <handa@etl.go.jp>
4089
4090 * international/mule-cmds.el (reset-language-environment): Set
4091 default-process-coding-system to '(undecided . iso-latin-1), which
4092 makes process I/O almost consistent with file I/O. Call this
4093 function when mule-cmds.el[c] is loaded.
4094
746d9caf
AI
40952000-08-22 Andrew Innes <andrewi@gnu.org>
4096
4097 * makefile.w32-in: New file.
4098
5484005d
MB
40992000-08-22 Miles Bader <miles@lsi.nec.co.jp>
4100
4101 * comint.el (comint-output-filter): Compare end of
4102 comint-last-output-overlay with the start of the newly inserted
4103 text, not the end, when deciding whether to extend it.
9b4a7800 4104 Set saved-point's insertion type to advance after insertion.
5484005d
MB
4105
4106 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
4107 since this is now done independently of font-lock mode.
4108
7a912f63
GM
41092000-08-21 Gerd Moellmann <gerd@gnu.org>
4110
4111 * server.el (server-kill-new-buffers): New user option.
4112 (server-existing-buffer): New buffer-local variable.
4113 (server-visit-files): When using an existing buffer, set
4114 server-existing-buffer to t.
4115 (server-buffer-done): If server-kill-new-buffers is t, kill the
4116 buffer, unless it was already present before visiting it with
4117 Emacs server.
9b4a7800 4118
240301df
EZ
41192000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
4120
4121 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
4122 even if the display doesn't support colors: some displays will
4123 support bold/underline faces.
4124
cbcef616
GM
41252000-08-21 Gerd Moellmann <gerd@gnu.org>
4126
6917e6bb
GM
4127 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
4128
cbcef616
GM
4129 * startup.el (command-line): If user's init file had an error,
4130 add explanatory text to *Messages*.
4131
6922b018
KH
41322000-08-21 Kenichi Handa <handa@etl.go.jp>
4133
4134 * man.el (Man-getpage-in-background): Decode the process output by
4135 the system locale coding system.
4136
e50c4203
DL
41372000-08-20 Dave Love <fx@gnu.org>
4138
96ab6351
DL
4139 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
4140 Don't test x-popup-menu.
4141 (function) <complete-function>: Complete only fbound symbols.
4142 <validate, value>: New.
4143 (variable) <complete-function>: Complete only bound symbols.
4144 (coding-system): Add :base-only, :complete-function, :validate,
4145 :value, :prompt-match.
4146 (widget-coding-system-prompt-value): Use read-coding-system and
4147 act on :base-only.
4148 (editable-field): Add :help-echo.
4149 (widget-push-button-gui, widget-push-button-cache)
4150 (widget-gui-action, widget-editable-list-gui): COmment out, along
4151 with uses.
4152 (widget-at): Make arg optional.
4153 (widget-echo-help): Adjust for current help-echo calling sequence.
4154 (widget-specify-field, widget-specify-button)
4155 (widget-specify-insert, widget-get-sibling, widget-image-find)
4156 (widget-convert, widget-insert, widget-leave-text)
4157 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
4158 (widget-setup, widget-field-find, widget-before-change)
4159 (widget-after-change, widget-default-complete)
4160 (widget-default-create, widget-default-delete)
4161 (widget-push-button-value-create, editable-field)
4162 (widget-field-prompt-value, widget-field-validate)
4163 (widget-choice-value-create, widget-choice-action)
4164 (widget-choice-validate, widget-checklist-add-item)
4165 (widget-radio-add-item, widget-radio-chosen)
4166 (widget-radio-value-inline, widget-editable-list-value-create)
4167 (widget-editable-list-entry-create)
4168 (widget-documentation-link-add)
4169 (widget-documentation-string-value-create)
4170 (widget-regexp-validate, widget-file-complete)
4171 (widget-sexp-validate, widget-plist-convert-widget)
4172 (widget-plist-convert-widget, widget-alist-convert-widget)
4173 (widget-alist-convert-widget, widget-color-complete): Simplify,
4174 particularly to avoid bindings which aren't optimized out.
4175
e50c4203
DL
4176 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
4177 Doc fix.
4178 (down-list, backward-up-list, up-list, kill-sexp)
4179 (backward-kill-sexp, mark-sexp): Make arg optional.
4180 (lisp-complete-symbol): Add optional arg PREDICATE.
4181
4182 * cus-start.el: Add display-buffer-reuse-frames,
4183 file-coding-system-alist.
4184
511bd4eb
GM
41852000-08-20 Gerd Moellmann <gerd@gnu.org>
4186
4187 * startup.el (command-line): Clear realized faces after
4188 modifying TTY color mappings.
4189
a9de7d29
MB
41902000-08-20 Miles Bader <miles@gnu.org>
4191
4192 * faces.el (face-attr-match-p): Don't return true if ATTRS are
4193 merely a subset of FACE's attributes.
4194
8a8023d9
MB
41952000-08-19 Miles Bader <miles@gnu.org>
4196
4197 * comint.el (comint-output-filter): Save the point with a marker,
4198 not just a buffer position.
4199
4200 * international/mule.el (set-buffer-process-coding-system): Make
4201 interactive prompt less confusing.
4202
1433385f
GM
42032000-08-19 Gerd Moellmann <gerd@gnu.org>
4204
4205 * hilit-chg.el: General cleanup of doc strings, comments and
4206 code formatting.
4207
136b4eda
MB
42082000-08-19 Miles Bader <miles@gnu.org>
4209
4210 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
4211 Compiler macro removed; beginning-of-line is no longer always
4212 equivalent to forward-line, in the presence of fields.
4213
4214 * comint.el (comint-output-filter): Remove ad-hoc saving of
4215 restriction, and just use save-restriction, now that it works
4216 correctly. Don't adjust comint-last-input-start to account for
4217 our insertion; it shouldn't have moved because we don't use
4218 insert-before-markers anymore. Comment out call to
4219 `force-mode-line-update'; why is it here?
4220
4221 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
4222 while checking for prompt to delete. Use `forward-line 0'
4223 instead of beginning-of-line.
4224 (gud-filter): Temporarily widen gud comint buffer while
4225 examining output.
4226
cdd0f857
SM
42272000-08-18 Stefan Monnier <monnier@cs.yale.edu>
4228
ebf96bfa
SM
4229 * progmodes/sh-script.el: Big bag of typos.
4230
cdd0f857
SM
4231 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
4232 check since ispell-process is not bound when ispell is not yet loaded.
4233
9bb7a286
DL
42342000-08-18 Dave Love <fx@gnu.org>
4235
4236 * image.el (find-image): Copy `spec' before using plist-put.
4237
74ec6045
GM
42382000-08-18 Gerd Moellmann <gerd@gnu.org>
4239
4240 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
4241 `portugues'.
4242
4243 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
4244 backward-kill-sexp, analogous to kill-sexp.
4245
4246 * progmodes/icon.el (icon-indent-line)
4247 (icon-is-continuation-line): Handle comments specially.
4248
42492000-08-17 Ken Stevens <k.stevens@ieee.org>
4250
4251 * ispell.el: Set to standard author/maintainer/keyword fields.
4252 Fine tuning to menu map appearance and operation, and added help.
4253 Remove `start' and `end' error messages when compiling.
4254 (ispell-choices-win-default-height): Fixed comment string.
4255 (ispell-dictionary-alist-1): Fixed regexp in castellano and
4256 castellano8 dictionaries.
4257 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
4258 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
4259 dictionary, added italiano dictionary.
4260 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
4261 word character
4262 (ispell-tex-skip-alists): Added psfig support.
4263 (ispell-skip-html): Renamed from ispell-skip-sgml.
4264 (ispell-begin-skip-region-regexp, ispell-skip-region)
4265 (ispell-minor-check): Improved html skipping support to skip across
4266 code, and recognize `&' commands without propper `;' syntax;
4267 (ispell-process-line): Fix alignment error when manually
4268 correcting spelling.
4269 (ispell): Fix comment string.
4270 (ispell-add-per-file-word-list): Always put word list on new line.
4271
3787e12e
GM
42722000-08-17 Gerd Moellmann <gerd@gnu.org>
4273
a7b28523
GM
4274 * format.el (format-encode-run-method): Fix error message to say
4275 `encode' instead of `decode'. Use save-window-excursion around
4276 shell-command-on-region as in format-decode-run-method because
4277 shell-command-on-region can display a buffer with error output.
4278 (format-decode): Don't record undo information for the decoding.
4279 (format-annotate-function): Add parameter FORMAT-COUNT. Make
4280 that number part of the temporary buffer name so that more than
4281 one decoding using a temporary buffer can happen safely.
4282
4283 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
4284 of `A-z' in the regexp.
4285
4286 * hilit-chg.el: Fix typos in commentary.
4287
3787e12e
GM
4288 * help.el (view-emacs-news): Rewritten for new naming scheme
4289 for old NEWS files.
4290
4291 * startup.el (command-line): Pop to *Messages* in case an error
4292 is signaled while loading user-init-file.
4293
d2473540
AS
42942000-08-17 Andreas Schwab <schwab@suse.de>
4295
4296 * files.el (insert-directory): Don't lose original file name,
4297 undoing an undocumented change.
4298
c0bbaf57
GM
42992000-08-17 Alex Schroeder <alex@gnu.org>
4300
4301 * sql.el (sql-magic-go): Use comint-bol.
4302 (sql-copy-column): Use comint-line-beginning-position.
4303 (comint-line-beginning-position): Define a replacement for
4304 comint-line-beginning-position if it is not fboundp.
4305
43062000-08-17 Alex Schroeder <alex@gnu.org>
4307
4308 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
4309 it didn't have any effect anyway.
4310
43112000-08-17 Alex Schroeder <alex@gnu.org>
4312
4313 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
4314 --pset and pager=off instead of sending \\o|cat at the beginning
4315 of the session.
4316
9d245da5
MB
43172000-08-17 Miles Bader <miles@gnu.org>
4318
4319 * progmodes/octave-inf.el: Add compatibility definition of
4320 comint-line-beginning-position.
4321
abfdbd2e
KH
43222000-08-17 Kenichi Handa <handa@etl.go.jp>
4323
4324 * startup.el (normal-top-level): Look in each dir in load-path for
4325 a leim-list.el file too. This assures of loading leim-list.el
4326 that is created at Emacs installation time even if a user have his
4327 own leim-list.el.
4328
a0b8c939
MB
43292000-08-17 Miles Bader <miles@gnu.org>
4330
4331 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
4332 foreground color to black if the background is dark.
4333
7382bcae
SM
43342000-08-16 Stefan Monnier <monnier@cs.yale.edu>
4335
4336 * loadhist.el (unload-feature): Typo.
4337
9b4a7800 4338 * finder.el (finder-compile-keywords):
7382bcae
SM
4339 * cus-dep.el (custom-make-dependencies): Add local-variable settings
4340 to the generated file.
4341
4342 * mail/mh-e.el (mh-make-local-vars):
4343 Replace make-variable-buffer-local with make-local-variable.
4344
cdd0f857 4345 * play/landmark.el:
7382bcae 4346 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
4347 * mail/mailabbrev.el (mail-abbrevs-mode):
4348 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
4349 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
4350
4351 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
4352
4353 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
4354 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
4355 Allow going past the last element.
9b4a7800 4356 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
4357 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
4358 (cvs-mouse-toggle-mark): Don't move point.
4359 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
4360
4361 * progmodes/compile.el (grep): Provide a default set of files.
4362 (next-error): Docstring fix.
4363 (compilation-find-file): Avoid find-file (fails in a dedicated window).
4364
4365 * emacs-lisp/easy-mmode.el (define-minor-mode):
4366 Use `symbol-value' to keep the byte-compiler quiet.
4367
4368 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
4369 (diff-find-source-location): New fun, extracted from diff-goto-source.
4370 (diff-goto-source): Use it.
4371 (diff-next-complex-hunk, diff-filter-lines): New function.
4372 (diff-apply-hunk): New command.
4373
4374 * smerge-mode.el (smerge-mode-menu): Doc fix.
4375
4376 * msb.el (msb-mode): Define it in terms of define-minor-mode.
4377
4f00b8c1
DL
43782000-08-16 Dave Love <fx@gnu.org>
4379
2b5198bb
DL
4380 * windmove.el (windmove) <defgroup>: Add :version.
4381
4382 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
4383 (goto-address-fontify-p, goto-address-highlight-p)
4384 (goto-address-url-face, goto-address-url-mouse-face)
4385 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
4386 (goto-address-url-regexp): Use thing-at-point-url-regexp.
4387 (goto-address-fontify, goto-address-at-mouse): Simplify,
4388 (goto-address-at-point): browse-url-url-at-point,
4389 goto-address-find-address-at-point can return nil.
4390 (goto-address-find-address-at-point): Return nil on failure.
4391
4392 * align.el (align) <defgroup>: Add :version.
4393
4394 * calculator.el (calculator): Add :version.
4395 (calculator): Use two lines for calculator window if `modeline'
4396 face is boxed.
4397
4f00b8c1
DL
4398 * play/5x5.el: Doc fixes.
4399 (5x5) <defgroup>: Add :version.
4400
4401 * play/fortune.el (fortune) <defgroup>: Add :version.
4402 (fortune-append): Fix error message.
4403 (fortune-from-region): Doc fix.
4404
4405 * play/pong.el (pong): Doc fix.
4406
4407 * play/morse.el: Keywords, commentary, autoloads.
4408
69db7ee7
EZ
44092000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
4410
4411 * desktop.el (desktop-save): Don't look at symbol-value of a
4412 member of minor-mode-alist, unless it is boundp.
4413
10e1dad9
SS
44142000-08-16 Sam Steingold <sds@gnu.org>
4415
a0b8c939 4416 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
4417 `while'; use `with-current-buffer' instead of `save-excursion'.
4418 Removed unnecessary kludges now that "*Buffer List*" is excluded.
4419
9d7bcb2e
KH
44202000-08-16 Kenichi Handa <handa@etl.go.jp>
4421
4422 * international/ccl.el (declare-ccl-program): Docstring modified.
4423 (ccl-execute-with-args): Likewise.
4424
04231ab8
MB
44252000-08-16 Miles Bader <miles@gnu.org>
4426
9d245da5 4427 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
4428 comint-line-beginning-position.
4429
f68446ef
GM
44302000-08-15 Gerd Moellmann <gerd@gnu.org>
4431
dc28878c
GM
4432 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
4433 'buffer-menu' property.
4434 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
4435 fails.
4436 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
4437 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
4438 wasn't killed.
10e1dad9 4439
58ed0d3b
GM
4440 * buff-menu.el (list-buffers-noselect): Don't display the
4441 *Buffer List* buffer.
4442
32dc52f7
GM
4443 * font-lock.el: Require jit-lock to prevent a very late
4444 `Loading jit-lock' message.
4445
f68446ef 4446 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 4447 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
4448 mail address.
4449
90ac90a2
MB
44502000-08-15 Miles Bader <miles@gnu.org>
4451
4452 * textmodes/ispell.el (ispell-graphic-p): New constant.
4453 (ispell-choices-win-default-height, ispell-help): Use
4454 `ispell-graphic-p' instead of `xemacsp'.
4455
b0a0e263
DL
44562000-08-15 Dave Love <fx@gnu.org>
4457
c1e757e3
DL
4458 * simple.el: Autoload widget-convert when compiling.
4459 (mail-user-agent): Doc fix.
4460
4461 * help.el (function-called-at-point, variable-at-point): Use
4462 with-syntax-table.
4463 (help-manyarg-func-alist): Add insert-and-inherit.
4464
4465 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
4466
4467 * delsel.el (delsel-unload-hook): New function.
4468
4469 * find-file.el: Doc fixes. Move provide to end.
4470 (ff) <defgroup>: Add :link.
4471 (ff-goto-click): Deleted.
4472 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
4473 Use mouse-set-point.
4474
4475 * textmodes/tildify.el: Doc fixes.
4476 (tildify) <defgroup>: Add:version.
4477
4478 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
4479 (glasses-custom-set): Use set-default, not set.
4480 (minor-mode-alist): Propertize the lighter.
4481 (glasses-mode): Provide optional arg.
4482
5f847612
DL
4483 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
4484 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
4485 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
4486 option. Provide :type.
4487 (cwarn-configuration): Provide :type.
4488 (cwarn-mode): Doc fix.
4489
4490 * add-log.el (change-log-merge): Doc fix.
4491 (change-log-redate): New command.
4492
b0a0e263
DL
4493 * net/browse-url.el (browse-url-filename-alist): Add a clause for
4494 Doze and Dog.
4495 (browse-url): Use dolist, not mapcar.
4496 (browse-url-at-point): Check for null url.
4497 (browse-url-event-buffer, browse-url-event-point): Functions
4498 deleted.
4499 (browse-url-at-mouse, browse-url-netscape): Simplify.
4500
4501 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
4502 modes.
4503 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
4504 Fix previous change to mapcan.
4505 (msb--init-file-alist, msb--add-separators)
4506 (msb--make-keymap-menu): Simplify.
4507 (msb--choose-file-menu): Use copy-sequence.
4508 (msb-mode-map): Add title to keymap.
4509 (msb-unload-hook): New function.
4510
4511 * bs.el: Fix indentation.
4512 (bs) <defgroup>: Add :links.
2b5198bb
DL
4513 (bs-show): Doc fix.
4514 (bs-apply-sort-faces): Don't use window-system.
4515 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 4516
70f1b78e
EZ
45172000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
4518
4519 * calendar/timeclock.el (timeclock-file): Run .timelog through
4520 convert-standard-filename.
4521
956777b3
GM
45222000-08-14 Gerd Moellmann <gerd@gnu.org>
4523
3215096c
GM
4524 * emacs-lisp/authors.el: New file.
4525
956777b3
GM
4526 * paren.el (show-paren-priority): New user option.
4527 (show-paren-function): Set overlay priorities to
4528 show-paren-priority.
10e1dad9 4529
0cde1424
MB
45302000-08-14 Miles Bader <miles@gnu.org>
4531
4532 * comint.el (comint-bol): Use `forward-line 0' instead of calling
4533 beginning-of-line with inhibit-field-text-motion bound.
4534
90cbf47e
GM
45352000-08-14 Gerd Moellmann <gerd@gnu.org>
4536
4537 * calendar/timeclock.el: New file.
4538
45392000-08-14 David Ponce <david@dponce.com>
4540
4541 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
4542 `widget-button-click'. so that one can use left mouse button to
4543 click on dialog buttons.
4544
45452000-08-14 Emmanuel Briot <briot@gnat.com>
4546
4547 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 4548 identifiers, since XML is case sensitive
10e1dad9 4549
79e8dca7 45502000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 4551
660394d1
MB
4552 * comint.el (comint-output-filter): Don't bother frobbing
4553 window-start, it doesn't seem to be necessary.
79e8dca7
MB
4554
4555 * comint.el (comint-send-string, comint-send-region): Make into
4556 real functions. Snapshot the prompt before sending.
4557
218c2cc7
EZ
45582000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
4559
4560 * info.el (Info-find-emacs-command-nodes): Rewrite to use
4561 technique similar to Info-index, instead of relying on specific
4562 names of relevant Index nodes.
4563 (Info-goto-emacs-command-node): Bind Info-history to nil when
4564 going to the first node found by Info-find-emacs-command-nodes.
4565
51e066d2 45662000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
4567
4568 * menu-bar.el (menu-bar-help-menu): Add a :help string.
4569
867102f2
MB
45702000-08-10 Miles Bader <miles@gnu.org>
4571
4572 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
4573
af718538
EZ
45742000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
4575
4576 * info.el (Info-file-list-for-emacs): More elements for the
4577 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
4578 and woman manuals.
4579
c51bacd6
MB
45802000-08-10 Miles Bader <miles@lsi.nec.co.jp>
4581
4582 * comint.el (comint-send-input): Make the newline boundary overlay
4583 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
4584 (comint-output-filter): Use `insert' instead of
4585 `insert-before-markers'. Extend comint-last-output-overlay when
4586 necessary since we can't rely on insert-before-markers to do it.
4587 * gud.el (gud-filter): Use `with-current-buffer' instead of
4588 save-excursion when inserting the output, so that point gets
4589 updated correctly; the old method relied on a rather dodgy
4590 side-effect of comint-output-filter to avoid the effect of
4591 save-excursion.
4592
98532b12
EZ
45932000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
4594
4595 * files.el (recover-file): Call insert-directory instead of
4596 invoking `ls' directly.
4597
3db4b719
MB
45982000-08-10 Miles Bader <miles@gnu.org>
4599
4600 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
4601 (comint-last-prompt-overlay): New variables.
4602 (comint-output-filter): Implement prompt highlighting.
4603 (comint-snapshot-last-prompt): New function.
4604 (comint-send-input): Snapshot the last prompt.
4605 Use comint-highlight-input-face.
4606 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
4607 Use defface instead of defcustom.
4608 (send-invisible, comint-send-eof): Snapshot the last prompt.
4609 (comint-delchar-or-maybe-eof): Use comint-send-eof.
4610 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
4611
96190aa1
SM
46122000-08-09 Stefan Monnier <monnier@cs.yale.edu>
4613
5cda4b07
SM
4614 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
4615 (regexp-opt-group): Use a list of chars for `letters'.
4616 (regexp-opt-charset): `chars' is now a list of chars.
4617 Use a char-table rather than a vector so it works for multibyte chars.
4618
96190aa1
SM
4619 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
4620 Set cvs-minor-current-files to the selected fileinfo.
4621 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
4622 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
4623
7d093d56
EZ
46242000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
4625
4626 * files.el (insert-directory): Don't call access-file on
4627 directories on DOS and Windows.
4628
b24c5811
KH
46292000-08-09 Kenichi Handa <handa@etl.go.jp>
4630
4631 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
4632 longer if necessary.
4633 (ccl-embed-code): Call ccl-embed-data to store CODE in
4634 ccl-program-vector.
4635
0a6fd67e
MB
46362000-08-09 Miles Bader <miles@gnu.org>
4637
4638 * comint.el (comint-output-filter): Properly handle the case where
4639 the text surrounded by comint-last-output-overlay was deleted.
4640
9f6d1a6c
GM
46412000-08-08 Gerd Moellmann <gerd@gnu.org>
4642
25ad1371
GM
4643 * info.el (Info-insert-dir): Use Info-additional-directory-list if
4644 non-nil.
4645 (Info-file-list-for-emacs): Remove "info" from the list because
4646 that leads to trying to use the documentation from file `info'
4647 in various situations where it isn't appropriate, for instance
4648 C-h C-k C-h i.
4649
4650 * ffap.el (ffap-read-file-or-url-internal): Handle case that
4651 DIR and/or STRING are nil.
4652
4653 * progmodes/compile.el (compilation-setup): Make variable
4654 compilation-error-screen-columns buffer-local, as some comment
4655 in the code suggests it should be.
4656
4657 * files.el (auto-mode-interpreter-regexp): New variable.
4658 (set-auto-mode): Use it.
4659
4660 * indent.el (indent-for-tab-command): Doc fix.
4661
4662 * mouse-sel.el (mouse-sel-mode): Doc fix.
4663
9f6d1a6c
GM
4664 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
4665 labels.
4666
4667 * help.el (print-help-return-message): When
4668 display-buffer-reuse-frames is set, let the help window been quit,
4669 instead of deleting it, which might delete a reused frame.
4670
3d819a75
EZ
46712000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
4672
4673 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
4674 rename a directory to a name that differs only by its letter case.
4675
c5a52529
KH
46762000-08-08 Kenichi Handa <handa@etl.go.jp>
4677
4678 * international/quail.el (quail-define-rules): Handle Quail decode
4679 map correctly. Add code for supporting annotations.
4680 (quail-install-decode-map): New function.
4681 (quail-defrule-internal): New optional arguments decode-map and
4682 props.
4683 (quail-advice): New function.
4684
5e9e032a
SS
46852000-08-07 Sam Steingold <sds@gnu.org>
4686
4687 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
4688 `defconst', `define-condition', `with-slots'.
4689 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
4690
46645f4b
MB
46912000-08-03 Miles Bader <miles@gnu.org>
4692
4693 * comint.el (comint-use-prompt-regexp-instead-of-fields):
4694 New variable.
4695 (comint-prompt-regexp, comint-get-old-input): Document dependence on
4696 comint-use-prompt-regexp-instead-of-fields.
4697 (comint-send-input): Add `input' field property to stuff we send to
4698 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
4699 (comint-output-filter): Add `output' field property to process
4700 output, if comint-use-prompt-regexp-instead-of-fields is nil.
4701 (comint-replace-by-expanded-history)
4702 (comint-get-old-input-default, comint-show-output)
4703 (comint-backward-matching-input, comint-forward-matching-input)
4704 (comint-next-prompt, comint-previous-prompt): Use field
4705 properties if comint-use-prompt-regexp-instead-of-fields is nil.
4706 (comint-line-beginning-position): New function.
4707 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
4708 (comint-replace-by-expanded-history-before-point): Use
4709 comint-line-beginning-position and line-end-position.
4710 (comint-last-output-overlay): New variable.
4711 (comint-mode): Make `comint-last-output-overlay' buffer-local.
4712
4713 * shell.el (shell-prompt-pattern): Doc change.
4714 (shell-backward-command): Use line-beginning-position.
4715
4716 * gud.el (gud-gdb-complete-command): Use
4717 comint-line-beginning-position.
4718
4719 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
4720 comint-bol doesn't actually go to the beginning of the line.
4721
4722 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
4723 if comint-use-prompt-regexp-instead-of-fields is non-nil.
4724 (try-expand-line-all-buffers): Likewise.
4725
4726 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
4727 explicitly matching comint-prompt-regexp.
4728 (sql-copy-column): Use comint-line-beginning-position instead of
4729 explicitly matching comint-prompt-regexp.
4730
4731 * progmodes/octave-inf.el (inferior-octave-complete): Use
4732 comint-line-beginning-position.
4733
4734 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
4735
4736 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
4737 looking for a prompt, use `forward-line 0' instead of
4738 `beginning-of-line', to avoid getting caught by an input field.
4739
ff3d9573
GM
47402000-08-07 Gerd Moellmann <gerd@gnu.org>
4741
4742 * files.el (shell-quote-wildcard-pattern): Make sure to return
4743 PATTERN, in the Unix case.
4744
e0d8827b
EZ
47452000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
4746
4747 * play/zone.el (zone): Discard any pending input before running
4748 the randomly-chosen pgm.
4749
24d55b8f
KH
47502000-08-07 Kenichi Handa <handa@etl.go.jp>
4751
4752 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
4753 checking the existence of any multibyte characters.
4754
3d05e1ee
GM
47552000-08-06 Gerd Moellmann <gerd@gnu.org>
4756
6c4a4368
GM
4757 * help.el (describe-mode): Test minor-mode symbol for being
4758 bound before testing its value for being nil.
4759
3d05e1ee
GM
4760 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
4761 `first', `second', and `third'.
4762
4763 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
4764 (second): Make it an alias for `cadr'.
4765
6968a481
EZ
47662000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
4767
4768 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
4769 types of display support faces now.
4770
e49aa397
GM
47712000-08-05 Gerd Moellmann <gerd@gnu.org>
4772
4773 * pcvs.el (require): Require `cl' during compilation, only.
4774
4775 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
4776 (toplevel): Remove `remq' and `remove' from autoloads.
4777 (cl-fake-autoloads): New variable. If set, arrange for an error
4778 when CL functions etc. are autoloaded.
4779
588aca27
EZ
47802000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
4781
2e78d4ab
EZ
4782 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
4783
85628348
EZ
4784 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
4785 popped up, but the user clicks outside the menu, return an empty
4786 regexp (that causes unhighlight-regexp to have no effect).
4787
74f0e552
EZ
4788 * menu-bar.el (menu-bar-games-menu): Add Zone.
4789
588aca27
EZ
4790 * hi-lock.el (toplevel): Require font-lock.
4791
f4988be7
GM
47922000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4793
ba087cd7 4794 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
4795 (ebnf-8-bit-chars): New var for bug fix.
4796 (ebnf-string): Bug fix.
4797
027b73ac
SS
47982000-08-03 Sam Steingold <sds@gnu.org>
4799
4800 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
4801 instead of `buffer-string'.
4802 (require 'cl): Always, not just when compiling.
4803 `ignore-errors' in `interactive', `list*', `defun*' &c make this
4804 necessary.
4805
2f1fa038
EZ
48062000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
4807
4808 * international/mule-cmds.el (select-safe-coding-system): Make
4809 the message text about selecting a safe coding system more clear.
4810
ead53494
GM
48112000-08-02 Gerd Moellmann <gerd@gnu.org>
4812
abb2db1c
GM
4813 * hi-lock.el: New file.
4814
4815 * play/zone.el: New file.
4816
ead53494
GM
4817 * replace.el (occur): Set tab-width in the *Occur* buffer to the
4818 value of tab-width in the original buffer. Choose a line number
4819 format that's a multiple of the original buffer's tab width, so
4820 that lines appear right.
4821
4822 * textmodes/ispell.el (ispell): New function, replacing an alias.
4823 Spell-check active region if in transient-mark-mode and mark
4824 is active; otherwise spell-check buffer.
4825
48262000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4827
4828 * ps-mule.el: Fix a customization problem on
4829 ps-mule-font-info-database-default.
4830
f4a2b0a4
EZ
48312000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
4832
4833 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
4834 display-mouse-p instead of window-system.
4835 (ebrowse-member-mode-map): Ditto.
4836
b685181e
GM
48372000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4838
ba087cd7
EZ
4839 * progmodes/ebnf2ps.el: Update ps-print functions call.
4840 Indentation fix. Doc fix.
b685181e
GM
4841 (ebnf-version): New version number (3.2).
4842 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 4843
3b5fab87
EZ
48442000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
4845
032ebb29
EZ
4846 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
4847 font lock support on window-system.
4848 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
4849
3b5fab87
EZ
4850 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
4851 display-color-p, if fboundp, instead of window-system.
4852
7e2605e7
EZ
48532000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
4854
4855 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
4856 instead of window-system.
4857
4858 * wid-edit.el (widget-choose): Use display-mouse-p instead of
4859 window-system.
4860 (widget-choice-mouse-down-action): Use display-popup-menus-p
4861 instead of window-system.
4862
4863 * strokes.el (strokes-file): Run the file name through
4864 convert-standard-filename.
4865 (strokes-mode): Call display-mouse-p instead of looking at
4866 window-system. Change the error message accordingly.
4867
4868 * progmodes/cpp.el (toplevel): Support faces on tty's.
4869
4870 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
4871 (lm-plot-square, lm-init-display): Don't use window-system.
4872
4873 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
4874 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
4875
4876 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
4877 instead of looking at window-system.
4878
26119624
GM
48792000-07-30 Gerd Moellmann <gerd@gnu.org>
4880
4881 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
4882 of testing if iswitchb-prepost-hooks is bound, because the
4883 latter will always be true when invoking a recursive minibuffer
4884 from an active Iswitchb buffer.
4885
c90596f3
EZ
48862000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
4887
4888 * files.el (shell-quote-wildcard-pattern): New function.
4889 (insert-directory): Call it. Only prepend "\" to command on Unix
4890 and GNU/Linux systems.
4891
18925e78
GM
48922000-07-30 Gerd Moellmann <gerd@gnu.org>
4893
4894 * eshell/esh-groups.el: Change custom :link file names
4895 from `eshell.info' to `eshell'.
4896
48972000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
4898
4899 * dired.el (dired-build-subdir-alist): Expand subdirectory names
4900 correctly in recursive ange-ftp listings.
4901
49022000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4903
4904 * ps-print.el: Fix bug 1: if ps-font-size-internal,
4905 ps-header-font-size-internal and
4906 ps-header-title-font-size-internal variables are not set,
4907 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
4908 face text property is (foreground-color . COLOR) or
4909 `(background-color . COLOR)', ps-print crashes. Doc fix.
4910 (ps-print-version): New version number (5.2.4).
4911 (ps-plot-region): Code fix.
4912 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
4913 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
4914 Bug fix 2.
4915
49162000-07-30 Milan Zamazal <pdm@freesoft.cz>
4917
4918 * glasses.el (glasses-make-readable): Fix uncapitalization of
4919 identifiers like `myXMLDocument'.
4920
aeb4c63e
KF
49212000-07-28 Karl Fogel <kfogel@red-bean.com>
4922
18925e78
GM
4923 * mail/mail-hist.el (mail-hist-previous-input)
4924 (mail-hist-next-input): Do the obvious code factorization.
4925 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
4926 code of above two.
4927 If inserting a message body, leave point at top.
4928
9d453139
SS
49292000-07-28 Sam Steingold <sds@gnu.org>
4930
4931 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
4932 Use `<=', not `<' to compare times!
4933 (ange-ftp-ls): Remove.
9d453139 4934
b548072f
GM
49352000-07-27 Gerd Moellmann <gerd@gnu.org>
4936
27848c01
GM
4937 * play/cookie1.el: Add explanation of how to make cookie.el
4938 compatible with strfile(1) to comment.
4939
4940 * subr.el (remove, remq): New functions.
4941
3ab82477
GM
4942 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
4943 escape `*' in regexps.
4944 (midnight-find): Reverse order of arguments in the funcall of
4945 TEST.
4946
4947 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
4948 and `.class'.
4949
b548072f
GM
4950 * play/meese.el: Add Commentary section.
4951
27848c01
GM
49522000-07-27 Alex Schroeder <alex@gnu.org>
4953
4954 * sql.el (sql-ms): Added autoload cookie.
4955 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
4956 (sql-oracle): Ditto.
4957 (sql-help): Doc change.
4958
4959 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
4960 types and exceptions.
4961
49622000-07-27 Alex Schroeder <alex@gnu.org>
4963
4964 * sql.el (sql-placeholder-history): New variable.
4965 (sql-query-placeholders-and-send): New function that will query
4966 the user and replace placeholders with user input.
4967 (sql-oracle): If running on NT, set comint-input-sender to
4968 sql-query-placeholders-and-send.
4969
4970 (sql-stop): If in the SQLi buffer, insert stop notification, else
4971 present it as a message.
4972
49732000-07-27 Alex Schroeder <alex@gnu.org>
4974
4975 * sql.el (sql-input-ring-separator): Doc change.
4976 (sql-input-ring-file-name): Doc change.
4977 (sql-interactive-mode): Use `sql-input-ring-separator' and
4978 `sql-input-ring-file-name' to set the comint-mode equivalents
4979 without making them local variables.
4980 (sql-stop): Don't bind `sql-input-ring-separator' and
4981 `sql-input-ring-file-name' dynamically to their comint-mode
4982 equivalents.
4983
91ae8751
KH
49842000-07-27 Kenichi Handa <handa@etl.go.jp>
4985
4986 * international/mule.el (register-char-codings): New function.
4987 (make-coding-system): Handle `safe-chars' specification in the arg
4988 PROPERTY.
4989
4990 * international/mule-cmds.el
4991 (find-coding-systems-region-subset-p): This function deleted.
4992 (sort-coding-systems-predicate): New variable.
4993 (sort-coding-systems): New function.
4994 (find-coding-systems-region): Use
4995 find-coding-systems-region-internal.
4996 (find-coding-systems-string): Use find-coding-systems-region.
4997 (find-coding-systems-for-charsets): Check
4998 char-coding-system-table.
4999 (select-safe-coding-system-accept-default-p): New variable.
5000 (select-safe-coding-system): Mostly rewritten. New argument
5001 ACCEPT-DEFAULT-P.
5002 (select-message-coding-system): Call select-safe-coding-system
5003 with ACCEPT-DEFAULT-P arg.
5004 (reset-language-environment): Reset default-sendmail-coding-system
5005 to the default value iso-latin-1.
5006 (set-language-environment): Don't set the obsolete variable
5007 charset-origin-alist.
5008
5009 * international/codepage.el (cp-coding-system-for-codepage-1):
5010 Give `safe-chars' property to make-coding-system.
5011
5012 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
5013 calling select-message-coding-system twice.
5014
5015 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
5016 instead of `safe-charsets'.
5017 (cyrillic-alternativnyj): Likewise.
5018 (ccl-encode-alternativnyj): Don't check the charset
5019 cyrillic-iso8859-5.
5020
90cf4474
KH
50212000-07-27 Kenichi Handa <handa@etl.go.jp>
5022
5023 * composite.el (compose-chars-after): Preserve match data.
5024
a1f84f6d
SS
50252000-07-26 Sam Steingold <sds@gnu.org>
5026
5027 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
5028 (ange-ftp-real-file-newer-than-file-p): New function.
5029 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
5030 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
5031
5032 * tooltip.el (tooltip-float-time): Removed (use `float-time').
5033 * midnight.el (midnight-float-time): Ditto.
5034
e092928e
AS
50352000-07-26 Andreas Schwab <schwab@suse.de>
5036
5037 * files.el (normal-backup-enable-predicate): Correct
5038 interpretation of the return value of compare-strings.
5039
7465ebef
GM
50402000-07-26 Gerd Moellmann <gerd@gnu.org>
5041
3353ef5a
GM
5042 * isearch.el (isearch-resume): New function.
5043 (isearch-done): Add something to command-history to resume
5044 the search.
5045 (isearch-yank-line, isearch-yank-word): Use
5046 buffer-substring-no-properties instead of buffer-substring.
5047
7465ebef
GM
5048 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
5049 of flyspell-mouse-map.
5050
5051 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
5052 duplicate definition.
5053 (makefile-mode): Remove duplicate setting of local-abbrev-table.
5054
5055 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
5056 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
5057
5044b74a
SS
50582000-07-25 Sam Steingold <sds@gnu.org>
5059
25759a92
SS
5060 * net/ange-ftp.el: Get modtime over the net.
5061 (ange-ftp-file-modtime): New function.
a95cb10a
GM
5062 (ange-ftp-write-region, ange-ftp-insert-file-contents)
5063 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
5064 Use it.
5065 (ange-ftp-dot-to-slash): New function.
5066 (ange-ftp-fix-name-for-vms): Use it.
5067
5044b74a
SS
5068 * midnight.el (midnight-buffer-display-time): Use
5069 `with-current-buffer'.
5070
5dcfb3f4
GM
50712000-07-25 Gerd Moellmann <gerd@gnu.org>
5072
5073 * find-dired.el: Update copyright notice.
5074 (find-dired): Offer to kill a running `find'.
5075
5076 * enriched.el (enriched-face-ans): For a `foreground-color'
5077 property, return '(("x-color" COLOR))' so that COLOR will be
5078 output as a parameter of the x-color annotation. Likewise for the
5079 `background-color' property. In the case of normal face
5080 properties, don't return annotations for unspecified foreground
5081 and background face attributes.
5082
8c662166
KH
50832000-07-25 Kenichi Handa <handa@etl.go.jp>
5084
5085 * language/japan-util.el (japanese-katakana-region): Fix handling
5086 HANKAKU argument.
5087
c28da489
MB
50882000-07-25 Miles Bader <miles@gnu.org>
5089
5090 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
5091 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
5092 constrain-to-field.
5093
ad349719
AI
50942000-07-24 Andrew Innes <andrewi@gnu.org>
5095
5096 * timer.el (timer-activate-when-idle): Add optional parameter
5097 DONT-WAIT. Update docstring.
5098 (run-with-idle-timer): Specify extra parameter to
5099 timer-activate-when-idle, so that timer will be activated
5100 immediately if Emacs is already idle.
5101
5102 * w32-fns.el (w32-using-nt): Fix docstring.
5103
c95162f5
DL
51042000-07-24 Dave Love <fx@gnu.org>
5105
5106 * mouse.el (popup-menu): Set last-command-event.
5107 (mouse-major-mode-menu-prefix): Declare.
5108
e3c31fd5
GM
51092000-07-24 Gerd Moellmann <gerd@gnu.org>
5110
5111 * textmodes/flyspell.el: Update to author's version 1.5d.
5112
5113 * progmodes/hideshow.el: Update copyright notice.
5114
5115 * vcursor.el: Set maintainer to FSF, since author cannot
5116 be reached.
5117
7636d2a3
EZ
51182000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
5119
fbe0a958
EZ
5120 * info.el (Info-goto-emacs-key-command-node): Leave a space after
5121 the prompt.
5122
7636d2a3
EZ
5123 * mouse.el (popup-menu): Run the keymap through indirect-function,
5124 in case it was defined with define-prefix-key. If the menu is a
5125 list of keymaps, look up the binding of user's choice in each one
5126 of the keymaps.
5127 (mouse-popup-menubar): If the global and local menu-bar keymaps
5128 don't have a prompt string, create one and insert it into the
5129 keymap. Don't barf if current-local-map returns nil.
5130
e024b101
GM
51312000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
5132
5133 * dired.el (dired-sort-R-check): Added to allow recursive listing
5134 to be undone.
5135 (dired-sort-other): Use it.
5136
7972fcfc
GM
51372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5138
e024b101 5139 * Release of cc-mode 5.27
7972fcfc
GM
5140
51412000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5142
5143 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
5144 c-beginning-of-statement-1 that caused a bad case of recursion
5145 which could consume a lot of CPU in large classes in languages
5146 that have in-expression classes (i.e. Java and Pike).
5147
5148 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
5149 statements before top level constructs (i.e. case 6 is moved
5150 before case 5 and is now case 4) to catch in-expression
5151 classes in top level expressions correctly.
5152
51532000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5154
5155 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
5156 objc-method-intro. Case 4 removed and case 5I added.
5157
5158 * cc-langs.el (c-append-paragraph-start): New variable used by
5159 c-common-init to get paragraph-start correct.
5160 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
5161 initialize paragraph-start to make it correct both with and
5162 without the javadoc special case.
5163
5164 * cc-mode.el (java-mode): Use c-append-paragraph-start to
5165 initialize paragraph-start for javadoc markup.
5166
5167 * cc-vars.el (c-style-variables-are-local-p): Incompatible
5168 change by defaulting this to t. It's motivated by the
5169 confusing behavior that otherwise arise from the style system
5170 when editing both java and non-java files at the same time
5171 (see the comments about style setting in c-common-init).
5172
51732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5174
5175 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
5176 similar to the one in c-fill-paragraph to check the fill
5177 prefix from the adaptive fill function for sanity.
5178
51792000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5180
5181 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
5182 defun block.
5183
51842000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5185
5044b74a 5186 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
5187
51882000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5189
5190 * cc-align.el (c-lineup-multi-inher): Handle lines with
5191 leading comma nicely. Extended to handle member initializers
5192 too.
5193
e024b101 5194 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
5195 c-guess-basic-syntax): Fixed recognition of inheritance lists
5196 when the lines begins with a comma.
5197
5044b74a 5198 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
5199
5200 * cc-vars.el (c-offsets-alist): Changed default for
5201 member-init-cont to c-lineup-multi-inher since it now handles
5202 member initializers and indents better for leading commas.
5203
52042000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5205
5206 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
5207 handling that caused class open lines to be recognized as
5208 statement-conts in some cases.
5209
5210 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
5211 guessed by the adaptive fill function unless point is on the
5212 first line of a block comment.
5213
5214 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
5215 when the buffer ends with a macro continuation char.
5216
5217 * cc-engine.el (c-guess-basic-syntax): Added support for
5218 function definitions as statements in Pike. The first
5219 statement in a lambda block is now labeled defun-block-intro
5220 instead of statement-block-intro.
5221
5222 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
5223 so that the class surrounding point is selected, not the one
5224 innermost in the state.
5225
5226 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
5227 recognition of switch labels having hanging multiline
5228 statements.
5229
5230 * cc-engine.el (c-beginning-of-member-init-list): Broke out
5231 some code in c-guess-basic-syntax to a separate function.
5232 * cc-engine.el (c-just-after-func-arglist-p): Fixed
5233 recognition of member inits with multiple line arglists.
5234 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
5235 member-init-cont when the commas are in funny places.
5236
52372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5238
5239 * cc-defs.el (c-auto-newline): Removed this macro since it's
5240 not used anymore.
5241
5242 * cc-engine.el (c-looking-at-bos): New helper function.
5243 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
5244 inexpr and toplevel classes apart in Pike.
5245
5246 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
5247 of case 9A.
5248
5249 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
5250 constant, since "class" can introduce an in-expression class
5251 in Pike nowadays.
5252
52532000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5254
5255 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
5256 indentation on cpp-macro lines.
5257
5258 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
5259 a syntax modifier like comment-intro, to make it possible to
5260 get syntactic indentation for preprocessor directives. It's
5261 incompatible wrt to lineup functions on cpp-macro, but it has
5262 no observable effect in the 99.9% common case where cpp-macro
5263 is set to -1000.
5264
52652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5266
5267 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
5268 member-init-cont when the preceding arglist is several lines.
5269
52702000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5271
5272 * cc-styles.el (c-style-alist): The basic offset for the BSD
5273 style corrected to 8.
5274
52752000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5276
5277 * cc-styles.el (c-style-alist): Adjusted the indentation of
5278 brace list openers in the gnu style.
5279
52802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5281
5282 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
5283
5284 * cc-cmds.el (c-electric-brace, c-electric-slash,
5285 c-electric-star, c-electric-semi&comma, c-electric-colon,
5286 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
5287 when c-syntactic-indentation is nil.
5288
5289 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
5290 we were left at comments preceding the first statement when
5291 reaching the beginning of the buffer.
5292
5293 * cc-vars.el (c-syntactic-indentation): New variable to turn
5294 off all syntactic indentation.
5295
52962000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5297
5298 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
5299 between the text and the block comment ender when it hangs,
5300 depending on how many there are before the fill.
5301
53022000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5303
5304 * cc-engine.el (c-beginning-of-closest-statement): New helper
5305 function to go back to the closest preceding statement start,
5306 which could be inside a conditional statement.
5307 * cc-engine.el (c-guess-basic-syntax): Use
5308 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
5309
5310 * cc-engine.el (c-guess-basic-syntax): Better handling of
5311 arglist-intro, arglist-cont-nonempty and arglist-close when
5312 the arglist is nested inside parens. Cases 7A, 7C and 7F
5313 changed.
5314
5315 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
5316 up-to-date with javadoc 1.2.
5317
53182000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5319
5320 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
5321 multiline Pike type decls.
5322
53232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5324
5325 * cc-cmds.el (c-indent-new-comment-line): Always break
5326 multiline comments in multiline mode, regardless of
5327 comment-multi-line.
5328
53292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5330
5331 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
5332 fully::qualified::names in C++ member init lists. Preamble in
5333 case 5D changed.
5334
53352000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5336
5337 * cc-langs.el (c-common-init): Handling of obsolete variables
5338 moved to c-initialize-cc-mode. More compatible style override
5339 when using global style variables.
5340 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
5341 variables moved here.
5342
e024b101 5343 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
5344 c-special-indent-hook as a style variable. Don't talk about
5345 doing (c-make-styles-buffer-local t) in a mode hook, since
5346 that's already too late to work right.
5044b74a 5347
7972fcfc
GM
5348 * cc-styles.el (c-make-styles-buffer-local): Flag style
5349 variable localness in c-style-variables-are-local-p to make
5350 the compatibility measure in c-common-init work well.
5351
5352 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
5353 longer contain set-from-style.
5354 * cc-styles.el (c-initialize-builtin-style): Don't check for
5355 set-from-style on c-special-indent-hook.
5356 * cc-styles.el (c-copy-tree): Obsolete. The standard function
5357 copy-alist is sufficient now.
5358
5359 * cc-styles.el (c-set-style, c-set-style-1,
5360 c-get-style-variables): Fixes to variable initialization so
5361 that duplicate entries in styles have the same effect
5362 regardless of DONT-OVERRIDE.
5363
5364 * cc-styles.el (c-set-style-2): Fixed bug where the
5365 initialization of inheriting styles failed when the
5366 dont-override flag is set.
5367
5368 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
5369 on this.
5370
53712000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5372
5373 * cc-defs.el (c-forward-comment): Removed the workaround
5374 introduced in 5.38 since it had worse side-effects. If a line
5375 contains the string "//\"", it regarded the // as a comment
5376 start since the \ temporarily doesn't have escape syntax.
5377
53782000-07-17 Emmanuel Briot <briot@act-europe.fr>
5379
5380 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
5381 ada-xref.el before ada-prj.el, so that the Project menu is created
5382 when ada-prj tries to add to it.
5383 (ada-activate-keys-for-case): Suppress the characters that are not
5384 part of the Ada syntax. Better compatibility with else-mode
5385 (ada-adjust-case-interactive): When auto-casing is not active,
5386 correctly insert newlines (used to insert only ^M). Prevent the
5387 syntax table from being changed in case of an error
814299a7 5388 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
5389 Do nothing if ada-auto-case is nil.
5390 (ada-after-keyword-p): Ignore keywords that are also attributes
5391 (ada-batch-reformat): Update usage comment
5392 (ada-call-from-contextual-menu): New function
5393 (ada-case-read-exceptions): Reinitialize the casing exception list
5394 first to nil first, so that the casing exception file can be
5395 shared.
5396 (ada-check-defun-name): Handles "configure" keyword for gnatdist
5397 files.
5398 (ada-compile-goto-error): Fix regexp used to detect a file:line
5399 anywhere in the error message
5400 (ada-contextual-menu-last-point): New variable
5401 (ada-create-keymap): If the variable delete-key-deletes-forward is
5402 t on XEmacs, it means that DEL should delete one character
5403 forward.
5404 (ada-create-menu): Use :included instead of :visible for XEmacs.
5405 New submenu "Options".
5406 (ada-end-stmt-re): Correctly indent "select ... then abort"
5407 statements.
5408 (ada-fill-comment-paragraph): Correctly delete all leading '--'
5409 even if they don't match ada-fill-comment-prefix Fix handling of
5410 paragraphs on the first or last line of a file.
5411 (ada-format-paramlist): Fix handling of default parameter values.
5412 (ada-get-body-name): New function.
5413 (ada-get-current-indent): Optimized by searchling directly for an
5414 existing generic part or a statement outside of it. Handle
5415 ada-indent-align-comments when indenting comments Replaced some
5416 regexps by testing directly the next character. This results in a
5417 huge speedup on some files. New indentation scheme for renames
5418 statements. Stop looking for the 'while' or 'for' associated with
5419 a 'loop' at the first semicolon encountered. A "return" can also
5420 match an anonymous access subprogram declaration.
5421 (ada-get-indent-noindent): Ignore strings and comments when
5422 looking for the keywords "record" and "private".
5423 (ada-goto-matching-decl-start): When matching "if", make sure we
5424 are not in fact seeing "end if". Ignore "when" statements except
5425 when initial keyword was "begin". Fix handling of nested
5426 procedures. Add a recursive call to this function to skip over
5427 other 'end' statmts. Fix indentation for "when .. => begin"
5428 (ada-in-open-paren-p): Fix indentation for complex boolean
5429 expressions, where 'and then', 'or else' and parenthesis
5430 statements are mixed up.
5431 (ada-in-paramlist-p): Skip comments while searching for the
5432 beginning Fix handling of operator declarations.
5433 (ada-indent-align-comments): New variable
5434 (ada-indent-current): Change the syntax table only in the
5435 protected section, so that we are sure it is restored correctly.
5436 (ada-indent-on-previous-lines): Use ada-use-indent and
5437 ada-with-indent Correctly indent "select ... then"
5438 (ada-indent-region): Slight speedup.
5439 (ada-indent-renames): New variable.
5440 (ada-last-which-function-subprog, ada-last-which-function-line):
5441 New variables
5442 (ada-looking-at-semi-private): Correctly indent the 'private'
5443 keyword when it is the first word in a package declaration.
5444 (ada-loose-case-word): Stop searching if at the end of the buffer.
5445 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
5446 even if point is not initially at the end of the word.
5447 (ada-matching-decl-start-re): Add "when".
5448 (ada-mode): Add support for abbrev-mode, outline-mode and
5449 which-func-mode Override the old find-file.el entry in
5450 ff-special-constructs since it is using the obsolete
5451 ada-spec-suffix variable
5452 (ada-no-auto-case): New function
5453 (ada-scan-paramlist): When parsing the argument type, accept
5454 spaces (as in "X 'Class", generated by Rational Rose).
5455 (ada-other-file-name): No longer loads the other file.
5456 (ada-popup-menu): Save and restore the current buffer and cursor
5457 position before and after displaying the menu.
5458 (ada-search-ignore-complex-boolean): New function.
5459 (ada-uncomment-region): Emacs21 already knows how to delete
5460 comments not starting in the first column.
5461 (ada-use-indent): New variable
5462 (ada-which-function): New function.
5463 (ada-with-indent): New variable
5464 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
5465 can be batch-compiled from the command line.
5466
5467 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
5468 Add to the menu when the file is loaded, not in ada-mode-hook.
5469 Add -toolbar to the default ddd command Switches moved from
5470 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
5471 ada-prj-default-comp-opt
5472 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
5473 Reference Manual to the menu
5474 (ada-check-current): rewritten as a call to ada-compile-current
5475 (ada-compile): Removed.
5476 (ada-compile-application, ada-compile-current, ada-check-current):
5477 Set the compilation-search-path so that compile.el automatically
5478 finds the sources in src_dir. Automatic scrollong of the
5479 compilation buffer. C-uC-cC-c asks for confirmation before
5480 compiling
5481 (ada-compile-current): New parameter, prj-field
5482 (ada-complete-identifier): Load the .ali file before doing
5483 processing
5484 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
5485 conform to gnatmake's behavior.
5486 (ada-find-file-in-dir): New function
5487 (ada-find-references): Set the environment variables for gnatfind
5488 (ada-find-src-file-in-dir): New function.
5489 (ada-first-non-nil): Removed
5490 (ada-gdb-application): Add support for jdb, the java debugger.
5491 (ada-get-ada-file-name): Load the original-file first if not done
5492 yet.
5493 (ada-get-all-references): Handles the new ali syntax (parent types
5494 are found between <>).
5495 (ada-initialize-runtime-library): New function
5496 (ada-mode-hook): Always load a project file when a file is opened,
5497 so that the casing exceptions are correctly read.
5498 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
5499 (ada-parse-prj-file): Use find-file-noselect instead of find-file
5500 to open the project file, since the latter does not work with
5501 speedbar Get default values before loading the prj file, or the
5502 default executable file name is wrong. Use the absolute value of
5503 src_dir to initialize ada-search-directories and
5504 compilation-search-path,... Add the standard runtime library to
5505 the search path for find-file.
5506 (ada-prj-default-debugger): Was missing an opening '{'
5507 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
5508 variables.
5509 (ada-prj-default-gnatmake-opt): New variable
5510 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
5511 buffers, the project file is the default one Save the windows
5512 configuration before displaying the menu.
5513 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
5514 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
5515 ...) regexp-quote identifiers names to support operators +,
5516 -,... in regexps.
5517 (ada-remote): New function.
5518 (ada-run-application): Erase the output buffer before starting the
5519 run Support remote execution of the application. Use
5520 call-process, or the arguments are incorrectly parsed
5521 (ada-set-default-project-file): Reread the content of the active
5522 project file, not the one from the current buffer When a project
5523 file is set as the default project, all directories are
5524 automatically associated with it.
5525 (ada-set-environment): New function
5526 (ada-treat-cmd-string): New special variable ${current}
5527 (ada-treat-cmd-string): Revised. The substitution is now done for
5528 any ${...} substring
5529 (ada-xref-current): If no body was found, compiles the spec
5530 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
5531 compiler to get rid of command line length limitations.
5532 (ada-xref-get-project-field): New function
5533 (ada-xref-project-files): New variable
5534 (ada-xref-runtime-library-specs-path)
5535 (ada-xref-runtime-library-ali-path): New variables
5536 (ada-xref-set-default-prj-values): Default run command now does a
5537 cd to the build directory. New field: main_unit Provide a default
5538 file name even if the current buffer has no prj file.
5539
5540 * ada-prj.el:
5541 Rewritten to show a tabbed-dialog.
5542 (ada-prj-add-ada-menu): Remove the map and name parameters.
5543 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
5544 New function
5545 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
5546 (ada-prj-load-from-file): New function
5547 (ada-prj-save): Always save fields that depend on the current buffer
5548 (ada-prj-show-value): New function
5044b74a 5549
7972fcfc
GM
5550 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
5551 Ada mode. This will allow us to display the Ada menu in any buffer
5552 we want (for project items).
5553 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
5554 number of spaces in the header.
5044b74a 5555
8730a8da
DL
55562000-07-24 Dave Love <fx@gnu.org>
5557
5558 * ediff-init.el (ediff-region-help-echo): Bind face-help.
5559
db3ca487
NF
55602000-07-23 Noah Friedman <friedman@splode.com>
5561
ad953485
NF
5562 * type-break.el (type-break): perform autosave.
5563 Suggested by Stephen Gildea <gildea@intouchsys.com>.
5564 (type-break-do-query): Cancel query schedule while performing
5565 actual query, to avoid possibility of a second query being made
5566 while first one is already in progress.
5567 (type-break-time-stamp-format): New variable.
5568 (type-break-time-stamp): New function.
5569 (type-break-time-warning): Use it.
5570 (type-break-keystroke-warning): Use it.
5571 (type-break-noninteractive-query): Use it.
5572
03a9c6d0
NF
5573 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
5574 cookie.
5575 Use add-minor-mode to set minor-mode-alist, if available.
5576 (eldoc-echo-area-use-multiline-p): New user option.
5577 (eldoc-echo-area-multiline-supported-p): New variable.
5578 (eldoc-docstring-format-sym-doc): Use them.
5579 (eldoc-mode): If not using idle timers, append to local post and
5580 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
5581 (eldoc-display-message-no-interference-p): Don't interfere with
5582 edebug.
5583 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
5584 (eldoc-function-arglist): New function.
5585 (eldoc-function-argstring): Use it.
5586
db3ca487
NF
5587 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
5588 auto save directory exists before calling directory-files.
5589
f7ad1899
DL
55902000-07-23 Dave Love <fx@gnu.org>
5591
5592 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
5593 ^o, ^u.
5594
43e764c9
DL
55952000-07-21 Dave Love <fx@gnu.org>
5596
475de6f4
DL
5597 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
5598 now passed to the function. It now works properly.
5599
43e764c9
DL
5600 * smerge-mode.el (smerge-mode-menu): Fill it out.
5601
e8bea4c0
GM
56022000-07-20 Gerd Moellmann <gerd@gnu.org>
5603
5604 * info-look.el (info-lookup): If *info* is shown in another frame
5605 on the same display, select that frame, instead of switching to
5606 the Info buffer in another window of the selected frame.
5607
5608 * simple.el (universal-argument-map): Bind numeric keypad keys
5609 kp-0 to kp-9 and kp-subtract.
5610 (digit-argument): Handle these keys.
5611
bc75b4fd
DL
56122000-07-20 Dave Love <fx@gnu.org>
5613
5614 * net/goto-addr.el (goto-address-fontify): Don't bother with
5615 buffer-modified and read-only stuff -- irrelevant with overlays.
5616 Put an extra property on the overlays and use it to clean up in
5617 case goto-address is re-run.
5618
8b7bc628
RS
56192000-07-19 Richard M. Stallman <rms@gnu.org>
5620
18e21ce8
RS
5621 * timer.el (run-with-idle-timer): Doc fix.
5622
db3ca487 5623 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
5624 Handle case where <...> appears inside "...".
5625 Use replace-match to edit the string more simply.
5626 (rmail-dont-reply-to): Cope with an unmatched ".
5627
50575ec2
DL
56282000-07-19 Dave Love <fx@gnu.org>
5629
5630 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
5631 implementation.
5632
5633 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
5634 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
5635 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
5636
4279296d
GM
56372000-07-19 Gerd Moellmann <gerd@gnu.org>
5638
47db06aa
GM
5639 * textmodes/refer.el: Correct maintainer's email address.
5640
5641 * progmodes/hideif.el: Correct author's email address.
5642 Fix typo in comment.
5643
5644 * xml.el: New file.
5645
4279296d
GM
5646 * mail/mailheader.el: Correct author's mail address.
5647
5648 * gnus/parse-time.el: Correct author's mail address.
5649
47db06aa 56502000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
5651
5652 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
5653 New user options.
5654 (comint-input-ring-file-name): Change custom type.
5655 (comint-mode-map): Bind mouse-2.
5656 (comint-insert-clicked-input): New function.
5657 (comint-send-input): Handle input highlighting.
5658
21ad0f7b
SM
56592000-07-18 Stefan Monnier <monnier@cs.yale.edu>
5660
5661 * mouse.el (popup-menu): New function.
5662 (mouse-major-mode-menu): Use it.
5663
3b33a005
DL
56642000-07-18 Dave Love <fx@gnu.org>
5665
5666 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
5667 improvements.
5668
dc1cac59
GM
56692000-07-18 Gerd Moellmann <gerd@gnu.org>
5670
21ad0f7b 5671 * faces.el (face-font-selection-order)
dc1cac59 5672 (face-font-family-alternatives): Add custom type.
db3ca487 5673
f8276b77
DL
56742000-07-18 Dave Love <fx@gnu.org>
5675
5676 * cus-edit.el (custom-variable-reset-saved)
5677 (custom-variable-reset-standard): Remove unused bindings.
5678
5679 * rect.el (open-rectangle-line): Remove unused let.
5680
5681 * hl-line.el (hl-line-highlight): Check hl-line-mode.
5682
3d6cd763
GM
56832000-07-18 Gerd Moellmann <gerd@gnu.org>
5684
5685 * cdl.el: Fix `Maintainer' keyword.
5686
5687 * play/pong.el: Add author's email address.
5688
34342a07
SS
56892000-07-17 Sam Steingold <sds@gnu.org>
5690
5691 * files.el (insert-directory): Call `split-string' instead of
5692 re-implementing it.
5693
088831a6
GM
56942000-07-18 Gerd Moellmann <gerd@gnu.org>
5695
5696 * mail/vms-pmail.el: Change maintainer to FSF.
5697
5698 * net/goto-addr.el: Change maintainer to FSF.
5699
5700 * recentf.el: Update from author.
5701
5702 * info.el (Info-title-face-alist): Removed.
db3ca487 5703
68be2869
EZ
57042000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
5705
5706 * eshell/eshell.el (eshell): Replace links to eshell.info with
5707 links to eshell, to avoid problems on systems where the manual is
5708 installed as `eshell'.
5709 * eshell/esh-cmd.el (eshell-cmd): Ditto.
5710 * eshell/em-smart.el (eshell-smart): Ditto.
5711 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 5712 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
5713
5714 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
5715 same-file check in the MS-DOS version (it does support inodes).
5716
5717 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
5718
21ad0f7b
SM
5719 * eshell/eshell.el (eshell-directory-name):
5720 Run default directory name through convert-standard-filename.
68be2869 5721
269b4dcb
KH
57222000-07-18 Kenichi Handa <handa@etl.go.jp>
5723
21ad0f7b
SM
5724 * international/mule-cmds.el (select-safe-coding-system):
5725 Fix typo in the comment.
240a16cf 5726
21ad0f7b
SM
5727 * language/european.el (compound-text):
5728 Force katakana-jisx0201 to be designated to G1.
aa96c820 5729
21ad0f7b
SM
5730 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
5731 Don't translate some national variant characters of latin-jisx0201.
aa96c820 5732 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 5733
269b4dcb
KH
5734 * international/kkc.el (kkc-after-update-conversion-functions):
5735 New variable.
5736 (kkc-update-conversion): Run functions in it at the tail.
5737
68be2869 57382000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 5739
21ad0f7b
SM
5740 * lisp/align.el (align-newline-and-indent):
5741 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
5742 (align-region): Fixed badly formatted minibuffer message.
5743
7a3fd467
KH
57442000-07-17 Kenichi Handa <handa@etl.go.jp>
5745
21ad0f7b 5746 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
5747 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
5748 the conversion list at first if appropriate.
5749 (kkc-next): Don't update kkc-next-count here.
5750 (kkc-prev): Don't update kkc-prev-count here.
5751 (kkc-show-conversion-list-update): Fix setting up of conversion
5752 list message.
5753
a45423d8
SM
57542000-07-16 Stefan Monnier <monnier@cs.yale.edu>
5755
088831a6 5756 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 5757
91a38db1
DL
57582000-07-16 Dave Love <fx@gnu.org>
5759
5760 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
5761 function to be more specific.
5762
5763 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
5764 non-string help-echo.
5765 (widget-types-convert-widget): Defsubst it.
5766 (widget-echo-help): Try to cope with a help-echo function of two
5767 possible sorts.
5768
3fddcdc3
JR
57692000-07-15 Jason Rumney <jasonr@gnu.org>
5770
5771 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
5772 Declare as obsolete.
5773
5774 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
5775
bd23a692
GM
57762000-07-14 Gerd Moellmann <gerd@gnu.org>
5777
5778 * hilit-chg.el: Fix typo.
5779
d4af987a
DL
57802000-07-14 Dave Love <fx@gnu.org>
5781
5782 * info.el (Info-mode-menu): Fix use of :help, :enable.
5783
3a4f3f86
SM
57842000-07-14 Stefan Monnier <monnier@cs.yale.edu>
5785
5786 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
5787
cf6936a4
DL
57882000-07-13 Dave Love <fx@gnu.org>
5789
4d6d04b5
DL
5790 * emacs-lisp/easymenu.el: Doc fixes.
5791 (easy-menu-remove): Defalias to ignore.
5792
cf6936a4
DL
5793 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
5794 Call throw correctly.
5795
56437999
GM
57962000-07-13 Gerd Moellmann <gerd@gnu.org>
5797
5798 * faces.el (frame-background-mode): Doc fix.
5799
5800 * simple.el (eval-expression-print-length): Change custom type to
5801 allow entering nil as value.
5802
d04a3972
DL
58032000-07-13 Dave Love <fx@gnu.org>
5804
3a4f3f86
SM
5805 * progmodes/fortran.el (fortran-imenu-generic-expression):
5806 Change definition layout.
a8189dfe
DL
5807 (fortran-mode-menu): Reinstate customize entries.
5808
d04a3972
DL
5809 * cus-edit.el (custom-group-menu-create, customize-menu-create):
5810 Use :filter, per old XEmacs code.
5811
4bf4fb05
GM
58122000-07-12 Gerd Moellmann <gerd@gnu.org>
5813
5814 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
5815 event when deciding what to send to the terminal.
5816
37328bcd
DL
58172000-07-12 Dave Love <fx@gnu.org>
5818
5819 * cus-start.el: Add optional version as 4th element of specs and
5820 use it for several things new in v21. Remove load-path. Fix type
5821 of line-number-display-limit.
5822
89492072
DL
58232000-07-11 Dave Love <fx@gnu.org>
5824
3a4f3f86
SM
5825 * progmodes/fortran.el: Don't require easymenu.
5826 Use repeat counts in various regexps.
315aa1de
DL
5827 (fortran-mode-syntax-table): Defvar directly.
5828 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
5829 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
5830 Use defvar, not defconst.
5831 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
5832 (fortran-mode): Set fortran-comment-line-start-skip,
5833 fortran-comment-line-start-skip, dabbrev-case-fold-search.
5834 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
5835 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
5836 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
5837 (fortran-comment-region, fortran-electric-line-number): Simplify.
5838 (fortran-auto-fill): New function.
5839 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
5840 (fortran-find-comment-start-skip):
5841 Check for non-null comment-start-skip.
5842 (fortran-auto-fill-mode, fortran-fill-statement):
5843 Use fortran-auto-fill.
315aa1de 5844 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 5845 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 5846
89492072
DL
5847 * widget.el (widget-plist-member): New alias.
5848
d55ead18
EZ
58492000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
5850
5851 * eshell/esh-module.el (toplevel): Reference
5852 byte-compile-current-file only if it is bound.
5853
e82a2a05
GM
58542000-07-10 Gerd Moellmann <gerd@gnu.org>
5855
5856 * dired.el: Don't require `dired-aux'.
5857
1fc7fb2b
MB
58582000-07-10 Miles Bader <miles@lsi.nec.co.jp>
5859
5860 * dired-aux.el (dired-show-file-type): New function.
5861 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
5862 (dired-show-file-type): Add autoload.
5863
ab49ce15
KH
58642000-07-10 Kenichi Handa <handa@etl.go.jp>
5865
5866 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 5867 change of fontset-info.
ab49ce15
KH
5868 (print-fontset): Likewise.
5869
f45aab65
SM
58702000-07-09 Stefan Monnier <monnier@cs.yale.edu>
5871
5872 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
5873
2f72fd2f
GM
58742000-07-07 Gerd Moellmann <gerd@gnu.org>
5875
e82a2a05 5876 * bindings.el: Bind `[delete]' to delete-char.
965522f5 5877
2f72fd2f
GM
5878 * dired.el (dired-find-alternate-file): New function.
5879 (dired-mode-map): Bind `a' to dired-find-alternate-file.
5880 (toplevel): Require dired-aux when compiling.
5881 (dired-buffers): Move defvar within file to avoid compiler warning.
5882
5883 * info.el (Info-last-search): Variable removed.
5884 (Info-search-history): New variable.
5885 (Info-search): New Info-search-history.
5886
5887 * battery.el, info-look.el: Change author's mail address.
5888
965522f5 58892000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 5890
965522f5
GM
5891 * mail/rmail.el (rmail-clear-headers): Don't throw an error
5892 if rmail-ignored-headers is nil.
5893 (rmail-retry-failure): Bind rmail-ignored-headers and
5894 rmail-displayed-headers to nil.
5895
dd8888a1
GM
58962000-07-06 Gerd Moellmann <gerd@gnu.org>
5897
e5c81191
GM
5898 * lpr.el (lpr-page-header-switches): Add `-h' switch.
5899 (print-region-1): Don't hard code `-h' here.
5900
dd8888a1
GM
5901 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
5902
e5c81191
GM
59032000-07-01 Francesco Potorti` <pot@gnu.org>
5904
5905 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
5906 exim can use "your message" instead of "the message".
34342a07 5907
f45aab65
SM
59082000-07-06 Stefan Monnier <monnier@cs.yale.edu>
5909
5910 * facemenu.el: Docstrings fixes.
5911 (facemenu-get-face): Don't use internal-find-face.
5912 (facemenu-iterate): Rename arg to match the docstring.
5913
5914 * newcomment.el (uncomment-region): Be more careful when skipping
5915 backwards over `=' not to bump into BOBP.
5916
d396e521 59172000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 5918
dd8888a1
GM
5919 * ediff-diff.el (ediff-wordify): Use syntax table.
5920 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 5921 ediff-color-display-p.
dd8888a1 5922 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
5923 from defsubst.
5924 Got rid of special cases for NeXT and OS/2.
dd8888a1 5925 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 5926 face.
34342a07 5927
5e2dfaa4
SM
59282000-07-05 Stefan Monnier <monnier@cs.yale.edu>
5929
5930 * emacs-lisp/lucid.el: Require CL.
5931 (copy-tree, remprop): Remove, it's provided by CL.
5932 (map-keymap): Define in terms of cl-map-keymap.
5933 (extent-property, set-extent-end-glyph): New functions.
5934
5935 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
5936
d5c5cddd
GM
59372000-07-05 Gerd Moellmann <gerd@gnu.org>
5938
485266d0
GM
5939 * Makefile.in (DONTCOMPILE): Add comment that the name may
5940 not be changed without changing the make-dist script.
5941
5e2dfaa4 5942 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 5943 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 5944
e2c46326
AI
59452000-07-05 Andrew Innes <andrewi@gnu.org>
5946
5947 * makefile.nt: Add support for `bootstrap' and related targets.
5948
a027a91b
SM
59492000-07-05 Stefan Monnier <monnier@cs.yale.edu>
5950
5951 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
5952 (easy-menu-do-define): Use `menu-item' format.
5953 Handle case where easy-menu-create-menu returns a symbol.
5954 Manually call the potential top-level filter in the function binding.
5955 (easy-menu-filter-return): New arg NAME.
5956 Convert to a keymap if MENU is an XEmacs menu.
5957 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
5958 (easy-menu-converted-items-table, easy-menu-convert-item):
5959 New var and fun to memoize easy-menu-convert-item-1.
5960 (easy-menu-do-add-item): Use it.
5961 (easy-menu-create-menu): Use easy-menu-convert-item.
5962 Wrap easy-menu-filter-return around any :filter specification.
5963 Don't convert the menu if a filter was specified.
5964 Tell easy-menu-make-symbol not to check for MENU being an expression.
5965 (easy-menu-make-symbol): New arg NOEXP.
5966
5e03eb84
GM
59672000-07-05 Gerd Moellmann <gerd@gnu.org>
5968
5969 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
5970 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
5971 (eval-defun): If called with prefix arg, instrument code for
5972 Edebug.
5973
5974 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
5975 similar to that of eval-defun.
5976
fca68a95
DL
59772000-07-04 Dave Love <fx@gnu.org>
5978
7ccbba4c
DL
5979 * hl-line.el (hl-line-overlay): Make it permanent-local.
5980
fca68a95
DL
5981 * calendar/todo-mode.el: Replaced with a working version, based on
5982 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
5983
59842000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
5985
5986 * paths.el (prune-directory-list): New function.
5987 (Info-default-directory-list): Rewritten to more methodically
5988 enumerate a big list of possible info directories (based on the
5989 list used by the standalone info reader).
fca68a95 5990
78e7e8a0 5991 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 5992 non-existent directories from Info-directory-list.
78e7e8a0 5993
78e7e8a0
MB
5994 * paths.el (Info-default-directory-list): Try a list of possible
5995 info-directories instead of a single one. Add the possible
5996 info directory "/usr/share/info".
5997
5998 * woman.el (woman-man.conf-path): Explicitly include the debian
5999 man-db config file "/etc/manpath.config".
6000 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
6001 are present in `manpath.config'.
6002 (woman-manpath): Include "/usr/share/man".
6003
67c9a1d2
GM
60042000-07-03 Gerd Moellmann <gerd@gnu.org>
6005
6753393b
GM
6006 * frame.el (blink-cursor-mode): Don't hide cursor initially.
6007
6008 * startup.el (command-line): Initialize blink-cursor based
6009 on window-system.
6010
e4f98ad3
GM
6011 * frame.el (blink-cursor): Default to nil if not running under
6012 a window-system.
6013
2f516940
GM
6014 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
6015 (face-x-resources): Remove duplicate entry for :font.
6016
67c9a1d2
GM
6017 * textmodes/refer.el (refer-find-entry-internal): Use some-window
6018 instead of cycling through windows with next-window.
6019
6020 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
6021 of cycling through windows with next-window.
6022
6023 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
6024 of cycling through windows with next-window.
6025
6026 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
6027 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
6028 instead of cycling through windows with next-window.
6029
6030 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
6031 instead of cycling through windows with next-window.
6032
6033 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
6034 of cycling through windows with next-window.
6035
6036 * terminal.el (te-process-output): Use walk-windows instead of
6037 cycling through windows with next-window.
6038
6039 * server.el (server-switch-buffer): Use some-window instead of
6040 cycling through windows with next-window.
6041
6042 * window.el (some-window): New function.
6043 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 6044
3a4f3f86 6045 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 6046
8b7bc628 60472000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
6048
6049 * window.el (walk-windows): Guarantee termination by keeping a list
6050 of all the windows already handled.
6051
d0d57043
EZ
60522000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
6053
6054 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
6055 window-system.
6056
6057 * man.el (Man-notify-when-ready): Don't use window-system. If
6058 Man-notify-method is newframe, and the display is not
6059 multi-frame, select the frame created for the man page.
6060 (Man-init-defvars): Doc fix.
6061
d5483ab1
GM
60622000-06-28 Gerd Moellmann <gerd@gnu.org>
6063
af5c25e1
GM
6064 * faces.el (region): Change background color for light background.
6065
6066 * ediff-wind.el (ediff-setup-control-frame): Remove :box
6067 attribute from mode-line face of Ediff control frame.
6068
d5483ab1
GM
6069 * replace.el (query-replace-map): Bind `e' like `E'.
6070
9d47450f
EZ
60712000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
6072
3a4f3f86
SM
6073 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
6074 Change name to "Select All".
496b7491 6075
9d47450f
EZ
6076 * dos-fns.el (convert-standard-filename): Fix last change.
6077
0b431deb
GM
60782000-06-27 Gerd Moellmann <gerd@gnu.org>
6079
4fa9f636
GM
6080 * help.el (describe-variable): Don't insert a second `'s' in front
6081 of the string `value is shown below'. Since the syntax-table is
6082 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
6083 an existing `'s', so that this won't be deleted.
6084
0b431deb
GM
6085 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
6086 * pcmpl-unix.el: New files.
6087
32cad0aa
SM
60882000-06-26 Stefan Monnier <monnier@cs.yale.edu>
6089
6090 * wid-edit.el (widget-member): Use the new plist-member.
6091
2c69ced2
GM
60922000-06-26 Gerd Moellmann <gerd@gnu.org>
6093
44c0f771
GM
6094 * replace.el (perform-replace): Undo change of 2000-04-04.
6095 Instead, move backward 1 character at the end of the loop when
6096 necessary.
34342a07 6097
1d36487c
GM
6098 * faces.el (fringe): Change face for different backgrounds.
6099
6100 * eshell/esh-module.el (toplevel): Load defgroup's differently;
6101 patch from John.
6102
2c69ced2
GM
6103 * eshell/*.el: Change spelling of the Free Software Foundation.
6104
6105 * eshell/esh-toggle.el: Removed.
6106
6107 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
6108
6109 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
6110 interactively.
6111
61122000-06-26 Alex Schroeder <alex@gnu.org>
6113
6114 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
6115 `define-key'; instead of checking `(emacs-version)' check for
6116 `set-keymap-parent' and `set-keymap-name' directly. Add entries
6117 for `;' and `o' which might be electric.
6118
6119 (sql-electric-stuff): New user option.
6120 (sql-magic-go): New function which uses `sql-electric-stuff'.
6121 (sql-magic-semicolon): New function which uses
6122 `sql-electric-stuff'.
6123
6124 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
6125 is not fboundp.
6126
6127 (sql-oracle-options): New variable.
6128 (sql-oracle): Use it.
6129
6130 (sql-imenu-generic-expression): Doc change.
6131 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
6132 is used.
6133
6134 (sql-informix): Added command line parameter "-" to force
6135 sql-informix-program to use stdout.
6136
db1306d8
EZ
61372000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
6138
3a4f3f86 6139 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
6140 (cp864-decode-table): Doc fix.
6141 (cp720-decode-table): New variable, supports the Arabic OEM
6142 codepage used by Windows.
6143 (cp737-decode-table): New, Greek OEM codepage used by Windows.
6144
c69e5fcd
DL
61452000-06-23 Dave Love <fx@gnu.org>
6146
6147 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
6148 (font-lock-fontify-anchored-keywords): Use
6149 line-beginning-position.
6150 (global-font-lock-mode): Use mapc.
6151
30ad8f23
SM
61522000-06-23 Stefan Monnier <monnier@cs.yale.edu>
6153
6154 * eshell/esh-module.el: Require CL when compiling.
6155
26b4dc84
GM
61562000-06-23 Gerd Moellmann <gerd@gnu.org>
6157
78c56e70
GM
6158 * comint.el (comint-substitute-in-file-name): Call replace-match
6159 with second and third arg t.
6160
34342a07 6161 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
6162 Specify foreground color.
6163
6164 * faces.el (tool-bar, mode-line, header-line): Specify foreground
6165 color.
6166
affbf647
GM
6167 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
6168
6169 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
6170 cddr instead of cdddr.
6171
25fffb31
GM
6172 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
6173 instead of copy-list.
6174
6175 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
6176 of copy-list.
6177
26b4dc84
GM
6178 * subdirs.el: Add eshell subdirectory.
6179
6180 * eshell: New subdirectory containing the Eshell package.
6181
6182 * pcomplete.el: New file.
6183
78c56e70
GM
61842000-06-23 Paul Eggert <eggert@twinsun.com>
6185
ea055732
GM
6186 * mail/mailpost.el (post-mail-send-it): Make sure file has
6187 proper permissions from birth.
6188
6189 * files.el (basic-save-buffer-2): When temporarily setting
6190 file modes, set them to current modes plus 0200, not to 0777.
6191
78c56e70
GM
6192 * emerge.el (emerge-make-temp-file): Make sure file has proper
6193 permissions from birth.
6194
a3a7ff33
EZ
61952000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
6196
6197 * files.el (make-backup-file-name-1): On DOS/Windows, run the
6198 backup file name through convert-standard-filename.
6199
6200 * dos-fns.el (convert-standard-filename): Convert leading
6201 directories as well. When long file names are supported, convert
6202 characters that are invalid in Windows file names.
6203
1fd9b7fe
GM
62042000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6205
6206 * ps-print.el: Fix bug: if ^L is the very first buffer character,
6207 ps-print crashes. New feature: page selection for printing. Create
6208 raw-text-unix coding system for XEmacs. Doc fix.
6209 (ps-print-version): New version number (5.2.3).
6210 (ps-plot-region): Bug fix.
6211 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
6212 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
6213 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
6214 funs.
6215 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
6216 (ps-last-page): New vars.
6217
16ed8416
GM
62182000-06-21 Gerd Moellmann <gerd@gnu.org>
6219
6220 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
6221 empty option string.
6222
4fbee715
EZ
62232000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
6224
6225 * man.el (man): Doc fix.
6226
eaecfc94
KH
62272000-06-21 Kenichi Handa <handa@etl.go.jp>
6228
6229 * international/mule-cmds.el (set-language-info-alist): Docstring
6230 fixed.
6231
4a27bdfb
GM
62322000-06-20 Gerd Moellmann <gerd@gnu.org>
6233
6234 * version.el (emacs-version): Use ISO date format.
6235
6236 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
6237 instead of `M-backspace'.
6238
6239 * simple.el (turn-off-auto-fill): New function.
6240
8972fe79
SM
62412000-06-20 Stefan Monnier <monnier@cs.yale.edu>
6242
6243 * jit-lock.el (with-buffer-prepared-for-jit-lock):
6244 Renamed from with-buffer-prepared-for-font-lock and use
6245 inhibit-modification-hooks rather than setting *-change-functions.
6246 Update all functions to use the new name.
6247 (jit-lock-first-unfontify-pos): New semantics (and doc).
6248 (jit-lock-mode): Make non-interactive.
6249 Don't automatically turn on font-lock.
6250 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
6251 Always use jit-lock-after-change.
6252 Remove and restore font-lock-after-change-function.
6253 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
6254 (jit-lock-after-unfontify-buffer): Remove.
6255 (jit-lock-stealth-fontify):
6256 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
6257 (jit-lock-after-change): Set the `fontified' text-prop to nil.
6258
5d80cc9c
SS
62592000-06-20 Sam Steingold <sds@gnu.org>
6260
6261 * emacs-lisp/cl-indent.el (toplevel): Indent
6262 `print-unreadable-object' properly. Untabify.
6263
f54e4d13
CD
62642000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
6265
6266 * textmodes/reftex.el (reftex-find-citation-regexp-format):
6267 Support for bibentry.
6268 (reftex-compile-variables): Fixed problem with end of section-re.
6269
6270 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
6271 reftex-view-crossref-from-bibtex):
6272 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
6273 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
6274 Replaced `remprop' with `put'.
8972fe79
SM
6275 (reftex-view-crossref, reftex-view-crossref-when-idle):
6276 Support for bibentry.
f54e4d13 6277
8972fe79
SM
6278 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6279 New entry for bibentry package.
f54e4d13 6280
8972fe79
SM
6281 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
6282 Regexp also matches "\nobibliography".
f54e4d13 6283
8972fe79
SM
6284 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
6285 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
6286 (reftex-ensure-write-access): New function.
6287
f54e4d13
CD
62882000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
6289
6290 * progmodes/idlwave.el: File re-installed (update to version 4.2)
6291
6292 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
6293
6294 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
6295
6296 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
6297
6298
560c43f4
DL
62992000-06-20 Dave Love <fx@gnu.org>
6300
6301 * faces.el (frame-background-mode): Use set-default, not set, in
6302 setter.
6303 (frame-update-faces, frame-update-face-colors): Define with
6304 defalias.
6305
6306 * enriched.el (enriched-decode-foreground)
6307 (enriched-decode-background): Don't use internal-find-face.
6308
6309 * apropos.el: Doc fixes.
6310
6311 * cus-edit.el (customize-changed-options): Check arg.
6312 (customize-version-lessp): Don't require decimal point.
6313
6314 * custom.el (defcustom, defgroup): Doc fix.
6315
6316 * newcomment.el (comment) <defgroup>: Add :version.
6317 (comment-multi-line): Doc fix.
6318
6319 * emulation/mlsupport.el (define-hooked-local-abbrev,
6320 define-hooked-global-abbrev): Fix, using define-abbrev.
6321
cdf0357b
GM
63222000-06-19 Gerd Moellmann <gerd@gnu.org>
6323
6324 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
6325 the whole buffer.
6326
10013d74
DL
63272000-06-19 Dave Love <fx@gnu.org>
6328
6329 * menu-bar.el (menu-bar-options-save): New function.
6330 (menu-bar-options-menu): Use it.
6331 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
6332 Simplify.
6333
6922f208
AS
63342000-06-19 Andreas Schwab <schwab@suse.de>
6335
6336 * progmodes/etags.el (tags-query-replace): Put new parameters
6337 START and END at the end, for backward compatibility.
6338
10d7bf84
KH
63392000-06-19 Kenichi Handa <handa@etl.go.jp>
6340
6341 * international/codepage.el:
6342 (cp-coding-system-for-codepage-1): Delete special codes for
6343 generating xxx-dos coding system because now a CCL based coding
6344 system can handle EOL conversion by default.
6345
6346 * international/mule.el (make-coding-system): Generate subsidiary
6347 coding systems for EOL handling variants even for a CCL based
6348 coding system.
6349
8f3c9a3d
KH
63502000-06-19 Kenichi Handa <handa@etl.go.jp>
6351
6352 * international/isearch-x.el (isearch-minibuffer-input-method)
6353 (isearch-minibuffer-input-method-function): These variables
6354 deleted.
6355 (isearch-with-input-method): Don't use the above variables.
6356 (isearch-process-search-multibyte-characters): Likewise. Call
6357 read-string with the arg INHERIT-INPUT-METHOD t.
6358
c2acf685
SM
63592000-06-17 Stefan Monnier <monnier@cs.yale.edu>
6360
13f0d185
SM
6361 * font-lock.el (font-lock-after-fontify-buffer)
6362 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
6363
6364 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
6365 Use consistent make-local-variable style for font-lock-fontified.
6366 (jit-lock-fontify-buffer):
6367 Don't bother checking for font-lock-mode and jit-lock-mode.
6368
c2acf685
SM
6369 * time.el: Remove trailing ^M that prevent CVS-merging.
6370
a9021acd
GM
63712000-06-16 Gerd Moellmann <gerd@gnu.org>
6372
6373 * Makefile.in (distclean): New target.
5d80cc9c 6374
0df68e9f
SM
63752000-06-16 Stefan Monnier <monnier@cs.yale.edu>
6376
6377 * Makefile.in (srcdir): Define for update-subdirs.
6378
6344985d
GM
63792000-06-16 Gerd Moellmann <gerd@gnu.org>
6380
6381 * find-lisp.el: New file.
6382
63239267
AI
63832000-06-16 Andrew Innes <andrewi@gnu.org>
6384
6385 * time.el (display-time-mail-function): New variable, to allow
6386 external packages to indicate when new mail is available.
6387 (display-time-update): Use it.
6388
1699f991
KH
63892000-06-16 Kenichi Handa <handa@etl.go.jp>
6390
a3b37893
KH
6391 * international/mule.el (mule-version): Change version name to
6392 SAKAKI. AOI has already been used by Meadow.
6393
1699f991
KH
6394 * international/quail.el (quail-show-guidance-buf): To find the
6395 bottom window (but minibuffer), pay attention to the height of
6396 minibuffer.
6397
228b083e
EZ
63982000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
6399
7d5c8691
EZ
6400 * arc-mode.el (archive-mode-map): Use the new menu-item format for
6401 menu-bar menus. Add help strings. Don't remove the Edit menu
6402 from the menu bar, as the menu bar has enough space now.
6403
261f3289
EZ
6404 * Makefile.in (SHELL): Make sure /bin/sh is used.
6405
228b083e
EZ
6406 * woman.el (woman-man-buffer): Fix bold and underlined CJK
6407 characters, which use series of two ^H characters instead of one.
6408
e27e8d71
GM
64092000-06-15 Gerd Moellmann <gerd@gnu.org>
6410
5d80cc9c 6411 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 6412 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 6413 functions.
451ec4e3
GM
6414 (Info-find-node-2): Try a case-sensitive search first, then
6415 do a case-insensitive search.
6416
6417 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
6418 tutorials.
6419
b675095c
GM
6420 * complete.el (PC-env-vars-alist): New variable.
6421 (PC-complete-as-file-name): New function.
6422 (partial-completion-mode): Initialize PC-env-vars-alist from
6423 process-environment.
6424 (PC-do-completion): Handle completion of env vars.
6425
6426 * info.el (Info-set-mode-line): Show file name in mode line,
6427 use `*Info*' instead of `Info:'.
6428
e27e8d71
GM
6429 * startup.el (command-line-1): Change copyright messages to year
6430 2000.
6431
28223a7e
DL
64322000-06-15 Dave Love <fx@gnu.org>
6433
6434 * net/goto-addr.el (goto-address-fontify): Use keymap property,
6435 not local-map.
6436
32684631
KH
64372000-06-15 Kenichi Handa <handa@etl.go.jp>
6438
6439 * international/mule.el (set-buffer-file-coding-system): Almost
6440 rewritten to handle `undecided' as no-op.
6441
9f817ea4
GM
64422000-06-14 Gerd Moellmann <gerd@gnu.org>
6443
e27e8d71 6444 * Makefile.in: New file.
dce6b995
GM
6445
6446 * Makefile: Removed.
6447
9f817ea4
GM
6448 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
6449 (goto-address-highlight-keymap): Bind C-c RET.
6450
2de33f94
KH
64512000-06-14 Kenichi Handa <handa@etl.go.jp>
6452
bbf1e8a5
KH
6453 * mail/sendmail.el (sendmail-send-it): The temporary buffer
6454 inherits buffer-file-coding-system of the current buffer.
725a6897 6455
02891cc3
KH
6456 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
6457 0. Give correct argument to set-auto-coding-function.
6458 (tar-expunge): For goto-char, use (point-min), not 0.
6459 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
6460 (tar-subfile-save-buffer): Likewize.
6461
2de33f94
KH
6462 * international/mule.el
6463 (after-insert-file-set-buffer-file-coding-system): Call
6464 set-buffer-file-coding-system with the arg FORCE t.
6465
1681ead6
GM
64662000-06-13 Gerd Moellmann <gerd@gnu.org>
6467
6468 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
6469 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 6470 the sender is set with `-f'.
1681ead6 6471
fdf4b680
DL
64722000-06-13 Dave Love <fx@gnu.org>
6473
9c50afce
DL
6474 * help.el (describe-function-1): Kluge around cases of functions
6475 fset to subrs whose doc doesn't match their symbol-name.
6476
0ad550ba 6477 * image.el (insert-image): Default STRING to a space.
f290ca08 6478
fdf4b680 6479 * info.el Doc fixes.
5d80cc9c 6480 (Info-build-node-completions): Match Ref tags.
fdf4b680 6481
9b6610db
EZ
64822000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
6483
a704139d
EZ
6484 * frame.el (display-multi-frame-p, display-multi-font-p): New
6485 defaliases for display-graphic-p.
6486
9b6610db
EZ
6487 * hl-line.el: Fixed a typo in commentary.
6488
7a5ea398
KH
64892000-06-13 Kenichi Handa <handa@etl.go.jp>
6490
6491 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
6492 fixed.
6493
0dc91c57
DL
64942000-06-12 Dave Love <fx@gnu.org>
6495
6496 * image.el (insert-image): Save a little consing.
6497
0bd5914b
KH
64982000-06-12 Kenichi Handa <handa@etl.go.jp>
6499
6500 * language/tibet-util.el: Convert all tibetan-1-column characters
6501 to the corresponding tibetan characters.
6502 (tibetan-add-components): Delete code for the special treatment of
6503 'a chung.
6504
6505 * language/tibetan.el (tibetan-composable-pattern): Fix previous
6506 change.
6507 (tibetan-vowel-transcription-alist): More rules added.
6508 (tibetan-composite-vowel-alist): New variable.
6509 (tibetan-precomposition-rule-alist): More rules added.
6510
6dc7d3d5
SM
65112000-06-12 Stefan Monnier <monnier@cs.yale.edu>
6512
9c04c393
SM
6513 * startup.el (command-line): Only call menu-bar-mode if interactive.
6514
6515 * thingatpt.el (toplevel symbol-properties):
6516 * textmodes/makeinfo.el (makeinfo-compile):
6517 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 6518 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 6519 (hide-ifdef-use-define-alist):
5d80cc9c 6520 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
6521 (ange-ftp-vms-add-file-entry):
6522 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
6523 * man.el (Man-build-man-command):
6524 * mail/rnewspost.el (news-reply-header-hook):
6525 * info.el (Info-insert-dir):
6526 * emulation/mlconvert.el (backward-word, forward-word, setq):
6527 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
6528 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
6529 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
6530 (byte-optimize-apply, end of file):
6531 * emacs-lisp/advice.el (ad-advice-class-completion-table)
6532 (ad-make-freeze-definition):
6533 * startup.el (command-line, command-line-1): Don't quote lambdas.
6534
6dc7d3d5
SM
6535 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
6536 (cvs-cleanup-removed): New function.
6537 (cvs-cleanup-functions): New var.
6538 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
6539 some flexibility in specifying additional entries to auto-cleanup.
6540 (cvs-quickdir): New function.
6541 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
6542 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
6543 (cvs-mode-find-file): Check that we are on a filename or dirname
6544 when invoked through a mouse-click.
6545 (cvs-full-path): Remove.
6546 (cvs-dired-action): Re-introduced.
6547 (cvs-dired-noselect): Use it.
6548 (vc-post-command-functions): use this new hook if available.
6549
6550 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
6551 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
6552 (cvs-filename-map, cvs-dirname-map): Remove.
6553 (cvs-default-action): Remove.
6554 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
6555 if the arg is really a keymap.
6556 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
6557 Don't hardcode the mapping from state (aka type) to face, but check
6558 the var cvs-fi-<type>-face instead.
6559 (cvs-fileinfo-from-entries): New function.
6560
6561 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
6562 Docstring fix.
6563 (cvs-find-file-and-jump): Change default to be safer.
6564 (cvs-mode-diff-map): Define it as a function as well.
6565 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
6566 Bind mouse-2 in this global map rather than with text-properties.
6567
6568 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
6569 file to resolve the ambiguity between C(conflict) and C(need-merge).
6570
5050a2ef
KH
65712000-06-12 Kenichi Handa <handa@etl.go.jp>
6572
6573 * international/mule.el (set-buffer-file-coding-system): If
6574 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
6575 unconditionally.
6576
35a7ac84
DL
65772000-06-12 Dave Love <fx@gnu.org>
6578
6579 * wid-edit.el (widget-specify-button): Really suppress the face if
6580 required.
6581
db8eeecd
GM
65822000-06-11 Gerd Moellmann <gerd@gnu.org>
6583
6584 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
6585
70223ca4
SM
65862000-06-11 Stefan Monnier <monnier@cs.yale.edu>
6587
6588 * imenu.el (imenu-generic-expression): Docstring fix.
6589
6590 * composite.el (composition-function-table): Move the `put'
6591 below the autoload cookie so we can load the file before loaddefs.
6592
6593 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
6594
6595 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
6596 Handle easy-mmode-define-global-mode.
6597 For complex macros like define-minor-mode that can generate
6598 several autoload entries, try to autoload entries in the
6599 macroexpanded code.
6600
6601 * emacs-lisp/easy-mmode.el (define-minor-mode):
6602 If KEYMAP is a symbol, just use it.
6603 Use byte-compile-current-file and load-file-name to infer the
6604 proper :require to pass to defcustom.
6605 Wrap the hook var into `progn' so as not to autoload it.
6606 Add a :autoload-end cookie.
6607 Be more careful about the evaluation of KEYMAP.
6608 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
6609 (define-derived-mode): Move define-abbrev-table outside of defvar.
6610
66112000-06-10 Stefan Monnier <monnier@cs.yale.edu>
6612
6613 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
6614 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
6615 (backup-compiled-files): Ignore errors during `tar'.
6616 (bootstrap): Make autoloads before elc files.
6617
9c53b34e
KH
66182000-06-10 Kenichi Handa <handa@etl.go.jp>
6619
6620 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 6621 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
6622
6623 * international/mule-conf.el (unix): New alias for the coding
6624 system undecided-unix.
6625
22ddd299
DL
66262000-06-09 Dave Love <fx@gnu.org>
6627
5ee42746
DL
6628 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
6629
70223ca4 6630 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
6631 (executable-insert): Change custom type.
6632 (executable-find): Add autoload cookie.
cc7e1d18
DL
6633 (executable-make-buffer-file-executable-if-script-p): New
6634 function. After Noah Friedman.
22ddd299
DL
6635
6636 * files.el (after-save-hook): Customize, with
cc7e1d18 6637 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 6638
41ea3794
KH
66392000-06-09 Kenichi Handa <handa@etl.go.jp>
6640
f89437e3
KH
6641 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
6642 "tib24p-mule.bdf" for Tibetan.
6643
7a4ee259
KH
6644 * composite.el (decompose-composite-char): Declare it as obsolete.
6645
ff6a65c2
KH
6646 * man.el (Man-fontify-manpage): Pay attention to underline and
6647 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 6648
f83fe4b4
GM
66492000-06-08 Gerd Moellmann <gerd@gnu.org>
6650
6651 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
6652 Set maintainer to FSF since author isn't reachable.
6653
e56d7900
DL
66542000-06-08 Dave Love <fx@gnu.org>
6655
6656 * international/mule-cmds.el (select-safe-coding-system): If
6657 DEFAULT-CODING-SYSTEM is not specified, also check the most
6658 preferred coding-system if buffer-file-coding-system is
6659 `undecided'. From Handa.
6660
d3981b49
KH
66612000-06-08 Kenichi Handa <handa@etl.go.jp>
6662
6663 * international/mule.el
6664 (after-insert-file-set-buffer-file-coding-system): If the buffer
6665 size is greater than INSERTED, judget that we are not visiting.
6666
bff71087
RV
66672000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
6668
6669 * whitespace.el (defgroup whitespace): Comment out `:version'.
6670 XEmacs 20.4 has problems defining the group with this present.
6671 We'll have this commented out till get resolve the problem.
6672
45f485a6
GM
66732000-06-07 Gerd Moellmann <gerd@gnu.org>
6674
6675 * align.el: Update from author.
6676
66772000-06-07 Jari Aalto <jari.aalto@poboxes.com>
6678
6679 * apropos.el (apropos-mode-hook): New user variable.
6680 (apropos-mode): Run apropos-mode-hook.
bff71087 6681
45f485a6
GM
66822000-06-07 David Ponce <david@dponce.com>
6683
6684 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
6685 commands. Require `wid-edit' at run-time.
6686
66872000-06-07 David Ponce <david@dponce.com>
6688
6689 * recentf.el: Added some "Commentary".
6690 (recentf-open-more-files, recentf-edit-list): Minor changes to
6691 move the point at the top of the file list. This behaviour is
6692 consistent with the menu one when the list contains a lot of
6693 files.
6694 (recentf-cleanup): Now displays the number of items removed from
6695 the list.
6696 (recentf-relative-filter) New menu filter to show filenames
6697 relative to `default-directory'.
bff71087 6698
45f485a6
GM
66992000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6700
6701 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
6702 with/without giving an error if PostScript printer doesn't have this
6703 kind of page size. Zebra Stripe continues or restarts on next page.
6704 Manual/automatic paper feeding. Switch or not the header.
6705 (ps-print-version): New version number (5.2.2).
6706 (ps-windows-system): Include emx as a Windows system.
6707 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
6708 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
6709 (ps-background-text): Code fix.
6710 (ps-error-handler-message, ps-user-defined-prologue)
6711 (ps-print-prologue-header, ps-printer-name)
6712 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
6713 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
6714 (ps-use-face-background): Customization fix.
6715 (ps-n-up-database): Data fix.
6716 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
6717 (ps-switch-header): New vars.
6718 (ps-xemacs-color-name, ps-face-foreground-name)
6719 (ps-face-background-name, ps-boolean-constant): New funs.
6720
c14dcd22
DL
67212000-06-07 Dave Love <fx@gnu.org>
6722
6723 * allout.el: New version from Manheimer.
6724
e4044bb0
KH
67252000-06-07 Kenichi Handa <handa@etl.go.jp>
6726
6727 * textmodes/fill.el (fill-find-break-point): Check the validity of
6728 charset.
6729
59cfe8b9
KF
67302000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
6731
6732 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6733 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6734 Call display-color-p and display-mouse-p instead of looking at
6735 window-system.
6736
bb2337f5
DL
67372000-06-06 Dave Love <fx@gnu.org>
6738
6739 * image.el (find-image): Doc fix. Return nil if image not found.
6740 (put-image, insert-image): Make STRING arg optional.
6741
8e624fa2
KH
67422000-06-06 Kenichi Handa <handa@etl.go.jp>
6743
6744 * language/vietnamese.el: Remove eval-when-compile.
6745 (viet-viscii-nonascii-translation-table): Define it as a
6746 translation table made from viet-viscii-decode-table.
6747 (viet-viscii-encode-table): Define it as a translation table made
6748 from the reverse map of above.
6749 (viet-vscii-nonascii-translation-table): Define it as a
6750 translation table made from viet-vscii-decode-table.
6751 (viet-vscii-encode-table): Define it as a translation table made
6752 from the reverse map of above.
6753 (ccl-decode-viscii): Use translate-character.
6754 (ccl-encode-viscii, ccl-encode-viscii-font)
6755 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
6756 Likewize.
bff71087 6757
8e624fa2
KH
6758 * language/cyrillic.el: Remove eval-when-compile.
6759 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
6760 translation table made from cyrillic-koi8-r-decode-table.
6761 (cyrillic-koi8-r-encode-table): Define it as a translation table
6762 made from the reverse map of above.
6763 (ccl-decode-koi8): Use translate-character.
6764 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
6765 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
6766 a translation table made from cyrillic-alternativnyj-decode-table.
6767 (cyrillic-alternativnyj-encode-table): Define it as a translation
6768 table made from the reverse map of above.
6769 (ccl-decode-alternativnyj): Use translate-character.
6770 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
6771 Likewize
6772
6773 * international/mule-diag.el (non-iso-charset-alist): Specify
6774 translation table symbol instead of translation table itself.
6775 (list-block-of-chars): CHARSET may be a translation table symbol.
6776
6777 * international/mule.el (make-coding-system): If CODING-SYSTEM
6778 already exists, override it.
6779
6780 * international/fontset.el: Use family `proportional' for Tibetan
6781 fonts.
6782
6783 * international/ccl.el (ccl-compile-translate-character): Don't
6784 check if Rrr has property translation-table.
6785 (ccl-compile-map-multiple): Modified to avoid compiler warning.
6786
1969fae2
GM
67872000-06-05 Gerd Moellmann <gerd@gnu.org>
6788
6789 * info.el: Bind case-fold-search to t when searching in case
6790 a user sets it to nil in a hook.
6791
d5b037c5
SM
67922000-06-05 Stefan Monnier <monnier@cs.yale.edu>
6793
d3d02e65
SM
6794 * autoarg.el (autoarg-mode, autoarg-kp-mode):
6795 * hl-line.el (hl-line-mode): Use the new :global key argument.
6796
6797 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
6798 (tar-clip-time-string): Prepend a space.
6799 (tar-grind-file-mode): Construct a string rather than modifying one.
6800 (tar-header-block-summarize): Fix docstring.
6801 Use `format' rather than an error-prone set of copy-loops.
6802
6803 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
6804 (diff-goto-source, diff-unified->context, diff-context->unified)
6805 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
6806 understand the format output by the `-p' argument to diff.
6807
bff71087 6808 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
6809 (sh-re-done): Use defconst.
6810 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
6811 (sh-help-string-for-variable, sh-guess-basic-offset):
6812 Don't quote lambdas.
6813 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
6814 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
6815
f7c4478f
SM
6816 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
6817 (mh-letter-mode): Derive from text-mode.
6818 This implicitly means that it now calls kill-all-local-variables.
6819 Also remove the Emacs-18 compatibility code.
6820
a8add29d
SM
6821 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
6822 Make use of symbol-property doc-string-elt.
6823 Use memq rather than a sequence of eq.
6824 (doc-string-elt): Fix the wrong or missing previously unused values.
6825 (autoload-print-form): New function extracted from
6826 generate-file-autoloads to allow recursion when handling progn
6827 so that defvar's and defun's docstrings are properly printed.
6828 (generate-file-autoloads): Use it.
6829
d5b037c5
SM
6830 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
6831 Use find-file-hooks in the minor-mode function.
6832 Be careful not to loop indefinitely in the post-command-hook function.
6833
560ef11a 68342000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 6835
1969fae2 6836 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 6837 tty's.
1969fae2 6838 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 6839 differences whenever appropriate.
1969fae2
GM
6840 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
6841 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
6842 wildcards.
6843
b5bbbb76
SM
68442000-06-04 Stefan Monnier <monnier@cs.yale.edu>
6845
d5b037c5
SM
6846 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
6847 (jit-lock-fontify-buffer): New function for JIT refontification.
6848 (jit-lock-mode): Fix docstring.
6849 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
6850 Remove jit-lock-after-change from the _local_ hook.
6851 (jit-lock-function-1): Fix docstring.
6852
6853 * info.el (Info-on-current-buffer): Initialize info.
6854
6855 * newcomment.el (comment-indent): Ignore comment-indent-hook.
6856
6857 * progmodes/tcl.el (tcl-indent-for-comment):
6858 Ignore comment-indent-hook.
6859
6860 * emacs-lisp/easy-mmode.el: Require CL during compilation.
6861 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
6862 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
6863 and improve to use the lighter to guess the capitalization.
6864 (define-minor-mode): Inline code from easy-mmode-define-toggle.
6865 Add keyword arguments to specify global-ness or the custom group.
6866 Add local-map and help-echo properties to the lighter.
6867 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 6868 (easy-mmode-define-global-mode): New macro.
b5bbbb76 6869
bfa6c260
DL
68702000-06-02 Dave Love <fx@gnu.org>
6871
6872 * wid-edit.el: byte-compile-dynamic since we typically don't use
6873 all the widgets. Don't require cl or widget. Remove
6874 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
6875 (widget-read-event): Removed. Callers changed to use read-event.
6876 (widget-button-release-event-p): Renamed from
6877 button-release-event-p.
6878 (widget-field-add-space, widget-field-use-before-change):
6879 Uncustomize.
6880 (widget-specify-field): Use keymap property, not local-map.
6881 (widget-specify-button): Obey :suppress-face.
6882 (widget-specify-insert): Use modern backquote syntax.
6883 (widget-image-directory): Renamed from widget-glyph-directory.
6884 (widget-image-enable): Renamed from widget-glyph-enable.
6885 (widget-image-find): Replaces widget-glyph-find.
6886 (widget-button-pressed-face): Move defvar.
6887 (widget-image-insert): Replaces widget-glyph-insert.
6888 (widget-convert): Use keywordp.
6889 (widget-leave-text, widget-children-value-delete): Use mapc.
6890 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 6891 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
6892 (widget-button-click): Don't set point at the click, but re-centre
6893 if we scroll out of window. Rewritten for images v. glyphs &c.
6894 (widget-tabable-at): Use POS arg, not point.
6895 (widget-beginning-of-line, widget-end-of-line)
6896 (widget-item-value-create, widget-sublist, widget-princ-to-string)
6897 (widget-sexp-prompt-value, widget-echo-help): Simplify.
6898 (widget-default-create): Use widget-image-insert; some rewriting.
6899 (widget-visibility-value-create)
6900 (widget-push-button-value-create, widget-toggle-value-create): Use
6901 widget-image-insert.
6902 (checkbox): Create on and off images dynamically.
6903 (documentation-link): Change :help-echo.
6904 (widget-documentation-link-echo-help): Remove.
6905
3837de12
SM
69062000-06-02 Stefan Monnier <monnier@cs.yale.edu>
6907
6908 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
6909
6910 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
6911 (easy-mmode-define-toggle, define-minor-mode): Use it.
6912 (easy-mmode-define-keymap): Docstring fix.
6913 (define-derived-mode): Default PARENT to fundamental-mode.
6914 Add the derived-mode-parent symbol-property.
6915 (easy-mmode-derived-mode-p): New function.
6916
90aa4ea8
DL
69172000-06-02 Dave Love <fx@gnu.org>
6918
37193ee6
DL
6919 * files.el (convert-standard-filename): Doc fix.
6920 (normal-backup-enable-predicate): New function.
6921 (backup-enable-predicate): Use it to replace the lambda form.
6922
6923 * calendar/todo-mode.el: [This needs more work on the outline
6924 stuff.] Doc fixes.
6925 (todo) <defgroup>: Add :version.
6926 (todo-add-category): Don't use pushnew.
6927 (todo-cmd-raise): Fix typo.
6928 (todo-top-priorities): Change temp buffer name.
6929 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
6930 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
6931 Use outline-next-heading.
37193ee6 6932
90aa4ea8
DL
6933 * autoarg.el: Rewritten to use define-minor-mode.
6934 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
6935 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
6936
2e54623a
KH
69372000-06-02 Kenichi Handa <handa@etl.go.jp>
6938
6939 * isearch.el (isearch-other-meta-char): Fix previous change.
6940
c5def0db
SM
69412000-06-01 Stefan Monnier <monnier@cs.yale.edu>
6942
3837de12
SM
6943 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
6944 (log-edit-done): Only add the comment to the ring if it's different
6945 from the last comment entered.
6946
c5def0db
SM
6947 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
6948
2330c9d4
DL
69492000-06-01 Dave Love <fx@gnu.org>
6950
6951 * hl-line.el: Rewritten using define-minor-mode.
6952
6953 * help.el (describe-function-1): Distinguish special form from
6954 builtin function. Sanity-check presence of arglist for builtins.
6955
6e5dfc31
KH
69562000-06-01 Kenichi Handa <handa@etl.go.jp>
6957
4dc1225b
KH
6958 * international/characters.el: Fix syntax/category setting of
6959 Tibetan characters.
6960
6961 * language/tibet-util.el (tibetan-add-components): Fixes for new
6962 encoding of Tibetan characters.
6963 (tibetan-decompose-precomposition-alist): New variable.
6964 (tibetan-decompose-region): Convert precomposed characters to
6965 non-precomposed characters.
6966 (tibetan-decompose-string): Likewise.
6967 (tibetan-composition-function): Fix args to
6968 thibetan-compose-string.
6969
6970 * language/tibetan.el (tibetan-composable-pattern): More
6971 characters included.
6972 (tibetan-consonant-transcription-alist): Rule for "R" added.
6973 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
6974 "+R" added.
6975 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
6976
eadef5e6
KH
6977 * language/lao-util.el (lao-composition-function): Fix args to
6978 compose-string.
6979
6980 * language/thai-util.el (thai-composition-function): Fix args to
6981 compose-string.
6982
6e5dfc31 6983 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
6984 to prevent the point moving to the end of a composition when a
6985 part of a composition is searched.
6e5dfc31
KH
6986 (isearch-other-meta-char): If the key invoking this command can be
6987 mapped by function-key-map to a printing char, call
6988 isearch-process-search-char directly.
6989
2598a293
SM
69902000-06-01 Stefan Monnier <monnier@cs.yale.edu>
6991
6992 * emacs-lisp/bytecomp.el:
6993 * frame.el:
6994 * international/mule-cmds.el:
6995 * international/mule-util.el:
6996 * international/mule.el:
6997 * mouse.el:
6998 * subr.el:
6999 * faces.el: Update calls to make-obsolete with a WHEN argument.
7000
7001 * byte-run.el (make-obsolete, make-obsolete-variable):
7002 Add an optional WHEN argument and change the format of the
bff71087 7003 symbol-property information.
2598a293
SM
7004 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
7005 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
7006 new obsolete-symbol-property format and print WHEN if it is provided.
7007
28d8dff1
DL
70082000-05-31 Dave Love <fx@gnu.org>
7009
7010 * loadhist.el (loadhist-hook-functions): Remove
7011 before-change-function, after-change-function.
7012 (unload-feature): Deal with symbols which are both bound and
7013 fbound.
7014
7015 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
7016 before-change-function, after-change-function.
7017
7018 * simple.el (newline): Don't bind before-change-function,
7019 after-change-function.
7020
7f565d87
RV
70212000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
7022
7023 * whitespace.el (whitespace-rescan-timer-time): Update interval
7024 set to 600 seconds (10 minutes) instead of 60 seconds since
7025 a large number of whitespace buffers causes emacs to `freeze'
7026 for a considerable amount of time.
7027
bff71087 7028 * whitespace.el: Updated email address
7f565d87 7029
a8d693d8
DL
70302000-05-31 Dave Love <fx@gnu.org>
7031
7032 * add-log.el (change-log-font-lock-keywords) <function>: Add
7033 pattern for function of change.
7034 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
7035 acknowledgements patterns.
7036
a50192e7
KH
70372000-05-31 Kenichi Handa <handa@etl.go.jp>
7038
7039 * isearch.el (isearch-printing-char): If keyboard coding system is
7040 being used, call isearch-process-search-multibyte-characters.
7041
7042 * international/isearch-x.el: Mostly rewritten.
7043
7044 * international/quail.el (quail-start-conversion): Don't include
7045 unhandled events in the returned events, but set them in
7046 unread-command-events. Exit if all inputs are deleted.
7047
7e492772
JR
70482000-05-30 Jason Rumney <jasonr@gnu.org>
7049
7050 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
7051
7052 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
7053 Reenable code to create initial fontsets.
7054 Use set-fontset-font in place of put-charset-property.
7055
10fc3187
GM
70562000-05-30 Gerd Moellmann <gerd@gnu.org>
7057
79148ea7
GM
7058 * progmodes/perl-mode.el (perl-indent-line): When looking for a
7059 label, ensure that the first colon isn't followed by another.
7060
7061 * paths.el (Info-default-directory-list): Doc fix.
7062
086d5b87
GM
7063 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
7064 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
7065 send a query containing USER only, not USER@HOST.
7066
10fc3187
GM
7067 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
7068 and rmail-msgend to compute the restriction at the end, instead of
7069 computing it.
7070
49e70dec
GM
70712000-05-29 Gerd Moellmann <gerd@gnu.org>
7072
66254a13
GM
7073 * dabbrev.el (dabbrev-expand): Don't display messages in the
7074 echo area if the minibuffer window is active.
7075
49e70dec
GM
7076 * jit-lock.el (jit-lock-mode): Add after change function to
7077 local hook.
7078
70792000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
7080
7081 * antlr-mode.el: New commands: hide/unhide actions,
7082 upcase/downcase literals.
7083 (antlr-tiny-action-length): New user option.
7084 (antlr-hide-actions): New command. Suggested by
7085 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 7086 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
7087 (antlr-mode-menu): New entries.
7088 (antlr-downcase-literals): New command.
7089 (antlr-upcase-literals): Ditto.
7090
7091 * antlr-mode.el: Minor changes: indendation, mode-name.
7092 (antlr-indent-line): Indent cpp directive at column 0.
7093 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
7094
7095 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
7096 (antlr-font-lock-additional-keywords): Workaround for intentional
7097 bug in XEmacs version of font-lock.
7098 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
7099 be used by a smarter version of `buffers-menu-grouping-function'.
7100
71012000-05-29 Gerd Moellmann <gerd@gnu.org>
7102
7103 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
7104 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
7105
49f93684
KH
71062000-05-29 Kenichi Handa <handa@etl.go.jp>
7107
7108 * international/encoded-kb.el
7109 (encoded-kbd-iso2022-designation-map): Pay attention to that
7110 charset-iso-final-char return -1 for eight-bit-control and
7111 eight-bit-graphic.
7112
5b1ae051
EZ
71132000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
7114
7115 * speedbar.el (speedbar-use-images, speedbar-update-flag)
7116 (speedbar-easymenu-definition-base): Use display-graphic-p where
7117 available, instead of window-system.
7118
a205e32a
EZ
71192000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
7120
7121 * international/codepage.el (cp-coding-system-for-codepage-1): Add
7122 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
7123 coding systems.
7124
dd854dc2
DL
71252000-05-26 Dave Love <fx@gnu.org>
7126
c88a85d5
DL
7127 * disp-table.el (standard-display-underline): Don't use
7128 internal-find-face.
7129
dd854dc2
DL
7130 * mail/reporter.el: Maintainer change. Doc fixes.
7131 (reporter-version): Deleted.
7132
7133 * emacs-lisp/elp.el: Maintainer change.
7134 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
7135
dc29aa6c
SM
71362000-05-26 Stefan Monnier <monnier@cs.yale.edu>
7137
7138 * add-log.el (add-change-log-entry): Merge the current entry with the
7139 previous one if the previous one is empty.
7140
ed62683d
DL
71412000-05-26 Dave Love <fx@gnu.org>
7142
4370a375
DL
7143 * loadhist.el (unload-feature): Fix interactive spec [from
7144 lijnzaad@ebi.ac.uk].
7145
ed62683d
DL
7146 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
7147 subr-arity to check primitives.
7148 (byte-compile-flush-pending, byte-compile-file-form-progn)
7149 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
7150 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
7151 mapcar.
7152
ba9f8f95
KH
71532000-05-26 Kenichi Handa <handa@etl.go.jp>
7154
0f3e0672
KH
7155 * international/fontset.el: Set family names of non-latin charsets
7156 in default fontset to "*".
7157
cebefb44
KH
7158 * international/mule-diag.el (print-fontset): Combine family part
7159 and registry part of the fontname by "-*-" instead of "-".
7160
ba9f8f95
KH
7161 * international/mule-cmds.el (encode-coding-char): Make strings
7162 multibyte before calling encode-coding-string.
7163
931d0724
SM
71642000-05-25 Stefan Monnier <monnier@cs.yale.edu>
7165
7166 * derived.el: Fix keywords.
8ccce2b0 7167 (define-derived-mode): Only define if needed.
931d0724
SM
7168
7169 * simple.el (fill-comment, comment-column, comment-start)
7170 (comment-start-skip, comment-end, comment-indent-function)
7171 (block-comment-start, block-comment-end, indent-for-comment)
7172 (set-comment-column, kill-comment, comment-padding, comment-region)
7173 (comment-multi-line, indent-new-comment-line): Remove.
7174
7175 * bindings.el (esc-map): Change ; to comment-dwim and use the new
7176 function names for comment operations.
7177
7178 * newcomment.el: Add abundant autoload cookies.
7179 (comment-style): Don't depend on runtime data at compile-time.
7180 (comment-indent-hook): Remove.
7181 (comment-indent): Check if comment-indent-hook is bound.
7182 (comment-region): Docstring fix.
7183
6fc596cf
DL
71842000-05-25 Dave Love <fx@gnu.org>
7185
7186 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
7187 byte-code-function-p.
7188
7189 * mail/rmailsum.el: Add provide.
7190
7191 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
7192
7193 * smerge-mode.el (smerge-diff-switches): Don't use list* in
7194 defcustom.
7195
7997f1ca 71962000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 7197
7997f1ca
MK
7198 * ediff-diff.el (ediff-exec-process): delete --binary option from
7199 non-buffer ediff jobs.
7f565d87 7200
e7a903e8
EZ
72012000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7202
7203 * hilit-chg.el (highlight-changes-mode): Ask about color or
7204 grayscale support, not about window-system.
7205
7206 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
7207 window-system.
7208 (ffap-highlight): Always default to t.
7209
7210 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
7211 display-popup-menus-p instead of looking at window-system.
7212
7213 * disp-table.el (standard-display-g1, standard-display-graphic):
7214 Only refuse to use string glyphs on X and MS-Windows.
7215
7216 * avoid.el: Remove window-system from commentary, suggest to use
7217 display-*-p instead.
7218
7219 * apropos.el (apropos-print): Use display-mouse-p instead of
7220 window-system.
7221
14028d57
EZ
72222000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7223
7224 * international/codepage.el (cp-decoding-vector-for-codepage):
7225 Fill up unsupported characters with their own codes. From Kenichi
7226 Handa.
7227
1a4f9cc1
EZ
72282000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7229
7230 * international/mule-diag.el (describe-char-after): Use
7231 display-graphic-p instead of window-system, so that this function
7232 works on MS-DOS.
7233
89f6ca4e
EZ
72342000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7235
7236 * international/codepage.el (cp-make-coding-systems-for-codepage):
7237 Remove the eight-bit-graphic and eight-bit-control charsets from
7238 the list of charsets which we convert into `?'.
7239
eacfd7fe
KH
72402000-05-25 Kenichi Handa <handa@etl.go.jp>
7241
7242 * international/mule-conf.el: Specify CHARSET-ID explicitely for
7243 private charsets.
7244 (mule-unicode-0100-24ff, japanese-jisx0213-1,
7245 japanese-jisx0213-2): New charsets.
7246
7247 * international/fontset.el: Setup default fontset for new charsets.
7248
deadf7e3
DL
72492000-05-24 Dave Love <fx@gnu.org>
7250
7251 * info.el (Info-find-node-2): Restructure [following "Vadim
7252 S. Solomin" <sovs@uic.nnov.ru>].
7253
7254 * icomplete.el: Fix header for Finder.
7255
72562000-05-24 Eric M. Ludlam <zappo@ultranet.com>
7257
7258 * rmailout.el (rmail-output-to-rmail-file): Added optional param
7259 STAY.
7260
7261 * rmail.el (rmail-automatic-folder-directives): New user variable.
7262 (rmail-show-message): Add call to `rmail-auto-file' during
7263 display.
7264 (rmail-auto-file): New function.
7265
6de3983f 72662000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 7267
fc6a6a4e 7268 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 7269 account.
fc6a6a4e
GM
7270 (ediff-test-utility,ediff-diff-mandatory-option)
7271 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 7272 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 7273
fc6a6a4e 7274 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 7275 variable.
7f565d87 7276
fc6a6a4e 7277 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
7278 ediff-merge-filename-prefix.
7279
fc290d1d
MK
72802000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7281
fc6a6a4e 7282 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 7283
273182b8
EZ
72842000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
7285
7286 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
7287 aliases for hebrew-iso-8bit.
7288
f471ea57
EZ
72892000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
7290
7291 * woman.el: New version from Francis J. Wright
7292 <F.J.Wright@Maths.QMW.ac.uk>.
7293 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
7294 names in environment variables regardless of the path separator.
7295 (woman-topic-all-completions-1): Don't call file-name-directory-p
7296 on all files, since woman-file-regexp already filters out any
7297 directories.
7298
01162f24
KH
72992000-05-24 Kenichi Handa <handa@etl.go.jp>
7300
48e3df76
KH
7301 * international/quail.el (quail-start-translation): Don't change
7302 modified-p of the current buffer.
7303 (quail-start-conversion): Likewise.
7304
7305 * international/kkc.el (kkc-region): Don't change modified-p of
7306 the current buffer.
7307
747d90ea
KH
7308 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
7309 conform to RFC1468.
7310 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 7311
17a223ff
EL
73122000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
7313
7314 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
7315 (speedbar-insert-button): Invisible text property fix.
7316 (speedbar-directory-plus): Renamed from speedbar-directory-+
7317 (speedbar-directory-minus): Renamed from speedbar-directory--
7318 (speedbar-page-plus): Renamed from speedbar-file-+
7319 (speedbar-page-minus): Renamed from speedbar-file--
7320 (speedbar-page): Renamed from speedbar-file-
7321 (speedbar-tag): Renamed from speedbar-tag-
7322 (speedbar-tag-plus): Renamed from speedbar-tag-+
7323 (speedbar-tag-minus): Renamed from speedbar-tag--
7324 (speedbar-expand-image-button-alist): Use above renames.
7325
7326 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
7327 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
7328 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
7329 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
7330 * sb-pg.xpm: Renamed from sb-file.xpm
7331 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
7332 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 7333
e6b6fc18
KH
73342000-05-24 Kenichi Handa <handa@etl.go.jp>
7335
7336 * international/quail.el (quail-show-guidance-buf): Set
7337 current-input-method of the guidance buffer to the name of the
7338 curren input method.
7339
a1a336eb
SM
73402000-05-23 Stefan Monnier <monnier@cs.yale.edu>
7341
7342 * progmodes/compile.el (compile-internal): Style typo.
7343
7344 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
7345 quote vars and functions in the docstring.
7346
7347 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
7348
7349 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
7350 Don't quote lambdas.
7351
7352 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
7353
9695b783
GM
73542000-05-23 Gerd Moellmann <gerd@gnu.org>
7355
716e3b88
GM
7356 * startup.el (command-line): Determine source file of compiled
7357 user init file differently. Warn if compiled user init file
7358 is older than its source file.
7359
9695b783 7360 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 7361
41ac433f
EZ
73622000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
7363
7364 * files.el (make-backup-file-name-1): Replace slashes with `!'
7365 rather than `|' (which is not allowed on Windows). Replace the
7366 drive letters with a string "drive_X".
7367
46600ab1
GM
73682000-05-23 Gerd Moellmann <gerd@gnu.org>
7369
7370 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
7371
7372 * files.el (interpreter-mode-alist): Add `bash2'.
7373
79a64d87
DL
73742000-05-22 Dave Love <fx@gnu.org>
7375
7376 * loadhist.el (feature-symbols, file-provides, file-requires): Use
7377 mapc.
7378 (feature-file): Avoid calling symbol-name. Doc fix.
7379 (file-set-intersect, file-dependents): Use dolist, not mapcar.
7380 (loadhist-hook-functions): Add mouse-position-function.
7381 (unload-feature): Change uses of mapcar.
7382
7383 * files.el (parse-colon-path): Doc fix.
7384 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
7385 (set-auto-mode): Use mapc.
7386
7387 * complete.el (PC-look-for-include-file): Use :alnum: character
7388 class.
7389 (partial-completion-mode): Add autoload cookie.
7390
0e8c11d8
SS
73912000-05-22 Sam Steingold <sds@gnu.org>
7392
ce75fd23 7393 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
7394 `add-text-properties' (bug introduced on 2000-05-18).
7395
d8d0fa6c
DL
73962000-05-22 Dave Love <fx@gnu.org>
7397
7398 * bindings.el: Remove debug-ignored-errors set in other files.
7399
7400 * progmodes/etags.el: Add to debug-ignored-errors.
7401 (visit-tags-table-buffer): Clear out buffers holding old tables
7402 when making a new list.
7403 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
7404 mapc.
7405
7406 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
7407 quote keywords.
7408 (cmpl-string-case-type): Use character classes.
7409
0e8c11d8
SS
7410 * comint.el:
7411 * textmodes/ispell.el:
7412 * imenu.el:
d8d0fa6c
DL
7413 * mail/mh-e.el:
7414 * progmodes/compile.el: Add to debug-ignored-errors.
7415
7416 * dabbrev.el: Add to debug-ignored-errors.
7417 (dabbrev-completion): Use mapc.
7418
1edbbf8a
EZ
74192000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
7420
7421 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
7422 (woman-mapcan, woman-parse-man.conf)
7423 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
7424 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
7425 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
7426 path syntax better.
7427 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
7428 (woman-manpath): Call woman-parse-man.conf.
7429 (woman-emulation): New defcustom, defaults to nroff.
7430 (woman-font-support): New defconst.
7431 (woman-use-symbol-font): New defcustom.
7432 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
7433 "Emulation".
7434 Many functions: Doc fix.
7435
5bd2148c
KH
74362000-05-22 Kenichi Handa <handa@etl.go.jp>
7437
7438 * international/quail.el (quail-simple-translation-keymap): Map
7439 128..255 to quail-self-insert-command.
7440 (quail-keyboard-layout-alist): Add definition for "pc102-de".
7441
4125ec7e
SM
74422000-05-22 Stefan Monnier <monnier@cs.yale.edu>
7443
a1a336eb
SM
7444 * help.el (help-manyarg-func-alist): Typo.
7445
40aeecad
SM
7446 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
7447 intervals which makes it heaps simpler.
7448
4125ec7e
SM
7449 * newcomment.el (comment-region-internal): Go back to BEG after quoting
7450 the nested comment markers.
e4da9c1c
SM
7451
7452 * subr.el (remove-hook): Don't turn the hook's value into a list.
7453
cb7216a7
DL
74542000-05-21 Dave Love <fx@gnu.org>
7455
ac266581
DL
7456 * edmacro.el (edmacro-parse-keys): Return vector if any elements
7457 are invalid characters.
7458
cb7216a7
DL
7459 * international/mule-util.el (detect-coding-with-priority): Use
7460 mapc. Remove redundant lambda.
7461
7462 * international/mule-diag.el (list-non-iso-charset-chars)
7463 (describe-fontset): Remove redundant lambda.
7464
7465 * emulation/crisp.el (brief-mode): New alias.
7466
7467 * emacs-lisp/ring.el (ring-elements): New function.
7468
7469 * emacs-lisp/easymenu.el (easy-menu-create-menu)
7470 (easy-menu-do-add-item): Use keywordp.
7471
7472 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
7473
7474 * replace.el: Doc and error message fixes.
7475 (replace-highlight): Use facep, not internal-find-face.
7476
9b0d1d6e
SM
74772000-05-20 Stefan Monnier <monnier@cs.yale.edu>
7478
b2d2cf58
SM
7479 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
7480
ffe7dc64
SM
7481 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
7482 (log-edit-insert-changelog): Drop `:' as well.
7483
7484 * log-view.el: Fix file description.
7485 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
7486 available.
7487 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
7488 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
7489
c8c21615
SM
7490 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
7491 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
7492 Print a status message if the toggle is called interactively.
7493 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
7494 for global minor modes and use `defcustom' for them.
7495 Use add-minor-mode.
7496 (easy-mmode-define-derived-mode): Remove.
7497 (define-derived-mode): Fancier default docstring.
7498 (easy-mmode-define-navigation): Signal an error rather than (ding).
7499
9b0d1d6e
SM
7500 * newcomment.el (comment-styles): New `box-multi'.
7501 (comment-normalize-vars): Better default for comment-continue to
7502 avoid whitespace-only continuations.
7503 (comment-search-forward): Always move even in the no-syntax case.
7504 (comment-padright): Only obey N if it's only obeyed for padleft.
7505 (comment-make-extra-lines): Better handling of empty continuations.
7506 Use `=' for the filler if comment-start has only one character.
7507 (uncomment-region): Try handling the special `=' filler.
7508 (comment-region): Allow LINES even if MULTI is nil.
7509 (comment-box): Choose box style based on comment-style.
7510
f5ee6d0f
KH
75112000-05-20 Kenichi Handa <handa@etl.go.jp>
7512
9b0d1d6e 7513 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
7514 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
7515
c9671f81
KH
75162000-05-20 Kenichi HANDA <handa@etl.go.jp>
7517
7518 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
7519 and insert, not subst-char-in-region.
7520
7521 * international/mule-diag.el (list-character-sets-1): Handle
7522 charsets eight-bit-control and eight-bit-graphic.
7523 (list-iso-charset-chars): Likewise.
7524 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
7525 charactes as is. Use indent-to to align characters.
7526
7527 * international/mule-cmds.el (find-multibyte-characters): Never
7528 exclude charsets eight-bit-control and eight-bit-graphic.
7529
1426aa5c
SM
75302000-05-19 Stefan Monnier <monnier@cs.yale.edu>
7531
7532 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
7533 Don't quote lambdas.
7534
7535 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
7536
2b63d473
GM
75372000-05-19 Gerd Moellmann <gerd@gnu.org>
7538
7539 * gud.el (gud-jdb-directories): Doc fix.
7540
f1355756
SM
75412000-05-19 Stefan Monnier <monnier@cs.yale.edu>
7542
7543 * newcomment.el: New file.
7544
5f64c9e0
GM
75452000-05-19 Gerd Moellmann <gerd@gnu.org>
7546
2b63d473 7547 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 7548
db7314bd
AS
75492000-05-18 Andreas Schwab <schwab@suse.de>
7550
7551 * dired.el (dired-between-files): Also skip lines beginning with
7552 `used'.
7553
25bb0401
GM
75542000-05-18 Gerd Moellmann <gerd@gnu.org>
7555
7556 * msb.el (msb-menu-cond): Add choice `user'.
7557
a199a865 75582000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 7559
a199a865
GM
7560 * ps-print.el: Compatibility, customization and doc fix.
7561 (ps-printer-name-option): Replace defconst by defvar.
7562 (ps-postscript-code-directory): XEmacs compatibility.
7563 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
7564 fix.
7565 (ps-user-defined-prologue, ps-print-prologue-header)
7566 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
7567 compatibility and code fix.
7568 (ps-print-background-image, ps-print-background-text):
7569 Customization fix.
7570 (ps-line-number-start, ps-n-up-on): New vars.
7571
25bb0401
GM
75722000-05-18 Espen Skoglund <esk@ira.uka.de>
7573
7574 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
7575 the indent-comment function to just return the appropriate indent.
7576
68e6c83a
EL
75772000-05-18 Eric M. Ludlam <zappo@ultranet.com>
7578
7579 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
7580 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
7581 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
7582
dae6cb9f
DL
75832000-05-18 Dave Love <fx@gnu.org>
7584
7585 * info.el (Info-fontify-node): Add intangible property as well as
7586 invisible.
7587
7588 * calendar/appt.el (appt-make-list): Match all lines of entry.
7589 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
7590
813086ea
KH
75912000-05-18 Kenichi Handa <handa@etl.go.jp>
7592
7593 * international/mule-diag.el (describe-char-after): Call
7594 internal-char-font, not char-font. If internal-char-font returns
7595 nil, display "-- none --".
7596
24978190
EZ
75972000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
7598
7599 * image.el (image-type-available-p): Don't reference image-types
7600 if it isn't bound.
7601
2fca2d5d
SM
76022000-05-17 Stefan Monnier <monnier@cs.yale.edu>
7603
7604 * autoarg.el (autoarg-mode): Typo in the :set argument.
7605
cfc75d05
EZ
76062000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
7607
7608 * startup.el (command-line-1): Don't signal an error if the
7609 directory for auto-save-list files does not yet exist.
7610
c4e30387
KH
76112000-05-17 Kenichi Handa <handa@etl.go.jp>
7612
7613 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
7614
dd6b8ea7
SM
76152000-05-16 Stefan Monnier <monnier@cs.yale.edu>
7616
7617 * subr.el (remove-hook): `setq' hook-value, not `set'.
7618
399c88ad
SS
76192000-05-16 Sam Steingold <sds@gnu.org>
7620
a199a865 7621 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 7622
01651f07
DL
76232000-05-16 Dave Love <fx@gnu.org>
7624
7625 * cus-edit.el: Don't require cl or easymenu.
7626 (custom-variable-prompt): Test standard-value property, not
7627 user-variable-p.
7628
2248c40d
SS
76292000-05-16 Sam Steingold <sds@gnu.org>
7630
7631 * subr.el (add-hook): `setq' hook-value, not `set'.
7632
b15f3b77
GM
76332000-05-16 Gerd Moellmann <gerd@gnu.org>
7634
7635 * startup.el (command-line-1): Mention the FAQ in the startup
7636 message.
7637
7638 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
7639
7640 * progmodes/compile.el (compilation-parse-errors): Collect
7641 `nomessage' regexps last.
7642
7643 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
7644
7645 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
7646 to the function name.
7647
f9bbcfac
EL
76482000-05-15 Dave Love <fx@gnu.org>
7649
7650 * speedbar.el (speedbar-recenter): Typo.
7651 (speedbar-expand-line): Make arg optional.
7652 (speedbar-mode): Avoid a compiler warning.
7653
119b42eb
GM
76542000-05-15 Gerd Moellmann <gerd@gnu.org>
7655
7656 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
7657 user-specified option string is empty.
7658
7659 * mouse.el (mouse-yank-at-click): Doc fix.
7660
f685bea9
EZ
76612000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
7662
7663 * term/internal.el (IT-character-translations): More updates of
7664 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
7665 documents.
7666
a1b8d58b
GM
76672000-05-15 Gerd Moellmann <gerd@gnu.org>
7668
7669 * env.el (getenv): New function, interactively callable.
7670 (setenv, getenv): Remove autoload cookies.
7671
7672 * loadup.el: Load `env'.
7673
7674 * progmodes/f90.el: Change author's mail address.
7675
c9bba7ed
DL
76762000-05-14 Dave Love <fx@gnu.org>
7677
e5c83697
DL
7678 * mail/rmail.el (rmail-show-message-hook): Customize and offer
7679 goto-addr as an option.
7680
7681 * help.el (help-xref-stack): Doc fix.
7682 (help-xref-following): New variable.
7683 (help-make-xrefs): Use it.
7684 (help-xref-go-back): Use position information from stack element.
7685 (help-follow): Make position in stack element a pair. Use
7686 help-xref-following.
399c88ad 7687
e5c83697
DL
7688 * autoarg.el: New file.
7689
7690 * faces.el: Declare more functions obsolete.
7691
c9bba7ed
DL
7692 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
7693 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
7694 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
7695 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
7696 Remove all the setup-...-environment functions.
7697
b6389bfb
EL
76982000-05-13 Eric M. Ludlam <zappo@ultranet.com>
7699
a1b8d58b
GM
7700 * speedbar.el: Updated the commentary section. xemacs20p now uses
7701 >= when detecting. Require `defimage' safely.
b6389bfb
EL
7702 (speedbar-easymenu-definition-base): Add toggle for images.
7703 (speedbar-easymenu-definition-special): Add flush cache & expand.
7704 (speedbar-visiting-tag-hook): Set new defaults. Added options.
7705 (speedbar-reconfigure-keymaps-hook): New variable.
7706 (speedbar-frame-parameters): Updated documentation.
7707 (speedbar-use-imenu-flag): Updated custom tag
7708 (speedbar-dynamic-tags-function-list): New variable.
7709 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
7710 (speedbar-indentation-width, speedbar-indentation-width) New
7711 variables.
7712 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
7713 (speedbar-vc-indicator): Doc update.
7714 (speedbar-ignored-path-expressions): Updated default value.
7715 (speedbar-supported-extension-expressions): Updated default value.
7716 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
7717 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
7718 as "+". Added overlay aliases.
7719 (speedbar-mode): Use `speedbar-mode-line-update' instead of
7720 `force-mode-line-update'.
7721 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
7722 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
7723 `mouse-set-point'
b6389bfb 7724 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
7725 (speedbar-item-info-tag-helper): Revamped to handle a wider range
7726 of arbitrary text, and new helper functions.
7727 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
7728 filename finder.
b6389bfb
EL
7729 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
7730 (speedbar-directory-buttons): Update path search/expansion.
7731 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
7732 `speedbar-indentation-width'. Use more care w/ invisible
7733 properties.
b6389bfb
EL
7734 (speedbar-change-expand-button-char): Call
7735 `speedbar-insert-image-button-maybe'.
7736 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
7737 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
7738 (speedbar-trim-words-tag-hierarchy)
7739 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 7740 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
7741 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
7742 functions.
b6389bfb
EL
7743 (speedbar-mouse-set-point): New function
7744 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
7745 (speedbar-line-token, speedbar-goto-this-file): Handle more types
7746 of tag prefix text.
7747 (speedbar-expand-line, speedbar-contract-line): Make more robust
7748 to strange text.
7749 (speedbar-expand-line): Takes universal argument to flush the
7750 cache.
b6389bfb
EL
7751 (speedbar-flush-expand-line): New function.
7752 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
7753 Use new generator insertion method.
7754 (speedbar-fetch-dynamic-tags): New function.
7755 (speedbar-fetch-dynamic-imenu): Removed code now handled in
7756 `speedbar-fetch-dynamic-imenu'.
7757 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
7758 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
7759 "Revert Buffer" menu items.
7760 (speedbar-buffer-buttons-engine): Be smarter when creating a
7761 filename tag (for expansion purposes.).
a1b8d58b
GM
7762 (speedbar-highlight-one-tag-line,
7763 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
7764 (speedbar-recenter): New functions.
b6389bfb 7765 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
7766 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
7767 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
7768 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
7769 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
7770 (speedbar-expand-image-button-alist): New variable.
7771 (speedbar-insert-image-button-maybe): Insert an image over some
7772 buttons.
7773
43fe9244
KH
77742000-05-13 Kenichi Handa <handa@etl.go.jp>
7775
7776 * international/mule-cmds.el (encode-coding-char): An ASCII
7777 character is always encodable.
7778
7779 * international/mule-conf.el: Add more information in descriptions
7780 of character sets.
7781
813086ea 7782 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
7783 (describe-font-internal): Adjusted for the change of font-info.
7784 (describe-font): Likewise.
7785 (print-fontset): Rewritten for the new fontset implementation.
7786 (describe-fontset): Include fontset alias names in completion.
7787 (list-fontsets): Adjusted for the change of print-fontset.
7788
7789 * simple.el (what-cursor-position): If DETAIL is non-nil, call
7790 describe-char-after instead of displaying the detail in the echo
7791 area.
813086ea
KH
7792 (syntax-code-table): Format changed.
7793 (string-to-syntax): Adjusted for the above change.
0e8c11d8 7794
e8564f57
SM
77952000-05-12 Stefan Monnier <monnier@cs.yale.edu>
7796
7797 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
7798
9278c60d
DL
77992000-05-12 Dave Love <fx@gnu.org>
7800
7801 * calendar/todo-mode.el: Remove some compatibility stuff and CL
7802 dependence. Use line-{beginning,end}-position, not
7803 point-at{b,e}ol. Some doc fixes.
7804 (todo-position): New function. Fix callers of position to use it.
7805 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
7806
be0505fe
GM
78072000-05-12 Gerd Moellmann <gerd@gnu.org>
7808
7809 * time.el (display-time-mail-icon): Use `:ascent center'.
7810
a8a3541c
GM
7811 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
7812 handling FTP security extensions.
399c88ad 7813
44d5f148
DL
78142000-05-11 Dave Love <fx@gnu.org>
7815
33d0c179 7816 * calendar/todo-mode.el: New file.
44d5f148 7817
da4496b6
GM
78182000-05-11 Gerd Moellmann <gerd@gnu.org>
7819
cdc4401d
GM
7820 * comint.el (comint-read-input-ring): Move reference to
7821 comint-input-ring-size outside of the save-excursion. It was
7822 causing the default value to be the only one ever seen.
399c88ad 7823
0279f991
GM
7824 * font-lock.el: Update copyright. Remove Simon Marshall's email
7825 address on request from him.
7826
da4496b6
GM
7827 * subr.el (substitute-key-definition): Add comment describing
7828 the meaning of PREFIX.
7829
ac5cb26d
SM
78302000-05-10 Stefan Monnier <monnier@cs.yale.edu>
7831
7832 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
7833
7834 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
7835 (add-minor-mode): Don't make the variable buffer-local and add a
7836 reference to define-minor-mode in the docstring.
7837
7838 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
7839 HEADER/FOOTER and fix bug with trailing empty directory.
7840 (cvs-append-to-ignore): Use vc-editable-p if available.
7841 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
7842 (vc-do-command): Tweak advice to handle the new VC.
7843
7844 * log-view.el (log-view-goto-rev): New function for the new VC.
7845 (log-view-minor-wrap): Use mark-active.
7846
7847 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
7848 (log-edit-changelog-full-paragraphs): New var.
7849 (log-edit-insert-changelog): Remove a lonely leading `* file'.
7850 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
7851 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
7852 (log-edit-changelog-ours-p, log-edit-changelog-entries)
7853 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
7854 Replace the `cvs' prefix with `log-edit'.
7855
7856 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
7857
7858 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
7859 (diff-font-lock-defaults): Explicitly turn off multiline.
7860 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
7861 (diff-ediff-patch): Fix call to ediff-patch-file.
7862 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
7863 Handle comments.
7864
7865 * frame.el (automatic-hscrolling): Typo.
7866
7867 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
7868
21c34da3
DL
78692000-05-09 Sam Steingold <sds@goems.com>
7870
7871 * apropos.el (apropos-print): use `describe-face' instead of
7872 `customize-face-other-window'.
7873
950cf06f
DL
78742000-05-09 Dave Love <fx@gnu.org>
7875
7876 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
7877
7878 * help.el (describe-variable): Have customize button pop the
7879 help-xref stack when invoked.
7880 (help-xref-symbol-regexp): Add `face'.
7881 (help-make-xrefs): Check for quoted face names and adapt regexp
7882 submatch numbers to cope.
7883 (help-xref-interned): Maybe insert face doc too. Separate
7884 sections with a line of hyphens.
7885
0623e40f 7886 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
7887 (describe-face): Add customize button. Return the help
7888 text. Fix prompt.
7889
82e2ca9d
EZ
78902000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
7891
7892 * term/internal.el (IT-character-translations): Fix last change.
7893
10c00b5c
EZ
78942000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
7895
7896 * woman.el: New file
7897 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
7898
9deed82f
EZ
78992000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
7900
001ad319
EZ
7901 * term/internal.el (IT-character-translations): Update ASCII
7902 simulations for greek-iso8859-7, add latin-iso8859-14 and
7903 latin-iso8859-15.
7904
9deed82f
EZ
7905 * international/mule-cmds.el (set-language-info-alist): Call
7906 define-prefix-command with 3 arguments, to make the map suitable
7907 for a menu.
7908
4f37b78a
DL
79092000-05-07 Dave Love <fx@gnu.org>
7910
d313265f 7911 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 7912
64a4c526
DL
79132000-05-05 Dave Love <fx@gnu.org>
7914
7915 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
7916 list in doc string. Don't quote keyword symbols.
7917 * emacs-lisp/cl.el: Likewise
7918 * emacs-lisp/cl-seq.el: Likewise
7919
056565f7
GM
79202000-05-05 Gerd Moellmann <gerd@gnu.org>
7921
7922 * abbrev.el (abbrev-mode): Make ARG optional.
7923
4656b314
GM
79242000-05-04 Gerd Moellmann <gerd@gnu.org>
7925
ec82fb2f
GM
7926 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
7927
7928 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
7929
4656b314
GM
7930 * subr.el (substitute-key-definition): Clarify documentation.
7931
79322000-05-04 Milan Zamazal <pdm@freesoft.cz>
7933
7934 * glasses.el (glasses-convert-to-unreadable): Use
7935 `glasses-separator' instead of the hard-wired "_".
7936 (glasses-mode): Call `glasses-make-unreadable' only in a single
7937 place.
7938
7b081c78
EZ
79392000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
7940
7941 * term/internal.el (cjk-codepages-alist): Add associations for
7942 Chinese and Korean codepages. Remove FIXME comment.
7943
baa5536e
DL
79442000-05-03 Dave Love <fx@gnu.org>
7945
7946 * time.el (display-time-mail-face, display-time-use-mail-icon):
7947 New option.
7948 (display-time-mail-icon): New variable.
7949 (display-time-string-forms): Use the above. Fix the local-map.
7950
cbf18892
GM
79512000-05-03 Gerd Moellmann <gerd@gnu.org>
7952
4ff40dd0
GM
7953 * replace.el (query-replace-map): Add binding for `E'.
7954 (query-replace-help): Extend help text.
7955 (perform-replace): Allow editing the replacement string.
7956
7957 * make-mode.el (makefile-mode-abbrev-table): New variable.
7958 (makefile-mode): Set local abbrev table to
7959 makefile-mode-abbrev-table.
7960 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 7961
cbf18892
GM
7962 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
7963 set TOGGLE's value.
7964
4ff40dd0
GM
7965 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
7966 mail-interactive-insert-alias.
7967 (mail-abbrev-complete-alias): New command.
7968 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 7969
ffec4d9f
KH
79702000-05-03 Kenichi Handa <handa@etl.go.jp>
7971
7972 * language/lao-util.el (lao-compose-region): New function.
7973
1b0672c3
GM
79742000-05-02 Gerd Moellmann <gerd@gnu.org>
7975
576da55d
GM
7976 * files.el (recover-session): Make directories as necessary
7977 if they don't exist yet.
7978
399c88ad
SS
7979 * calendar/cal-french.el
7980 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
7981 (french-calendar-special-days-array): Change French text.
7982 (calendar-french-date-string): Change output.
7983 (calendar-goto-french-date): Likewise.
7984
79852000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
7986
7987 * wid-edit.el (widget-default-active): Obey `:always-active'.
7988 (widget-documentation-string-value-create): Set `:always-active'.
7989
4b33deaa
EZ
79902000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
7991
7992 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
7993 default prefix to `~/_emacs.d/auto-save.list/_s'.
7994 (normal-top-level): Create the directory for auto-save files, if
7995 it doesn't already exist (in the ms-dos case only).
7996
5c922ea7
EZ
79972000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
7998
7999 * international/mule-cmds.el (set-language-environment): Don't
8000 concat an integer (dos-codepage), use format instead.
8001
820ad5e7
DL
80022000-05-02 Dave Love <fx@gnu.org>
8003
8004 * help.el (help-xref-on-pp): Check for constant symbols.
8005
57cb56f5
GM
80062000-04-29 Gerd Moellmann <gerd@gnu.org>
8007
8008 * startup.el (normal-top-level): Put a condition-case around
8009 the code loading subdirs.el.
8010
80112000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 8012
57cb56f5
GM
8013 * ps-print.el: Upside-down and face background color printing,
8014 line number step, doc fix.
8015 (ps-print-version): New version number (5.2).
8016 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
8017 (ps-face-attribute-list, ps-plot-with-face): Code fix.
8018 (ps-spool-config): Var fix.
8019 (ps-printer-name-option): Const fix.
8020 (ps-print-upside-down, ps-use-face-background)
8021 (ps-line-number-step): New vars.
8022 (ps-window-system, ps-lp-system): New consts.
8023 (ps-face-background): New fun.
8024
084cec2f
GM
80252000-04-28 Richard Stallman <rms@gnu.org>
8026
8027 * files.el (make-auto-save-file-name):
8028 Apply auto-save-file-name-transforms to visited file name
8029 before generating auto save file name.
8030 (auto-save-file-name-transforms): New variable.
8031
399c88ad 8032 * files.el (backup-enable-predicate):
084cec2f
GM
8033 Correctly test for a file under a temporary directory.
8034
c94f4677
GM
80352000-04-28 Gerd Moellmann <gerd@gnu.org>
8036
8037 * subr.el (add-minor-mode): Rewritten.
8038
7b211df5
KH
80392000-04-28 Kenichi Handa <handa@etl.go.jp>
8040
8041 * mail/sendmail.el (sendmail-send-it): Set
8042 buffer-file-coding-system to the selected coding system for MIME
8043 header.
8044
c76e04a8 80452000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 8046
c76e04a8
GM
8047 * dired.el (dired-move-to-filename-regexp): Allow format where
8048 YYYY is followed by two spaces.
e3e36d74 8049
c76e04a8
GM
8050 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
8051 in the second character class of the regexp.
8052
8053 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
8054 mh-etc, too.
353964e3 8055
c76e04a8
GM
8056 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
8057 nil.
399c88ad 8058
353964e3
GM
8059 * subr.el (add-minor-mode): Use `set' instead of `setq'.
8060
8061 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
8062 argument.
8063
c76e04a8 80642000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 8065
c76e04a8
GM
8066 * emacs-lisp/crm.el (crm-completion-table): New variable.
8067 (crm-collection-fn, crm-test-completion)
8068 (completing-read-multiple): Use it.
8069
80702000-04-27 Dave Love <fx@gnu.org>
8071
8072 * help.el (locate-library): Use mapc.
8073 (help-manyarg-func-alist): Add call-process-region.
8074
7464346d
GM
80752000-04-26 Gerd Moellmann <gerd@gnu.org>
8076
b35bd33d
GM
8077 * subr.el (add-minor-mode): Make argument MAP optional.
8078
7464346d
GM
8079 * desktop.el (desktop-save): Save list of minor modes.
8080 (desktop-create-buffer): Restore minor modes.
8081 (desktop-minor-mode-table): New user-option.
8082
8083 * subr.el (add-minor-mode): New function.
8084
8085 * image.el (find-image): New function.
8086 (defimage): Rewritten to find image at load time.
8087
8088 * startup.el (normal-top-level-add-to-load-path): Handle
8089 case that the default directory is not in load-path.
8090
8091 * help.el: Old patch from Stefan Monnier.
8092 (help-xref-on-pp): New function.
8093 (describe-variable): Use it to display xrefs in a symbol's value.
8094
23c0fb21
SM
80952000-04-26 Stefan Monnier <monnier@cs.yale.edu>
8096
8097 * cus-edit.el (custom-face): Fix parenthesis.
8098
fad95037
KH
80992000-04-26 Kenichi Handa <handa@etl.go.jp>
8100
f03392a1
KH
8101 * mail/rmail.el (rmail-expunge): When there are no deleted
8102 messages, do nothing.
fad95037 8103
0d7c5bb9
DL
81042000-04-26 Dave Love <fx@gnu.org>
8105
8106 * international/mule-cmds.el (locale-translation-file-name):
8107 Defvar to nil.
8108 (set-locale-environment): Set it here (at runtime).
8109
612839b6
GM
81102000-04-25 Gerd Moellmann <gerd@gnu.org>
8111
8112 * replace.el (perform-replace): Add parameters START and END. Use
8113 them instead of the check for a region in Transient Mark mode.
8114 (query-replace-read-args): Return two more list elements for the
8115 start and end of the region in Transient Mark mode.
8116 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8117 (map-query-replace-regexp, replace-string, replace-regexp): Add
8118 optional last arguments START and END and pass them to
8119 perform-replace.
8120
8121 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
8122 form with additional arguments for perform-replace.
8123
8124 * progmodes/etags.el (tags-query-replace): Add parameters START
8125 and END. Construct a form with additional arguments for
8126 perform-replace.
8127
8128 * simple.el (shell-command): Set default directory for "*Shell
8129 Command Output" buffer.
8130
8131 * language/european.el (iso-latin-4): Fix typo.
8132
8133 * emacs-lisp/crm.el: New file.
8134
2917cc05
DL
81352000-04-24 Dave Love <fx@gnu.org>
8136
8137 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
8138 (Custom-reset-saved, Custom-reset-standard)
8139 (custom-group-value-create, custom-group-set, custom-group-save)
8140 (custom-group-reset-current, custom-group-reset-saved)
8141 (custom-group-reset-standard): Use mapc.
8142 (custom-buffer-create-internal): Disable undo when creating items.
8143 Use mapc.
8144 (custom-face): Avoid redundant lambda.
8145
abfcc168
GM
81462000-04-24 Gerd Moellmann <gerd@gnu.org>
8147
8148 * startup.el (auto-save-list-file-prefix): Set default to
8149 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
8150
fa78f71b
SS
81512000-04-24 Sam Steingold <sds@gnu.org>
8152
8153 * time-stamp.el (time-stamp-string-preprocess): Always convert
8154 `field-result' to a string.
8155
cc181e95
GM
81562000-04-24 Gerd Moellmann <gerd@gnu.org>
8157
8158 * frame.el (scrolling): New group.
8159 (automatic-hscrolling): New user-option.
8160
8161 * startup.el (command-line-x-option-alist): Add `-lsp' and
8162 `--line-spacing'.
8163
6142fdcb
DL
81642000-04-19 Dave Love <fx@gnu.org>
8165
8166 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
8167 (cl-mapc): Rename from mapc. Fix the funcall.
8168
5e3dac3f
GM
81692000-04-19 Gerd Moellmann <gerd@gnu.org>
8170
1c459486
GM
8171 * simple.el (clone-indirect-buffer-other-window): New command.
8172 (clone-indirect-buffer): Add optional arg NORECROD.
8173 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
8174
271b4185
GM
8175 * help.el (resize-temp-buffer-window): Use count-screen-lines.
8176
8177 * window.el (count-screen-lines): New function.
8178 (shrink-window-if-larger-than-buffer): Use count-screen-lines
8179 instead of window-buffer-height.
8180
8181 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
8182 non-existing variable comint-input-sentinel.
8183 (inferior-lisp-args-to-list): Removed.
8184 (inferior-lisp): Use split-string instead of
8185 inferior-lisp-args-to-list.
8186
8187 * hexl.el (hexl-insert-hex-string): New command.
8188
5e3dac3f
GM
8189 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
8190 instead of concat.
8191
f6d3257b
GM
81922000-04-18 Gerd Moellmann <gerd@gnu.org>
8193
8194 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
8195 at the start of an existing but empty folder.
8196
81972000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8198
8199 * ps-mule.el: Customization fix, doc fix.
8200 (ps-multibyte-buffer): Customization fix.
8201
8b7bc628 82022000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
8203
8204 * subr.el (read-passwd): Use read-char-exclusive.
8205
0daee095
GM
82062000-04-17 Gerd Moellmann <gerd@gnu.org>
8207
8208 * textmodes/texinfo.el (texinfo-insert-@email)
8209 (texinfo-insert-@emph, texinfo-insert-@quotation)
8210 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
8211 (texinfo-mode-map): Add key bindings for them.
8212
8213 * files.el (basic-save-buffer-2): Use a template with `$'
8214 instead of `#' for VMS.
8215
8216 * simple.el (clone-indirect-buffer): New function.
8217
e10f64e7
GM
82182000-04-16 Stephen Eglen <stephen@gnu.org>
8219
8220 * iswitchb.el (iswitchb-case): New function. If the user input
8221 contains any upper-case characters, the search is made
8222 case-sensitive.
8223
e3721db1
SM
82242000-04-17 Stefan Monnier <monnier@cs.yale.edu>
8225
e10f64e7
GM
8226 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
8227 comment-end.
e3721db1
SM
8228 (texinfo-font-lock-syntactic-keywords): New var.
8229 (texinfo-font-lock-keywords): Remove comment regexp.
8230 (texinfo-insert-block): New function.
8231 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
8232 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
8233 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 8234 (texinfo-environments): New var.
e10f64e7
GM
8235 (texinfo-environment-regexp): Use regexp-opt and
8236 texinfo-environments.
e3721db1 8237
e10f64e7
GM
8238 * textmodes/ispell.el (ispell-menu-map-needed): Check that
8239 ispell-process is bound since this might be eval'd before ispell
8240 is loaded.
8241 (ispell-message): Use a tiny bit less magic and a bit more hard
8242 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
8243
8244 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
8245
8246 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
8247 (insert-cyclic-diary-entry): Unquote the lambda.
8248
8249 * gud.el (gud-jdb-build-source-files-list): Fix typo.
8250
8251 * files.el (backup-enable-predicate): Unquote the lambda.
8252
8253 * cus-edit.el (custom-face, face): Unquote the lambda.
8254
712dc9e0
GM
82552000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8256
8257 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 8258
712dc9e0
GM
8259 * ps-print.el: Fix counting lines in a region.
8260 (ps-print-version): New version number (5.1.5).
8261 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
8262 (ps-printing-region): Fun code fix.
8263
ffc50f2a
GM
82642000-04-15 Gerd Moellmann <gerd@gnu.org>
8265
8266 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
8267 to file-directory-p.
8268
a2522dca
GM
82692000-04-14 Gerd Moellmann <gerd@gnu.org>
8270
8271 * gud.el (gud-jdb-build-source-files-list): Check that directory
8272 exists before calling directory-files.
8273
6e883610
DL
82742000-04-13 Dave Love <fx@gnu.org>
8275
8276 * emacs-lisp/trace.el: Change maintainer. Use new backquote
8277 syntax.
8278
8279 * emacs-lisp/cl-specs.el: Remove when, unless.
8280
8281 * emacs-lisp/cl-extra.el: Don't quote keywords.
8282 (cl-old-mapc): New variable.
8283 (mapc): Use it.
8284 (cl-map-intervals): Use with-current-buffer. Don't check for
8285 next-property-change.
8286 (cl-map-overlays): Use with-current-buffer.
8287 (cl-expt): Remove.
8288 (copy-tree, remprop): Define unconditionally.
8289
8290 * emacs-lisp/cl-compat.el (keywordp): Remove.
8291
8292 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
8293 to use keywordp.
8294 (edebug-spec): Enable keywordp.
8295
8296 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
8297 string-lessp.
8298
8299 * cus-start.el: Use keywordp.
8300
198e3c7a
GM
83012000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8302
8303 * diary-lib.el (include-other-diary-files): Fix the fix of
8304 2000-02-18 by doing a save-excursion.
8305
83062000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8307
8308 * ps-print.el: Customization fix, doc fix.
8309 (ps-print-version): New version number (5.1.4).
8310 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
8311 (ps-print-preprint): Adjust code.
8312 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
8313 (ps-print-prologue-header, ps-print-control-characters)
8314 (ps-spool-config): Customization fix.
fa78f71b 8315
8eba343c
EZ
83162000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
8317
8318 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
8319 converted to the new menu-item format, names silightly changed,
8320 help strings added.
8321
8322 Support for spelling without async subprocesses:
8323
8324 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
8325 (ispell-session-buffer): New variables.
8326 (ispell-start-process, ispell-process-status,
8327 ispell-accept-output, ispell-send-string): New functions, for
8328 Ispell invocation when async subprocesses aren't supported.
8329 (ispell-word, ispell-pdict-save, ispell-command-loop,
8330 ispell-process-line, ispell-buffer-local-parsing): Replace calls
8331 to process-send-string with calls to ispell-send-string, and
8332 accept-process-output with ispell-accept-output.
8333 (ispell-init-process): Call ispell-process-status instead of
8334 process-status with.
8335 (ispell-init-process): Call ispell-start-process. Call
8336 ispell-accept-output and ispell-send-string. Don't call
8337 process-kill-without-query and kill-process if they are unbound.
8338 (ispell-async-processp): New function.
8339
3d30065d
DL
83402000-04-12 Dave Love <fx@gnu.org>
8341
8342 * info.el: Add debug-ignored-errors.
8343 (Info-mode-menu): Add some items.
8344 (Info-directory): Add autoload cookie.
8345
8346 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
8347 Modify `truncate-lines'. Make `describe-language-environment'
8348 always visible and add help. Modify `describe-key' help. Invoke
8349 Info-directory from `info'. New entry `emacs-manual'.
8350
1a1b1895
GM
83512000-04-10 Gerd Moellmann <gerd@gnu.org>
8352
8b2affc5
GM
8353 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
8354 propertized-buffer-identification.
8355 (ebrowse-update-member-buffer-mode-line): Likewise.
8356 (ebrowse--mode-strings): Removed.
8357 (ebrowse--mode-line-props): Removed.
8358
1a1b1895
GM
8359 * files.el (auto-mode-alist): Add `EBROWSE'.
8360
8361 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
8362 space before testing for end of buffer.
8363 (ebrowse-load): Removed.
8364 (ebrowse-revert-tree-buffer-from-file): Rewritten.
8365 (ebrowse-create-tree-buffer): Rewritten.
8366 (ebrowse-tree-mode): Read tree from buffer.
8367
8368 * progmodes/ebrowse-ffh.el: Removed.
8369
223f3c91
KH
83702000-04-10 Kenichi Handa <handa@etl.go.jp>
8371
8372 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
8373
25fbf2c4
GM
83742000-04-10 Gerd Moellmann <gerd@gnu.org>
8375
8376 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
8377 at the wrong place.
8378
92c13173
DL
83792000-04-09 Dave Love <fx@gnu.org>
8380
8381 * files.el (backup-enable-predicate): Use
8382 temporary-file-directory, small-temporary-file-directory.
8383 (make-backup-file-name-function, backup-directory-alist): New
8384 variables.
8385 (make-backup-file-name-1): New function.
8386 (make-backup-file-name): Use it.
8387 (find-backup-file-name): Likewise. Use format for clarity, not
8388 concat.
8389 (file-newest-backup): Use make-backup-file-name.
8390
be0dbdab
GM
83912000-04-09 Gerd Moellmann <gerd@gnu.org>
8392
c45be9ac 8393 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 8394
c45be9ac
GM
8395 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
8396 to ebrowse-ffh.el.
8397 (ebrowse-load): Add autoload.
8398
8399 * finder.el (finder-commentary): Add autoload cookie.
8400
be0dbdab
GM
8401 * mail/rfc2368.el: Correct author's email address.
8402
8403 * progmodes/ebrowse.el: New file.
8404
8405 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
8406 item help string.
8407 (easy-menu-do-add-item): Ditto.
8408 (easy-menu-define): Extend doc string.
8409
8410 * jit-lock.el (with-buffer-unmodified): Use
8411 restore-buffer-modified-p.
8412 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
8413 (jit-lock-function, jit-lock-stealth-fontify): Don't use
8414 with-buffer-unmodified.
8415
3f923efe
DL
84162000-04-08 Dave Love <fx@gnu.org>
8417
8418 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
8419 unless, when.
8420
d35bee0e
MK
84212000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
8422
8423 * viper-util.el (viper-put-on-search-overlay): New subroutine.
8424 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 8425 doesn't support face.
d35bee0e 8426 Use `viper-put-on-search-overlay'.
fa78f71b 8427
c407c570
GM
84282000-04-04 Gerd Moellmann <gerd@gnu.org>
8429
8430 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
8431 like C-r.
8432
8433 * progmodes/make-mode.el: Some doc fixes.
8434 (makefile-mode-abbrev-table): New variable.
8435 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
8436 (makefile-font-lock-keywords): Fontify includes and conditionals.
8437 (toplevel): Require `dabbrev' and `add-log' when compiling.
8438
8439 * replace.el (perform-replace): Don't move forward one char
8440 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
8441 to do that because it leaves point 1 position after the last
8442 replacement, after everything has been replaced.
8443
8444 * jit-lock.el (with-buffer-unmodified): New macro.
8445 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
8446 modified state.
8447 (jit-lock-function-1): Extracted from jit-lock-function; not
8448 preserving buffer's modified state.
8449 (jit-lock-function, jit-lock-stealth-fontify): Call
8450 jit-lock-function-1.
8451
8452 * mail/rfc2368.el: Remove supernumerary copyright line.
8453
685e5ed2
GM
84542000-04-04 Milan Zamazal <pdm@freesoft.cz>
8455
8456 * glasses.el: Provide facilities for inserting space before left
8457 parentheses and uncapitalization of identifiers.
8458 (glasses-mode): Try to remove old overlays in all cases.
8459
0166aed1
GM
84602000-04-03 Gerd Moellmann <gerd@gnu.org>
8461
62f20204
GM
8462 * progmodes/compile.el (compile-internal): Display the compilation
8463 buffer in a different frame, if it's already displayed there.
8464
6460c400
GM
8465 * mail/rfc2368.el: New file.
8466
c0510d27
GM
8467 * simple.el (sendmail-user-agent-compose): Recognize a `body'
8468 header and insert its value as mail body.
8469
8470 * subr.el (member-ignore-case): New function.
8471
8472 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
8473 (dabbrev--find-expansion): Ignore buffers matching a regexp
8474 from dabbrev-ignored-regexps.
8475
0166aed1
GM
8476 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
8477 to extensions handled by gzip.
8478
c0510d27
GM
84792000-04-03 Richard M. Stallman <rms@gnu.org>
8480
8481 * files.el (insert-directory): List the total free space
8482 along with the used space.
fa78f71b 8483
c0510d27
GM
8484 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
8485 line is followed by one that matches CITATION-REGEXP, end the
8486 paragraph.
8487
84882000-04-03 Markus Rost <rost@delysid.gnu.org>
8489
8490 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
8491 (rmail-make-basic-summary-line): Use that option.
fa78f71b 8492
14c04384
KH
84932000-04-03 Kenichi Handa <handa@etl.go.jp>
8494
8495 * international/mule-cmds.el (encoded-string-description):
8496 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
8497 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
8498 for hexadecimal format.
14c04384 8499
ccf5869a
DL
85002000-04-01 Dave Love <fx@gnu.org>
8501
8502 * cpp.el: Change customization group to `c' from `C'.
8503
8504 * vcursor.el (vcursor-move): Use display-color-p.
8505
8506 * international/mule-util.el: Provide mule-utils.
8507 (string-to-sequence): Simplify and speed up.
8508
8509 * international/mule.el (make-coding-system): Purecopy doc-string.
8510
8511 * international/mule-cmds.el: Various menu changes.
8512 (describe-specified-language-support): Handle `Default'.
8513 (set-language-info): Purecopy `info'.
8514
610d841e
GM
85152000-03-31 Andrew Innes <andrewi@gnu.org>
8516
8517 * vc.el (vc-backend-diff): Return the correct status if we had to
8518 retry the rcsdiff command without the --brief option.
fa78f71b 8519
7f9de034
DL
85202000-03-31 Dave Love <fx@gnu.org>
8521
2de47765
DL
8522 * help.el (help-manyarg-func-alist): Correct several omissions.
8523
72838819
DL
8524 * add-log.el: Don't require cl, fortran.
8525 (add-log-current-defun-function): Doc fix.
8526 (change-log-version-number-regexp-list): Remove SCCS part. Doc
8527 fix.
8528 (change-log-version-rcs): Function deleted.
8529 (change-log-version-number-search): Doc fix. Use
8530 vc-workfile-version. Avoid CL dolist.
8531 (add-change-log-entry): Just call add-log-current-defun to get
8532 defun. Simplify somewhat.
8533 (change-log-get-method-definition-1): Likewise.
8534 (add-log-current-defun): Return nil if calling
8535 add-log-current-defun-function does so. Move Fortran stuff to
8536 fortran.el. Return string without properties.
8537
7f9de034
DL
8538 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
8539 and :alpha: char classes.
8540
8541 * mail/supercite.el: Defvar curline when compiling.
8542 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
8543 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
8544 rather than a-zA-Z0-9 to allow non-ASCII characters.
8545
aa110c0c
GM
85462000-03-31 Gerd Moellmann <gerd@gnu.org>
8547
8548 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
8549
8550 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8551 Re-enable new code.
8552
8553 * lpr.el (print-region-1): Use -d to specify printer name for
8554 systems `usg-unix-v*, `dgux', `hpux', `irix'.
8555
85562000-03-31 Dave Love <fx@gnu.org>
fa78f71b 8557
aa110c0c
GM
8558 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
8559 for function definition in symbol's function value slot first
8560 instead of first consulting byte-compile-function-environment.
fa78f71b 8561
6733d074
KH
85622000-03-31 Kenichi Handa <handa@etl.go.jp>
8563
8564 * language/european.el ("Polish"): New language environment.
8565 (setup-polish-environment): New function.
8566
63fcfa04
GM
85672000-03-30 Gerd Moellmann <gerd@gnu.org>
8568
8569 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8570 Disable new code.
8571
8572 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
8573 trying to `load' the symbol of an autoload instead of the file
8574 recorded in the autoload. Fix error messages.
8575
7438c86b
GM
85762000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8577
8578 * ps-print.el: PostScript programming fix for ghostview, doc fix.
8579 (ps-print-version): New version number (5.1.3).
8580 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
8581 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
8582 (ps-generate-postscript-with-faces): Code fix.
8583 (ps-color-values): XEmacs compatibility.
8584 (ps-print-background-image, ps-print-background-text, ps-printer-name)
8585 (ps-default-fg, ps-default-bg): Adjust customization.
8586 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
8587 (ps-color-scale): Renaming old ps-color-value fun.
8588 (ps-print-headers): Replace ps-print-header group to avoid conflict
8589 with ps-print-header variable.
8590 (ps-print-miscellany): New group.
8591 (ps-format-color, ps-rgb-color): New funs.
8592 (ps-default-foreground): New var.
8593 (ps-printer-name-option): New const.
fa78f71b 8594
326855a0
PB
85952000-03-30 Peter Breton <pbreton@ne.mediaone.net>
8596
1f56ba73
PB
8597 * net/net-utils.el:
8598 (network-connection-host, network-connection-service): New variables
8599 (network-connection-mode): New mode, derived from comint-mode
8600 (network-connection-mode-setup): New function, saves host and
fa78f71b 8601 service information in local variables.
1f56ba73 8602
326855a0
PB
8603 * lisp/locate.el:
8604 (locate-word-at-point): Added this function
8605 (locate): Default to using locate-word-at-point as input
8606 Run dired-mode-hook
8607
141384bd
DL
86082000-03-29 Dave Love <fx@gnu.org>
8609
8610 * calendar/appt.el: Doc fixes.
8611 (appt-check): Convert min-to-app to a string before passing to
8612 appt-disp-window-function or concat.
8613 (appt-delete-window): Remove test for frame-root-window.
8614 (appt-select-lowest-window, appt-convert-time): Simplify.
8615
8616 * emacs-lisp/bytecomp.el: Doc fixes.
8617 (byte-compile-file-form-autoload): Update
8618 byte-compile-function-environment.
8619
c5aa0fc2
AS
86202000-03-29 Andreas Schwab <schwab@suse.de>
8621
8622 * emacs-lisp/autoload.el: Also print defsubst doc string
8623 specially.
8624
8625 * dired.el (dired-insert-directory): If dired-free-space-program
8626 failed just delete its output.
8627
f1d6fe69
DL
86282000-03-29 Dave Love <fx@gnu.org>
8629
8630 * international/iso-cvt.el: Move provide to end. Doc fixes.
8631 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
8632 (iso-iso2sgml, iso-sgml2iso): New functions.
8633 (iso-cvt-define-menu): Fix some entries and use backquote for
8634 clarity.
8635
8636 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
8637
b61f1215
GM
86382000-03-28 Gerd Moellmann <gerd@gnu.org>
8639
8640 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
8641 ISO-DATE. If non-nil, return date in ISO 8601 format.
8642
ea4b0ca3
SM
86432000-03-26 Stefan Monnier <monnier@cs.yale.edu>
8644
3831af62
SM
8645 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
8646 if it ever becomes used.
8647 (log-edit-mode-hook): Default to vc-log-mode-hook.
8648 (log-edit-mode): Fix the docstring.
8649
ea4b0ca3
SM
8650 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
8651 the code.
8652
08f8b1cc
DL
86532000-03-26 Dave Love <fx@gnu.org>
8654
082527fe
DL
8655 * net/browse-url.el (browse-url): Re-fix case of
8656 browse-url-browser-function being an alist.
8657 (browse-url): Add :link to defgroup.
8658
08f8b1cc
DL
8659 * files.el: Doc fixes.
8660 (file-truename): Include `[' in wildcard characters.
8661 (automount-dir-prefix): Customize.
8662 (find-file-wildcards): Add :version.
8663 (find-file-noselect): Simplify a mapcar call.
8664
8665 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
8666 compatible with inf-lisp version.
8667 (eval-defun-1): Fix custom-declare-variable case.
8668
ea4b0ca3
SM
86692000-03-25 Stefan Monnier <monnier@cs.yale.edu>
8670
8671 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
8672
9a0dd3dc
GM
86732000-03-24 Gerd Moellmann <gerd@gnu.org>
8674
b68c375f
GM
8675 * Makefile (COMPILE_FIRST): New macro.
8676 (compile-files): Compile files from COMPILE_FIRST first.
8677
8678 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
8679 code.
8680
9a0dd3dc
GM
8681 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
8682 matching open parenthesis in column 0 to defun-prompt-regexp
8683 only if open-paren-in-column-0-is-defun-start is set.
8684
8685 * sun-curs.el: Require CL at compile-time only.
8686
8687 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
8688 instead of copy-list which is a function from CL.
8689 (msb--choose-menu, msb--mode-menu-cond)
8690 (msb--create-buffer-menu-2): Use dolist instead of mapc.
8691 (msb--init-file-alist): Use mapcar instead of mapcan.
8692 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
8693 `(' in column 0 in doc string.
8694 (msb--add-separators): Use mapcar instead of mapcan.
8695
8696 * cus-dep.el: Require CL at compile-time only.
8697
c7dcadb5
SM
86982000-03-24 Stefan Monnier <monnier@cs.yale.edu>
8699
8700 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8701 (byte-compile-warnings): New warning `noruntime'.
8702 (byte-compile-constants, byte-compile-variables): Fix docstring.
8703 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
8704 execute `eval-whenc-compile's body.
8705 (byte-compile-unresolved-functions): Fix docstring.
8706 (byte-compile-eval): New function.
8707 (byte-compile-callargs-warn): Check if the function will be available
8708 at runtime (via property `byte-compile-noruntime').
8709 (byte-compile-print-syms): New function.
8710 (byte-compile-warn-about-unresolved-functions): Also warn about
8711 `noruntime' functions (and use `byte-compile-print-syms').
8712 (byte-compile-file): Capitalize the message.
8713
3b55acc9
GM
87142000-03-24 Gerd Moellmann <gerd@gnu.org>
8715
8716 * mail/rmail.el (rmail-confirm-expunge): New user-option.
8717 (rmail-expunge): Ask for confirmation depending on the setting
8718 of rmail-confirm-expunge.
8719
87202000-03-23 Gerd Moellmann <gerd@gnu.org>
8721
8722 * Makefile (bootstrap-clean): If $(emacs) exists, build
8723 loaddefs.el first. A loaddefs.el that's not up-to-date might
8724 cause a bootstrap failure because things don't autoload as
8725 expected.
8726
02c76af4
DL
87272000-03-23 Dave Love <fx@gnu.org>
8728
8729 * net/browse-url.el: Restore previous use of
8730 browse-url-maybe-new-window.
8731
1a3199d9
GM
87322000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8733
8734 * ps-print.el: Skip banner page fix.
8735 (ps-print-version): New version number (5.1.2).
8736 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 8737
1a3199d9
GM
87382000-03-23 Dave Pearson <davep@davep.org>
8739
8740 * net/quickurl.el Changed the type of parameter passed to the
8741 function defined by `quickurl-format-function'. Before only the
8742 text of the URL was passed. Now the whole URL structure is passed
8743 and the function is responsible for extracting the parts it
8744 requires. Changed the default of `quickurl-format-function'
8745 accordingly.
8746 (quickurl-insert): Changed the `funcall' of
8747 `quickurl-format-function' to match the above change.
8748 (quickurl-list-insert): Changed the `url' case so that it makes
8749 use of `quickurl-format-function', previous to this the format was
8750 hard wired.
fa78f71b 8751
72db3ab5
GM
87522000-03-22 Gerd Moellmann <gerd@gnu.org>
8753
8754 * startup.el: Change some spellings for the X Window System.
8755
68049bfa
SM
87562000-03-22 Stefan Monnier <monnier@cs.yale.edu>
8757
8758 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
8759 up the code and the regexp and make sure the cursor is temporarily
8760 moved to the suspicious line while querying the user.
8761
ff4df011
JR
87622000-03-22 Jason Rumney <jasonr@gnu.org>
8763
8764 * w32-fns.el (w32-charset-info-alist): Initialize.
8765
ee1c5b21
GM
87662000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8767
8768 * ps-print.el: N-up last page fix.
8769 (ps-print-version): New version number (5.1.1).
8770 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 8771
d2cbfba0
SM
87722000-03-21 Stefan Monnier <monnier@cs.yale.edu>
8773
bfb857d8
SM
8774 * files.el (find-file-run-dired): Update docstring.
8775 (find-directory-functions): New hook.
8776 (find-file-noselect): Run find-directory-functions rather than
8777 calling dired directly.
8778
8779 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
8780
cb3430a1
SM
8781 * pcvs.el: Add a minimal leading commentary.
8782 (cvs-make-cvs-buffer): Change the header part by removing the startup
8783 message and adding a `Module' entry. Also replace the FOOTER and
8784 HEADER special fileinfos with the new support in ewoc for updating
8785 its own footer and header.
8786 (cvs-update-header): Update to use the header/footer of the ewoc.
8787 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
8788 (cvs-is-within-p): New function.
8789 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
8790 to only examine some subset of the buffers.
8791
8792 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
8793 `format' instead of our own ad-hoc functions.
8794 Remove HEADER and FOOTER cases, now handled in the EWOC.
8795 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
8796
8797 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
8798 output to avoid scaring the user.
8799 (cvs-parse-table): Catch message for non-up-to-date commits.
8800
8801 * pcvs-defs.el (cvs-startup-message): Remove.
8802 (cvs-global-menu): New autoloaded menu.
8803
8804 * pcvs-util.el (cvs-string-fill): Remove.
8805
8806 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
8807 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
8808 PP part of it and also make it work for footers and headers.
8809 (ewoc-create): Drop POS and BUFFER arguments.
8810 Use the DLL's dummy node to store the end-of-footer position.
8811 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
8812 (ewoc-refresh): Remove unused `header' variable.
8813 (ewoc-(get|set)-hf): New functions.
8814
d2cbfba0
SM
8815 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
8816 log-view-*-(message|file) and use easy-mmode-define-navigation.
8817 (log-view-message-re): Match SCCS format as well.
8818 And match the revision line rather than the dashed separator line.
8819 (log-view-mode): Use the new define-derived-mode.
8820 (log-view-current-tag): Fill in with an actual implementation.
8821
8822 * cvs-status.el (cvs-status-(prev|next)): Rename from
8823 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
8824 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
8825 to let the output "breathe" a little more (more readable).
8826 (cvs-status-mode): Use the new define-derived-mode.
8827
8828 * smerge-mode.el (smerge-auto-leave): New function and variable.
8829 (smerge-basic-map): Rename from smerge-basic-keymap.
8830 Change the bindings for smerge-diff-*.
8831 (smerge-*-map): Use easy-mmode-defmap.
8832 (smerge-(next|prev)): Use easy-mmode-define-navigation.
8833 (smerge-keep-*): Use smerge-auto-leave.
8834
51663132
JR
88352000-03-21 Jason Rumney <jasonr@gnu.org>
8836
8837 * cus-edit.el (custom-button-face): Use 3D look for w32.
8838 (custom-button-pressed-face): Likewise.
8839
3f6e4b8b
GM
88402000-03-21 Gerd Moellmann <gerd@gnu.org>
8841
8842 * progmodes/etags.el (tags-case-fold-search): New user-option.
8843 (tags-loop-eval): New function. Bind case-fold-search around eval
8844 depending on the value of tags-case-fold-search.
8845 (tags-loop-continue): Use tags-loop-eval.
8846 (find-tag-in-order): Bind case-fold-search depending on the value
8847 of tags-case-fold-search.
8848
c7ea3acc
SM
88492000-03-21 Stefan Monnier <monnier@cs.yale.edu>
8850
0ae39f53
SM
8851 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
8852 (diff-end-of-hunk): Return the end position for use in
8853 `easy-mmode-define-navigation'.
8854 (diff-recenter): Remove.
8855 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
8856 of `easy-mmode-define-navigation'.
8857 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
8858 previous renaming) and fix to use new names.
8859 (diff-merge-strings): Use \n as separator: simpler, faster.
8860 (diff-mode): Use `define-derived-mode'.
8861
c7ea3acc
SM
8862 * derived.el (define-derived-mode): Don't autoload anymore.
8863 Prefer the macro-only version provided by easy-mmode.el.
8864
8865 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
8866 `easy-mmode-define-derived-mode'.
8867 Use `combine-run-hooks'.
8868 (easy-mmode-define-navigation): New macro.
8869
8870 * subr.el (combine-run-hooks): New function.
8871
6c4bfdc0
KH
88722000-03-21 Kenichi HANDA <handa@etl.go.jp>
8873
8874 * term/x-win.el: Fontsets related initialization is simplified.
8875
8876 * international/mule-diag.el (describe-font): Don't refer to
8877 global-fontset-alist, instead call font-list.
8878 (describe-fontset, list-fontsets, mule-diag): Likewise.
8879 (print-fontset): Adjusted for the change of fontset
8880 implementation.
8881
8882 * international/fontset.el (x-charset-registries): Variable
8883 removed, instead the corresponding data is stored in the default
8884 fontset.
8885 (register-alternate-fontnames): Function removed.
8886 (resolved-ascii-font): Variable removed.
8887 (x-compose-font-name): Ignore the second argument REDOCE.
8888 (x-complement-fontset-spec): Complement only an ASCII font and
8889 element for those charsets than can use that ASCII font.
8890 (generate-fontset-menu): Don't refer to global-fontset-alist,
8891 instead call fontset-list.
8892 (uninstantiated-fontset-alist): Variable removed.
8893 (x-style-funcs-alist): Likewise.
8894 (fontset-default-styles): Likewise.
8895 (x-modify-font-name): Function removed.
8896 (create-fontset-from-fontset-spec): Ignore the argument
8897 STYLE-VARIANT.
8898 (create-fontset-from-ascii-font): Docsting adjusted for the above
8899 change.
8900 (instantiate-fontset, resolve-fontset-name): Functions removed.
8901 (fontset-list): Now implemented by C code.
fa78f71b 8902
6c4bfdc0
KH
8903 * faces.el (read-face-font): Fix TABLE arg to completing-read.
8904 (describe-face): Include `font' attribute in the description.
8905
9111d4b5
KH
89062000-03-21 Kenichi Handa <handa@etl.go.jp>
8907
8908 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
8909
b33dd3b0
GM
89102000-03-20 Gerd Moellmann <gerd@gnu.org>
8911
a25bbe00
GM
8912 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
8913 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
8914 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 8915
b33dd3b0
GM
8916 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
8917 about behavior of set-buffer-modified-p wrt redisplay.
8918
8b7bc628 89192000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
8920
8921 * view.el (view-mode-disable): Kill local binding of view-read-only.
8922
d7b511c4
GM
89232000-03-18 Gerd Moellmann <gerd@gnu.org>
8924
8925 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
8926 is a string, convert it to a syntax cell using string-to-syntax.
8927
8928 * simple.el (syntax-code-table, syntax-flag-table): New variables.
8929 (string-to-syntax): New function.
8930
8931 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
8932 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 8933 try to use passive ftp mode.
d7b511c4 8934
998ecc60
GM
89352000-03-17 Gerd Moellmann <gerd@gnu.org>
8936
b33dd3b0 8937 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
8938
8939 * simple.el (append-to-buffer): Update point of windows after
8940 insertion.
8941
8942 * abbrev.el (inverse-add-abbrev): Identify word by first moving
8943 forward then moving backward. Reindent.
8944
8945 * frame.el (other-frame): Call x-focus-frame only if
8946 focus-follows-mouse is off.
8947
235d6821
DL
89482000-03-17 Dave Love <fx@gnu.org>
8949
8950 * pcvs-util.el (cvs-strings->string): Rename
8951 replace-regexps-in-string.
8952
a29a2cd1
SM
89532000-03-17 Stefan Monnier <monnier@cs.yale.edu>
8954
af595444
SM
8955 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
8956 regexp for labels cannot span several lines.
8957
8958 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 8959 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 8960
a9be2843
DL
89612000-03-16 Dave Love <fx@gnu.org>
8962
8963 * progmodes/f90.el (f90): Put custom group under `languages', not
8964 `fortran'.
8965 (f90-mode-hook): Customize.
8966 (f90-mode): Set add-log-current-defun-function.
8967 (f90-current-defun): New function.
8968
d0ab3e9d
GM
89692000-03-16 Gerd Moellmann <gerd@gnu.org>
8970
16b20ed9
GM
8971 * cus-edit.el (custom-variable-tag-face): Handle case that
8972 default face's height is not a number.
8973 (custom-face-tag-face, custom-group-tag-face-1)
8974 (custom-group-tag-face): Ditto.
8975 (custom-group-tag-face-1): Add :group.
fa78f71b 8976
d0ab3e9d
GM
8977 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
8978
ae8ab422
GM
89792000-03-15 Gerd Moellmann <gerd@gnu.org>
8980
8981 * pcvs-defs.el (toplevel): Remove autoload cookie for form
8982 requiring easymenu.
8983
81c7ca69
GM
89842000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8985
8986 * ps-print.el: PostScript user-defined prologue, PostScript error
8987 handler, doc fix.
8988 (ps-print-version): New version number (5.1).
8989 (ps-user-defined-prologue, ps-error-handler-message)
8990 (ps-print-prologue-0, ps-error-handler-alist): New vars.
8991 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
8992 (ps-insert-string): New function.
fa78f71b 8993
dcf1003d
KH
89942000-03-15 Kenichi Handa <handa@etl.go.jp>
8995
8996 * international/ccl.el (ccl-compile-expression): Don't generate
8997 invalid self-assignment code.
8998
73825616
DL
89992000-03-14 Dave Love <fx@gnu.org>
9000
9001 * subr.el (replace-regexp-in-string): Renamed from
9002 replace-regexps-in-string. Doc fix.
9003
031020ac
DL
90042000-03-12 Dave Love <fx@gnu.org>
9005
9006 * cus-edit.el: Doc fixes.
9007 (customize-set-variable, customize-save-variable): Rename args for
9008 doc.
9009 (custom-variable-tag-face, custom-face-tag-face)
9010 (custom-group-tag-face-1, custom-group-tag-face): Modify from
9011 style which user identify as hyperlink.
9012 (hook): Don't add undefined functions to the hook.
9013 (debug-ignored-errors): Transfer message from bindings.el.
9014
9b2f3c38
GM
90152000-03-12 Gerd Moellmann <gerd@gnu.org>
9016
9017 * recentf.el (recentf-keep-non-readable-files-p): Remove
9018 double/nested definition.
9019
0d6e23cf
DL
90202000-03-12 Dave Love <fx@gnu.org>
9021
9022 * facemenu.el (facemenu-get-face): Use display-color-p.
9023 * enriched.el (enriched-decode-foreground): Likewise.
9024 (enriched-decode-background): Likewise.
9025 * isearch.el (isearch-highlight): Likewise.
9026 * info-look.el (info-lookup): Likewise.
9027 * simple.el (completion-setup-function): Likewise.
9028
9029 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
9030 :options.
9031
9032 * bindings.el (mode-line-format): Fix line-number and
9033 column-number items. Add help-echo for the background.
9034 (mode-line-mule-info): Modify help-echo.
9035
9036 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
9037 defcustom.
9038
9039 * files.el (load-file): Allow completion to .elc.
9040
9041 * man.el: Doc fixes.
9042 (Man-init-defvars): Use display-color-p to set fontification.
9043
9044 * play/hanoi.el (hanoi-internal): Don't use oddp.
9045
e1cff360
GM
90462000-03-12 Gerd Moellmann <gerd@gnu.org>
9047
9048 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
9049
9050 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
9051
5e5dff44
GM
90522000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
9053
9054 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
9055 Fix comment.
9056
5b467bf4
SM
90572000-03-10 Stefan Monnier <monnier@cs.yale.edu>
9058
83fef604
SM
9059 * font-lock.el (font-lock-keywords): Fix the doc now that
9060 regexp-opt-depth is unnecessary.
9061 (save-buffer-state): Set an edebug spec.
9062 (font-lock-fontify-anchored-keywords): Properly handle the case when
9063 the matcher goes past the limit.
9064
5b467bf4
SM
9065 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
9066 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
9067
83fef604
SM
9068 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
9069 dll.el and cookie.el (from Elib) with heavy renaming and other
9070 massaging.
5b467bf4
SM
9071
9072 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
9073 Autoload the functions used.
9074 (easy-mmode-define-syntax): Fix CL typo.
9075 (easy-mmode-define-derived-mode): Improve the docstring generation.
9076
d407456c
GM
90772000-03-10 Gerd Moellmann <gerd@gnu.org>
9078
9079 * textmodes/texinfo.el (texinfo-version): Variable and function
9080 removed.
9081
5a7a545c
SM
90822000-03-09 Stefan Monnier <monnier@cs.yale.edu>
9083
0d6e23cf
DL
9084 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
9085 allow more flexibility.
9086 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
9087 fns.
9088 (easy-mmode-defmap, easy-mmode-defsyntax)
9089 (easy-mmode-define-derived-mode): New macros.
5a7a545c 9090
d407456c 90912000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
9092
9093 * rect.el (replace-rectangle): New function.
9094
90952000-03-09 Dave Love <fx@gnu.org>
9096
9097 * progmodes/fortran.el (fortran-comment-line-start): Define as
9098 "C".
9099 (fortran-comment-line-start-skip): Don't match cpp stuff.
9100 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
9101 (fortran-mode-map): Remove over-eager custom-menu-create for now.
9102 (fortran-mode): Don't set fortran-comment-line-start-skip,
9103 fortran-comment-line-start here. Set comment-start,
9104 add-log-current-defun.
9105 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
9106 (fortran-current-defun): New function.
9107
80460654
GM
91082000-03-09 Gerd Moellmann <gerd@gnu.org>
9109
d1221ea9
GM
9110 * emacs-lisp/re-builder.el: New file.
9111
1853aa6b
GM
9112 * mouse.el (mouse-drag-region): Don't run up-event handler
9113 if hscroll has changed.
9114
80460654
GM
9115 * octave-mod.el (octave-font-lock-keywords): To font-lock the
9116 builtin operators, use `font-lock-builtin-face' for Emacs and
9117 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
9118
9119 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
9120 `(defun (setf foo)' differently.
9121
c0056275
SM
91222000-03-08 Stefan Monnier <monnier@cs.yale.edu>
9123
9124 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
9125 (regexp-opt): Update comment and adapt the code the new meaning of
9126 the `paren' argument of regex-opt-group for shy-groups.
9127 (regexp-opt-depth): Handle shy groups as well as backslashed
9128 backslashes.
c0056275
SM
9129 (regexp-opt-group): Turn the leading comment into a docstring.
9130 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
9131 Remove open-presuf and close-presuf. Instead of checking for `all
9132 one-char' and then later on check for `several one-char', handle
9133 both cases close together. Also apply a more generic algorithm
9134 for suffixes (the mirror image of the algorithm used for
9135 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
9136 (regexp-opt-try-suffix): Removed.
9137
9138 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
9139 from comint-mode-map, so we can just inherit from it. Also, move
9140 the initialization into the `defvar' since there's no docstring
9141 anyway and it's fairly short.
9142 (inferior-scheme-mode): Define it as derived-mode: the code is
9143 shorter and this way we inherit from comint-mode-map rather than
9144 copying it.
c0056275 9145
80460654
GM
9146 * subr.el (replace-regexps-in-string): Properly handle the case
9147 where we match an empty string.
c0056275 9148
80460654
GM
9149 * comint.el (comint-exec-1): Add the current-dir to the exec-path
9150 when the command has a directory component (such as "./testml").
c0056275
SM
9151 Also fix a typo in the comment.
9152
5e91ff9e
GM
91532000-03-08 Gerd Moellmann <gerd@gnu.org>
9154
feab4fba
GM
9155 * Makefile (compile-files): Compile files one by one because
9156 that's the only way to ensure a clean compilation environment for
9157 each individual file.
9158
5e91ff9e
GM
9159 * frame.el (other-frame): Call x-focus-frame.
9160
76162e12
DL
91612000-03-07 Dave Love <fx@gnu.org>
9162
f64ce788
DL
9163 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
9164 :require to defcustom.
9165
76162e12
DL
9166 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
9167 lists.
9168
9169 * files.el (auto-mode-alist): Add configure.in.
9170
9171 * progmodes/autoconf.el: New file.
9172
f7daf1e1
GM
91732000-03-07 Gerd Moellmann <gerd@gnu.org>
9174
9175 * mail/mh-e.el: Change maintainer to `none'.
9176
9177 * recentf.el (recentf-keep-non-readable-files-p): Quote args
9178 to remove-hook and add-hook.
9179
91802000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9181
9182 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
9183 it as the default.
9184 (mail-send): Test mail-send-nonascii also for the new `mime' value.
9185 (sendmail-send-it): Conditionally add MIME headers specifying the
9186 used character set.
fa78f71b 9187
63f6b2c4
DL
91882000-03-07 Dave Love <fx@gnu.org>
9189
9190 * winner.el: Fix keywords, autoload cookies. Split
9191 eval-when-compile form to avoid compilation failure.
9192
8330e2f9
KH
91932000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
9194
9195 * international/mule.el: Modify comment about coding system
9196 property `coding-category'.
9197 (make-coding-system): New argument EOL-TYPE. Pay attention to
9198 coding-category property of PROPERTIES.
9199
9200 * international/mule-conf.el (coding-category-utf-8,
9201 coding-category-utf-16-be, coding-category-utf-16-le): New coding
9202 categories. Include them in the argument for set-coding-priority.
9203
9204 * international/mule-cmds.el (reset-language-environment): Include
9205 coding-category-utf-8, coding-category-utf-16-be, and
9206 coding-category-utf-16-le in the argument for set-coding-priority.
9207 (reset-language-environment): Initialize coding-category-utf-8,
9208 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
9209
18bb0684
GM
92102000-03-06 Karl Fogel <kfogel@red-bean.com>
9211
9212 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
9213 code abstracted out of `bookmark-jump-noselect'. Now tries info
9214 extensions as well as compression extensions.
9215 (bookmark-jump-noselect): Use above new func.
fa78f71b 9216
71a6ba55
GM
92172000-03-03 Gerd Moellmann <gerd@gnu.org>
9218
9219 * strokes.el: Change maintainer's mail address.
9220
0d56cdff
KH
92212000-03-03 Kenichi Handa <handa@etl.go.jp>
9222
9223 * international/mule-diag.el (list-character-sets): Make help-echo
9224 string by substitute-command-keys.
9225 (list-character-sets): Likewise.
9226 (sort-listed-character-sets): Call help-setup-xref.
9227
900fa1f1
GM
92282000-03-02 Gerd Moellmann <gerd@gnu.org>
9229
9230 * time.el (display-time-mail-file): Add `none' to the list of
9231 choices.
9232
54d04320
DL
92332000-03-01 Dave Love <fx@gnu.org>
9234
43f3fa09
DL
9235 * help.el (help-xref-go-back): Don't try to set position.
9236
54d04320
DL
9237 * international/mule-diag.el (list-character-sets): Call
9238 help-setup-xref. Add help-echo to xrefs.
9239 (list-character-sets-1): Add help-echo to xrefs.
9240
d054101f
GM
92412000-03-02 Gerd Moellmann <gerd@gnu.org>
9242
9243 * frame.el (blink-cursor-mode): Switch cursor on when turning
9244 the mode off.
9245
9246 * add-log.el (add-log-current-defun): Add support for
9247 Autoconf mode.
9248
9249 * mail/rmail.el (rmail-quit-hook): New variable.
9250
d77dae5c
DL
92512000-03-01 Dave Love <fx@gnu.org>
9252
e5f597f0
DL
9253 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
9254
d77dae5c
DL
9255 * help.el (help-xref-button): Add help-echo arg.
9256 (describe-function-1, describe-variable, help-make-xrefs): Use it.
9257
9258 * faces.el (list-faces-display): Supply help-echo with
9259 help-make-xrefs.
9260
9261 * facemenu.el (list-text-properties-at): Set help-xref-stack to
9262 nil.
9263
72d19d75
GM
92642000-03-01 Gerd Moellmann <gerd@gnu.org>
9265
2df636f4
GM
9266 * image.el (defimage): Look for image files in load-path.
9267
fa78f71b 9268 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
9269 `number'.
9270
2df636f4
GM
92712000-03-01 David Ponce <david.ponce@wanadoo.fr>
9272
9273 * recentf.el (recentf): Added version tag to the defgroup of
9274 recentf.
9275
92762000-03-01 David Ponce <david.ponce@wanadoo.fr>
9277
9278 * recentf.el (recentf-cleanup): Changed to remove excluded file
9279 too.
9280 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
9281 action to select/unselect a file.
9282 (recentf-edit-list): Code cleanup and improvement.
9283 (recentf-open-more-files-action): `recentf-open-more-files' button
9284 widget action to open a file.
9285 (recentf-open-more-files): No more use standard completion but
9286 widgets.
9287 (recentf-more-collection): Deleted.
9288 (recentf-more-history): Deleted.
9289 (recentf-setup-more-completion): Deleted.
9290
92912000-03-01 David Ponce <david.ponce@wanadoo.fr>
9292
9293 * recentf.el (recentf-mode): No more needs that Emacs is running
9294 under a window-system.
9295
92961999-03-01 David Ponce <david.ponce@wanadoo.fr>
9297
9298 * recentf.el (recentf-edit-list): New command to edit the recent
9299 list which allow the user to remove files.
9300 (recentf-edit-selected-items): New global variable, used by
9301 `recentf-edit-list' to hold the list of files to be removed from
9302 the recent list.
9303 (recentf-make-menu-items): Updated to display a "Edit list..."
9304 menu item. Minor code cleanup.
9305
93061999-03-01 David Ponce <david.ponce@wanadoo.fr>
9307
9308 * recentf.el (recentf-open-more-files): New command to open files
9309 that are not displayed in the menu.
9310 (recentf-more-collection): New global variable holding the set of
9311 permissible completions used by `recentf-open-more-files'.
9312 (recentf-more-history): New global variable holding the history list
9313 used by `recentf-open-more-files' completion.
9314 (recentf-setup-more-completion): New function to setup completion for
9315 `recentf-open-more-files'.
9316 (recentf-make-menu-items): Updated to display a "More..." menu item.
9317
93181999-03-01 David Ponce <david.ponce@wanadoo.fr>
9319
9320 * recentf.el (recentf-menu-action): Doc fixed.
9321
93221999-03-01 David Ponce <david.ponce@wanadoo.fr>
9323
9324 * recentf.el (recentf-menu-filter): Doc updated.
9325 (recentf-update-menu-hook): Allow menu filters to force menu update.
9326 (recentf-make-menu-items): New menu filter handling.
9327 (recentf-make-menu-item): New helper function.
9328 (recentf-menu-elements): New menu handling function.
9329 (recentf-sort-ascending): Updated to new menu filter handling.
9330 (recentf-sort-descending): Updated to new menu filter handling.
9331 (recentf-sort-basenames-ascending): New menu filter function.
9332 (recentf-sort-basenames-descending): New menu filter function.
9333 (recentf-show-basenames): New menu filter function.
9334 (recentf-show-basenames-ascending): New menu filter function.
9335 (recentf-show-basenames-descending): New menu filter function.
9336
72d19d75
GM
93372000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9338
9339 * diary-lib.el (list-diary-entries): Don't try to go forward at
9340 the end of the buffer.
9341
1ac1c836
KH
93422000-02-29 Kenichi Handa <handa@etl.go.jp>
9343
9344 * international/mule-diag.el (list-character-sets): Completely
9345 rewritten.
9346 (sort-listed-character-sets): New function.
9347 (list-character-sets-1): Completely rewritten.
9348 (list-character-sets-2): New function.
9349 (non-iso-charset-alist): New variable.
9350 (decode-codepage-char): New function.
9351 (charset-history): New variable.
9352 (read-charset) (list-block-of-chars)
9353 (list-iso-charset-chars)
9354 (list-non-iso-charset-chars)
9355 (list-charset-chars): New functions.
9356 (mule-diag): Call list-character-sets-2, not
9357 list-character-sets-2.
9358 (dump-charsets): Likewise.
9359
ed4d0512
GM
93602000-02-29 Gerd Moellmann <gerd@gnu.org>
9361
72d19d75
GM
9362 * dired-x.el (dired-filename-at-point): Add `@' to valid
9363 file name characters.
9364 (dired-filename-at-point): Handle ange-ftp file names.
9365
ed4d0512
GM
9366 * frame.el (frame-notice-user-settings): Use assq-delete-all
9367 instead of assoc-delete-all.
9368 (frame-notice-user-settings): Ditto.
9369
9370 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
9371 Don't copy alist.
9372
32038c7a
GM
93732000-02-28 Eli Barzilay <eli@cs.cornell.edu>
9374
9375 * calculator.el (calculator-use-menu): New option.
9376 (calculator-initial-bindings): Changed some bindings to work as
9377 macros.
9378 (calculator-forced-input): Removed.
9379 (calculator-restart-other-mode): New variable.
9380 (calculator-mode-map): Set up menu.
fa78f71b 9381
32038c7a
GM
93822000-02-28 Jari Aalto <jari.aalto@poboxes.com>
9383
9384 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
9385 tags.
fa78f71b 9386
55d7ff38 93872000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 9388
55d7ff38
MK
9389 * viper-cmd.el (viper-envelop-ESC-key): added the option to
9390 translate all ESC key sequences.
9391 (viper-goto-mark-subr): restore markers for files for which
9392 they were saved.
9393 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
9394 * viper-util.el (viper-set-replace-overlay-glyphs,
9395 viper-set-replace-overlay): always check if the replacement
9396 overlay is live.
9397 * viper.el (viper-vi-state-mode-list): added major modes.
9398 * ediff-wind.el: minor comment changes.
9399 * ediff.el: copyright notice date fix.
fa78f71b 9400
387023ee
JR
94012000-02-27 Jason Rumney <jasonr@gnu.org>
9402
9403 * faces.el (face-font-family-alternatives): Add arial to helv.
9404 (mode-line, header-line, tool-bar): Same default as x for w32.
9405 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
9406 face-font-family-alternatives from working.
9407 * term/w32-win.el (mouse-set-font): Do not build fontset from
9408 chosen font.
9409
f43d79c1
GM
94102000-02-25 Sam Steingold <sds@goems.com>
9411
5d80cc9c 9412 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 9413 properly.
fa78f71b 9414
8b7bc628 94152000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
9416
9417 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
9418
4eb8436f
GM
94192000-02-25 Gerd Moellmann <gerd@gnu.org>
9420
9421 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
9422 writable.
9423
449c3c52 9424 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 9425
42088c12
GM
94262000-02-24 Gerd Moellmann <gerd@gnu.org>
9427
9428 * frame.el (show-cursor-in-non-selected-windows): New option.
9429
c60ea02e
GM
94302000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9431
9432 * diary-lib.el (include-other-diary-files): Undo the selective
9433 display in any included file and don't kill it.
9434
d066de8e
EZ
94352000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
9436
9437 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
9438 bar. Menu items converted to (menu-item format, help strings
9439 added.
9440 [downcase, upcase]: Don't enable on MS-DOS.
9441 [symlink, symlinks]: Don't show if make-symbolic-link is not
9442 bound.
9443 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
9444
b6906b38
DL
94452000-02-23 Dave Love <fx@gnu.org>
9446
275cf1b2
DL
9447 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
9448 (backward-kill-word): Revert addition of * to interactive spec --
9449 it's a feature.
9450
9451 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
9452 (backward-kill-sentence, kill-sentence): Likewise.
9453
99d48056
DL
9454 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
9455 scratch buffer name.
9456 (gud-format-command): Use int-to-string in ?l case. Simplify
9457 slightly.
9458
9459 * term/w32-win.el (internal-face-interactive): Update prompt for
9460 new read-face-name.
9461
9462 * mail/footnote.el (footnote): Add :version to defgroup.
9463 (footnote-section-tag-regexp): Customize.
9464 (footnote-start-tag, footnote-end-tag): New option.
9465 (footnote-latin-regexp): New variable.
9466 (Footnote-latin): New function.
9467 (footnote-style-alist): Add element for latin style.
9468 (footnote-style): Moved.
9469 (Footnote-goto-footnote): Use eq to test arg.
9470
9471 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
9472
b6906b38
DL
9473 * emacs-lisp/byte-opt.el: Change old backquote syntax.
9474 (byte-compile-trueconstp): Include keywords.
9475 (byte-optimize-quote, byte-optimize-lapcode): Use
9476 byte-compile-const-symbol-p.
9477 (byte-optimize-char-before): New optimization.
9478
9479 * emacs-lisp/bytecomp.el: Change old backquote syntax.
9480 (byte-compile-const-symbol-p): New function.
9481 (byte-compile-constp, byte-compile-out-toplevel)
9482 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
9483 Use it.
9484
9485 * subr.el (define-key-after): Default AFTER to t. Doc fix.
9486
214f877f
KH
94872000-02-23 Kenichi Handa <handa@etl.go.jp>
9488
c709bcf1
KH
9489 * international/encoded-kb.el: Be sure to update minor-mode-alist
9490 and minor-mode-map-alist.
9491 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
9492 codes SS2 and SS3 correctly.
9493 (encoded-kbd-self-insert-ccl): New function.
9494 (encoded-kbd-setup-keymap): New function.
9495 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
9496 by calling encoded-kbd-setup-keymap.
9497
214f877f
KH
9498 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
9499 characters.
9500 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
9501 locally.
9502
b021ef18
DL
95032000-02-22 Dave Love <fx@gnu.org>
9504
9505 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
9506 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
9507 defvar.
9508 (lisp-mode-syntax-table): Set up for #|...|# comments.
9509 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
9510 classes. Match `defface'.
9511 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
9512 (eval-defun-1): Fix for defcustom.
9513 (lisp-indent-region): Doc fix.
9514
9515 * subr.el (when, unless, split-string): Doc fix.
9516 (read-passwd): Move call of clear-this-command-keys to the right
9517 place.
9518 (replace-regexps-in-string): New function.
9519
14cc00ad
GM
95202000-02-22 Gerd Moellmann <gerd@gnu.org>
9521
9522 * help.el (describe-variable): Set syntax table to
9523 emacs-lisp-mode-syntax-table when moving forward over the
9524 symbol's name.
9525
47da5efa
DL
95262000-02-22 Dave Love <fx@gnu.org>
9527
9528 * xt-mouse.el: Doc fixes.
9529 (xterm-mouse-position-function): New function, replacing advice of
9530 mouse-position.
9531 (xterm-mouse-mode): Use it. Don't turn on under a window system.
9532
9533 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
9534
f0a6c717
GM
95352000-02-21 Gerd Moellmann <gerd@gnu.org>
9536
9537 * format.el (format-annotate-single-property-change): Handle
9538 properties.with dotted-list values.
9539 (format-proper-list-p): New function.
9540
9541 * enriched.el (enriched-face-ans): Handle '(foreground-color
9542 . COLOR) and (background-color . COLOR).
9543
2be80b63
DL
95442000-02-20 Dave Love <fx@gnu.org>
9545
9546 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
9547 and assignments to it.
9548 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
9549 current local map.
9550 (make-flyspell-overlay): Use it.
9551 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
9552
9553 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
9554 (lm-get-header-re): Defun, not defsubst.
9555 (lm-get-package-name): Defun, not defsubst. Simplify.
9556 (lm-version): Doc fix. Simplify.
9557 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
9558 (lm-crack-address, lm-last-modified-date, lm-commentary)
9559 (lm-verify, lm-synopsis): Simplify.
9560 (lm-report-bug): Require emacsbug. Use compose-mail.
9561
329eed9f
GM
95622000-02-20 Gerd Moellmann <gerd@gnu.org>
9563
9564 * dired.el (dired-mode): Call propertized-buffer-identification
9565 to set mode-line-buffer-identification to something having
9566 the right text properties.
9567
9568 * bindings.el (propertized-buffer-identification): New function.
9569
be5bb146
DL
95702000-02-20 Dave Love <fx@gnu.org>
9571
9572 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
9573 check for t-mouse too.
9574
9575 * cus-start.el: Make echo-keystrokes `number'.
9576
1d4311c3
EZ
95772000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
9578
9579 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
9580 Don't call ring-empty-p unless tags-location-ring is bound.
9581 From Noah Friedman <friedman@splode.com>.
9582
a23c5037
TTN
95832000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
9584
9585 * progmodes/hideshow.el (hs-flag-region): No longer use
9586 `intangible' overlay property.
9587
9588 (hs-toggle-hiding): New command.
9589 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
9590
9591 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
9592 Fix omission bug: Run `hs-minor-mode-hook' for both activation
9593 and deactivation.
9594
b6a22bf8
GM
95952000-02-18 Gerd Moellmann <gerd@gnu.org>
9596
9597 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
9598
d621caf7
GM
95992000-02-17 Gerd Moellmann <gerd@gnu.org>
9600
3c0ed7ce
GM
9601 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
9602
d621caf7
GM
9603 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
9604 of `*' to handle `(* ... *)' comments.
9605
538d88fb
EZ
96062000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
9607
53c80cf6 9608 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 9609 window-system.
53c80cf6 9610
538d88fb
EZ
9611 * menu-bar.el (global-map): Menu-bar items converted to the new
9612 format (menu-item..., rearranged for better CUA compliance, and
9613 their names changed for better clarity. Help strings added.
9614
9615 * international/mule-cmds.el (mule-menu-keymap)
9616 (describe-language-environment-map, set-coding-system-map)
9617 (setup-language-environment-map): Convert to new (menu-item...
9618 form, add help strings. Change names of menu items for better
9619 clarity. "Mule" menu-bar item removed (it's now in the "Options"
9620 submenu).
9621
8389e1e2 96222000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 9623
a23c5037 9624 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 9625 within the code.
a23c5037 9626
8389e1e2 96272000-02-16 Dave Love <fx@gnu.org>
a23c5037 9628
84fe35f0
DL
9629 * faces.el: Don't require custom. Add more specific :groups to
9630 various deffaces.
9631 (set-face-attribute): Purecopy args.
9632 (read-face-name): Default to name at point and use it in prompt.
9633 Remove colon from arg in all callers.
9634 (list-faces-display): Hyperlink to face descriptions and customize
9635 buffers.
9636
b2aeee30
DL
96372000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
9638
9639 * wid-edit.el (widget-match-inline): An atom never matches a
9640 list.
9641
99e95407
GM
96422000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9643
82d2c7c5
DL
9644 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
9645 at ':' characters by call to split-string.
99e95407
GM
9646
96472000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9648
82d2c7c5 9649 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
9650
96512000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9652
82d2c7c5
DL
9653 * textmodes/bibtex.el: Some temporary comments removed.
9654 (bibtex-field-name, bibtex-entry-type): Made the relationship
9655 explicit.
9656 (bibtex-field-const): Allow capital letters.
9657 (bibtex-start-of-string): Deleted because unused.
9658
9659 * textmodes/bibtex.el: Unified some nomenclature. We no longer
9660 use the term 'reference' to describe a bibtex entry as a whole.
9661 Further, reference keys are no longer called 'labels'.
9662 (bibtex-keys): Renamed to bibtex-reference-keys.
9663 (bibtex-reformat-previous-labels): Renamed to
9664 bibtex-reformat-previous-reference-keys.
9665 (bibtex-reference-type): Renamed to bibtex-entry-type.
9666 (bibtex-reference-head): Renamed to bibtex-entry-head.
9667 (bibtex-reference-maybe-empty-head): Renamed to
9668 bibtex-entry-maybe-empty-head.
9669 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
9670 (bibtex-search-reference): Renamed to bibtex-search-entry.
9671 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
9672 bibtex-enclosing-entry-maybe-empty-head.
9673 (bibtex-entry-field-alist, bibtex-entry-head,
9674 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
9675 bibtex-map-entries, bibtex-search-entry,
9676 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
9677 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9678 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
9679 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
9680 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
9681 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
9682 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
9683
96842000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9685
82d2c7c5
DL
9686 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
9687 comment.
9688 (bibtex-format-field-delimiters): New function, functionality
9689 extracted from bibtex-format-entry.
9690 (bibtex-autokey-get-yearfield-digits): New function, functionality
9691 extracted from bibtex-autokey-get-yearfield.
9692
9693 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
9694 entries in order to avoid stack overflow in the regexp matcher if
9695 field contents become large.
9696 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
9697 bibtex-field-string-part-not-braced,
9698 bibtex-field-string-part-no-inner-braces,
9699 bibtex-field-string-part-1-inner-brace,
9700 bibtex-field-string-part-2-inner-braces,
9701 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
9702 bibtex-field-string-quoted, bibtex-field-string,
9703 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
9704 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
9705 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
9706 as parsing is now performed by the following functions.
9707 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
9708 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
9709 bibtex-parse-field-string, bibtex-search-forward-field-string,
9710 bibtex-parse-association, bibtex-field-name-for-parsing,
9711 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
9712 bibtex-search-forward-field, bibtex-search-backward-field,
9713 bibtex-start-of-field, bibtex-end-of-field,
9714 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
9715 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
9716 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
9717 bibtex-parse-string, bibtex-search-forward-string,
9718 bibtex-search-backward-string, bibtex-start-of-string,
9719 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
9720 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
9721 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
9722 entries. Instead of reporting the results of the parsing by
9723 match-beginning or match-end, these functions return data structures
9724 that hold the corresponding positions.
9725 (bibtex-enclosing-field): Changed to also report field boundaries by
9726 return values rather than by match-beginning or match-end. The
9727 following functions have been adapted to use the new parsing
9728 functions.
9729 (bibtex-skip-to-valid-entry, bibtex-search-reference,
9730 bibtex-enclosing-field, bibtex-format-entry,
9731 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
9732 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
9733 bibtex-print-help-message, bibtex-end-of-entry,
9734 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
9735 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9736 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
9737 method for parsing.
9738 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
9739 bibtex-map-entries, bibtex-flash-head,
9740 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
9741 bibtex-autokey-change, bibtex-autokey-get-namefield,
9742 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
9743 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9744 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
9745 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9746 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
9747 order to make the new binding of case-fold-search immediately
9748 visible.
99e95407
GM
9749
97502000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9751
82d2c7c5
DL
9752 * textmodes/bibtex.el: Copyright notice is up to date.
9753 Added constant 'bibtex-maintainer-salutation.
99e95407 9754
82d2c7c5
DL
9755 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
9756 than make-temp-name, use match-string-no-properties and eliminate
9757 a quadratic behavior when building bibtex-strings.
99e95407 9758
82d2c7c5
DL
9759 * bibtex.el (bibtex-reference-key): Accept string entries whose
9760 reference key contains upper case letters.
99e95407
GM
9761
97622000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9763
82d2c7c5
DL
9764 * bibtex.el (bibtex-reference-head): Allow entries to start with
9765 a new line.
99e95407
GM
9766
97672000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9768
82d2c7c5
DL
9769 * bibtex.el: Hiding of entry bodies is not longer provided by
9770 bibtex.el directly. Instead the hideshow package can be used.
9771 Added a special bibtex entry to hs-special-modes-alist.
9772 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
9773
97742000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9775
f24fef2f
SM
9776 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
9777 at ':' characters by call to split-string.
8389e1e2
GM
9778
97792000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9780
f24fef2f 9781 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
9782
97832000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9784
f24fef2f
SM
9785 * textmodes/bibtex.el: Some temporary comments removed.
9786 (bibtex-field-name, bibtex-entry-type): Made the relationship
9787 explicit.
9788 (bibtex-field-const): Allow capital letters.
9789 (bibtex-start-of-string): Deleted because unused.
fa78f71b 9790
f24fef2f
SM
9791 * textmodes/bibtex.el: Unified some nomenclature. We no longer
9792 use the term 'reference' to describe a bibtex entry as a whole.
9793 Further, reference keys are no longer called 'labels'.
9794 (bibtex-keys): Renamed to bibtex-reference-keys.
9795 (bibtex-reformat-previous-labels): Renamed to
9796 bibtex-reformat-previous-reference-keys.
9797 (bibtex-reference-type): Renamed to bibtex-entry-type.
9798 (bibtex-reference-head): Renamed to bibtex-entry-head.
9799 (bibtex-reference-maybe-empty-head): Renamed to
9800 bibtex-entry-maybe-empty-head.
9801 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
9802 (bibtex-search-reference): Renamed to bibtex-search-entry.
9803 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
9804 bibtex-enclosing-entry-maybe-empty-head.
9805 (bibtex-entry-field-alist, bibtex-entry-head,
9806 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
9807 bibtex-map-entries, bibtex-search-entry,
9808 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
9809 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9810 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
9811 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
9812 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
9813 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
9814 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
9815
98162000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9817
f24fef2f
SM
9818 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
9819 comment.
9820 (bibtex-format-field-delimiters): New function, functionality
9821 extracted from bibtex-format-entry.
9822 (bibtex-autokey-get-yearfield-digits): New function, functionality
9823 extracted from bibtex-autokey-get-yearfield.
fa78f71b 9824
f24fef2f
SM
9825 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
9826 entries in order to avoid stack overflow in the regexp matcher if
9827 field contents become large.
9828 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
9829 bibtex-field-string-part-not-braced,
9830 bibtex-field-string-part-no-inner-braces,
9831 bibtex-field-string-part-1-inner-brace,
9832 bibtex-field-string-part-2-inner-braces,
9833 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
9834 bibtex-field-string-quoted, bibtex-field-string,
9835 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
9836 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
9837 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
9838 as parsing is now performed by the following functions.
9839 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
9840 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
9841 bibtex-parse-field-string, bibtex-search-forward-field-string,
9842 bibtex-parse-association, bibtex-field-name-for-parsing,
9843 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
9844 bibtex-search-forward-field, bibtex-search-backward-field,
9845 bibtex-start-of-field, bibtex-end-of-field,
9846 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
9847 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
9848 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
9849 bibtex-parse-string, bibtex-search-forward-string,
9850 bibtex-search-backward-string, bibtex-start-of-string,
9851 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
9852 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
9853 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
9854 entries. Instead of reporting the results of the parsing by
9855 match-beginning or match-end, these functions return data structures
9856 that hold the corresponding positions.
9857 (bibtex-enclosing-field): Changed to also report field boundaries by
9858 return values rather than by match-beginning or match-end. The
9859 following functions have been adapted to use the new parsing
9860 functions.
9861 (bibtex-skip-to-valid-entry, bibtex-search-reference,
9862 bibtex-enclosing-field, bibtex-format-entry,
9863 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
9864 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
9865 bibtex-print-help-message, bibtex-end-of-entry,
9866 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
9867 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9868 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
9869 method for parsing.
9870 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
9871 bibtex-map-entries, bibtex-flash-head,
9872 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
9873 bibtex-autokey-change, bibtex-autokey-get-namefield,
9874 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
9875 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9876 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
9877 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9878 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
9879 order to make the new binding of case-fold-search immediately
9880 visible.
8389e1e2
GM
9881
98822000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9883
f24fef2f
SM
9884 * textmodes/bibtex.el: Copyright notice is up to date.
9885 Added constant 'bibtex-maintainer-salutation.
fa78f71b 9886
f24fef2f
SM
9887 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
9888 than make-temp-name, use match-string-no-properties and eliminate
9889 a quadratic behavior when building bibtex-strings.
fa78f71b 9890
f24fef2f
SM
9891 * bibtex.el (bibtex-reference-key): Accept string entries whose
9892 reference key contains upper case letters.
8389e1e2
GM
9893
98942000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9895
f24fef2f
SM
9896 * bibtex.el (bibtex-reference-head): Allow entries to start with
9897 a new line.
8389e1e2
GM
9898
98992000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9900
f24fef2f
SM
9901 * bibtex.el: Hiding of entry bodies is not longer provided by
9902 bibtex.el directly. Instead the hideshow package can be used.
9903 Added a special bibtex entry to hs-special-modes-alist.
9904 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
9905
99062000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9907
82d2c7c5 9908 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
9909 proceedings entry type (for cross referencing). Thanks to Wagner
9910 Toledo Correa for the suggestion.
9911
82d2c7c5 9912 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 9913
eae61d8f
KH
99142000-02-14 Kenichi Handa <handa@etl.go.jp>
9915
9916 * international/characters.el: Setup case table for Vietnamese.
9917
fb07a302
GM
99182000-02-12 Gerd Moellmann <gerd@gnu.org>
9919
9920 * uniquify.el (toplevel): Require CL at compile time.
9921 (uniquify-push): Removed.
9922
9923 * shadowfile.el (shadow-when): Removed.
9924
9925 * tempo.el (tempo-dolist, tempo-mapc): Removed.
9926 (tempo-process-and-insert-string): Use dolist instead of
9927 tempo-dolist.
9928
9929 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
9930 regexp for paragraph-start.
9931
9932 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
9933 commas as well.
9934
a0eddf92
DL
99352000-02-10 Dave Love <fx@gnu.org>
9936
9937 * wid-edit.el: (widgets) [defgroup]: Remove url link.
9938 (widget-color-choice-list, widget-color-history, widget-mouse-help):
9939 Deleted.
9940 (widget-specify-field, widget-specify-button): Don't use
9941 widget-mouse-help as help-echo property.
9942 (default): Use #'ignore for :validate and :mouse-down-action.
9943 (checkbox): Add help-echo.
9944 (widget-sexp-validate): Rewritten to clarify error messages.
9945 (character): Use char-valid-p in :match function.
9946 (widget-color-complete): Use facemenu-color-alist.
9947 (widget-color-action): Use facemenu-read-color.
9948
9949 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
9950 set up `caar' &c that we now have.
9951
82d2c7c5
DL
99522000-02-09 Ray Blaak <blaak@gnu.org>
9953
9954 * delphi.el: Make resourcestring a declaration region, like const
9955 and var.
9956
6cbc1482
DL
99572000-02-09 Dave Love <fx@gnu.org>
9958
9959 * bindings.el (mode-line-input-method-map): New variable.
9960 (mode-line-mule-info): Use it; fix last change.
9961 (mode-line-mode-menu): Move definition.
9962 (mode-line-mouse-sensitive-p): Deleted.
9963 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
9964 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
9965 level.
9966
9967 * startup.el (command-line-1): Don't call
9968 make-mode-line-mouse-sensitive.
9969
f7136ee8
GM
99702000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9971
9972 * mail/rmail.el (rmail-retry-failure): Use
9973 rmail-beginning-of-message before rmail-toggle-header, because the
9974 former toggles headers.
9975
6e1d0d15
SM
99762000-02-06 Stefan Monnier <monnier@cs.yale.edu>
9977
fef8c55b
SM
9978 * diff-mode.el (diff-kill-junk): New interactive function.
9979 (diff-reverse-direction): Use delete-and-extract-region.
9980 (diff-post-command-hook): Restrict the area so that the hook also works
9981 outside of any diff hunk. This is necessary for the minor-mode.
9982 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
9983 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
9984
6e1d0d15
SM
9985 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
9986 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
9987 so that it can be used more easily in <foo>-mode-hook. Also make sure
9988 to avoid duplicate entries.
9989 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
9990 (font-lock-remove-keywords): Just as was done for `add', allow it to
9991 work even if font-lock-mode is nil. Also make sure we don't modify
9992 any pre-existing list by forcing a copy-sequence. Finally rename
9993 `major-mode' to `mode'.
9994 (font-lock-fontify-syntactic-anchored-keywords)
9995 (font-lock-fontify-anchored-keywords)
9996 (font-lock-fontify-keywords-region): Use line-end-position.
9997 Don't make `font-lock-multiline' local (it's now done in
9998 font-lock-set-defaults).
9999 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
10000 move the `font-lock-fontified' creation to inside the `unless'.
10001
a75dfea0
AI
100022000-02-06 Andrew Innes <andrewi@gnu.org>
10003
10004 * term/w32-win.el (x-handle-args): Comment out call to message,
10005 which occurs before window system is initialized.
10006
10007 * makefile.nt: Add support for recompiling lisp code.
10008
b85e9462
DL
100092000-02-04 Dave Love <fx@gnu.org>
10010
9ff33afb
DL
10011 * bindings.el (mode-line-mule-info): Fix/extend last change.
10012
b85e9462
DL
10013 * completion.el: Replace completion-dolist with dolist.
10014
10015 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
10016 dotimes.
10017
44dff075
CD
100182000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
10019
10020 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
10021 environment names before they go into the section regexp.
10022
10023 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
10024 char class in regexp.
10025
10026 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
10027 `case-fold-search' to nil.
10028
10029 * progmodes/idlwave.el (idlwave-template): Respect
10030 `idlwave-abbrev-change-case'.
10031 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
10032 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
10033 idlwave-while): respect `idlwave-reserved-word-upcase'.
10034 (idlwave-rw-case): New function.
10035 (idlwave-statement-match): Fixed problem with assignment regexp.
10036 (idlwave-font-lock-keywords): Improved regexp for keyword
10037 parameters.
a23c5037 10038 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
10039 operators longer than 1 char.
10040
10041 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
10042 idlwave-shell-expression-overlay. Implemented printing of
10043 expressions on higher levels of the calling stack.
10044 (idlwave-shell-display-level-in-calling-stack): Restore stack
10045 level.
10046 (idlwave-retrieve-expression-from-level): New function.
10047 (idlwave-shell-last-calling-stack): Variable removed.
10048 (idlwave-shell-reset): Argument action reversed (`visible' to
10049 `hidden'). Also remove stop-line overlay.
10050 (idlwave-shell-calling-stack-routine): New variable.
10051 (idlwave-shell-parse-stack-and-display): Messages now display
10052 negative level numbers.
10053 (idlwave-shell-mode): Set `modeline-format'.
10054 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
10055 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
10056 21.
10057 (idlwave-shell-print-expression-function): New option.
a23c5037 10058
44dff075
CD
10059 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
10060 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
10061 `tool-bar' instead of `toolbar'.
10062
f26c34fd
DL
100632000-02-02 Dave Love <fx@gnu.org>
10064
10065 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
10066 emacs-lisp-mode-hook. Don't check for defalias being defined.
10067
10068 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10069 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
10070 the new builtins directly.
10071
10072 * whitespace.el (whitespace): Add :version to defgroup.
10073
10074 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
10075 Doc fix.
10076
10077 * thingatpt.el (sexp-at-point, symbol-at-point)
10078 (number-at-point, list-at-point): Add autoload cookie.
10079
10080 * recentf.el (recentf): Add :version to defgroup.
10081
10082 * quickurl.el (quickurl): Add :version to defgroup.
10083
10084 * elide-head.el (elide-head): Use point-marker more.
10085
10086 * bs.el (bs): Add :version to defgroup.
10087
10088 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
10089
10090 * progmodes/delphi.el (delphi): Add :version to defgroup.
10091
d240a249
GM
100922000-02-02 Gerd Moellmann <gerd@gnu.org>
10093
10094 * ange-ftp.el (ange-ftp-write-region): Handle case that
10095 succeeding process operation sets a different coding system.
10096
10097 * calculator.el: New file.
10098
d5179a01
EZ
100992000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
10100
10101 * frame.el (frames-on-display-list, framep-on-display): New
10102 functions.
10103 (display-mouse-p, display-popup-menus-p, display-graphic-p)
10104 (display-selections-p, display-screens, display-pixel-width)
10105 (display-pixel-height, display-mm-width, display-mm-height)
10106 (display-backing-store, display-save-under, display-planes)
10107 (display-color-cells, display-visual-class): New functions.
10108
10109 * term/tty-colors.el (tty-color-gray-shades): New function.
10110
10111 * faces.el (display-color-p): Use framep-on-display.
10112 (display-grayscale-p): New function.
10113
968e00f0
DL
101142000-01-31 Dave Love <fx@gnu.org>
10115
10116 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
10117 (create-fontset-from-x-resource): Don't concat integers.
10118
2cb750ba
GM
101192000-01-31 Inge Frick <inge@nada.kth.se>
10120
10121 * view.el: Some changes in documentation. Removed some trailing
10122 whitespace. Changed some parameter names to agree with
10123 documentation.
10124 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
10125 window is not deleted. Modifies change 1998-04-26.
a23c5037 10126
74e9213b
GM
101272000-01-31 Gerd Moellmann <gerd@gnu.org>
10128
47569935
GM
10129 * windmove.el: New file.
10130
74e9213b
GM
10131 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10132 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 10133 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 10134
74e9213b
GM
10135 * jit-lock.el (jit-lock-function): Widen before calculating end
10136 position.
10137 (jit-lock-stealth-chunk-start): Rewritten.
10138
10139 * info.el (Info-title-face-alist): Removed.
10140 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
10141 faces.
10142 (Info-fontify-node): Use these faces.
10143
994c5afe
GM
101442000-01-30 Gerd Moellmann <gerd@gnu.org>
10145
10146 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
10147 (cl-macro-list1): Recognize `&allow-other-keys' instead of
10148 `&allow-other-keywords'.
10149
10150 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
10151 the list of directories scanned heuristically.
10152
10153 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
10154 exist.
10155
f00276e3
JR
101562000-01-30 Jason Rumney <jasonr@gnu.org>
10157
10158 * w32-fns.el: Define w32-tty-standard-colors.
10159
10160 * startup.el (command-line): Use w32-tty-standard-colors when in
10161 w32 console mode.
10162
cc4dfff0
DL
101632000-01-30 Dave Love <fx@gnu.org>
10164
e645e77b
DL
10165 * jka-compr.el (jka-compr-load): Fix up load-history.
10166
cc4dfff0
DL
10167 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
10168
10169 * emacs-lisp/cl-macs.el: Revert previous change.
10170
16215eb0
DL
101712000-01-29 Dave Love <fx@gnu.org>
10172
10173 * facemenu.el: Purecopy various strings.
10174
10175 * timezone.el (timezone-fix-time): Window against 69 for two-digit
10176 years. Deal with three-digit years.
10177
10178 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
10179 defconst, purecopy.
10180 (help-back-label): Purecopy it.
10181
bbd9b566
GM
101822000-01-18 Gerd Moellmann <gerd@gnu.org>
10183
10184 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
10185 variable. If non-nil, order the buffer list according to the
10186 currently selected frame.
10187 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
10188 non-nil, pass the selected frame to function buffer-list.
a23c5037 10189
887448e1
GM
101902000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10191
10192 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
10193
7df85084
DL
101942000-01-28 Dave Love <fx@gnu.org>
10195
142e109c
DL
10196 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
10197
7df85084
DL
10198 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
10199 Don't use lisp-indent-hook property.
10200 (cl-abs): Remove.
10201
10202 * subr.el: Move out indent and edebug specs for when and unless.
10203
10204 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
10205 when, unless.
10206
10207 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
10208 unless, when.
10209
3b43c01c
GM
102102000-01-28 Gerd Moellmann <gerd@gnu.org>
10211
d060bc9f
GM
10212 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
10213 `collecting' as synonym for `collect'.
10214
10215 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
10216 for the case it contains spaces.
10217
10218 * simple.el (what-cursor-position): Change formatting of
10219 messages.
10220
b02786f9
GM
10221 * frame.el (delete-other-frames): New function.
10222 (toplevel): Bind it to C-x 5 1.
10223
efd68b8a
GM
10224 * sort.el (sort-numeric-base): New option.
10225 (sort-numeric-fields): If number starts with `0' or `0[xX[',
10226 interpret it as octal or hexadecimal. Use sort-numeric-base
10227 as default base.
10228
3b43c01c
GM
10229 * progmodes/glasses.el: New file.
10230
984ae001
GM
102312000-01-27 Gerd Moellmann <gerd@gnu.org>
10232
a0b796e3
GM
10233 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
10234 userids differently.
10235
984ae001
GM
10236 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10237 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
10238 progmodes/ebnf-yac.el: New files.
10239
6c67ddee
DL
102402000-01-26 Dave Love <fx@gnu.org>
10241
10242 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
10243 on a function with an empty body. [From Eric Ludlam.]
10244
4e6473c8
GM
102452000-01-25 Andre Spiegel <spiegel@gnu.org>
10246
10247 * vc.el (vc-version-diff): Make sure file name is expanded.
10248
e12489f9
GM
102492000-01-25 Gerd Moellmann <gerd@gnu.org>
10250
10251 * scroll-bar.el (scroll-bar-timer): Variable removed.
10252 (scroll-bar-toolkit-scroll): Don't use a timer.
10253
8dbe2b07
KH
102542000-01-25 Kenichi Handa <handa@etl.go.jp>
10255
10256 * language/thai-util.el (thai-composition-function): Delete
10257 superfluous `a'.
10258
26ef1c87
DL
102592000-01-24 Dave Love <fx@gnu.org>
10260
10261 * fortran.el (fortran-mode): Use beginning-of-defun-function,
10262 end-of-defun-function.
10263
10264 * font-lock.el (turn-on-font-lock): Don't depend on window-system
10265 &c.
10266
7ed4e9a7
JR
102672000-01-22 Jason Rumney <jasonr@gnu.org>
10268
10269 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
10270 conflicts with new face support.
10271
8b7bc628 102722000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
10273
10274 * replace.el (query-replace): Rename last arg to DELIMITED.
10275 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
10276 (query-replace-regexp): Likewise.
10277
8b7bc628 102782000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 10279
02b14400
RS
10280 * subr.el (with-syntax-table): Use make-symbol, not gensym.
10281
5bb6f079
RS
10282 * emacs-lisp/lisp.el (beginning-of-defun-function):
10283 Variable renamed from beginning-of-defun.
10284 Do not call make-variable-buffer-local.
10285 (beginning-of-defun-raw): Use new variable name; doc fix.
10286 (beginning-of-defun): Doc fix.
10287 (end-of-defun-function): Variable renamed from end-of-defun.
10288 Do not call make-variable-buffer-local.
10289 (end-of-defun): Use new variable name; doc fix.
10290
02b14400
RS
10291 * subr.el (dolist, dotimes): Copied from cl-macs.el
10292 and made to work.
2d5e9b54 10293
a23c5037 10294 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
10295 Variable replaces rmail-digest-end-regexp.
10296 Allows multiple regexps for detecting the end line.
10297 (undigestify-rmail-message): Corresponding changes.
10298
60af03f1
DL
102992000-01-19 Dave Love <fx@gnu.org>
10300
fe5d99e1
DL
10301 * files.el (user-init-file): Don't declare here -- is primitive.
10302
60af03f1
DL
10303 * startup.el (command-line): Check for compiled user-init-file and
10304 set to uncompiled version if necessary.
10305
72dbbc7d
GM
103062000-01-18 Gerd Moellmann <gerd@gnu.org>
10307
6a1950ec
GM
10308 * mail/undigest.el (rmail-digest-end-regexp): New user option.
10309 (undigestify-rmail-message): Use it.
10310
72dbbc7d
GM
10311 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
10312
fbe91bbd
GM
103132000-01-17 Gerd Moellmann <gerd@gnu.org>
10314
10315 * tmm.el (tmm-goto-completions): Adapt to prompt being part
10316 of mini-buffer.
10317
33a6685b
GM
103182000-01-14 Gerd Moellmann <gerd@gnu.org>
10319
b3303df7
GM
10320 * emacs-lisp/copyright.el (copyright-update): Removed the
10321 requirement for a trailing space from `copyright-regexp', to
10322 support copyrights with owner specified on a separate line..
a23c5037 10323
3c4c8064
GM
10324 * align.el: New file.
10325
33a6685b
GM
10326 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
10327
10328 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
10329
044a4975
DL
103302000-01-13 Dave Love <fx@gnu.org>
10331
10332 * ph.el: Removed. (Obsoleted by EUDC.)
10333
0a352cd7
GM
103342000-01-13 Gerd Moellmann <gerd@gnu.org>
10335
10336 * net/eudc.el (toplevel): Remove autoloaded code installing
10337 menu with easymenu, because that causes build problems.
10338
10339 * frame.el (frame-notice-user-settings): New variable.
10340 (frame-notice-user-settings): Don't modify frame parameters
10341 if called a second time.
10342
8b7bc628 103432000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
10344
10345 * frame.el (frame-notice-user-settings):
10346 Notice default-frame-parameters even for non-window frames.
10347
feb450e0
GM
103482000-01-13 Gerd Moellmann <gerd@gnu.org>
10349
10350 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
10351 for Emacs.
10352 (eudc-bob-can-display-inline-images): Extend for Emacs.
10353 (eudc-bob-toggle-inline-display): Ditto.
10354 (eudc-bob-display-jpeg): Ditto.
10355
99c6d63b
GM
103562000-01-12 Gerd Moellmann <gerd@gnu.org>
10357
7970b229
GM
10358 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
10359 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
10360 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 10361
e4936aa9
GM
10362 * add-log.el (add-change-log-entry): Fix error trying an `(insert
10363 nil)'.
10364
10365 * subdirs.el: Add `net' directory.
10366
133c9e59
GM
10367 * net: New directory.
10368
99c6d63b
GM
10369 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
10370 eval-last-sexp. Don't bind debug-on-error here.
10371 (eval-last-sexp): New function. Bind debug-on-error if
10372 eval-expression-debug-on-error is non-nil.
10373 (eval-defun-2, eval-defun): Likewise.
10374
10375 * simple.el (eval-expression): Don't bind debug-on-error if
10376 eval-expression-debug-on-error is nil. Detect changed
10377 debug-on-error, and propagate new value to global binding, if
10378 eval-expression-debug-on-error is non-nil,
10379 (eval-expression-debug-on-error): Change doc string.
a23c5037 10380
8b7bc628 103812000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
10382
10383 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
10384
10385 * emacs-lisp/lisp-mode.el (with-syntax-table):
10386 Set up lisp-indent-function property.
10387
10388 * subr.el (with-syntax-table): Moved from simple.el.
10389
10390 * simple.el (with-syntax-table): Moved to subr.el.
10391
7e3c74fa
GM
103922000-01-11 Gerd Moellmann <gerd@gnu.org>
10393
1fab1775
GM
10394 * tmm.el (tmm-shortcut): Delete region after prompt instead
10395 of erasing buffer.
10396
7e3c74fa 10397 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
10398 (fill-context-prefix): Use the longest common prefix of first
10399 and second line fill prefix, if there is one.
7e3c74fa 10400
8b7bc628 104012000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
10402
10403 * array.el (array-mode): Don't use make-variable-buffer-local.
10404 Use make-local-variable for `truncate-lines'.
10405
aa705642 104062000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 10407
aa705642
GM
10408 * add-log.el (add-log-current-defun): Handle user-defined
10409 add-log-current-function returning nil,
a23c5037 10410
57df2446 10411 * add-log.el (add-change-log-entry): Insert version number
aa705642 10412 if having found a current function
c1356086
GM
10413
10414 * add-log.el (add-log-current-defun): Call
10415 `add-log-current-defun-function'. Try matches at level 0 and
10416 level 1. Strip whitespace from defun found.
a23c5037 10417
1d8c59e9
RS
104182000-01-10 John Wiegley <johnw@gnu.org>
10419
10420 * allout.el (isearch-done/outline-provisions): Added `edit'
10421 argument to correspond with the current definition of
10422 `isearch-done'.
10423
8cf87e9b
DL
104242000-01-10 Dave Love <fx@gnu.org>
10425
10426 * elide-head.el (elide-head): Use point-marker, not point.
10427
9050446c
GM
104282000-01-10 Gerd Moellmann <gerd@gnu.org>
10429
8321b22a
GM
10430 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
10431 before and after the year 2000.
a23c5037 10432
9050446c
GM
10433 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
10434 Add ispell- prefix.
10435
104362000-01-10 Ken Stevens <k.stevens@ieee.org>
10437
10438 * ispell.el: Only define dictionaries in menus when they exist.
10439 (version18p): New variable.
10440 (version20p): New variable.
10441 (xemacsp): New variable.
10442 (ispell-choices-win-default-height): Fix for XEmacs visibility.
10443 (ispell-dictionary-alist1): Added Brasileiro dictionary.
10444 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 10445 run-together words.
9050446c
GM
10446 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
10447 (ispell-dictionary-alist): Add koi8-r to customize definition.
10448 (check-ispell-version): Added documentation string. Returns
f24fef2f 10449 library path when called non-interactively.
9050446c
GM
10450 (ispell-menu-map-needed): Uses new variables.
10451 (ispell-library-path): New variable.
10452 (ispell-decode-string): XEmacs fix for bogus variable bindings.
10453 (ispell-word): Improved documentation string. Test for valid
10454 character mappings. Correctly check typed in word changes that can
10455 result in single words split into multiple words. Returns
10456 replacement word.
10457 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
10458 replace in recursive query replace mode. Help message for
10459 recursive edit mode.
10460 (ispell-show-choices): Protect against bad framepop bindings.
10461 (ispell-help): Fix to work with XEmacs.
10462 (ispell-highlight-spelling-error): Use new variables.
10463 (ispell-overlay-window): Fix to work with XEmacs.
10464 (ispell-parse-output): Passed and returns location information
10465 tracking spelling corrections. Doesn't recheck same word on
10466 current line.
10467 (ispell-init-process): Protect against bogus XEmacs variable binding.
10468 Fix call to single argument in sleep-for. Use new variables.
10469 (ispell-region): Passed and returns location information tracking
10470 spelling corrections. Doesn't check same word on current line.
10471 Improved documentation string. Doesn't resend a line already
10472 checked to the ispell process - fixes bug in LaTeX parsing.
10473 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
10474 (ispell-skip-region): No longer skips <TT> in SGML.
10475 (ispell-process-line): Tracks location information with spelling
10476 corrections. Added documentation string. Accounts for words
10477 already accepted on this line. Don't allow query-replace on line
10478 starting with math characters. Doesn't resend a line already sent
10479 to ispell process. Fixes alignment error bug.
a23c5037 10480
8b7bc628 104812000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 10482
a23c5037 10483 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
10484 Suggest xloadimage, which is free, not xv, which isn't.
10485
a23c5037 10486 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
10487 Don't ever include the host name or user name in the value.
10488
9ed79f5d
GM
104892000-01-09 Gerd Moellmann <gerd@gnu.org>
10490
10491 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
10492 of a real newline.
10493
b950abb1
GM
104942000-01-09 Stephen Eglen <stephen@gnu.org>
10495
a23c5037 10496 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
10497 for .png files.
10498
3c708e98
GM
104992000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
10500
10501 * cus-edit.el (custom-hook-convert-widget): Fix comment.
10502
bf61662d
GM
105032000-01-09 Gerd Moellmann <gerd@gnu.org>
10504
f1d851ae
GM
10505 * progmodes/cperl-mode.el: Replace ^F with ^L.
10506
bf61662d 10507 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 10508 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
10509 recursion.
10510
c65d14ee
DL
105112000-01-08 Dave Love <fx@gnu.org>
10512
8cf87e9b
DL
10513 * emacs-lisp/backquote.el: Remove inappropriate customization
10514 (allowing custom.el to use backquote).
c65d14ee 10515
83de2ebc
DL
105162000-01-07 Dave Love <fx@gnu.org>
10517
10518 * add-log.el (add-log-debugging): Deleted.
10519 (add-change-log-entry): Treat a backup FILE-NAME as its parent
10520 file. Remove debugging code.
10521 (change-log-get-method-definition, change-log-name): Add doc.
10522 (change-log-sortable-date-at): New function.
10523 (change-log-merge): New command.
10524
10525 * time.el (display-time-string-forms): Make the Mail string active.
10526 (display-time-update): Provide help-echo for load average.
10527
10528 * bindings.el (make-mode-line-mouse2-map): New function.
10529 (mode-line-modified): Use it and simplify.
10530 (mode-line-mule-info): Provide help-echo info.
10531 (minor-mode-alist): Activate the strings.
10532 (make-mode-line-mouse-sensitive): Simplify for
10533 mode-line-buffer-identification.
10534
c1475eae
GM
105352000-01-07 Gerd Moellmann <gerd@gnu.org>
10536
10537 * play/pong.el: New file.
10538
83de2ebc
DL
105392000-01-06 Dave Love <fx@gnu.org>
10540
10541 * array.el: Assorted cleanups for compiler warnings, doc strings,
10542 `array-' prefix for symbols.
10543
105442000-01-05 Dave Love <fx@gnu.org>
10545
10546 * textmodes/outline.el (outline-mode-menu-bar-map): Add
10547 outline-headers-as-kill.
10548 (outline-mode): Define imenu-generic-expression.
10549 (outline-headers-as-kill): New command.
10550
10551 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
10552 from paragraph-start.
10553 (paragraph-indent-minor-mode): New command.
10554
10555 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
10556 M-C-e, M-C-h, C-j, C-xnd, TAB.
10557 (fortran-mode): Set beginning-of-defun, end-of-defun.
10558 (fortran-column-ruler): Simplify.
10559 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
10560 (fortran-with-subprogram-narrowing): Likewise.
10561 (fortran-indent-subprogram): Call mark-defun.
10562 (fortran-check-for-matching-do): Change narrowing.
10563
10564 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
10565 (cl-lucid-hash-tag): Delete.
10566 (cl-hash-table-p): Correct test for native table.
10567 (cl-hash-table-count): Use hash-table-count.
10568
10569 * browse-url.el (browse-url): Fix case of
10570 browse-url-browser-function being an alist.
10571
676ac023
CD
105722000-01-05 Carsten Dominik <cd@gnu.org>
10573
c1475eae
GM
10574 * textmodes/reftex-vars.el (reftex-parse-file-extension)
10575 (reftex-index-phrase-file-extension): New options.
676ac023
CD
10576
10577 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 10578 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
10579
10580 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 10581 `reftex-parse-file-extension'.
eb483e17 10582
88807984
DL
105832000-01-05 Dave Love <fx@gnu.org>
10584
83de2ebc 10585 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
10586 (beginning-of-defun-raw): Use it.
10587 (end-of-defun): New variable.
10588 (end-of-defun): Use it.
10589 (check-parens): New command.
10590
1362aeb4
TTN
105912000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
10592
c1475eae
GM
10593 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
10594 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 10595
7ddafb95
TTN
10596 Fix buglet in local variables initialization.
10597
7334aa99
AS
105982000-01-05 Andreas Schwab <schwab@suse.de>
10599
10600 * hscroll.el (hscroll): Doc fix.
10601
b12e24cd
CD
106022000-01-05 Carsten Dominik <cd@gnu.org>
10603
10604 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
10605 idlw-toolbar.
10606
10607 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
10608 file idlw-rinfo.el.
1362aeb4
TTN
10609 (idlwave-customize): load must read file idlw-shell.el.
10610 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 10611
d6226972
CD
106122000-01-05 Carsten Dominik <dominik@astro.uva.nl>
10613
10614 * progmodes/idlw-shell.el: Also provide idlwave-shell
10615 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
10616 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
10617
10618 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
10619 both reftex-dcr and reftex-vcr.
1362aeb4 10620
d6226972
CD
10621 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
10622
6ddb893f 106232000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
10624
10625 * ps-print.el: PostScript code now is in separate files, doc fix.
10626 (ps-print-version): New version number (5.0.3).
10627 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
10628 local.
10629 (ps-spool-config): Initialization fix.
c1475eae
GM
10630 (ps-print-prologue-1, ps-print-prologue-2)
10631 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
10632 (ps-background-image): Little code reformating.
10633 (ps-begin-file, ps-begin-job): Fix code.
88807984 10634 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
10635 (ps-prologue-file): New fun.
10636
ae833aae
KH
106372000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10638
c1475eae 10639 * ps-vars.el: Eliminated.
ae833aae
KH
10640
10641 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
10642 `;;;###autoload'.
10643
10644 * ps-print.el: ps-vars eliminated, doc fix.
10645 (ps-print-version): New version number (5.0.2).
10646 (ps-spool-config): Initialization fix.
10647 (ps-print-customize): New fun.
10648
560a7bd2
GM
106492000-01-04 Gerd Moellmann <gerd@gnu.org>
10650
10651 * autorevert.el (auto-revert-mode): Return value of
10652 auto-revert-mode.
10653
f45dd0f4
DL
106542000-01-04 Dave Love <fx@gnu.org>
10655
fae2ac05
DL
10656 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
10657 menu items.
f45dd0f4 10658
61255981
DL
106592000-01-03 Dave Love <fx@gnu.org>
10660
88807984 10661 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 10662
83de2ebc 10663 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
10664 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
10665 `cl-hash-table-p', not `hash-table-p'.
10666 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
10667
c182a70f
EZ
106682000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10669
10670 * faces.el (face-read-integer, read-face-attribute)
10671 (color-defined-p, color-values): unspecified-{f,b}g are now
10672 strings.
10673
047f434a
GM
106742000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
10675
10676 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
10677 at comment end, and re-insert them after filling.
10678
bab531e2
EZ
106792000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10680
10681 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
10682 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
10683 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 10684
d684c676
EZ
106852000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10686
10687 * term/x-win.el (xw-defined-colors): Call color-supported-p,
10688 the new name of face-color-supported-p.
10689
10690 * term/w32-win.el (xw-defined-colors): Likewise.
10691
0aad4805
EZ
106922000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10693
10694 * simple.el (completion-setup-function): Count completion-size
10695 from minibuffer-prompt-end, not from point-min.
10696
5fe1d139
EZ
106972000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
10698
10699 * faces.el (read-face-attribute, defined-colors, color-defined-p):
10700 Pass the frame to tty-color-* functions.
10701 (display-color-p, frame-set-background-mode): Pass the frame to
10702 tty-display-color-p.
10703
10704 * term/tty-colors.el (tty-defined-color-alist): Renamed from
10705 tty-color-alist.
10706 (tty-color-alist, tty-modify-color-alist): New functions.
10707 (tty-color-define, tty-color-clear, tty-color-approximate)
10708 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
10709 an optional parameter FRAME.
10710
162dec01
GM
107112000-01-01 Gerd Moellmann <gerd@gnu.org>
10712
27189709
GM
10713 * image.el (create-image, defimage): Don't assume image data is a
10714 string.
10715
162dec01
GM
10716 * image.el (defimage): Handle specifications containing :data
10717 instead of :file.
10718 (image-type-from-data): New function.
10719 (image-type-from-file-header): Use it.
10720 (create-image): Add parameter DATA-P.
1362aeb4 10721
bea56df7 10722See ChangeLog.8 for earlier changes.
25a6fab1
KH
10723
10724;; Local Variables:
af9ba8ad 10725;; coding: iso-2022-7bit-unix
25a6fab1 10726;; End: