Speling &c.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
70c825df
SM
12000-10-30 Stefan Monnier <monnier@cs.yale.edu>
2
3 * log-edit.el (log-edit-confirm): Fix the default.
4
1d3baf74
GM
52000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6
7 * delim-col.el: Little fix: replace delimit-columns-align-columns by
8 delimit-columns-format.
9 (delimit-columns-region, delimit-columns-rectangle): Code fix.
10
1ec321a7
MB
112000-10-30 Miles Bader <miles@lsi.nec.co.jp>
12
13 * comint.el (comint-replace-by-expanded-history): Don't use
14 comint-get-old-input (we're not looking at *old* input).
15 (comint-get-old-input-default): If using fields, signal an error
16 when the point is not in an input field.
17
70737ea9
KH
182000-10-30 Kenichi Handa <handa@etl.go.jp>
19
20 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
21 and mule-unicode-e000-ffff.
22
fa0cb51d 23 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
24 (make-coding-system): Accept a symbol of translation table as a
25 value of property `safe-chars'.
26
27 * international/mule-cmds.el (encode-coding-char): Check property
28 safe-chars instead of safe-charsets.
29
30 * international/fontset.el (fontset-default): Modified for
31 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
32 (x-font-name-charset-alist): Likewise.
33 (ccl-encode-unicode-font): New CCL program. Record it in
34 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
35
70c825df
SM
36 * language/european.el (mac-roman-decoder, mac-roman-encoder):
37 New translation tables.
70737ea9
KH
38 (decode-mac-roman, encode-mac-roman): Definition of these CCL
39 programs are modified and moved from mac-win.el.
40 (mac-roman): Definition of this coding system is modified and
41 moved from mac-win.el.
fda2ce24
MK
42
432000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
44
1d3baf74 45 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 46 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 47
dd4d3cb6
MB
482000-10-29 Miles Bader <miles@gnu.org>
49
50 * custom.el (custom-add-to-group): Allow multiple entries for a
51 given value OPTION, as long as their widget types are different.
52 * cus-edit.el (custom-face-value-create): If face name doesn't end
53 with "face", add such here (similar to custom group widgets).
54
55 * comint.el (comint-highlight-prompt): Add :type.
56
dace60cf
JW
572000-10-28 John Wiegley <johnw@gnu.org>
58
59 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
60 Changed this function to operate on a temporary buffer instead of
61 the main buffer. This not only keeps flyspell from marking a
62 buffer as changed that wasn't, but it solves the jumpy cursor
63 problem when attempts are made to edit incorrect words.
64 (flyspell-maybe-correct-doubling): Same change as for
65 `flyspell-maybe-correct-transposition'.
66
67 * calendar/timeclock.el (timeclock-log): Doc fix.
68 (timeclock-last-event): Doc fix.
69 (timeclock-log): Kill the timelog buffer after appending a new
70 event.
71 (timeclock-find-discrep): Use a temp buffer to read in the
72 timelog, instead of visiting the file.
73 (timeclock-log-data): A new function, along with a host of helper
74 functions, for the purpose of making timelog data accessible to
75 programmers.
76
77 * eshell/esh-mode.el (window-height test): Make certain that
78 `eshell-stringify-t' is non-nil.
79 (eshell-password-prompt-regexp): Changed to a much simpler
80 password regexp.
81 (eshell-send-input): If `eshell-invoke-directly' returns t,
82 directly invoke the parsed command using `eval'. This improves
83 turn-around time on simple commands by a factor of three or
84 greater, such as cd, ls, pwd, etc. -- which get used very often.
85 It also conserves thousands of cons cells per call (since
86 `eshell-do-eval' consumes memory like a Cookie Monster set loose
87 in the Pacific Cookie Company).
88
89 * eshell/esh-test.el (eshell-test): Whitespace fix.
90
91 * eshell/em-ls.el (eshell-ls-insert-directory): Make
92 `eshell-ls-initial-args' nil when inserting directory contents.
93
94 * eshell/em-script.el (eshell-script-initialize): Add names to
95 `eshell-complex-commands, since `source' and `.' are complex.
96
0467b076
EZ
97 * eshell/esh-cmd.el (eshell-rewrite-for-command)
98 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
99 `eshell-copy-handles'.
100 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
101 bodies.
102 (eshell-separate-commands): Whitespace fix.
103 (eshell-complex-commands): Added a new list of names, for
104 determining whether a given command is as simple as it looks.
105 (eshell-invoke-directly): New function. Returns t if a command
106 should be invoked directly (using `eval'), rather than indirectly
107 using `eshell-do-eval'.
108 (eshell-do-eval): Whitespace fix.
109
110 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
111 which provides an emulation of the DOS shell behavior of assuming
112 that cp/mv/ln should copy/move/link to the current directory.
113 (eshell-remove-entries): Added a doc string.
114 (eshell-shuffle-files): Removed the check for `target' being null.
115 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
116 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
117 it to do a smarter check of whether a destination was provided.
118 (eshell/mv, eshell/cp): Enable `:preserve-args'.
119 (eshell/ln): Enable `:preserve-args', and use
120 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
121 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
122 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
123 list after flattening it. This makes it possible to cat files
124 with numerical names.
125 (eshell-unix-initialize): Added several names to
126 `eshell-complex-commands.
127 (eshell-unix-command-complex-p): Return t if a given command name
128 may result in external processes being invoked.
129
130 * eshell/em-glob.el (eshell-glob-show-progress): Make this
131 variable nil by default, since it slows down glob processing by a
132 factor of two or more, and increases memory consumption.
133
134 * eshell/em-smart.el: Added a note about how memory consumptive
135 smart display mode can be (at least this is true in Emacs 21).
136 (eshell-smart-initialize): Whitespace fix.
137 (eshell-refresh-windows): Use `if' instead of `when'.
138 (eshell-smart-scroll-window): Calling `save-current-buffer' was
139 not necessary.
140 (eshell-currently-handling-window): Added a missing global
141 variable.
142
143 * eshell/em-ls.el (eshell-do-ls): Code simplification.
144 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
145 Whitespace fix.
146 (eshell-ls-exclude-hidden): Added this variable in addition to
147 `eshell-ls-exclude-regexp'. This one prevents files beginning
148 with . from even being read, which can improve memory consumption
149 quite a bit.
150 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
151 read file entries beginning with a dot. In home directories with
152 lots of hidden files, fully two-thirds of the time spent in ls is
153 used to read directory entries that are immediately thrown away.
154 (eshell-ls-initial-args): Added back this configuration variable,
155 for specifying default initial arguments to every call to ls.
156 Much faster than using an alias to do the same thing.
157 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
158 (eshell-ls-dir): Whitespace change.
159
160 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
161
162 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
163 available.
164 (eshell-stringify-t): Added a customization variable, to indicate
165 whether `t' should be rendered as a string at all. If not, one
166 can still determine if the result of an expression is true using
167 "file-exists-p FILE && echo true".
168 (eshell-stringify): If `eshell-stringify-t' is nil, don't
169 stringify t!
170
171 * eshell/esh-module.el: Whitespace fix.
172
173 * eshell/em-alias.el (eshell-alias-initialize): Added
174 `eshell-command-aliased-p' to `eshell-complex-commands'.
175 (eshell-command-aliased-p): New function that returns t if a
176 command name names an aliased.
177
657f9cb8
MK
1782000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
179
0467b076 180 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 181 redrawing the screen when changing cursor color.
0467b076
EZ
182 (viper-insert-state-pre-command-sentinel)
183 (viper-replace-state-pre-command-sentinel)
70c825df
SM
184 (viper-replace-state-post-command-sentinel):
185 Use viper-preserve-cursor-color.
657f9cb8
MK
186 Many functions changed to use viper= instead of = when comparing
187 characters.
0467b076 188 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 189 working with characters.
0467b076 190 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
191 Many functions changed to use viper= instead of = when comparing
192 characters.
0467b076 193 * viper.el (viper-insert-state-mode-list): Added eshell.
657f9cb8 194
0467b076 195 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 196 Several typos fixed in various docstrings.
0467b076
EZ
197 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
198 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 199 hook.
0467b076
EZ
200 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
201 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
202 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
203 (ediff-get-selected-buffers): New function.
204 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
205 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 206 save-window-excursion.
0467b076 207 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 208 termination check in while loop.
0467b076 209 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 210 dired buffer.
0467b076
EZ
211 (ediff-files,ediff-merge-files,ediff-files3)
212 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
657f9cb8 213
4f490d99
DL
2142000-10-28 Dave Love <fx@gnu.org>
215
216 * info.el (Info-fontify-node): Add help-echo for menu items.
217
45b84006
EZ
2182000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
219
5ebc02b3
EZ
220 * startup.el (normal-top-level): If the value of $TERM indicates
221 we are running from xterm or one of its work-alikes, default to a
222 light background mode.
223
45b84006
EZ
224 Support for -fg, -bg, and -rv command-line arguments for TTYs:
225 * faces.el (tty-handle-reverse-video): New function.
226 (tty-create-frame-with-faces): Call it.
227
228 * frame.el (frame-notice-user-settings): Don't apply
229 default-frame-alist and initial-frame-alist to MS-DOS frames.
230 Call tty-handle-reverse-video, frame-set-background-mode, and
231 face-set-after-frame-default for non-MS-DOS frames.
232
233 * startup.el (tty-long-option-alist): New variable.
234 (tty-handle-args): New function.
235 (command-line): Call tty-handle-args.
236
237 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
238 startup.el now does that for all character-terminal frames.
239
eab6e8b9
MB
2402000-10-28 Miles Bader <miles@gnu.org>
241
242 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
243 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
244 global. If :global is followed by a non-nil but non-t value,
245 make the mode buffer-local, but also generate a `global-MODE'
246 version using `easy-mmode-define-global-mode'. Add
247 :conditional-turn-on keyword argument.
248
51a29efc
DL
2492000-10-28 Dave Love <fx@gnu.org>
250
251 * international/latin1-disp.el (latin1-char-displayable-p): Don't
252 use window-system.
253
d71d7114
EZ
2542000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
255
256 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
257 Don't call find-buffer-file-type-coding-system. Instead, just
258 set eol-type to -unix if inhibit-eol-conversion is in effect, or
259 if the file is on an untranslated filesystem.
260 (add-untranslated-filesystem): Use "D" instead of "f" inside
261 interactive.
262
1f9cab4b
DL
2632000-10-27 Dave Love <fx@gnu.org>
264
70c825df 265 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
266 (refill-mode): Use it.
267
70c825df
SM
2682000-10-27 Stefan Monnier <monnier@cs.yale.edu>
269
270 * international/quail.el (quail-activate): Don't make-local-hook.
271
7432cf10
AS
2722000-10-27 Andre Spiegel <spiegel@gnu.org>
273
274 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
275 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
276 (vc-make-version-backup): Don't do it on MS-DOS without long file
277 names.
278
7432cf10
AS
279 * vc.el (vc-version-other-window): If an automatic backup of the
280 desired version exists, rename it instead of copying it.
281
282 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
283 after command. If there's an unexpected error, signal it instead
284 of being silent.
e1483c38
AS
285 (vc-cvs-merge-news): Be prepared for no news at all.
286
05ea7ef2
MB
2872000-10-27 Miles Bader <miles@lsi.nec.co.jp>
288
fd1035aa
MB
289 * shell.el (shell): Add BUFFER argument.
290 * comint.el (make-comint-in-buffer): New function.
291 (make-comint): Use it.
292
05ea7ef2
MB
293 * faces.el (face-spec-choose): Change syntax so that the list of
294 attribute-value pairs is now the cdr of each clause, not the cadr.
295 Detect old-style entries, and handle them. Use pop.
296
835a55fe
SM
2972000-10-26 Stefan Monnier <monnier@cs.yale.edu>
298
f5ab1cdd
SM
299 * cus-edit.el (custom-mode-map): Use a sparse map.
300 (custom-mode): Don't bother with make-local-hook.
301
302 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
303
835a55fe
SM
304 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
305
c13b0ec8
GM
3062000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
307
308 * ps-print.el: Avoid compilation gripes.
309 (ps-print-version): New version number (6.2.1).
310
e9f63196
DL
3112000-10-26 Dave Love <fx@gnu.org>
312
0b95284b
DL
313 * menu-bar.el: Modify some menu item help strings.
314 (menu-bar-help-menu): Add link to MORE.STUFF.
315
e9f63196
DL
316 * cus-edit.el (custom-mode): Add `special' mode-class property.
317
318 * wid-browse.el (widget-browse-mode): Likewise.
319
320 * wid-edit.el (widget-specify-field): Revert to using local-map
321 property, not keymap.
322
e276a14a
MB
3232000-10-26 Miles Bader <miles@lsi.nec.co.jp>
324
c1545d88
MB
325 * wid-edit.el (widget-field-end): When checking for a `boundary'
326 field, do so in the correct buffer.
327
3c1b77ca
MB
328 * simple.el (undo): Correctly distinguish between numeric and
329 non-numeric prefix args in non-transient-mark-mode, as per the doc
330 string. When in transient-mark-mode, treat all prefix-args as
331 numeric.
332
f5ab1cdd
SM
333 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
334 Position point on match. Handle N == 0 correctly.
22626d9d
MB
335
336 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
337 (comint-mode-map): Reverse order of `comint-write-output' and
338 `comint-append-output-to-file'.
339 (comint-append-output-to-file): Reinstate this function, for the
340 benefit of the menu.
341
d97151cb
SM
3422000-10-25 Stefan Monnier <monnier@cs.yale.edu>
343
344 * vc.el (vc-version-other-window): Bind `file'.
345
ea7d6f5b
GM
3462000-10-25 Gerd Moellmann <gerd@gnu.org>
347
f5ab1cdd 348 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
349
350 * emacs-lisp/authors.el (batch-update-authors): New function.
351 (authors-fixed-entries): New defconst.
352 (authors-add-fixed-entries): New function.
353 (authors): Call it.: Don't process lispref/.
354
17c25cea
JR
3552000-10-25 Jason Rumney <jasonr@gnu.org>
356
357 * cus-edit.el (custom-button-face, custom-button-pressed-face):
358 Merge x w32 and mac definitions.
359
4ecda532
GM
3602000-10-25 Gerd Moellmann <gerd@gnu.org>
361
362 * menu-bar.el (menu-bar-options-menu): Add a help string for
363 `uniquify'.
364
b6735035
GM
3652000-10-25 Stephen Gildea <gildea@alum.mit.edu>
366
f5ab1cdd
SM
367 * time-stamp.el (time-stamp-string-preprocess):
368 Fix a wrong type argument error.
b6735035 369
f4cbc7a0
MB
3702000-10-25 Miles Bader <miles@gnu.org>
371
372 * recentf.el (recentf-mode): Variable removed.
373 (recentf-mode): Use `define-minor-mode'.
374
375 * mwheel.el (mouse-wheel-mode): New global minor mode.
376 (mwheel-install): Use `mouse-wheel-mode'.
377
f4b020f6
DL
3782000-10-25 Dave Love <fx@gnu.org>
379
f5ab1cdd
SM
380 * progmodes/cperl-mode.el (cperl-mode):
381 Set normal-auto-fill-function correctly.
072cb6f9 382
f4b020f6
DL
383 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
384 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 385 bindings.
f4b020f6 386
ebe2a441
MB
3872000-10-25 Miles Bader <miles@lsi.nec.co.jp>
388
ff4dcd4b
MB
389 * wid-edit.el (widget-field-at): New function.
390 (widget-at, widget-field-activate): Use it.
391 (widget-tabable-at): Use `widget-at'.
392 (widget-specify-field): If the terminating character of the widget
393 field (which is read-only) is a newline, put it into a special
394 `boundary' field so that C-n/C-p act more naturally.
395 (widget-field-end): Also don't subtract one if a special
396 `boundary' field has been added after the widget field.
397
ebe2a441
MB
398 * comint.el (comint-output-filter, comint-send-input): Don't
399 bother adding stickiness fields to overlays to fool the field
400 code, since it should notice the overlay insertion-types now.
ff4dcd4b 401
ebe2a441
MB
402 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
403 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
404 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
405
fe50b6ab
GM
4062000-10-24 Gerd Moellmann <gerd@gnu.org>
407
53df4dda
GM
408 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
409 (authors): Set file coding system to iso-2022-7bit. Add
410 file-local variables to output buffer.
411
fe50b6ab
GM
412 * files.el (after-find-file): Don't print any warnings if
413 WARN is nil.
414
53df4dda
GM
4152000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
416
417 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
418
419 * delim-col.el: Now there is a column formatting mechanism.
420 Modified to customization mechanisms convention. Doc fix.
421 (columns): New group for delim-col.
422 (delimit-columns-before, delimit-columns-after)
423 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
424 (delimit-columns-end): New vars.
425 (delimit-columns-customize, delimit-columns-format): New funs.
426 (delimit-columns-region, delimit-columns-rectangle)
427 (delimit-columns-rectangle-line): Modified to support column
428 formatting.
429
a9839779
DL
4302000-10-24 Dave Love <fx@gnu.org>
431
432 * log-edit.el (log-edit): Add :version and a :group for vc.
433
df0267b8
GM
4342000-10-24 Gerd Moellmann <gerd@gnu.org>
435
9acc3873
GM
436 * files.el (after-find-file): Don't print a message ``New file''
437 if WARN is nil.
438
63e1b552
GM
439 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
440 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
441 get duplicate tool-bar entries because we'll see the global ones
442 on more than one path through keymaps.
443
1946f901
GM
444 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
445
df0267b8
GM
446 * progmodes/cmacexp.el: Change Francesco's email address.
447
ae3b264b
KH
4482000-10-24 Kenichi Handa <handa@etl.go.jp>
449
450 * window.el (fit-window-to-buffer): Adjust point of the window
451 buffer, not that of the current buffer.
452
23afac01
EZ
4532000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
454
455 * progmodes/cmacexp.el: Update the euthor's email address.
456
22d1a4ed
MB
4572000-10-24 Miles Bader <miles@lsi.nec.co.jp>
458
459 * faces.el (face-spec-set-match-display): Add `graphic' display
460 type (the inverse of `tty'). Use `display-graphic-p' instead of
461 the window-system variable.
462
f408aa48
KH
4632000-10-24 Kenichi Handa <handa@etl.go.jp>
464
465 * international/isearch-x.el (isearch-with-input-method): Call
466 input-method-function with the first event in
467 unread-command-events.
468
94fe8a31
MB
4692000-10-24 Miles Bader <miles@lsi.nec.co.jp>
470
471 * faces.el (face-default-spec, face-user-default-spec): Make
472 defsubsts.
473
8f47302e
AC
4742000-10-24 Andrew Choi <akochoi@i-cable.com>
475
476 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
477 New charsets.
478
479 * term/mac-win.el: Remove definitions of mac-roman-lower and
480 mac-roman-upper, require dired, and define instead of set
481 mac-ready-for-drag-n-drop to avoid compilation error.
482
446c097e
AI
4832000-10-23 Andrew Innes <andrewi@gnu.org>
484
485 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
486 superfluous calls to subst-char-in-string; instead apply
487 expand-file-name after convert-standard-filename to ensure
488 expected directory separators are used.
489
379b70e7
EZ
4902000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
491
492 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
493
85c766e9
DL
4942000-10-23 Dave Love <fx@gnu.org>
495
b7e03a67
DL
496 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
497 (tool-bar-add-item): Set foreground and background for XBM icons.
498
499 * international/latin1-disp.el (latin1-char-displayable-p): New
500 function (from Handa).
501 (latin1-display-check-font): Use it.
502
0dcf8835
DL
503 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
504 using :key-sequence, making it much more usable. Use nconc, not
505 append.
506 (imenu--create-keymap-1): Avoid append.
507
85c766e9
DL
508 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
509
cb3069bb
MB
5102000-10-23 Miles Bader <miles@lsi.nec.co.jp>
511
512 [the following changes fix a bug where `define-minor-mode' didn't
513 correctly generate :require clauses for defcustoms in compiled files]
514 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
515 (byte-compile-log-file, byte-compile-log-1): Don't set
516 `byte-compile-current-file' to nil. Instead set
517 `byte-compile-last-logged-file' to it. Test whether
518 byte-compile-current-file equals byte-compile-last-logged-file
519 instead of whether its nil.
3b6542ba 520 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 521
6db6243b
SM
5222000-10-23 Stefan Monnier <monnier@cs.yale.edu>
523
524 * textmodes/refill.el: Fix var names in doc.
525 (refill-mode): Don't bother with make-local-hook anymore.
526
98490598
MB
5272000-10-23 Miles Bader <miles@lsi.nec.co.jp>
528
e01cd227
MB
529 * faces.el (face-user-default-spec, face-default-spec): New functions.
530 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
531 (frame-set-background-mode, face-set-after-frame-default):
532 Use `face-user-default-spec'. Simplify code slightly.
533
534 * woman.el (woman-italic-face, woman-bold-face)
535 (woman-unknown-face): Add dark-background variants.
536 (woman-default-faces): Renamed from `woman-colour-faces'.
537 Set using the stored defaults, rather than using hard-wired colors.
538 (woman-monochrome-faces): Renamed from `woman-black-faces'.
539 Just make the foreground `unspecified' rather than "black".
540 (woman-menu): Rename menu entries accordingly.
541
98490598
MB
542 * faces.el (header-line): Make more reasonable on mono/grayscale
543 displays.
544
1a578e9b
AC
5452000-10-23 Andrew Choi <akochoi@i-cable.com>
546
547 * cus-edit.el (custom-button-face): Use 3D look for mac.
548 (custom-button-pressed-face): Likewise.
549
550 * faces.el (set-face-attributes-from-resources): Handle mac frames
551 in the same way as x and w32 frames.
552 (face-valid-attribute-values): Likewise.
553 (read-face-attribute): Likewise.
554 (defined-colors): Likewise.
555 (color-defined-p): Likewise.
556 (color-values): Likewise.
557 (display-grayscale-p): Likewise.
558 (face-set-after-frame-default): Likewise.
559 (mode-line): Same default face as for x and w32.
560 (tool-bar): Likewise.
561
562 * frame.el: Remove call to frame-notice-user-settings at end of
563 the file.
564
565 * info.el (Info-fontify-node): make underlines invisible for mac
566 as for x, pc, and w32 frame types.
567
568 * term/mac-win.el: New file.
569
aaaf7be7
DL
5702000-10-22 Dave Love <fx@gnu.org>
571
572 * textmodes/refill.el: New file.
573
5392d654
AS
5742000-10-22 Andre Spiegel <spiegel@gnu.org>
575
576 * vc-hooks.el (vc-version-backup-file-name): New optional args
577 MANUAL and REGEXP.
578 (vc-delete-automatic-version-backups, vc-make-version-backup):
579 New functions.
580 (vc-before-save): Use the latter.
581 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
582 confusion.
583
584 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
585 expected by vc[-hooks].el.
586
587 * vc.el (vc-checkout): Added `-p' suffix in call to
588 vc-make-version-backups-p; use vc-make-version-backup to actually
589 make the backup.
590 (vc-version-other-window, vc-version-backup-file): Handle both
591 automatic and manual backups.
592 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
593 of all of them.
594
1e221c16
MB
5952000-10-22 Miles Bader <miles@gnu.org>
596
7ff4fda5
MB
597 * comint.el (comint-highlight-input, comint-highlight-prompt):
598 Renamed, `-face' at end removed.
599 (comint-send-input, comint-output-filter): Use renamed faces.
600
3511cde8
MB
601 * window.el (fit-window-to-buffer): Change defaulting of
602 MAX-HEIGHT slightly.
603
1e221c16
MB
604 * faces.el (color-values, color-defined-p): Use `member', not
605 `memq', because it works correctly for strings.
606 (frame-set-background-mode): Actually, "unspecified-fg" and
607 "unspecified-bg" *are* strings. Use `member', not `memq', and
608 `equal', not `eq', when a string value is possible.
609
b6ef4898
EZ
6102000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
611
612 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
613
34939e2c
SM
6142000-10-21 Stefan Monnier <monnier@cs.yale.edu>
615
616 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
617 sh-electric-rparen, sh-electric-less and sh-electric-hash.
618 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
619 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
620 (sh-font-lock-syntactic-keywords): Use them.
621 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
622 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
623 (sh-mode): Don't override font-lock-unfontify-region-function.
624 Use a copy of sh-font-lock-syntactic-keywords.
625 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
626 Don't call sh-scan-buffer since font-lock does it on the fly.
627 (sh-get-indent-info): Use `face' rather than `syntax-table'
628 text-property to detect here-documents.
629 Replace sh-special-syntax with sh-st-punc.
630 (sh-prev-line): Use `face' rather than `syntax-table'
631 text-property to skip over here-documents.
632 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
633 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
634 (sh-electric-less, sh-set-here-doc-region)
635 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
636 (sh-scan-buffer, sh-rescan-buffer): Remove.
637
f3d3c491
AI
6382000-10-21 Andrew Innes <andrewi@gnu.org>
639
640 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
641 remote (ange-ftp) file names.
642
b86c791c
MB
6432000-10-21 Miles Bader <miles@gnu.org>
644
d9c30bdf
MB
645 * window.el (fit-window-to-buffer): New function.
646 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
647 (window-text-height): Don't expect minibuffers to have mode-lines.
648
d9c30bdf 649 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
650 * international/quail.el (quail-update-guidance): Use
651 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 652
617fee5a
MB
653 * international/quail.el (quail-show-guidance-buf): Make sure
654 guidance window really has enough room.
655 (quail-update-guidance): If quail-guidance-win is already shown,
656 make sure its height is OK.
657
b86c791c
MB
658 * window.el (window-text-height, set-window-text-height):
659 New functions.
660 (shrink-window-if-larger-than-buffer): Use `window-text-height'
661 instead of `window-height' & `mode-line-window-height-fudge'.
662 (mode-line-window-height-fudge): Add FACE parameter.
663 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
664 instead of `enlarge-window' & `mode-line-window-height-fudge'.
665
e34850d1
MB
6662000-10-20 Miles Bader <miles@gnu.org>
667
668 * window.el (height-affecting-face-attributes): Use `defconst'.
669
670 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
671 New function, conditionally aliased to `mode-line-window-height-fudge'.
672 (ispell-help): Use it.
673 (ispell-choices-win-default-height): Don't include mode-line fudge.
674 (ispell-choices-win-default-height): New function.
675 (ispell-show-choices, ispell-command-loop): Use function
676 `ispell-choices-win-default-height' instead of variable.
677
a8b883c2
MB
6782000-10-20 Miles Bader <miles@lsi.nec.co.jp>
679
8c6e4a58
MB
680 * window.el (mode-line-window-height-fudge): New variable.
681 (height-affecting-face-attributes): New variable.
682 (mode-line-window-height-fudge): New function.
683 (shrink-window-if-larger-than-buffer): Use it.
684 * help.el (resize-temp-buffer-window): Likewise.
685
a8b883c2
MB
686 * info.el (Info-fontify-node): Add support for @subsubsection
687 titles, which use `Info-title-4-face'.
688 (Info-title-4-face): New face.
689 (Info-title-3-face): Inherit from Info-title-4-face instead of
690 variable-pitch.
691
e64c3a75
JR
6922000-10-19 Jason Rumney <jasonr@gnu.org>
693
694 * dired.el (dired-insert-directory): Do not let errors signalled by
695 attempt to run dired-free-space-program prevent dired from working.
696
c70fe852
SM
6972000-10-19 Stefan Monnier <monnier@cs.yale.edu>
698
699 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
700
877cf6b4
GM
7012000-10-19 Gerd Moellmann <gerd@gnu.org>
702
5de037e0
GM
703 * dirtrack.el (dirtrack): Fix call to run-hooks.
704
6deb9af9
GM
705 * cmuscheme.el (cmuscheme-program-name): Renamed from
706 scheme-program-name because xscheme.el contains a defcustom with
707 the same name. As a consequence, customizing group `cmuscheme'
708 loaded `xscheme' which redefined run-scheme.
709 (run-scheme): Use cmuscheme-program-name.
710
877cf6b4
GM
711 * ps-print.el (ps-print-emacs-type): Move into the
712 eval-and-compile.
713
e597d8fb 714 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 715 anonymous address, and add a website for Befrienders International.
e597d8fb 716
3e9cb08f
GM
7172000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
718
c70fe852
SM
719 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
720 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
721 (ps-print-version): New version number (6.2).
722 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
723 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
724 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
725 (ps-x-extent-priority, ps-x-extent-start-position)
726 (ps-x-face-font-instance, ps-x-find-coding-system)
727 (ps-x-font-instance-properties, ps-x-make-color-instance)
728 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
729 avoid compilation gripes without defining functions.
730 (ps-e-find-composition): Alias for function find-composition, to have a
731 suitable function depending on Emacs version.
732 (ps-color-device, ps-color-values, ps-face-foreground-name)
733 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
734 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
735 (ps-print-ensure-fontified): Function definitions surrounded by
736 `eval-and-compile' to avoid compilation gripes.
737 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
738 by symbol-value to avoid compilation gripes.
739 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
740 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
741
d8abcd91
MB
7422000-10-19 Miles Bader <miles@lsi.nec.co.jp>
743
13ab33c4
MB
744 * startup.el (normal-top-level): Call `frame-set-background-mode'
745 after `frame-notice-user-settings' because the latter doesn't call
746 the former on a tty.
747
d8abcd91
MB
748 * faces.el (frame-set-background-mode): `unspecified' &c are
749 symbols, not strings.
750
e8bce0a9
EZ
7512000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
752
c70fe852
SM
753 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
754 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 755
c70fe852
SM
756 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
757 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 758
773272d8
KH
7592000-10-19 Kenichi Handa <handa@etl.go.jp>
760
c70fe852 761 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
762 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
763 for ISO10646-1 fonts.
764 (x-font-name-charset-alist): Add an entry for "iso10646-1".
765
772139c0
EZ
7662000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
767
768 * faces.el (frame-set-background-mode): If a tty frame defines a
769 background color, use that to compute the background mode, instead
770 of always defaulting to "dark".
771
d134a19f
MB
7722000-10-19 Miles Bader <miles@lsi.nec.co.jp>
773
8bb84cb2
MB
774 * comint.el (comint-write-output): New function.
775 (comint-mode-map): Add it to the menu.
e40a778f 776 Bind `C-c C-s' to comint-write-output.
d134a19f 777
dada41e1
GM
7782000-10-18 Gerd Moellmann <gerd@gnu.org>
779
780 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
781 Use fancy-splash-delay.
782
9b5360aa
GM
7832000-10-18 Alex Schroeder <alex@gnu.org>
784
785 * progmodes/sql.el (sql-sybase-options): New option.
786 (sql-sybase): Use it. Add sql-database to the list of parameters
787 provided for login. The options -w 2048 -n are not used any more.
788
9035a35a
GM
789 * comint.el (comint-read-input-ring): Bugfix such that the first
790 and the last entry of the input ring file are not lost.
791
3556c6dd
GM
7922000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
793
794 * ps-print.el: Internal variable changes to defcustom,
795 make-local-hook changes to defvar. Doc fix.
796 (ps-print-version): New version number (6.1).
797 (ps-setup, ps-do-despool): Code fix.
798 (ps-printer-name): Customization fix.
799 (ps-printer-name-option): Now is a defcustom instead of an
800 internal variable.
801 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
802 (ps-print-begin-column-hook): Now are defvar instead of
803 make-local-hook.
804
4e217e50
MB
8052000-10-18 Miles Bader <miles@gnu.org>
806
807 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
808 (comint-kill-output): Changed into an alias for `comint-delete-output',
809 and made obsolete.
810 (comint-mode-map): Rename references to comint-kill-output.
811
34460354
EZ
8122000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
813
814 * diff-mode.el (diff-header-face, diff-file-header-face)
815 (diff-changed-face): Add bold and italic attributes to tty faces.
816 (diff-function-face): New face.
817 (diff-font-lock-keywords): Use it.
818
17ea3cdb
MB
8192000-10-18 Miles Bader <miles@lsi.nec.co.jp>
820
821 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
822 Remove commented-out call to force-mode-line-update.
823 (comint-kill-output): Use `forward-line 0' instead of
824 beginning-of-line to make sure we get past the prompt.
825
9244f2c7
SM
8262000-10-17 Stefan Monnier <monnier@cs.yale.edu>
827
828 * diff-mode.el (diff-header-face, diff-file-header-face):
829 Add specific setting for dark background.
830 (diff-context-face): Renamed from diff-comment-face.
831 Set explicitly rather than inheriting from font-lock-comment-face.
832
1592c1ef
EZ
8332000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
834
835 * startup.el (command-line): Move the code which sets the default
836 TTY colors to before before-init-hook.
837
f86292a9
GM
8382000-10-17 Gerd Moellmann <gerd@gnu.org>
839
840 * jit-lock.el (jit-lock-stealth-time): Doc fix.
841
f7f2e883
EZ
8422000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
843
e854cc22
EZ
844 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
845 extensions, for MS-DOS.
846
f7f2e883
EZ
847 * diff-mode.el (diff-header-face, diff-file-header-face)
848 (diff-changed-face): Define tty-specific colors.
849
c7b4f0f9
GM
8502000-10-17 Gerd Moellmann <gerd@gnu.org>
851
852 * startup.el (fancy-splash-text): Realign the text.
853
12a72271
EZ
8542000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
855
856 * font-lock.el (font-lock-comment-face): Define a separate default
857 for dark-background tty's.
858
61dfccfd
MB
8592000-10-17 Miles Bader <miles@gnu.org>
860
861 * help.el (resize-temp-buffer-window): Add hack to avoid last line
862 being obscured by whizzy mode-lines on graphics displays.
863
333cd59e
EZ
8642000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
865
866 * info.el (Info-title-1-face, Info-title-2-face)
867 (Info-title-3-face): Define colors for tty's.
dada41e1 868 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 869
dbf1fcc1
EZ
8702000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
871
872 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
873 reverse from the frame parameters, and don't invert foreground and
874 background colors.
875
ac629823
MB
8762000-10-16 Miles Bader <miles@gnu.org>
877
878 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
879 string "*Info*". Call propertized-buffer-identification to spruce
880 up the result.
881
76eebffc
GM
8822000-10-16 Gerd Moellmann <gerd@gnu.org>
883
3a6b59d9
GM
884 * help.el: Provide `help' for the sake of define-minor-mode
885 which generates defcustoms with requires.
886
6569c3d3
GM
887 * jit-lock.el (jit-lock-after-change): If we're in text that
888 matches a multi-line font-lock pattern, make sure the whole text
889 will be redisplayed.
890
c2e0a611
GM
891 * emacs-lisp/authors.el (authors-add): Don't add an entry if
892 author's name is unknown.
893
76eebffc
GM
894 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
895 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
896 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
897 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
898 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
899 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
900 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
901 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
902 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
903 Add author information.
904
cf1e7b12
MB
9052000-10-16 Miles Bader <miles@lsi.nec.co.jp>
906
907 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
908 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
909 full-color version (using the Gimp) to eliminate dithering artifacts.
910
5586f3eb
SM
9112000-10-15 Stefan Monnier <monnier@cs.yale.edu>
912
913 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
914
915 * simple.el (syntax-flag-table, string-to-syntax): Remove.
916
ad64a888
DL
9172000-10-15 Dave Love <fx@gnu.org>
918
919 * progmodes/sh-script.el: Require skeleton and comint when
920 compiling.
921
922 * pcomplete.el (pcomplete) <defgroup>: Add :version.
923
924 * whitespace.el: Doc fixes.
925 (top-level): Don't add hooks here.
926 (whitespace-running-emacs): Deleted.
927 (timer): Don't require.
928 (whitespace): Add back :version conditional on xemacs test.
929 (whitespace-spacetab-regexp, whitespace-indent-regexp)
930 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
931 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
932 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
933 Avoid specific xemacs test.
934 (whitespace-global-mode): New option.
935 (whitespace-global-mode): New command.
936 (whitespace-unload-hook): New function.
937
938 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
939 (Info-fontify-node, Info-goto-node, Info-mode-menu)
940 (Info-fontify-node): `Goto' goes to `Go to'.
941 (Info-fontify-node): Add help-echo to xref links.
942
1ef49fc6
EZ
9432000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
944
945 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
946
8b7707e1
SM
9472000-10-15 Stefan Monnier <monnier@cs.yale.edu>
948
b3b7f42f
SM
949 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
950 Use plist-get and allow :inherit.
951
952 * emacs-lisp/cl-macs.el (cl-do-arglist):
953 Use plist-get and plist-member instead of memq.
954
3c7fafc7
SM
955 * emacs-lisp/ewoc.el (ewoc-location): New function.
956 (ewoc-enter-after, ewoc-enter-before): Document return value.
957 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
958 Don't need make-local-hook any more.
959 (cvs-addto-collection): Return the new tin.
960 (cvs-mode-insert): Jump to the new line.
961
8b7707e1
SM
962 * jit-lock.el (jit-lock-fontify-buffer): Remove.
963
964 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
965
966 * font-lock.el (font-lock-syntactically-fontified): New var.
967 (font-lock-fontify-syntactic-keywords-region): Use it.
968 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
969
970 * diff-mode.el (diff-find-file-name): Fix regexp.
971
972 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
973 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
974
975 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
976 (sh-mode-syntax-table): Add punctuation syntax for < and >.
977 (sh-mode): Don't make all vars local here.
978 (sh-kw): Reformat.
979 (sh-set-shell): Use dolist. Don't set indent-region-function.
980 (sh-mode-syntax-table): Use pop.
981 (sh-remember-variable): Use push.
982 (sh-help-string-for-variable): Use memq.
983 (sh-safe-backward-sexp): Remove.
984 (sh-safe-forward-sexp): Add ARG.
985 (sh-get-indent-info, sh-prev-stmt): Use it.
986 (sh-prev-line): Simplify by using forward-comment.
987 (sh-this-is-a-continuation): Simplify.
988 (sh-learn-buffer-indent): Use dolist.
989 (sh-do-nothing): Remove.
990 (sh-set-char-syntax, sh-set-here-doc-region):
991 Use inhibit-modification-hooks.
992 (sh-name-style): Use mapcar and push.
993 (sh-load-style): Use dolist.
994 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
995 (sh-case, sh-while-getopts): Use propertize directly rather
996 than sh-electric-rparen.
997
9982000-10-14 Stefan Monnier <monnier@cs.yale.edu>
999
1000 * textmodes/tex-mode.el: Require CL when compiling.
1001 (tex-mode-syntax-table): Init immediately.
1002 (tex-mode-map): Bind M-RET to latex-insert-item.
1003 (latex-mode): Set indent-line-function to latex-indent.
1004 (tex-common-initialization): Don't setup the syntax-table any more.
1005 (latex-insert-item): New skeleton.
1006 (tex-next-unmatched-end): Fix copy/paste braino.
1007 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
1008 (latex-indent, latex-find-indent): New functions.
1009 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
1010 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
1011 (tex-compilation-parse-errors): Use with-syntax-table.
1012
86b7fcbb
MB
10132000-10-15 Miles Bader <miles@gnu.org>
1014
1015 * font-lock.el (font-lock-comment-face): Change dark-background,
1016 color, non-tty, default to `chocolate1'.
1017
57a24508
JW
10182000-10-13 John Wiegley <johnw@gnu.org>
1019
1020 * eshell/esh-util.el (require): Added a missing `require' form,
1021 needed when compiling (for an ange-ftp macro definition).
1022
40ad3db4
DL
10232000-10-13 Dave Love <fx@gnu.org>
1024
1025 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
1026
db460189
GM
10272000-10-13 Gerd Moellmann <gerd@gnu.org>
1028
b41c9501
GM
1029 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
1030 fix.
1031
db460189
GM
1032 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
1033 transparent -colors 8).
1034
3b5e21df
GM
10352000-10-13 Stephen Gildea <gildea@alum.mit.edu>
1036
1037 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
1038 that breaks with old list format timestamps.
1039 (time-stamp-warn-inactive, time-stamp-old-format-warn)
1040 (time-stamp-count, time-stamp-conversion-warn): Improved doc
1041 strings.
1042
16908a3f
JW
10432000-10-13 John Wiegley <johnw@gnu.org>
1044
d7103dda
JW
1045 * align.el, pcomplete.el, calendar/timeclock.el,
1046 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
1047
dace60cf 1048 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
1049 faulty math, where holiday hours were being computing as seconds.
1050
b6b70cda
JW
10512000-10-13 John Wiegley <johnw@gnu.org>
1052
1053 * desktop.el (desktop-buffer-modes-to-save): Added a global for
1054 specifying what "other" kinds of buffers should be saved. This
1055 used to be hard-coded.
1056 (desktop-buffer-misc-functions): A global for specifying how
1057 auxiliary data should be determined for special buffer types.
1058 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
1059 instead of hard-coding the special buffer types.
1060 (desktop-save): Run `desktop-buffer-misc-functions' to gather
1061 auxiliary data, instead of hard-coding for Info buffers and dired.
1062 (desktop-buffer-info-misc-data): Aux function for determining Info
1063 buffer auxiliary info.
1064 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
1065 (desktop-buffer-info): Changed this function to use the info
1066 gathered above.
1067 (desktop-create-buffer): Be a little more careful about what
1068 `minor-mode' means before calling it. This is important for some
1069 buffer types.
1070
8c6b1d83
JW
10712000-10-13 John Wiegley <johnw@gnu.org>
1072
1073 * eshell/esh-util.el: Added a global form which declares an
1074 autoload for `parse-time-string', if that function is not already
1075 defined, and if parse-time.el is available on the user's system.
1076
1077 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
1078 to be aware of ange-ftp user info.
1079 (eshell-do-ls): Bind `ange-cache'. Also, use
1080 `eshell-file-attributes'.
1081 (eshell-ls-annotate): Use `eshell-file-attributes'.
1082 (eshell-ls-file): Made the user-id printing code a bit smarter.
1083
1084 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
1085 allow identification of alias user ids in remote directories.
1086 It's manual, but there's no other way to know when the current
1087 user on the local machine, is also the owning user on the remote
1088 machine.
1089 (fboundp): Bind `ange-cache'.
1090 (eshell-directory-files-and-attributes): Re-organized the logic a
1091 bit to use `eshell-file-attributes' instead of `file-attributes'.
1092 The former is more sensitive to directories that are read via FTP,
1093 and knows how to use ange-ftp to determine full attribute
1094 information, instead of just the name and last modtime.
1095 (eshell-current-ange-uids): Return the current user id when in a
1096 remote directory.
1097 (eshell-parse-ange-ls): Parse a full directory listing that has
1098 been returned by ange-ftp.
1099 (eshell-file-attributes): This beefed up version of
1100 `file-attributes' is only special if the user is currently in a
1101 remote directory, in which case it does a lot of work to find out
1102 what the real attributes of a file are, as they appear on the
1103 remote machine. This makes usage of remote directories (i.e.,
1104 ange-ftp pathnames) much more useful. You can now use Eshell as a
1105 full-fledged FTP client, with much more manipulation ability than
1106 most other clients.
1107
1108 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
1109 variable, which means that Eshell's du should always be preferred
1110 in remote directories.
1111 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
1112 just `file-attributes'.
1113 (eshell-mvcp-template): Bind `ange-cache', to improve performance
1114 when reading remote directories. This is an Eshell-specific
1115 variable (not part of ange-ftp).
1116 (eshell/ln): Bind `ange-cache'.
1117 (eshell/du): Added some extra logic for determining when to use
1118 Eshell's du (which is slow), and when to use the external version
1119 (which may or may not exist).
1120
1121 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
1122 `eshell-interactive-process', rather than using
1123 `get-buffer-process', since backgrounded processes don't count in
1124 the context of this function's logic.
1125
1126 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
1127 `forward-char', so that null strings are parsed correctly.
1128
87730e84 11292000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1130
1131 * eshell/em-pred.el (eshell-pred-file-type,
1132 eshell-pred-file-links, eshell-pred-file-size): Use
1133 `eshell-file-attributes'. This is more correct over ange-ftp.
1134
1135 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
1136 that remote file globbing is more efficient.
1137
1138 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
1139 gathering the files and attributes within a directory.
1140
1141 * eshell/em-unix.el (eshell/cat): If any of the files passed on
1142 the command line is a special file (not a regular file, directory
1143 or symlink), always attempt to call the external version of cat.
1144
87730e84 11452000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1146
1147 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
1148 Eshell-friendly version of find-tag.
1149
1c7e37a9
MB
11502000-10-13 Miles Bader <miles@lsi.nec.co.jp>
1151
1152 * image-file.el (image-file-name-extensions)
1153 (image-file-name-regexps): Add autoload cookies.
1154
11a7f341
KH
11552000-10-13 Kenichi Handa <handa@etl.go.jp>
1156
1157 * international/mule-cmds.el (select-safe-coding-system): If FROM
1158 is string, show it in *Warning* buffer.
1159
8ddddcb0
EZ
11602000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1161
1162 * startup.el (normal-top-level): Use display-popup-menus-p instead
1163 of window-system.
1164 (command-line): Use display-graphic-p instead of window-system.
1165 (command-line-1): Use display-popup-menus-p and display-mouse-p
1166 instead of window-system.
1167
72200f89
SS
11682000-10-12 Sam Steingold <sds@gnu.org>
1169
1170 * tooltip.el (tooltip-use-echo-area): New user variable.
1171 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
1172
8661c643
DL
11732000-10-12 Dave Love <fx@gnu.org>
1174
d0b40dc1
DL
1175 * recentf.el: Maintainer's checkdoc fixes.
1176
a622451f
DL
1177 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
1178 character class, not ASCII when matching file names.
1179 (fancy-splash-head): Add trailing slash to URL.
1180 (command-line): Don't require XPM support for toolbar.
1181
8661c643
DL
1182 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
1183 (cperl-invalid-face): Revert last change.
1184 (cperl-init-faces): Quote cperl-invalid-face.
1185
ef2ed8ab
KH
11862000-10-12 Kenichi Handa <handa@etl.go.jp>
1187
1188 * startup.el (fancy-splash-text): Remove superfluous quote.
1189
b0da379e
GM
11902000-10-12 Gerd Moellmann <gerd@gnu.org>
1191
dbeb499b
GM
1192 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
1193 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
1194 (command-line-1): Don't use fancy-splash-pending-command.
1195 (fancy-splash-screens-1): Goto point-min after inserting text.
1196
d861718a
GM
1197 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
1198
b0da379e
GM
1199 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
1200 instead of shared-lisp-mode-map.
1201
4fb2ad98
MB
12022000-10-12 Miles Bader <miles@lsi.nec.co.jp>
1203
1cb4393e
MB
1204 * faces.el (header-line): Change tty-variant to use underlining.
1205
4fb2ad98
MB
1206 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
1207 (isearch-highlight): Restore lazy-isearch face properties at old
1208 position, and suppress them at new position.
1209 (isearch-dehighlight): Restore lazy-isearch face properties.
1210 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
1211 over the real isearch overlay, but in that case, don't give it a
1212 face property. Use `push'.
1213
eb991b25
KH
12142000-10-12 Kenichi Handa <handa@etl.go.jp>
1215
1216 * man.el (Man-getpage-in-background): Fix previous change.
1217 Decode the process output only when we are in multibyte mode.
1218
a818c1c0
DL
12192000-10-11 Dave Love <fx@gnu.org>
1220
c990f53a
DL
1221 * info.el (Info-mode-menu): Fix some help.
1222 (info-tool-bar-map): Add entry for Info-last.
1223
a818c1c0
DL
1224 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
1225 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
1226 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
1227 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
1228 * toolbar/search-replace.xpm, toolbar/exit.xpm:
1229 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
1230 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
1231 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
1232 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
1233 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
1234 Reduce colour requirements to 25 overall. (Probably wants
1235 revisiting from the originals to reduce further.)
1236
c1b096cb
EZ
12372000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
1238
1239 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
1240 buffer-file-coding-system, instead of raw-text.
1241 (dehexlify-buffer): Bind coding-system-for-read to
1242 buffer-file-coding-system, instead of raw-text.
1243
5c8b7eaf
SS
12442000-10-11 Sam Steingold <sds@gnu.org>
1245
1246 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
1247 `underline' - fixes the bug introduced on 2000-09-21.
1248
2cfbdb7a
DL
12492000-10-11 Dave Love <fx@gnu.org>
1250
1251 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
1252 compiler warnings.
1253 (scheme-mode): Doc fix.
1254 (scheme-font-lock-keywords-1): Match `define-syntax'.
1255
12562000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
1257
1258 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
1259 face specs as well as default ones. Only do anything if the
1260 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 1261 (region): Make dark-background `region' face less in-your-face.
4b33f290 1262
690ec649
SS
12632000-10-10 Sam Steingold <sds@gnu.org>
1264
1265 * chistory.el, ielm.el, ledit.el:
1266 * progmodes/inf-lisp.el, progmodes/scheme.el:
1267 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
1268
3b95d6bb
SM
12692000-10-10 Stefan Monnier <monnier@cs.yale.edu>
1270
1271 * textmodes/texinfo.el: Update copyright and fix typo.
1272
1273 * desktop.el (desktop-modes-not-to-save): New var.
1274 (desktop-save-buffer-p): Use it.
1275 Also, obey desktop-buffers-not-to-save even for non-file buffers.
1276 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
1277
d646c828
DL
12782000-10-10 Dave Love <fx@gnu.org>
1279
1280 * toolbar/tool-bar.el (tool-bar-add-item)
1281 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
1282 display.
1283
d646c828
DL
1284 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
1285 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
1286 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
1287 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
1288 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
1289 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
1290 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
1291 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
1292 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
1293 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
1294 the .xpms; probably need retouching.
1295
862a7e28
MB
12962000-10-10 Miles Bader <miles@lsi.nec.co.jp>
1297
1298 * subr.el (add-to-list): Add optional argument APPEND.
1299 * battery.el (display-battery): Use `add-to-list'.
1300
46e33aee
TTN
13012000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
1302
930baf47
TTN
1303 * play/zone.el (zone-timer, zone-wc-tbl): Rework
1304 these vars as symbol properties.
2cfbdb7a
DL
1305 (zone, zone-when-idle, zone-leave-me-alone)
1306 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 1307
5a430f9c
TTN
1308 * battery.el (display-battery): Doc spelling fix.
1309
46e33aee
TTN
1310 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
1311 property.
1312
adf7d3a8
DL
13132000-10-09 Dave Love <fx@gnu.org>
1314
1315 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
1316 has been initialized before calling tool-bar-setup.
c2156508 1317 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 1318
06a8c9f8
EZ
13192000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
1320
e4ca8f8c
EZ
1321 * menu-bar.el (send-mail-item-name): New function.
1322 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
1323 of mail-user-agent in the menu. Don't display the "Send Mail"
1324 item if mail-user-agent is nil or its value is ignore.
1325 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
1326 if read-mail-command is nil or its value is ignore.
1327
06a8c9f8
EZ
1328 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
1329
7dbc9c8a
MB
13302000-10-09 Miles Bader <miles@gnu.org>
1331
29e0814b
MB
1332 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
1333 Correct image size.
1334 * toolbar/left_arrow.xpm: Correct image size.
1335
7dbc9c8a
MB
1336 * jka-compr.el: Don't call `jka-compr-install' when loading (it
1337 will be done by the definition of `auto-compression-mode' if
1338 necessary. Move code to uninstall existing file-name handler
1339 before definition of `auto-compression-mode'.
1340
1341 * image-file.el (auto-image-file-mode): Move to the end of the
1342 file, because `define-minor-mode' actually calls the mode-function
1343 if the associated variable is non-nil, which requires that all
1344 needed functions be already defined.
1345
65b61266
MB
1346 * mouse.el (popup-menu): Balance parens.
1347
d6b8c85b
SM
13482000-10-08 Stefan Monnier <monnier@cs.yale.edu>
1349
1350 * mouse.el (popup-menu): Move the command call outside the loop
1351 so that popup-menu returns whatever the command returns.
1352
1353 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
1354 (initialize-new-tags-table): Use run-hook-with-args-until-success.
1355 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
1356 (tags-table-format-functions): Renamed from tags-table-format-hooks.
1357
1358 * vc.el (vc-version-diff): diff-switches can be a list.
1359 Use relative filenames for prettier output.
1360
46e33aee 1361 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
1362 (vc-post-command-functions): Remove old-VC compatibility code.
1363
1364 * newcomment.el (comment-indent-default): Autoload.
1365
1366 * font-lock.el (font-lock-defaults): Make buffer-local.
1367 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
1368 (font-lock-choose-keywords):
1369 Ignore LEVEL unless KEYWORDS is a list of syms.
1370 (c-keywords, c++-keywords, objc-keywords, java-keywords):
1371 Don't wrap regexp-opt things in \(...\) unnecessarily.
1372
1373 * jit-lock.el: Don't require font-lock any more.
1374 (jit-lock-functions): Make buffer-local.
1375 (jit-lock-saved-fontify-buffer-function): Remove.
1376 (jit-lock-mode): Remove autoload cookie.
1377 Remove font-lock specific code.
1378 (jit-lock-unregister): Don't bother handling complex hooks any more.
1379 (jit-lock-refontify): New function.
1380 (jit-lock-fontify-buffer): Use it.
1381 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
1382 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
1383 Add optional args START and END.
1384 Never call font-lock-fontify-region directly.
1385 (jit-lock-function, jit-lock-stealth-fontify): Use it.
1386
1387 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
1388
a30ed6ac
DL
13892000-10-08 Dave Love <fx@gnu.org>
1390
4e7c7ca9
DL
1391 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
1392
1393 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
1394
1395 * play/studly.el (studlify-region, studlify-word): Add autoload
1396 cookie.
1397
1398 * play/morse.el (morse-region, unmorse-region): Add autoload
1399 cookie.
1400
1401 * play/spook.el (spook-phrases-file): Use expand-file-name, not
1402 concat.
1403
1404 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
1405 insist on symbols starting with word syntax.
1406 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
1407 (eval-defun-1): Doc fix.
1408 (indent-sexp): Use nconc to build up indent-stack.
1409
1410 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
1411 Gnus with little use.
1412 (mail-setup-hook): Add mail-abbrevs-setup to options.
1413
968f7c4a
DL
1414 * recentf.el: Doc fixes.
1415
1416 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
1417 Clean up remainder.
1418
1419 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
1420 without timezone and (8) with timezone to enforce some whitespace.
1421 Simplify code somewhat.
1422
1423 * options.el (list-options): Doc that you should use customize.
1424
1425 * iswitchb.el (iswitchb-mode): Add :require.
1426
a30ed6ac
DL
1427 * info.el (Info-goto-node, Info-menu): Doc fix.
1428 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
1429 (info-tool-bar-map): New variable.
1430 (Info-mode): Use it.
1431 (Info-edit-map): Define all in defvar.
1432 (speedbar-attached-frame): Avoid compiler warning.
1433
1434 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
1435 (global-map): Bind [tool-bar] to a filtered map.
1436 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
1437 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
1438 Allow PBM icons.
1439 (tool-bar-setup): Adjust calls of tool-bar-add-item.
1440
1441 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
1442 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
1443 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
1444 icons, except up_arrow, which is left-arrow rotated.
1445
1446 * imenu.el (imenu-add-to-menubar): Fix last change.
1447
4e953aff
PB
14482000-10-08 Peter Breton <pbreton@ne.mediaone.net>
1449
1450 * generic-x.el (rul-generic-mode): Remove eval-when-compile
1451 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
1452
739e92a7
EZ
14532000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
1454
d20faceb
EZ
1455 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
1456 typos in doc strings.
1457
a640322e
EZ
1458 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
1459 the doc strings how to customize Font Lock faces.
1460
739e92a7
EZ
1461 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
1462 computing growth when dragging the header line.
1463
8be7408c
EZ
14642000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
1465
1466 * simple.el (kill-line): Doc fix.
1467
6fee86a3
MB
14682000-10-08 Miles Bader <miles@gnu.org>
1469
445a653e
MB
1470 * faces.el (secondary-selection): Make foreground visible on tty.
1471
6fee86a3
MB
1472 * jka-compr.el (auto-compression-mode): Move to the end of the
1473 file, because `define-minor-mode' actually calls the mode-function
1474 if the associated variable is non-nil, which requires that all
1475 needed functions be already defined.
1476 (with-auto-compression-mode): Add autoload cookie.
1477
a115794c
EZ
14782000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
1479
1480 * files.el (find-backup-file-name) [ms-dos]: If support for long
1481 file names is not available, behave as if version-control were set
1482 to never.
1483
b12e6de3
DL
14842000-10-07 Dave Love <fx@gnu.org>
1485
1486 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
1487 (browse-url-gnome-moz): New function.
1488 (browse-url-browser-function): Use it.
1489 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
1490
20b1d079
SM
14912000-10-07 Stefan Monnier <monnier@cs.yale.edu>
1492
1493 * indent.el (tab-always-indent): New var.
1494 (indent-for-tab-command): Use it.
39250ec3 1495
9ee45b2c 1496 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 1497 raise an error. This way it can still default to a sane value.
9ee45b2c 1498
8c6b1d83
JW
14992000-10-06 Stefan Monnier <monnier@cs.yale.edu>
1500
39250ec3
SM
1501 * startup.el (fancy-splash-screens): Use local rather than global map.
1502 Don't use `update-menu-bindings' any more.
1503 Get rid of assumptions about keymap representation.
1504
a23ccdf2
DL
15052000-10-06 Dave Love <fx@gnu.org>
1506
814299a7 1507 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
1508 (sentence-end-without-period): Doc fix.
1509 (adaptive-fill-regexp): Purecopy.
1510 (unjustify-current-line): Use line-end-position.
1511 (fill-individual-paragraphs-prefix): Use line-beginning-position.
1512
1513 * net/eudc-vars.el (eudc): Add :version, :link.
1514
39250ec3 1515 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
1516
1517 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
1518 Fix for define-minor-mode.
1519 (function-at-point): Alias to function-called-at-point.
1520
1521 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
1522
1523 * simple.el (backward-word): Doc fix.
1524
a23ccdf2
DL
1525 * image-file.el (image-file-name-regexp): image-file-regexps ->
1526 image-file-name-regexps.
742c1822 1527 (image-file-name-extensions): Add pbm.
a23ccdf2 1528
39250ec3
SM
15292000-10-06 Stefan Monnier <monnier@cs.yale.edu>
1530
1531 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
1532 and add filename to the names so that diff-mode can jump to source.
1533
1534 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 1535 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
1536 (tex-font-lock-keywords-1): Remove.
1537 (font-lock-turn-on-thing-lock): Use jit-lock-register.
1538 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
1539 (font-lock-default-fontify-region):
1540 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
1541 (font-lock-fontify-anchored-keywords):
1542 Include the anchor text as part of the multiline.
1543
8d5dfacd
GM
15442000-10-06 Gerd Moellmann <gerd@gnu.org>
1545
1546 * loadup.el (toplevel): Load `loaddefs' before `help' because the
1547 latter needs the autoloaded define-minor-mode macro during the
1548 bootstrap.
1549
1550 * startup.el (command-line): For now, activate tool-bar-mode only
1551 if XPM images are supported.
1552
1553 * mouse.el (mouse-drag-header-line): Don't allow resizing a
1554 window by dragging a header-line at the top of the frame; that's
4c19fbce 1555 confusing because the header-line doesn't move.
8d5dfacd
GM
1556 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
1557 of treating the event as a list. Some cleanup.
1558
f69aad2b 15592000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 1560
f69aad2b
MB
1561 * simple.el (display-message-or-buffer): New function.
1562 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 1563
09cb7646
MB
1564 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
1565 docstring parts.
1566
814299a7 1567 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
1568 (smbclient-prompt-regexp): Add usage note to doc string.
1569 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
1570 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
1571 Use add-hook for adding the comint filter function, and only do so
1572 if it's not already in the global hook list.
1573 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
1574 to `make-local-variable'.
1575 (nslookup-font-lock-keywords): Remove prompt entry.
1576 (nslookup): Don't set the process-filter.
1577 (finger): Exit the loop correctly when the regexps list runs out.
1578 (ftp, smbclient, smbclient-list-shares):
1579 Set the real major mode immediately, not after execing.
1580 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
1581
1582 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
1583
4c19fbce
SM
15842000-10-05 Stefan Monnier <monnier@cs.yale.edu>
1585
1586 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
1587
1588 * which-func.el (which-func-format): Remove spurious space.
1589 (which-func-mode): Don't make it permanent-local.
1590 (which-func-ff-hook): Allow which-func-maxout to be nil.
1591 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
1592 (which-func-mode): Simplify.
1593 Use post-command-idle-hook rather than post-command-hook.
1594 Go through all buffers and update their state.
1595 (which-function): Also try add-log-current-defun-function.
1596
1597 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
1598 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
1599 Update call to with-vc-properties accordingly.
1600 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
1601 (vc-revert-buffer): More careful about window selection and deletion.
1602 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
1603
1604 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
1605 (cvs-retrieve-revision): Reuse a pre-existing buffer.
1606 (cvs-dired-action): Change the default to quickdir.
1607
1608 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
1609 if comment-indent-function returns nil.
1610 (comment-indent-default): New function.
1611 (comment-indent-function): Use it and document the new semantics.
1612
1613 * image-file.el: Docstring fixes.
1614
1615 * help.el (help-xref-on-pp): Use match-string.
1616 (describe-variable): New arg BUFFER.
1617 Store the current buffer in the help-xref-stack.
1618 (temp-buffer-resize-mode): Use define-minor-mode.
1619
1620 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
1621 consistently with its docstring.
1622 Set jit-lock-first-unfontify-pos in an idempotent way.
1623 (jit-lock-register): Autoload and add arg CONTEXTUAL.
1624
542c6552
GM
16252000-10-05 Alex Schroeder <alex@gnu.org>
1626
1627 * sql.el (sql-mysql-options): New variable.
1628 (sql-mysql): Use it.
1629
a3489ece
MB
16302000-10-05 Miles Bader <miles@lsi.nec.co.jp>
1631
77f6105c
MB
1632 * image.el (image): New group.
1633
814299a7 1634 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
1635 (smerge-base-face, smerge-markers-face): Add dark-background variants.
1636
3478046b
PB
16372000-10-04 Peter Breton <pbreton@ne.mediaone.net>
1638
1639 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 1640 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
1641 Ignore the value of wqindow-system; always define keywords
1642
22aca186
KH
16432000-10-05 Kenichi Handa <handa@etl.go.jp>
1644
1645 * startup.el (fancy-splash-screens): Remove the code for
1646 debugging; `(trace-to-stderr "EXITTT\n")'.
1647
55d5d717
MB
16482000-10-05 Miles Bader <miles@gnu.org>
1649
1650 * diff-mode.el (diff-goto-source): Update call to
1651 `diff-hunk-status-msg' to reflect new REV variable.
1652
41fa7178
SM
16532000-10-04 Stefan Monnier <monnier@cs.yale.edu>
1654
1655 * progmodes/icon.el (icon-mode):
1656 Don't gratuitously override the default for comment-column.
1657
1658 * vc-hooks.el (vc-mode-line): Fix interactive spec.
1659
1660 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
1661 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
1662 (jit-lock-functions): New var.
1663 (jit-lock-function-1): Use it if non-nil.
1664 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
1665 Set the `fontified' property before doing the fontification to avoid
1666 repeatedly going through the same error.
1667 Don't turn errors into messages.
1668 (jit-lock-register, jit-lock-unregister): New functions.
1669
1670 * dired.el (dired-mark-pop-up): Turn comment into docstring.
1671 Use with-current-buffer.
1672
1673 * dired-aux.el (dired-do-create-files, dired-kill-tree):
1674 Turn comment into docstring.
1675
1676 * apropos.el (apropos-mode): Use define-derived-mode.
1677
3dc78168
GM
16782000-10-04 Gerd Moellmann <gerd@gnu.org>
1679
1680 * startup.el (fancy-splash-pending-command): New variable.
1681 (fancy-splash-pre-command): New function.
1682 (fancy-splash-screens): Rewritten.
1683 (command-line-1): If fancy-splash-pending-command is set, call it
1684 interactively.
1685
dae9dc56
DL
16862000-10-04 Dave Love <fx@gnu.org>
1687
1688 * toolbar/tool-bar.el (tool-bar-setup): New function.
1689 (tool-bar-mode): Use it.
1690
1691 * subr.el (substitute-key-definition): Doc fix.
1692 (play-sound-file): New command.
1693
3388f0a5
AS
16942000-10-04 Andre Spiegel <spiegel@gnu.org>
1695
814299a7 1696 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
1697 vc-version-backup-file-name): New functions.
1698
1699 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
1700
1701 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
1702 vc-cvs-stay-local-p.
1703
1704 * vc.el (vc-revert-buffer): Handle empty diff properly.
1705 (vc-version-backup-file): New function.
1706 (vc-checkout): Create a version backup if necessary.
1707 (vc-checkin): If a version backup file exists, delete it.
1708 (vc-version-diff): Diff locally using version backups, if available.
1709 (vc-revert-file): If there's a version backup, revert locally.
1710 (vc-transfer-file): Use version backup for base version, if
1711 available. If not, ask for confirmation whether to get it from the
1712 server. Update mode line before check-in.
1713
ebd4825d
DL
17142000-10-04 Dave Love <fx@gnu.org>
1715
1716 * toolbar/tool-bar.el (tool-bar-setup): New function.
1717 (tool-bar-mode): Use it.
1718
1b24f4b7
PB
17192000-10-04 Peter Breton <pbreton@ne.mediaone.net>
1720
3dc78168 1721 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 1722 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
1723 Only set if window-system is non-nil
1724 (net-utils-run-program): Returns buffer.
1725 (network-connection-reconnect): Added this function.
1726
814299a7
MB
1727 * generic.el:
1728 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
1729 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
1730 Uses cl compile-time macros.
3dc78168
GM
1731 (generic-mode-name, generic-comment-list)
1732 (generic-keywords-list, generic-font-lock-expressions)
1733 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
1734 Removed variables.
1735 (generic-mode-alist): Renamed to generic-mode-list.
1736 (generic-find-file-regexp): Default changed to "^#".
1737 (generic-read-type): Uses completing read on generic-mode-list.
1738 (generic-mode-sanity-check): removed this function.
1739 (generic-add-to-auto-mode): Removed this function
3dc78168 1740 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
1741 into function instead of putting them in alist.
1742 (generic-mode-set-comments): Reworked extensively.
1743 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 1744 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 1745
814299a7 1746 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
1747 Make sure directory name ends with "/".
1748
814299a7 1749 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
1750 Regexp now allows leading whitespace.
1751 (rc-generic-mode): Added eval-when-compile
1752 around generic-make-keywords-list.
1753 Deleted duplicate regexp
1754 (rul-generic-mode): Added eval-when-compile
1755 around generic-make-keywords-list.
1756 (etc-fstab-generic-mode): New generic mode.
1757 (rul-generic-mode): Removed one eval-when-compile
814299a7 1758 which caused a max-specpdl-size exceeded error.
1b24f4b7 1759
a7bf5cf3
MB
17602000-10-04 Miles Bader <miles@gnu.org>
1761
1762 * simple.el (minibuffer-temporary-goal-position): New variable.
1763 (next-history-element): Try to keep the position of point in the
1764 input string constant.
1765
1766 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
1767 (dired-do-create-files): If there's only one file, pass it in as
1768 the DEFAULT arg to dired-mark-read-file-name.
1769
ce1087a9
SM
17702000-10-03 Stefan Monnier <monnier@cs.yale.edu>
1771
1772 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
1773 (diff-goto-source): Be smarter when choosing REVERSE or not.
1774
1775 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
1776 (texinfo-mode-menu): Add an explicit shortcut for update all.
1777
0e41e1d6
AS
17782000-10-03 Andre Spiegel <spiegel@gnu.org>
1779
814299a7 1780 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
1781 factorize backend-specific code cleanly (this was essentially
1782 conceived by Stefan Monnier).
1783 (vc-unregister): Function removed.
814299a7 1784 (vc-revert-file): New function.
858f7cb4
AS
1785 (vc-revert-buffer): Delegate some of the work to it.
1786
0e41e1d6
AS
1787 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
1788 default branch unconditionally.
1789 (vc-rcs-set-default-branch): New function.
1790 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
1791 (vc-rcs-checkin): If an appropriate default branch has been set,
1792 force creation of that branch.
858f7cb4
AS
1793 (vc-rcs-receive-file): Rewritten to contain only backend-specific
1794 code (as suggested by Stefan Monnier).
0e41e1d6 1795
01c86c56
GM
17962000-10-02 Gerd Moellmann <gerd@gnu.org>
1797
45c477b4
GM
1798 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
1799 highlighting overlay with a different face over the overlay
1800 isearch uses to highlight the current match because that can lead
1801 to bad face combinations.
1802
01c86c56
GM
1803 * loadup.el (toplevel): Load faces before isearch.
1804
1805 * isearch.el (isearch-faces): New custom group.
1806 (isearch): New defface; was already tested for in the code.
1807 (isearch-lazy-highlight-face): Changed to defface from defcustom.
1808 (isearch-highlight): Always use face `isearch'.
1809
944425c0
DL
18102000-10-02 Dave Love <fx@gnu.org>
1811
1812 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
1813 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
1814 comparison of opcode with operand.
1815
2a099bcc
MB
18162000-10-03 Miles Bader <miles@gnu.org>
1817
1818 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
1819 buffer, since the echo area will now grow to accommodate them.
1820
4300ecb8
AS
18212000-10-02 Andre Spiegel <spiegel@gnu.org>
1822
1823 * vc-hooks.el (vc-registered): If FILE used to be registered under
1824 a certain backend, try that one first.
1825
814299a7 1826 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
1827 argument list. Handle multiple backends correctly.
1828 (vc-find-new-backend): Function removed.
1829 (vc-register): Use vc-responsible-backend, as before.
1830 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
1831
64e6cc18
GM
18322000-10-02 Gerd Moellmann <gerd@gnu.org>
1833
1834 * startup.el (fancy-splash-head): Change message below the
1835 logo.
1836
00df919e
MB
18372000-10-02 Miles Bader <miles@lsi.nec.co.jp>
1838
1839 * diff-mode.el (diff-goto-source): Emit a status message.
1840 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 1841 (diff-test-hunk): Fix doc string.
00df919e
MB
1842 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
1843 (diff-advance-after-apply-hunk): New variable.
4eaa6852 1844 (diff-apply-hunk): Don't return a value.
00df919e 1845
ceec5a0c
SM
18462000-10-01 Stefan Monnier <monnier@cs.yale.edu>
1847
1848 * vc.el (vc-editable-p): Minor optimization.
1849 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
1850 (vc-find-new-backend): New function split from vc-responsible-backend.
1851 (vc-register): Use it.
1852 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
1853 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
1854 (vc-default-unregister, vc-revert-buffer): Docstring fix.
1855 (vc-clear-headers): Don't use find-file.
1856 (vc-revert-buffer): Use `and' again (must have been a braino).
1857 (vc-switch-backend): Only prompt if requested.
1858 Short circuit if nothing is to be done.
1859 Don't use vc-resynch-buffer which could lose unsaved editing.
1860 (vc-default-receive-file): Update call to vc-unregister.
1861 (with-vc-file, vc-next-action-on-file):
1862 Use vc-backend rather than vc-registered.
1863 (vc-next-action-on-file): Use intern-soft.
1864 Deal with read-only *vc-diff* buffer.
1865 (vc-transfer-file): Docstring fix.
1866
1867 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
1868 (vc-rcs-receive-file): Avoid with-vc-properties.
1869 Update call to vc-unregister.
1870 Use constant `RCS' rather than (dynamically bound) var `backend'.
1871
4ad5da8f
AS
18722000-10-01 Andre Spiegel <spiegel@gnu.org>
1873
814299a7 1874 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
1875 is visited.
1876 (vc-start-entry): New argument initial-contents. Don't visit the file
1877 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
1878 (vc-next-action, vc-register): Updated calls to vc-start-entry.
1879 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
1880 vc-start-entry.
1881 (vc-finish-logentry): Make sure to bury log buffer only if there
1882 really is one. Call `vc-resynch-buffer' on log-file, not
1883 buffer-file-name.
1884 (vc-default-comment-history, vc-default-wash-log): New functions.
1885 (vc-index-of): Removed.
1886 (vc-transfer-file): Make do without the above.
1887 (vc-default-receive-file): Call comment-history unconditionally. Pass
1888 the resulting string to vc-checkin, instead of inserting it into the
1889 comment ring.
1890
1891 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
1892 unconditionally. Use the comments as initial contents of the log
814299a7 1893 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
1894 changes.
1895
aa0c3dca
MB
18962000-10-01 Miles Bader <miles@gnu.org>
1897
1898 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
1899 `recenter' with an arg to prevent redrawing the display.
1900
d5f5a2c5
SM
19012000-09-30 Stefan Monnier <monnier@cs.yale.edu>
1902
1903 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
1904
1905 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
1906
814299a7 1907 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
1908 Don't gratuitously override the default for comment-column.
1909
1910 * textmodes/tex-mode.el (latex-metasection-list): New var.
1911 (latex-imenu-create-index): Use it.
1912 Move the regexp construction outside loops (and use push).
814299a7 1913 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
1914 (tex-font-lock-keywords): Moved from font-lock.el.
1915 (tex-comment-indent): Remove.
1916 (tex-common-initialization): Don't set comment-indent-function.
1917 (latex-block-default): New var.
1918 (tex-latex-block): Use it to provide a default choice.
1919 Add any unknown choice to latex-block-names.
1920 Insert [...] after {...}.
1921 (tex-last-unended-begin): Simplify regexp.
1922 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
1923 (latex-forward-sexp-1, latex-forward-sexp): New functions.
1924 (latex-mode): Set forward-sexp-function.
1925
1926 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
1927 Add regexp for @ignore ... @end ignore.
1928 (texinfo-heading-face): New face.
1929 (texinfo-font-lock-keywords): Use it.
1930 (texinfo-mode-menu): New menu.
1931 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
1932 New functions.
1933 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 1934 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
1935 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
1936 Remove declaration.
1937 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
1938
1939 * delsel.el (delete-selection-mode): Use define-minor-mode.
1940
1941 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
1942
19432000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1944
1945 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
1946
8a5506f2
GM
19472000-09-30 Gerd Moellmann <gerd@gnu.org>
1948
068127d6
GM
1949 * replace.el (keep-lines-read-args): New function.
1950 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
1951 read arguments interactively. Add parameters RSTART and REND.
1952 Operate on the active region in Transient Mark mode.
1953
d777bb8f
GM
1954 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
1955
8a5506f2
GM
1956 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
1957 (authors-obsolete-files-regexps): New variable.
1958 (authors-add): Don't record changes in obsolete files.
1959
3fa87bfc
SM
19602000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1961
1962 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
1963
1964 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
1965 (comment-indent): Make sure there's a space between code and comment.
1966 Shift comments left to avoid going past fill-column.
1967
f02149ce
GM
19682000-09-29 Gerd Moellmann <gerd@gnu.org>
1969
1970 * startup.el (startup-echo-area-message): New function.
1971 (display-startup-echo-area-message): Use it.
1972 (fancy-splash-screens): Rewritten to use keymaps and a timer.
1973 (fancy-splash-default-action): New function.
1974 (fancy-splash-screens-1): New function.
1975 (fancy-splash-head): Put a help-echo and a keymap under the image.
1976
a3ef6569
SM
19772000-09-29 Stefan Monnier <monnier@cs.yale.edu>
1978
1979 * diff-mode.el (diff-add-log-file-name): Remove.
1980 (diff-mode): Use add-log-buffer-file-name-function.
1981
1982 * add-log.el (find-change-log): New arg BUFFER-FILE.
1983 (add-log-file-name): Obey add-log-file-name-function.
1984 (add-log-buffer-file-name-function): New var.
1985 (add-change-log-entry): Use it.
1986
75e5b373
MB
19872000-09-29 Miles Bader <miles@gnu.org>
1988
1989 * image-file.el (image-file-name-extensions): New variable.
1990 (image-file-name-regexps): Renamed from `image-file-regexps'.
1991 New default value is nil. Call `auto-image-file-mode'.
1992 (image-file-name-regexp): New function.
1993 (auto-image-file-mode): New minor mode.
1994 (insert-image-file): Don't make conditional on the image-file
1995 handler being enabled.
1996 (image-file-handler): Make the call here conditional instead.
1997 (set-image-file-handler-enabled, enable-image-file-handler)
1998 (disable-image-file-handler): Functions removed.
1999
2000 * emacs-lisp/authors.el (authors-print): Rephrase many-files
2001 string.
2002
de6e1f7c
GM
20032000-09-29 Gerd Moellmann <gerd@gnu.org>
2004
2005 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
2006 it's a function from CL.
2007 (latex-imenu-create-index): Replace eval-when-compile with progn
2008 because latex-section-alist is not bound while compiling.
2009
d8c201f5
SM
20102000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2011
2012 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
2013 (outline-mode): Use define-derived-mode.
2014
814299a7 2015 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
2016 * progmodes/awk-mode.el (awk-mode):
2017 * progmodes/asm-mode.el (asm-mode):
2018 Don't gratuitously override the default for comment-column.
2019
2020 * emacs-lisp/lisp.el (lisp-complete-symbol):
2021 Distinguish the let-binding case from the funcall case.
2022 (forward-sexp-function): New variable.
2023 (forward-sexp): Use it.
2024
2025 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
2026 (easy-mmode-defmap): Remove the now useless autoload.
2027
2028 * time.el (display-time-mode): Use define-minor-mode.
2029
2030 * subr.el (add-minor-mode): Don't eval NAME.
2031 Don't depend on the presence of TOGGLE-FUN for any special behavior.
2032 Use if rather than cond.
2033
2034 * simple.el (read-expression-map): Define more properly.
2035 (comment-indent-hook): Remove.
2036 (string-to-syntax): Bug fix.
2037
2038 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
2039 (cvs-ediff-diff): Fix typo.
2040 (cvs-revert-if-needed): Don't bother preserving read-only.
2041
2042 * paren.el (show-paren-mode): Use define-minor-mode.
2043
2044 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
2045 (toggle-auto-compression): Remove.
2046 (jka-compr-build-file-regexp): Remove useless grouping.
2047
2048 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
2049 Avoid user-reserved bindings.
2050 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
2051 (diff-header-face): Revert to grey85.
2052
2053 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
2054
2055 * complete.el (partial-completion-mode) <defcustom>: Remove.
2056 (partial-completion-mode): Use define-minor-mode.
2057 (PC-do-completion): Understand `completion-auto-help = delay'
2058 to mean to popup the completion buffer only the second time.
814299a7 2059 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
2060 (PC-include-file-all-completions): Don't quote lambda.
2061
2062 * comint.el (comint-mode-hook): Docstring fix.
2063 (comint-mode): Use define-derived-mode.
2064 (comint-mode-map): Remove obsolete comment.
2065 (make-comint): Minor stylistic change.
2066 (comint-insert-clicked-input): Be more careful to find the overlay.
2067 Use this-command-keys rather than hardcoding mouse-2.
2068
2069 * font-lock.el: Replace confusing (,@ with ,
2070 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2071 Don't use regexp-opt-depth. Spice up the regexp for args.
2072 Don't distinguish between cmds that can take an opt arg or not.
2073 Use `append' and `prepend' rather than `keep'.
2074
2075 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
2076 (latex-outline-regexp): New var.
2077 (latex-outline-level): New fun.
2078 (latex-section-alist): New var.
2079 (latex-imenu-create-index): Use it. Use `push' as well.
2080 (tex-shell-map): Initialize it properly.
2081 (tex-mode): Minor stylistic change.
2082 (plain-tex-mode): Use define-derived-mode.
2083 (latex-mode): Use define-derived-mode.
2084 Construct the paragraph regexps in a more readable way.
2085 Set the buffer-local outline-{level,regexp} vars.
2086 (slitex-mode): Derive from latex-mode.
2087 (tex-common-initialization): Don't kill-all-vars anymore.
2088 Add setting for comment-add and font-lock-defaults.
2089 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
2090 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
2091 (tex-start-tex): New arg DIR (and send a chdir command for it).
2092 Also display the shell buffer and save it in tex-last-buffer-texed.
2093 (tex-region): Use expand-file-name rather than concat.
2094 Remove code made useless by changes in tex-start-tex.
2095 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
2096
2097 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
2098
ff398532
DL
20992000-09-28 Dave Love <fx@gnu.org>
2100
2101 * eshell/eshell.el (eshell) <defgroup>: Add :version.
2102
f9415d5b
GM
21032000-09-28 Gerd Moellmann <gerd@gnu.org>
2104
2105 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
2106 `append'.
2107
fa003899
SM
21082000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2109
2110 * info.el (Info-extract-pointer): Undo last change.
2111 Instead, fix the position of the `bound' arg to re-search-backward.
2112
21132000-09-27 Stefan Monnier <monnier@cs.yale.edu>
2114
2115 * info.el (Info-extract-pointer):
2116 Widen more carefully, to avoid finding pointers in other nodes.
2117 (Info-index): Use push.
2118
f9415d5b 21192000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
2120
2121 * frame.el (set-frame-font): Remove call to obsolete function
2122 frame-update-faces.
2123 (set-foreground-color, set-background-color): Likewise for
2124 frame-update-face-colors.
2125
5538b8ba
MB
21262000-09-27 Miles Bader <miles@gnu.org>
2127
2128 * image-file.el: New file.
2129
60536eea
GM
21302000-09-27 Gerd Moellmann <gerd@gnu.org>
2131
5b551d58
GM
2132 * frame.el (frame-notice-user-settings): Don't call
2133 frame-update-faces, which is a no-op now.
814299a7 2134
60536eea
GM
2135 * ediff-wind.el (ediff-control-frame-parameters): Add zero
2136 tool-bar-lines.
2137
36f1966f
DL
21382000-09-27 Dave Love <fx@gnu.org>
2139
2140 * mouse.el: Fix last change.
2141
c5785b73
MB
21422000-09-27 Miles Bader <miles@lsi.nec.co.jp>
2143
2144 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
2145
672172d9
KH
21462000-09-22 Kenichi Handa <handa@etl.go.jp>
2147
2148 * international/quail.el (quail-help): The output message is
2149 improved.
2150
4653b4ea
DL
21512000-09-26 Dave Love <fx@gnu.org>
2152
2153 * mouse.el (popup-menu): If POSITION is nil, set it using
2154 mouse-position.
2155
63900fcf
SS
21562000-09-25 Sam Steingold <sds@gnu.org>
2157
2158 * net/browse-url.el (browse-url-file-url): Check for null maps.
2159
cd3b81be
GM
21602000-09-26 Gerd Moellmann <gerd@gnu.org>
2161
876512ab 2162 * frame.el (frame-notice-user-settings): Don't add a
fa003899 2163 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 2164
fa003899
SM
2165 * frame.el (frame-notice-user-settings):
2166 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 2167
cd3b81be
GM
2168 * toolbar/tool-bar.el (tool-bar-help): New function.
2169
d8b4516f
GM
21702000-09-25 Gerd Moellmann <gerd@gnu.org>
2171
6567e9b5
GM
2172 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
2173 current-load-list in top-level forms. Else this leaks a cons cell
2174 every time a defun is called.
63900fcf 2175
d8b4516f 2176 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 2177
a461758e
DL
21782000-09-25 Dave Love <fx@gnu.org>
2179
7df6adc3
DL
2180 * startup.el (fancy-splash-head): Check XPM is available.
2181
a461758e
DL
2182 * autoinsert.el (auto-insert): Doc fix.
2183 (auto-insert-alist): Following GNU notices, don't say `copyright
2184 _by_'. Use line-beginning-position.
2185 (auto-insert): Check buffer-file-name is non-nil before use.
2186
b11af2dd
GM
21872000-09-25 Gerd Moellmann <gerd@gnu.org>
2188
2189 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
2190 starting with `@def' or `@multitable', in addition to ones
2191 specified by the user in auto-fill-inhibit-regexp.
2192
5f9f981b
GM
21932000-09-25 Markus Rost <rost@math.ohio-state.edu>
2194
2195 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
2196 rmail-dont-reply-to-names matches the empty string.
63900fcf 2197
8ff16b4e
GM
21982000-09-25 Gerd Moellmann <gerd@gnu.org>
2199
63900fcf 2200 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
2201 text to sound more friendly.
2202
9b4a7800
TTN
22032000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
2204
2205 * progmodes/hideshow.el: Update author email address.
2206 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
2207 (hs-hide-all-non-comment-function): New var.
2208 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
2209 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
2210 (hs-show-region): Delete this command.
2211 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
2212
4c7c1f3f
DL
22132000-09-22 Dave Love <fx@gnu.org>
2214
2215 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
2216 (hl-line-highlight): Specify buffer when moving overlay.
2217
2218 * progmodes/fortran.el (fortran-mode): Locally set
2219 normal-auto-fill-function.
2220 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
2221 (fortran-mode-map): Adjust auto-fill menu entry.
2222
13f93dee
GM
22232000-09-22 Gerd Moellmann <gerd@gnu.org>
2224
36eb0a91
GM
2225 * vc-rcs.el (toplevel): Require `vc' when compiling.
2226
fa003899 2227 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 2228
36a03bf9
AS
22292000-09-22 Andre Spiegel <spiegel@gnu.org>
2230
9b4a7800 2231 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
2232 registered under the new backend.
2233
9b4a7800 2234 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
2235 without explicit revision number.
2236
6e4e8a3b
SM
22372000-09-21 Stefan Monnier <monnier@cs.yale.edu>
2238
2239 * diff-mode.el (diff-file-header-face): Reset to its previous value.
2240 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
2241 (diff-xor): New function.
2242 (diff-find-source-location): Use it. Fix a stupid name clash.
2243 (diff-hunk-status-msg): New function.
2244 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
2245 (diff-test-hunk): Use diff-find-source-location.
2246 (diff-goto-source): Favor the `reverse'.
2247 (diff-hunk-text): Properly handle one-sided context diffs.
2248 (diff-apply-hunk): When done, advance to the next hunk.
2249
1b24b888
GM
22502000-09-21 Gerd Moellmann <gerd@gnu.org>
2251
623a0aae
GM
2252 * startup.el (command-line): If frame was created with a non-zero
2253 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 2254
1b24b888
GM
2255 * add-log.el (change-log-date-face, change-log-name-face)
2256 (change-log-email-face, change-log-file-face)
2257 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
2258 (change-log-function-face, change-log-acknowledgement-face):
2259 New faces, inheriting from font-lock faces.
1b24b888 2260 (change-log-font-lock-keywords): Use them.
9b4a7800 2261
93b3a1c8
DL
22622000-09-21 Dave Love <fx@gnu.org>
2263
80585273
DL
2264 * progmodes/cperl-mode.el (top-level): Clean up
2265 `eval-when-compile's and assorted defvars.
2266 (cperl-invalid-face): Don't double-quote value. Change custom
2267 type.
2268 (cperl-mode): Set normal-auto-fill-function and don't zap
2269 auto-fill-function.
2270 (cperl-imenu--function-name-regexp-perl): Renamed from
2271 imenu-example--function-name-regexp-perl.
2272 (cperl-imenu--create-perl-index): Renamed from
2273 imenu-example--create-perl-index.
2274 (cperl-xsub-scan): Don't require cl.
2275
93b3a1c8
DL
2276 * msb.el (msb-mode-map): Use substitute-key-definition.
2277 (msb-mode): Use msb-mode-map.
2278
43ccb598
AS
22792000-09-21 Andre Spiegel <spiegel@gnu.org>
2280
2281 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
2282 New functions.
fa003899 2283 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
2284 (vc-switch-backend): New function.
2285 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
2286 (vc-register): Fix prompt.
2287 (vc-unregister, vc-default-unregister): New functions.
2288 (vc-version-diff): Handle empty buffer in sentinel.
2289
2290 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
2291 (vc-rcs-state-heuristic): Use it to guess the state of files with
2292 non-strict locking.
2293 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
2294 been set with -b, but not created yet.
2295 (vc-rcs-fetch-master-state): With non-strict locking, compare file
2296 contents in order to find the state.
2297 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
2298 (vc-rcs-unregister, vc-rcs-receive-file)
2299 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 2300
9b4a7800 2301 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 2302 in case it is missing.
9b4a7800 2303
95fadcca
GM
23042000-09-21 Gerd Moellmann <gerd@gnu.org>
2305
2306 * startup.el (fancy-splash-tail): Use a different foreground
2307 color on a dark frame background.
2308
470f23e1
MB
23092000-09-21 Miles Bader <miles@lsi.nec.co.jp>
2310
2311 * info.el: Use the correct capitalization when making Info-mode
2312 and Info-edit-mode `special' modes.
2313
281096ed
SM
23142000-09-20 Stefan Monnier <monnier@cs.yale.edu>
2315
2316 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
2317 (diff-mode): Add support for add-log.el.
2318 (diff-hunk-text): Use char offsets rather than line offsets.
2319 (diff-find-source-location): Replace LINE with line-offset (nil
2320 if not found) and always set POS to a meaningful position.
2321 Adapt to the new char-offsets.
2322 (diff-apply-hunk): Drop support for the unused `select' POPUP.
2323 Adapt to the new diff-find-source-location.
2324 (diff-goto-source): Adapt to the new diff-find-source-location.
2325
2326 * add-log.el (add-log-file-name): New function (split out of
2327 add-change-log-entry).
2328 (add-change-log-entry): Use it.
2329 Call add-log-file-name-function with the changelog file name if
2330 the current buffer is not associated with any file.
2331 Avoid find-file if the selected window is dedicated.
2332
2333 * diff-mode.el (diff-find-source-location):
2334 Move code from diff-apply-hunk. Return buffer rather than file.
2335 (diff-apply-hunk): Use the new result from diff-find-source-location.
2336 (diff-goto-source): Use the new diff-find-source-location.
2337
c29d77c4
DL
23382000-09-20 Dave Love <fx@gnu.org>
2339
2340 * iswitchb.el: Some doc fixes.
2341 (iswitchb-mode-map): Define completely initially. Inherit
2342 minibuffer-local-map.
2343 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
2344 fundamental-mode.
2345 (iswitchb-global-map): New variable.
2346 (iswitchb-summaries-to-end): Amalgamate regexps.
2347 (iswitchb-mode): New.
2348 (iswitchb-mode-hook): New variable.
2349 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
2350 `extensions'.
2351
49939379
GM
23522000-09-20 Gerd Moellmann <gerd@gnu.org>
2353
d05c87ac
GM
2354 * ehelp.el (electric-help): New defgroup.
2355 (electric-help-shrink-window): New user-option.
2356 (with-electric-help): Use it.
2357
1ec082d4
GM
2358 * window.el (shrink-window-if-larger-than-buffer): If face
2359 `mode-line' has a :box, and we're on a graphical frame, add 1
2360 to the needed window height.
2361
f46c275e
GM
2362 * frame.el (frame-notice-user-settings): Add a last parameter nil
2363 to a call to `append', because the last list passed to `append' is
2364 not copied, and so subsequent calls to assq-delete-all will modify
2365 default-frame-alist.
2366
b7e11c5b
GM
2367 * startup.el (fancy-splash-image): Change :type.
2368 (fancy-splash-head): Use an XBM image if appropriate.
2369 (command-line-1): Show splash screens in more cases.
2370
26ff68aa
GM
2371 * startup.el (fancy-splash-text): Don't quote faces.
2372
8320414c
GM
2373 * dired.el (dired-font-lock-keywords): Undo last change.
2374 (dired-readin): Bind indent-tabs-mode to nil.
2375
49939379
GM
2376 * startup.el (fancy-splash-head): If frame's background mode
2377 is `dark', change the black background of the image to gray.
2378 (fancy-splash-screens): Display startup echo area message.
2379 (display-startup-echo-area-message): New function.
2380
c3b27206
MB
23812000-09-20 Miles Bader <miles@lsi.nec.co.jp>
2382
55a3d2a1
MB
2383 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
2384
2385 * info.el (info-header-node): Tweak for color ttys.
2386
37a99821
MB
2387 * faces.el (face-valid-attribute-values): Make sure directories we
2388 search for stipples both exist and are readable before trying to
2389 search them.
2390
0415d0d0
MB
2391 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
2392 in the dry-run case.
2393
523b128c
MB
2394 * jka-compr.el (with-auto-compression-mode): New macro.
2395
c3b27206
MB
2396 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
2397 (custom-group-tag-face, custom-variable-tag-face): Use relative
2398 :height and inherit from `variable-pitch' face instead of
2399 hardwiring :family.
2400 * hi-lock.el (hi-black-hb): Likewise.
2401
ddba99ad
MB
2402 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
2403 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
2404 toolbar-add-item, if image doesn't have a mask add a `:mask
2405 heuristic'.
2406
7e99fbde
SM
24072000-09-19 Stefan Monnier <monnier@cs.yale.edu>
2408
2409 * diff-mode.el: Docstring fixes.
2410 (diff-header-face, diff-comment-face): New faces.
2411 (diff-font-lock-keywords): Highlight a bit differently.
2412 (diff-find-source-location): Don't return SPAN any more.
2413 (diff-hunk-text): Don't bother erasing the temp buffer.
2414 (diff-find-text): Drop argument LINE.
2415 (diff-apply-hunk): Update calls to diff-find-text.
2416 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
2417
2418 * calendar/calendar.el: Docstring fixes.
2419 (calendar-make-alist): Don't quote lambda.
2420 (calendar-star-date): Use make-local-variable.
2421
fb275c02
DL
24222000-09-19 Dave Love <fx@gnu.org>
2423
7e99fbde
SM
2424 * toolbar/tool-bar.el: Renamed from toolbar.el.
2425 Change `toolbar' to `tool-bar' generally in symbols.
2426 Make some items invisible in `special' major modes.
2427 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
2428 Add arg PROPS.
532cb34d 2429
7e99fbde
SM
2430 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
2431 Add :version here.
fb275c02
DL
2432 (fancy-splash-delay, fancy-splash-image): Remove :version here.
2433
8f4ca9a5
GM
24342000-09-19 Gerd Moellmann <gerd@gnu.org>
2435
8b7707e1 2436 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 2437
8b7707e1 2438 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
2439 (find-file-noselect): Use it.
2440
8b7707e1 2441 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
2442 (fancy-splash-screen): Defgroup.
2443
8f4ca9a5
GM
2444 * add-log.el (change-log-font-lock-keywords): Match names
2445 more exactly for the case that font-lock-constant-face is
2446 underlined.
2447
ba9eeda1 24482000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 2449
8b7707e1 2450 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 2451
289eaef9
AS
24522000-09-19 Andre Spiegel <spiegel@gnu.org>
2453
2454 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
2455
ce9ded5d
GM
24562000-09-19 Gerd Moellmann <gerd@gnu.org>
2457
c113de23
GM
2458 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
2459 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
2460 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
2461 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
2462 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
2463 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
2464 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
2465 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
2466 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
2467 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
2468 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 2469 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 2470
ce9ded5d
GM
2471 * startup.el (fancy-splash-text): New variable.
2472 (fancy-splash-delay, fancy-splash-image): New user-options.
2473 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
2474 (fancy-splash-screens): New functions.
2475 (command-line-1): If display has a `display' frame parameter, has
2476 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 2477
b9b1c3a9
DL
24782000-09-19 Dave Love <fx@gnu.org>
2479
2480 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
2481 with null `help'. Use modern backquote syntax.
2482
1af25534
GM
24832000-09-19 Gerd Moellmann <gerd@gnu.org>
2484
afd3c8cd
GM
2485 * font-lock.el (font-lock-mode): Change message telling the user
2486 that ``the buffer is too big''.
2487
1af25534
GM
2488 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
2489 for instance for the case that tab-width is 2.
2490
05b1f851
GM
24912000-09-18 Gerd Moellmann <gerd@gnu.org>
2492
2493 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
2494 toolbar-add-item, if image doesn't have a mask add a `:mask
2495 heuristic'.
2496
8ec8f673
MB
24972000-09-18 Miles Bader <miles@lsi.nec.co.jp>
2498
2b612b1f
MB
2499 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
2500 and return a cons if it's non-nil.
2501 (diff-apply-hunk): Try to jump to the line in the source text
2502 corresponding to the position of point in the in the hunk.
2503
9b4a7800 2504 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
2505 (Info-title-1-face): Use face inheritance and relative sizes
2506 instead of hard-wiring things.
2507
2508 * faces.el (secondary-selection): Make dark-background variant sane.
2509
5eedab4d
AI
25102000-09-16 Andrew Innes <andrewi@gnu.org>
2511
5eedab4d
AI
2512 * makefile.w32-in (compile-files-CMD): No need to make .elc files
2513 read-only, since they aren't under VC now.
2514
6a142f26
DL
25152000-09-17 Dave Love <fx@gnu.org>
2516
e07436e1
DL
2517 * tmm.el: Replace mapcar with mapc in several places.
2518
2519 * loadhist.el (unload-feature): Maybe call elp-restore-list and
2520 ad-unadvise.
2521
7d354dd5
DL
2522 * international/latin1-disp.el: New file.
2523
6a142f26
DL
2524 * calendar/cal-move.el (scroll-calendar-left)
2525 (scroll-calendar-right): Make arg optional (for active mode line).
2526
2527 * calendar/calendar.el (calendar-mode-line-format): Make fields
2528 mouse-sensitive.
2529 (calendar-read-date, calendar-read-date, calendar-window-list):
2530 Unquote lambda.
2531 (calendar-month-name): Use aref, not sref.
2532
2533 * view.el (minor-mode-alist): Propertize the string.
2534
2535 * international/characters.el (standard-case-table): Add entries
2536 for Greek.
2537
50ac70af
MB
25382000-09-18 Miles Bader <miles@gnu.org>
2539
53c9ab4f
MB
2540 * info.el (info-node, info-xref): Add dark-background variants.
2541
a114b1ca
MB
2542 * faces.el (header-line): Change defaults to be less confusing
2543 when mixed with mode-lines.
2544
50ac70af
MB
2545 * info.el (Info-fontify-node): Make a few cleanups.
2546 Add extra `help-echo' and `local-map' props to node xrefs.
2547 Use header-specific faces for node-names & xrefs.
2548 (Info-use-header-line): New variable.
53c9ab4f 2549 (info-header-xref, info-header-node): New faces.
50ac70af
MB
2550 (Info-setup-header-line): New function.
2551 (Info-select-node): Call Info-setup-header-line when enabled.
2552 (Info-extract-pointer): Work even if the header line is hidden.
2553 (Info-header-line): New variable.
2554
729927ff
SM
25552000-09-16 Stefan Monnier <monnier@cs.yale.edu>
2556
2557 * vms-patch.el (print-region-function): Don't quote lambda.
2558
2559 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
2560
2561 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
2562 (lm-get-header-re): Allow spaces between the header and the colon.
2563 (lm-header): Allow $ in non-RCS headers.
2564 (lm-header-multiline): Put the strings back into order.
2565 Stop at an empty line. Don't require two space chars if the
2566 line is clearly not another header line.
2567
2568 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
2569 (popup-menu-popup): Remove.
2570
7a98d821
GM
25712000-09-15 Gerd Moellmann <gerd@gnu.org>
2572
7f8f1edc
GM
2573 * toolbar/toolbar.el (toolbar-add-item): Use the same image
2574 specification if or if not tool-bar item contains an `:enabled'
2575 property.
2576
7a98d821
GM
2577 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
2578 current buffer has no file name.
2579
a7bc704b
DL
25802000-09-15 Dave Love <fx@gnu.org>
2581
2582 * strokes.el: Sync with maintainer's current version with changes
2583 for Emacs, but avoid runtime cl and levents.
2584 (toplevel): Change autoloads and compilation requires.
2585 (strokes-version, strokes-bug-address, strokes-lift): Values
2586 changed.
2587 (strokes-xpm-header, strokes-insinuated): New variable.
2588 (strokes): Add :link.
2589 (strokes-mode): Customized.
2590 (strokes-while-inhibiting-garbage-collector): New macro.
2591 (strokes-remassoc): Avoid remove-if.
2592 (strokes-fix-button2-command): Don't use ad-do-it.
2593 (strokes-insinuate): New function.
2594 (strokes-button-press-event-p, strokes-button-release-event-p):
2595 New functions, used instead of non-`strokes-' versions..
2596 (strokes-mouse-event-p): Rewritten.
2597 (strokes-event-closest-point): Avoid event-point.
2598 (strokes-get-grid-position): Avoid cdadr, caadr
2599 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
2600 functions.
2601 (strokes-help): Use with-output-to-temp-buffer.
2602 (strokes-window-configuration-changed-p): New function.
2603 (strokes-update-window-configuration): Use buffer-live-p,
2604 strokes-window-configuration-changed-p.
2605 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
2606 (strokes-char-face): New face.
2607 (strokes-char-table, strokes-base64-chars): New variable.
2608 (strokes-xpm-for-stroke, strokes-list-strokes)
2609 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
2610 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
2611 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
2612 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
2613 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
2614 functions.
2615
47e351a3
GM
26162000-09-15 Gerd Moellmann <gerd@gnu.org>
2617
ebb8f116
GM
2618 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
2619
47e351a3
GM
2620 * image.el (create-image): Doc fix.
2621
2622 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
2623 instead of `:heuristic-mask t'.
2624
fe83b953
AI
26252000-09-14 Andrew Innes <andrewi@gnu.org>
2626
2627 * makefile.w32-in: Revert to Unix line endings.
2628
52481729
AI
26292000-09-14 Andrew Innes <andrewi@gnu.org>
2630
3021e816
AI
2631 * makefile.w32-in: Add bootstrap support. Also copy lisp source
2632 when installing.
2633
52481729
AI
2634 * makefile.nt (DONTCOMPILE): Fix typo.
2635
2636 * shell.el (shell-write-history-on-exit): New function.
2637 (shell-dumb-shell-regexp): New custom variable.
2638 (shell-mode): Make shell-write-history-on-exit the process
2639 sentinel if shell name matches shell-dumb-shell-regexp.
2640
2641 * w32-fns.el: Comment out before-init-hook function which resets
2642 source-directory based; this breaks bootstrap.
2643
f8034e41
DL
26442000-09-14 Dave Love <fx@gnu.org>
2645
2646 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
2647 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
2648 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
2649 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
2650 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
2651 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
2652 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
2653 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
2654 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
2655
2656 * toolbar/toolbar.el: New.
2657
2658 * subdirs.el: Add toolbar.
2659
b9ce5694
GM
26602000-09-14 Gerd Moellmann <gerd@gnu.org>
2661
2662 * indent.el (indent-for-tab-command): Doc fix.
2663
986b7dee
GM
26642000-09-14 Alex Schroeder <alex@gnu.org>
2665
2666 * ansi-color.el (ansi-colors): Doc change.
2667 (ansi-color-get-face): Simplified regexp.
2668 (ansi-color-faces-vector): Added more faces, doc change.
2669 (ansi-color-names-vector): Doc change.
2670 (ansi-color-regexp): Simplified regexp.
2671 (ansi-color-parameter-regexp): New regexp.
2672 (ansi-color-filter-apply): Doc change.
2673 (ansi-color-filter-region): Doc change.
2674 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
2675 deal with zero length parameters.
2676 (ansi-color-apply-on-region): Doc change.
2677 (ansi-color-map): Doc change.
2678 (ansi-color-map-update): Removed debugging message.
2679 (ansi-color-get-face-1): Added condition-case to trap
2680 args-out-of-range errors.
2681 (ansi-color-get-face): Doc change.
2682 (ansi-color-make-face): Removed.
2683 (ansi-color-for-shell-mode): New option.
9b4a7800 2684
076ff911
KH
26852000-09-13 Kenichi Handa <handa@etl.go.jp>
2686
2687 * international/quail.el (quail-start-translation): Translate KEY
2688 if necessary even if it doesn't have any mapping in the current
2689 input method.
2690 (quail-start-conversion): Likewise.
2691 (quail-help): The output message is improved.
2692
bdf08678
MB
26932000-09-13 Miles Bader <miles@gnu.org>
2694
2695 * comint.el (comint-output-filter): Revert to using
2696 `insert-before-markers'. Add bletcherous hack to undo damage
2697 caused by `insert-before-markers'. Put `front-sticky' property on
2698 overlays created here so that the field code understands how the
2699 overlay works. Use a let when making comint-last-prompt-overlay,
2700 so that the code is easier to read.
2701
ffb8db8d
DL
27022000-09-13 Dave Love <fx@gnu.org>
2703
2704 * wid-edit.el (widget-default-format-handler): DTRT when
2705 doc-property is a function.
2706
5dd05f61
GM
27072000-09-12 Francesco Potorti` <pot@gnu.org>
2708
2709 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
2710 filed name if it's not there.
2711
35177617
DL
27122000-09-12 Dave Love <fx@gnu.org>
2713
9023837e
DL
2714 * simple.el (read-mail-command): Doc fix.
2715 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
2716
35177617
DL
2717 * vc.el (vc-dired-listing-switches): Fix :version.
2718
2719 * vc-hooks.el: Doc fixes.
2720
2721 * subr.el (add-minor-mode): Use toggle-fun arg.
2722
2723 * speedbar.el: Add :version to several defcustoms.
2724
2725 * imenu.el (imenu--truncate-items, imenu--cleanup)
2726 (imenu--generic-function): Avoid mapcar.
2727 (imenu--replace-spaces): Function removed.
2728 (imenu--completion-buffer): Use subst-char-in-string.
2729 (imenu-add-to-menubar): Use keymap inheritance.
2730
1afaae94
MB
27312000-09-12 Miles Bader <miles@gnu.org>
2732
2733 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
2734 (diff-mode-map): Bind `diff-test-hunk'.
2735 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
2736
27372000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
2738
2739 * bytecomp.el (byte-compile-defvar): Undo last change
2740 because it breaks '(make-variable-buffer-local (defvar ...)'
2741 which is used at least in dired.
2742
63c36c3c
KH
27432000-09-12 Kenichi Handa <handa@etl.go.jp>
2744
2745 * international/quail.el (quail-define-package): Docstring
2746 modified.
2747
1ad24be1
KH
27482000-09-12 Kenichi Handa <handa@etl.go.jp>
2749
362a8065
KH
2750 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
2751 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
2752 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
2753 docstring of "chinese-py".
2754
1ad24be1
KH
2755 * international/quail.el (quail-translation-docstring): New
2756 variable.
2757 (quail-show-keyboard-layout): Docstring modified.
2758 (quail-select-current): Likewise.
2759 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
2760 infinite recursive call.
2761 (quail-help): Check quail-translation-docstring. Format of the
2762 output changed.
2763 (quail-help-insert-keymap-description): Adjusted for the above
2764 change.
2765
cc0f95a4
GM
27662000-09-11 Gerd Moellmann <gerd@gnu.org>
2767
2768 * bytecomp.el (byte-compile-defvar): Only cons onto
2769 current-load-list in top-level forms. Else this leaks a cons cell
2770 every time a defun is called.
2771
7530b6da
MB
27722000-09-11 Miles Bader <miles@lsi.nec.co.jp>
2773
2774 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
2775 Now understands non-unified diffs. Some functionality moved into
2776 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
2777 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
2778 modify anything. Only reposition point in the patched file if the
2779 patch succeeds. Only pop up another window if POPUP is true.
2780 Emit a message describing what happened if successful, and at what
2781 line-offset. Automatically detect reversed hunks and do something
2782 appropriate.
2783 (diff-hunk-text, diff-find-text): New functions.
2784 (diff-filter-lines): Function removed.
2785 (diff-test-hunk): New function.
2786 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
2787
6b124390
DL
27882000-09-10 Dave Love <fx@gnu.org>
2789
2790 * textmodes/tildify.el: Minor doc/commentary fixes.
2791 (tildify) <defgroup>: Add :version.
2792
2793 * faces.el (face-x-resources): Make custom type more specific.
2794 (frame-background-mode): Use mapc.
2795 (region) <defcustom>: Add :version.
2796
7f8b6551
SM
27972000-09-08 Stefan Monnier <monnier@cs.yale.edu>
2798
9b4a7800
TTN
2799 * vc-sccs.el (vc-sccs-register):
2800 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
2801 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
2802 * vc.el (vc-register): Clear file's properties.
2803
c454aac1
GM
28042000-09-08 Gerd Moellmann <gerd@gnu.org>
2805
2806 * faces.el (face-spec-set): Only face-spec-reset-face when
2807 ATTRS is non-nil.
2808
bb934822
EZ
28092000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
2810
2811 * help.el (help-insert-xref-button): Fix a typo in doc string.
2812
03419440
EZ
28132000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2814
7f8b6551
SM
2815 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2816 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
2817 methods.
2818
03419440
EZ
2819 * menu-bar.el (read-mail-item-name): New function.
2820 (menu-bar-tools-menu): Use it to compute and display the package
2821 used to read email.
2822 (menu-bar-tools-menu): Fix typo in GUD's help string.
2823
dbcee71a
DL
28242000-09-07 Dave Love <fx@gnu.org>
2825
19e713d8
DL
2826 * diff-mode.el (diff-mouse-goto-source): New function.
2827
a7cafade 2828 * vc-sccs.el: Doc fixes.
7f8b6551 2829 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
2830
2831 * vc-rcs.el: Doc fixes.
7f8b6551
SM
2832 (vc-rcs-register-switches, vc-rcs-checkin-switches)
2833 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
2834 (vc-rcs-master-templates): Add or change :version.
2835
7f8b6551 2836 * vc-cvs.el: Doc fixes.
a7cafade
DL
2837 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
2838 (vc-cvs-stay-local): Add :version.
2839
dbcee71a
DL
2840 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
2841
ed254191
KH
28422000-09-07 Kenichi Handa <handa@etl.go.jp>
2843
2844 * international/quail.el (quail-help): Fix previous change.
2845
ab0ee409
GM
28462000-09-07 Gerd Moellmann <gerd@gnu.org>
2847
f46f845b 2848 * faces.el (color-values): Doc fix.
9b4a7800 2849
ab0ee409
GM
2850 * faces.el (frame-set-background-mode): Use frame-parameter
2851 instead of frame-parameters.
2852
2853 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 2854 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 2855 frame-parameters.
9b4a7800 2856
f7246ac7
KH
28572000-09-07 Kenichi Handa <handa@etl.go.jp>
2858
2859 * language/devan-util.el (devanagari-to-indian-region): In the
2860 loop, change the following char, not preceding char.
2861
96889af2
GM
28622000-09-07 Gerd Moellmann <gerd@gnu.org>
2863
1091dd67
GM
2864 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
2865 instead of frame-parameters.
2866
9b4a7800 2867 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
2868 internal-set-lisp-face-attribute with FRAME being 0.
2869
2870 * vc.el: Remove `Id' version control keyword.
96889af2 2871
0fddd0dc
KH
28722000-09-07 Kenichi Handa <handa@etl.go.jp>
2873
2874 * help.el (help-make-xrefs): Adjusted for the change of
2875 help-xref-mule-regexp.
2876 (help-insert-xref-button): New function.
2877
2878 * international/mule-cmds.el (help-xref-mule-regexp-template):
2879 Include the pattern for character set.
2880 (leim): New group.
2881
2882 * international/quail.el: Don't require face.
2883 (quail): New group.
7f8b6551 2884 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
2885 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
2886 (quail-keyboard-layout-substitution): New variable.
2887 (quail-update-keyboard-layout): New function.
2888 (quail-keyboard-layout-type): New customizable variable.
2889 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
2890 (quail-keyboard-translate): Pay attention to
2891 quail-keyboard-layout-substitution.
2892 (quail-insert-kbd-layout): New function.
2893 (quail-show-keyboard-layout): New function.
2894 (quail-get-translation): If the definition is a vector of length
7f8b6551 2895 1, and the element is a string of length 1, return the character
0fddd0dc
KH
2896 in that string.
2897 (quail-update-current-translations): Fix the case of
2898 relative-index out of range.
2899 (quail-build-decode-map, quail-insert-decode-map): New Functions.
2900 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 2901 Show key sequences for all available characters.
0fddd0dc
KH
2902 (quail-help-insert-keymap-description): Don't show such verbose
2903 key bindings as quail-self-insert-command.
2904
2905 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2906 Format changed, and each element now have extra documentations.
2907 (tit-process-header): Delete invalid characters from TIT-PROMPT.
2908 Adjusted for the change of quail-cxterm-package-ext-info.
2909
8ddceaf1
GM
29102000-09-06 Gerd Moellmann <gerd@gnu.org>
2911
2912 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
2913 requiring it leads to a recursive loading of vc.el and vc-hooks.el
2914 during bootstrap.
2915
099bd78a
SM
29162000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2917
2918 * vc.el: (toplevel): Don't require `dired' at run-time.
2919 (vc-dired-resynch-file): Remove autoload cookie.
2920
29212000-09-05 Andre Spiegel <spiegel@gnu.org>
2922
2923 * vc.el: Made several backend functions optional.
2924 (vc-default-responsible-p): New function.
2925 (vc-merge): Use RET for first version to trigger merge-news, not
2926 prefix arg.
2927 (vc-annotate): Handle backends that do not support annotation.
2928 (vc-default-merge-news): Removed. The existence of a merge-news
2929 implementation is now checked on caller sites.
2930
9b4a7800 2931 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
2932 case.
2933
9b4a7800 2934 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
2935 special case that has been removed from the default in vc-hooks.el.
2936
29372000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2938
2939 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
2940
29412000-09-05 Andre Spiegel <spiegel@gnu.org>
2942
2943 * vc-hooks.el: Require vc during compilation.
2944 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
2945 macro `with-vc-properties' in vc.el.
2946 (vc-file-getprop): Doc fix.
2947 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 2948
099bd78a
SM
2949 * vc.el: Require dired-aux during compilation.
2950 (vc-name-assoc-file): Moved to vc-sccs.el.
2951 (with-vc-properties): New macro.
9b4a7800 2952 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
2953 vc-finish-steal): Use it.
2954 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
2955 to the backend-specific function is now supposed to do the checkout,
2956 too.
2957 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
2958
9b4a7800 2959 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
2960 set file properties; that gets done in the generic code now.
2961
2962 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
2963 Changed parameter list, added code from vc.el that does the
2964 checkout, possibly with a double-take.
2965
2966 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
2967 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
2968 the above under the new name.
2969 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
2970 parameter list, added checkout command.
2971 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
2972 properties; that gets done in the generic code now.
2973
29742000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2975
2976 * vc.el: Docstring fixes (courtesy of checkdoc).
2977
29782000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2979
2980 * vc.el (vc-checkout-writable-buffer-hook)
2981 (vc-checkout-writable-buffer): Remove.
2982 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
2983 (vc-log-mode): Make it into a clean derived major mode.
2984 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
2985 vc-log-mode if log-edit is not available.
2986 (vc-dired-mode-map): Don't set-keymap-parent yet.
2987 (vc-dired-mode): Do set-keymap-parent here.
2988 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
2989
08ba3862
GM
29902000-09-05 Gerd Moellmann <gerd@gnu.org>
2991
2992 * faces.el (set-face-attribute, face-spec-reset-face)
2993 (face-spec-set): Avoid consing by removing calls to `apply'.
2994
2995 * frame.el (frame-parameter): Move to C code.
2996
3b4429b4
DL
29972000-09-05 Dave Love <fx@gnu.org>
2998
2999 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
3000 insert-before-markers-and-inherit. Now checked systematically!
3001
877055f6
GM
30022000-09-05 Alex Schroeder <alex@gnu.org>
3003
3004 * sql.el (sql-postgres): Use sql-postgres-options.
3005 (sql-postgres-options): New variable.
3006
30072000-09-05 Alex Schroeder <alex@gnu.org>
3008
3009 * sql.el (sql-mode-menu): Work around missing variable mark-active
3010 in XEmacs.
3011 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
3012 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
3013 compatibility.
3014
7a004b71
GM
30152000-09-04 Gerd Moellmann <gerd@gnu.org>
3016
54baed30 3017 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 3018
7a004b71
GM
3019 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
3020
3021 * Makefile.in (DONTCOMPILE): Fix typo in file name.
3022
30232000-09-04 Andre Spiegel <spiegel@gnu.org>
3024
3025 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
3026 don't support anything else under SCCS yet.
3027
3028 * vc-hooks.el: Minor doc fixes.
3029
30302000-09-04 Andre Spiegel <spiegel@gnu.org>
3031
3032 * vc.el (vc-next-action-on-file): Do not visit the file if it's
3033 not necessary. If verbose in state `needs-patch', do the same as
3034 under `up-to-date'. When NOT verbose and `needs-patch', check out
3035 latest version instead of `merge-news'.
3036 (vc-next-action-dired): Don't mess with default-directory here; it
3037 breaks other parts of dired. It is the job of the
099bd78a 3038 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
3039 (vc-next-action): Remove a special CVS case.
3040 (vc-clear-headers): New optional arg FILE.
3041 (vc-checkin, vc-checkout): Set properties vc-state and
3042 vc-checkout-time properly.
099bd78a 3043 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
3044 (vc-print-log): Use new backend function `show-log-entry'.
3045 (vc-cancel-version): Do the checks in a different order. Added a
3046 FIXME concerning RCS-only code.
3047
3048 * vc-rcs.el (vc-rcs-show-log-entry): New function.
3049 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
3050
3051 * vc-cvs.el (vc-cvs-show-log-entry): New function.
3052
9b4a7800 3053 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
3054 `needs-patch' as a `-' too.
3055
30562000-09-04 Andre Spiegel <spiegel@gnu.org>
3057
3058 * vc.el (vc-responsible-backend): New optional arg REGISTER.
3059 (vc-default-could-register): New function.
3060 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
3061 (vc-resynch-buffer): Call vc-dired-resynch-file.
3062 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
3063 vc-resynch-buffer instead of vc-resynch-window.
3064 (vc-next-action-dired): Don't redisplay here, that gets done as a
3065 result of the individual file operations.
3066 (vc-retrieve-snapshot): Corrected prompt order.
3067
3068 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 3069
7a004b71
GM
3070 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
3071 as well.
3072 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
3073 hostname regexps. Updated all callers.
3074 (vc-cvs-responsible-p): Handle directories as well.
3075 (vc-cvs-could-register): New function.
3076 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
3077 properties up-to-date.
9b4a7800 3078
7a004b71
GM
3079 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
3080 user whether to create one.
3081
30822000-09-04 Andre Spiegel <spiegel@gnu.org>
3083
3084 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
3085 check out a non-existing file.
3086
3087 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
3088 workfile does not exist.
3089
3090 * vc.el (vc-version-diff): Use `require' to check for existence of
3091 diff-mode.
3092
30932000-09-04 Andre Spiegel <spiegel@gnu.org>
3094
3095 * vc-cvs.el (vc-cvs-registered): Use new function
3096 vc-cvs-parse-entry to do the actual work.
3097
30982000-09-04 Andre Spiegel <spiegel@gnu.org>
3099
3100 * vc-hooks.el (vc-find-backend-function): If function doesn't
3101 exist, return nil instead of error.
3102 (vc-call-backend): Doc fix.
3103
3104 * vc.el (vc-do-command): Doc fix.
3105 (vc-finish-logentry): When checking in from vc-dired, choose the
3106 right backend for logentry check.
3107 (vc-dired-mode-map): Inherit from dired-mode-map.
3108 (vc-dired-mode): Local value of dired-move-to-filename-regexp
3109 simplified.
3110 (vc-dired-state-info): Removed, updated caller.
3111 (vc-default-dired-state-info): Use parentheses instead of hyphens.
3112 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
3113 (vc-dired-listing-switches): New variable.
3114 (vc-directory): Use it, instead of dired-listing-switches.
3115
3116 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
3117 (vc-cvs-dir-state): New function.
7f8b6551 3118 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
3119 (vc-cvs-parse-entry): New function, also to be used in
3120 vc-cvs-registered.
9b4a7800 3121
7a004b71
GM
31222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3123
3124 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
3125 *or* single-window-frames.
3126
31272000-09-04 Andre Spiegel <spiegel@gnu.org>
3128
3129 * vc.el (vc-update-changelog): Split into generic part and default
3130 implementation. Doc string adapted.
3131 (vc-default-update-changelog): New function. Call the `rcs2log'
3132 script in exec-directory, to fix a long-standing nuisance.
3133
3134 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
3135 simply signals an error.
9b4a7800 3136
7a004b71
GM
31372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3138
3139 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
3140 control-flow more clear and to avoid running `cvs' twice.
3141
3142 * vc.el (vc-next-action-on-file): Doc fix.
3143 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
3144 (vc-print-log): Eval `file' before constructing the continuation.
3145
31462000-09-04 Andre Spiegel <spiegel@gnu.org>
3147
3148 * vc.el (vc-next-action-on-file): Corrected several messages.
3149 (vc-merge): Add prefix arg `merge-news'; handle it.
3150
3151 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
3152 is not reached. It is.
3153 (vc-cvs-merge): Set state to 'edited after merge.
3154 (vc-cvs-merge-news): Set workfile version to nil if not known.
3155 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
3156
3157 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
3158 via stdout. (Merge from main line.)
9b4a7800 3159
7a004b71
GM
31602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3161
3162 * vc.el (vc-finish-logentry): Thinko in the "same comment"
3163 detection.
3164
31652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3166
3167 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
3168 against kill-all-local-variables.
3169 (vc-log-edit): Don't save vc-parent-buffer any more.
3170 (vc-last-comment-match): Initialize to an empty string.
3171 (vc-post-command-functions): New hook.
3172 (vc-do-command): Run it.
3173 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
3174 (vc-finish-logentry): Only add the comment to the ring if it's
3175 different from the last comment entered.
3176 (vc-new-comment-index): New function.
3177 (vc-previous-comment): Use it. Make the minibuffer message
3178 slightly less terse.
3179 (vc-comment-search-reverse): Make it work forward as well. Don't
3180 set vc-comment-ring-index if no match is found. Use
3181 vc-new-comment-index.
3182 (vc-comment-search-forward): Use vc-comment-search-reverse.
3183 (vc-dired-mode-map): Don't inherit from dired-mode-map since
3184 define-derived-mode will do it for us. Bind `v' to a keymap that
3185 inherits from vc-prefix-map so that we can bind `vt' without
3186 binding C-x v t.
3187 (vc-retrieve-snapshot): Parenthesis typo.
3188
3189 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
3190 to 1. Make sure to switch to *vc* before looking for an error
3191 message. Use vc-parse-buffer.
3192
31932000-09-04 Andre Spiegel <spiegel@gnu.org>
3194
3195 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
3196 and NAME.
3197 (vc-retrieve-snapshot): Split into two parts.
3198 (vc-default-retrieve-snapshot): New function.
3199
3200 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
3201 (vc-cvs-retrieve-snapshot): New function (untested).
3202 (vc-cvs-stay-local): Default to t.
3203 (vc-cvs-remote-p): New function and property.
3204 (vc-cvs-state): Stay local only if the above is t.
3205 (vc-handle-cvs): Removed.
3206 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
3207 done via vc-handled-backends now.
3208 (vc-cvs-header): Escape Id.
3209
32102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3211
3212 * vc.el (vc-do-command): Remove unused commands.
3213 (vc-version-diff): Make sure default-directory ends with a slash.
3214 Move the window commands into a vc-exec-after.
3215 (vc-print-log): Move more of the code into the `vc-exec-after'.
3216
32172000-09-04 Andre Spiegel <spiegel@gnu.org>
3218
3219 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
3220 (vc-print-log): Search current revision from beginning of buffer.
3221 (vc-revert-buffer): Clear echo area after the diff is finished.
3222 (vc-prefix-map): Removed definition of "t" for terse display in vc
3223 dired.
3224 (vc-dired-mode-map): Inherit from dired-mode-map. Added
3225 definition of "vt" for terse display.
3226 (vc-dired-mode): Fix dired-move-to-filename-regexp.
3227
32282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3229
3230 * vc.el (vc-exec-after): Avoid caddr.
3231
32322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3233
3234 * vc.el (vc-exec-after): New function.
3235 (vc-do-command): Use it to add a termination message for async
3236 procs.
3237 (vc-checkout): Try to handle a missing-backend situation.
3238 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
3239 of a directory with a backend using async diffs.
3240 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
3241 present.
3242
3243 * vc-sccs.el (vc-sccs-state-heuristic): Use
3244 file-ownership-preserved-p.
3245
3246 * vc-rcs.el (vc-rcs-state-heuristic): Use
3247 file-ownership-preserved-p.
3248 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
3249
32502000-09-04 Andre Spiegel <spiegel@gnu.org>
3251
3252 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
3253 vc-do-command.
3254
3255 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
3256 when there are no changes.
3257
32582000-09-04 Andre Spiegel <spiegel@gnu.org>
3259
3260 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
3261
3262 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
3263
32642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3265
3266 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
3267
3268 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
3269 the `fset' outside of the defvar so that it works even if
3270 vc-prefix-map was already defined.
3271 (vc-setup-buffer): New function, split out of vc-do-command.
3272 (vc-do-command): Allow BUFFER to be t to mean `just use the
3273 current buffer without any fuss'.
3274 (vc-version-diff): Change the `diff' backend operation to just put
3275 the diff in the current buffer without erasing it. Always use
3276 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
3277 shrink-window-if-larger-than-buffer.
3278 (vc-print-log): Change the `print-log' backend operation to just
3279 put the log in the current buffer without erasing it. Protect
3280 shrink-window-if-larger-than-buffer.
3281 (vc-update-change-log): Fix setd typo.
3282
3283 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
3284 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
3285
3286 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
3287 (vc-rcs-diff): Insert in the current buffer and remove unused arg
3288 CMP.
3289
3290 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
3291 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
3292 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
3293
32942000-09-04 Andre Spiegel <spiegel@gnu.org>
3295
3296 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
3297 not possible, use vc-BACKEND-workfile-unchanged-p.
3298 (vc-default-workfile-unchanged-p): New function. Delegates to a
3299 full vc-BACKEND-diff.
3300
3301 * vc-hooks.el (vc-simple-command): Removed.
3302
3303 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
3304 instead of vc-simple-command.
3305 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
3306 avoid doing a diff when opening a file.
3307 (vc-rcs-state): Added check for unlocked-changes.
3308 (vc-rcs-header): Escape Id.
3309 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
3310 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
3311 version.
3312
3313 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
3314 (vc-sccs-diff): Remove optional arg CMP.
3315 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
3316 SCCS-specific function.
3317
3318 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
3319 vc-simple-command.
3320
33212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3322
3323 * vc.el (vc-editable-p): Renamed from vc-writable-p.
3324 (with-vc-file, vc-merge): Use vc-editable-p.
3325 (vc-do-command): Remove unused var vc-file and fix the
3326 doubly-defined `status' var. Add a user message when starting an
3327 async command.
3328 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
3329 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
3330 Use with-current-buffer.
3331 (vc-buffer-sync): Use unless.
3332 (vc-next-action-on-file): If the file is 'edited by read-only,
3333 make it read-write instead of trying to commit.
3334 (vc-version-diff, vc-update-change-log): Use `setq
3335 default-directory' rather than `cd'.
3336 (vc-log-edit): Don't forget to set default-directory in the
3337 buffer.
3338
3339 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
3340 (vc-sccs-state-heuristic): Use file-writable-p instead of
3341 comparing userids.
3342 (vc-sccs-checkout): Use `unless'.
3343
3344 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
3345 of comparing userids.
3346 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
3347 Simplify the logic by eliminating unreachable code.
3348 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
3349 just do a recursive call if we need to retry.
3350 (vc-rcs-checkout): Handle the case where rcs is missing by making
3351 the buffer read-write if requested and re-signalling the error.
3352
3353 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
3354
33552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3356
3357 * vc-hooks.el (vc-handled-backends): Docstring change.
3358 (vc-ignore-vc-files): Mark obsolete.
3359 (vc-registered): Check vc-ignore-vc-files.
3360 (vc-find-file-hook, vc-file-not-found-hook): Don't check
3361 vc-ignore-vc-files.
3362
3363 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
3364
33652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3366
3367 * vc.el (vc-checkout): Don't do anything special for ange-ftp
3368 files since ange-ftp already has vc-registered return nil.
3369
3370 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
3371 (vc-sccs-workfile-version): Use with-temp-buffer and new
3372 vc-parse-buffer and don't bother setting the property.
3373 (vc-sccs-add-triple): Use with-current-buffer and
3374 find-file-noselect.
3375 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
3376
3377 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
3378 derives from the old vc-parse-buffer but uses the revision number
3379 rather than the date (much easier to compare robustly).
3380 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
3381 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
3382 locking-user more directly. Check strict locking and set
3383 checkout-model appropriately.
3384 (vc-rcs-parse-locks): Remove.
3385 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
3386 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
3387 (vc-rcs-system-release): Use with-current-buffer and
3388 vc-parse-buffer.
3389 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
3390
3391 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
3392 (vc-simple-command): Docstring fix.
3393 (vc-registered): Align the way the file-handler is called with the
3394 way the function itself works.
3395 (vc-file-owner): Remove.
3396
3397 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
3398 extraction of fields and call to file-attributes because of a
3399 temporary bug in rcp.el.
3400 (vc-cvs-fetch-status): Use with-current-buffer.
3401
34022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3403
3404 * vc.el (vc-do-command): Use file-relative-name.
3405 (vc-responsible-backend): Use vc-backend if possible.
3406 (vc-create-snapshot): Improve the `interactive' spec. Add support
3407 for branches and dispatch to backend-specific `create-snapshot'.
3408 (vc-default-create-snapshot): New function, containing the bulk of
3409 the old vc-create-snapshot.
3410 (vc-retrieve-snapshot): Improve the interactive spec.
3411
3412 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
3413 (vc-backend-hook-functions): Remove.
3414 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
3415 (vc-backend): Reintroduce the test for `file = nil' now that I
3416 know why it was there (and added a comment to better remember).
3417
3418 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
3419 code from vc-sccs-hooks.el.
3420 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
3421 'vc anymore.
3422 (vc-sccs-responsible-p): Use expand-file-name instead of concat
3423 and file-directory-p instead of file-exists-p.
3424 (vc-sccs-check-headers): Simplify the regexp.
3425
3426 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
3427 from vc-rcs-hooks.el. Don't require 'vc anymore.
3428 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
3429 file-directory-p instead of file-exists-p.
3430
3431 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
3432 from vc-cvs-hooks.el.
3433 (proto vc-cvs-registered): Require 'vc-cvs instead of
3434 'vc-cvs-hooks. Don't require 'vc anymore.
3435 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
3436 file-directory-p instead of file-exists-p.
3437 (vc-cvs-create-snapshot): New function, replacing
3438 vc-cvs-assign-name.
3439 (vc-cvs-assign-name): Remove.
3440
34412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3442
3443 * vc-cvs.el (vc-cvs-header): New var.
3444
3445 * vc-rcs.el (vc-rcs-exists): Remove.
3446 (vc-rcs-header): New var.
3447
3448 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
3449 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
3450 (vc-sccs-header): New var.
3451
3452 * vc.el (vc-do-command): Get rid of the `last' argument.
3453 (vc-header-alist): Remove, replaced by vc-X-header.
3454 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
3455 (vc-dired-hook): Use expand-file-name instead of concat.
3456 (vc-directory): Use file-name-as-directory.
3457 (vc-snapshot-precondition, vc-create-snapshot)
3458 (vc-retrieve-snapshot): Allow the command to operate on any
3459 directory.
3460
3461 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
3462 just removing the 'WORKFILE argument or by removing the 'MASTER
3463 argument and replacing `file' with (vc-name file).
3464
34652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3466
3467 * vc.el: Update Copyright and add a crude list of backend funs.
3468 (vc-writable-p): New function.
3469 (with-vc-file): Use vc-writable-p.
7f8b6551 3470 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
3471 (vc-register): Avoid vc-name.
3472 (vc-locking-user): Remove.
3473 (vc-steal-lock): Make the `owner' arg non-optional.
3474 (vc-merge): Use vc-writable-p instead of vc-locking-user and
3475 vc-checkout-model.
3476 (vc-default-dired-state-info): Use vc-state instead of
3477 vc-locking-user and return special strings for special states.
3478 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
3479 and get rid of one of the special CVS cases.
3480 (vc-cancel-version): prettify error message with \\[...].
3481 (vc-rename-master): New function.
3482 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
3483 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
3484 the CVS special case generic.
3485 (vc-default-record-rename): Remove.
3486 (vc-file-tree-walk-internal): Only call FUNC for files that are
3487 under control of some VC backend and replace `concat' with
3488 expand-file-name.
3489 (vc-file-tree-walk): Update docstring.
3490 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
3491 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
3492
3493 * vc-sccs.el (vc-sccs-rename-file): Renamed from
3494 vc-sccs-record-rename. Use `find-file-noselect' rather than
3495 `find-file' and call `vc-rename-master' to do the actual move.
3496 (vc-sccs-diff): Remove unused `backend' variable.
3497
3498 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
3499 to delay loading of vc-sccs until it is really used.
3500 (vc-sccs-master-templates): Preload.
3501 (vc-sccs-state): Update call to vc-sccs-parse-locks.
3502 (vc-sccs-project-dir): Remove (merged into
3503 vc-sccs-search-project-dir).
3504 (vc-sccs-search-project-dir): Rewrite using file name handling ops
3505 rather than `concat', make sure it is preloaded and don't bother
3506 to check that the file actually exists.
3507 (vc-sccs-parse-locks): Remove unused `file' argument, remove
3508 `locks' argument (use buffer's content instead) and eliminate n^2
3509 behavior.
3510
3511 * vc-rcs.el: Update Copyright.
3512 (vc-rcs-rename-file): New function.
3513 (vc-rcs-diff): Remove unused `backend' variable.
3514
3515 * vc-hooks.el: Update Copyright.
3516 (vc-backend): Don't accept a nil argument any more.
3517 (vc-up-to-date-p): Turn into a defsubst.
3518 (vc-possible-master): New function.
3519 (vc-check-master-templates): Use `vc-possible-master' and allow
3520 funs in vc-X-master-templates to return a non-existent file.
3521
3522 * vc-cvs.el: Update Copyright.
3523 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 3524 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
3525
3526 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
3527
35282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3529
3530 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
3531 since it can be called from vc-rcs.el.
3532 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
3533
35342000-09-04 Andre Spiegel <spiegel@gnu.org>
3535
3536 * vc.el (vc-version-diff): Expand file name read from the
3537 minibuffer. Handle the case when a previous version number can't
3538 be guessed. Give suitable messages when there were no differences
3539 found.
3540 (vc-clear-headers): Call backend-specific implementation, if one
3541 exists.
3542 (vc-cancel-version): Made error checks generic. When done, clear
3543 headers generically, too.
3544
3545 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
3546 from vc-clear-headers in vc.el.
3547
3548 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
3549 correctly.
3550 (vc-rcs-latest-on-branch-p): Made second argument VERSION
3551 optional. Handle the case when it's not there.
3552
35532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3554
3555 * vc.el (vc-locking-user): Moved from vc-hooks.el.
3556
35572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3558
3559 * vc-hooks.el (vc-loadup): Remove.
3560 (vc-find-backend-function): Use `require'. Also, handle the case
3561 where vc-BACKEND-hooks.el doesn't exist.
3562 (vc-call-backend): Cleanup.
3563
35642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3565
3566 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
3567 vc-rcs-grab-templates)
3568 (vc-rcs-registered): Remove. The default function works as well.
3569 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
3570 vc-sccs-grab-templates)
3571 (vc-sccs-registered): Remove. The default function works as well.
3572
3573 * vc.el (vc-version-diff): Left out a vc- in call to
3574 vc-call-backend.
3575 (vc-default-dired-state-info, vc-default-record-rename)
3576 (vc-default-merge-news): Update for the new backend argument.
3577
3578 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
3579 using the default function.
3580 (vc-call-backend): If calling the default function, pass it the
3581 backend as first argument. Update the docstring accordingly.
3582 (vc-default-state-heuristic, vc-default-mode-line-string): Update
3583 for the new backend argument.
3584 (vc-make-backend-sym): Renamed from vc-make-backend-function.
3585 (vc-find-backend-function): Use the new name.
3586 (vc-default-registered): New function.
3587
35882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3589
3590 * vc.el (vc-merge): Use vc-find-backend-function.
3591
3592 * vc-hooks.el (vc-backend-functions): Remove.
3593 (vc-loadup): Don't setup 'vc-functions.
3594 (vc-find-backend-function): New function.
3595 (vc-call-backend): Use above fun and populate 'vc-functions
3596 lazily.
3597 (vc-backend-defines): Remove.
3598
35992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3600
3601 * vc.el (vc-register): Put a FIXME note for a newly found bug.
3602 Call vc-call-backend without the leading vc-.
3603 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
3604 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 3605 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
3606 (vc-annotate-display): Replace confusing use of `cond' with `or'.
3607 Call vc-call-backend without the leading vc-.
3608
3609 * vc-cvs.el (tail): Provide vc-cvs.
3610 * vc-sccs.el (tail): Provide vc-sccs.
3611 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
3612
3613 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
3614 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 3615 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
3616 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
3617 (vc-call-backend): Always try to load vc-X-hooks.
3618 (vc-registered): Remove vc- in call to vc-call-backend.
3619
36202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3621
3622 * vc.el (vc-process-filter): New function.
3623 (vc-do-command): Setup `vc-process-filter' for the async process.
3624 (vc-maybe-resolve-conflicts): New function to reduce
3625 code-duplication. Additionally, it puts the buffer in
3626 `smerge-mode' if applicable.
3627 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
3628 calling `merge-news'.
7f8b6551 3629 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
3630 (vc-log-edit): New function. Replacement for `vc-log-mode' by
3631 interfacing to log-edit.el.
3632 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
3633 log-edit is available.
3634 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
3635
36362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3637
3638 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
3639 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
3640 defvar and the initialization.
3641 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
3642
3643 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
3644 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
3645
7f8b6551 3646 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
3647
36482000-09-04 Andre Spiegel <spiegel@gnu.org>
3649
3650 * vc.el (vc-file-clear-masterprops): Removed.
3651 (vc-checkin, vc-revert-buffer): Removed calls to the above.
3652 (vc-version-diff): Use buffer-size without argument.
3653 (vc-register): Heed vc-initial-comment.
3654
3655 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
3656 default branch.
3657
3658 * vc-rcs.el (vc-rcs-register): Parse command output to find master
3659 file name and workfile version.
3660 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
3661
3662 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
3663 vc-file-clear-masterprops.
3664
3665 * vc-sccs.el (vc-sccs-checkout): Removed call to
3666 vc-file-clear-masterprops. If writable, set vc-state to 'edited
3667 rather than user login name.
3668
3669
36702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3671
3672 * vc.el (vc-workfile-unchanged-p): Remove unused argument
3673 `want-differences-if-changed' and simplify.
3674 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
3675 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
3676 output (which is invalid for async vc-diff) to decide whether to
3677 do the revert silently or not.
3678
36792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3680
3681 * vc-hooks.el (vc-loadup): Load files quietly.
3682 (vc-call-backend): Oops, brain fart.
3683
36842000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3685
3686 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 3687 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
3688
36892000-09-04 Andre Spiegel <spiegel@gnu.org>
3690
3691 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
3692 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
3693 vc-state or vc-up-to-date-p.
3694 (vc-merge): Use vc-backend-defines to check whether merging is
3695 possible. Set state to 'edited after successful merge.
3696
3697 * vc-hooks.el (vc-locking-user): If locked by the calling user,
3698 return that name. Redocumented.
3699
37002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3701
3702 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
3703 new `vc-state' semantics.
3704 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
3705 'vc-locking-user to the current user.
3706 (vc-merge): Inline vc-backend-merge. Comment out code that I
3707 don't understand and hence can't adapt to the new `vc-state' and
3708 `vc-locking-user' semantics.
3709 (vc-backend-merge): Remove.
3710
3711 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
3712 rather than 'vc-locking-user.
3713
3714 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
3715
3716 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
3717 (vc-state): Don't use 'reserved any more. Just use the same
3718 convention as the one used for vc-<backend>-state where the
3719 locking user (as a string) is returned.
3720 (vc-locking-user): Update, based on the above convention. The
3721 'vc-locking-user property has disappeared.
7f8b6551 3722 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
3723
3724 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
3725 with a heuristic one.
3726 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
3727 (vc-cvs-checkin): Do a trivial parse to set the state in case of
3728 error. That allows us to get to 'needs-merge even in the
3729 stay-local case. There's still no way to detect 'needs-patch in
3730 such a setup (or to force an update for that matter).
3731 (vc-cvs-logentry-check): Remove, the default works as well.
3732
37332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3734
7f8b6551 3735 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
3736
3737 * vc.el (vc-do-command): kill-all-local-variables, to reset any
3738 major-mode in which the buffer might have been put earlier. Use
3739 `remove' and `when'. Allow `okstatus' to be `async' and use
3740 `start-process' in this case.
3741 (vc-version-diff): Handle the case where the diff looks empty
3742 because of the use of an async process.
3743
37442000-09-04 Andre Spiegel <spiegel@gnu.org>
3745
3746 * vc.el (vc-next-action-on-file): Removed optional parameter
3747 `simple'. Recompute state unconditionally.
3748 (vc-default-toggle-read-only): Removed.
3749
3750 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
3751 (vc-toggle-read-only): Undid prev change.
3752
3753 * vc-cvs.el (vc-cvs-stay-local): Renamed from
3754 vc-cvs-simple-toggle. Redocumented.
3755 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
3756 (vc-cvs-toggle-read-only): Removed.
3757
37582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3759
7f8b6551 3760 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
3761 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
3762 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
3763 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
3764 still is. So maybe it should be removed.
3765 (vc-head-version, vc-find-binary): Remove.
3766 (vc-recompute-state): Move from vc-hooks.el.
3767 (vc-next-action-on-file): Add a `simple' argument to allow
3768 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
3769 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
3770 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
3771 (vc-dired-mode-map): Properly defvar it.
3772 (vc-print-log): Call log-view-mode if available.
3773 (small-temporary-file-directory): defvar instead of use boundp.
3774 (vc-merge-news): Moved to vc-cvs.el.
3775 (vc-default-merge-news): New function.
3776
3777 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
3778 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
3779 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
3780 unknown `vc-latest-version' function. It should probably refer to
3781 vc-workfile-version or somesuch, but it's very unclear to me and I
3782 don't have SCCS to test things.
3783
3784 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
3785 (vc-sccs-state-heuristic): Fix typo.
3786 (vc-sccs-workfile-unchanged-p): Add missing argument.
3787
3788 * vc-rcs.el: Require vc and vc-rcs-hooks.
3789 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
3790 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
3791 (vc-release-greater-or-equal-p): Move from vc.
3792 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
3793 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
3794 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 3795 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
3796
3797 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
3798 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
3799 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
3800 than the apparently unbound `workfile-version'.
3801
3802 * vc-hooks.el (vc-master-templates): Def the obsolete var.
3803 (vc-file-prop-obarray): Use `make-vector'.
3804 (vc-backend-functions): Add new hookable functions
3805 vc-toggle-read-only, vc-record-rename and vc-merge-news.
3806 (vc-loadup): If neither backend nor default functions exist, use
3807 the backend function rather than nil.
3808 (vc-call-backend): If the function if not bound yet, try to load
3809 the non-hook file to see if it provides it.
3810 (vc-call): New macro plus use it wherever possible.
3811 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
3812 nor `vc-find-binary' since it's only called from
7f8b6551 3813 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
3814 (vc-checkout-model): Fix parenthesis.
3815 (vc-recompute-state, vc-prefix-map): Move to vc.el.
3816
7f8b6551 3817 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
3818 (vc-cvs-release, vc-cvs-system-release): Remove.
3819 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
3820 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
3821 status symbols.
3822 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
3823 (vc-cvs-toggle-read-only): First cut at a function to allow a
3824 cvs-status-free vc-toggle-read-only.
3825 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
3826 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
3827 vc-cvs-status. Also set vc-state rather than vc-locking-user.
3828 (vc-cvs-checkout): Modify access rights directly if the user
3829 requested not to use `cvs edit'. And refresh the mode line.
3830
3831 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
3832 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
3833
38342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3835
3836 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
3837 workfile' that got lost when the code was extracted from vc.el.
3838 And merged the tail with the rest of the code (not possible in the
3839 old vc.el where the tail was shared among all backends). And
3840 explicitly set the state to 'edited if `writable' is set.
3841
3842 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
3843 (vc-cvs-state): Be careful to return the value from
3844 vc-cvs-parse-state.
3845 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
3846 property but return it instead. Also be careful to handle a nil
3847 or "" `rev' when workfile is non-nil (it was handled properly when
3848 workfile was nil).
3849
3850 * vc.el: Removed those pesky unnecessary `(function' quotes.
3851 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
3852 directly in the defvar.
3853 (vc-do-command): Bind inhibit-read-only so as to properly handle
3854 the case where the destination buffer has been made read-only.
3855 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 3856 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
3857 (vc-annotate-mode-variables): Removed (code moved partly to
3858 defvars and partly to vc-annotate-add-menu).
3859 (vc-annotate-mode): Turned into a derived-mode.
3860 (vc-annotate-add-menu): Moved in code in
3861 vc-annotate-mode-variables.
3862 (vc-update-change-log): Use make-temp-file if available.
3863
38642000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
3865
3866 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
3867 `vc-checkout-model' updated to `vc-cvs-update-model'.
3868
38692000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3870
3871 * vc.el (vc-next-action-on-file): Added handling of state
3872 `unlocked-changes'.
3873 (vc-checkout-carefully): Is now practically obsolete, unless the
3874 above is too slow to be enabled unconditionally.
3875 (vc-update-change-log): Fixed typo.
3876
3877 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
3878
7f8b6551
SM
3879 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
3880 Now handles state `unlocked-changes'.
3881 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
3882
3883 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
3884
3885 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
3886 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
3887 `unlocked-changes'.
3888 (vc-rcs-workfile-unchanged-p): Renamed from
3889 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
3890 function yet, but supposed to become one soon.
3891
3892 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
3893 `vc-steal-lock'.
3894 (vc-call-backend): Changed error message.
3895 (vc-state): Added description of state `unlocked-changes'.
3896
38972000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3898
3899 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
3900 always return t in CVS-controlled directories.
3901
3902 * vc.el (vc-responsible-backend): New function.
3903 (vc-register): Largely rewritten.
3904 (vc-admin): Removed (implementation moved into vc-register).
3905 (vc-checkin): Redocumented.
3906 (vc-finish-logentry): If no backend defined yet (because we are in
3907 the process of registering), use the responsible backend.
3908
3909 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3910 Updated function lists.
3911 (vc-call-backend): Fixed typo.
3912
7f8b6551
SM
3913 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
3914 New functions.
3915 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
3916 Removed query option. Redocumented.
7a004b71
GM
3917
39182000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3919
3920 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
3921
3922 * vc.el: Updated callers of `vc-checkout-required' to use
3923 `vc-checkout-model'.
3924
39252000-09-04 Martin Lorentzson <martinl@gnu.org>
3926
3927 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
3928 stuff updated to reference this function instead of the old
3929 `vc-backend-release-p'.
3930
39312000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3932
3933 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
3934 vc-checkout-model. Return appropriate values. Updated callers.
3935
39362000-09-04 Martin Lorentzson <martinl@gnu.org>
3937
7f8b6551 3938 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
3939 (vc-backend-revert): Function moved into `vc-revert';
3940 `vc-next-action' must be updated to accomodate this change.
3941 (vc-backend-steal): Function moved into `vc-finish-steal'.
3942 (vc-backend-logentry-check): Function moved into
3943 `vc-finish-logentry'.
3944 (vc-backend-printlog): Function moved into `vc-print-log'.
3945 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
3946 (vc-backend-assign-name): Function moved into
3947 `vc-create-snapshot'.
3948
39492000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3950
3951 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
3952 Rename to vc-checkout-model. Return appropriate values.
3953 Update callers.
7a004b71 3954
7f8b6551 3955 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 3956 to vc-checkout-model.
7f8b6551
SM
3957 (vc-checkout-required): Rename to vc-checkout-model.
3958 Re-implement and re-comment.
7a004b71
GM
3959 (vc-after-save): Use vc-checkout-model.
3960
39612000-09-04 Martin Lorentzson <martinl@gnu.org>
3962
7f8b6551
SM
3963 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
3964 Update to use the vc-BACKEND-diff functions instead.
3965 `vc-diff' is now working.
7a004b71 3966
7f8b6551 3967 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 3968
7f8b6551 3969 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
3970
3971 * vc-sccs.el (vc-sccs-diff): Function changed name from
3972 `vc-backend-diff'. This makes `vc-diff' work.
3973
7f8b6551 3974 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 3975 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 3976 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
3977 signaled during `vc-after-save'.
3978
7f8b6551
SM
3979 * vc.el: Fix typo.
3980 This checkin is made with our new VC code base for the very first time.
3981 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
3982
3983 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
3984 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
3985
3986 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
3987 updated to `vc-uses-locking'.
7f8b6551 3988 (vc-checkout-required): Call to backend function.
7a004b71
GM
3989 `vc-checkout-required' updated to `vc-uses-locking' instead.
3990
3991 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
3992 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
3993
7f8b6551 3994 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 3995 to match the split into various backends.
7f8b6551 3996 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
3997 (vc-retrieve-snapshot): Bug fix.
3998
39992000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4000
4001 * vc-sccs.el (vc-sccs-release): Doc fix.
4002
40032000-09-04 Martin Lorentzson <martinl@gnu.org>
4004
4005 * vc.el (vc-next-action-on-file): Bug found and fixed.
4006 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
4007 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
4008
4009 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
4010 (vc-rcs-checkout): Name space cleaned up. No more revision number
4011 crunching function names that are not prefixed with vc-rcs.
4012 (vc-rcs-checkout-model): Function added. References to
4013 `vc-checkout-model' replaced.
4014
40152000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4016
4017 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
4018 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
4019 still need to be split, and implemented for RCS).
4020
40212000-09-04 Martin Lorentzson <martinl@gnu.org>
4022
4023 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
4024
4025 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
4026 required by the vc.el file.
4027
4028 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
4029 required by the vc.el file.
4030 (vc-rcs-exists): Function added.
4031
4032 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
4033 required by the vc.el file.
4034
4035 * vc.el (vc-admin): Updated to handle selection of appropriate
4036 backend. Current implementation is crufty and need re-thinking.
4037
4038 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
4039
40402000-09-04 Martin Lorentzson <martinl@gnu.org>
4041
4042 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
4043 beginning of annotate buffers correctly.
4044
4045 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
4046 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
4047 functionality updated quite a lot to support multiple backends.
4048 Variables `vc-annotate-mode', `vc-annotate-buffers',
4049 `vc-annotate-backend' added.
4050
4051 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
4052 `vc-annotate-difference' added to supported backend functions.
4053
40542000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4055
4056 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
4057 Use with-temp-file instead of /bin/sh. Merged from mainline
4058
40592000-09-04 Martin Lorentzson <martinl@gnu.org>
4060
4061 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
4062
4063 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
4064
4065 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
4066
40672000-09-04 Martin Lorentzson <martinl@gnu.org>
4068
4069 * vc-hooks.el: vc-state-heuristic added to
4070 vc-backend-hook-functions.
4071
4072 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
4073
4074 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
4075
7f8b6551
SM
4076 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
4077 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
4078 state to `reserved'.
4079
4080 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
4081 `vc-checkout-required'. Rename the `locked' state to `reserved'.
4082
40832000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4084
7f8b6551 4085 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
4086 untouched.
4087
7f8b6551 4088 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 4089
7f8b6551 4090 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
4091 if defined. (Merged from main line, slightly adapted.)
4092
4093 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
4094 millenium problem (merged from mainline).
4095
40962000-09-04 Martin Lorentzson <martinl@gnu.org>
4097
4098 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
4099 part and moved the non-BACKEND stuff to vc.el.
4100
4101 * vc.el: Split the annotate feature into a BACKEND specific part
4102 and moved it from the vc-cvs.el file to this one.
4103
41042000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4105
7f8b6551
SM
4106 * vc-hooks.el: Implement new state model.
4107 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
4108 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 4109 locked by somebody else.
7f8b6551 4110 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
4111 vc-sccs-hooks.el and vc-rcs-hooks.el now.
4112 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 4113 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 4114
7f8b6551
SM
4115 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
4116 Various simplifications and adaptations all over the place.
7a004b71 4117
7f8b6551
SM
4118 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
4119 Simplify and adapt the rest.
7a004b71 4120
7f8b6551 4121 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 4122 interaction with view mode according to recent RCS change.
7f8b6551 4123 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
4124
41252000-09-04 Martin Lorentzson <martinl@gnu.org>
4126
7f8b6551 4127 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
4128
41292000-09-04 Martin Lorentzson <martinl@gnu.org>
4130
4131 * vc.el (vc-backend-release, vc-release-greater-or-equal)
4132 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
4133 (vc-minor-part, vc-previous-version): Functions that operate and
4134 compare revision numbers got proper documentation. Comments added
4135 about their possible removal.
4136
41372000-09-04 Martin Lorentzson <martinl@gnu.org>
4138
4139 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
4140 the vc-backend.el files.
4141
4142 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
4143
4144 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
4145 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
4146 (vc-rcs-previous-version): Functions added.
4147
4148 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
4149
4150 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
4151
41522000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4153
4154 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 4155 Comment out the definition for now. What is the right procedure
7a004b71
GM
4156 to get rid of it?
4157 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
4158 rewritten.
7f8b6551 4159 (vc-default-registered): Remove.
7a004b71
GM
4160 (vc-check-master-templates): New function; does mostly what the
4161 above did before.
4162 (vc-locking-user): Don't rely on the backend to set the property.
4163
4164 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 4165 Rewrite documentation.
7a004b71
GM
4166 (vc-rcs-templates-grabbed): New variable.
4167 (vc-rcs-grab-templates): New function.
7f8b6551 4168 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
4169
4170 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 4171 Rewrite documentation.
7a004b71
GM
4172 (vc-sccs-templates-grabbed): New variable.
4173 (vc-sccs-grab-templates): New function.
7f8b6551
SM
4174 (vc-sccs-registered): Rewrite to use above mechanism.
4175 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
4176 Don't throw the result, simply return it.
7a004b71 4177
7f8b6551
SM
4178 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
4179 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
4180 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 4181
7f8b6551 4182 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
4183 from main line.
4184
41852000-09-04 Martin Lorentzson <martinl@gnu.org>
4186
7f8b6551 4187 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 4188
7f8b6551 4189 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 4190
7f8b6551
SM
4191 * vc-rcs.el (vc-rcs-diff): New function.
4192 (vc-rcs-checkout): Bug (typo) found and fixed.
4193 (vc-rcs-register-switches): New variable.
7a004b71
GM
4194
4195 * vc.el (vc-backend-diff): Function removed and placed in the
4196 backend files.
4197
41982000-09-04 Martin Lorentzson <martinl@gnu.org>
4199
4200 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
4201
4202 * vc.el (vc-backend-checkout): Function removed and replaced in
4203 the vc-backend.el files.
4204
4205 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
4206
4207 * vc.el (vc-backend-admin): Removed and replaced in the
4208 vc-backend.el files.
4209
4210 * vc.el (Martin): Removed all the annotate functionality since it
4211 is CVS backend specific.
4212
42132000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4214
4215 * spec.txt: Added specification of vc-state.
4216
4217 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 4218 Remove handling of vc-latest-version and
7a004b71
GM
4219 vc-your-latest-version. What used to be vc-latest-version, is now
4220 returned as vc-workfile-version.
7f8b6551 4221 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
4222
42232000-09-04 Dave Love <fx@gnu.org>
4224
4225 * vc.el: [Merged from mainline.]
4226 (vc-dired-mode): Make the dired-move-to-filename-regexp
4227 regexp match the date, to avoid treating date as file size.
4228 Add YYYY S option to WESTERN/
4229
42302000-09-04 Dave Love <fx@gnu.org>
4231
4232 * vc.el: Require `compile' when compiling.
4233 (vc-logentry-check-hook): New option.
4234 (vc-steal-lock): Use compose-mail.
4235 (vc-dired-mode-map): Defvar when compiling.
4236 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
4237 vc-sccs.el and renamed. Callers changed.
4238 (vc-backend-checkout, vc-backend-logentry-check)
4239 (vc-backend-merge-news): Doc fix.
4240 (vc-default-logentry-check): New function.
4241 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
4242 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
4243 (vc-backend-merge): Doc fix. Use backend functions.
4244 (vc-check-headers): Use backend functions.
4245
4246 * vc-cvs.el: Require vc when compiling.
4247 (vc-cvs-register-switches): Doc fix.
4248 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
4249 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
4250 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
4251 New functions (code from vc.el).
4252 (vc-annotate-display-default): Fix interactive spec.
4253 (vc-annotate-time-span): Doc fix.
4254
4255 * vc-rcs.el: Require vc when compiling.
4256 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
4257 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
4258 (vc-rcs-checkin): New functions (code from vc.el).
4259 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
4260 Doc fix.
4261 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
4262
4263 * vc-sccs.el: Require vc when compiling.
4264 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
4265 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
4266 (vc-sccs-revert)
4267 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
4268 from vc.el).
4269 (vc-sccs-add-triple, vc-sccs-record-rename)
4270 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
4271 (vc-sccs-admin): Doc fix.
4272
42732000-09-04 Martin Lorentzson <martinl@gnu.org>
4274
4275 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
4276 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
4277 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
4278 from vc.el.
4279
4280 * vc-sccs.el (vc-admin-sccs): Added from vc.el
4281
4282 * vc-cvs.el: Moved the annotate functionality from vc.el.
4283 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
4284
42852000-09-04 Dave Love <fx@gnu.org>
4286
4287 * vc.el (vc-backend-release): Call vc-system-release.
4288
4289 * vc-sccs.el (vc-sccs-system-release):
4290 Renamed from vc-sccs-backend-release.
4291
4292 * vc-rcs.el (vc-rcs-system-release):
4293 Renamed from vc-rcs-backend-release.
4294
4295 * vc-cvs.el (vc-cvs-system-release):
4296 Renamed from vc-cvs-backend-release.
4297
42982000-09-04 Dave Love <fx@gnu.org>
4299
4300 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
4301 backend files.
4302 (vc-backend-release): Dispatch to backend functions.
4303 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
4304 probably needs attention.]
4305
4306 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
4307 (vc-sccs-backend-release): New function.
4308
4309 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
4310 (vc-cvs-backend-release): New function.
4311
4312 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
4313 Doc fix.
4314 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
4315 (vc-default-dired-state-info): New function.
4316 (vc-dired-state-info): Dispatch to backends.
4317 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
4318
4319 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
4320 from vc.el and renamed.
4321
43222000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4323
4324 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
4325 (vc-version-other-window, vc-backend-assign-name): Removed
4326 references to vc-latest-version; sometimes changed into
4327 vc-workfile-version.
4328
4329 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
4330 vc-rcs-master-workfile-version.
4331 (vc-rcs-workfile-version): Use the above. Don't call
4332 vc-latest-version (that was unreachable code, anyway).
4333 (vc-rcs-fetch-master-properties): Doc fix.
4334
4335 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
4336 (vc-backend-hook-functions): Removed them from this list, too.
4337 (vc-fetch-properties): Removed.
4338 (vc-workfile-version): Doc fix.
4339
4340 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
4341 (vc-rcs-workfile-version, vc-rcs-locking-user)
4342 (vc-rcs-uses-locking): Use it.
4343
4344 * vc-hooks.el (vc-consult-rcs-headers):
4345 Moved into vc-rcs-hooks.el, under the name
4346 vc-rcs-consult-headers.
4347
4348 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
4349 headers.
4350 (vc-cvs-find-master): Use this name only; correct different
4351 versions of the name.
4352
4353 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
4354 New functions.
4355 (vc-sccs-locking-user): Use the latter.
4356
4357 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
4358 New functions.
4359
4360 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
4361 Moved into both
4362 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
4363 functions are implementation details of those two backends.
4364
43652000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4366
4367 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
4368 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
4369
4370 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
4371 (vc-sccs-parse-locks): SCCS-specific code moved here from
4372 vc-hooks.
4373
4374 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
4375 code moved here from vc-hooks.
4376
4377 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
4378 into back-end specific parts and removed. Callers not updated
4379 yet; because I guess these callers will disappear into back-end
4380 specific files anyway.
4381
43822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4383
4384 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
4385 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
4386 `vc-uses-locking'.
4387
4388 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
4389 Store yes/no in the property, and return t/nil. Updated all
4390 callers.
4391
4392 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
4393 vc-sccs-uses-locking. Don't set property.
4394 (vc-sccs-locking-user): Don't set property.
4395
4396 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
4397 vc-cvs-uses-locking. Don't set property here; leave that to
4398 vc-hooks.
4399 (vc-cvs-locking-user): Reflect above change. Streamlined.
4400
4401 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
4402 vc-rcs-uses-locking.
4403 (vc-rcs-locking-user): Reflect above change.
4404
44052000-09-04 Dave Love <fx@gnu.org>
4406
4407 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
4408
4409 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
4410
4411 * vc-hooks.el (vc-checkout-model): Punt to backends.
4412
4413 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
4414
4415 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
4416
4417 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
4418 New functions.
4419
4420 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
4421 New functions.
4422
4423 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
4424 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
4425
4426 * vc-hooks.el (vc-default-locking-user): New function.
4427 (vc-locking-user, vc-workfile-version): Punt to backends.
4428
44292000-09-04 Dave Love <fx@gnu.org>
4430
4431 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
4432 (vc-master-workfile-version): Moved from vc-hooks.
4433
4434 * vc-rcs-hooks.el: Fix duplicate code in last change.
4435
4436 * vc-rcs-hooks.el: Require vc-hooks when compiling.
4437 (vc-rcs-master-templates): Improve :type.
4438 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
4439 vc-master-workfile-version): Moved from vc-hooks.
4440
4441 * vc-sccs-hooks.el: Require vc-hooks when compiling.
4442 (vc-sccs-master-templates): Improve :type.
4443 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
4444
4445 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
4446
4447 * vc-cvs-hooks.el: Require vc-hooks when compiling.
4448 (vc-cvs-master-templates): Improve :type. Use
4449 vc-cvs-find-cvs-master.
4450 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
4451 from vc-hooks.
4452 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
4453
4454 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
4455 Moved to vc-cvs-hooks.
4456
4457 * vc-hooks.el: Add doc strings in various places. Simplify the
4458 minor mode setup.
4459 (vc-handled-backends): New user variable.
4460 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
4461 simplification.
4462
44632000-09-04 Dave Love <fx@gnu.org>
4464
4465 * vc.el: Some doc fixes for autoloaded and interactive functions.
4466 Fix compilation warnings from ediff stuff.
4467 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
4468
4469 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
4470
4471 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
4472
4473 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
4474
44752000-09-04 Dave Love <fx@gnu.org>
4476
4477 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4478 New variable.
4479 (vc-make-backend-function, vc-loadup, vc-call-backend)
4480 (vc-backend-defines): New functions.
4481
4482 * vc-hooks.el: Various doc fixes.
4483 (vc-default-back-end, vc-follow-symlinks): Custom fix.
4484 (vc-match-substring): Function removed. Callers changed to use
4485 match-string.
4486 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
4487 Simplify.
4488
44892000-09-04 Dave Love <fx@gnu.org>
4490
4491 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
4492 type.
4493 (vc-sccs-project-dir, vc-search-sccs-project-dir)
4494 (vc-sccs-registered): Doc fix.
4495
4496 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
4497 (vc-cvs-registered): Doc fix.
4498
4499 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
4500 (vc-rcs-registered): Doc fix.
4501
45022000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4503
4504 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
4505
4506 * vc-hooks.el: vc-registered has been renamed
4507 vc-default-registered. Some functions have been moved to the
4508 backend specific files. they all support the
4509 vc-BACKEND-registered functions.
4510
45112000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4512
4513 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
4514
4515 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
4516
a033ea13
DL
45172000-09-04 Dave Love <fx@gnu.org>
4518
179fc9ef
DL
4519 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
4520 menu-bar-update-hook.
4521
4522 * help.el (help-manyarg-func-alist): Add
4523 find-operation-coding-system.
4524
a033ea13
DL
4525 * wid-edit.el (widget-sexp-validate): Fix garbled code.
4526
4527 * custom.el (custom-set-variables): Print message about errors in
4528 setting.
4529
f8803e97
AI
45302000-09-03 Andrew Innes <andrewi@gnu.org>
4531
4532 * makefile.w32-in: Change to DOS line endings.
4533
59836110
EZ
45342000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4535
4536 * mouse.el (mouse-popup-menubar): Supply the prompt string for
4537 minor-mode keymaps, if they don't have one.
4538
5514ba5c
EZ
45392000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4540
4541 * eshell/esh-module.el (eval-when-compile): Don't lose if
4542 esh-module.el's file name is truncated to DOS 8+3 limits.
4543
79cf8e80
JW
45442000-09-01 John Wiegley <johnw@gnu.org>
4545
4546 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
4547 predicate, which caused entries in the completion list to be
4548 doubled.
4549
45502000-08-30 John Wiegley <johnw@gnu.org>
4551
4552 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
4553 sending to subprocesses. Also, hook pre-command-hook if
4554 `eshell-send-direct-to-subprocesses' is non-nil.
4555 (eshell-send-direct-to-subprocesses): New config variable. If t,
4556 subprocess input is send immediately.
4557 (eshell-toggle-direct-send): New function.
4558 (eshell-self-insert-command): New function.
4559 (eshell-intercept-commands): New function.
4560 (eshell-send-input): If direct subprocess sending is enabled,
4561 don't echo any input to the Eshell buffer. Let the subprocess
4562 handle that. This requires "stty echo" in bash, for example.
4563
45642000-08-28 John Wiegley <johnw@gnu.org>
4565
4566 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
4567 completion function for Eshell's implementation of `unset'.
4568
778911b9
EZ
45692000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4570
4571 * info.el (Info-directory-list): Doc fix.
4572
05d07b49
PB
45732000-08-31 Peter Breton <pbreton@ne.mediaone.net>
4574
9b4a7800 4575 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
4576 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
4577
9941d4c7
KH
45782000-08-31 Kenichi Handa <handa@etl.go.jp>
4579
4580 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
4581 coding systems.
4582
af9ba8ad
AI
45832000-08-30 Andrew Innes <andrewi@gnu.org>
4584
4585 * timer.el (run-with-idle-timer): Undo last change, so that timer
4586 is not activated immediately if Emacs is already idle. Some
4587 existing code relies on this behaviour.
4588
caccd8f2
MB
45892000-08-30 Miles Bader <miles@gnu.org>
4590
4591 * frame.el (set-frame-font): Do completion of font-name for
4592 interactive use.
4593
b64c0a1c
KH
45942000-08-30 Kenichi Handa <handa@etl.go.jp>
4595
4596 * international/quail.el (quail-start-translation): Bind locally
4597 last-command-event, last-command, and this-command.
4598 (quail-start-conversion): Likewise.
75cf0095 4599 (quail-self-insert-command): Fix docstring.
b64c0a1c 4600
fd5f61d3
GM
46012000-08-29 Gerd Moellmann <gerd@gnu.org>
4602
4603 * progmodes/executable.el
4604 (executable-make-buffer-file-executable-if-script-p): Check that
4605 buffer contains at least 2 characters.
4606
5b671d04
EZ
46072000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
4608
4609 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
4610
485d9513
DL
46112000-08-29 Dave Love <fx@gnu.org>
4612
a39fb83d
DL
4613 * diff-mode.el (diff-mode) <defgroup>: Add :version.
4614 (diff-mode-shared-map): Bind mouse-2.
4615 (diff-imenu-generic-expression): New variable.
4616 (diff-mode): Use it.
4617
485d9513
DL
4618 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
4619 (mouse-popup-menubar): Add minor mode menus.
4620 (popup-menu): Check for lookup-key returning number.
4621
ba3478d9
MB
46222000-08-29 Miles Bader <miles@gnu.org>
4623
4624 * comint.el (comint-send-input): Create overlays using the proper
4625 front/read-advance arguments.
9b4a7800 4626
c3d6d211
GM
46272000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4628
4629 * ps-print.el: Even/odd pages printing. Doc fix.
4630 (ps-print-version): New version number (6.0).
4631 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
4632 (ps-background, ps-begin-file, ps-begin-job): Code fix.
4633 (ps-print-duplex-feature): Variable eliminated.
4634 (ps-even-or-odd-pages): New variable.
4635
ba087cd7 4636 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
4637 (ebnf-version): New version (3.3).
4638 (ebnf-user-arrow): Change variable customization to sexp.
4639 (ebnf-user-arrow): Function eliminated.
4640 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 4641
d313265f
KH
46422000-08-29 Kenichi Handa <handa@etl.go.jp>
4643
cba62b78 4644 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
4645 (help-make-xrefs): Handle help-xref-mule-regexp.
4646
4647 * international/mule-cmds.el (help-xref-mule-regexp-template): New
4648 variable.
4649 (describe-input-method): Temporarily activate the specfied input
4650 method to display the information.
4651 (describe-language-environment): Hyperlinks to mule related items.
4652
4653 * international/mule-diag.el (charset-multibyte-form-string): New
4654 function.
4655 (list-character-sets-1): Use charset-multibyte-form-string.
4656 (describe-character-set): New function.
4657 (describe-coding-system): Hyperlinks to safe character sets.
4658
4659 * international/quail.el (quail-help): New arg PACKAGE.
4660 Hyperlinks to mule related items.
4661 (quail-help-insert-keymap-description): Use
4662 substitute-command-keys instead of describe-bindings.
4663 (quail-translation-help): Hyperlinks to mule related items.
4664
b4bd214e
JW
46652000-08-28 John Wiegley <johnw@gnu.org>
4666
ca7aae91
JW
4667 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
4668 have a defsubst call itself. Made `eshell-flatten-list' back into
4669 a function again.
4670
b4bd214e
JW
4671 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
4672 catch, in case re-centering point at bottom messes up the display.
4673 This happens frequently in Emacs 21, due I believe to variable
4674 line heights.
4675
4676 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
4677 to call `find-tag-interactive'.
4678
4679 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
4680 the list of remember directories.
4681
d44e146b
JW
46822000-08-28 John Wiegley <johnw@gnu.org>
4683
4684 * align.el: Test align-region-separate to see if it's a symbol.
4685
546c0888 46862000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
4687
4688 * eshell/esh-util.el (eshell-flatten-list): Made this function
4689 into a defsubst form. It gets used very frequently, although
4690 calls don't occur all that often.
4691
4692 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
4693 examining it.
4694
4695 * eshell/esh-cmd.el (eshell-rewrite-while-command):
4696 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
4697 `eshell-protect'.
4698 (eshell-copy-handles): Created a new macro for duplicating the
4699 current set of open handles. This is needed by the looping
4700 functions.
4701 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
4702 is not incorrectly stomped on.
4703
4704 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
4705 declaration for pcomplete-use-paring.
4706 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
4707 value of eshell-cmpl-use-paring.
4708 * pcomplete.el (pcomplete-use-paring): New config variable, to
4709 indicate whether paring should be used.
4710 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
4711 completion alternatives that have already been used.
4712
4713 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
4714 bound to C-c C-y, which will repeat the previous N arguments
4715 (based on prefix argument).
4716 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
4717
4718 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
4719 if there is no *Help* buffer. This is for XEmacs, which renames
4720 its help buffers uniquely. TODO: Find out what the current buffer
4721 name to delete is.
4722
4723 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
4724 first entry that correlates to a passwd/group number. Later
4725 entries (used for group/user name aliasing to multiple IDs) are
4726 ignored.
4727
9b4a7800
TTN
4728 * eshell/em-xtra.el (eshell/expr):
4729 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
4730 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
4731 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
4732 argument list, before passing it to the system command.
4733
4734 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
4735 `find-tag' for use at final position in Eshell buffers (which
4736 otherwise triggers an error on Emacs 21).
4737 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
4738 buffer, if it is currently bound to `find-tag'.
4739
4740 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
4741 in the list of matched Makefile names.
4742 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
4743 directory, prefer its contents to Makefile.
4744
4745 * eshell/em-dirs.el (eshell/cd): cd commands that look up
4746 directory parts (like "cd old new", or "cd =regexp"), are now case
4747 sensitive on non-Windows/DOS platforms.
4748
4749 * eshell/esh-mode.el (eshell-parse-command-input): When a user
4750 types RET after an open delimiter (like "), display a message
4751 indicating that Eshell is waiting for the closing delimiter.
4752
4753 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
4754 environment variables.
4755
4756 * eshell/em-unix.el (eshell/diff): Added logic to fail more
4757 gracefully if the user enters incorrect arguments.
4758
4759 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
4760 Eshell buffers.
4761
9b4a7800
TTN
4762 * eshell/esh-var.el (eshell-interpolate-variable):
4763 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
4764 * eshell/em-unix.el (eshell-du-sum-directory):
4765 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
4766 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
4767 (not (= ...)).
4768
4769 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
4770 to ensure the `preserve' flag gets propagated when doing recursive
4771 directory copies.
4772
546c0888 47732000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
4774
4775 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
4776 Don't convert \n into \0177 in memory.
4777 (eshell-read-history, eshell-write-history): Convert \n to \0177,
4778 and back again, when reading and writing.
9b4a7800 4779
546c0888 47802000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
4781
4782 * eshell/esh-util.el (eshell-processp): Added to relieve constant
4783 testing of `fboundp' on `processp'.
4784
4785 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
4786 (eshell/jobs): Don't call process-list if it is not bound.
4787 (eshell-gather-process-output): Support systems where async
4788 subprocesses aren't supported.
4789 (eshell-scratch-buffer, eshell-last-sync-output-start): New
4790 variables.
4791
4792 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
4793 eshell-do-eval returns t.
4794 (eshell-do-pipelines-synchronously): New defmacro.
4795 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
4796 when async subprocesses aren't supported.
4797 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
4798 if async subprocesses aren't supported.
4799 (eshell-resume-command): Don't assume STATUS is a string.
4800
4801 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
4802
4803 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
4804 (eshell-close-target, eshell-get-target): Use eshell-processp.
4805 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
4806 fix.
4807 (eshell-get-target, eshell-create-handles): Doc fix.
4808
546c0888 48092000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 4810
546c0888 4811 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
4812 criterion to include commands that output something, as long as it
4813 leaves both the command and the end-of-buffer visible when the
4814 command has exited.
4815 (eshell-review-quick-commands): Adjust the help doc string
4816 accordingly.
4817
2a371c3b
PB
48182000-08-28 Peter Breton <pbreton@ne.mediaone.net>
4819
8348e1f9 4820 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 4821 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 4822
9b4a7800 4823 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
4824 (file-cache-assoc-function): New variable
4825 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
4826 Use file-cache-case-fold-search variable
4827 (file-cache-add-file): Use file-cache-assoc-function
4828 (file-cache-delete-file): likewise
4829 (file-cache-directory-name): likewise
4830 (file-cache-debug-read-from-minibuffer): likewise
4831
95931eb1
GM
48322000-08-28 Gerd Moellmann <gerd@gnu.org>
4833
4834 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
4835 (abbrev-table-name): New function.
4836 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
4837 If non-nil list local abbrev, only.
4838
bb17930d
GM
48392000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
4840
546c0888
EZ
4841 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
4842 from Gnus support code, and use special article copy buffer
bb17930d
GM
4843 `(gnus-original-article-buffer)' instead. This allows to get rid
4844 of article-hide-headers usage (which breaks in the latest Gnus
4845 version). Thanks to Detlev Zundel.
4846
41a68aef
KH
48472000-08-28 Kenichi Handa <handa@etl.go.jp>
4848
4849 * international/quail.el (quail-use-package): Hide "... loaded"
4850 message.
4851 (quail-start-translation, quail-start-conversion): Likewise.
4852
4853 * international/kkc.el (kkc-region): Hide "... loaded" message.
4854
28bb2cef
DL
48552000-08-27 Dave Love <fx@gnu.org>
4856
4857 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
4858
11a1118d
MB
48592000-08-27 Miles Bader <miles@gnu.org>
4860
4861 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
4862
0f85d477
KH
48632000-08-27 Kenichi Handa <handa@etl.go.jp>
4864
4865 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
4866 'ja-dic-cnv), not (require 'skkdic-cnv).
4867
2d73e8d3
MB
48682000-08-26 Miles Bader <miles@gnu.org>
4869
a0e5a5a4
MB
4870 * faces.el (face-x-resources): Add entry for :inherit.
4871 * cus-face.el (custom-face-attributes): Add support for :inherit
4872 attribute. Add support for relative face heights.
4873 (custom-face-attributes-get): Treat `nil' as being a default value
4874 for :inherit (as well as `unspecified').
4875
19feb949
MB
4876 * faces.el (set-face-attribute): Update doc string.
4877 (face-attribute-name-alist): Add :inherit.
4878 (face-valid-attribute-values): Handle :inherit.
4879 (face-read-string): Rephrase prompt to be less confusing.
4880 Assume that DEFAULT is a string, since we must return a string.
4881 (face-read-integer): Use `format' to turn DEFAULT into an
4882 acceptable default for face-read-string. Match NEW-VALUE against
4883 the string "unspecified", not the symbol `unspecified', since
4884 that's what face-read-string returns.
4885 (read-face-attribute): Lookup a name for old-value in valid, and
4886 use it as a default if we find one. Treat all values from
4887 face-read-string as strings. If the default is used, don't do any
4888 more processing on the value, just use the old value directly.
4889 (read-face-and-attribute, modify-face): Tweak prompt.
4890 (read-face-name): Don't assume prompt ends with a space.
4891
2d73e8d3
MB
4892 * faces.el (describe-face): Add support for :inherit attribute.
4893
a1a2e38f
KH
48942000-08-25 Kenichi Handa <handa@etl.go.jp>
4895
e84fa7c5
KH
4896 * terminal.el (terminal-emulator): Fix args to `concat'. Now
4897 concat doesn't accept interger.
4898
a1a2e38f
KH
4899 * international/kkc.el: Remove SKK from Keywords. Require
4900 ja-dic-utl instead of skkdic-utl.
4901
4902 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
4903 Provide ja-dic-cnv instead of skkdic-cnv.
4904 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
4905 (iso-2022-7bit-short): Add safe-charsets property.
4906 (skkdic-convert-postfix): Search Japanese chou-on character in
4907 addition to Hiragana character.
4908 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
4909 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
4910 (batch-skkdic-convert): Likewise.
4911
4912 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
4913 Provide ja-dic-utl instead of skkdic-utl.
4914 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
4915
f6499c03
DL
49162000-08-24 Dave Love <fx@gnu.org>
4917
1c2c3f16
DL
4918 * disp-table.el (standard-display-default): Make the test of `l'
4919 useful.
4920
f6499c03
DL
4921 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
4922 mod sample text.
4923
4924 * international/iso-ascii.el: Make pilcrow convenient string
4925 consistent with section.
4926 (iso-ascii-display): Set up multibyte characters as well as
4927 unibyte.
4928
c543db81
KH
49292000-08-24 Kenichi Handa <handa@etl.go.jp>
4930
4931 * international/mule-cmds.el (reset-language-environment): Set
4932 default-process-coding-system to '(undecided . iso-latin-1), which
4933 makes process I/O almost consistent with file I/O. Call this
4934 function when mule-cmds.el[c] is loaded.
4935
746d9caf
AI
49362000-08-22 Andrew Innes <andrewi@gnu.org>
4937
4938 * makefile.w32-in: New file.
4939
5484005d
MB
49402000-08-22 Miles Bader <miles@lsi.nec.co.jp>
4941
4942 * comint.el (comint-output-filter): Compare end of
4943 comint-last-output-overlay with the start of the newly inserted
4944 text, not the end, when deciding whether to extend it.
9b4a7800 4945 Set saved-point's insertion type to advance after insertion.
5484005d
MB
4946
4947 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
4948 since this is now done independently of font-lock mode.
4949
7a912f63
GM
49502000-08-21 Gerd Moellmann <gerd@gnu.org>
4951
4952 * server.el (server-kill-new-buffers): New user option.
4953 (server-existing-buffer): New buffer-local variable.
4954 (server-visit-files): When using an existing buffer, set
4955 server-existing-buffer to t.
4956 (server-buffer-done): If server-kill-new-buffers is t, kill the
4957 buffer, unless it was already present before visiting it with
4958 Emacs server.
9b4a7800 4959
240301df
EZ
49602000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
4961
4962 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
4963 even if the display doesn't support colors: some displays will
4964 support bold/underline faces.
4965
cbcef616
GM
49662000-08-21 Gerd Moellmann <gerd@gnu.org>
4967
6917e6bb
GM
4968 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
4969
cbcef616
GM
4970 * startup.el (command-line): If user's init file had an error,
4971 add explanatory text to *Messages*.
4972
6922b018
KH
49732000-08-21 Kenichi Handa <handa@etl.go.jp>
4974
4975 * man.el (Man-getpage-in-background): Decode the process output by
4976 the system locale coding system.
4977
e50c4203
DL
49782000-08-20 Dave Love <fx@gnu.org>
4979
96ab6351
DL
4980 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
4981 Don't test x-popup-menu.
4982 (function) <complete-function>: Complete only fbound symbols.
4983 <validate, value>: New.
4984 (variable) <complete-function>: Complete only bound symbols.
4985 (coding-system): Add :base-only, :complete-function, :validate,
4986 :value, :prompt-match.
4987 (widget-coding-system-prompt-value): Use read-coding-system and
4988 act on :base-only.
4989 (editable-field): Add :help-echo.
4990 (widget-push-button-gui, widget-push-button-cache)
4991 (widget-gui-action, widget-editable-list-gui): COmment out, along
4992 with uses.
4993 (widget-at): Make arg optional.
4994 (widget-echo-help): Adjust for current help-echo calling sequence.
4995 (widget-specify-field, widget-specify-button)
4996 (widget-specify-insert, widget-get-sibling, widget-image-find)
4997 (widget-convert, widget-insert, widget-leave-text)
4998 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
4999 (widget-setup, widget-field-find, widget-before-change)
5000 (widget-after-change, widget-default-complete)
5001 (widget-default-create, widget-default-delete)
5002 (widget-push-button-value-create, editable-field)
5003 (widget-field-prompt-value, widget-field-validate)
5004 (widget-choice-value-create, widget-choice-action)
5005 (widget-choice-validate, widget-checklist-add-item)
5006 (widget-radio-add-item, widget-radio-chosen)
5007 (widget-radio-value-inline, widget-editable-list-value-create)
5008 (widget-editable-list-entry-create)
5009 (widget-documentation-link-add)
5010 (widget-documentation-string-value-create)
5011 (widget-regexp-validate, widget-file-complete)
5012 (widget-sexp-validate, widget-plist-convert-widget)
5013 (widget-plist-convert-widget, widget-alist-convert-widget)
5014 (widget-alist-convert-widget, widget-color-complete): Simplify,
5015 particularly to avoid bindings which aren't optimized out.
5016
e50c4203
DL
5017 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
5018 Doc fix.
5019 (down-list, backward-up-list, up-list, kill-sexp)
5020 (backward-kill-sexp, mark-sexp): Make arg optional.
5021 (lisp-complete-symbol): Add optional arg PREDICATE.
5022
5023 * cus-start.el: Add display-buffer-reuse-frames,
5024 file-coding-system-alist.
5025
511bd4eb
GM
50262000-08-20 Gerd Moellmann <gerd@gnu.org>
5027
5028 * startup.el (command-line): Clear realized faces after
5029 modifying TTY color mappings.
5030
a9de7d29
MB
50312000-08-20 Miles Bader <miles@gnu.org>
5032
5033 * faces.el (face-attr-match-p): Don't return true if ATTRS are
5034 merely a subset of FACE's attributes.
5035
8a8023d9
MB
50362000-08-19 Miles Bader <miles@gnu.org>
5037
5038 * comint.el (comint-output-filter): Save the point with a marker,
5039 not just a buffer position.
5040
5041 * international/mule.el (set-buffer-process-coding-system): Make
5042 interactive prompt less confusing.
5043
1433385f
GM
50442000-08-19 Gerd Moellmann <gerd@gnu.org>
5045
5046 * hilit-chg.el: General cleanup of doc strings, comments and
5047 code formatting.
5048
136b4eda
MB
50492000-08-19 Miles Bader <miles@gnu.org>
5050
5051 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
5052 Compiler macro removed; beginning-of-line is no longer always
5053 equivalent to forward-line, in the presence of fields.
5054
5055 * comint.el (comint-output-filter): Remove ad-hoc saving of
5056 restriction, and just use save-restriction, now that it works
5057 correctly. Don't adjust comint-last-input-start to account for
5058 our insertion; it shouldn't have moved because we don't use
5059 insert-before-markers anymore. Comment out call to
5060 `force-mode-line-update'; why is it here?
5061
5062 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
5063 while checking for prompt to delete. Use `forward-line 0'
5064 instead of beginning-of-line.
5065 (gud-filter): Temporarily widen gud comint buffer while
5066 examining output.
5067
cdd0f857
SM
50682000-08-18 Stefan Monnier <monnier@cs.yale.edu>
5069
ebf96bfa
SM
5070 * progmodes/sh-script.el: Big bag of typos.
5071
cdd0f857
SM
5072 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
5073 check since ispell-process is not bound when ispell is not yet loaded.
5074
9bb7a286
DL
50752000-08-18 Dave Love <fx@gnu.org>
5076
5077 * image.el (find-image): Copy `spec' before using plist-put.
5078
74ec6045
GM
50792000-08-18 Gerd Moellmann <gerd@gnu.org>
5080
5081 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
5082 `portugues'.
5083
5084 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
5085 backward-kill-sexp, analogous to kill-sexp.
5086
5087 * progmodes/icon.el (icon-indent-line)
5088 (icon-is-continuation-line): Handle comments specially.
5089
50902000-08-17 Ken Stevens <k.stevens@ieee.org>
5091
5092 * ispell.el: Set to standard author/maintainer/keyword fields.
5093 Fine tuning to menu map appearance and operation, and added help.
5094 Remove `start' and `end' error messages when compiling.
5095 (ispell-choices-win-default-height): Fixed comment string.
5096 (ispell-dictionary-alist-1): Fixed regexp in castellano and
5097 castellano8 dictionaries.
5098 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
5099 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
5100 dictionary, added italiano dictionary.
5101 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
5102 word character
5103 (ispell-tex-skip-alists): Added psfig support.
5104 (ispell-skip-html): Renamed from ispell-skip-sgml.
5105 (ispell-begin-skip-region-regexp, ispell-skip-region)
5106 (ispell-minor-check): Improved html skipping support to skip across
5107 code, and recognize `&' commands without propper `;' syntax;
5108 (ispell-process-line): Fix alignment error when manually
5109 correcting spelling.
5110 (ispell): Fix comment string.
5111 (ispell-add-per-file-word-list): Always put word list on new line.
5112
3787e12e
GM
51132000-08-17 Gerd Moellmann <gerd@gnu.org>
5114
a7b28523
GM
5115 * format.el (format-encode-run-method): Fix error message to say
5116 `encode' instead of `decode'. Use save-window-excursion around
5117 shell-command-on-region as in format-decode-run-method because
5118 shell-command-on-region can display a buffer with error output.
5119 (format-decode): Don't record undo information for the decoding.
5120 (format-annotate-function): Add parameter FORMAT-COUNT. Make
5121 that number part of the temporary buffer name so that more than
5122 one decoding using a temporary buffer can happen safely.
5123
5124 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
5125 of `A-z' in the regexp.
5126
5127 * hilit-chg.el: Fix typos in commentary.
5128
3787e12e
GM
5129 * help.el (view-emacs-news): Rewritten for new naming scheme
5130 for old NEWS files.
5131
5132 * startup.el (command-line): Pop to *Messages* in case an error
5133 is signaled while loading user-init-file.
5134
d2473540
AS
51352000-08-17 Andreas Schwab <schwab@suse.de>
5136
5137 * files.el (insert-directory): Don't lose original file name,
5138 undoing an undocumented change.
5139
c0bbaf57
GM
51402000-08-17 Alex Schroeder <alex@gnu.org>
5141
5142 * sql.el (sql-magic-go): Use comint-bol.
5143 (sql-copy-column): Use comint-line-beginning-position.
5144 (comint-line-beginning-position): Define a replacement for
5145 comint-line-beginning-position if it is not fboundp.
5146
51472000-08-17 Alex Schroeder <alex@gnu.org>
5148
5149 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
5150 it didn't have any effect anyway.
5151
51522000-08-17 Alex Schroeder <alex@gnu.org>
5153
5154 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
5155 --pset and pager=off instead of sending \\o|cat at the beginning
5156 of the session.
5157
9d245da5
MB
51582000-08-17 Miles Bader <miles@gnu.org>
5159
5160 * progmodes/octave-inf.el: Add compatibility definition of
5161 comint-line-beginning-position.
5162
abfdbd2e
KH
51632000-08-17 Kenichi Handa <handa@etl.go.jp>
5164
5165 * startup.el (normal-top-level): Look in each dir in load-path for
5166 a leim-list.el file too. This assures of loading leim-list.el
5167 that is created at Emacs installation time even if a user have his
5168 own leim-list.el.
5169
a0b8c939
MB
51702000-08-17 Miles Bader <miles@gnu.org>
5171
5172 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
5173 foreground color to black if the background is dark.
5174
7382bcae
SM
51752000-08-16 Stefan Monnier <monnier@cs.yale.edu>
5176
5177 * loadhist.el (unload-feature): Typo.
5178
9b4a7800 5179 * finder.el (finder-compile-keywords):
7382bcae
SM
5180 * cus-dep.el (custom-make-dependencies): Add local-variable settings
5181 to the generated file.
5182
5183 * mail/mh-e.el (mh-make-local-vars):
5184 Replace make-variable-buffer-local with make-local-variable.
5185
cdd0f857 5186 * play/landmark.el:
7382bcae 5187 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
5188 * mail/mailabbrev.el (mail-abbrevs-mode):
5189 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
5190 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
5191
5192 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
5193
5194 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
5195 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
5196 Allow going past the last element.
9b4a7800 5197 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
5198 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
5199 (cvs-mouse-toggle-mark): Don't move point.
5200 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
5201
5202 * progmodes/compile.el (grep): Provide a default set of files.
5203 (next-error): Docstring fix.
5204 (compilation-find-file): Avoid find-file (fails in a dedicated window).
5205
5206 * emacs-lisp/easy-mmode.el (define-minor-mode):
5207 Use `symbol-value' to keep the byte-compiler quiet.
5208
5209 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
5210 (diff-find-source-location): New fun, extracted from diff-goto-source.
5211 (diff-goto-source): Use it.
5212 (diff-next-complex-hunk, diff-filter-lines): New function.
5213 (diff-apply-hunk): New command.
5214
5215 * smerge-mode.el (smerge-mode-menu): Doc fix.
5216
5217 * msb.el (msb-mode): Define it in terms of define-minor-mode.
5218
4f00b8c1
DL
52192000-08-16 Dave Love <fx@gnu.org>
5220
2b5198bb
DL
5221 * windmove.el (windmove) <defgroup>: Add :version.
5222
5223 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
5224 (goto-address-fontify-p, goto-address-highlight-p)
5225 (goto-address-url-face, goto-address-url-mouse-face)
5226 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
5227 (goto-address-url-regexp): Use thing-at-point-url-regexp.
5228 (goto-address-fontify, goto-address-at-mouse): Simplify,
5229 (goto-address-at-point): browse-url-url-at-point,
5230 goto-address-find-address-at-point can return nil.
5231 (goto-address-find-address-at-point): Return nil on failure.
5232
5233 * align.el (align) <defgroup>: Add :version.
5234
5235 * calculator.el (calculator): Add :version.
5236 (calculator): Use two lines for calculator window if `modeline'
5237 face is boxed.
5238
4f00b8c1
DL
5239 * play/5x5.el: Doc fixes.
5240 (5x5) <defgroup>: Add :version.
5241
5242 * play/fortune.el (fortune) <defgroup>: Add :version.
5243 (fortune-append): Fix error message.
5244 (fortune-from-region): Doc fix.
5245
5246 * play/pong.el (pong): Doc fix.
5247
5248 * play/morse.el: Keywords, commentary, autoloads.
5249
69db7ee7
EZ
52502000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
5251
5252 * desktop.el (desktop-save): Don't look at symbol-value of a
5253 member of minor-mode-alist, unless it is boundp.
5254
10e1dad9
SS
52552000-08-16 Sam Steingold <sds@gnu.org>
5256
a0b8c939 5257 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
5258 `while'; use `with-current-buffer' instead of `save-excursion'.
5259 Removed unnecessary kludges now that "*Buffer List*" is excluded.
5260
9d7bcb2e
KH
52612000-08-16 Kenichi Handa <handa@etl.go.jp>
5262
5263 * international/ccl.el (declare-ccl-program): Docstring modified.
5264 (ccl-execute-with-args): Likewise.
5265
04231ab8
MB
52662000-08-16 Miles Bader <miles@gnu.org>
5267
9d245da5 5268 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
5269 comint-line-beginning-position.
5270
f68446ef
GM
52712000-08-15 Gerd Moellmann <gerd@gnu.org>
5272
dc28878c
GM
5273 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
5274 'buffer-menu' property.
5275 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
5276 fails.
5277 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
5278 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
5279 wasn't killed.
10e1dad9 5280
58ed0d3b
GM
5281 * buff-menu.el (list-buffers-noselect): Don't display the
5282 *Buffer List* buffer.
5283
32dc52f7
GM
5284 * font-lock.el: Require jit-lock to prevent a very late
5285 `Loading jit-lock' message.
5286
f68446ef 5287 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 5288 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
5289 mail address.
5290
90ac90a2
MB
52912000-08-15 Miles Bader <miles@gnu.org>
5292
5293 * textmodes/ispell.el (ispell-graphic-p): New constant.
5294 (ispell-choices-win-default-height, ispell-help): Use
5295 `ispell-graphic-p' instead of `xemacsp'.
5296
b0a0e263
DL
52972000-08-15 Dave Love <fx@gnu.org>
5298
c1e757e3
DL
5299 * simple.el: Autoload widget-convert when compiling.
5300 (mail-user-agent): Doc fix.
5301
5302 * help.el (function-called-at-point, variable-at-point): Use
5303 with-syntax-table.
5304 (help-manyarg-func-alist): Add insert-and-inherit.
5305
5306 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
5307
5308 * delsel.el (delsel-unload-hook): New function.
5309
5310 * find-file.el: Doc fixes. Move provide to end.
5311 (ff) <defgroup>: Add :link.
5312 (ff-goto-click): Deleted.
5313 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
5314 Use mouse-set-point.
5315
5316 * textmodes/tildify.el: Doc fixes.
5317 (tildify) <defgroup>: Add:version.
5318
5319 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
5320 (glasses-custom-set): Use set-default, not set.
5321 (minor-mode-alist): Propertize the lighter.
5322 (glasses-mode): Provide optional arg.
5323
5f847612
DL
5324 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
5325 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
5326 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
5327 option. Provide :type.
5328 (cwarn-configuration): Provide :type.
5329 (cwarn-mode): Doc fix.
5330
5331 * add-log.el (change-log-merge): Doc fix.
5332 (change-log-redate): New command.
5333
b0a0e263
DL
5334 * net/browse-url.el (browse-url-filename-alist): Add a clause for
5335 Doze and Dog.
5336 (browse-url): Use dolist, not mapcar.
5337 (browse-url-at-point): Check for null url.
5338 (browse-url-event-buffer, browse-url-event-point): Functions
5339 deleted.
5340 (browse-url-at-mouse, browse-url-netscape): Simplify.
5341
5342 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
5343 modes.
5344 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
5345 Fix previous change to mapcan.
5346 (msb--init-file-alist, msb--add-separators)
5347 (msb--make-keymap-menu): Simplify.
5348 (msb--choose-file-menu): Use copy-sequence.
5349 (msb-mode-map): Add title to keymap.
5350 (msb-unload-hook): New function.
5351
5352 * bs.el: Fix indentation.
5353 (bs) <defgroup>: Add :links.
2b5198bb
DL
5354 (bs-show): Doc fix.
5355 (bs-apply-sort-faces): Don't use window-system.
5356 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 5357
70f1b78e
EZ
53582000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
5359
5360 * calendar/timeclock.el (timeclock-file): Run .timelog through
5361 convert-standard-filename.
5362
956777b3
GM
53632000-08-14 Gerd Moellmann <gerd@gnu.org>
5364
3215096c
GM
5365 * emacs-lisp/authors.el: New file.
5366
956777b3
GM
5367 * paren.el (show-paren-priority): New user option.
5368 (show-paren-function): Set overlay priorities to
5369 show-paren-priority.
10e1dad9 5370
0cde1424
MB
53712000-08-14 Miles Bader <miles@gnu.org>
5372
5373 * comint.el (comint-bol): Use `forward-line 0' instead of calling
5374 beginning-of-line with inhibit-field-text-motion bound.
5375
90cbf47e
GM
53762000-08-14 Gerd Moellmann <gerd@gnu.org>
5377
5378 * calendar/timeclock.el: New file.
5379
53802000-08-14 David Ponce <david@dponce.com>
5381
5382 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
5383 `widget-button-click'. so that one can use left mouse button to
5384 click on dialog buttons.
5385
53862000-08-14 Emmanuel Briot <briot@gnat.com>
5387
5388 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 5389 identifiers, since XML is case sensitive
10e1dad9 5390
79e8dca7 53912000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 5392
660394d1
MB
5393 * comint.el (comint-output-filter): Don't bother frobbing
5394 window-start, it doesn't seem to be necessary.
79e8dca7
MB
5395
5396 * comint.el (comint-send-string, comint-send-region): Make into
5397 real functions. Snapshot the prompt before sending.
5398
218c2cc7
EZ
53992000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
5400
5401 * info.el (Info-find-emacs-command-nodes): Rewrite to use
5402 technique similar to Info-index, instead of relying on specific
5403 names of relevant Index nodes.
5404 (Info-goto-emacs-command-node): Bind Info-history to nil when
5405 going to the first node found by Info-find-emacs-command-nodes.
5406
51e066d2 54072000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
5408
5409 * menu-bar.el (menu-bar-help-menu): Add a :help string.
5410
867102f2
MB
54112000-08-10 Miles Bader <miles@gnu.org>
5412
5413 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
5414
af718538
EZ
54152000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
5416
5417 * info.el (Info-file-list-for-emacs): More elements for the
5418 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
5419 and woman manuals.
5420
c51bacd6
MB
54212000-08-10 Miles Bader <miles@lsi.nec.co.jp>
5422
5423 * comint.el (comint-send-input): Make the newline boundary overlay
5424 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
5425 (comint-output-filter): Use `insert' instead of
5426 `insert-before-markers'. Extend comint-last-output-overlay when
5427 necessary since we can't rely on insert-before-markers to do it.
5428 * gud.el (gud-filter): Use `with-current-buffer' instead of
5429 save-excursion when inserting the output, so that point gets
5430 updated correctly; the old method relied on a rather dodgy
5431 side-effect of comint-output-filter to avoid the effect of
5432 save-excursion.
5433
98532b12
EZ
54342000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
5435
5436 * files.el (recover-file): Call insert-directory instead of
5437 invoking `ls' directly.
5438
3db4b719
MB
54392000-08-10 Miles Bader <miles@gnu.org>
5440
5441 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
5442 (comint-last-prompt-overlay): New variables.
5443 (comint-output-filter): Implement prompt highlighting.
5444 (comint-snapshot-last-prompt): New function.
5445 (comint-send-input): Snapshot the last prompt.
5446 Use comint-highlight-input-face.
5447 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
5448 Use defface instead of defcustom.
5449 (send-invisible, comint-send-eof): Snapshot the last prompt.
5450 (comint-delchar-or-maybe-eof): Use comint-send-eof.
5451 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
5452
96190aa1
SM
54532000-08-09 Stefan Monnier <monnier@cs.yale.edu>
5454
5cda4b07
SM
5455 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
5456 (regexp-opt-group): Use a list of chars for `letters'.
5457 (regexp-opt-charset): `chars' is now a list of chars.
5458 Use a char-table rather than a vector so it works for multibyte chars.
5459
96190aa1
SM
5460 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
5461 Set cvs-minor-current-files to the selected fileinfo.
5462 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
5463 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
5464
7d093d56
EZ
54652000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
5466
5467 * files.el (insert-directory): Don't call access-file on
5468 directories on DOS and Windows.
5469
b24c5811
KH
54702000-08-09 Kenichi Handa <handa@etl.go.jp>
5471
5472 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
5473 longer if necessary.
5474 (ccl-embed-code): Call ccl-embed-data to store CODE in
5475 ccl-program-vector.
5476
0a6fd67e
MB
54772000-08-09 Miles Bader <miles@gnu.org>
5478
5479 * comint.el (comint-output-filter): Properly handle the case where
5480 the text surrounded by comint-last-output-overlay was deleted.
5481
9f6d1a6c
GM
54822000-08-08 Gerd Moellmann <gerd@gnu.org>
5483
25ad1371
GM
5484 * info.el (Info-insert-dir): Use Info-additional-directory-list if
5485 non-nil.
5486 (Info-file-list-for-emacs): Remove "info" from the list because
5487 that leads to trying to use the documentation from file `info'
5488 in various situations where it isn't appropriate, for instance
5489 C-h C-k C-h i.
5490
5491 * ffap.el (ffap-read-file-or-url-internal): Handle case that
5492 DIR and/or STRING are nil.
5493
5494 * progmodes/compile.el (compilation-setup): Make variable
5495 compilation-error-screen-columns buffer-local, as some comment
5496 in the code suggests it should be.
5497
5498 * files.el (auto-mode-interpreter-regexp): New variable.
5499 (set-auto-mode): Use it.
5500
5501 * indent.el (indent-for-tab-command): Doc fix.
5502
5503 * mouse-sel.el (mouse-sel-mode): Doc fix.
5504
9f6d1a6c
GM
5505 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
5506 labels.
5507
5508 * help.el (print-help-return-message): When
5509 display-buffer-reuse-frames is set, let the help window been quit,
5510 instead of deleting it, which might delete a reused frame.
5511
3d819a75
EZ
55122000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
5513
5514 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
5515 rename a directory to a name that differs only by its letter case.
5516
c5a52529
KH
55172000-08-08 Kenichi Handa <handa@etl.go.jp>
5518
5519 * international/quail.el (quail-define-rules): Handle Quail decode
5520 map correctly. Add code for supporting annotations.
5521 (quail-install-decode-map): New function.
5522 (quail-defrule-internal): New optional arguments decode-map and
5523 props.
5524 (quail-advice): New function.
5525
5e9e032a
SS
55262000-08-07 Sam Steingold <sds@gnu.org>
5527
5528 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
5529 `defconst', `define-condition', `with-slots'.
5530 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
5531
46645f4b
MB
55322000-08-03 Miles Bader <miles@gnu.org>
5533
5534 * comint.el (comint-use-prompt-regexp-instead-of-fields):
5535 New variable.
5536 (comint-prompt-regexp, comint-get-old-input): Document dependence on
5537 comint-use-prompt-regexp-instead-of-fields.
5538 (comint-send-input): Add `input' field property to stuff we send to
5539 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
5540 (comint-output-filter): Add `output' field property to process
5541 output, if comint-use-prompt-regexp-instead-of-fields is nil.
5542 (comint-replace-by-expanded-history)
5543 (comint-get-old-input-default, comint-show-output)
5544 (comint-backward-matching-input, comint-forward-matching-input)
5545 (comint-next-prompt, comint-previous-prompt): Use field
5546 properties if comint-use-prompt-regexp-instead-of-fields is nil.
5547 (comint-line-beginning-position): New function.
5548 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
5549 (comint-replace-by-expanded-history-before-point): Use
5550 comint-line-beginning-position and line-end-position.
5551 (comint-last-output-overlay): New variable.
5552 (comint-mode): Make `comint-last-output-overlay' buffer-local.
5553
5554 * shell.el (shell-prompt-pattern): Doc change.
5555 (shell-backward-command): Use line-beginning-position.
5556
5557 * gud.el (gud-gdb-complete-command): Use
5558 comint-line-beginning-position.
5559
5560 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
5561 comint-bol doesn't actually go to the beginning of the line.
5562
5563 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
5564 if comint-use-prompt-regexp-instead-of-fields is non-nil.
5565 (try-expand-line-all-buffers): Likewise.
5566
5567 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
5568 explicitly matching comint-prompt-regexp.
5569 (sql-copy-column): Use comint-line-beginning-position instead of
5570 explicitly matching comint-prompt-regexp.
5571
5572 * progmodes/octave-inf.el (inferior-octave-complete): Use
5573 comint-line-beginning-position.
5574
5575 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
5576
5577 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
5578 looking for a prompt, use `forward-line 0' instead of
5579 `beginning-of-line', to avoid getting caught by an input field.
5580
ff3d9573
GM
55812000-08-07 Gerd Moellmann <gerd@gnu.org>
5582
5583 * files.el (shell-quote-wildcard-pattern): Make sure to return
5584 PATTERN, in the Unix case.
5585
e0d8827b
EZ
55862000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
5587
5588 * play/zone.el (zone): Discard any pending input before running
5589 the randomly-chosen pgm.
5590
24d55b8f
KH
55912000-08-07 Kenichi Handa <handa@etl.go.jp>
5592
5593 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
5594 checking the existence of any multibyte characters.
5595
3d05e1ee
GM
55962000-08-06 Gerd Moellmann <gerd@gnu.org>
5597
6c4a4368
GM
5598 * help.el (describe-mode): Test minor-mode symbol for being
5599 bound before testing its value for being nil.
5600
3d05e1ee
GM
5601 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
5602 `first', `second', and `third'.
5603
5604 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
5605 (second): Make it an alias for `cadr'.
5606
6968a481
EZ
56072000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
5608
5609 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
5610 types of display support faces now.
5611
e49aa397
GM
56122000-08-05 Gerd Moellmann <gerd@gnu.org>
5613
5614 * pcvs.el (require): Require `cl' during compilation, only.
5615
5616 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
5617 (toplevel): Remove `remq' and `remove' from autoloads.
5618 (cl-fake-autoloads): New variable. If set, arrange for an error
5619 when CL functions etc. are autoloaded.
5620
588aca27
EZ
56212000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
5622
2e78d4ab
EZ
5623 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
5624
85628348
EZ
5625 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
5626 popped up, but the user clicks outside the menu, return an empty
5627 regexp (that causes unhighlight-regexp to have no effect).
5628
74f0e552
EZ
5629 * menu-bar.el (menu-bar-games-menu): Add Zone.
5630
588aca27
EZ
5631 * hi-lock.el (toplevel): Require font-lock.
5632
f4988be7
GM
56332000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5634
ba087cd7 5635 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
5636 (ebnf-8-bit-chars): New var for bug fix.
5637 (ebnf-string): Bug fix.
5638
027b73ac
SS
56392000-08-03 Sam Steingold <sds@gnu.org>
5640
5641 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
5642 instead of `buffer-string'.
5643 (require 'cl): Always, not just when compiling.
5644 `ignore-errors' in `interactive', `list*', `defun*' &c make this
5645 necessary.
5646
2f1fa038
EZ
56472000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
5648
5649 * international/mule-cmds.el (select-safe-coding-system): Make
5650 the message text about selecting a safe coding system more clear.
5651
ead53494
GM
56522000-08-02 Gerd Moellmann <gerd@gnu.org>
5653
abb2db1c
GM
5654 * hi-lock.el: New file.
5655
5656 * play/zone.el: New file.
5657
ead53494
GM
5658 * replace.el (occur): Set tab-width in the *Occur* buffer to the
5659 value of tab-width in the original buffer. Choose a line number
5660 format that's a multiple of the original buffer's tab width, so
5661 that lines appear right.
5662
5663 * textmodes/ispell.el (ispell): New function, replacing an alias.
5664 Spell-check active region if in transient-mark-mode and mark
5665 is active; otherwise spell-check buffer.
5666
56672000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5668
5669 * ps-mule.el: Fix a customization problem on
5670 ps-mule-font-info-database-default.
5671
f4a2b0a4
EZ
56722000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
5673
5674 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
5675 display-mouse-p instead of window-system.
5676 (ebrowse-member-mode-map): Ditto.
5677
b685181e
GM
56782000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5679
ba087cd7
EZ
5680 * progmodes/ebnf2ps.el: Update ps-print functions call.
5681 Indentation fix. Doc fix.
b685181e
GM
5682 (ebnf-version): New version number (3.2).
5683 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 5684
3b5fab87
EZ
56852000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
5686
032ebb29
EZ
5687 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
5688 font lock support on window-system.
5689 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
5690
3b5fab87
EZ
5691 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
5692 display-color-p, if fboundp, instead of window-system.
5693
7e2605e7
EZ
56942000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
5695
5696 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
5697 instead of window-system.
5698
5699 * wid-edit.el (widget-choose): Use display-mouse-p instead of
5700 window-system.
5701 (widget-choice-mouse-down-action): Use display-popup-menus-p
5702 instead of window-system.
5703
5704 * strokes.el (strokes-file): Run the file name through
5705 convert-standard-filename.
5706 (strokes-mode): Call display-mouse-p instead of looking at
5707 window-system. Change the error message accordingly.
5708
5709 * progmodes/cpp.el (toplevel): Support faces on tty's.
5710
5711 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
5712 (lm-plot-square, lm-init-display): Don't use window-system.
5713
5714 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
5715 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
5716
5717 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
5718 instead of looking at window-system.
5719
26119624
GM
57202000-07-30 Gerd Moellmann <gerd@gnu.org>
5721
5722 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
5723 of testing if iswitchb-prepost-hooks is bound, because the
5724 latter will always be true when invoking a recursive minibuffer
5725 from an active Iswitchb buffer.
5726
c90596f3
EZ
57272000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
5728
5729 * files.el (shell-quote-wildcard-pattern): New function.
5730 (insert-directory): Call it. Only prepend "\" to command on Unix
5731 and GNU/Linux systems.
5732
18925e78
GM
57332000-07-30 Gerd Moellmann <gerd@gnu.org>
5734
5735 * eshell/esh-groups.el: Change custom :link file names
5736 from `eshell.info' to `eshell'.
5737
57382000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
5739
5740 * dired.el (dired-build-subdir-alist): Expand subdirectory names
5741 correctly in recursive ange-ftp listings.
5742
57432000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5744
5745 * ps-print.el: Fix bug 1: if ps-font-size-internal,
5746 ps-header-font-size-internal and
5747 ps-header-title-font-size-internal variables are not set,
5748 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
5749 face text property is (foreground-color . COLOR) or
5750 `(background-color . COLOR)', ps-print crashes. Doc fix.
5751 (ps-print-version): New version number (5.2.4).
5752 (ps-plot-region): Code fix.
5753 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
5754 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
5755 Bug fix 2.
5756
57572000-07-30 Milan Zamazal <pdm@freesoft.cz>
5758
5759 * glasses.el (glasses-make-readable): Fix uncapitalization of
5760 identifiers like `myXMLDocument'.
5761
aeb4c63e
KF
57622000-07-28 Karl Fogel <kfogel@red-bean.com>
5763
18925e78
GM
5764 * mail/mail-hist.el (mail-hist-previous-input)
5765 (mail-hist-next-input): Do the obvious code factorization.
5766 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
5767 code of above two.
5768 If inserting a message body, leave point at top.
5769
9d453139
SS
57702000-07-28 Sam Steingold <sds@gnu.org>
5771
5772 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
5773 Use `<=', not `<' to compare times!
5774 (ange-ftp-ls): Remove.
9d453139 5775
b548072f
GM
57762000-07-27 Gerd Moellmann <gerd@gnu.org>
5777
27848c01
GM
5778 * play/cookie1.el: Add explanation of how to make cookie.el
5779 compatible with strfile(1) to comment.
5780
5781 * subr.el (remove, remq): New functions.
5782
3ab82477
GM
5783 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
5784 escape `*' in regexps.
5785 (midnight-find): Reverse order of arguments in the funcall of
5786 TEST.
5787
5788 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
5789 and `.class'.
5790
b548072f
GM
5791 * play/meese.el: Add Commentary section.
5792
27848c01
GM
57932000-07-27 Alex Schroeder <alex@gnu.org>
5794
5795 * sql.el (sql-ms): Added autoload cookie.
5796 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
5797 (sql-oracle): Ditto.
5798 (sql-help): Doc change.
5799
5800 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
5801 types and exceptions.
5802
58032000-07-27 Alex Schroeder <alex@gnu.org>
5804
5805 * sql.el (sql-placeholder-history): New variable.
5806 (sql-query-placeholders-and-send): New function that will query
5807 the user and replace placeholders with user input.
5808 (sql-oracle): If running on NT, set comint-input-sender to
5809 sql-query-placeholders-and-send.
5810
5811 (sql-stop): If in the SQLi buffer, insert stop notification, else
5812 present it as a message.
5813
58142000-07-27 Alex Schroeder <alex@gnu.org>
5815
5816 * sql.el (sql-input-ring-separator): Doc change.
5817 (sql-input-ring-file-name): Doc change.
5818 (sql-interactive-mode): Use `sql-input-ring-separator' and
5819 `sql-input-ring-file-name' to set the comint-mode equivalents
5820 without making them local variables.
5821 (sql-stop): Don't bind `sql-input-ring-separator' and
5822 `sql-input-ring-file-name' dynamically to their comint-mode
5823 equivalents.
5824
91ae8751
KH
58252000-07-27 Kenichi Handa <handa@etl.go.jp>
5826
5827 * international/mule.el (register-char-codings): New function.
5828 (make-coding-system): Handle `safe-chars' specification in the arg
5829 PROPERTY.
5830
5831 * international/mule-cmds.el
5832 (find-coding-systems-region-subset-p): This function deleted.
5833 (sort-coding-systems-predicate): New variable.
5834 (sort-coding-systems): New function.
5835 (find-coding-systems-region): Use
5836 find-coding-systems-region-internal.
5837 (find-coding-systems-string): Use find-coding-systems-region.
5838 (find-coding-systems-for-charsets): Check
5839 char-coding-system-table.
5840 (select-safe-coding-system-accept-default-p): New variable.
5841 (select-safe-coding-system): Mostly rewritten. New argument
5842 ACCEPT-DEFAULT-P.
5843 (select-message-coding-system): Call select-safe-coding-system
5844 with ACCEPT-DEFAULT-P arg.
5845 (reset-language-environment): Reset default-sendmail-coding-system
5846 to the default value iso-latin-1.
5847 (set-language-environment): Don't set the obsolete variable
5848 charset-origin-alist.
5849
5850 * international/codepage.el (cp-coding-system-for-codepage-1):
5851 Give `safe-chars' property to make-coding-system.
5852
5853 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
5854 calling select-message-coding-system twice.
5855
5856 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
5857 instead of `safe-charsets'.
5858 (cyrillic-alternativnyj): Likewise.
5859 (ccl-encode-alternativnyj): Don't check the charset
5860 cyrillic-iso8859-5.
5861
90cf4474
KH
58622000-07-27 Kenichi Handa <handa@etl.go.jp>
5863
5864 * composite.el (compose-chars-after): Preserve match data.
5865
a1f84f6d
SS
58662000-07-26 Sam Steingold <sds@gnu.org>
5867
5868 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
5869 (ange-ftp-real-file-newer-than-file-p): New function.
5870 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
5871 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
5872
5873 * tooltip.el (tooltip-float-time): Removed (use `float-time').
5874 * midnight.el (midnight-float-time): Ditto.
5875
e092928e
AS
58762000-07-26 Andreas Schwab <schwab@suse.de>
5877
5878 * files.el (normal-backup-enable-predicate): Correct
5879 interpretation of the return value of compare-strings.
5880
7465ebef
GM
58812000-07-26 Gerd Moellmann <gerd@gnu.org>
5882
3353ef5a
GM
5883 * isearch.el (isearch-resume): New function.
5884 (isearch-done): Add something to command-history to resume
5885 the search.
5886 (isearch-yank-line, isearch-yank-word): Use
5887 buffer-substring-no-properties instead of buffer-substring.
5888
7465ebef
GM
5889 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
5890 of flyspell-mouse-map.
5891
5892 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
5893 duplicate definition.
5894 (makefile-mode): Remove duplicate setting of local-abbrev-table.
5895
5896 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
5897 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
5898
5044b74a
SS
58992000-07-25 Sam Steingold <sds@gnu.org>
5900
25759a92
SS
5901 * net/ange-ftp.el: Get modtime over the net.
5902 (ange-ftp-file-modtime): New function.
a95cb10a
GM
5903 (ange-ftp-write-region, ange-ftp-insert-file-contents)
5904 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
5905 Use it.
5906 (ange-ftp-dot-to-slash): New function.
5907 (ange-ftp-fix-name-for-vms): Use it.
5908
5044b74a
SS
5909 * midnight.el (midnight-buffer-display-time): Use
5910 `with-current-buffer'.
5911
5dcfb3f4
GM
59122000-07-25 Gerd Moellmann <gerd@gnu.org>
5913
5914 * find-dired.el: Update copyright notice.
5915 (find-dired): Offer to kill a running `find'.
5916
5917 * enriched.el (enriched-face-ans): For a `foreground-color'
5918 property, return '(("x-color" COLOR))' so that COLOR will be
5919 output as a parameter of the x-color annotation. Likewise for the
5920 `background-color' property. In the case of normal face
5921 properties, don't return annotations for unspecified foreground
5922 and background face attributes.
5923
8c662166
KH
59242000-07-25 Kenichi Handa <handa@etl.go.jp>
5925
5926 * language/japan-util.el (japanese-katakana-region): Fix handling
5927 HANKAKU argument.
5928
c28da489
MB
59292000-07-25 Miles Bader <miles@gnu.org>
5930
5931 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
5932 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
5933 constrain-to-field.
5934
ad349719
AI
59352000-07-24 Andrew Innes <andrewi@gnu.org>
5936
5937 * timer.el (timer-activate-when-idle): Add optional parameter
5938 DONT-WAIT. Update docstring.
5939 (run-with-idle-timer): Specify extra parameter to
5940 timer-activate-when-idle, so that timer will be activated
5941 immediately if Emacs is already idle.
5942
5943 * w32-fns.el (w32-using-nt): Fix docstring.
5944
c95162f5
DL
59452000-07-24 Dave Love <fx@gnu.org>
5946
5947 * mouse.el (popup-menu): Set last-command-event.
5948 (mouse-major-mode-menu-prefix): Declare.
5949
e3c31fd5
GM
59502000-07-24 Gerd Moellmann <gerd@gnu.org>
5951
5952 * textmodes/flyspell.el: Update to author's version 1.5d.
5953
5954 * progmodes/hideshow.el: Update copyright notice.
5955
5956 * vcursor.el: Set maintainer to FSF, since author cannot
5957 be reached.
5958
7636d2a3
EZ
59592000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
5960
fbe0a958
EZ
5961 * info.el (Info-goto-emacs-key-command-node): Leave a space after
5962 the prompt.
5963
7636d2a3
EZ
5964 * mouse.el (popup-menu): Run the keymap through indirect-function,
5965 in case it was defined with define-prefix-key. If the menu is a
5966 list of keymaps, look up the binding of user's choice in each one
5967 of the keymaps.
5968 (mouse-popup-menubar): If the global and local menu-bar keymaps
5969 don't have a prompt string, create one and insert it into the
5970 keymap. Don't barf if current-local-map returns nil.
5971
e024b101
GM
59722000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
5973
5974 * dired.el (dired-sort-R-check): Added to allow recursive listing
5975 to be undone.
5976 (dired-sort-other): Use it.
5977
7972fcfc
GM
59782000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5979
e024b101 5980 * Release of cc-mode 5.27
7972fcfc
GM
5981
59822000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5983
5984 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
5985 c-beginning-of-statement-1 that caused a bad case of recursion
5986 which could consume a lot of CPU in large classes in languages
5987 that have in-expression classes (i.e. Java and Pike).
5988
5989 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
5990 statements before top level constructs (i.e. case 6 is moved
5991 before case 5 and is now case 4) to catch in-expression
5992 classes in top level expressions correctly.
5993
59942000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5995
5996 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
5997 objc-method-intro. Case 4 removed and case 5I added.
5998
5999 * cc-langs.el (c-append-paragraph-start): New variable used by
6000 c-common-init to get paragraph-start correct.
6001 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
6002 initialize paragraph-start to make it correct both with and
6003 without the javadoc special case.
6004
6005 * cc-mode.el (java-mode): Use c-append-paragraph-start to
6006 initialize paragraph-start for javadoc markup.
6007
6008 * cc-vars.el (c-style-variables-are-local-p): Incompatible
6009 change by defaulting this to t. It's motivated by the
6010 confusing behavior that otherwise arise from the style system
6011 when editing both java and non-java files at the same time
6012 (see the comments about style setting in c-common-init).
6013
60142000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6015
6016 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
6017 similar to the one in c-fill-paragraph to check the fill
6018 prefix from the adaptive fill function for sanity.
6019
60202000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6021
6022 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
6023 defun block.
6024
60252000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6026
5044b74a 6027 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
6028
60292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6030
6031 * cc-align.el (c-lineup-multi-inher): Handle lines with
6032 leading comma nicely. Extended to handle member initializers
6033 too.
6034
e024b101 6035 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
6036 c-guess-basic-syntax): Fixed recognition of inheritance lists
6037 when the lines begins with a comma.
6038
5044b74a 6039 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
6040
6041 * cc-vars.el (c-offsets-alist): Changed default for
6042 member-init-cont to c-lineup-multi-inher since it now handles
6043 member initializers and indents better for leading commas.
6044
60452000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6046
6047 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
6048 handling that caused class open lines to be recognized as
6049 statement-conts in some cases.
6050
6051 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
6052 guessed by the adaptive fill function unless point is on the
6053 first line of a block comment.
6054
6055 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
6056 when the buffer ends with a macro continuation char.
6057
6058 * cc-engine.el (c-guess-basic-syntax): Added support for
6059 function definitions as statements in Pike. The first
6060 statement in a lambda block is now labeled defun-block-intro
6061 instead of statement-block-intro.
6062
6063 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
6064 so that the class surrounding point is selected, not the one
6065 innermost in the state.
6066
6067 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
6068 recognition of switch labels having hanging multiline
6069 statements.
6070
6071 * cc-engine.el (c-beginning-of-member-init-list): Broke out
6072 some code in c-guess-basic-syntax to a separate function.
6073 * cc-engine.el (c-just-after-func-arglist-p): Fixed
6074 recognition of member inits with multiple line arglists.
6075 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
6076 member-init-cont when the commas are in funny places.
6077
60782000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6079
6080 * cc-defs.el (c-auto-newline): Removed this macro since it's
6081 not used anymore.
6082
6083 * cc-engine.el (c-looking-at-bos): New helper function.
6084 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
6085 inexpr and toplevel classes apart in Pike.
6086
6087 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
6088 of case 9A.
6089
6090 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
6091 constant, since "class" can introduce an in-expression class
6092 in Pike nowadays.
6093
60942000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6095
6096 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
6097 indentation on cpp-macro lines.
6098
6099 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
6100 a syntax modifier like comment-intro, to make it possible to
6101 get syntactic indentation for preprocessor directives. It's
6102 incompatible wrt to lineup functions on cpp-macro, but it has
6103 no observable effect in the 99.9% common case where cpp-macro
6104 is set to -1000.
6105
61062000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6107
6108 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
6109 member-init-cont when the preceding arglist is several lines.
6110
61112000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6112
6113 * cc-styles.el (c-style-alist): The basic offset for the BSD
6114 style corrected to 8.
6115
61162000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6117
6118 * cc-styles.el (c-style-alist): Adjusted the indentation of
6119 brace list openers in the gnu style.
6120
61212000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6122
6123 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
6124
6125 * cc-cmds.el (c-electric-brace, c-electric-slash,
6126 c-electric-star, c-electric-semi&comma, c-electric-colon,
6127 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
6128 when c-syntactic-indentation is nil.
6129
6130 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
6131 we were left at comments preceding the first statement when
6132 reaching the beginning of the buffer.
6133
6134 * cc-vars.el (c-syntactic-indentation): New variable to turn
6135 off all syntactic indentation.
6136
61372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6138
6139 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
6140 between the text and the block comment ender when it hangs,
6141 depending on how many there are before the fill.
6142
61432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6144
6145 * cc-engine.el (c-beginning-of-closest-statement): New helper
6146 function to go back to the closest preceding statement start,
6147 which could be inside a conditional statement.
6148 * cc-engine.el (c-guess-basic-syntax): Use
6149 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
6150
6151 * cc-engine.el (c-guess-basic-syntax): Better handling of
6152 arglist-intro, arglist-cont-nonempty and arglist-close when
6153 the arglist is nested inside parens. Cases 7A, 7C and 7F
6154 changed.
6155
6156 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
6157 up-to-date with javadoc 1.2.
6158
61592000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6160
6161 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
6162 multiline Pike type decls.
6163
61642000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6165
6166 * cc-cmds.el (c-indent-new-comment-line): Always break
6167 multiline comments in multiline mode, regardless of
6168 comment-multi-line.
6169
61702000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6171
6172 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
6173 fully::qualified::names in C++ member init lists. Preamble in
6174 case 5D changed.
6175
61762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6177
6178 * cc-langs.el (c-common-init): Handling of obsolete variables
6179 moved to c-initialize-cc-mode. More compatible style override
6180 when using global style variables.
6181 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
6182 variables moved here.
6183
e024b101 6184 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
6185 c-special-indent-hook as a style variable. Don't talk about
6186 doing (c-make-styles-buffer-local t) in a mode hook, since
6187 that's already too late to work right.
5044b74a 6188
7972fcfc
GM
6189 * cc-styles.el (c-make-styles-buffer-local): Flag style
6190 variable localness in c-style-variables-are-local-p to make
6191 the compatibility measure in c-common-init work well.
6192
6193 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
6194 longer contain set-from-style.
6195 * cc-styles.el (c-initialize-builtin-style): Don't check for
6196 set-from-style on c-special-indent-hook.
6197 * cc-styles.el (c-copy-tree): Obsolete. The standard function
6198 copy-alist is sufficient now.
6199
6200 * cc-styles.el (c-set-style, c-set-style-1,
6201 c-get-style-variables): Fixes to variable initialization so
6202 that duplicate entries in styles have the same effect
6203 regardless of DONT-OVERRIDE.
6204
6205 * cc-styles.el (c-set-style-2): Fixed bug where the
6206 initialization of inheriting styles failed when the
6207 dont-override flag is set.
6208
6209 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
6210 on this.
6211
62122000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6213
6214 * cc-defs.el (c-forward-comment): Removed the workaround
6215 introduced in 5.38 since it had worse side-effects. If a line
6216 contains the string "//\"", it regarded the // as a comment
6217 start since the \ temporarily doesn't have escape syntax.
6218
62192000-07-17 Emmanuel Briot <briot@act-europe.fr>
6220
6221 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
6222 ada-xref.el before ada-prj.el, so that the Project menu is created
6223 when ada-prj tries to add to it.
6224 (ada-activate-keys-for-case): Suppress the characters that are not
6225 part of the Ada syntax. Better compatibility with else-mode
6226 (ada-adjust-case-interactive): When auto-casing is not active,
6227 correctly insert newlines (used to insert only ^M). Prevent the
6228 syntax table from being changed in case of an error
814299a7 6229 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
6230 Do nothing if ada-auto-case is nil.
6231 (ada-after-keyword-p): Ignore keywords that are also attributes
6232 (ada-batch-reformat): Update usage comment
6233 (ada-call-from-contextual-menu): New function
6234 (ada-case-read-exceptions): Reinitialize the casing exception list
6235 first to nil first, so that the casing exception file can be
6236 shared.
6237 (ada-check-defun-name): Handles "configure" keyword for gnatdist
6238 files.
6239 (ada-compile-goto-error): Fix regexp used to detect a file:line
6240 anywhere in the error message
6241 (ada-contextual-menu-last-point): New variable
6242 (ada-create-keymap): If the variable delete-key-deletes-forward is
6243 t on XEmacs, it means that DEL should delete one character
6244 forward.
6245 (ada-create-menu): Use :included instead of :visible for XEmacs.
6246 New submenu "Options".
6247 (ada-end-stmt-re): Correctly indent "select ... then abort"
6248 statements.
6249 (ada-fill-comment-paragraph): Correctly delete all leading '--'
6250 even if they don't match ada-fill-comment-prefix Fix handling of
6251 paragraphs on the first or last line of a file.
6252 (ada-format-paramlist): Fix handling of default parameter values.
6253 (ada-get-body-name): New function.
6254 (ada-get-current-indent): Optimized by searchling directly for an
6255 existing generic part or a statement outside of it. Handle
6256 ada-indent-align-comments when indenting comments Replaced some
6257 regexps by testing directly the next character. This results in a
6258 huge speedup on some files. New indentation scheme for renames
6259 statements. Stop looking for the 'while' or 'for' associated with
6260 a 'loop' at the first semicolon encountered. A "return" can also
6261 match an anonymous access subprogram declaration.
6262 (ada-get-indent-noindent): Ignore strings and comments when
6263 looking for the keywords "record" and "private".
6264 (ada-goto-matching-decl-start): When matching "if", make sure we
6265 are not in fact seeing "end if". Ignore "when" statements except
6266 when initial keyword was "begin". Fix handling of nested
6267 procedures. Add a recursive call to this function to skip over
6268 other 'end' statmts. Fix indentation for "when .. => begin"
6269 (ada-in-open-paren-p): Fix indentation for complex boolean
6270 expressions, where 'and then', 'or else' and parenthesis
6271 statements are mixed up.
6272 (ada-in-paramlist-p): Skip comments while searching for the
6273 beginning Fix handling of operator declarations.
6274 (ada-indent-align-comments): New variable
6275 (ada-indent-current): Change the syntax table only in the
6276 protected section, so that we are sure it is restored correctly.
6277 (ada-indent-on-previous-lines): Use ada-use-indent and
6278 ada-with-indent Correctly indent "select ... then"
6279 (ada-indent-region): Slight speedup.
6280 (ada-indent-renames): New variable.
6281 (ada-last-which-function-subprog, ada-last-which-function-line):
6282 New variables
6283 (ada-looking-at-semi-private): Correctly indent the 'private'
6284 keyword when it is the first word in a package declaration.
6285 (ada-loose-case-word): Stop searching if at the end of the buffer.
6286 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
6287 even if point is not initially at the end of the word.
6288 (ada-matching-decl-start-re): Add "when".
6289 (ada-mode): Add support for abbrev-mode, outline-mode and
6290 which-func-mode Override the old find-file.el entry in
6291 ff-special-constructs since it is using the obsolete
6292 ada-spec-suffix variable
6293 (ada-no-auto-case): New function
6294 (ada-scan-paramlist): When parsing the argument type, accept
6295 spaces (as in "X 'Class", generated by Rational Rose).
6296 (ada-other-file-name): No longer loads the other file.
6297 (ada-popup-menu): Save and restore the current buffer and cursor
6298 position before and after displaying the menu.
6299 (ada-search-ignore-complex-boolean): New function.
6300 (ada-uncomment-region): Emacs21 already knows how to delete
6301 comments not starting in the first column.
6302 (ada-use-indent): New variable
6303 (ada-which-function): New function.
6304 (ada-with-indent): New variable
6305 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
6306 can be batch-compiled from the command line.
6307
6308 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
6309 Add to the menu when the file is loaded, not in ada-mode-hook.
6310 Add -toolbar to the default ddd command Switches moved from
6311 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
6312 ada-prj-default-comp-opt
6313 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
6314 Reference Manual to the menu
6315 (ada-check-current): rewritten as a call to ada-compile-current
6316 (ada-compile): Removed.
6317 (ada-compile-application, ada-compile-current, ada-check-current):
6318 Set the compilation-search-path so that compile.el automatically
6319 finds the sources in src_dir. Automatic scrollong of the
6320 compilation buffer. C-uC-cC-c asks for confirmation before
6321 compiling
6322 (ada-compile-current): New parameter, prj-field
6323 (ada-complete-identifier): Load the .ali file before doing
6324 processing
6325 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
6326 conform to gnatmake's behavior.
6327 (ada-find-file-in-dir): New function
6328 (ada-find-references): Set the environment variables for gnatfind
6329 (ada-find-src-file-in-dir): New function.
6330 (ada-first-non-nil): Removed
6331 (ada-gdb-application): Add support for jdb, the java debugger.
6332 (ada-get-ada-file-name): Load the original-file first if not done
6333 yet.
6334 (ada-get-all-references): Handles the new ali syntax (parent types
6335 are found between <>).
6336 (ada-initialize-runtime-library): New function
6337 (ada-mode-hook): Always load a project file when a file is opened,
6338 so that the casing exceptions are correctly read.
6339 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
6340 (ada-parse-prj-file): Use find-file-noselect instead of find-file
6341 to open the project file, since the latter does not work with
6342 speedbar Get default values before loading the prj file, or the
6343 default executable file name is wrong. Use the absolute value of
6344 src_dir to initialize ada-search-directories and
6345 compilation-search-path,... Add the standard runtime library to
6346 the search path for find-file.
6347 (ada-prj-default-debugger): Was missing an opening '{'
6348 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
6349 variables.
6350 (ada-prj-default-gnatmake-opt): New variable
6351 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
6352 buffers, the project file is the default one Save the windows
6353 configuration before displaying the menu.
6354 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
6355 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
6356 ...) regexp-quote identifiers names to support operators +,
6357 -,... in regexps.
6358 (ada-remote): New function.
6359 (ada-run-application): Erase the output buffer before starting the
6360 run Support remote execution of the application. Use
6361 call-process, or the arguments are incorrectly parsed
6362 (ada-set-default-project-file): Reread the content of the active
6363 project file, not the one from the current buffer When a project
6364 file is set as the default project, all directories are
6365 automatically associated with it.
6366 (ada-set-environment): New function
6367 (ada-treat-cmd-string): New special variable ${current}
6368 (ada-treat-cmd-string): Revised. The substitution is now done for
6369 any ${...} substring
6370 (ada-xref-current): If no body was found, compiles the spec
6371 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
6372 compiler to get rid of command line length limitations.
6373 (ada-xref-get-project-field): New function
6374 (ada-xref-project-files): New variable
6375 (ada-xref-runtime-library-specs-path)
6376 (ada-xref-runtime-library-ali-path): New variables
6377 (ada-xref-set-default-prj-values): Default run command now does a
6378 cd to the build directory. New field: main_unit Provide a default
6379 file name even if the current buffer has no prj file.
6380
6381 * ada-prj.el:
6382 Rewritten to show a tabbed-dialog.
6383 (ada-prj-add-ada-menu): Remove the map and name parameters.
6384 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
6385 New function
6386 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
6387 (ada-prj-load-from-file): New function
6388 (ada-prj-save): Always save fields that depend on the current buffer
6389 (ada-prj-show-value): New function
5044b74a 6390
7972fcfc
GM
6391 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
6392 Ada mode. This will allow us to display the Ada menu in any buffer
6393 we want (for project items).
6394 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
6395 number of spaces in the header.
5044b74a 6396
8730a8da
DL
63972000-07-24 Dave Love <fx@gnu.org>
6398
6399 * ediff-init.el (ediff-region-help-echo): Bind face-help.
6400
db3ca487
NF
64012000-07-23 Noah Friedman <friedman@splode.com>
6402
ad953485
NF
6403 * type-break.el (type-break): perform autosave.
6404 Suggested by Stephen Gildea <gildea@intouchsys.com>.
6405 (type-break-do-query): Cancel query schedule while performing
6406 actual query, to avoid possibility of a second query being made
6407 while first one is already in progress.
6408 (type-break-time-stamp-format): New variable.
6409 (type-break-time-stamp): New function.
6410 (type-break-time-warning): Use it.
6411 (type-break-keystroke-warning): Use it.
6412 (type-break-noninteractive-query): Use it.
6413
03a9c6d0
NF
6414 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
6415 cookie.
6416 Use add-minor-mode to set minor-mode-alist, if available.
6417 (eldoc-echo-area-use-multiline-p): New user option.
6418 (eldoc-echo-area-multiline-supported-p): New variable.
6419 (eldoc-docstring-format-sym-doc): Use them.
6420 (eldoc-mode): If not using idle timers, append to local post and
6421 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
6422 (eldoc-display-message-no-interference-p): Don't interfere with
6423 edebug.
6424 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
6425 (eldoc-function-arglist): New function.
6426 (eldoc-function-argstring): Use it.
6427
db3ca487
NF
6428 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
6429 auto save directory exists before calling directory-files.
6430
f7ad1899
DL
64312000-07-23 Dave Love <fx@gnu.org>
6432
6433 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
6434 ^o, ^u.
6435
43e764c9
DL
64362000-07-21 Dave Love <fx@gnu.org>
6437
475de6f4
DL
6438 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
6439 now passed to the function. It now works properly.
6440
43e764c9
DL
6441 * smerge-mode.el (smerge-mode-menu): Fill it out.
6442
e8bea4c0
GM
64432000-07-20 Gerd Moellmann <gerd@gnu.org>
6444
6445 * info-look.el (info-lookup): If *info* is shown in another frame
6446 on the same display, select that frame, instead of switching to
6447 the Info buffer in another window of the selected frame.
6448
6449 * simple.el (universal-argument-map): Bind numeric keypad keys
6450 kp-0 to kp-9 and kp-subtract.
6451 (digit-argument): Handle these keys.
6452
bc75b4fd
DL
64532000-07-20 Dave Love <fx@gnu.org>
6454
6455 * net/goto-addr.el (goto-address-fontify): Don't bother with
6456 buffer-modified and read-only stuff -- irrelevant with overlays.
6457 Put an extra property on the overlays and use it to clean up in
6458 case goto-address is re-run.
6459
8b7bc628
RS
64602000-07-19 Richard M. Stallman <rms@gnu.org>
6461
18e21ce8
RS
6462 * timer.el (run-with-idle-timer): Doc fix.
6463
db3ca487 6464 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
6465 Handle case where <...> appears inside "...".
6466 Use replace-match to edit the string more simply.
6467 (rmail-dont-reply-to): Cope with an unmatched ".
6468
50575ec2
DL
64692000-07-19 Dave Love <fx@gnu.org>
6470
6471 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
6472 implementation.
6473
6474 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
6475 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
6476 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
6477
4279296d
GM
64782000-07-19 Gerd Moellmann <gerd@gnu.org>
6479
47db06aa
GM
6480 * textmodes/refer.el: Correct maintainer's email address.
6481
6482 * progmodes/hideif.el: Correct author's email address.
6483 Fix typo in comment.
6484
6485 * xml.el: New file.
6486
4279296d
GM
6487 * mail/mailheader.el: Correct author's mail address.
6488
6489 * gnus/parse-time.el: Correct author's mail address.
6490
47db06aa 64912000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
6492
6493 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
6494 New user options.
6495 (comint-input-ring-file-name): Change custom type.
6496 (comint-mode-map): Bind mouse-2.
6497 (comint-insert-clicked-input): New function.
6498 (comint-send-input): Handle input highlighting.
6499
21ad0f7b
SM
65002000-07-18 Stefan Monnier <monnier@cs.yale.edu>
6501
6502 * mouse.el (popup-menu): New function.
6503 (mouse-major-mode-menu): Use it.
6504
3b33a005
DL
65052000-07-18 Dave Love <fx@gnu.org>
6506
6507 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
6508 improvements.
6509
dc1cac59
GM
65102000-07-18 Gerd Moellmann <gerd@gnu.org>
6511
21ad0f7b 6512 * faces.el (face-font-selection-order)
dc1cac59 6513 (face-font-family-alternatives): Add custom type.
db3ca487 6514
f8276b77
DL
65152000-07-18 Dave Love <fx@gnu.org>
6516
6517 * cus-edit.el (custom-variable-reset-saved)
6518 (custom-variable-reset-standard): Remove unused bindings.
6519
6520 * rect.el (open-rectangle-line): Remove unused let.
6521
6522 * hl-line.el (hl-line-highlight): Check hl-line-mode.
6523
3d6cd763
GM
65242000-07-18 Gerd Moellmann <gerd@gnu.org>
6525
6526 * cdl.el: Fix `Maintainer' keyword.
6527
6528 * play/pong.el: Add author's email address.
6529
34342a07
SS
65302000-07-17 Sam Steingold <sds@gnu.org>
6531
6532 * files.el (insert-directory): Call `split-string' instead of
6533 re-implementing it.
6534
088831a6
GM
65352000-07-18 Gerd Moellmann <gerd@gnu.org>
6536
6537 * mail/vms-pmail.el: Change maintainer to FSF.
6538
6539 * net/goto-addr.el: Change maintainer to FSF.
6540
6541 * recentf.el: Update from author.
6542
6543 * info.el (Info-title-face-alist): Removed.
db3ca487 6544
68be2869
EZ
65452000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
6546
6547 * eshell/eshell.el (eshell): Replace links to eshell.info with
6548 links to eshell, to avoid problems on systems where the manual is
6549 installed as `eshell'.
6550 * eshell/esh-cmd.el (eshell-cmd): Ditto.
6551 * eshell/em-smart.el (eshell-smart): Ditto.
6552 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 6553 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
6554
6555 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
6556 same-file check in the MS-DOS version (it does support inodes).
6557
6558 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
6559
21ad0f7b
SM
6560 * eshell/eshell.el (eshell-directory-name):
6561 Run default directory name through convert-standard-filename.
68be2869 6562
269b4dcb
KH
65632000-07-18 Kenichi Handa <handa@etl.go.jp>
6564
21ad0f7b
SM
6565 * international/mule-cmds.el (select-safe-coding-system):
6566 Fix typo in the comment.
240a16cf 6567
21ad0f7b
SM
6568 * language/european.el (compound-text):
6569 Force katakana-jisx0201 to be designated to G1.
aa96c820 6570
21ad0f7b
SM
6571 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
6572 Don't translate some national variant characters of latin-jisx0201.
aa96c820 6573 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 6574
269b4dcb
KH
6575 * international/kkc.el (kkc-after-update-conversion-functions):
6576 New variable.
6577 (kkc-update-conversion): Run functions in it at the tail.
6578
68be2869 65792000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 6580
21ad0f7b
SM
6581 * lisp/align.el (align-newline-and-indent):
6582 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
6583 (align-region): Fixed badly formatted minibuffer message.
6584
7a3fd467
KH
65852000-07-17 Kenichi Handa <handa@etl.go.jp>
6586
21ad0f7b 6587 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
6588 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
6589 the conversion list at first if appropriate.
6590 (kkc-next): Don't update kkc-next-count here.
6591 (kkc-prev): Don't update kkc-prev-count here.
6592 (kkc-show-conversion-list-update): Fix setting up of conversion
6593 list message.
6594
a45423d8
SM
65952000-07-16 Stefan Monnier <monnier@cs.yale.edu>
6596
088831a6 6597 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 6598
91a38db1
DL
65992000-07-16 Dave Love <fx@gnu.org>
6600
6601 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
6602 function to be more specific.
6603
6604 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
6605 non-string help-echo.
6606 (widget-types-convert-widget): Defsubst it.
6607 (widget-echo-help): Try to cope with a help-echo function of two
6608 possible sorts.
6609
3fddcdc3
JR
66102000-07-15 Jason Rumney <jasonr@gnu.org>
6611
6612 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
6613 Declare as obsolete.
6614
6615 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
6616
bd23a692
GM
66172000-07-14 Gerd Moellmann <gerd@gnu.org>
6618
6619 * hilit-chg.el: Fix typo.
6620
d4af987a
DL
66212000-07-14 Dave Love <fx@gnu.org>
6622
6623 * info.el (Info-mode-menu): Fix use of :help, :enable.
6624
3a4f3f86
SM
66252000-07-14 Stefan Monnier <monnier@cs.yale.edu>
6626
6627 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
6628
cf6936a4
DL
66292000-07-13 Dave Love <fx@gnu.org>
6630
4d6d04b5
DL
6631 * emacs-lisp/easymenu.el: Doc fixes.
6632 (easy-menu-remove): Defalias to ignore.
6633
cf6936a4
DL
6634 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
6635 Call throw correctly.
6636
56437999
GM
66372000-07-13 Gerd Moellmann <gerd@gnu.org>
6638
6639 * faces.el (frame-background-mode): Doc fix.
6640
6641 * simple.el (eval-expression-print-length): Change custom type to
6642 allow entering nil as value.
6643
d04a3972
DL
66442000-07-13 Dave Love <fx@gnu.org>
6645
3a4f3f86
SM
6646 * progmodes/fortran.el (fortran-imenu-generic-expression):
6647 Change definition layout.
a8189dfe
DL
6648 (fortran-mode-menu): Reinstate customize entries.
6649
d04a3972
DL
6650 * cus-edit.el (custom-group-menu-create, customize-menu-create):
6651 Use :filter, per old XEmacs code.
6652
4bf4fb05
GM
66532000-07-12 Gerd Moellmann <gerd@gnu.org>
6654
6655 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
6656 event when deciding what to send to the terminal.
6657
37328bcd
DL
66582000-07-12 Dave Love <fx@gnu.org>
6659
6660 * cus-start.el: Add optional version as 4th element of specs and
6661 use it for several things new in v21. Remove load-path. Fix type
6662 of line-number-display-limit.
6663
89492072
DL
66642000-07-11 Dave Love <fx@gnu.org>
6665
3a4f3f86
SM
6666 * progmodes/fortran.el: Don't require easymenu.
6667 Use repeat counts in various regexps.
315aa1de
DL
6668 (fortran-mode-syntax-table): Defvar directly.
6669 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
6670 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
6671 Use defvar, not defconst.
6672 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
6673 (fortran-mode): Set fortran-comment-line-start-skip,
6674 fortran-comment-line-start-skip, dabbrev-case-fold-search.
6675 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
6676 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
6677 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
6678 (fortran-comment-region, fortran-electric-line-number): Simplify.
6679 (fortran-auto-fill): New function.
6680 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
6681 (fortran-find-comment-start-skip):
6682 Check for non-null comment-start-skip.
6683 (fortran-auto-fill-mode, fortran-fill-statement):
6684 Use fortran-auto-fill.
315aa1de 6685 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 6686 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 6687
89492072
DL
6688 * widget.el (widget-plist-member): New alias.
6689
d55ead18
EZ
66902000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
6691
6692 * eshell/esh-module.el (toplevel): Reference
6693 byte-compile-current-file only if it is bound.
6694
e82a2a05
GM
66952000-07-10 Gerd Moellmann <gerd@gnu.org>
6696
6697 * dired.el: Don't require `dired-aux'.
6698
1fc7fb2b
MB
66992000-07-10 Miles Bader <miles@lsi.nec.co.jp>
6700
6701 * dired-aux.el (dired-show-file-type): New function.
6702 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
6703 (dired-show-file-type): Add autoload.
6704
ab49ce15
KH
67052000-07-10 Kenichi Handa <handa@etl.go.jp>
6706
6707 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 6708 change of fontset-info.
ab49ce15
KH
6709 (print-fontset): Likewise.
6710
f45aab65
SM
67112000-07-09 Stefan Monnier <monnier@cs.yale.edu>
6712
6713 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
6714
2f72fd2f
GM
67152000-07-07 Gerd Moellmann <gerd@gnu.org>
6716
e82a2a05 6717 * bindings.el: Bind `[delete]' to delete-char.
965522f5 6718
2f72fd2f
GM
6719 * dired.el (dired-find-alternate-file): New function.
6720 (dired-mode-map): Bind `a' to dired-find-alternate-file.
6721 (toplevel): Require dired-aux when compiling.
6722 (dired-buffers): Move defvar within file to avoid compiler warning.
6723
6724 * info.el (Info-last-search): Variable removed.
6725 (Info-search-history): New variable.
6726 (Info-search): New Info-search-history.
6727
6728 * battery.el, info-look.el: Change author's mail address.
6729
965522f5 67302000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 6731
965522f5
GM
6732 * mail/rmail.el (rmail-clear-headers): Don't throw an error
6733 if rmail-ignored-headers is nil.
6734 (rmail-retry-failure): Bind rmail-ignored-headers and
6735 rmail-displayed-headers to nil.
6736
dd8888a1
GM
67372000-07-06 Gerd Moellmann <gerd@gnu.org>
6738
e5c81191
GM
6739 * lpr.el (lpr-page-header-switches): Add `-h' switch.
6740 (print-region-1): Don't hard code `-h' here.
6741
dd8888a1
GM
6742 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
6743
e5c81191
GM
67442000-07-01 Francesco Potorti` <pot@gnu.org>
6745
6746 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
6747 exim can use "your message" instead of "the message".
34342a07 6748
f45aab65
SM
67492000-07-06 Stefan Monnier <monnier@cs.yale.edu>
6750
6751 * facemenu.el: Docstrings fixes.
6752 (facemenu-get-face): Don't use internal-find-face.
6753 (facemenu-iterate): Rename arg to match the docstring.
6754
6755 * newcomment.el (uncomment-region): Be more careful when skipping
6756 backwards over `=' not to bump into BOBP.
6757
d396e521 67582000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 6759
dd8888a1
GM
6760 * ediff-diff.el (ediff-wordify): Use syntax table.
6761 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 6762 ediff-color-display-p.
dd8888a1 6763 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
6764 from defsubst.
6765 Got rid of special cases for NeXT and OS/2.
dd8888a1 6766 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 6767 face.
34342a07 6768
5e2dfaa4
SM
67692000-07-05 Stefan Monnier <monnier@cs.yale.edu>
6770
6771 * emacs-lisp/lucid.el: Require CL.
6772 (copy-tree, remprop): Remove, it's provided by CL.
6773 (map-keymap): Define in terms of cl-map-keymap.
6774 (extent-property, set-extent-end-glyph): New functions.
6775
6776 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
6777
d5c5cddd
GM
67782000-07-05 Gerd Moellmann <gerd@gnu.org>
6779
485266d0
GM
6780 * Makefile.in (DONTCOMPILE): Add comment that the name may
6781 not be changed without changing the make-dist script.
6782
5e2dfaa4 6783 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 6784 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 6785
e2c46326
AI
67862000-07-05 Andrew Innes <andrewi@gnu.org>
6787
6788 * makefile.nt: Add support for `bootstrap' and related targets.
6789
a027a91b
SM
67902000-07-05 Stefan Monnier <monnier@cs.yale.edu>
6791
6792 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
6793 (easy-menu-do-define): Use `menu-item' format.
6794 Handle case where easy-menu-create-menu returns a symbol.
6795 Manually call the potential top-level filter in the function binding.
6796 (easy-menu-filter-return): New arg NAME.
6797 Convert to a keymap if MENU is an XEmacs menu.
6798 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
6799 (easy-menu-converted-items-table, easy-menu-convert-item):
6800 New var and fun to memoize easy-menu-convert-item-1.
6801 (easy-menu-do-add-item): Use it.
6802 (easy-menu-create-menu): Use easy-menu-convert-item.
6803 Wrap easy-menu-filter-return around any :filter specification.
6804 Don't convert the menu if a filter was specified.
6805 Tell easy-menu-make-symbol not to check for MENU being an expression.
6806 (easy-menu-make-symbol): New arg NOEXP.
6807
5e03eb84
GM
68082000-07-05 Gerd Moellmann <gerd@gnu.org>
6809
6810 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
6811 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
6812 (eval-defun): If called with prefix arg, instrument code for
6813 Edebug.
6814
6815 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
6816 similar to that of eval-defun.
6817
fca68a95
DL
68182000-07-04 Dave Love <fx@gnu.org>
6819
7ccbba4c
DL
6820 * hl-line.el (hl-line-overlay): Make it permanent-local.
6821
fca68a95
DL
6822 * calendar/todo-mode.el: Replaced with a working version, based on
6823 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
6824
68252000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
6826
6827 * paths.el (prune-directory-list): New function.
6828 (Info-default-directory-list): Rewritten to more methodically
6829 enumerate a big list of possible info directories (based on the
6830 list used by the standalone info reader).
fca68a95 6831
78e7e8a0 6832 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 6833 non-existent directories from Info-directory-list.
78e7e8a0 6834
78e7e8a0
MB
6835 * paths.el (Info-default-directory-list): Try a list of possible
6836 info-directories instead of a single one. Add the possible
6837 info directory "/usr/share/info".
6838
6839 * woman.el (woman-man.conf-path): Explicitly include the debian
6840 man-db config file "/etc/manpath.config".
6841 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
6842 are present in `manpath.config'.
6843 (woman-manpath): Include "/usr/share/man".
6844
67c9a1d2
GM
68452000-07-03 Gerd Moellmann <gerd@gnu.org>
6846
6753393b
GM
6847 * frame.el (blink-cursor-mode): Don't hide cursor initially.
6848
6849 * startup.el (command-line): Initialize blink-cursor based
6850 on window-system.
6851
e4f98ad3
GM
6852 * frame.el (blink-cursor): Default to nil if not running under
6853 a window-system.
6854
2f516940
GM
6855 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
6856 (face-x-resources): Remove duplicate entry for :font.
6857
67c9a1d2
GM
6858 * textmodes/refer.el (refer-find-entry-internal): Use some-window
6859 instead of cycling through windows with next-window.
6860
6861 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
6862 of cycling through windows with next-window.
6863
6864 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
6865 of cycling through windows with next-window.
6866
6867 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
6868 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
6869 instead of cycling through windows with next-window.
6870
6871 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
6872 instead of cycling through windows with next-window.
6873
6874 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
6875 of cycling through windows with next-window.
6876
6877 * terminal.el (te-process-output): Use walk-windows instead of
6878 cycling through windows with next-window.
6879
6880 * server.el (server-switch-buffer): Use some-window instead of
6881 cycling through windows with next-window.
6882
6883 * window.el (some-window): New function.
6884 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 6885
3a4f3f86 6886 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 6887
8b7bc628 68882000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
6889
6890 * window.el (walk-windows): Guarantee termination by keeping a list
6891 of all the windows already handled.
6892
d0d57043
EZ
68932000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
6894
6895 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
6896 window-system.
6897
6898 * man.el (Man-notify-when-ready): Don't use window-system. If
6899 Man-notify-method is newframe, and the display is not
6900 multi-frame, select the frame created for the man page.
6901 (Man-init-defvars): Doc fix.
6902
d5483ab1
GM
69032000-06-28 Gerd Moellmann <gerd@gnu.org>
6904
af5c25e1
GM
6905 * faces.el (region): Change background color for light background.
6906
6907 * ediff-wind.el (ediff-setup-control-frame): Remove :box
6908 attribute from mode-line face of Ediff control frame.
6909
d5483ab1
GM
6910 * replace.el (query-replace-map): Bind `e' like `E'.
6911
9d47450f
EZ
69122000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
6913
3a4f3f86
SM
6914 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
6915 Change name to "Select All".
496b7491 6916
9d47450f
EZ
6917 * dos-fns.el (convert-standard-filename): Fix last change.
6918
0b431deb
GM
69192000-06-27 Gerd Moellmann <gerd@gnu.org>
6920
4fa9f636
GM
6921 * help.el (describe-variable): Don't insert a second `'s' in front
6922 of the string `value is shown below'. Since the syntax-table is
6923 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
6924 an existing `'s', so that this won't be deleted.
6925
0b431deb
GM
6926 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
6927 * pcmpl-unix.el: New files.
6928
32cad0aa
SM
69292000-06-26 Stefan Monnier <monnier@cs.yale.edu>
6930
6931 * wid-edit.el (widget-member): Use the new plist-member.
6932
2c69ced2
GM
69332000-06-26 Gerd Moellmann <gerd@gnu.org>
6934
44c0f771
GM
6935 * replace.el (perform-replace): Undo change of 2000-04-04.
6936 Instead, move backward 1 character at the end of the loop when
6937 necessary.
34342a07 6938
1d36487c
GM
6939 * faces.el (fringe): Change face for different backgrounds.
6940
6941 * eshell/esh-module.el (toplevel): Load defgroup's differently;
6942 patch from John.
6943
2c69ced2
GM
6944 * eshell/*.el: Change spelling of the Free Software Foundation.
6945
6946 * eshell/esh-toggle.el: Removed.
6947
6948 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
6949
6950 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
6951 interactively.
6952
69532000-06-26 Alex Schroeder <alex@gnu.org>
6954
6955 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
6956 `define-key'; instead of checking `(emacs-version)' check for
6957 `set-keymap-parent' and `set-keymap-name' directly. Add entries
6958 for `;' and `o' which might be electric.
6959
6960 (sql-electric-stuff): New user option.
6961 (sql-magic-go): New function which uses `sql-electric-stuff'.
6962 (sql-magic-semicolon): New function which uses
6963 `sql-electric-stuff'.
6964
6965 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
6966 is not fboundp.
6967
6968 (sql-oracle-options): New variable.
6969 (sql-oracle): Use it.
6970
6971 (sql-imenu-generic-expression): Doc change.
6972 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
6973 is used.
6974
6975 (sql-informix): Added command line parameter "-" to force
6976 sql-informix-program to use stdout.
6977
db1306d8
EZ
69782000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
6979
3a4f3f86 6980 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
6981 (cp864-decode-table): Doc fix.
6982 (cp720-decode-table): New variable, supports the Arabic OEM
6983 codepage used by Windows.
6984 (cp737-decode-table): New, Greek OEM codepage used by Windows.
6985
c69e5fcd
DL
69862000-06-23 Dave Love <fx@gnu.org>
6987
6988 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
6989 (font-lock-fontify-anchored-keywords): Use
6990 line-beginning-position.
6991 (global-font-lock-mode): Use mapc.
6992
30ad8f23
SM
69932000-06-23 Stefan Monnier <monnier@cs.yale.edu>
6994
6995 * eshell/esh-module.el: Require CL when compiling.
6996
26b4dc84
GM
69972000-06-23 Gerd Moellmann <gerd@gnu.org>
6998
78c56e70
GM
6999 * comint.el (comint-substitute-in-file-name): Call replace-match
7000 with second and third arg t.
7001
34342a07 7002 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
7003 Specify foreground color.
7004
7005 * faces.el (tool-bar, mode-line, header-line): Specify foreground
7006 color.
7007
affbf647
GM
7008 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
7009
7010 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
7011 cddr instead of cdddr.
7012
25fffb31
GM
7013 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
7014 instead of copy-list.
7015
7016 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
7017 of copy-list.
7018
26b4dc84
GM
7019 * subdirs.el: Add eshell subdirectory.
7020
7021 * eshell: New subdirectory containing the Eshell package.
7022
7023 * pcomplete.el: New file.
7024
78c56e70
GM
70252000-06-23 Paul Eggert <eggert@twinsun.com>
7026
ea055732
GM
7027 * mail/mailpost.el (post-mail-send-it): Make sure file has
7028 proper permissions from birth.
7029
7030 * files.el (basic-save-buffer-2): When temporarily setting
7031 file modes, set them to current modes plus 0200, not to 0777.
7032
78c56e70
GM
7033 * emerge.el (emerge-make-temp-file): Make sure file has proper
7034 permissions from birth.
7035
a3a7ff33
EZ
70362000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7037
7038 * files.el (make-backup-file-name-1): On DOS/Windows, run the
7039 backup file name through convert-standard-filename.
7040
7041 * dos-fns.el (convert-standard-filename): Convert leading
7042 directories as well. When long file names are supported, convert
7043 characters that are invalid in Windows file names.
7044
1fd9b7fe
GM
70452000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7046
7047 * ps-print.el: Fix bug: if ^L is the very first buffer character,
7048 ps-print crashes. New feature: page selection for printing. Create
7049 raw-text-unix coding system for XEmacs. Doc fix.
7050 (ps-print-version): New version number (5.2.3).
7051 (ps-plot-region): Bug fix.
7052 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
7053 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
7054 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
7055 funs.
7056 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
7057 (ps-last-page): New vars.
7058
16ed8416
GM
70592000-06-21 Gerd Moellmann <gerd@gnu.org>
7060
7061 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
7062 empty option string.
7063
4fbee715
EZ
70642000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7065
7066 * man.el (man): Doc fix.
7067
eaecfc94
KH
70682000-06-21 Kenichi Handa <handa@etl.go.jp>
7069
7070 * international/mule-cmds.el (set-language-info-alist): Docstring
7071 fixed.
7072
4a27bdfb
GM
70732000-06-20 Gerd Moellmann <gerd@gnu.org>
7074
7075 * version.el (emacs-version): Use ISO date format.
7076
7077 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
7078 instead of `M-backspace'.
7079
7080 * simple.el (turn-off-auto-fill): New function.
7081
8972fe79
SM
70822000-06-20 Stefan Monnier <monnier@cs.yale.edu>
7083
7084 * jit-lock.el (with-buffer-prepared-for-jit-lock):
7085 Renamed from with-buffer-prepared-for-font-lock and use
7086 inhibit-modification-hooks rather than setting *-change-functions.
7087 Update all functions to use the new name.
7088 (jit-lock-first-unfontify-pos): New semantics (and doc).
7089 (jit-lock-mode): Make non-interactive.
7090 Don't automatically turn on font-lock.
7091 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
7092 Always use jit-lock-after-change.
7093 Remove and restore font-lock-after-change-function.
7094 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
7095 (jit-lock-after-unfontify-buffer): Remove.
7096 (jit-lock-stealth-fontify):
7097 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
7098 (jit-lock-after-change): Set the `fontified' text-prop to nil.
7099
5d80cc9c
SS
71002000-06-20 Sam Steingold <sds@gnu.org>
7101
7102 * emacs-lisp/cl-indent.el (toplevel): Indent
7103 `print-unreadable-object' properly. Untabify.
7104
f54e4d13
CD
71052000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7106
7107 * textmodes/reftex.el (reftex-find-citation-regexp-format):
7108 Support for bibentry.
7109 (reftex-compile-variables): Fixed problem with end of section-re.
7110
7111 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
7112 reftex-view-crossref-from-bibtex):
7113 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
7114 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
7115 Replaced `remprop' with `put'.
8972fe79
SM
7116 (reftex-view-crossref, reftex-view-crossref-when-idle):
7117 Support for bibentry.
f54e4d13 7118
8972fe79
SM
7119 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7120 New entry for bibentry package.
f54e4d13 7121
8972fe79
SM
7122 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7123 Regexp also matches "\nobibliography".
f54e4d13 7124
8972fe79
SM
7125 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
7126 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
7127 (reftex-ensure-write-access): New function.
7128
f54e4d13
CD
71292000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7130
7131 * progmodes/idlwave.el: File re-installed (update to version 4.2)
7132
7133 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
7134
7135 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
7136
7137 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
7138
7139
560c43f4
DL
71402000-06-20 Dave Love <fx@gnu.org>
7141
7142 * faces.el (frame-background-mode): Use set-default, not set, in
7143 setter.
7144 (frame-update-faces, frame-update-face-colors): Define with
7145 defalias.
7146
7147 * enriched.el (enriched-decode-foreground)
7148 (enriched-decode-background): Don't use internal-find-face.
7149
7150 * apropos.el: Doc fixes.
7151
7152 * cus-edit.el (customize-changed-options): Check arg.
7153 (customize-version-lessp): Don't require decimal point.
7154
7155 * custom.el (defcustom, defgroup): Doc fix.
7156
7157 * newcomment.el (comment) <defgroup>: Add :version.
7158 (comment-multi-line): Doc fix.
7159
7160 * emulation/mlsupport.el (define-hooked-local-abbrev,
7161 define-hooked-global-abbrev): Fix, using define-abbrev.
7162
cdf0357b
GM
71632000-06-19 Gerd Moellmann <gerd@gnu.org>
7164
7165 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
7166 the whole buffer.
7167
10013d74
DL
71682000-06-19 Dave Love <fx@gnu.org>
7169
7170 * menu-bar.el (menu-bar-options-save): New function.
7171 (menu-bar-options-menu): Use it.
7172 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
7173 Simplify.
7174
6922f208
AS
71752000-06-19 Andreas Schwab <schwab@suse.de>
7176
7177 * progmodes/etags.el (tags-query-replace): Put new parameters
7178 START and END at the end, for backward compatibility.
7179
10d7bf84
KH
71802000-06-19 Kenichi Handa <handa@etl.go.jp>
7181
7182 * international/codepage.el:
7183 (cp-coding-system-for-codepage-1): Delete special codes for
7184 generating xxx-dos coding system because now a CCL based coding
7185 system can handle EOL conversion by default.
7186
7187 * international/mule.el (make-coding-system): Generate subsidiary
7188 coding systems for EOL handling variants even for a CCL based
7189 coding system.
7190
8f3c9a3d
KH
71912000-06-19 Kenichi Handa <handa@etl.go.jp>
7192
7193 * international/isearch-x.el (isearch-minibuffer-input-method)
7194 (isearch-minibuffer-input-method-function): These variables
7195 deleted.
7196 (isearch-with-input-method): Don't use the above variables.
7197 (isearch-process-search-multibyte-characters): Likewise. Call
7198 read-string with the arg INHERIT-INPUT-METHOD t.
7199
c2acf685
SM
72002000-06-17 Stefan Monnier <monnier@cs.yale.edu>
7201
13f0d185
SM
7202 * font-lock.el (font-lock-after-fontify-buffer)
7203 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
7204
7205 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
7206 Use consistent make-local-variable style for font-lock-fontified.
7207 (jit-lock-fontify-buffer):
7208 Don't bother checking for font-lock-mode and jit-lock-mode.
7209
c2acf685
SM
7210 * time.el: Remove trailing ^M that prevent CVS-merging.
7211
a9021acd
GM
72122000-06-16 Gerd Moellmann <gerd@gnu.org>
7213
7214 * Makefile.in (distclean): New target.
5d80cc9c 7215
0df68e9f
SM
72162000-06-16 Stefan Monnier <monnier@cs.yale.edu>
7217
7218 * Makefile.in (srcdir): Define for update-subdirs.
7219
6344985d
GM
72202000-06-16 Gerd Moellmann <gerd@gnu.org>
7221
7222 * find-lisp.el: New file.
7223
63239267
AI
72242000-06-16 Andrew Innes <andrewi@gnu.org>
7225
7226 * time.el (display-time-mail-function): New variable, to allow
7227 external packages to indicate when new mail is available.
7228 (display-time-update): Use it.
7229
1699f991
KH
72302000-06-16 Kenichi Handa <handa@etl.go.jp>
7231
a3b37893
KH
7232 * international/mule.el (mule-version): Change version name to
7233 SAKAKI. AOI has already been used by Meadow.
7234
1699f991
KH
7235 * international/quail.el (quail-show-guidance-buf): To find the
7236 bottom window (but minibuffer), pay attention to the height of
7237 minibuffer.
7238
228b083e
EZ
72392000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7240
7d5c8691
EZ
7241 * arc-mode.el (archive-mode-map): Use the new menu-item format for
7242 menu-bar menus. Add help strings. Don't remove the Edit menu
7243 from the menu bar, as the menu bar has enough space now.
7244
261f3289
EZ
7245 * Makefile.in (SHELL): Make sure /bin/sh is used.
7246
228b083e
EZ
7247 * woman.el (woman-man-buffer): Fix bold and underlined CJK
7248 characters, which use series of two ^H characters instead of one.
7249
e27e8d71
GM
72502000-06-15 Gerd Moellmann <gerd@gnu.org>
7251
5d80cc9c 7252 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 7253 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 7254 functions.
451ec4e3
GM
7255 (Info-find-node-2): Try a case-sensitive search first, then
7256 do a case-insensitive search.
7257
7258 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
7259 tutorials.
7260
b675095c
GM
7261 * complete.el (PC-env-vars-alist): New variable.
7262 (PC-complete-as-file-name): New function.
7263 (partial-completion-mode): Initialize PC-env-vars-alist from
7264 process-environment.
7265 (PC-do-completion): Handle completion of env vars.
7266
7267 * info.el (Info-set-mode-line): Show file name in mode line,
7268 use `*Info*' instead of `Info:'.
7269
e27e8d71
GM
7270 * startup.el (command-line-1): Change copyright messages to year
7271 2000.
7272
28223a7e
DL
72732000-06-15 Dave Love <fx@gnu.org>
7274
7275 * net/goto-addr.el (goto-address-fontify): Use keymap property,
7276 not local-map.
7277
32684631
KH
72782000-06-15 Kenichi Handa <handa@etl.go.jp>
7279
7280 * international/mule.el (set-buffer-file-coding-system): Almost
7281 rewritten to handle `undecided' as no-op.
7282
9f817ea4
GM
72832000-06-14 Gerd Moellmann <gerd@gnu.org>
7284
e27e8d71 7285 * Makefile.in: New file.
dce6b995
GM
7286
7287 * Makefile: Removed.
7288
9f817ea4
GM
7289 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
7290 (goto-address-highlight-keymap): Bind C-c RET.
7291
2de33f94
KH
72922000-06-14 Kenichi Handa <handa@etl.go.jp>
7293
bbf1e8a5
KH
7294 * mail/sendmail.el (sendmail-send-it): The temporary buffer
7295 inherits buffer-file-coding-system of the current buffer.
725a6897 7296
02891cc3
KH
7297 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
7298 0. Give correct argument to set-auto-coding-function.
7299 (tar-expunge): For goto-char, use (point-min), not 0.
7300 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
7301 (tar-subfile-save-buffer): Likewize.
7302
2de33f94
KH
7303 * international/mule.el
7304 (after-insert-file-set-buffer-file-coding-system): Call
7305 set-buffer-file-coding-system with the arg FORCE t.
7306
1681ead6
GM
73072000-06-13 Gerd Moellmann <gerd@gnu.org>
7308
7309 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
7310 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 7311 the sender is set with `-f'.
1681ead6 7312
fdf4b680
DL
73132000-06-13 Dave Love <fx@gnu.org>
7314
9c50afce
DL
7315 * help.el (describe-function-1): Kluge around cases of functions
7316 fset to subrs whose doc doesn't match their symbol-name.
7317
0ad550ba 7318 * image.el (insert-image): Default STRING to a space.
f290ca08 7319
fdf4b680 7320 * info.el Doc fixes.
5d80cc9c 7321 (Info-build-node-completions): Match Ref tags.
fdf4b680 7322
9b6610db
EZ
73232000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
7324
a704139d
EZ
7325 * frame.el (display-multi-frame-p, display-multi-font-p): New
7326 defaliases for display-graphic-p.
7327
9b6610db
EZ
7328 * hl-line.el: Fixed a typo in commentary.
7329
7a5ea398
KH
73302000-06-13 Kenichi Handa <handa@etl.go.jp>
7331
7332 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
7333 fixed.
7334
0dc91c57
DL
73352000-06-12 Dave Love <fx@gnu.org>
7336
7337 * image.el (insert-image): Save a little consing.
7338
0bd5914b
KH
73392000-06-12 Kenichi Handa <handa@etl.go.jp>
7340
7341 * language/tibet-util.el: Convert all tibetan-1-column characters
7342 to the corresponding tibetan characters.
7343 (tibetan-add-components): Delete code for the special treatment of
7344 'a chung.
7345
7346 * language/tibetan.el (tibetan-composable-pattern): Fix previous
7347 change.
7348 (tibetan-vowel-transcription-alist): More rules added.
7349 (tibetan-composite-vowel-alist): New variable.
7350 (tibetan-precomposition-rule-alist): More rules added.
7351
6dc7d3d5
SM
73522000-06-12 Stefan Monnier <monnier@cs.yale.edu>
7353
9c04c393
SM
7354 * startup.el (command-line): Only call menu-bar-mode if interactive.
7355
7356 * thingatpt.el (toplevel symbol-properties):
7357 * textmodes/makeinfo.el (makeinfo-compile):
7358 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 7359 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 7360 (hide-ifdef-use-define-alist):
5d80cc9c 7361 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
7362 (ange-ftp-vms-add-file-entry):
7363 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
7364 * man.el (Man-build-man-command):
7365 * mail/rnewspost.el (news-reply-header-hook):
7366 * info.el (Info-insert-dir):
7367 * emulation/mlconvert.el (backward-word, forward-word, setq):
7368 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
7369 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
7370 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
7371 (byte-optimize-apply, end of file):
7372 * emacs-lisp/advice.el (ad-advice-class-completion-table)
7373 (ad-make-freeze-definition):
7374 * startup.el (command-line, command-line-1): Don't quote lambdas.
7375
6dc7d3d5
SM
7376 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
7377 (cvs-cleanup-removed): New function.
7378 (cvs-cleanup-functions): New var.
7379 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
7380 some flexibility in specifying additional entries to auto-cleanup.
7381 (cvs-quickdir): New function.
7382 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
7383 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
7384 (cvs-mode-find-file): Check that we are on a filename or dirname
7385 when invoked through a mouse-click.
7386 (cvs-full-path): Remove.
7387 (cvs-dired-action): Re-introduced.
7388 (cvs-dired-noselect): Use it.
7389 (vc-post-command-functions): use this new hook if available.
7390
7391 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
7392 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
7393 (cvs-filename-map, cvs-dirname-map): Remove.
7394 (cvs-default-action): Remove.
7395 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
7396 if the arg is really a keymap.
7397 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
7398 Don't hardcode the mapping from state (aka type) to face, but check
7399 the var cvs-fi-<type>-face instead.
7400 (cvs-fileinfo-from-entries): New function.
7401
7402 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
7403 Docstring fix.
7404 (cvs-find-file-and-jump): Change default to be safer.
7405 (cvs-mode-diff-map): Define it as a function as well.
7406 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
7407 Bind mouse-2 in this global map rather than with text-properties.
7408
7409 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
7410 file to resolve the ambiguity between C(conflict) and C(need-merge).
7411
5050a2ef
KH
74122000-06-12 Kenichi Handa <handa@etl.go.jp>
7413
7414 * international/mule.el (set-buffer-file-coding-system): If
7415 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
7416 unconditionally.
7417
35a7ac84
DL
74182000-06-12 Dave Love <fx@gnu.org>
7419
7420 * wid-edit.el (widget-specify-button): Really suppress the face if
7421 required.
7422
db8eeecd
GM
74232000-06-11 Gerd Moellmann <gerd@gnu.org>
7424
7425 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
7426
70223ca4
SM
74272000-06-11 Stefan Monnier <monnier@cs.yale.edu>
7428
7429 * imenu.el (imenu-generic-expression): Docstring fix.
7430
7431 * composite.el (composition-function-table): Move the `put'
7432 below the autoload cookie so we can load the file before loaddefs.
7433
7434 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
7435
7436 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
7437 Handle easy-mmode-define-global-mode.
7438 For complex macros like define-minor-mode that can generate
7439 several autoload entries, try to autoload entries in the
7440 macroexpanded code.
7441
7442 * emacs-lisp/easy-mmode.el (define-minor-mode):
7443 If KEYMAP is a symbol, just use it.
7444 Use byte-compile-current-file and load-file-name to infer the
7445 proper :require to pass to defcustom.
7446 Wrap the hook var into `progn' so as not to autoload it.
7447 Add a :autoload-end cookie.
7448 Be more careful about the evaluation of KEYMAP.
7449 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
7450 (define-derived-mode): Move define-abbrev-table outside of defvar.
7451
74522000-06-10 Stefan Monnier <monnier@cs.yale.edu>
7453
7454 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
7455 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
7456 (backup-compiled-files): Ignore errors during `tar'.
7457 (bootstrap): Make autoloads before elc files.
7458
9c53b34e
KH
74592000-06-10 Kenichi Handa <handa@etl.go.jp>
7460
7461 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 7462 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
7463
7464 * international/mule-conf.el (unix): New alias for the coding
7465 system undecided-unix.
7466
22ddd299
DL
74672000-06-09 Dave Love <fx@gnu.org>
7468
5ee42746
DL
7469 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
7470
70223ca4 7471 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
7472 (executable-insert): Change custom type.
7473 (executable-find): Add autoload cookie.
cc7e1d18
DL
7474 (executable-make-buffer-file-executable-if-script-p): New
7475 function. After Noah Friedman.
22ddd299
DL
7476
7477 * files.el (after-save-hook): Customize, with
cc7e1d18 7478 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 7479
41ea3794
KH
74802000-06-09 Kenichi Handa <handa@etl.go.jp>
7481
f89437e3
KH
7482 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
7483 "tib24p-mule.bdf" for Tibetan.
7484
7a4ee259
KH
7485 * composite.el (decompose-composite-char): Declare it as obsolete.
7486
ff6a65c2
KH
7487 * man.el (Man-fontify-manpage): Pay attention to underline and
7488 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 7489
f83fe4b4
GM
74902000-06-08 Gerd Moellmann <gerd@gnu.org>
7491
7492 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
7493 Set maintainer to FSF since author isn't reachable.
7494
e56d7900
DL
74952000-06-08 Dave Love <fx@gnu.org>
7496
7497 * international/mule-cmds.el (select-safe-coding-system): If
7498 DEFAULT-CODING-SYSTEM is not specified, also check the most
7499 preferred coding-system if buffer-file-coding-system is
7500 `undecided'. From Handa.
7501
d3981b49
KH
75022000-06-08 Kenichi Handa <handa@etl.go.jp>
7503
7504 * international/mule.el
7505 (after-insert-file-set-buffer-file-coding-system): If the buffer
7506 size is greater than INSERTED, judget that we are not visiting.
7507
bff71087
RV
75082000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
7509
7510 * whitespace.el (defgroup whitespace): Comment out `:version'.
7511 XEmacs 20.4 has problems defining the group with this present.
7512 We'll have this commented out till get resolve the problem.
7513
45f485a6
GM
75142000-06-07 Gerd Moellmann <gerd@gnu.org>
7515
7516 * align.el: Update from author.
7517
75182000-06-07 Jari Aalto <jari.aalto@poboxes.com>
7519
7520 * apropos.el (apropos-mode-hook): New user variable.
7521 (apropos-mode): Run apropos-mode-hook.
bff71087 7522
45f485a6
GM
75232000-06-07 David Ponce <david@dponce.com>
7524
7525 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
7526 commands. Require `wid-edit' at run-time.
7527
75282000-06-07 David Ponce <david@dponce.com>
7529
7530 * recentf.el: Added some "Commentary".
7531 (recentf-open-more-files, recentf-edit-list): Minor changes to
7532 move the point at the top of the file list. This behaviour is
7533 consistent with the menu one when the list contains a lot of
7534 files.
7535 (recentf-cleanup): Now displays the number of items removed from
7536 the list.
7537 (recentf-relative-filter) New menu filter to show filenames
7538 relative to `default-directory'.
bff71087 7539
45f485a6
GM
75402000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7541
7542 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
7543 with/without giving an error if PostScript printer doesn't have this
7544 kind of page size. Zebra Stripe continues or restarts on next page.
7545 Manual/automatic paper feeding. Switch or not the header.
7546 (ps-print-version): New version number (5.2.2).
7547 (ps-windows-system): Include emx as a Windows system.
7548 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
7549 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
7550 (ps-background-text): Code fix.
7551 (ps-error-handler-message, ps-user-defined-prologue)
7552 (ps-print-prologue-header, ps-printer-name)
7553 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
7554 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
7555 (ps-use-face-background): Customization fix.
7556 (ps-n-up-database): Data fix.
7557 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
7558 (ps-switch-header): New vars.
7559 (ps-xemacs-color-name, ps-face-foreground-name)
7560 (ps-face-background-name, ps-boolean-constant): New funs.
7561
c14dcd22
DL
75622000-06-07 Dave Love <fx@gnu.org>
7563
7564 * allout.el: New version from Manheimer.
7565
e4044bb0
KH
75662000-06-07 Kenichi Handa <handa@etl.go.jp>
7567
7568 * textmodes/fill.el (fill-find-break-point): Check the validity of
7569 charset.
7570
59cfe8b9
KF
75712000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7572
7573 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7574 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7575 Call display-color-p and display-mouse-p instead of looking at
7576 window-system.
7577
bb2337f5
DL
75782000-06-06 Dave Love <fx@gnu.org>
7579
7580 * image.el (find-image): Doc fix. Return nil if image not found.
7581 (put-image, insert-image): Make STRING arg optional.
7582
8e624fa2
KH
75832000-06-06 Kenichi Handa <handa@etl.go.jp>
7584
7585 * language/vietnamese.el: Remove eval-when-compile.
7586 (viet-viscii-nonascii-translation-table): Define it as a
7587 translation table made from viet-viscii-decode-table.
7588 (viet-viscii-encode-table): Define it as a translation table made
7589 from the reverse map of above.
7590 (viet-vscii-nonascii-translation-table): Define it as a
7591 translation table made from viet-vscii-decode-table.
7592 (viet-vscii-encode-table): Define it as a translation table made
7593 from the reverse map of above.
7594 (ccl-decode-viscii): Use translate-character.
7595 (ccl-encode-viscii, ccl-encode-viscii-font)
7596 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
7597 Likewize.
bff71087 7598
8e624fa2
KH
7599 * language/cyrillic.el: Remove eval-when-compile.
7600 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
7601 translation table made from cyrillic-koi8-r-decode-table.
7602 (cyrillic-koi8-r-encode-table): Define it as a translation table
7603 made from the reverse map of above.
7604 (ccl-decode-koi8): Use translate-character.
7605 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
7606 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
7607 a translation table made from cyrillic-alternativnyj-decode-table.
7608 (cyrillic-alternativnyj-encode-table): Define it as a translation
7609 table made from the reverse map of above.
7610 (ccl-decode-alternativnyj): Use translate-character.
7611 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
7612 Likewize
7613
7614 * international/mule-diag.el (non-iso-charset-alist): Specify
7615 translation table symbol instead of translation table itself.
7616 (list-block-of-chars): CHARSET may be a translation table symbol.
7617
7618 * international/mule.el (make-coding-system): If CODING-SYSTEM
7619 already exists, override it.
7620
7621 * international/fontset.el: Use family `proportional' for Tibetan
7622 fonts.
7623
7624 * international/ccl.el (ccl-compile-translate-character): Don't
7625 check if Rrr has property translation-table.
7626 (ccl-compile-map-multiple): Modified to avoid compiler warning.
7627
1969fae2
GM
76282000-06-05 Gerd Moellmann <gerd@gnu.org>
7629
7630 * info.el: Bind case-fold-search to t when searching in case
7631 a user sets it to nil in a hook.
7632
d5b037c5
SM
76332000-06-05 Stefan Monnier <monnier@cs.yale.edu>
7634
d3d02e65
SM
7635 * autoarg.el (autoarg-mode, autoarg-kp-mode):
7636 * hl-line.el (hl-line-mode): Use the new :global key argument.
7637
7638 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
7639 (tar-clip-time-string): Prepend a space.
7640 (tar-grind-file-mode): Construct a string rather than modifying one.
7641 (tar-header-block-summarize): Fix docstring.
7642 Use `format' rather than an error-prone set of copy-loops.
7643
7644 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
7645 (diff-goto-source, diff-unified->context, diff-context->unified)
7646 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
7647 understand the format output by the `-p' argument to diff.
7648
bff71087 7649 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
7650 (sh-re-done): Use defconst.
7651 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
7652 (sh-help-string-for-variable, sh-guess-basic-offset):
7653 Don't quote lambdas.
7654 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
7655 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
7656
f7c4478f
SM
7657 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
7658 (mh-letter-mode): Derive from text-mode.
7659 This implicitly means that it now calls kill-all-local-variables.
7660 Also remove the Emacs-18 compatibility code.
7661
a8add29d
SM
7662 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
7663 Make use of symbol-property doc-string-elt.
7664 Use memq rather than a sequence of eq.
7665 (doc-string-elt): Fix the wrong or missing previously unused values.
7666 (autoload-print-form): New function extracted from
7667 generate-file-autoloads to allow recursion when handling progn
7668 so that defvar's and defun's docstrings are properly printed.
7669 (generate-file-autoloads): Use it.
7670
d5b037c5
SM
7671 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
7672 Use find-file-hooks in the minor-mode function.
7673 Be careful not to loop indefinitely in the post-command-hook function.
7674
560ef11a 76752000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 7676
1969fae2 7677 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 7678 tty's.
1969fae2 7679 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 7680 differences whenever appropriate.
1969fae2
GM
7681 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
7682 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
7683 wildcards.
7684
b5bbbb76
SM
76852000-06-04 Stefan Monnier <monnier@cs.yale.edu>
7686
d5b037c5
SM
7687 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
7688 (jit-lock-fontify-buffer): New function for JIT refontification.
7689 (jit-lock-mode): Fix docstring.
7690 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
7691 Remove jit-lock-after-change from the _local_ hook.
7692 (jit-lock-function-1): Fix docstring.
7693
7694 * info.el (Info-on-current-buffer): Initialize info.
7695
7696 * newcomment.el (comment-indent): Ignore comment-indent-hook.
7697
7698 * progmodes/tcl.el (tcl-indent-for-comment):
7699 Ignore comment-indent-hook.
7700
7701 * emacs-lisp/easy-mmode.el: Require CL during compilation.
7702 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
7703 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
7704 and improve to use the lighter to guess the capitalization.
7705 (define-minor-mode): Inline code from easy-mmode-define-toggle.
7706 Add keyword arguments to specify global-ness or the custom group.
7707 Add local-map and help-echo properties to the lighter.
7708 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 7709 (easy-mmode-define-global-mode): New macro.
b5bbbb76 7710
bfa6c260
DL
77112000-06-02 Dave Love <fx@gnu.org>
7712
7713 * wid-edit.el: byte-compile-dynamic since we typically don't use
7714 all the widgets. Don't require cl or widget. Remove
7715 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
7716 (widget-read-event): Removed. Callers changed to use read-event.
7717 (widget-button-release-event-p): Renamed from
7718 button-release-event-p.
7719 (widget-field-add-space, widget-field-use-before-change):
7720 Uncustomize.
7721 (widget-specify-field): Use keymap property, not local-map.
7722 (widget-specify-button): Obey :suppress-face.
7723 (widget-specify-insert): Use modern backquote syntax.
7724 (widget-image-directory): Renamed from widget-glyph-directory.
7725 (widget-image-enable): Renamed from widget-glyph-enable.
7726 (widget-image-find): Replaces widget-glyph-find.
7727 (widget-button-pressed-face): Move defvar.
7728 (widget-image-insert): Replaces widget-glyph-insert.
7729 (widget-convert): Use keywordp.
7730 (widget-leave-text, widget-children-value-delete): Use mapc.
7731 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 7732 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
7733 (widget-button-click): Don't set point at the click, but re-centre
7734 if we scroll out of window. Rewritten for images v. glyphs &c.
7735 (widget-tabable-at): Use POS arg, not point.
7736 (widget-beginning-of-line, widget-end-of-line)
7737 (widget-item-value-create, widget-sublist, widget-princ-to-string)
7738 (widget-sexp-prompt-value, widget-echo-help): Simplify.
7739 (widget-default-create): Use widget-image-insert; some rewriting.
7740 (widget-visibility-value-create)
7741 (widget-push-button-value-create, widget-toggle-value-create): Use
7742 widget-image-insert.
7743 (checkbox): Create on and off images dynamically.
7744 (documentation-link): Change :help-echo.
7745 (widget-documentation-link-echo-help): Remove.
7746
3837de12
SM
77472000-06-02 Stefan Monnier <monnier@cs.yale.edu>
7748
7749 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
7750
7751 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
7752 (easy-mmode-define-toggle, define-minor-mode): Use it.
7753 (easy-mmode-define-keymap): Docstring fix.
7754 (define-derived-mode): Default PARENT to fundamental-mode.
7755 Add the derived-mode-parent symbol-property.
7756 (easy-mmode-derived-mode-p): New function.
7757
90aa4ea8
DL
77582000-06-02 Dave Love <fx@gnu.org>
7759
37193ee6
DL
7760 * files.el (convert-standard-filename): Doc fix.
7761 (normal-backup-enable-predicate): New function.
7762 (backup-enable-predicate): Use it to replace the lambda form.
7763
7764 * calendar/todo-mode.el: [This needs more work on the outline
7765 stuff.] Doc fixes.
7766 (todo) <defgroup>: Add :version.
7767 (todo-add-category): Don't use pushnew.
7768 (todo-cmd-raise): Fix typo.
7769 (todo-top-priorities): Change temp buffer name.
7770 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
7771 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
7772 Use outline-next-heading.
37193ee6 7773
90aa4ea8
DL
7774 * autoarg.el: Rewritten to use define-minor-mode.
7775 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
7776 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
7777
2e54623a
KH
77782000-06-02 Kenichi Handa <handa@etl.go.jp>
7779
7780 * isearch.el (isearch-other-meta-char): Fix previous change.
7781
c5def0db
SM
77822000-06-01 Stefan Monnier <monnier@cs.yale.edu>
7783
3837de12
SM
7784 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
7785 (log-edit-done): Only add the comment to the ring if it's different
7786 from the last comment entered.
7787
c5def0db
SM
7788 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
7789
2330c9d4
DL
77902000-06-01 Dave Love <fx@gnu.org>
7791
7792 * hl-line.el: Rewritten using define-minor-mode.
7793
7794 * help.el (describe-function-1): Distinguish special form from
7795 builtin function. Sanity-check presence of arglist for builtins.
7796
6e5dfc31
KH
77972000-06-01 Kenichi Handa <handa@etl.go.jp>
7798
4dc1225b
KH
7799 * international/characters.el: Fix syntax/category setting of
7800 Tibetan characters.
7801
7802 * language/tibet-util.el (tibetan-add-components): Fixes for new
7803 encoding of Tibetan characters.
7804 (tibetan-decompose-precomposition-alist): New variable.
7805 (tibetan-decompose-region): Convert precomposed characters to
7806 non-precomposed characters.
7807 (tibetan-decompose-string): Likewise.
7808 (tibetan-composition-function): Fix args to
7809 thibetan-compose-string.
7810
7811 * language/tibetan.el (tibetan-composable-pattern): More
7812 characters included.
7813 (tibetan-consonant-transcription-alist): Rule for "R" added.
7814 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
7815 "+R" added.
7816 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
7817
eadef5e6
KH
7818 * language/lao-util.el (lao-composition-function): Fix args to
7819 compose-string.
7820
7821 * language/thai-util.el (thai-composition-function): Fix args to
7822 compose-string.
7823
6e5dfc31 7824 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
7825 to prevent the point moving to the end of a composition when a
7826 part of a composition is searched.
6e5dfc31
KH
7827 (isearch-other-meta-char): If the key invoking this command can be
7828 mapped by function-key-map to a printing char, call
7829 isearch-process-search-char directly.
7830
2598a293
SM
78312000-06-01 Stefan Monnier <monnier@cs.yale.edu>
7832
7833 * emacs-lisp/bytecomp.el:
7834 * frame.el:
7835 * international/mule-cmds.el:
7836 * international/mule-util.el:
7837 * international/mule.el:
7838 * mouse.el:
7839 * subr.el:
7840 * faces.el: Update calls to make-obsolete with a WHEN argument.
7841
7842 * byte-run.el (make-obsolete, make-obsolete-variable):
7843 Add an optional WHEN argument and change the format of the
bff71087 7844 symbol-property information.
2598a293
SM
7845 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
7846 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
7847 new obsolete-symbol-property format and print WHEN if it is provided.
7848
28d8dff1
DL
78492000-05-31 Dave Love <fx@gnu.org>
7850
7851 * loadhist.el (loadhist-hook-functions): Remove
7852 before-change-function, after-change-function.
7853 (unload-feature): Deal with symbols which are both bound and
7854 fbound.
7855
7856 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
7857 before-change-function, after-change-function.
7858
7859 * simple.el (newline): Don't bind before-change-function,
7860 after-change-function.
7861
7f565d87
RV
78622000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
7863
7864 * whitespace.el (whitespace-rescan-timer-time): Update interval
7865 set to 600 seconds (10 minutes) instead of 60 seconds since
7866 a large number of whitespace buffers causes emacs to `freeze'
7867 for a considerable amount of time.
7868
bff71087 7869 * whitespace.el: Updated email address
7f565d87 7870
a8d693d8
DL
78712000-05-31 Dave Love <fx@gnu.org>
7872
7873 * add-log.el (change-log-font-lock-keywords) <function>: Add
7874 pattern for function of change.
7875 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
7876 acknowledgements patterns.
7877
a50192e7
KH
78782000-05-31 Kenichi Handa <handa@etl.go.jp>
7879
7880 * isearch.el (isearch-printing-char): If keyboard coding system is
7881 being used, call isearch-process-search-multibyte-characters.
7882
7883 * international/isearch-x.el: Mostly rewritten.
7884
7885 * international/quail.el (quail-start-conversion): Don't include
7886 unhandled events in the returned events, but set them in
7887 unread-command-events. Exit if all inputs are deleted.
7888
7e492772
JR
78892000-05-30 Jason Rumney <jasonr@gnu.org>
7890
7891 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
7892
7893 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
7894 Reenable code to create initial fontsets.
7895 Use set-fontset-font in place of put-charset-property.
7896
10fc3187
GM
78972000-05-30 Gerd Moellmann <gerd@gnu.org>
7898
79148ea7
GM
7899 * progmodes/perl-mode.el (perl-indent-line): When looking for a
7900 label, ensure that the first colon isn't followed by another.
7901
7902 * paths.el (Info-default-directory-list): Doc fix.
7903
086d5b87
GM
7904 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
7905 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
7906 send a query containing USER only, not USER@HOST.
7907
10fc3187
GM
7908 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
7909 and rmail-msgend to compute the restriction at the end, instead of
7910 computing it.
7911
49e70dec
GM
79122000-05-29 Gerd Moellmann <gerd@gnu.org>
7913
66254a13
GM
7914 * dabbrev.el (dabbrev-expand): Don't display messages in the
7915 echo area if the minibuffer window is active.
7916
49e70dec
GM
7917 * jit-lock.el (jit-lock-mode): Add after change function to
7918 local hook.
7919
79202000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
7921
7922 * antlr-mode.el: New commands: hide/unhide actions,
7923 upcase/downcase literals.
7924 (antlr-tiny-action-length): New user option.
7925 (antlr-hide-actions): New command. Suggested by
7926 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 7927 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
7928 (antlr-mode-menu): New entries.
7929 (antlr-downcase-literals): New command.
7930 (antlr-upcase-literals): Ditto.
7931
7932 * antlr-mode.el: Minor changes: indendation, mode-name.
7933 (antlr-indent-line): Indent cpp directive at column 0.
7934 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
7935
7936 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
7937 (antlr-font-lock-additional-keywords): Workaround for intentional
7938 bug in XEmacs version of font-lock.
7939 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
7940 be used by a smarter version of `buffers-menu-grouping-function'.
7941
79422000-05-29 Gerd Moellmann <gerd@gnu.org>
7943
7944 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
7945 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
7946
49f93684
KH
79472000-05-29 Kenichi Handa <handa@etl.go.jp>
7948
7949 * international/encoded-kb.el
7950 (encoded-kbd-iso2022-designation-map): Pay attention to that
7951 charset-iso-final-char return -1 for eight-bit-control and
7952 eight-bit-graphic.
7953
5b1ae051
EZ
79542000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
7955
7956 * speedbar.el (speedbar-use-images, speedbar-update-flag)
7957 (speedbar-easymenu-definition-base): Use display-graphic-p where
7958 available, instead of window-system.
7959
a205e32a
EZ
79602000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
7961
7962 * international/codepage.el (cp-coding-system-for-codepage-1): Add
7963 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
7964 coding systems.
7965
dd854dc2
DL
79662000-05-26 Dave Love <fx@gnu.org>
7967
c88a85d5
DL
7968 * disp-table.el (standard-display-underline): Don't use
7969 internal-find-face.
7970
dd854dc2
DL
7971 * mail/reporter.el: Maintainer change. Doc fixes.
7972 (reporter-version): Deleted.
7973
7974 * emacs-lisp/elp.el: Maintainer change.
7975 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
7976
dc29aa6c
SM
79772000-05-26 Stefan Monnier <monnier@cs.yale.edu>
7978
7979 * add-log.el (add-change-log-entry): Merge the current entry with the
7980 previous one if the previous one is empty.
7981
ed62683d
DL
79822000-05-26 Dave Love <fx@gnu.org>
7983
4370a375
DL
7984 * loadhist.el (unload-feature): Fix interactive spec [from
7985 lijnzaad@ebi.ac.uk].
7986
ed62683d
DL
7987 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
7988 subr-arity to check primitives.
7989 (byte-compile-flush-pending, byte-compile-file-form-progn)
7990 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
7991 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
7992 mapcar.
7993
ba9f8f95
KH
79942000-05-26 Kenichi Handa <handa@etl.go.jp>
7995
0f3e0672
KH
7996 * international/fontset.el: Set family names of non-latin charsets
7997 in default fontset to "*".
7998
cebefb44
KH
7999 * international/mule-diag.el (print-fontset): Combine family part
8000 and registry part of the fontname by "-*-" instead of "-".
8001
ba9f8f95
KH
8002 * international/mule-cmds.el (encode-coding-char): Make strings
8003 multibyte before calling encode-coding-string.
8004
931d0724
SM
80052000-05-25 Stefan Monnier <monnier@cs.yale.edu>
8006
8007 * derived.el: Fix keywords.
8ccce2b0 8008 (define-derived-mode): Only define if needed.
931d0724
SM
8009
8010 * simple.el (fill-comment, comment-column, comment-start)
8011 (comment-start-skip, comment-end, comment-indent-function)
8012 (block-comment-start, block-comment-end, indent-for-comment)
8013 (set-comment-column, kill-comment, comment-padding, comment-region)
8014 (comment-multi-line, indent-new-comment-line): Remove.
8015
8016 * bindings.el (esc-map): Change ; to comment-dwim and use the new
8017 function names for comment operations.
8018
8019 * newcomment.el: Add abundant autoload cookies.
8020 (comment-style): Don't depend on runtime data at compile-time.
8021 (comment-indent-hook): Remove.
8022 (comment-indent): Check if comment-indent-hook is bound.
8023 (comment-region): Docstring fix.
8024
6fc596cf
DL
80252000-05-25 Dave Love <fx@gnu.org>
8026
8027 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
8028 byte-code-function-p.
8029
8030 * mail/rmailsum.el: Add provide.
8031
8032 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
8033
8034 * smerge-mode.el (smerge-diff-switches): Don't use list* in
8035 defcustom.
8036
7997f1ca 80372000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8038
7997f1ca
MK
8039 * ediff-diff.el (ediff-exec-process): delete --binary option from
8040 non-buffer ediff jobs.
7f565d87 8041
e7a903e8
EZ
80422000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8043
8044 * hilit-chg.el (highlight-changes-mode): Ask about color or
8045 grayscale support, not about window-system.
8046
8047 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
8048 window-system.
8049 (ffap-highlight): Always default to t.
8050
8051 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
8052 display-popup-menus-p instead of looking at window-system.
8053
8054 * disp-table.el (standard-display-g1, standard-display-graphic):
8055 Only refuse to use string glyphs on X and MS-Windows.
8056
8057 * avoid.el: Remove window-system from commentary, suggest to use
8058 display-*-p instead.
8059
8060 * apropos.el (apropos-print): Use display-mouse-p instead of
8061 window-system.
8062
14028d57
EZ
80632000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8064
8065 * international/codepage.el (cp-decoding-vector-for-codepage):
8066 Fill up unsupported characters with their own codes. From Kenichi
8067 Handa.
8068
1a4f9cc1
EZ
80692000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8070
8071 * international/mule-diag.el (describe-char-after): Use
8072 display-graphic-p instead of window-system, so that this function
8073 works on MS-DOS.
8074
89f6ca4e
EZ
80752000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8076
8077 * international/codepage.el (cp-make-coding-systems-for-codepage):
8078 Remove the eight-bit-graphic and eight-bit-control charsets from
8079 the list of charsets which we convert into `?'.
8080
eacfd7fe
KH
80812000-05-25 Kenichi Handa <handa@etl.go.jp>
8082
8083 * international/mule-conf.el: Specify CHARSET-ID explicitely for
8084 private charsets.
8085 (mule-unicode-0100-24ff, japanese-jisx0213-1,
8086 japanese-jisx0213-2): New charsets.
8087
8088 * international/fontset.el: Setup default fontset for new charsets.
8089
deadf7e3
DL
80902000-05-24 Dave Love <fx@gnu.org>
8091
8092 * info.el (Info-find-node-2): Restructure [following "Vadim
8093 S. Solomin" <sovs@uic.nnov.ru>].
8094
8095 * icomplete.el: Fix header for Finder.
8096
80972000-05-24 Eric M. Ludlam <zappo@ultranet.com>
8098
8099 * rmailout.el (rmail-output-to-rmail-file): Added optional param
8100 STAY.
8101
8102 * rmail.el (rmail-automatic-folder-directives): New user variable.
8103 (rmail-show-message): Add call to `rmail-auto-file' during
8104 display.
8105 (rmail-auto-file): New function.
8106
6de3983f 81072000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8108
fc6a6a4e 8109 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 8110 account.
fc6a6a4e
GM
8111 (ediff-test-utility,ediff-diff-mandatory-option)
8112 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 8113 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 8114
fc6a6a4e 8115 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 8116 variable.
7f565d87 8117
fc6a6a4e 8118 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
8119 ediff-merge-filename-prefix.
8120
fc290d1d
MK
81212000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
8122
fc6a6a4e 8123 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 8124
273182b8
EZ
81252000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8126
8127 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
8128 aliases for hebrew-iso-8bit.
8129
f471ea57
EZ
81302000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8131
8132 * woman.el: New version from Francis J. Wright
8133 <F.J.Wright@Maths.QMW.ac.uk>.
8134 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
8135 names in environment variables regardless of the path separator.
8136 (woman-topic-all-completions-1): Don't call file-name-directory-p
8137 on all files, since woman-file-regexp already filters out any
8138 directories.
8139
01162f24
KH
81402000-05-24 Kenichi Handa <handa@etl.go.jp>
8141
48e3df76
KH
8142 * international/quail.el (quail-start-translation): Don't change
8143 modified-p of the current buffer.
8144 (quail-start-conversion): Likewise.
8145
8146 * international/kkc.el (kkc-region): Don't change modified-p of
8147 the current buffer.
8148
747d90ea
KH
8149 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
8150 conform to RFC1468.
8151 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 8152
17a223ff
EL
81532000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
8154
8155 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
8156 (speedbar-insert-button): Invisible text property fix.
8157 (speedbar-directory-plus): Renamed from speedbar-directory-+
8158 (speedbar-directory-minus): Renamed from speedbar-directory--
8159 (speedbar-page-plus): Renamed from speedbar-file-+
8160 (speedbar-page-minus): Renamed from speedbar-file--
8161 (speedbar-page): Renamed from speedbar-file-
8162 (speedbar-tag): Renamed from speedbar-tag-
8163 (speedbar-tag-plus): Renamed from speedbar-tag-+
8164 (speedbar-tag-minus): Renamed from speedbar-tag--
8165 (speedbar-expand-image-button-alist): Use above renames.
8166
8167 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
8168 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
8169 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
8170 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
8171 * sb-pg.xpm: Renamed from sb-file.xpm
8172 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
8173 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 8174
e6b6fc18
KH
81752000-05-24 Kenichi Handa <handa@etl.go.jp>
8176
8177 * international/quail.el (quail-show-guidance-buf): Set
8178 current-input-method of the guidance buffer to the name of the
8179 curren input method.
8180
a1a336eb
SM
81812000-05-23 Stefan Monnier <monnier@cs.yale.edu>
8182
8183 * progmodes/compile.el (compile-internal): Style typo.
8184
8185 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
8186 quote vars and functions in the docstring.
8187
8188 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
8189
8190 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
8191 Don't quote lambdas.
8192
8193 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
8194
9695b783
GM
81952000-05-23 Gerd Moellmann <gerd@gnu.org>
8196
716e3b88
GM
8197 * startup.el (command-line): Determine source file of compiled
8198 user init file differently. Warn if compiled user init file
8199 is older than its source file.
8200
9695b783 8201 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 8202
41ac433f
EZ
82032000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
8204
8205 * files.el (make-backup-file-name-1): Replace slashes with `!'
8206 rather than `|' (which is not allowed on Windows). Replace the
8207 drive letters with a string "drive_X".
8208
46600ab1
GM
82092000-05-23 Gerd Moellmann <gerd@gnu.org>
8210
8211 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
8212
8213 * files.el (interpreter-mode-alist): Add `bash2'.
8214
79a64d87
DL
82152000-05-22 Dave Love <fx@gnu.org>
8216
8217 * loadhist.el (feature-symbols, file-provides, file-requires): Use
8218 mapc.
8219 (feature-file): Avoid calling symbol-name. Doc fix.
8220 (file-set-intersect, file-dependents): Use dolist, not mapcar.
8221 (loadhist-hook-functions): Add mouse-position-function.
8222 (unload-feature): Change uses of mapcar.
8223
8224 * files.el (parse-colon-path): Doc fix.
8225 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
8226 (set-auto-mode): Use mapc.
8227
8228 * complete.el (PC-look-for-include-file): Use :alnum: character
8229 class.
8230 (partial-completion-mode): Add autoload cookie.
8231
0e8c11d8
SS
82322000-05-22 Sam Steingold <sds@gnu.org>
8233
ce75fd23 8234 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
8235 `add-text-properties' (bug introduced on 2000-05-18).
8236
d8d0fa6c
DL
82372000-05-22 Dave Love <fx@gnu.org>
8238
8239 * bindings.el: Remove debug-ignored-errors set in other files.
8240
8241 * progmodes/etags.el: Add to debug-ignored-errors.
8242 (visit-tags-table-buffer): Clear out buffers holding old tables
8243 when making a new list.
8244 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
8245 mapc.
8246
8247 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
8248 quote keywords.
8249 (cmpl-string-case-type): Use character classes.
8250
0e8c11d8
SS
8251 * comint.el:
8252 * textmodes/ispell.el:
8253 * imenu.el:
d8d0fa6c
DL
8254 * mail/mh-e.el:
8255 * progmodes/compile.el: Add to debug-ignored-errors.
8256
8257 * dabbrev.el: Add to debug-ignored-errors.
8258 (dabbrev-completion): Use mapc.
8259
1edbbf8a
EZ
82602000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
8261
8262 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
8263 (woman-mapcan, woman-parse-man.conf)
8264 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
8265 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
8266 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
8267 path syntax better.
8268 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
8269 (woman-manpath): Call woman-parse-man.conf.
8270 (woman-emulation): New defcustom, defaults to nroff.
8271 (woman-font-support): New defconst.
8272 (woman-use-symbol-font): New defcustom.
8273 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
8274 "Emulation".
8275 Many functions: Doc fix.
8276
5bd2148c
KH
82772000-05-22 Kenichi Handa <handa@etl.go.jp>
8278
8279 * international/quail.el (quail-simple-translation-keymap): Map
8280 128..255 to quail-self-insert-command.
8281 (quail-keyboard-layout-alist): Add definition for "pc102-de".
8282
4125ec7e
SM
82832000-05-22 Stefan Monnier <monnier@cs.yale.edu>
8284
a1a336eb
SM
8285 * help.el (help-manyarg-func-alist): Typo.
8286
40aeecad
SM
8287 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
8288 intervals which makes it heaps simpler.
8289
4125ec7e
SM
8290 * newcomment.el (comment-region-internal): Go back to BEG after quoting
8291 the nested comment markers.
e4da9c1c
SM
8292
8293 * subr.el (remove-hook): Don't turn the hook's value into a list.
8294
cb7216a7
DL
82952000-05-21 Dave Love <fx@gnu.org>
8296
ac266581
DL
8297 * edmacro.el (edmacro-parse-keys): Return vector if any elements
8298 are invalid characters.
8299
cb7216a7
DL
8300 * international/mule-util.el (detect-coding-with-priority): Use
8301 mapc. Remove redundant lambda.
8302
8303 * international/mule-diag.el (list-non-iso-charset-chars)
8304 (describe-fontset): Remove redundant lambda.
8305
8306 * emulation/crisp.el (brief-mode): New alias.
8307
8308 * emacs-lisp/ring.el (ring-elements): New function.
8309
8310 * emacs-lisp/easymenu.el (easy-menu-create-menu)
8311 (easy-menu-do-add-item): Use keywordp.
8312
8313 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
8314
8315 * replace.el: Doc and error message fixes.
8316 (replace-highlight): Use facep, not internal-find-face.
8317
9b0d1d6e
SM
83182000-05-20 Stefan Monnier <monnier@cs.yale.edu>
8319
b2d2cf58
SM
8320 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
8321
ffe7dc64
SM
8322 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
8323 (log-edit-insert-changelog): Drop `:' as well.
8324
8325 * log-view.el: Fix file description.
8326 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
8327 available.
8328 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
8329 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
8330
c8c21615
SM
8331 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
8332 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
8333 Print a status message if the toggle is called interactively.
8334 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
8335 for global minor modes and use `defcustom' for them.
8336 Use add-minor-mode.
8337 (easy-mmode-define-derived-mode): Remove.
8338 (define-derived-mode): Fancier default docstring.
8339 (easy-mmode-define-navigation): Signal an error rather than (ding).
8340
9b0d1d6e
SM
8341 * newcomment.el (comment-styles): New `box-multi'.
8342 (comment-normalize-vars): Better default for comment-continue to
8343 avoid whitespace-only continuations.
8344 (comment-search-forward): Always move even in the no-syntax case.
8345 (comment-padright): Only obey N if it's only obeyed for padleft.
8346 (comment-make-extra-lines): Better handling of empty continuations.
8347 Use `=' for the filler if comment-start has only one character.
8348 (uncomment-region): Try handling the special `=' filler.
8349 (comment-region): Allow LINES even if MULTI is nil.
8350 (comment-box): Choose box style based on comment-style.
8351
f5ee6d0f
KH
83522000-05-20 Kenichi Handa <handa@etl.go.jp>
8353
9b0d1d6e 8354 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
8355 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
8356
c9671f81
KH
83572000-05-20 Kenichi HANDA <handa@etl.go.jp>
8358
8359 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
8360 and insert, not subst-char-in-region.
8361
8362 * international/mule-diag.el (list-character-sets-1): Handle
8363 charsets eight-bit-control and eight-bit-graphic.
8364 (list-iso-charset-chars): Likewise.
8365 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
8366 charactes as is. Use indent-to to align characters.
8367
8368 * international/mule-cmds.el (find-multibyte-characters): Never
8369 exclude charsets eight-bit-control and eight-bit-graphic.
8370
1426aa5c
SM
83712000-05-19 Stefan Monnier <monnier@cs.yale.edu>
8372
8373 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
8374 Don't quote lambdas.
8375
8376 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
8377
2b63d473
GM
83782000-05-19 Gerd Moellmann <gerd@gnu.org>
8379
8380 * gud.el (gud-jdb-directories): Doc fix.
8381
f1355756
SM
83822000-05-19 Stefan Monnier <monnier@cs.yale.edu>
8383
8384 * newcomment.el: New file.
8385
5f64c9e0
GM
83862000-05-19 Gerd Moellmann <gerd@gnu.org>
8387
2b63d473 8388 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 8389
db7314bd
AS
83902000-05-18 Andreas Schwab <schwab@suse.de>
8391
8392 * dired.el (dired-between-files): Also skip lines beginning with
8393 `used'.
8394
25bb0401
GM
83952000-05-18 Gerd Moellmann <gerd@gnu.org>
8396
8397 * msb.el (msb-menu-cond): Add choice `user'.
8398
a199a865 83992000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 8400
a199a865
GM
8401 * ps-print.el: Compatibility, customization and doc fix.
8402 (ps-printer-name-option): Replace defconst by defvar.
8403 (ps-postscript-code-directory): XEmacs compatibility.
8404 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
8405 fix.
8406 (ps-user-defined-prologue, ps-print-prologue-header)
8407 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
8408 compatibility and code fix.
8409 (ps-print-background-image, ps-print-background-text):
8410 Customization fix.
8411 (ps-line-number-start, ps-n-up-on): New vars.
8412
25bb0401
GM
84132000-05-18 Espen Skoglund <esk@ira.uka.de>
8414
8415 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
8416 the indent-comment function to just return the appropriate indent.
8417
68e6c83a
EL
84182000-05-18 Eric M. Ludlam <zappo@ultranet.com>
8419
8420 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
8421 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
8422 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
8423
dae6cb9f
DL
84242000-05-18 Dave Love <fx@gnu.org>
8425
8426 * info.el (Info-fontify-node): Add intangible property as well as
8427 invisible.
8428
8429 * calendar/appt.el (appt-make-list): Match all lines of entry.
8430 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
8431
813086ea
KH
84322000-05-18 Kenichi Handa <handa@etl.go.jp>
8433
8434 * international/mule-diag.el (describe-char-after): Call
8435 internal-char-font, not char-font. If internal-char-font returns
8436 nil, display "-- none --".
8437
24978190
EZ
84382000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8439
8440 * image.el (image-type-available-p): Don't reference image-types
8441 if it isn't bound.
8442
2fca2d5d
SM
84432000-05-17 Stefan Monnier <monnier@cs.yale.edu>
8444
8445 * autoarg.el (autoarg-mode): Typo in the :set argument.
8446
cfc75d05
EZ
84472000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8448
8449 * startup.el (command-line-1): Don't signal an error if the
8450 directory for auto-save-list files does not yet exist.
8451
c4e30387
KH
84522000-05-17 Kenichi Handa <handa@etl.go.jp>
8453
8454 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
8455
dd6b8ea7
SM
84562000-05-16 Stefan Monnier <monnier@cs.yale.edu>
8457
8458 * subr.el (remove-hook): `setq' hook-value, not `set'.
8459
399c88ad
SS
84602000-05-16 Sam Steingold <sds@gnu.org>
8461
a199a865 8462 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 8463
01651f07
DL
84642000-05-16 Dave Love <fx@gnu.org>
8465
8466 * cus-edit.el: Don't require cl or easymenu.
8467 (custom-variable-prompt): Test standard-value property, not
8468 user-variable-p.
8469
2248c40d
SS
84702000-05-16 Sam Steingold <sds@gnu.org>
8471
8472 * subr.el (add-hook): `setq' hook-value, not `set'.
8473
b15f3b77
GM
84742000-05-16 Gerd Moellmann <gerd@gnu.org>
8475
8476 * startup.el (command-line-1): Mention the FAQ in the startup
8477 message.
8478
8479 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
8480
8481 * progmodes/compile.el (compilation-parse-errors): Collect
8482 `nomessage' regexps last.
8483
8484 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
8485
8486 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
8487 to the function name.
8488
f9bbcfac
EL
84892000-05-15 Dave Love <fx@gnu.org>
8490
8491 * speedbar.el (speedbar-recenter): Typo.
8492 (speedbar-expand-line): Make arg optional.
8493 (speedbar-mode): Avoid a compiler warning.
8494
119b42eb
GM
84952000-05-15 Gerd Moellmann <gerd@gnu.org>
8496
8497 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
8498 user-specified option string is empty.
8499
8500 * mouse.el (mouse-yank-at-click): Doc fix.
8501
f685bea9
EZ
85022000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
8503
8504 * term/internal.el (IT-character-translations): More updates of
8505 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
8506 documents.
8507
a1b8d58b
GM
85082000-05-15 Gerd Moellmann <gerd@gnu.org>
8509
8510 * env.el (getenv): New function, interactively callable.
8511 (setenv, getenv): Remove autoload cookies.
8512
8513 * loadup.el: Load `env'.
8514
8515 * progmodes/f90.el: Change author's mail address.
8516
c9bba7ed
DL
85172000-05-14 Dave Love <fx@gnu.org>
8518
e5c83697
DL
8519 * mail/rmail.el (rmail-show-message-hook): Customize and offer
8520 goto-addr as an option.
8521
8522 * help.el (help-xref-stack): Doc fix.
8523 (help-xref-following): New variable.
8524 (help-make-xrefs): Use it.
8525 (help-xref-go-back): Use position information from stack element.
8526 (help-follow): Make position in stack element a pair. Use
8527 help-xref-following.
399c88ad 8528
e5c83697
DL
8529 * autoarg.el: New file.
8530
8531 * faces.el: Declare more functions obsolete.
8532
c9bba7ed
DL
8533 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
8534 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
8535 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
8536 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
8537 Remove all the setup-...-environment functions.
8538
b6389bfb
EL
85392000-05-13 Eric M. Ludlam <zappo@ultranet.com>
8540
a1b8d58b
GM
8541 * speedbar.el: Updated the commentary section. xemacs20p now uses
8542 >= when detecting. Require `defimage' safely.
b6389bfb
EL
8543 (speedbar-easymenu-definition-base): Add toggle for images.
8544 (speedbar-easymenu-definition-special): Add flush cache & expand.
8545 (speedbar-visiting-tag-hook): Set new defaults. Added options.
8546 (speedbar-reconfigure-keymaps-hook): New variable.
8547 (speedbar-frame-parameters): Updated documentation.
8548 (speedbar-use-imenu-flag): Updated custom tag
8549 (speedbar-dynamic-tags-function-list): New variable.
8550 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
8551 (speedbar-indentation-width, speedbar-indentation-width) New
8552 variables.
8553 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
8554 (speedbar-vc-indicator): Doc update.
8555 (speedbar-ignored-path-expressions): Updated default value.
8556 (speedbar-supported-extension-expressions): Updated default value.
8557 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
8558 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
8559 as "+". Added overlay aliases.
8560 (speedbar-mode): Use `speedbar-mode-line-update' instead of
8561 `force-mode-line-update'.
8562 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
8563 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
8564 `mouse-set-point'
b6389bfb 8565 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
8566 (speedbar-item-info-tag-helper): Revamped to handle a wider range
8567 of arbitrary text, and new helper functions.
8568 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
8569 filename finder.
b6389bfb
EL
8570 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
8571 (speedbar-directory-buttons): Update path search/expansion.
8572 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
8573 `speedbar-indentation-width'. Use more care w/ invisible
8574 properties.
b6389bfb
EL
8575 (speedbar-change-expand-button-char): Call
8576 `speedbar-insert-image-button-maybe'.
8577 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
8578 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
8579 (speedbar-trim-words-tag-hierarchy)
8580 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 8581 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
8582 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
8583 functions.
b6389bfb
EL
8584 (speedbar-mouse-set-point): New function
8585 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
8586 (speedbar-line-token, speedbar-goto-this-file): Handle more types
8587 of tag prefix text.
8588 (speedbar-expand-line, speedbar-contract-line): Make more robust
8589 to strange text.
8590 (speedbar-expand-line): Takes universal argument to flush the
8591 cache.
b6389bfb
EL
8592 (speedbar-flush-expand-line): New function.
8593 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
8594 Use new generator insertion method.
8595 (speedbar-fetch-dynamic-tags): New function.
8596 (speedbar-fetch-dynamic-imenu): Removed code now handled in
8597 `speedbar-fetch-dynamic-imenu'.
8598 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
8599 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
8600 "Revert Buffer" menu items.
8601 (speedbar-buffer-buttons-engine): Be smarter when creating a
8602 filename tag (for expansion purposes.).
a1b8d58b
GM
8603 (speedbar-highlight-one-tag-line,
8604 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
8605 (speedbar-recenter): New functions.
b6389bfb 8606 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
8607 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
8608 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
8609 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
8610 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
8611 (speedbar-expand-image-button-alist): New variable.
8612 (speedbar-insert-image-button-maybe): Insert an image over some
8613 buttons.
8614
43fe9244
KH
86152000-05-13 Kenichi Handa <handa@etl.go.jp>
8616
8617 * international/mule-cmds.el (encode-coding-char): An ASCII
8618 character is always encodable.
8619
8620 * international/mule-conf.el: Add more information in descriptions
8621 of character sets.
8622
813086ea 8623 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
8624 (describe-font-internal): Adjusted for the change of font-info.
8625 (describe-font): Likewise.
8626 (print-fontset): Rewritten for the new fontset implementation.
8627 (describe-fontset): Include fontset alias names in completion.
8628 (list-fontsets): Adjusted for the change of print-fontset.
8629
8630 * simple.el (what-cursor-position): If DETAIL is non-nil, call
8631 describe-char-after instead of displaying the detail in the echo
8632 area.
813086ea
KH
8633 (syntax-code-table): Format changed.
8634 (string-to-syntax): Adjusted for the above change.
0e8c11d8 8635
e8564f57
SM
86362000-05-12 Stefan Monnier <monnier@cs.yale.edu>
8637
8638 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
8639
9278c60d
DL
86402000-05-12 Dave Love <fx@gnu.org>
8641
8642 * calendar/todo-mode.el: Remove some compatibility stuff and CL
8643 dependence. Use line-{beginning,end}-position, not
8644 point-at{b,e}ol. Some doc fixes.
8645 (todo-position): New function. Fix callers of position to use it.
8646 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
8647
be0505fe
GM
86482000-05-12 Gerd Moellmann <gerd@gnu.org>
8649
8650 * time.el (display-time-mail-icon): Use `:ascent center'.
8651
a8a3541c
GM
8652 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
8653 handling FTP security extensions.
399c88ad 8654
44d5f148
DL
86552000-05-11 Dave Love <fx@gnu.org>
8656
33d0c179 8657 * calendar/todo-mode.el: New file.
44d5f148 8658
da4496b6
GM
86592000-05-11 Gerd Moellmann <gerd@gnu.org>
8660
cdc4401d
GM
8661 * comint.el (comint-read-input-ring): Move reference to
8662 comint-input-ring-size outside of the save-excursion. It was
8663 causing the default value to be the only one ever seen.
399c88ad 8664
0279f991
GM
8665 * font-lock.el: Update copyright. Remove Simon Marshall's email
8666 address on request from him.
8667
da4496b6
GM
8668 * subr.el (substitute-key-definition): Add comment describing
8669 the meaning of PREFIX.
8670
ac5cb26d
SM
86712000-05-10 Stefan Monnier <monnier@cs.yale.edu>
8672
8673 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
8674
8675 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
8676 (add-minor-mode): Don't make the variable buffer-local and add a
8677 reference to define-minor-mode in the docstring.
8678
8679 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
8680 HEADER/FOOTER and fix bug with trailing empty directory.
8681 (cvs-append-to-ignore): Use vc-editable-p if available.
8682 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
8683 (vc-do-command): Tweak advice to handle the new VC.
8684
8685 * log-view.el (log-view-goto-rev): New function for the new VC.
8686 (log-view-minor-wrap): Use mark-active.
8687
8688 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
8689 (log-edit-changelog-full-paragraphs): New var.
8690 (log-edit-insert-changelog): Remove a lonely leading `* file'.
8691 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
8692 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
8693 (log-edit-changelog-ours-p, log-edit-changelog-entries)
8694 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
8695 Replace the `cvs' prefix with `log-edit'.
8696
8697 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
8698
8699 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
8700 (diff-font-lock-defaults): Explicitly turn off multiline.
8701 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
8702 (diff-ediff-patch): Fix call to ediff-patch-file.
8703 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
8704 Handle comments.
8705
8706 * frame.el (automatic-hscrolling): Typo.
8707
8708 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
8709
21c34da3
DL
87102000-05-09 Sam Steingold <sds@goems.com>
8711
8712 * apropos.el (apropos-print): use `describe-face' instead of
8713 `customize-face-other-window'.
8714
950cf06f
DL
87152000-05-09 Dave Love <fx@gnu.org>
8716
8717 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
8718
8719 * help.el (describe-variable): Have customize button pop the
8720 help-xref stack when invoked.
8721 (help-xref-symbol-regexp): Add `face'.
8722 (help-make-xrefs): Check for quoted face names and adapt regexp
8723 submatch numbers to cope.
8724 (help-xref-interned): Maybe insert face doc too. Separate
8725 sections with a line of hyphens.
8726
0623e40f 8727 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
8728 (describe-face): Add customize button. Return the help
8729 text. Fix prompt.
8730
82e2ca9d
EZ
87312000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
8732
8733 * term/internal.el (IT-character-translations): Fix last change.
8734
10c00b5c
EZ
87352000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8736
8737 * woman.el: New file
8738 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
8739
9deed82f
EZ
87402000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8741
001ad319
EZ
8742 * term/internal.el (IT-character-translations): Update ASCII
8743 simulations for greek-iso8859-7, add latin-iso8859-14 and
8744 latin-iso8859-15.
8745
9deed82f
EZ
8746 * international/mule-cmds.el (set-language-info-alist): Call
8747 define-prefix-command with 3 arguments, to make the map suitable
8748 for a menu.
8749
4f37b78a
DL
87502000-05-07 Dave Love <fx@gnu.org>
8751
1ec321a7 8752 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 8753
64a4c526
DL
87542000-05-05 Dave Love <fx@gnu.org>
8755
8756 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
8757 list in doc string. Don't quote keyword symbols.
8758 * emacs-lisp/cl.el: Likewise
8759 * emacs-lisp/cl-seq.el: Likewise
8760
056565f7
GM
87612000-05-05 Gerd Moellmann <gerd@gnu.org>
8762
8763 * abbrev.el (abbrev-mode): Make ARG optional.
8764
4656b314
GM
87652000-05-04 Gerd Moellmann <gerd@gnu.org>
8766
ec82fb2f
GM
8767 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
8768
8769 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
8770
4656b314
GM
8771 * subr.el (substitute-key-definition): Clarify documentation.
8772
87732000-05-04 Milan Zamazal <pdm@freesoft.cz>
8774
8775 * glasses.el (glasses-convert-to-unreadable): Use
8776 `glasses-separator' instead of the hard-wired "_".
8777 (glasses-mode): Call `glasses-make-unreadable' only in a single
8778 place.
8779
7b081c78
EZ
87802000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
8781
8782 * term/internal.el (cjk-codepages-alist): Add associations for
8783 Chinese and Korean codepages. Remove FIXME comment.
8784
baa5536e
DL
87852000-05-03 Dave Love <fx@gnu.org>
8786
8787 * time.el (display-time-mail-face, display-time-use-mail-icon):
8788 New option.
8789 (display-time-mail-icon): New variable.
8790 (display-time-string-forms): Use the above. Fix the local-map.
8791
cbf18892
GM
87922000-05-03 Gerd Moellmann <gerd@gnu.org>
8793
4ff40dd0
GM
8794 * replace.el (query-replace-map): Add binding for `E'.
8795 (query-replace-help): Extend help text.
8796 (perform-replace): Allow editing the replacement string.
8797
8798 * make-mode.el (makefile-mode-abbrev-table): New variable.
8799 (makefile-mode): Set local abbrev table to
8800 makefile-mode-abbrev-table.
8801 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 8802
cbf18892
GM
8803 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
8804 set TOGGLE's value.
8805
4ff40dd0
GM
8806 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
8807 mail-interactive-insert-alias.
8808 (mail-abbrev-complete-alias): New command.
8809 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 8810
ffec4d9f
KH
88112000-05-03 Kenichi Handa <handa@etl.go.jp>
8812
8813 * language/lao-util.el (lao-compose-region): New function.
8814
1b0672c3
GM
88152000-05-02 Gerd Moellmann <gerd@gnu.org>
8816
576da55d
GM
8817 * files.el (recover-session): Make directories as necessary
8818 if they don't exist yet.
8819
399c88ad
SS
8820 * calendar/cal-french.el
8821 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
8822 (french-calendar-special-days-array): Change French text.
8823 (calendar-french-date-string): Change output.
8824 (calendar-goto-french-date): Likewise.
8825
88262000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
8827
8828 * wid-edit.el (widget-default-active): Obey `:always-active'.
8829 (widget-documentation-string-value-create): Set `:always-active'.
8830
4b33deaa
EZ
88312000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
8832
8833 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
8834 default prefix to `~/_emacs.d/auto-save.list/_s'.
8835 (normal-top-level): Create the directory for auto-save files, if
8836 it doesn't already exist (in the ms-dos case only).
8837
5c922ea7
EZ
88382000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
8839
8840 * international/mule-cmds.el (set-language-environment): Don't
8841 concat an integer (dos-codepage), use format instead.
8842
820ad5e7
DL
88432000-05-02 Dave Love <fx@gnu.org>
8844
8845 * help.el (help-xref-on-pp): Check for constant symbols.
8846
57cb56f5
GM
88472000-04-29 Gerd Moellmann <gerd@gnu.org>
8848
8849 * startup.el (normal-top-level): Put a condition-case around
8850 the code loading subdirs.el.
8851
88522000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 8853
57cb56f5
GM
8854 * ps-print.el: Upside-down and face background color printing,
8855 line number step, doc fix.
8856 (ps-print-version): New version number (5.2).
8857 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
8858 (ps-face-attribute-list, ps-plot-with-face): Code fix.
8859 (ps-spool-config): Var fix.
8860 (ps-printer-name-option): Const fix.
8861 (ps-print-upside-down, ps-use-face-background)
8862 (ps-line-number-step): New vars.
8863 (ps-window-system, ps-lp-system): New consts.
8864 (ps-face-background): New fun.
8865
084cec2f
GM
88662000-04-28 Richard Stallman <rms@gnu.org>
8867
8868 * files.el (make-auto-save-file-name):
8869 Apply auto-save-file-name-transforms to visited file name
8870 before generating auto save file name.
8871 (auto-save-file-name-transforms): New variable.
8872
399c88ad 8873 * files.el (backup-enable-predicate):
084cec2f
GM
8874 Correctly test for a file under a temporary directory.
8875
c94f4677
GM
88762000-04-28 Gerd Moellmann <gerd@gnu.org>
8877
8878 * subr.el (add-minor-mode): Rewritten.
8879
7b211df5
KH
88802000-04-28 Kenichi Handa <handa@etl.go.jp>
8881
8882 * mail/sendmail.el (sendmail-send-it): Set
8883 buffer-file-coding-system to the selected coding system for MIME
8884 header.
8885
c76e04a8 88862000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 8887
c76e04a8
GM
8888 * dired.el (dired-move-to-filename-regexp): Allow format where
8889 YYYY is followed by two spaces.
e3e36d74 8890
c76e04a8
GM
8891 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
8892 in the second character class of the regexp.
8893
8894 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
8895 mh-etc, too.
353964e3 8896
c76e04a8
GM
8897 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
8898 nil.
399c88ad 8899
353964e3
GM
8900 * subr.el (add-minor-mode): Use `set' instead of `setq'.
8901
8902 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
8903 argument.
8904
c76e04a8 89052000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 8906
c76e04a8
GM
8907 * emacs-lisp/crm.el (crm-completion-table): New variable.
8908 (crm-collection-fn, crm-test-completion)
8909 (completing-read-multiple): Use it.
8910
89112000-04-27 Dave Love <fx@gnu.org>
8912
8913 * help.el (locate-library): Use mapc.
8914 (help-manyarg-func-alist): Add call-process-region.
8915
7464346d
GM
89162000-04-26 Gerd Moellmann <gerd@gnu.org>
8917
b35bd33d
GM
8918 * subr.el (add-minor-mode): Make argument MAP optional.
8919
7464346d
GM
8920 * desktop.el (desktop-save): Save list of minor modes.
8921 (desktop-create-buffer): Restore minor modes.
8922 (desktop-minor-mode-table): New user-option.
8923
8924 * subr.el (add-minor-mode): New function.
8925
8926 * image.el (find-image): New function.
8927 (defimage): Rewritten to find image at load time.
8928
8929 * startup.el (normal-top-level-add-to-load-path): Handle
8930 case that the default directory is not in load-path.
8931
8932 * help.el: Old patch from Stefan Monnier.
8933 (help-xref-on-pp): New function.
8934 (describe-variable): Use it to display xrefs in a symbol's value.
8935
23c0fb21
SM
89362000-04-26 Stefan Monnier <monnier@cs.yale.edu>
8937
8938 * cus-edit.el (custom-face): Fix parenthesis.
8939
fad95037
KH
89402000-04-26 Kenichi Handa <handa@etl.go.jp>
8941
f03392a1
KH
8942 * mail/rmail.el (rmail-expunge): When there are no deleted
8943 messages, do nothing.
fad95037 8944
0d7c5bb9
DL
89452000-04-26 Dave Love <fx@gnu.org>
8946
8947 * international/mule-cmds.el (locale-translation-file-name):
8948 Defvar to nil.
8949 (set-locale-environment): Set it here (at runtime).
8950
612839b6
GM
89512000-04-25 Gerd Moellmann <gerd@gnu.org>
8952
8953 * replace.el (perform-replace): Add parameters START and END. Use
8954 them instead of the check for a region in Transient Mark mode.
8955 (query-replace-read-args): Return two more list elements for the
8956 start and end of the region in Transient Mark mode.
8957 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8958 (map-query-replace-regexp, replace-string, replace-regexp): Add
8959 optional last arguments START and END and pass them to
8960 perform-replace.
8961
8962 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
8963 form with additional arguments for perform-replace.
8964
8965 * progmodes/etags.el (tags-query-replace): Add parameters START
8966 and END. Construct a form with additional arguments for
8967 perform-replace.
8968
8969 * simple.el (shell-command): Set default directory for "*Shell
8970 Command Output" buffer.
8971
8972 * language/european.el (iso-latin-4): Fix typo.
8973
8974 * emacs-lisp/crm.el: New file.
8975
2917cc05
DL
89762000-04-24 Dave Love <fx@gnu.org>
8977
8978 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
8979 (Custom-reset-saved, Custom-reset-standard)
8980 (custom-group-value-create, custom-group-set, custom-group-save)
8981 (custom-group-reset-current, custom-group-reset-saved)
8982 (custom-group-reset-standard): Use mapc.
8983 (custom-buffer-create-internal): Disable undo when creating items.
8984 Use mapc.
8985 (custom-face): Avoid redundant lambda.
8986
abfcc168
GM
89872000-04-24 Gerd Moellmann <gerd@gnu.org>
8988
8989 * startup.el (auto-save-list-file-prefix): Set default to
8990 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
8991
fa78f71b
SS
89922000-04-24 Sam Steingold <sds@gnu.org>
8993
8994 * time-stamp.el (time-stamp-string-preprocess): Always convert
8995 `field-result' to a string.
8996
cc181e95
GM
89972000-04-24 Gerd Moellmann <gerd@gnu.org>
8998
8999 * frame.el (scrolling): New group.
9000 (automatic-hscrolling): New user-option.
9001
9002 * startup.el (command-line-x-option-alist): Add `-lsp' and
9003 `--line-spacing'.
9004
6142fdcb
DL
90052000-04-19 Dave Love <fx@gnu.org>
9006
9007 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
9008 (cl-mapc): Rename from mapc. Fix the funcall.
9009
5e3dac3f
GM
90102000-04-19 Gerd Moellmann <gerd@gnu.org>
9011
1c459486
GM
9012 * simple.el (clone-indirect-buffer-other-window): New command.
9013 (clone-indirect-buffer): Add optional arg NORECROD.
9014 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
9015
271b4185
GM
9016 * help.el (resize-temp-buffer-window): Use count-screen-lines.
9017
9018 * window.el (count-screen-lines): New function.
9019 (shrink-window-if-larger-than-buffer): Use count-screen-lines
9020 instead of window-buffer-height.
9021
9022 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
9023 non-existing variable comint-input-sentinel.
9024 (inferior-lisp-args-to-list): Removed.
9025 (inferior-lisp): Use split-string instead of
9026 inferior-lisp-args-to-list.
9027
9028 * hexl.el (hexl-insert-hex-string): New command.
9029
5e3dac3f
GM
9030 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
9031 instead of concat.
9032
f6d3257b
GM
90332000-04-18 Gerd Moellmann <gerd@gnu.org>
9034
9035 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
9036 at the start of an existing but empty folder.
9037
90382000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9039
9040 * ps-mule.el: Customization fix, doc fix.
9041 (ps-multibyte-buffer): Customization fix.
9042
8b7bc628 90432000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
9044
9045 * subr.el (read-passwd): Use read-char-exclusive.
9046
0daee095
GM
90472000-04-17 Gerd Moellmann <gerd@gnu.org>
9048
9049 * textmodes/texinfo.el (texinfo-insert-@email)
9050 (texinfo-insert-@emph, texinfo-insert-@quotation)
9051 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
9052 (texinfo-mode-map): Add key bindings for them.
9053
9054 * files.el (basic-save-buffer-2): Use a template with `$'
9055 instead of `#' for VMS.
9056
9057 * simple.el (clone-indirect-buffer): New function.
9058
e10f64e7
GM
90592000-04-16 Stephen Eglen <stephen@gnu.org>
9060
9061 * iswitchb.el (iswitchb-case): New function. If the user input
9062 contains any upper-case characters, the search is made
9063 case-sensitive.
9064
e3721db1
SM
90652000-04-17 Stefan Monnier <monnier@cs.yale.edu>
9066
e10f64e7
GM
9067 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
9068 comment-end.
e3721db1
SM
9069 (texinfo-font-lock-syntactic-keywords): New var.
9070 (texinfo-font-lock-keywords): Remove comment regexp.
9071 (texinfo-insert-block): New function.
9072 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
9073 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
9074 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 9075 (texinfo-environments): New var.
e10f64e7
GM
9076 (texinfo-environment-regexp): Use regexp-opt and
9077 texinfo-environments.
e3721db1 9078
e10f64e7
GM
9079 * textmodes/ispell.el (ispell-menu-map-needed): Check that
9080 ispell-process is bound since this might be eval'd before ispell
9081 is loaded.
9082 (ispell-message): Use a tiny bit less magic and a bit more hard
9083 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
9084
9085 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
9086
9087 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
9088 (insert-cyclic-diary-entry): Unquote the lambda.
9089
9090 * gud.el (gud-jdb-build-source-files-list): Fix typo.
9091
9092 * files.el (backup-enable-predicate): Unquote the lambda.
9093
9094 * cus-edit.el (custom-face, face): Unquote the lambda.
9095
712dc9e0
GM
90962000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9097
9098 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 9099
712dc9e0
GM
9100 * ps-print.el: Fix counting lines in a region.
9101 (ps-print-version): New version number (5.1.5).
9102 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
9103 (ps-printing-region): Fun code fix.
9104
ffc50f2a
GM
91052000-04-15 Gerd Moellmann <gerd@gnu.org>
9106
9107 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
9108 to file-directory-p.
9109
a2522dca
GM
91102000-04-14 Gerd Moellmann <gerd@gnu.org>
9111
9112 * gud.el (gud-jdb-build-source-files-list): Check that directory
9113 exists before calling directory-files.
9114
6e883610
DL
91152000-04-13 Dave Love <fx@gnu.org>
9116
9117 * emacs-lisp/trace.el: Change maintainer. Use new backquote
9118 syntax.
9119
9120 * emacs-lisp/cl-specs.el: Remove when, unless.
9121
9122 * emacs-lisp/cl-extra.el: Don't quote keywords.
9123 (cl-old-mapc): New variable.
9124 (mapc): Use it.
9125 (cl-map-intervals): Use with-current-buffer. Don't check for
9126 next-property-change.
9127 (cl-map-overlays): Use with-current-buffer.
9128 (cl-expt): Remove.
9129 (copy-tree, remprop): Define unconditionally.
9130
9131 * emacs-lisp/cl-compat.el (keywordp): Remove.
9132
9133 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
9134 to use keywordp.
9135 (edebug-spec): Enable keywordp.
9136
9137 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
9138 string-lessp.
9139
9140 * cus-start.el: Use keywordp.
9141
198e3c7a
GM
91422000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9143
9144 * diary-lib.el (include-other-diary-files): Fix the fix of
9145 2000-02-18 by doing a save-excursion.
9146
91472000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9148
9149 * ps-print.el: Customization fix, doc fix.
9150 (ps-print-version): New version number (5.1.4).
9151 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
9152 (ps-print-preprint): Adjust code.
9153 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
9154 (ps-print-prologue-header, ps-print-control-characters)
9155 (ps-spool-config): Customization fix.
fa78f71b 9156
8eba343c
EZ
91572000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
9158
9159 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
9160 converted to the new menu-item format, names silightly changed,
9161 help strings added.
9162
9163 Support for spelling without async subprocesses:
9164
9165 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
9166 (ispell-session-buffer): New variables.
9167 (ispell-start-process, ispell-process-status,
9168 ispell-accept-output, ispell-send-string): New functions, for
9169 Ispell invocation when async subprocesses aren't supported.
9170 (ispell-word, ispell-pdict-save, ispell-command-loop,
9171 ispell-process-line, ispell-buffer-local-parsing): Replace calls
9172 to process-send-string with calls to ispell-send-string, and
9173 accept-process-output with ispell-accept-output.
9174 (ispell-init-process): Call ispell-process-status instead of
9175 process-status with.
9176 (ispell-init-process): Call ispell-start-process. Call
9177 ispell-accept-output and ispell-send-string. Don't call
9178 process-kill-without-query and kill-process if they are unbound.
9179 (ispell-async-processp): New function.
9180
3d30065d
DL
91812000-04-12 Dave Love <fx@gnu.org>
9182
9183 * info.el: Add debug-ignored-errors.
9184 (Info-mode-menu): Add some items.
9185 (Info-directory): Add autoload cookie.
9186
9187 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
9188 Modify `truncate-lines'. Make `describe-language-environment'
9189 always visible and add help. Modify `describe-key' help. Invoke
9190 Info-directory from `info'. New entry `emacs-manual'.
9191
1a1b1895
GM
91922000-04-10 Gerd Moellmann <gerd@gnu.org>
9193
8b2affc5
GM
9194 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
9195 propertized-buffer-identification.
9196 (ebrowse-update-member-buffer-mode-line): Likewise.
9197 (ebrowse--mode-strings): Removed.
9198 (ebrowse--mode-line-props): Removed.
9199
1a1b1895
GM
9200 * files.el (auto-mode-alist): Add `EBROWSE'.
9201
9202 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
9203 space before testing for end of buffer.
9204 (ebrowse-load): Removed.
9205 (ebrowse-revert-tree-buffer-from-file): Rewritten.
9206 (ebrowse-create-tree-buffer): Rewritten.
9207 (ebrowse-tree-mode): Read tree from buffer.
9208
9209 * progmodes/ebrowse-ffh.el: Removed.
9210
223f3c91
KH
92112000-04-10 Kenichi Handa <handa@etl.go.jp>
9212
9213 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
9214
25fbf2c4
GM
92152000-04-10 Gerd Moellmann <gerd@gnu.org>
9216
9217 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
9218 at the wrong place.
9219
92c13173
DL
92202000-04-09 Dave Love <fx@gnu.org>
9221
9222 * files.el (backup-enable-predicate): Use
9223 temporary-file-directory, small-temporary-file-directory.
9224 (make-backup-file-name-function, backup-directory-alist): New
9225 variables.
9226 (make-backup-file-name-1): New function.
9227 (make-backup-file-name): Use it.
9228 (find-backup-file-name): Likewise. Use format for clarity, not
9229 concat.
9230 (file-newest-backup): Use make-backup-file-name.
9231
be0dbdab
GM
92322000-04-09 Gerd Moellmann <gerd@gnu.org>
9233
c45be9ac 9234 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 9235
c45be9ac
GM
9236 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
9237 to ebrowse-ffh.el.
9238 (ebrowse-load): Add autoload.
9239
9240 * finder.el (finder-commentary): Add autoload cookie.
9241
be0dbdab
GM
9242 * mail/rfc2368.el: Correct author's email address.
9243
9244 * progmodes/ebrowse.el: New file.
9245
9246 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
9247 item help string.
9248 (easy-menu-do-add-item): Ditto.
9249 (easy-menu-define): Extend doc string.
9250
9251 * jit-lock.el (with-buffer-unmodified): Use
9252 restore-buffer-modified-p.
9253 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
9254 (jit-lock-function, jit-lock-stealth-fontify): Don't use
9255 with-buffer-unmodified.
9256
3f923efe
DL
92572000-04-08 Dave Love <fx@gnu.org>
9258
9259 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
9260 unless, when.
9261
d35bee0e
MK
92622000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
9263
9264 * viper-util.el (viper-put-on-search-overlay): New subroutine.
9265 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 9266 doesn't support face.
d35bee0e 9267 Use `viper-put-on-search-overlay'.
fa78f71b 9268
c407c570
GM
92692000-04-04 Gerd Moellmann <gerd@gnu.org>
9270
9271 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
9272 like C-r.
9273
9274 * progmodes/make-mode.el: Some doc fixes.
9275 (makefile-mode-abbrev-table): New variable.
9276 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
9277 (makefile-font-lock-keywords): Fontify includes and conditionals.
9278 (toplevel): Require `dabbrev' and `add-log' when compiling.
9279
9280 * replace.el (perform-replace): Don't move forward one char
9281 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
9282 to do that because it leaves point 1 position after the last
9283 replacement, after everything has been replaced.
9284
9285 * jit-lock.el (with-buffer-unmodified): New macro.
9286 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
9287 modified state.
9288 (jit-lock-function-1): Extracted from jit-lock-function; not
9289 preserving buffer's modified state.
9290 (jit-lock-function, jit-lock-stealth-fontify): Call
9291 jit-lock-function-1.
9292
9293 * mail/rfc2368.el: Remove supernumerary copyright line.
9294
685e5ed2
GM
92952000-04-04 Milan Zamazal <pdm@freesoft.cz>
9296
9297 * glasses.el: Provide facilities for inserting space before left
9298 parentheses and uncapitalization of identifiers.
9299 (glasses-mode): Try to remove old overlays in all cases.
9300
0166aed1
GM
93012000-04-03 Gerd Moellmann <gerd@gnu.org>
9302
62f20204
GM
9303 * progmodes/compile.el (compile-internal): Display the compilation
9304 buffer in a different frame, if it's already displayed there.
9305
6460c400
GM
9306 * mail/rfc2368.el: New file.
9307
c0510d27
GM
9308 * simple.el (sendmail-user-agent-compose): Recognize a `body'
9309 header and insert its value as mail body.
9310
9311 * subr.el (member-ignore-case): New function.
9312
9313 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
9314 (dabbrev--find-expansion): Ignore buffers matching a regexp
9315 from dabbrev-ignored-regexps.
9316
0166aed1
GM
9317 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
9318 to extensions handled by gzip.
9319
c0510d27
GM
93202000-04-03 Richard M. Stallman <rms@gnu.org>
9321
9322 * files.el (insert-directory): List the total free space
9323 along with the used space.
fa78f71b 9324
c0510d27
GM
9325 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
9326 line is followed by one that matches CITATION-REGEXP, end the
9327 paragraph.
9328
93292000-04-03 Markus Rost <rost@delysid.gnu.org>
9330
9331 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
9332 (rmail-make-basic-summary-line): Use that option.
fa78f71b 9333
14c04384
KH
93342000-04-03 Kenichi Handa <handa@etl.go.jp>
9335
9336 * international/mule-cmds.el (encoded-string-description):
9337 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
9338 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
9339 for hexadecimal format.
14c04384 9340
ccf5869a
DL
93412000-04-01 Dave Love <fx@gnu.org>
9342
9343 * cpp.el: Change customization group to `c' from `C'.
9344
9345 * vcursor.el (vcursor-move): Use display-color-p.
9346
9347 * international/mule-util.el: Provide mule-utils.
9348 (string-to-sequence): Simplify and speed up.
9349
9350 * international/mule.el (make-coding-system): Purecopy doc-string.
9351
9352 * international/mule-cmds.el: Various menu changes.
9353 (describe-specified-language-support): Handle `Default'.
9354 (set-language-info): Purecopy `info'.
9355
610d841e
GM
93562000-03-31 Andrew Innes <andrewi@gnu.org>
9357
9358 * vc.el (vc-backend-diff): Return the correct status if we had to
9359 retry the rcsdiff command without the --brief option.
fa78f71b 9360
7f9de034
DL
93612000-03-31 Dave Love <fx@gnu.org>
9362
2de47765
DL
9363 * help.el (help-manyarg-func-alist): Correct several omissions.
9364
72838819
DL
9365 * add-log.el: Don't require cl, fortran.
9366 (add-log-current-defun-function): Doc fix.
9367 (change-log-version-number-regexp-list): Remove SCCS part. Doc
9368 fix.
9369 (change-log-version-rcs): Function deleted.
9370 (change-log-version-number-search): Doc fix. Use
9371 vc-workfile-version. Avoid CL dolist.
9372 (add-change-log-entry): Just call add-log-current-defun to get
9373 defun. Simplify somewhat.
9374 (change-log-get-method-definition-1): Likewise.
9375 (add-log-current-defun): Return nil if calling
9376 add-log-current-defun-function does so. Move Fortran stuff to
9377 fortran.el. Return string without properties.
9378
7f9de034
DL
9379 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
9380 and :alpha: char classes.
9381
9382 * mail/supercite.el: Defvar curline when compiling.
9383 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
9384 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
9385 rather than a-zA-Z0-9 to allow non-ASCII characters.
9386
aa110c0c
GM
93872000-03-31 Gerd Moellmann <gerd@gnu.org>
9388
9389 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
9390
9391 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9392 Re-enable new code.
9393
9394 * lpr.el (print-region-1): Use -d to specify printer name for
9395 systems `usg-unix-v*, `dgux', `hpux', `irix'.
9396
93972000-03-31 Dave Love <fx@gnu.org>
fa78f71b 9398
aa110c0c
GM
9399 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
9400 for function definition in symbol's function value slot first
9401 instead of first consulting byte-compile-function-environment.
fa78f71b 9402
6733d074
KH
94032000-03-31 Kenichi Handa <handa@etl.go.jp>
9404
9405 * language/european.el ("Polish"): New language environment.
9406 (setup-polish-environment): New function.
9407
63fcfa04
GM
94082000-03-30 Gerd Moellmann <gerd@gnu.org>
9409
9410 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9411 Disable new code.
9412
9413 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
9414 trying to `load' the symbol of an autoload instead of the file
9415 recorded in the autoload. Fix error messages.
9416
7438c86b
GM
94172000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9418
9419 * ps-print.el: PostScript programming fix for ghostview, doc fix.
9420 (ps-print-version): New version number (5.1.3).
9421 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
9422 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
9423 (ps-generate-postscript-with-faces): Code fix.
9424 (ps-color-values): XEmacs compatibility.
9425 (ps-print-background-image, ps-print-background-text, ps-printer-name)
9426 (ps-default-fg, ps-default-bg): Adjust customization.
9427 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
9428 (ps-color-scale): Renaming old ps-color-value fun.
9429 (ps-print-headers): Replace ps-print-header group to avoid conflict
9430 with ps-print-header variable.
9431 (ps-print-miscellany): New group.
9432 (ps-format-color, ps-rgb-color): New funs.
9433 (ps-default-foreground): New var.
9434 (ps-printer-name-option): New const.
fa78f71b 9435
326855a0
PB
94362000-03-30 Peter Breton <pbreton@ne.mediaone.net>
9437
1f56ba73
PB
9438 * net/net-utils.el:
9439 (network-connection-host, network-connection-service): New variables
9440 (network-connection-mode): New mode, derived from comint-mode
9441 (network-connection-mode-setup): New function, saves host and
fa78f71b 9442 service information in local variables.
1f56ba73 9443
326855a0
PB
9444 * lisp/locate.el:
9445 (locate-word-at-point): Added this function
9446 (locate): Default to using locate-word-at-point as input
9447 Run dired-mode-hook
9448
141384bd
DL
94492000-03-29 Dave Love <fx@gnu.org>
9450
9451 * calendar/appt.el: Doc fixes.
9452 (appt-check): Convert min-to-app to a string before passing to
9453 appt-disp-window-function or concat.
9454 (appt-delete-window): Remove test for frame-root-window.
9455 (appt-select-lowest-window, appt-convert-time): Simplify.
9456
9457 * emacs-lisp/bytecomp.el: Doc fixes.
9458 (byte-compile-file-form-autoload): Update
9459 byte-compile-function-environment.
9460
c5aa0fc2
AS
94612000-03-29 Andreas Schwab <schwab@suse.de>
9462
9463 * emacs-lisp/autoload.el: Also print defsubst doc string
9464 specially.
9465
9466 * dired.el (dired-insert-directory): If dired-free-space-program
9467 failed just delete its output.
9468
f1d6fe69
DL
94692000-03-29 Dave Love <fx@gnu.org>
9470
9471 * international/iso-cvt.el: Move provide to end. Doc fixes.
9472 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
9473 (iso-iso2sgml, iso-sgml2iso): New functions.
9474 (iso-cvt-define-menu): Fix some entries and use backquote for
9475 clarity.
9476
9477 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
9478
b61f1215
GM
94792000-03-28 Gerd Moellmann <gerd@gnu.org>
9480
9481 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
9482 ISO-DATE. If non-nil, return date in ISO 8601 format.
9483
ea4b0ca3
SM
94842000-03-26 Stefan Monnier <monnier@cs.yale.edu>
9485
3831af62
SM
9486 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
9487 if it ever becomes used.
9488 (log-edit-mode-hook): Default to vc-log-mode-hook.
9489 (log-edit-mode): Fix the docstring.
9490
ea4b0ca3
SM
9491 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
9492 the code.
9493
08f8b1cc
DL
94942000-03-26 Dave Love <fx@gnu.org>
9495
082527fe
DL
9496 * net/browse-url.el (browse-url): Re-fix case of
9497 browse-url-browser-function being an alist.
9498 (browse-url): Add :link to defgroup.
9499
08f8b1cc
DL
9500 * files.el: Doc fixes.
9501 (file-truename): Include `[' in wildcard characters.
9502 (automount-dir-prefix): Customize.
9503 (find-file-wildcards): Add :version.
9504 (find-file-noselect): Simplify a mapcar call.
9505
9506 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
9507 compatible with inf-lisp version.
9508 (eval-defun-1): Fix custom-declare-variable case.
9509
ea4b0ca3
SM
95102000-03-25 Stefan Monnier <monnier@cs.yale.edu>
9511
9512 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
9513
9a0dd3dc
GM
95142000-03-24 Gerd Moellmann <gerd@gnu.org>
9515
b68c375f
GM
9516 * Makefile (COMPILE_FIRST): New macro.
9517 (compile-files): Compile files from COMPILE_FIRST first.
9518
9519 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
9520 code.
9521
9a0dd3dc
GM
9522 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
9523 matching open parenthesis in column 0 to defun-prompt-regexp
9524 only if open-paren-in-column-0-is-defun-start is set.
9525
9526 * sun-curs.el: Require CL at compile-time only.
9527
9528 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
9529 instead of copy-list which is a function from CL.
9530 (msb--choose-menu, msb--mode-menu-cond)
9531 (msb--create-buffer-menu-2): Use dolist instead of mapc.
9532 (msb--init-file-alist): Use mapcar instead of mapcan.
9533 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
9534 `(' in column 0 in doc string.
9535 (msb--add-separators): Use mapcar instead of mapcan.
9536
9537 * cus-dep.el: Require CL at compile-time only.
9538
c7dcadb5
SM
95392000-03-24 Stefan Monnier <monnier@cs.yale.edu>
9540
9541 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
9542 (byte-compile-warnings): New warning `noruntime'.
9543 (byte-compile-constants, byte-compile-variables): Fix docstring.
9544 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
9545 execute `eval-whenc-compile's body.
9546 (byte-compile-unresolved-functions): Fix docstring.
9547 (byte-compile-eval): New function.
9548 (byte-compile-callargs-warn): Check if the function will be available
9549 at runtime (via property `byte-compile-noruntime').
9550 (byte-compile-print-syms): New function.
9551 (byte-compile-warn-about-unresolved-functions): Also warn about
9552 `noruntime' functions (and use `byte-compile-print-syms').
9553 (byte-compile-file): Capitalize the message.
9554
3b55acc9
GM
95552000-03-24 Gerd Moellmann <gerd@gnu.org>
9556
9557 * mail/rmail.el (rmail-confirm-expunge): New user-option.
9558 (rmail-expunge): Ask for confirmation depending on the setting
9559 of rmail-confirm-expunge.
9560
95612000-03-23 Gerd Moellmann <gerd@gnu.org>
9562
9563 * Makefile (bootstrap-clean): If $(emacs) exists, build
9564 loaddefs.el first. A loaddefs.el that's not up-to-date might
9565 cause a bootstrap failure because things don't autoload as
9566 expected.
9567
02c76af4
DL
95682000-03-23 Dave Love <fx@gnu.org>
9569
9570 * net/browse-url.el: Restore previous use of
9571 browse-url-maybe-new-window.
9572
1a3199d9
GM
95732000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9574
9575 * ps-print.el: Skip banner page fix.
9576 (ps-print-version): New version number (5.1.2).
9577 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 9578
1a3199d9
GM
95792000-03-23 Dave Pearson <davep@davep.org>
9580
9581 * net/quickurl.el Changed the type of parameter passed to the
9582 function defined by `quickurl-format-function'. Before only the
9583 text of the URL was passed. Now the whole URL structure is passed
9584 and the function is responsible for extracting the parts it
9585 requires. Changed the default of `quickurl-format-function'
9586 accordingly.
9587 (quickurl-insert): Changed the `funcall' of
9588 `quickurl-format-function' to match the above change.
9589 (quickurl-list-insert): Changed the `url' case so that it makes
9590 use of `quickurl-format-function', previous to this the format was
9591 hard wired.
fa78f71b 9592
72db3ab5
GM
95932000-03-22 Gerd Moellmann <gerd@gnu.org>
9594
9595 * startup.el: Change some spellings for the X Window System.
9596
68049bfa
SM
95972000-03-22 Stefan Monnier <monnier@cs.yale.edu>
9598
9599 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
9600 up the code and the regexp and make sure the cursor is temporarily
9601 moved to the suspicious line while querying the user.
9602
ff4df011
JR
96032000-03-22 Jason Rumney <jasonr@gnu.org>
9604
9605 * w32-fns.el (w32-charset-info-alist): Initialize.
9606
ee1c5b21
GM
96072000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9608
9609 * ps-print.el: N-up last page fix.
9610 (ps-print-version): New version number (5.1.1).
9611 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 9612
d2cbfba0
SM
96132000-03-21 Stefan Monnier <monnier@cs.yale.edu>
9614
bfb857d8
SM
9615 * files.el (find-file-run-dired): Update docstring.
9616 (find-directory-functions): New hook.
9617 (find-file-noselect): Run find-directory-functions rather than
9618 calling dired directly.
9619
9620 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
9621
cb3430a1
SM
9622 * pcvs.el: Add a minimal leading commentary.
9623 (cvs-make-cvs-buffer): Change the header part by removing the startup
9624 message and adding a `Module' entry. Also replace the FOOTER and
9625 HEADER special fileinfos with the new support in ewoc for updating
9626 its own footer and header.
9627 (cvs-update-header): Update to use the header/footer of the ewoc.
9628 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
9629 (cvs-is-within-p): New function.
9630 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
9631 to only examine some subset of the buffers.
9632
9633 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
9634 `format' instead of our own ad-hoc functions.
9635 Remove HEADER and FOOTER cases, now handled in the EWOC.
9636 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
9637
9638 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
9639 output to avoid scaring the user.
9640 (cvs-parse-table): Catch message for non-up-to-date commits.
9641
9642 * pcvs-defs.el (cvs-startup-message): Remove.
9643 (cvs-global-menu): New autoloaded menu.
9644
9645 * pcvs-util.el (cvs-string-fill): Remove.
9646
9647 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
9648 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
9649 PP part of it and also make it work for footers and headers.
9650 (ewoc-create): Drop POS and BUFFER arguments.
9651 Use the DLL's dummy node to store the end-of-footer position.
9652 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
9653 (ewoc-refresh): Remove unused `header' variable.
9654 (ewoc-(get|set)-hf): New functions.
9655
d2cbfba0
SM
9656 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
9657 log-view-*-(message|file) and use easy-mmode-define-navigation.
9658 (log-view-message-re): Match SCCS format as well.
9659 And match the revision line rather than the dashed separator line.
9660 (log-view-mode): Use the new define-derived-mode.
9661 (log-view-current-tag): Fill in with an actual implementation.
9662
9663 * cvs-status.el (cvs-status-(prev|next)): Rename from
9664 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
9665 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
9666 to let the output "breathe" a little more (more readable).
9667 (cvs-status-mode): Use the new define-derived-mode.
9668
9669 * smerge-mode.el (smerge-auto-leave): New function and variable.
9670 (smerge-basic-map): Rename from smerge-basic-keymap.
9671 Change the bindings for smerge-diff-*.
9672 (smerge-*-map): Use easy-mmode-defmap.
9673 (smerge-(next|prev)): Use easy-mmode-define-navigation.
9674 (smerge-keep-*): Use smerge-auto-leave.
9675
51663132
JR
96762000-03-21 Jason Rumney <jasonr@gnu.org>
9677
9678 * cus-edit.el (custom-button-face): Use 3D look for w32.
9679 (custom-button-pressed-face): Likewise.
9680
3f6e4b8b
GM
96812000-03-21 Gerd Moellmann <gerd@gnu.org>
9682
9683 * progmodes/etags.el (tags-case-fold-search): New user-option.
9684 (tags-loop-eval): New function. Bind case-fold-search around eval
9685 depending on the value of tags-case-fold-search.
9686 (tags-loop-continue): Use tags-loop-eval.
9687 (find-tag-in-order): Bind case-fold-search depending on the value
9688 of tags-case-fold-search.
9689
c7ea3acc
SM
96902000-03-21 Stefan Monnier <monnier@cs.yale.edu>
9691
0ae39f53
SM
9692 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
9693 (diff-end-of-hunk): Return the end position for use in
9694 `easy-mmode-define-navigation'.
9695 (diff-recenter): Remove.
9696 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
9697 of `easy-mmode-define-navigation'.
9698 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
9699 previous renaming) and fix to use new names.
9700 (diff-merge-strings): Use \n as separator: simpler, faster.
9701 (diff-mode): Use `define-derived-mode'.
9702
c7ea3acc
SM
9703 * derived.el (define-derived-mode): Don't autoload anymore.
9704 Prefer the macro-only version provided by easy-mmode.el.
9705
9706 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
9707 `easy-mmode-define-derived-mode'.
9708 Use `combine-run-hooks'.
9709 (easy-mmode-define-navigation): New macro.
9710
9711 * subr.el (combine-run-hooks): New function.
9712
6c4bfdc0
KH
97132000-03-21 Kenichi HANDA <handa@etl.go.jp>
9714
9715 * term/x-win.el: Fontsets related initialization is simplified.
9716
9717 * international/mule-diag.el (describe-font): Don't refer to
9718 global-fontset-alist, instead call font-list.
9719 (describe-fontset, list-fontsets, mule-diag): Likewise.
9720 (print-fontset): Adjusted for the change of fontset
9721 implementation.
9722
9723 * international/fontset.el (x-charset-registries): Variable
9724 removed, instead the corresponding data is stored in the default
9725 fontset.
9726 (register-alternate-fontnames): Function removed.
9727 (resolved-ascii-font): Variable removed.
9728 (x-compose-font-name): Ignore the second argument REDOCE.
9729 (x-complement-fontset-spec): Complement only an ASCII font and
9730 element for those charsets than can use that ASCII font.
9731 (generate-fontset-menu): Don't refer to global-fontset-alist,
9732 instead call fontset-list.
9733 (uninstantiated-fontset-alist): Variable removed.
9734 (x-style-funcs-alist): Likewise.
9735 (fontset-default-styles): Likewise.
9736 (x-modify-font-name): Function removed.
9737 (create-fontset-from-fontset-spec): Ignore the argument
9738 STYLE-VARIANT.
9739 (create-fontset-from-ascii-font): Docsting adjusted for the above
9740 change.
9741 (instantiate-fontset, resolve-fontset-name): Functions removed.
9742 (fontset-list): Now implemented by C code.
fa78f71b 9743
6c4bfdc0
KH
9744 * faces.el (read-face-font): Fix TABLE arg to completing-read.
9745 (describe-face): Include `font' attribute in the description.
9746
9111d4b5
KH
97472000-03-21 Kenichi Handa <handa@etl.go.jp>
9748
9749 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
9750
b33dd3b0
GM
97512000-03-20 Gerd Moellmann <gerd@gnu.org>
9752
a25bbe00
GM
9753 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
9754 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
9755 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 9756
b33dd3b0
GM
9757 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
9758 about behavior of set-buffer-modified-p wrt redisplay.
9759
8b7bc628 97602000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
9761
9762 * view.el (view-mode-disable): Kill local binding of view-read-only.
9763
d7b511c4
GM
97642000-03-18 Gerd Moellmann <gerd@gnu.org>
9765
9766 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
9767 is a string, convert it to a syntax cell using string-to-syntax.
9768
9769 * simple.el (syntax-code-table, syntax-flag-table): New variables.
9770 (string-to-syntax): New function.
9771
9772 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
9773 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 9774 try to use passive ftp mode.
d7b511c4 9775
998ecc60
GM
97762000-03-17 Gerd Moellmann <gerd@gnu.org>
9777
b33dd3b0 9778 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
9779
9780 * simple.el (append-to-buffer): Update point of windows after
9781 insertion.
9782
9783 * abbrev.el (inverse-add-abbrev): Identify word by first moving
9784 forward then moving backward. Reindent.
9785
9786 * frame.el (other-frame): Call x-focus-frame only if
9787 focus-follows-mouse is off.
9788
235d6821
DL
97892000-03-17 Dave Love <fx@gnu.org>
9790
9791 * pcvs-util.el (cvs-strings->string): Rename
9792 replace-regexps-in-string.
9793
a29a2cd1
SM
97942000-03-17 Stefan Monnier <monnier@cs.yale.edu>
9795
af595444
SM
9796 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
9797 regexp for labels cannot span several lines.
9798
9799 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 9800 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 9801
a9be2843
DL
98022000-03-16 Dave Love <fx@gnu.org>
9803
9804 * progmodes/f90.el (f90): Put custom group under `languages', not
9805 `fortran'.
9806 (f90-mode-hook): Customize.
9807 (f90-mode): Set add-log-current-defun-function.
9808 (f90-current-defun): New function.
9809
d0ab3e9d
GM
98102000-03-16 Gerd Moellmann <gerd@gnu.org>
9811
16b20ed9
GM
9812 * cus-edit.el (custom-variable-tag-face): Handle case that
9813 default face's height is not a number.
9814 (custom-face-tag-face, custom-group-tag-face-1)
9815 (custom-group-tag-face): Ditto.
9816 (custom-group-tag-face-1): Add :group.
fa78f71b 9817
d0ab3e9d
GM
9818 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
9819
ae8ab422
GM
98202000-03-15 Gerd Moellmann <gerd@gnu.org>
9821
9822 * pcvs-defs.el (toplevel): Remove autoload cookie for form
9823 requiring easymenu.
9824
81c7ca69
GM
98252000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9826
9827 * ps-print.el: PostScript user-defined prologue, PostScript error
9828 handler, doc fix.
9829 (ps-print-version): New version number (5.1).
9830 (ps-user-defined-prologue, ps-error-handler-message)
9831 (ps-print-prologue-0, ps-error-handler-alist): New vars.
9832 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
9833 (ps-insert-string): New function.
fa78f71b 9834
dcf1003d
KH
98352000-03-15 Kenichi Handa <handa@etl.go.jp>
9836
9837 * international/ccl.el (ccl-compile-expression): Don't generate
9838 invalid self-assignment code.
9839
73825616
DL
98402000-03-14 Dave Love <fx@gnu.org>
9841
9842 * subr.el (replace-regexp-in-string): Renamed from
9843 replace-regexps-in-string. Doc fix.
9844
031020ac
DL
98452000-03-12 Dave Love <fx@gnu.org>
9846
9847 * cus-edit.el: Doc fixes.
9848 (customize-set-variable, customize-save-variable): Rename args for
9849 doc.
9850 (custom-variable-tag-face, custom-face-tag-face)
9851 (custom-group-tag-face-1, custom-group-tag-face): Modify from
9852 style which user identify as hyperlink.
9853 (hook): Don't add undefined functions to the hook.
9854 (debug-ignored-errors): Transfer message from bindings.el.
9855
9b2f3c38
GM
98562000-03-12 Gerd Moellmann <gerd@gnu.org>
9857
9858 * recentf.el (recentf-keep-non-readable-files-p): Remove
9859 double/nested definition.
9860
0d6e23cf
DL
98612000-03-12 Dave Love <fx@gnu.org>
9862
9863 * facemenu.el (facemenu-get-face): Use display-color-p.
9864 * enriched.el (enriched-decode-foreground): Likewise.
9865 (enriched-decode-background): Likewise.
9866 * isearch.el (isearch-highlight): Likewise.
9867 * info-look.el (info-lookup): Likewise.
9868 * simple.el (completion-setup-function): Likewise.
9869
9870 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
9871 :options.
9872
9873 * bindings.el (mode-line-format): Fix line-number and
9874 column-number items. Add help-echo for the background.
9875 (mode-line-mule-info): Modify help-echo.
9876
9877 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
9878 defcustom.
9879
9880 * files.el (load-file): Allow completion to .elc.
9881
9882 * man.el: Doc fixes.
9883 (Man-init-defvars): Use display-color-p to set fontification.
9884
9885 * play/hanoi.el (hanoi-internal): Don't use oddp.
9886
e1cff360
GM
98872000-03-12 Gerd Moellmann <gerd@gnu.org>
9888
9889 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
9890
9891 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
9892
5e5dff44
GM
98932000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
9894
9895 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
9896 Fix comment.
9897
5b467bf4
SM
98982000-03-10 Stefan Monnier <monnier@cs.yale.edu>
9899
83fef604
SM
9900 * font-lock.el (font-lock-keywords): Fix the doc now that
9901 regexp-opt-depth is unnecessary.
9902 (save-buffer-state): Set an edebug spec.
9903 (font-lock-fontify-anchored-keywords): Properly handle the case when
9904 the matcher goes past the limit.
9905
5b467bf4
SM
9906 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
9907 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
9908
83fef604
SM
9909 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
9910 dll.el and cookie.el (from Elib) with heavy renaming and other
9911 massaging.
5b467bf4
SM
9912
9913 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
9914 Autoload the functions used.
9915 (easy-mmode-define-syntax): Fix CL typo.
9916 (easy-mmode-define-derived-mode): Improve the docstring generation.
9917
d407456c
GM
99182000-03-10 Gerd Moellmann <gerd@gnu.org>
9919
9920 * textmodes/texinfo.el (texinfo-version): Variable and function
9921 removed.
9922
5a7a545c
SM
99232000-03-09 Stefan Monnier <monnier@cs.yale.edu>
9924
0d6e23cf
DL
9925 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
9926 allow more flexibility.
9927 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
9928 fns.
9929 (easy-mmode-defmap, easy-mmode-defsyntax)
9930 (easy-mmode-define-derived-mode): New macros.
5a7a545c 9931
d407456c 99322000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
9933
9934 * rect.el (replace-rectangle): New function.
9935
99362000-03-09 Dave Love <fx@gnu.org>
9937
9938 * progmodes/fortran.el (fortran-comment-line-start): Define as
9939 "C".
9940 (fortran-comment-line-start-skip): Don't match cpp stuff.
9941 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
9942 (fortran-mode-map): Remove over-eager custom-menu-create for now.
9943 (fortran-mode): Don't set fortran-comment-line-start-skip,
9944 fortran-comment-line-start here. Set comment-start,
9945 add-log-current-defun.
9946 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
9947 (fortran-current-defun): New function.
9948
80460654
GM
99492000-03-09 Gerd Moellmann <gerd@gnu.org>
9950
d1221ea9
GM
9951 * emacs-lisp/re-builder.el: New file.
9952
1853aa6b
GM
9953 * mouse.el (mouse-drag-region): Don't run up-event handler
9954 if hscroll has changed.
9955
80460654
GM
9956 * octave-mod.el (octave-font-lock-keywords): To font-lock the
9957 builtin operators, use `font-lock-builtin-face' for Emacs and
9958 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
9959
9960 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
9961 `(defun (setf foo)' differently.
9962
c0056275
SM
99632000-03-08 Stefan Monnier <monnier@cs.yale.edu>
9964
9965 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
9966 (regexp-opt): Update comment and adapt the code the new meaning of
9967 the `paren' argument of regex-opt-group for shy-groups.
9968 (regexp-opt-depth): Handle shy groups as well as backslashed
9969 backslashes.
c0056275
SM
9970 (regexp-opt-group): Turn the leading comment into a docstring.
9971 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
9972 Remove open-presuf and close-presuf. Instead of checking for `all
9973 one-char' and then later on check for `several one-char', handle
9974 both cases close together. Also apply a more generic algorithm
9975 for suffixes (the mirror image of the algorithm used for
9976 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
9977 (regexp-opt-try-suffix): Removed.
9978
9979 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
9980 from comint-mode-map, so we can just inherit from it. Also, move
9981 the initialization into the `defvar' since there's no docstring
9982 anyway and it's fairly short.
9983 (inferior-scheme-mode): Define it as derived-mode: the code is
9984 shorter and this way we inherit from comint-mode-map rather than
9985 copying it.
c0056275 9986
80460654
GM
9987 * subr.el (replace-regexps-in-string): Properly handle the case
9988 where we match an empty string.
c0056275 9989
80460654
GM
9990 * comint.el (comint-exec-1): Add the current-dir to the exec-path
9991 when the command has a directory component (such as "./testml").
c0056275
SM
9992 Also fix a typo in the comment.
9993
5e91ff9e
GM
99942000-03-08 Gerd Moellmann <gerd@gnu.org>
9995
feab4fba
GM
9996 * Makefile (compile-files): Compile files one by one because
9997 that's the only way to ensure a clean compilation environment for
9998 each individual file.
9999
5e91ff9e
GM
10000 * frame.el (other-frame): Call x-focus-frame.
10001
76162e12
DL
100022000-03-07 Dave Love <fx@gnu.org>
10003
f64ce788
DL
10004 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
10005 :require to defcustom.
10006
76162e12
DL
10007 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
10008 lists.
10009
10010 * files.el (auto-mode-alist): Add configure.in.
10011
10012 * progmodes/autoconf.el: New file.
10013
f7daf1e1
GM
100142000-03-07 Gerd Moellmann <gerd@gnu.org>
10015
10016 * mail/mh-e.el: Change maintainer to `none'.
10017
10018 * recentf.el (recentf-keep-non-readable-files-p): Quote args
10019 to remove-hook and add-hook.
10020
100212000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10022
10023 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
10024 it as the default.
10025 (mail-send): Test mail-send-nonascii also for the new `mime' value.
10026 (sendmail-send-it): Conditionally add MIME headers specifying the
10027 used character set.
fa78f71b 10028
63f6b2c4
DL
100292000-03-07 Dave Love <fx@gnu.org>
10030
10031 * winner.el: Fix keywords, autoload cookies. Split
10032 eval-when-compile form to avoid compilation failure.
10033
8330e2f9
KH
100342000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
10035
10036 * international/mule.el: Modify comment about coding system
10037 property `coding-category'.
10038 (make-coding-system): New argument EOL-TYPE. Pay attention to
10039 coding-category property of PROPERTIES.
10040
10041 * international/mule-conf.el (coding-category-utf-8,
10042 coding-category-utf-16-be, coding-category-utf-16-le): New coding
10043 categories. Include them in the argument for set-coding-priority.
10044
10045 * international/mule-cmds.el (reset-language-environment): Include
10046 coding-category-utf-8, coding-category-utf-16-be, and
10047 coding-category-utf-16-le in the argument for set-coding-priority.
10048 (reset-language-environment): Initialize coding-category-utf-8,
10049 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
10050
18bb0684
GM
100512000-03-06 Karl Fogel <kfogel@red-bean.com>
10052
10053 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
10054 code abstracted out of `bookmark-jump-noselect'. Now tries info
10055 extensions as well as compression extensions.
10056 (bookmark-jump-noselect): Use above new func.
fa78f71b 10057
71a6ba55
GM
100582000-03-03 Gerd Moellmann <gerd@gnu.org>
10059
10060 * strokes.el: Change maintainer's mail address.
10061
0d56cdff
KH
100622000-03-03 Kenichi Handa <handa@etl.go.jp>
10063
10064 * international/mule-diag.el (list-character-sets): Make help-echo
10065 string by substitute-command-keys.
10066 (list-character-sets): Likewise.
10067 (sort-listed-character-sets): Call help-setup-xref.
10068
900fa1f1
GM
100692000-03-02 Gerd Moellmann <gerd@gnu.org>
10070
10071 * time.el (display-time-mail-file): Add `none' to the list of
10072 choices.
10073
54d04320
DL
100742000-03-01 Dave Love <fx@gnu.org>
10075
43f3fa09
DL
10076 * help.el (help-xref-go-back): Don't try to set position.
10077
54d04320
DL
10078 * international/mule-diag.el (list-character-sets): Call
10079 help-setup-xref. Add help-echo to xrefs.
10080 (list-character-sets-1): Add help-echo to xrefs.
10081
d054101f
GM
100822000-03-02 Gerd Moellmann <gerd@gnu.org>
10083
10084 * frame.el (blink-cursor-mode): Switch cursor on when turning
10085 the mode off.
10086
10087 * add-log.el (add-log-current-defun): Add support for
10088 Autoconf mode.
10089
10090 * mail/rmail.el (rmail-quit-hook): New variable.
10091
d77dae5c
DL
100922000-03-01 Dave Love <fx@gnu.org>
10093
e5f597f0
DL
10094 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
10095
d77dae5c
DL
10096 * help.el (help-xref-button): Add help-echo arg.
10097 (describe-function-1, describe-variable, help-make-xrefs): Use it.
10098
10099 * faces.el (list-faces-display): Supply help-echo with
10100 help-make-xrefs.
10101
10102 * facemenu.el (list-text-properties-at): Set help-xref-stack to
10103 nil.
10104
72d19d75
GM
101052000-03-01 Gerd Moellmann <gerd@gnu.org>
10106
2df636f4
GM
10107 * image.el (defimage): Look for image files in load-path.
10108
fa78f71b 10109 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
10110 `number'.
10111
2df636f4
GM
101122000-03-01 David Ponce <david.ponce@wanadoo.fr>
10113
10114 * recentf.el (recentf): Added version tag to the defgroup of
10115 recentf.
10116
101172000-03-01 David Ponce <david.ponce@wanadoo.fr>
10118
10119 * recentf.el (recentf-cleanup): Changed to remove excluded file
10120 too.
10121 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
10122 action to select/unselect a file.
10123 (recentf-edit-list): Code cleanup and improvement.
10124 (recentf-open-more-files-action): `recentf-open-more-files' button
10125 widget action to open a file.
10126 (recentf-open-more-files): No more use standard completion but
10127 widgets.
10128 (recentf-more-collection): Deleted.
10129 (recentf-more-history): Deleted.
10130 (recentf-setup-more-completion): Deleted.
10131
101322000-03-01 David Ponce <david.ponce@wanadoo.fr>
10133
10134 * recentf.el (recentf-mode): No more needs that Emacs is running
10135 under a window-system.
10136
101371999-03-01 David Ponce <david.ponce@wanadoo.fr>
10138
10139 * recentf.el (recentf-edit-list): New command to edit the recent
10140 list which allow the user to remove files.
10141 (recentf-edit-selected-items): New global variable, used by
10142 `recentf-edit-list' to hold the list of files to be removed from
10143 the recent list.
10144 (recentf-make-menu-items): Updated to display a "Edit list..."
10145 menu item. Minor code cleanup.
10146
101471999-03-01 David Ponce <david.ponce@wanadoo.fr>
10148
10149 * recentf.el (recentf-open-more-files): New command to open files
10150 that are not displayed in the menu.
10151 (recentf-more-collection): New global variable holding the set of
10152 permissible completions used by `recentf-open-more-files'.
10153 (recentf-more-history): New global variable holding the history list
10154 used by `recentf-open-more-files' completion.
10155 (recentf-setup-more-completion): New function to setup completion for
10156 `recentf-open-more-files'.
10157 (recentf-make-menu-items): Updated to display a "More..." menu item.
10158
101591999-03-01 David Ponce <david.ponce@wanadoo.fr>
10160
10161 * recentf.el (recentf-menu-action): Doc fixed.
10162
101631999-03-01 David Ponce <david.ponce@wanadoo.fr>
10164
10165 * recentf.el (recentf-menu-filter): Doc updated.
10166 (recentf-update-menu-hook): Allow menu filters to force menu update.
10167 (recentf-make-menu-items): New menu filter handling.
10168 (recentf-make-menu-item): New helper function.
10169 (recentf-menu-elements): New menu handling function.
10170 (recentf-sort-ascending): Updated to new menu filter handling.
10171 (recentf-sort-descending): Updated to new menu filter handling.
10172 (recentf-sort-basenames-ascending): New menu filter function.
10173 (recentf-sort-basenames-descending): New menu filter function.
10174 (recentf-show-basenames): New menu filter function.
10175 (recentf-show-basenames-ascending): New menu filter function.
10176 (recentf-show-basenames-descending): New menu filter function.
10177
72d19d75
GM
101782000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10179
10180 * diary-lib.el (list-diary-entries): Don't try to go forward at
10181 the end of the buffer.
10182
1ac1c836
KH
101832000-02-29 Kenichi Handa <handa@etl.go.jp>
10184
10185 * international/mule-diag.el (list-character-sets): Completely
10186 rewritten.
10187 (sort-listed-character-sets): New function.
10188 (list-character-sets-1): Completely rewritten.
10189 (list-character-sets-2): New function.
10190 (non-iso-charset-alist): New variable.
10191 (decode-codepage-char): New function.
10192 (charset-history): New variable.
10193 (read-charset) (list-block-of-chars)
10194 (list-iso-charset-chars)
10195 (list-non-iso-charset-chars)
10196 (list-charset-chars): New functions.
10197 (mule-diag): Call list-character-sets-2, not
10198 list-character-sets-2.
10199 (dump-charsets): Likewise.
10200
ed4d0512
GM
102012000-02-29 Gerd Moellmann <gerd@gnu.org>
10202
72d19d75
GM
10203 * dired-x.el (dired-filename-at-point): Add `@' to valid
10204 file name characters.
10205 (dired-filename-at-point): Handle ange-ftp file names.
10206
ed4d0512
GM
10207 * frame.el (frame-notice-user-settings): Use assq-delete-all
10208 instead of assoc-delete-all.
10209 (frame-notice-user-settings): Ditto.
10210
10211 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
10212 Don't copy alist.
10213
32038c7a
GM
102142000-02-28 Eli Barzilay <eli@cs.cornell.edu>
10215
10216 * calculator.el (calculator-use-menu): New option.
10217 (calculator-initial-bindings): Changed some bindings to work as
10218 macros.
10219 (calculator-forced-input): Removed.
10220 (calculator-restart-other-mode): New variable.
10221 (calculator-mode-map): Set up menu.
fa78f71b 10222
32038c7a
GM
102232000-02-28 Jari Aalto <jari.aalto@poboxes.com>
10224
10225 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
10226 tags.
fa78f71b 10227
55d7ff38 102282000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 10229
55d7ff38
MK
10230 * viper-cmd.el (viper-envelop-ESC-key): added the option to
10231 translate all ESC key sequences.
10232 (viper-goto-mark-subr): restore markers for files for which
10233 they were saved.
10234 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
10235 * viper-util.el (viper-set-replace-overlay-glyphs,
10236 viper-set-replace-overlay): always check if the replacement
10237 overlay is live.
10238 * viper.el (viper-vi-state-mode-list): added major modes.
10239 * ediff-wind.el: minor comment changes.
10240 * ediff.el: copyright notice date fix.
fa78f71b 10241
387023ee
JR
102422000-02-27 Jason Rumney <jasonr@gnu.org>
10243
10244 * faces.el (face-font-family-alternatives): Add arial to helv.
10245 (mode-line, header-line, tool-bar): Same default as x for w32.
10246 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
10247 face-font-family-alternatives from working.
10248 * term/w32-win.el (mouse-set-font): Do not build fontset from
10249 chosen font.
10250
f43d79c1
GM
102512000-02-25 Sam Steingold <sds@goems.com>
10252
5d80cc9c 10253 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 10254 properly.
fa78f71b 10255
8b7bc628 102562000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
10257
10258 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
10259
4eb8436f
GM
102602000-02-25 Gerd Moellmann <gerd@gnu.org>
10261
10262 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
10263 writable.
10264
449c3c52 10265 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 10266
42088c12
GM
102672000-02-24 Gerd Moellmann <gerd@gnu.org>
10268
10269 * frame.el (show-cursor-in-non-selected-windows): New option.
10270
c60ea02e
GM
102712000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10272
10273 * diary-lib.el (include-other-diary-files): Undo the selective
10274 display in any included file and don't kill it.
10275
d066de8e
EZ
102762000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
10277
10278 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
10279 bar. Menu items converted to (menu-item format, help strings
10280 added.
10281 [downcase, upcase]: Don't enable on MS-DOS.
10282 [symlink, symlinks]: Don't show if make-symbolic-link is not
10283 bound.
10284 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
10285
b6906b38
DL
102862000-02-23 Dave Love <fx@gnu.org>
10287
275cf1b2
DL
10288 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
10289 (backward-kill-word): Revert addition of * to interactive spec --
10290 it's a feature.
10291
10292 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
10293 (backward-kill-sentence, kill-sentence): Likewise.
10294
99d48056
DL
10295 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
10296 scratch buffer name.
10297 (gud-format-command): Use int-to-string in ?l case. Simplify
10298 slightly.
10299
10300 * term/w32-win.el (internal-face-interactive): Update prompt for
10301 new read-face-name.
10302
10303 * mail/footnote.el (footnote): Add :version to defgroup.
10304 (footnote-section-tag-regexp): Customize.
10305 (footnote-start-tag, footnote-end-tag): New option.
10306 (footnote-latin-regexp): New variable.
10307 (Footnote-latin): New function.
10308 (footnote-style-alist): Add element for latin style.
10309 (footnote-style): Moved.
10310 (Footnote-goto-footnote): Use eq to test arg.
10311
10312 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
10313
b6906b38
DL
10314 * emacs-lisp/byte-opt.el: Change old backquote syntax.
10315 (byte-compile-trueconstp): Include keywords.
10316 (byte-optimize-quote, byte-optimize-lapcode): Use
10317 byte-compile-const-symbol-p.
10318 (byte-optimize-char-before): New optimization.
10319
10320 * emacs-lisp/bytecomp.el: Change old backquote syntax.
10321 (byte-compile-const-symbol-p): New function.
10322 (byte-compile-constp, byte-compile-out-toplevel)
10323 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
10324 Use it.
10325
10326 * subr.el (define-key-after): Default AFTER to t. Doc fix.
10327
214f877f
KH
103282000-02-23 Kenichi Handa <handa@etl.go.jp>
10329
c709bcf1
KH
10330 * international/encoded-kb.el: Be sure to update minor-mode-alist
10331 and minor-mode-map-alist.
10332 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
10333 codes SS2 and SS3 correctly.
10334 (encoded-kbd-self-insert-ccl): New function.
10335 (encoded-kbd-setup-keymap): New function.
10336 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
10337 by calling encoded-kbd-setup-keymap.
10338
214f877f
KH
10339 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
10340 characters.
10341 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
10342 locally.
10343
b021ef18
DL
103442000-02-22 Dave Love <fx@gnu.org>
10345
10346 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
10347 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
10348 defvar.
10349 (lisp-mode-syntax-table): Set up for #|...|# comments.
10350 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
10351 classes. Match `defface'.
10352 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
10353 (eval-defun-1): Fix for defcustom.
10354 (lisp-indent-region): Doc fix.
10355
10356 * subr.el (when, unless, split-string): Doc fix.
10357 (read-passwd): Move call of clear-this-command-keys to the right
10358 place.
10359 (replace-regexps-in-string): New function.
10360
14cc00ad
GM
103612000-02-22 Gerd Moellmann <gerd@gnu.org>
10362
10363 * help.el (describe-variable): Set syntax table to
10364 emacs-lisp-mode-syntax-table when moving forward over the
10365 symbol's name.
10366
47da5efa
DL
103672000-02-22 Dave Love <fx@gnu.org>
10368
10369 * xt-mouse.el: Doc fixes.
10370 (xterm-mouse-position-function): New function, replacing advice of
10371 mouse-position.
10372 (xterm-mouse-mode): Use it. Don't turn on under a window system.
10373
10374 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
10375
f0a6c717
GM
103762000-02-21 Gerd Moellmann <gerd@gnu.org>
10377
10378 * format.el (format-annotate-single-property-change): Handle
10379 properties.with dotted-list values.
10380 (format-proper-list-p): New function.
10381
10382 * enriched.el (enriched-face-ans): Handle '(foreground-color
10383 . COLOR) and (background-color . COLOR).
10384
2be80b63
DL
103852000-02-20 Dave Love <fx@gnu.org>
10386
10387 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
10388 and assignments to it.
10389 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
10390 current local map.
10391 (make-flyspell-overlay): Use it.
10392 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
10393
10394 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
10395 (lm-get-header-re): Defun, not defsubst.
10396 (lm-get-package-name): Defun, not defsubst. Simplify.
10397 (lm-version): Doc fix. Simplify.
10398 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
10399 (lm-crack-address, lm-last-modified-date, lm-commentary)
10400 (lm-verify, lm-synopsis): Simplify.
10401 (lm-report-bug): Require emacsbug. Use compose-mail.
10402
329eed9f
GM
104032000-02-20 Gerd Moellmann <gerd@gnu.org>
10404
10405 * dired.el (dired-mode): Call propertized-buffer-identification
10406 to set mode-line-buffer-identification to something having
10407 the right text properties.
10408
10409 * bindings.el (propertized-buffer-identification): New function.
10410
be5bb146
DL
104112000-02-20 Dave Love <fx@gnu.org>
10412
10413 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
10414 check for t-mouse too.
10415
10416 * cus-start.el: Make echo-keystrokes `number'.
10417
1d4311c3
EZ
104182000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
10419
10420 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
10421 Don't call ring-empty-p unless tags-location-ring is bound.
10422 From Noah Friedman <friedman@splode.com>.
10423
a23c5037
TTN
104242000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
10425
10426 * progmodes/hideshow.el (hs-flag-region): No longer use
10427 `intangible' overlay property.
10428
10429 (hs-toggle-hiding): New command.
10430 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
10431
10432 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
10433 Fix omission bug: Run `hs-minor-mode-hook' for both activation
10434 and deactivation.
10435
b6a22bf8
GM
104362000-02-18 Gerd Moellmann <gerd@gnu.org>
10437
10438 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
10439
d621caf7
GM
104402000-02-17 Gerd Moellmann <gerd@gnu.org>
10441
3c0ed7ce
GM
10442 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
10443
d621caf7
GM
10444 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
10445 of `*' to handle `(* ... *)' comments.
10446
538d88fb
EZ
104472000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
10448
53c80cf6 10449 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 10450 window-system.
53c80cf6 10451
538d88fb
EZ
10452 * menu-bar.el (global-map): Menu-bar items converted to the new
10453 format (menu-item..., rearranged for better CUA compliance, and
10454 their names changed for better clarity. Help strings added.
10455
10456 * international/mule-cmds.el (mule-menu-keymap)
10457 (describe-language-environment-map, set-coding-system-map)
10458 (setup-language-environment-map): Convert to new (menu-item...
10459 form, add help strings. Change names of menu items for better
10460 clarity. "Mule" menu-bar item removed (it's now in the "Options"
10461 submenu).
10462
8389e1e2 104632000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 10464
a23c5037 10465 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 10466 within the code.
a23c5037 10467
8389e1e2 104682000-02-16 Dave Love <fx@gnu.org>
a23c5037 10469
84fe35f0
DL
10470 * faces.el: Don't require custom. Add more specific :groups to
10471 various deffaces.
10472 (set-face-attribute): Purecopy args.
10473 (read-face-name): Default to name at point and use it in prompt.
10474 Remove colon from arg in all callers.
10475 (list-faces-display): Hyperlink to face descriptions and customize
10476 buffers.
10477
b2aeee30
DL
104782000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
10479
10480 * wid-edit.el (widget-match-inline): An atom never matches a
10481 list.
10482
99e95407
GM
104832000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10484
82d2c7c5
DL
10485 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10486 at ':' characters by call to split-string.
99e95407
GM
10487
104882000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10489
82d2c7c5 10490 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
10491
104922000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10493
82d2c7c5
DL
10494 * textmodes/bibtex.el: Some temporary comments removed.
10495 (bibtex-field-name, bibtex-entry-type): Made the relationship
10496 explicit.
10497 (bibtex-field-const): Allow capital letters.
10498 (bibtex-start-of-string): Deleted because unused.
10499
10500 * textmodes/bibtex.el: Unified some nomenclature. We no longer
10501 use the term 'reference' to describe a bibtex entry as a whole.
10502 Further, reference keys are no longer called 'labels'.
10503 (bibtex-keys): Renamed to bibtex-reference-keys.
10504 (bibtex-reformat-previous-labels): Renamed to
10505 bibtex-reformat-previous-reference-keys.
10506 (bibtex-reference-type): Renamed to bibtex-entry-type.
10507 (bibtex-reference-head): Renamed to bibtex-entry-head.
10508 (bibtex-reference-maybe-empty-head): Renamed to
10509 bibtex-entry-maybe-empty-head.
10510 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10511 (bibtex-search-reference): Renamed to bibtex-search-entry.
10512 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10513 bibtex-enclosing-entry-maybe-empty-head.
10514 (bibtex-entry-field-alist, bibtex-entry-head,
10515 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10516 bibtex-map-entries, bibtex-search-entry,
10517 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10518 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10519 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10520 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10521 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10522 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10523 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
10524
105252000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10526
82d2c7c5
DL
10527 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10528 comment.
10529 (bibtex-format-field-delimiters): New function, functionality
10530 extracted from bibtex-format-entry.
10531 (bibtex-autokey-get-yearfield-digits): New function, functionality
10532 extracted from bibtex-autokey-get-yearfield.
10533
10534 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10535 entries in order to avoid stack overflow in the regexp matcher if
10536 field contents become large.
10537 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10538 bibtex-field-string-part-not-braced,
10539 bibtex-field-string-part-no-inner-braces,
10540 bibtex-field-string-part-1-inner-brace,
10541 bibtex-field-string-part-2-inner-braces,
10542 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10543 bibtex-field-string-quoted, bibtex-field-string,
10544 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10545 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10546 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10547 as parsing is now performed by the following functions.
10548 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10549 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10550 bibtex-parse-field-string, bibtex-search-forward-field-string,
10551 bibtex-parse-association, bibtex-field-name-for-parsing,
10552 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10553 bibtex-search-forward-field, bibtex-search-backward-field,
10554 bibtex-start-of-field, bibtex-end-of-field,
10555 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10556 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10557 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10558 bibtex-parse-string, bibtex-search-forward-string,
10559 bibtex-search-backward-string, bibtex-start-of-string,
10560 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10561 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10562 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10563 entries. Instead of reporting the results of the parsing by
10564 match-beginning or match-end, these functions return data structures
10565 that hold the corresponding positions.
10566 (bibtex-enclosing-field): Changed to also report field boundaries by
10567 return values rather than by match-beginning or match-end. The
10568 following functions have been adapted to use the new parsing
10569 functions.
10570 (bibtex-skip-to-valid-entry, bibtex-search-reference,
10571 bibtex-enclosing-field, bibtex-format-entry,
10572 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10573 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10574 bibtex-print-help-message, bibtex-end-of-entry,
10575 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10576 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10577 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10578 method for parsing.
10579 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10580 bibtex-map-entries, bibtex-flash-head,
10581 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10582 bibtex-autokey-change, bibtex-autokey-get-namefield,
10583 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10584 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10585 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10586 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10587 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10588 order to make the new binding of case-fold-search immediately
10589 visible.
99e95407
GM
10590
105912000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10592
82d2c7c5
DL
10593 * textmodes/bibtex.el: Copyright notice is up to date.
10594 Added constant 'bibtex-maintainer-salutation.
99e95407 10595
82d2c7c5
DL
10596 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10597 than make-temp-name, use match-string-no-properties and eliminate
10598 a quadratic behavior when building bibtex-strings.
99e95407 10599
82d2c7c5
DL
10600 * bibtex.el (bibtex-reference-key): Accept string entries whose
10601 reference key contains upper case letters.
99e95407
GM
10602
106032000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10604
82d2c7c5
DL
10605 * bibtex.el (bibtex-reference-head): Allow entries to start with
10606 a new line.
99e95407
GM
10607
106082000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10609
82d2c7c5
DL
10610 * bibtex.el: Hiding of entry bodies is not longer provided by
10611 bibtex.el directly. Instead the hideshow package can be used.
10612 Added a special bibtex entry to hs-special-modes-alist.
10613 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
10614
106152000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10616
f24fef2f
SM
10617 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10618 at ':' characters by call to split-string.
8389e1e2
GM
10619
106202000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10621
f24fef2f 10622 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
10623
106242000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10625
f24fef2f
SM
10626 * textmodes/bibtex.el: Some temporary comments removed.
10627 (bibtex-field-name, bibtex-entry-type): Made the relationship
10628 explicit.
10629 (bibtex-field-const): Allow capital letters.
10630 (bibtex-start-of-string): Deleted because unused.
fa78f71b 10631
f24fef2f
SM
10632 * textmodes/bibtex.el: Unified some nomenclature. We no longer
10633 use the term 'reference' to describe a bibtex entry as a whole.
10634 Further, reference keys are no longer called 'labels'.
10635 (bibtex-keys): Renamed to bibtex-reference-keys.
10636 (bibtex-reformat-previous-labels): Renamed to
10637 bibtex-reformat-previous-reference-keys.
10638 (bibtex-reference-type): Renamed to bibtex-entry-type.
10639 (bibtex-reference-head): Renamed to bibtex-entry-head.
10640 (bibtex-reference-maybe-empty-head): Renamed to
10641 bibtex-entry-maybe-empty-head.
10642 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10643 (bibtex-search-reference): Renamed to bibtex-search-entry.
10644 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10645 bibtex-enclosing-entry-maybe-empty-head.
10646 (bibtex-entry-field-alist, bibtex-entry-head,
10647 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10648 bibtex-map-entries, bibtex-search-entry,
10649 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10650 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10651 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10652 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10653 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10654 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10655 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
10656
106572000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10658
f24fef2f
SM
10659 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10660 comment.
10661 (bibtex-format-field-delimiters): New function, functionality
10662 extracted from bibtex-format-entry.
10663 (bibtex-autokey-get-yearfield-digits): New function, functionality
10664 extracted from bibtex-autokey-get-yearfield.
fa78f71b 10665
f24fef2f
SM
10666 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10667 entries in order to avoid stack overflow in the regexp matcher if
10668 field contents become large.
10669 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10670 bibtex-field-string-part-not-braced,
10671 bibtex-field-string-part-no-inner-braces,
10672 bibtex-field-string-part-1-inner-brace,
10673 bibtex-field-string-part-2-inner-braces,
10674 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10675 bibtex-field-string-quoted, bibtex-field-string,
10676 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10677 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10678 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10679 as parsing is now performed by the following functions.
10680 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10681 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10682 bibtex-parse-field-string, bibtex-search-forward-field-string,
10683 bibtex-parse-association, bibtex-field-name-for-parsing,
10684 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10685 bibtex-search-forward-field, bibtex-search-backward-field,
10686 bibtex-start-of-field, bibtex-end-of-field,
10687 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10688 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10689 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10690 bibtex-parse-string, bibtex-search-forward-string,
10691 bibtex-search-backward-string, bibtex-start-of-string,
10692 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10693 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10694 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10695 entries. Instead of reporting the results of the parsing by
10696 match-beginning or match-end, these functions return data structures
10697 that hold the corresponding positions.
10698 (bibtex-enclosing-field): Changed to also report field boundaries by
10699 return values rather than by match-beginning or match-end. The
10700 following functions have been adapted to use the new parsing
10701 functions.
10702 (bibtex-skip-to-valid-entry, bibtex-search-reference,
10703 bibtex-enclosing-field, bibtex-format-entry,
10704 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10705 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10706 bibtex-print-help-message, bibtex-end-of-entry,
10707 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10708 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10709 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10710 method for parsing.
10711 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10712 bibtex-map-entries, bibtex-flash-head,
10713 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10714 bibtex-autokey-change, bibtex-autokey-get-namefield,
10715 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10716 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10717 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10718 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10719 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10720 order to make the new binding of case-fold-search immediately
10721 visible.
8389e1e2
GM
10722
107232000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10724
f24fef2f
SM
10725 * textmodes/bibtex.el: Copyright notice is up to date.
10726 Added constant 'bibtex-maintainer-salutation.
fa78f71b 10727
f24fef2f
SM
10728 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10729 than make-temp-name, use match-string-no-properties and eliminate
10730 a quadratic behavior when building bibtex-strings.
fa78f71b 10731
f24fef2f
SM
10732 * bibtex.el (bibtex-reference-key): Accept string entries whose
10733 reference key contains upper case letters.
8389e1e2
GM
10734
107352000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10736
f24fef2f
SM
10737 * bibtex.el (bibtex-reference-head): Allow entries to start with
10738 a new line.
8389e1e2
GM
10739
107402000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10741
f24fef2f
SM
10742 * bibtex.el: Hiding of entry bodies is not longer provided by
10743 bibtex.el directly. Instead the hideshow package can be used.
10744 Added a special bibtex entry to hs-special-modes-alist.
10745 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
10746
107472000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10748
82d2c7c5 10749 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
10750 proceedings entry type (for cross referencing). Thanks to Wagner
10751 Toledo Correa for the suggestion.
10752
82d2c7c5 10753 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 10754
eae61d8f
KH
107552000-02-14 Kenichi Handa <handa@etl.go.jp>
10756
10757 * international/characters.el: Setup case table for Vietnamese.
10758
fb07a302
GM
107592000-02-12 Gerd Moellmann <gerd@gnu.org>
10760
10761 * uniquify.el (toplevel): Require CL at compile time.
10762 (uniquify-push): Removed.
10763
10764 * shadowfile.el (shadow-when): Removed.
10765
10766 * tempo.el (tempo-dolist, tempo-mapc): Removed.
10767 (tempo-process-and-insert-string): Use dolist instead of
10768 tempo-dolist.
10769
10770 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
10771 regexp for paragraph-start.
10772
10773 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
10774 commas as well.
10775
a0eddf92
DL
107762000-02-10 Dave Love <fx@gnu.org>
10777
10778 * wid-edit.el: (widgets) [defgroup]: Remove url link.
10779 (widget-color-choice-list, widget-color-history, widget-mouse-help):
10780 Deleted.
10781 (widget-specify-field, widget-specify-button): Don't use
10782 widget-mouse-help as help-echo property.
10783 (default): Use #'ignore for :validate and :mouse-down-action.
10784 (checkbox): Add help-echo.
10785 (widget-sexp-validate): Rewritten to clarify error messages.
10786 (character): Use char-valid-p in :match function.
10787 (widget-color-complete): Use facemenu-color-alist.
10788 (widget-color-action): Use facemenu-read-color.
10789
10790 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
10791 set up `caar' &c that we now have.
10792
82d2c7c5
DL
107932000-02-09 Ray Blaak <blaak@gnu.org>
10794
10795 * delphi.el: Make resourcestring a declaration region, like const
10796 and var.
10797
6cbc1482
DL
107982000-02-09 Dave Love <fx@gnu.org>
10799
10800 * bindings.el (mode-line-input-method-map): New variable.
10801 (mode-line-mule-info): Use it; fix last change.
10802 (mode-line-mode-menu): Move definition.
10803 (mode-line-mouse-sensitive-p): Deleted.
10804 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
10805 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
10806 level.
10807
10808 * startup.el (command-line-1): Don't call
10809 make-mode-line-mouse-sensitive.
10810
f7136ee8
GM
108112000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10812
10813 * mail/rmail.el (rmail-retry-failure): Use
10814 rmail-beginning-of-message before rmail-toggle-header, because the
10815 former toggles headers.
10816
6e1d0d15
SM
108172000-02-06 Stefan Monnier <monnier@cs.yale.edu>
10818
fef8c55b
SM
10819 * diff-mode.el (diff-kill-junk): New interactive function.
10820 (diff-reverse-direction): Use delete-and-extract-region.
10821 (diff-post-command-hook): Restrict the area so that the hook also works
10822 outside of any diff hunk. This is necessary for the minor-mode.
10823 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
10824 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
10825
6e1d0d15
SM
10826 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
10827 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
10828 so that it can be used more easily in <foo>-mode-hook. Also make sure
10829 to avoid duplicate entries.
10830 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
10831 (font-lock-remove-keywords): Just as was done for `add', allow it to
10832 work even if font-lock-mode is nil. Also make sure we don't modify
10833 any pre-existing list by forcing a copy-sequence. Finally rename
10834 `major-mode' to `mode'.
10835 (font-lock-fontify-syntactic-anchored-keywords)
10836 (font-lock-fontify-anchored-keywords)
10837 (font-lock-fontify-keywords-region): Use line-end-position.
10838 Don't make `font-lock-multiline' local (it's now done in
10839 font-lock-set-defaults).
10840 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
10841 move the `font-lock-fontified' creation to inside the `unless'.
10842
a75dfea0
AI
108432000-02-06 Andrew Innes <andrewi@gnu.org>
10844
10845 * term/w32-win.el (x-handle-args): Comment out call to message,
10846 which occurs before window system is initialized.
10847
10848 * makefile.nt: Add support for recompiling lisp code.
10849
b85e9462
DL
108502000-02-04 Dave Love <fx@gnu.org>
10851
9ff33afb
DL
10852 * bindings.el (mode-line-mule-info): Fix/extend last change.
10853
b85e9462
DL
10854 * completion.el: Replace completion-dolist with dolist.
10855
10856 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
10857 dotimes.
10858
44dff075
CD
108592000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
10860
10861 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
10862 environment names before they go into the section regexp.
10863
10864 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
10865 char class in regexp.
10866
10867 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
10868 `case-fold-search' to nil.
10869
10870 * progmodes/idlwave.el (idlwave-template): Respect
10871 `idlwave-abbrev-change-case'.
10872 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
10873 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
10874 idlwave-while): respect `idlwave-reserved-word-upcase'.
10875 (idlwave-rw-case): New function.
10876 (idlwave-statement-match): Fixed problem with assignment regexp.
10877 (idlwave-font-lock-keywords): Improved regexp for keyword
10878 parameters.
a23c5037 10879 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
10880 operators longer than 1 char.
10881
10882 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
10883 idlwave-shell-expression-overlay. Implemented printing of
10884 expressions on higher levels of the calling stack.
10885 (idlwave-shell-display-level-in-calling-stack): Restore stack
10886 level.
10887 (idlwave-retrieve-expression-from-level): New function.
10888 (idlwave-shell-last-calling-stack): Variable removed.
10889 (idlwave-shell-reset): Argument action reversed (`visible' to
10890 `hidden'). Also remove stop-line overlay.
10891 (idlwave-shell-calling-stack-routine): New variable.
10892 (idlwave-shell-parse-stack-and-display): Messages now display
10893 negative level numbers.
10894 (idlwave-shell-mode): Set `modeline-format'.
10895 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
10896 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
10897 21.
10898 (idlwave-shell-print-expression-function): New option.
a23c5037 10899
44dff075
CD
10900 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
10901 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
10902 `tool-bar' instead of `toolbar'.
10903
f26c34fd
DL
109042000-02-02 Dave Love <fx@gnu.org>
10905
10906 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
10907 emacs-lisp-mode-hook. Don't check for defalias being defined.
10908
10909 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10910 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
10911 the new builtins directly.
10912
10913 * whitespace.el (whitespace): Add :version to defgroup.
10914
10915 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
10916 Doc fix.
10917
10918 * thingatpt.el (sexp-at-point, symbol-at-point)
10919 (number-at-point, list-at-point): Add autoload cookie.
10920
10921 * recentf.el (recentf): Add :version to defgroup.
10922
10923 * quickurl.el (quickurl): Add :version to defgroup.
10924
10925 * elide-head.el (elide-head): Use point-marker more.
10926
10927 * bs.el (bs): Add :version to defgroup.
10928
10929 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
10930
10931 * progmodes/delphi.el (delphi): Add :version to defgroup.
10932
d240a249
GM
109332000-02-02 Gerd Moellmann <gerd@gnu.org>
10934
10935 * ange-ftp.el (ange-ftp-write-region): Handle case that
10936 succeeding process operation sets a different coding system.
10937
10938 * calculator.el: New file.
10939
d5179a01
EZ
109402000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
10941
10942 * frame.el (frames-on-display-list, framep-on-display): New
10943 functions.
10944 (display-mouse-p, display-popup-menus-p, display-graphic-p)
10945 (display-selections-p, display-screens, display-pixel-width)
10946 (display-pixel-height, display-mm-width, display-mm-height)
10947 (display-backing-store, display-save-under, display-planes)
10948 (display-color-cells, display-visual-class): New functions.
10949
10950 * term/tty-colors.el (tty-color-gray-shades): New function.
10951
10952 * faces.el (display-color-p): Use framep-on-display.
10953 (display-grayscale-p): New function.
10954
968e00f0
DL
109552000-01-31 Dave Love <fx@gnu.org>
10956
10957 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
10958 (create-fontset-from-x-resource): Don't concat integers.
10959
2cb750ba
GM
109602000-01-31 Inge Frick <inge@nada.kth.se>
10961
10962 * view.el: Some changes in documentation. Removed some trailing
10963 whitespace. Changed some parameter names to agree with
10964 documentation.
10965 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
10966 window is not deleted. Modifies change 1998-04-26.
a23c5037 10967
74e9213b
GM
109682000-01-31 Gerd Moellmann <gerd@gnu.org>
10969
47569935
GM
10970 * windmove.el: New file.
10971
74e9213b
GM
10972 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
10973 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 10974 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 10975
74e9213b
GM
10976 * jit-lock.el (jit-lock-function): Widen before calculating end
10977 position.
10978 (jit-lock-stealth-chunk-start): Rewritten.
10979
10980 * info.el (Info-title-face-alist): Removed.
10981 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
10982 faces.
10983 (Info-fontify-node): Use these faces.
10984
994c5afe
GM
109852000-01-30 Gerd Moellmann <gerd@gnu.org>
10986
10987 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
10988 (cl-macro-list1): Recognize `&allow-other-keys' instead of
10989 `&allow-other-keywords'.
10990
10991 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
10992 the list of directories scanned heuristically.
10993
10994 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
10995 exist.
10996
f00276e3
JR
109972000-01-30 Jason Rumney <jasonr@gnu.org>
10998
10999 * w32-fns.el: Define w32-tty-standard-colors.
11000
11001 * startup.el (command-line): Use w32-tty-standard-colors when in
11002 w32 console mode.
11003
cc4dfff0
DL
110042000-01-30 Dave Love <fx@gnu.org>
11005
e645e77b
DL
11006 * jka-compr.el (jka-compr-load): Fix up load-history.
11007
cc4dfff0
DL
11008 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
11009
11010 * emacs-lisp/cl-macs.el: Revert previous change.
11011
16215eb0
DL
110122000-01-29 Dave Love <fx@gnu.org>
11013
11014 * facemenu.el: Purecopy various strings.
11015
11016 * timezone.el (timezone-fix-time): Window against 69 for two-digit
11017 years. Deal with three-digit years.
11018
11019 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
11020 defconst, purecopy.
11021 (help-back-label): Purecopy it.
11022
bbd9b566
GM
110232000-01-18 Gerd Moellmann <gerd@gnu.org>
11024
11025 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
11026 variable. If non-nil, order the buffer list according to the
11027 currently selected frame.
11028 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
11029 non-nil, pass the selected frame to function buffer-list.
a23c5037 11030
887448e1
GM
110312000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11032
11033 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
11034
7df85084
DL
110352000-01-28 Dave Love <fx@gnu.org>
11036
142e109c
DL
11037 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
11038
7df85084
DL
11039 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
11040 Don't use lisp-indent-hook property.
11041 (cl-abs): Remove.
11042
11043 * subr.el: Move out indent and edebug specs for when and unless.
11044
11045 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
11046 when, unless.
11047
11048 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
11049 unless, when.
11050
3b43c01c
GM
110512000-01-28 Gerd Moellmann <gerd@gnu.org>
11052
d060bc9f
GM
11053 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
11054 `collecting' as synonym for `collect'.
11055
11056 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
11057 for the case it contains spaces.
11058
11059 * simple.el (what-cursor-position): Change formatting of
11060 messages.
11061
b02786f9
GM
11062 * frame.el (delete-other-frames): New function.
11063 (toplevel): Bind it to C-x 5 1.
11064
efd68b8a
GM
11065 * sort.el (sort-numeric-base): New option.
11066 (sort-numeric-fields): If number starts with `0' or `0[xX[',
11067 interpret it as octal or hexadecimal. Use sort-numeric-base
11068 as default base.
11069
3b43c01c
GM
11070 * progmodes/glasses.el: New file.
11071
984ae001
GM
110722000-01-27 Gerd Moellmann <gerd@gnu.org>
11073
a0b796e3
GM
11074 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
11075 userids differently.
11076
984ae001
GM
11077 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11078 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11079 progmodes/ebnf-yac.el: New files.
11080
6c67ddee
DL
110812000-01-26 Dave Love <fx@gnu.org>
11082
11083 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
11084 on a function with an empty body. [From Eric Ludlam.]
11085
4e6473c8
GM
110862000-01-25 Andre Spiegel <spiegel@gnu.org>
11087
11088 * vc.el (vc-version-diff): Make sure file name is expanded.
11089
e12489f9
GM
110902000-01-25 Gerd Moellmann <gerd@gnu.org>
11091
11092 * scroll-bar.el (scroll-bar-timer): Variable removed.
11093 (scroll-bar-toolkit-scroll): Don't use a timer.
11094
8dbe2b07
KH
110952000-01-25 Kenichi Handa <handa@etl.go.jp>
11096
11097 * language/thai-util.el (thai-composition-function): Delete
11098 superfluous `a'.
11099
26ef1c87
DL
111002000-01-24 Dave Love <fx@gnu.org>
11101
11102 * fortran.el (fortran-mode): Use beginning-of-defun-function,
11103 end-of-defun-function.
11104
11105 * font-lock.el (turn-on-font-lock): Don't depend on window-system
11106 &c.
11107
7ed4e9a7
JR
111082000-01-22 Jason Rumney <jasonr@gnu.org>
11109
11110 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
11111 conflicts with new face support.
11112
8b7bc628 111132000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
11114
11115 * replace.el (query-replace): Rename last arg to DELIMITED.
11116 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
11117 (query-replace-regexp): Likewise.
11118
8b7bc628 111192000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 11120
02b14400
RS
11121 * subr.el (with-syntax-table): Use make-symbol, not gensym.
11122
5bb6f079
RS
11123 * emacs-lisp/lisp.el (beginning-of-defun-function):
11124 Variable renamed from beginning-of-defun.
11125 Do not call make-variable-buffer-local.
11126 (beginning-of-defun-raw): Use new variable name; doc fix.
11127 (beginning-of-defun): Doc fix.
11128 (end-of-defun-function): Variable renamed from end-of-defun.
11129 Do not call make-variable-buffer-local.
11130 (end-of-defun): Use new variable name; doc fix.
11131
02b14400
RS
11132 * subr.el (dolist, dotimes): Copied from cl-macs.el
11133 and made to work.
2d5e9b54 11134
a23c5037 11135 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
11136 Variable replaces rmail-digest-end-regexp.
11137 Allows multiple regexps for detecting the end line.
11138 (undigestify-rmail-message): Corresponding changes.
11139
60af03f1
DL
111402000-01-19 Dave Love <fx@gnu.org>
11141
fe5d99e1
DL
11142 * files.el (user-init-file): Don't declare here -- is primitive.
11143
60af03f1
DL
11144 * startup.el (command-line): Check for compiled user-init-file and
11145 set to uncompiled version if necessary.
11146
72dbbc7d
GM
111472000-01-18 Gerd Moellmann <gerd@gnu.org>
11148
6a1950ec
GM
11149 * mail/undigest.el (rmail-digest-end-regexp): New user option.
11150 (undigestify-rmail-message): Use it.
11151
72dbbc7d
GM
11152 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
11153
fbe91bbd
GM
111542000-01-17 Gerd Moellmann <gerd@gnu.org>
11155
11156 * tmm.el (tmm-goto-completions): Adapt to prompt being part
11157 of mini-buffer.
11158
33a6685b
GM
111592000-01-14 Gerd Moellmann <gerd@gnu.org>
11160
b3303df7
GM
11161 * emacs-lisp/copyright.el (copyright-update): Removed the
11162 requirement for a trailing space from `copyright-regexp', to
11163 support copyrights with owner specified on a separate line..
a23c5037 11164
3c4c8064
GM
11165 * align.el: New file.
11166
33a6685b
GM
11167 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
11168
11169 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
11170
044a4975
DL
111712000-01-13 Dave Love <fx@gnu.org>
11172
11173 * ph.el: Removed. (Obsoleted by EUDC.)
11174
0a352cd7
GM
111752000-01-13 Gerd Moellmann <gerd@gnu.org>
11176
11177 * net/eudc.el (toplevel): Remove autoloaded code installing
11178 menu with easymenu, because that causes build problems.
11179
11180 * frame.el (frame-notice-user-settings): New variable.
11181 (frame-notice-user-settings): Don't modify frame parameters
11182 if called a second time.
11183
8b7bc628 111842000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
11185
11186 * frame.el (frame-notice-user-settings):
11187 Notice default-frame-parameters even for non-window frames.
11188
feb450e0
GM
111892000-01-13 Gerd Moellmann <gerd@gnu.org>
11190
11191 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
11192 for Emacs.
11193 (eudc-bob-can-display-inline-images): Extend for Emacs.
11194 (eudc-bob-toggle-inline-display): Ditto.
11195 (eudc-bob-display-jpeg): Ditto.
11196
99c6d63b
GM
111972000-01-12 Gerd Moellmann <gerd@gnu.org>
11198
7970b229
GM
11199 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
11200 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
11201 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 11202
e4936aa9
GM
11203 * add-log.el (add-change-log-entry): Fix error trying an `(insert
11204 nil)'.
11205
11206 * subdirs.el: Add `net' directory.
11207
133c9e59
GM
11208 * net: New directory.
11209
99c6d63b
GM
11210 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
11211 eval-last-sexp. Don't bind debug-on-error here.
11212 (eval-last-sexp): New function. Bind debug-on-error if
11213 eval-expression-debug-on-error is non-nil.
11214 (eval-defun-2, eval-defun): Likewise.
11215
11216 * simple.el (eval-expression): Don't bind debug-on-error if
11217 eval-expression-debug-on-error is nil. Detect changed
11218 debug-on-error, and propagate new value to global binding, if
11219 eval-expression-debug-on-error is non-nil,
11220 (eval-expression-debug-on-error): Change doc string.
a23c5037 11221
8b7bc628 112222000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
11223
11224 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
11225
11226 * emacs-lisp/lisp-mode.el (with-syntax-table):
11227 Set up lisp-indent-function property.
11228
11229 * subr.el (with-syntax-table): Moved from simple.el.
11230
11231 * simple.el (with-syntax-table): Moved to subr.el.
11232
7e3c74fa
GM
112332000-01-11 Gerd Moellmann <gerd@gnu.org>
11234
1fab1775
GM
11235 * tmm.el (tmm-shortcut): Delete region after prompt instead
11236 of erasing buffer.
11237
7e3c74fa 11238 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
11239 (fill-context-prefix): Use the longest common prefix of first
11240 and second line fill prefix, if there is one.
7e3c74fa 11241
8b7bc628 112422000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
11243
11244 * array.el (array-mode): Don't use make-variable-buffer-local.
11245 Use make-local-variable for `truncate-lines'.
11246
aa705642 112472000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 11248
aa705642
GM
11249 * add-log.el (add-log-current-defun): Handle user-defined
11250 add-log-current-function returning nil,
a23c5037 11251
57df2446 11252 * add-log.el (add-change-log-entry): Insert version number
aa705642 11253 if having found a current function
c1356086
GM
11254
11255 * add-log.el (add-log-current-defun): Call
11256 `add-log-current-defun-function'. Try matches at level 0 and
11257 level 1. Strip whitespace from defun found.
a23c5037 11258
1d8c59e9
RS
112592000-01-10 John Wiegley <johnw@gnu.org>
11260
11261 * allout.el (isearch-done/outline-provisions): Added `edit'
11262 argument to correspond with the current definition of
11263 `isearch-done'.
11264
8cf87e9b
DL
112652000-01-10 Dave Love <fx@gnu.org>
11266
11267 * elide-head.el (elide-head): Use point-marker, not point.
11268
9050446c
GM
112692000-01-10 Gerd Moellmann <gerd@gnu.org>
11270
8321b22a
GM
11271 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
11272 before and after the year 2000.
a23c5037 11273
9050446c
GM
11274 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
11275 Add ispell- prefix.
11276
112772000-01-10 Ken Stevens <k.stevens@ieee.org>
11278
11279 * ispell.el: Only define dictionaries in menus when they exist.
11280 (version18p): New variable.
11281 (version20p): New variable.
11282 (xemacsp): New variable.
11283 (ispell-choices-win-default-height): Fix for XEmacs visibility.
11284 (ispell-dictionary-alist1): Added Brasileiro dictionary.
11285 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 11286 run-together words.
9050446c
GM
11287 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
11288 (ispell-dictionary-alist): Add koi8-r to customize definition.
11289 (check-ispell-version): Added documentation string. Returns
f24fef2f 11290 library path when called non-interactively.
9050446c
GM
11291 (ispell-menu-map-needed): Uses new variables.
11292 (ispell-library-path): New variable.
11293 (ispell-decode-string): XEmacs fix for bogus variable bindings.
11294 (ispell-word): Improved documentation string. Test for valid
11295 character mappings. Correctly check typed in word changes that can
11296 result in single words split into multiple words. Returns
11297 replacement word.
11298 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
11299 replace in recursive query replace mode. Help message for
11300 recursive edit mode.
11301 (ispell-show-choices): Protect against bad framepop bindings.
11302 (ispell-help): Fix to work with XEmacs.
11303 (ispell-highlight-spelling-error): Use new variables.
11304 (ispell-overlay-window): Fix to work with XEmacs.
11305 (ispell-parse-output): Passed and returns location information
11306 tracking spelling corrections. Doesn't recheck same word on
11307 current line.
11308 (ispell-init-process): Protect against bogus XEmacs variable binding.
11309 Fix call to single argument in sleep-for. Use new variables.
11310 (ispell-region): Passed and returns location information tracking
11311 spelling corrections. Doesn't check same word on current line.
11312 Improved documentation string. Doesn't resend a line already
11313 checked to the ispell process - fixes bug in LaTeX parsing.
11314 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
11315 (ispell-skip-region): No longer skips <TT> in SGML.
11316 (ispell-process-line): Tracks location information with spelling
11317 corrections. Added documentation string. Accounts for words
11318 already accepted on this line. Don't allow query-replace on line
11319 starting with math characters. Doesn't resend a line already sent
11320 to ispell process. Fixes alignment error bug.
a23c5037 11321
8b7bc628 113222000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 11323
a23c5037 11324 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
11325 Suggest xloadimage, which is free, not xv, which isn't.
11326
a23c5037 11327 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
11328 Don't ever include the host name or user name in the value.
11329
9ed79f5d
GM
113302000-01-09 Gerd Moellmann <gerd@gnu.org>
11331
11332 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
11333 of a real newline.
11334
b950abb1
GM
113352000-01-09 Stephen Eglen <stephen@gnu.org>
11336
a23c5037 11337 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
11338 for .png files.
11339
3c708e98
GM
113402000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
11341
11342 * cus-edit.el (custom-hook-convert-widget): Fix comment.
11343
bf61662d
GM
113442000-01-09 Gerd Moellmann <gerd@gnu.org>
11345
f1d851ae
GM
11346 * progmodes/cperl-mode.el: Replace ^F with ^L.
11347
bf61662d 11348 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 11349 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
11350 recursion.
11351
c65d14ee
DL
113522000-01-08 Dave Love <fx@gnu.org>
11353
8cf87e9b
DL
11354 * emacs-lisp/backquote.el: Remove inappropriate customization
11355 (allowing custom.el to use backquote).
c65d14ee 11356
83de2ebc
DL
113572000-01-07 Dave Love <fx@gnu.org>
11358
11359 * add-log.el (add-log-debugging): Deleted.
11360 (add-change-log-entry): Treat a backup FILE-NAME as its parent
11361 file. Remove debugging code.
11362 (change-log-get-method-definition, change-log-name): Add doc.
11363 (change-log-sortable-date-at): New function.
11364 (change-log-merge): New command.
11365
11366 * time.el (display-time-string-forms): Make the Mail string active.
11367 (display-time-update): Provide help-echo for load average.
11368
11369 * bindings.el (make-mode-line-mouse2-map): New function.
11370 (mode-line-modified): Use it and simplify.
11371 (mode-line-mule-info): Provide help-echo info.
11372 (minor-mode-alist): Activate the strings.
11373 (make-mode-line-mouse-sensitive): Simplify for
11374 mode-line-buffer-identification.
11375
c1475eae
GM
113762000-01-07 Gerd Moellmann <gerd@gnu.org>
11377
11378 * play/pong.el: New file.
11379
83de2ebc
DL
113802000-01-06 Dave Love <fx@gnu.org>
11381
11382 * array.el: Assorted cleanups for compiler warnings, doc strings,
11383 `array-' prefix for symbols.
11384
113852000-01-05 Dave Love <fx@gnu.org>
11386
11387 * textmodes/outline.el (outline-mode-menu-bar-map): Add
11388 outline-headers-as-kill.
11389 (outline-mode): Define imenu-generic-expression.
11390 (outline-headers-as-kill): New command.
11391
11392 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
11393 from paragraph-start.
11394 (paragraph-indent-minor-mode): New command.
11395
11396 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
11397 M-C-e, M-C-h, C-j, C-xnd, TAB.
11398 (fortran-mode): Set beginning-of-defun, end-of-defun.
11399 (fortran-column-ruler): Simplify.
11400 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
11401 (fortran-with-subprogram-narrowing): Likewise.
11402 (fortran-indent-subprogram): Call mark-defun.
11403 (fortran-check-for-matching-do): Change narrowing.
11404
11405 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
11406 (cl-lucid-hash-tag): Delete.
11407 (cl-hash-table-p): Correct test for native table.
11408 (cl-hash-table-count): Use hash-table-count.
11409
11410 * browse-url.el (browse-url): Fix case of
11411 browse-url-browser-function being an alist.
11412
676ac023
CD
114132000-01-05 Carsten Dominik <cd@gnu.org>
11414
c1475eae
GM
11415 * textmodes/reftex-vars.el (reftex-parse-file-extension)
11416 (reftex-index-phrase-file-extension): New options.
676ac023
CD
11417
11418 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 11419 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
11420
11421 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 11422 `reftex-parse-file-extension'.
eb483e17 11423
88807984
DL
114242000-01-05 Dave Love <fx@gnu.org>
11425
83de2ebc 11426 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
11427 (beginning-of-defun-raw): Use it.
11428 (end-of-defun): New variable.
11429 (end-of-defun): Use it.
11430 (check-parens): New command.
11431
1362aeb4
TTN
114322000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
11433
c1475eae
GM
11434 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
11435 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 11436
7ddafb95
TTN
11437 Fix buglet in local variables initialization.
11438
7334aa99
AS
114392000-01-05 Andreas Schwab <schwab@suse.de>
11440
11441 * hscroll.el (hscroll): Doc fix.
11442
b12e24cd
CD
114432000-01-05 Carsten Dominik <cd@gnu.org>
11444
11445 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
11446 idlw-toolbar.
11447
11448 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
11449 file idlw-rinfo.el.
1362aeb4
TTN
11450 (idlwave-customize): load must read file idlw-shell.el.
11451 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 11452
d6226972
CD
114532000-01-05 Carsten Dominik <dominik@astro.uva.nl>
11454
11455 * progmodes/idlw-shell.el: Also provide idlwave-shell
11456 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
11457 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
11458
11459 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
11460 both reftex-dcr and reftex-vcr.
1362aeb4 11461
d6226972
CD
11462 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
11463
6ddb893f 114642000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
11465
11466 * ps-print.el: PostScript code now is in separate files, doc fix.
11467 (ps-print-version): New version number (5.0.3).
11468 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
11469 local.
11470 (ps-spool-config): Initialization fix.
c1475eae
GM
11471 (ps-print-prologue-1, ps-print-prologue-2)
11472 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
11473 (ps-background-image): Little code reformating.
11474 (ps-begin-file, ps-begin-job): Fix code.
88807984 11475 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
11476 (ps-prologue-file): New fun.
11477
ae833aae
KH
114782000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11479
c1475eae 11480 * ps-vars.el: Eliminated.
ae833aae
KH
11481
11482 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
11483 `;;;###autoload'.
11484
11485 * ps-print.el: ps-vars eliminated, doc fix.
11486 (ps-print-version): New version number (5.0.2).
11487 (ps-spool-config): Initialization fix.
11488 (ps-print-customize): New fun.
11489
560a7bd2
GM
114902000-01-04 Gerd Moellmann <gerd@gnu.org>
11491
11492 * autorevert.el (auto-revert-mode): Return value of
11493 auto-revert-mode.
11494
f45dd0f4
DL
114952000-01-04 Dave Love <fx@gnu.org>
11496
fae2ac05
DL
11497 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
11498 menu items.
f45dd0f4 11499
61255981
DL
115002000-01-03 Dave Love <fx@gnu.org>
11501
88807984 11502 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 11503
83de2ebc 11504 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
11505 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
11506 `cl-hash-table-p', not `hash-table-p'.
11507 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
11508
c182a70f
EZ
115092000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11510
11511 * faces.el (face-read-integer, read-face-attribute)
11512 (color-defined-p, color-values): unspecified-{f,b}g are now
11513 strings.
11514
047f434a
GM
115152000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
11516
11517 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
11518 at comment end, and re-insert them after filling.
11519
bab531e2
EZ
115202000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11521
11522 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
11523 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
11524 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 11525
d684c676
EZ
115262000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11527
11528 * term/x-win.el (xw-defined-colors): Call color-supported-p,
11529 the new name of face-color-supported-p.
11530
11531 * term/w32-win.el (xw-defined-colors): Likewise.
11532
0aad4805
EZ
115332000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11534
11535 * simple.el (completion-setup-function): Count completion-size
11536 from minibuffer-prompt-end, not from point-min.
11537
5fe1d139
EZ
115382000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
11539
11540 * faces.el (read-face-attribute, defined-colors, color-defined-p):
11541 Pass the frame to tty-color-* functions.
11542 (display-color-p, frame-set-background-mode): Pass the frame to
11543 tty-display-color-p.
11544
11545 * term/tty-colors.el (tty-defined-color-alist): Renamed from
11546 tty-color-alist.
11547 (tty-color-alist, tty-modify-color-alist): New functions.
11548 (tty-color-define, tty-color-clear, tty-color-approximate)
11549 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
11550 an optional parameter FRAME.
11551
162dec01
GM
115522000-01-01 Gerd Moellmann <gerd@gnu.org>
11553
27189709
GM
11554 * image.el (create-image, defimage): Don't assume image data is a
11555 string.
11556
162dec01
GM
11557 * image.el (defimage): Handle specifications containing :data
11558 instead of :file.
11559 (image-type-from-data): New function.
11560 (image-type-from-file-header): Use it.
11561 (create-image): Add parameter DATA-P.
1362aeb4 11562
bea56df7 11563See ChangeLog.8 for earlier changes.
25a6fab1
KH
11564
11565;; Local Variables:
e64c3a75 11566;; coding: iso-2022-7bit
25a6fab1 11567;; End: