*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
c286608e
SM
12000-10-31 Stefan Monnier <monnier@cs.yale.edu>
2
3 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
4
4836835a
TTN
52000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
6
7 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
8 functional change.
9
26dcb81b
GM
102000-10-31 Gerd Moellmann <gerd@gnu.org>
11
12 * files.el (find-file-noselect): When we expand a wildcard, return
13 a list of buffers, as we should do according to the doc string.
14
49fc4500
KR
152000-10-31 Ken Raeburn <raeburn@gnu.org>
16
17 * loadup.el (top level): Adjust load path if program name is
18 "../src/bootstrap-emacs", in case it's not dumped and thus the
19 load path adjustment hasn't already been done.
20
ea0c615d
GM
212000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22
23 * ps-print.el: Fix bug on selected pages for printing. Use
24 `color-values' for Emacs 21. Ensure fontification when jit-lock
25 is on. Try to avoid warning messages when compiling. Doc Fix.
26 (ps-print-version): New version number (6.3).
27 (ps-color-device): Use `color-values' to determine if device
28 supports color.
29 (ps-color-values): Try to use `x-color-values' when using XEmacs.
30 (ps-print-page-p): Changed from defsubst to defun.
31 (ps-page-number): Changed from defmacro to defun.
32 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
33 printing.
c286608e 34 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
35 (ps-end-file, ps-dummy-page): Funs eliminated.
36 (ps-print-color-scale): Changed default value.
37 (ps-page-n-up, ps-print-page-p): New internal vars.
38 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
39 (ps-plot-region, ps-generate, ps-end-job): Code fix.
40
9e20722f
GM
41 * delim-col.el: Little programming improvement.
42 (delimit-columns-str): New macro.
43 (delimit-columns-region, delimit-columns-rectangle): Code fix.
44
d7a0fd00
KH
452000-10-31 Kenichi Handa <handa@etl.go.jp>
46
c286608e
SM
47 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
48 Moved to european.el.
d7a0fd00
KH
49 (ccl-encode-mac-roman-font, fontset-mac): Modified for
50 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
51 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
52 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 53
234be340
DL
542000-10-30 Dave Love <fx@gnu.org>
55
56 * progmodes/cc-menus.el (imenu-generic-expression)
57 (imenu-progress-message): Only defvar when compiling.
58
4edc4a39
DL
59 * emacs-lisp/elp.el (elp-unload-hook): New function.
60
61 * loadhist.el (unload-feature): Call elp-restore-function,
62 checking for symbols; don't use elp-restore-all.
63 (loadhist-hook-functions): Doc fix.
64
70c825df
SM
652000-10-30 Stefan Monnier <monnier@cs.yale.edu>
66
67 * log-edit.el (log-edit-confirm): Fix the default.
68
1d3baf74
GM
692000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
70
71 * delim-col.el: Little fix: replace delimit-columns-align-columns by
72 delimit-columns-format.
73 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 74
1ec321a7
MB
752000-10-30 Miles Bader <miles@lsi.nec.co.jp>
76
77 * comint.el (comint-replace-by-expanded-history): Don't use
78 comint-get-old-input (we're not looking at *old* input).
79 (comint-get-old-input-default): If using fields, signal an error
80 when the point is not in an input field.
81
70737ea9
KH
822000-10-30 Kenichi Handa <handa@etl.go.jp>
83
84 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
85 and mule-unicode-e000-ffff.
86
fa0cb51d 87 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
88 (make-coding-system): Accept a symbol of translation table as a
89 value of property `safe-chars'.
90
91 * international/mule-cmds.el (encode-coding-char): Check property
92 safe-chars instead of safe-charsets.
93
94 * international/fontset.el (fontset-default): Modified for
95 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
96 (x-font-name-charset-alist): Likewise.
97 (ccl-encode-unicode-font): New CCL program. Record it in
98 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
99
70c825df
SM
100 * language/european.el (mac-roman-decoder, mac-roman-encoder):
101 New translation tables.
70737ea9
KH
102 (decode-mac-roman, encode-mac-roman): Definition of these CCL
103 programs are modified and moved from mac-win.el.
104 (mac-roman): Definition of this coding system is modified and
105 moved from mac-win.el.
4836835a 106
fda2ce24 1072000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 108
1d3baf74 109 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 110 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 111
dd4d3cb6
MB
1122000-10-29 Miles Bader <miles@gnu.org>
113
114 * custom.el (custom-add-to-group): Allow multiple entries for a
115 given value OPTION, as long as their widget types are different.
116 * cus-edit.el (custom-face-value-create): If face name doesn't end
117 with "face", add such here (similar to custom group widgets).
118
119 * comint.el (comint-highlight-prompt): Add :type.
120
dace60cf
JW
1212000-10-28 John Wiegley <johnw@gnu.org>
122
123 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
124 Changed this function to operate on a temporary buffer instead of
125 the main buffer. This not only keeps flyspell from marking a
126 buffer as changed that wasn't, but it solves the jumpy cursor
127 problem when attempts are made to edit incorrect words.
128 (flyspell-maybe-correct-doubling): Same change as for
129 `flyspell-maybe-correct-transposition'.
130
131 * calendar/timeclock.el (timeclock-log): Doc fix.
132 (timeclock-last-event): Doc fix.
133 (timeclock-log): Kill the timelog buffer after appending a new
134 event.
135 (timeclock-find-discrep): Use a temp buffer to read in the
136 timelog, instead of visiting the file.
137 (timeclock-log-data): A new function, along with a host of helper
138 functions, for the purpose of making timelog data accessible to
139 programmers.
140
141 * eshell/esh-mode.el (window-height test): Make certain that
142 `eshell-stringify-t' is non-nil.
143 (eshell-password-prompt-regexp): Changed to a much simpler
144 password regexp.
145 (eshell-send-input): If `eshell-invoke-directly' returns t,
146 directly invoke the parsed command using `eval'. This improves
147 turn-around time on simple commands by a factor of three or
148 greater, such as cd, ls, pwd, etc. -- which get used very often.
149 It also conserves thousands of cons cells per call (since
150 `eshell-do-eval' consumes memory like a Cookie Monster set loose
151 in the Pacific Cookie Company).
152
153 * eshell/esh-test.el (eshell-test): Whitespace fix.
154
155 * eshell/em-ls.el (eshell-ls-insert-directory): Make
156 `eshell-ls-initial-args' nil when inserting directory contents.
157
158 * eshell/em-script.el (eshell-script-initialize): Add names to
159 `eshell-complex-commands, since `source' and `.' are complex.
160
0467b076
EZ
161 * eshell/esh-cmd.el (eshell-rewrite-for-command)
162 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
163 `eshell-copy-handles'.
164 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
165 bodies.
166 (eshell-separate-commands): Whitespace fix.
167 (eshell-complex-commands): Added a new list of names, for
168 determining whether a given command is as simple as it looks.
169 (eshell-invoke-directly): New function. Returns t if a command
170 should be invoked directly (using `eval'), rather than indirectly
171 using `eshell-do-eval'.
172 (eshell-do-eval): Whitespace fix.
173
174 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
175 which provides an emulation of the DOS shell behavior of assuming
176 that cp/mv/ln should copy/move/link to the current directory.
177 (eshell-remove-entries): Added a doc string.
178 (eshell-shuffle-files): Removed the check for `target' being null.
179 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
180 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
181 it to do a smarter check of whether a destination was provided.
182 (eshell/mv, eshell/cp): Enable `:preserve-args'.
183 (eshell/ln): Enable `:preserve-args', and use
184 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
185 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
186 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
187 list after flattening it. This makes it possible to cat files
188 with numerical names.
189 (eshell-unix-initialize): Added several names to
190 `eshell-complex-commands.
191 (eshell-unix-command-complex-p): Return t if a given command name
192 may result in external processes being invoked.
193
194 * eshell/em-glob.el (eshell-glob-show-progress): Make this
195 variable nil by default, since it slows down glob processing by a
196 factor of two or more, and increases memory consumption.
197
198 * eshell/em-smart.el: Added a note about how memory consumptive
199 smart display mode can be (at least this is true in Emacs 21).
200 (eshell-smart-initialize): Whitespace fix.
201 (eshell-refresh-windows): Use `if' instead of `when'.
202 (eshell-smart-scroll-window): Calling `save-current-buffer' was
203 not necessary.
204 (eshell-currently-handling-window): Added a missing global
205 variable.
206
207 * eshell/em-ls.el (eshell-do-ls): Code simplification.
208 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
209 Whitespace fix.
210 (eshell-ls-exclude-hidden): Added this variable in addition to
211 `eshell-ls-exclude-regexp'. This one prevents files beginning
212 with . from even being read, which can improve memory consumption
213 quite a bit.
214 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
215 read file entries beginning with a dot. In home directories with
216 lots of hidden files, fully two-thirds of the time spent in ls is
217 used to read directory entries that are immediately thrown away.
218 (eshell-ls-initial-args): Added back this configuration variable,
219 for specifying default initial arguments to every call to ls.
220 Much faster than using an alias to do the same thing.
221 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
222 (eshell-ls-dir): Whitespace change.
223
224 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
225
226 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
227 available.
228 (eshell-stringify-t): Added a customization variable, to indicate
229 whether `t' should be rendered as a string at all. If not, one
230 can still determine if the result of an expression is true using
231 "file-exists-p FILE && echo true".
232 (eshell-stringify): If `eshell-stringify-t' is nil, don't
233 stringify t!
234
235 * eshell/esh-module.el: Whitespace fix.
236
237 * eshell/em-alias.el (eshell-alias-initialize): Added
238 `eshell-command-aliased-p' to `eshell-complex-commands'.
239 (eshell-command-aliased-p): New function that returns t if a
240 command name names an aliased.
241
657f9cb8 2422000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 243
0467b076 244 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 245 redrawing the screen when changing cursor color.
0467b076
EZ
246 (viper-insert-state-pre-command-sentinel)
247 (viper-replace-state-pre-command-sentinel)
70c825df
SM
248 (viper-replace-state-post-command-sentinel):
249 Use viper-preserve-cursor-color.
657f9cb8
MK
250 Many functions changed to use viper= instead of = when comparing
251 characters.
0467b076 252 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 253 working with characters.
0467b076 254 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
255 Many functions changed to use viper= instead of = when comparing
256 characters.
0467b076 257 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 258
0467b076 259 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 260 Several typos fixed in various docstrings.
0467b076
EZ
261 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
262 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 263 hook.
0467b076
EZ
264 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
265 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
266 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
267 (ediff-get-selected-buffers): New function.
268 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
269 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 270 save-window-excursion.
0467b076 271 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 272 termination check in while loop.
0467b076 273 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 274 dired buffer.
0467b076
EZ
275 (ediff-files,ediff-merge-files,ediff-files3)
276 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 277
4f490d99
DL
2782000-10-28 Dave Love <fx@gnu.org>
279
280 * info.el (Info-fontify-node): Add help-echo for menu items.
281
45b84006
EZ
2822000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
283
5ebc02b3
EZ
284 * startup.el (normal-top-level): If the value of $TERM indicates
285 we are running from xterm or one of its work-alikes, default to a
286 light background mode.
287
45b84006
EZ
288 Support for -fg, -bg, and -rv command-line arguments for TTYs:
289 * faces.el (tty-handle-reverse-video): New function.
290 (tty-create-frame-with-faces): Call it.
291
292 * frame.el (frame-notice-user-settings): Don't apply
293 default-frame-alist and initial-frame-alist to MS-DOS frames.
294 Call tty-handle-reverse-video, frame-set-background-mode, and
295 face-set-after-frame-default for non-MS-DOS frames.
296
297 * startup.el (tty-long-option-alist): New variable.
298 (tty-handle-args): New function.
299 (command-line): Call tty-handle-args.
300
301 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
302 startup.el now does that for all character-terminal frames.
303
eab6e8b9
MB
3042000-10-28 Miles Bader <miles@gnu.org>
305
306 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
307 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
308 global. If :global is followed by a non-nil but non-t value,
309 make the mode buffer-local, but also generate a `global-MODE'
310 version using `easy-mmode-define-global-mode'. Add
311 :conditional-turn-on keyword argument.
312
51a29efc
DL
3132000-10-28 Dave Love <fx@gnu.org>
314
315 * international/latin1-disp.el (latin1-char-displayable-p): Don't
316 use window-system.
317
d71d7114
EZ
3182000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
319
320 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
321 Don't call find-buffer-file-type-coding-system. Instead, just
322 set eol-type to -unix if inhibit-eol-conversion is in effect, or
323 if the file is on an untranslated filesystem.
324 (add-untranslated-filesystem): Use "D" instead of "f" inside
325 interactive.
326
1f9cab4b
DL
3272000-10-27 Dave Love <fx@gnu.org>
328
70c825df 329 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
330 (refill-mode): Use it.
331
70c825df
SM
3322000-10-27 Stefan Monnier <monnier@cs.yale.edu>
333
334 * international/quail.el (quail-activate): Don't make-local-hook.
335
7432cf10
AS
3362000-10-27 Andre Spiegel <spiegel@gnu.org>
337
4836835a 338 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 339 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
340 (vc-make-version-backup): Don't do it on MS-DOS without long file
341 names.
4836835a 342
7432cf10
AS
343 * vc.el (vc-version-other-window): If an automatic backup of the
344 desired version exists, rename it instead of copying it.
345
4836835a
TTN
346 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
347 after command. If there's an unexpected error, signal it instead
7432cf10 348 of being silent.
e1483c38 349 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 350
05ea7ef2
MB
3512000-10-27 Miles Bader <miles@lsi.nec.co.jp>
352
fd1035aa
MB
353 * shell.el (shell): Add BUFFER argument.
354 * comint.el (make-comint-in-buffer): New function.
355 (make-comint): Use it.
356
05ea7ef2
MB
357 * faces.el (face-spec-choose): Change syntax so that the list of
358 attribute-value pairs is now the cdr of each clause, not the cadr.
359 Detect old-style entries, and handle them. Use pop.
360
835a55fe
SM
3612000-10-26 Stefan Monnier <monnier@cs.yale.edu>
362
f5ab1cdd
SM
363 * cus-edit.el (custom-mode-map): Use a sparse map.
364 (custom-mode): Don't bother with make-local-hook.
365
366 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
367
835a55fe
SM
368 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
369
c13b0ec8
GM
3702000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
371
372 * ps-print.el: Avoid compilation gripes.
373 (ps-print-version): New version number (6.2.1).
4836835a 374
e9f63196
DL
3752000-10-26 Dave Love <fx@gnu.org>
376
0b95284b
DL
377 * menu-bar.el: Modify some menu item help strings.
378 (menu-bar-help-menu): Add link to MORE.STUFF.
379
e9f63196
DL
380 * cus-edit.el (custom-mode): Add `special' mode-class property.
381
382 * wid-browse.el (widget-browse-mode): Likewise.
383
384 * wid-edit.el (widget-specify-field): Revert to using local-map
385 property, not keymap.
386
e276a14a
MB
3872000-10-26 Miles Bader <miles@lsi.nec.co.jp>
388
c1545d88
MB
389 * wid-edit.el (widget-field-end): When checking for a `boundary'
390 field, do so in the correct buffer.
391
3c1b77ca
MB
392 * simple.el (undo): Correctly distinguish between numeric and
393 non-numeric prefix args in non-transient-mark-mode, as per the doc
394 string. When in transient-mark-mode, treat all prefix-args as
395 numeric.
396
f5ab1cdd
SM
397 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
398 Position point on match. Handle N == 0 correctly.
22626d9d
MB
399
400 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
401 (comint-mode-map): Reverse order of `comint-write-output' and
402 `comint-append-output-to-file'.
403 (comint-append-output-to-file): Reinstate this function, for the
404 benefit of the menu.
405
d97151cb
SM
4062000-10-25 Stefan Monnier <monnier@cs.yale.edu>
407
408 * vc.el (vc-version-other-window): Bind `file'.
409
ea7d6f5b
GM
4102000-10-25 Gerd Moellmann <gerd@gnu.org>
411
f5ab1cdd 412 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
413
414 * emacs-lisp/authors.el (batch-update-authors): New function.
415 (authors-fixed-entries): New defconst.
416 (authors-add-fixed-entries): New function.
417 (authors): Call it.: Don't process lispref/.
418
17c25cea
JR
4192000-10-25 Jason Rumney <jasonr@gnu.org>
420
421 * cus-edit.el (custom-button-face, custom-button-pressed-face):
422 Merge x w32 and mac definitions.
423
4ecda532
GM
4242000-10-25 Gerd Moellmann <gerd@gnu.org>
425
426 * menu-bar.el (menu-bar-options-menu): Add a help string for
427 `uniquify'.
428
b6735035
GM
4292000-10-25 Stephen Gildea <gildea@alum.mit.edu>
430
f5ab1cdd
SM
431 * time-stamp.el (time-stamp-string-preprocess):
432 Fix a wrong type argument error.
b6735035 433
f4cbc7a0
MB
4342000-10-25 Miles Bader <miles@gnu.org>
435
436 * recentf.el (recentf-mode): Variable removed.
437 (recentf-mode): Use `define-minor-mode'.
438
439 * mwheel.el (mouse-wheel-mode): New global minor mode.
440 (mwheel-install): Use `mouse-wheel-mode'.
441
f4b020f6
DL
4422000-10-25 Dave Love <fx@gnu.org>
443
f5ab1cdd
SM
444 * progmodes/cperl-mode.el (cperl-mode):
445 Set normal-auto-fill-function correctly.
072cb6f9 446
f4b020f6
DL
447 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
448 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 449 bindings.
f4b020f6 450
ebe2a441
MB
4512000-10-25 Miles Bader <miles@lsi.nec.co.jp>
452
ff4dcd4b
MB
453 * wid-edit.el (widget-field-at): New function.
454 (widget-at, widget-field-activate): Use it.
455 (widget-tabable-at): Use `widget-at'.
456 (widget-specify-field): If the terminating character of the widget
457 field (which is read-only) is a newline, put it into a special
458 `boundary' field so that C-n/C-p act more naturally.
459 (widget-field-end): Also don't subtract one if a special
460 `boundary' field has been added after the widget field.
461
ebe2a441
MB
462 * comint.el (comint-output-filter, comint-send-input): Don't
463 bother adding stickiness fields to overlays to fool the field
464 code, since it should notice the overlay insertion-types now.
ff4dcd4b 465
ebe2a441
MB
466 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
467 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
468 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
469
fe50b6ab
GM
4702000-10-24 Gerd Moellmann <gerd@gnu.org>
471
53df4dda
GM
472 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
473 (authors): Set file coding system to iso-2022-7bit. Add
474 file-local variables to output buffer.
475
4836835a 476 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
477 WARN is nil.
478
53df4dda
GM
4792000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
480
481 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
482
483 * delim-col.el: Now there is a column formatting mechanism.
484 Modified to customization mechanisms convention. Doc fix.
485 (columns): New group for delim-col.
486 (delimit-columns-before, delimit-columns-after)
487 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
488 (delimit-columns-end): New vars.
489 (delimit-columns-customize, delimit-columns-format): New funs.
490 (delimit-columns-region, delimit-columns-rectangle)
491 (delimit-columns-rectangle-line): Modified to support column
492 formatting.
4836835a 493
a9839779
DL
4942000-10-24 Dave Love <fx@gnu.org>
495
496 * log-edit.el (log-edit): Add :version and a :group for vc.
497
df0267b8
GM
4982000-10-24 Gerd Moellmann <gerd@gnu.org>
499
9acc3873
GM
500 * files.el (after-find-file): Don't print a message ``New file''
501 if WARN is nil.
502
63e1b552
GM
503 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
504 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
505 get duplicate tool-bar entries because we'll see the global ones
506 on more than one path through keymaps.
507
1946f901
GM
508 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
509
df0267b8
GM
510 * progmodes/cmacexp.el: Change Francesco's email address.
511
ae3b264b
KH
5122000-10-24 Kenichi Handa <handa@etl.go.jp>
513
514 * window.el (fit-window-to-buffer): Adjust point of the window
515 buffer, not that of the current buffer.
516
23afac01
EZ
5172000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
518
519 * progmodes/cmacexp.el: Update the euthor's email address.
520
22d1a4ed
MB
5212000-10-24 Miles Bader <miles@lsi.nec.co.jp>
522
523 * faces.el (face-spec-set-match-display): Add `graphic' display
524 type (the inverse of `tty'). Use `display-graphic-p' instead of
525 the window-system variable.
526
f408aa48
KH
5272000-10-24 Kenichi Handa <handa@etl.go.jp>
528
529 * international/isearch-x.el (isearch-with-input-method): Call
530 input-method-function with the first event in
531 unread-command-events.
532
94fe8a31
MB
5332000-10-24 Miles Bader <miles@lsi.nec.co.jp>
534
535 * faces.el (face-default-spec, face-user-default-spec): Make
536 defsubsts.
537
8f47302e
AC
5382000-10-24 Andrew Choi <akochoi@i-cable.com>
539
540 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
541 New charsets.
542
543 * term/mac-win.el: Remove definitions of mac-roman-lower and
544 mac-roman-upper, require dired, and define instead of set
545 mac-ready-for-drag-n-drop to avoid compilation error.
546
446c097e
AI
5472000-10-23 Andrew Innes <andrewi@gnu.org>
548
549 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
550 superfluous calls to subst-char-in-string; instead apply
551 expand-file-name after convert-standard-filename to ensure
552 expected directory separators are used.
553
379b70e7
EZ
5542000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
555
556 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
557
85c766e9
DL
5582000-10-23 Dave Love <fx@gnu.org>
559
b7e03a67
DL
560 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
561 (tool-bar-add-item): Set foreground and background for XBM icons.
562
563 * international/latin1-disp.el (latin1-char-displayable-p): New
564 function (from Handa).
565 (latin1-display-check-font): Use it.
566
0dcf8835
DL
567 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
568 using :key-sequence, making it much more usable. Use nconc, not
569 append.
570 (imenu--create-keymap-1): Avoid append.
571
85c766e9 572 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 573
cb3069bb
MB
5742000-10-23 Miles Bader <miles@lsi.nec.co.jp>
575
576 [the following changes fix a bug where `define-minor-mode' didn't
577 correctly generate :require clauses for defcustoms in compiled files]
578 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
579 (byte-compile-log-file, byte-compile-log-1): Don't set
580 `byte-compile-current-file' to nil. Instead set
581 `byte-compile-last-logged-file' to it. Test whether
582 byte-compile-current-file equals byte-compile-last-logged-file
583 instead of whether its nil.
3b6542ba 584 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 585
6db6243b
SM
5862000-10-23 Stefan Monnier <monnier@cs.yale.edu>
587
588 * textmodes/refill.el: Fix var names in doc.
589 (refill-mode): Don't bother with make-local-hook anymore.
590
98490598
MB
5912000-10-23 Miles Bader <miles@lsi.nec.co.jp>
592
e01cd227
MB
593 * faces.el (face-user-default-spec, face-default-spec): New functions.
594 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 595 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
596 Use `face-user-default-spec'. Simplify code slightly.
597
4836835a 598 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
599 (woman-unknown-face): Add dark-background variants.
600 (woman-default-faces): Renamed from `woman-colour-faces'.
601 Set using the stored defaults, rather than using hard-wired colors.
602 (woman-monochrome-faces): Renamed from `woman-black-faces'.
603 Just make the foreground `unspecified' rather than "black".
604 (woman-menu): Rename menu entries accordingly.
605
98490598
MB
606 * faces.el (header-line): Make more reasonable on mono/grayscale
607 displays.
608
1a578e9b
AC
6092000-10-23 Andrew Choi <akochoi@i-cable.com>
610
611 * cus-edit.el (custom-button-face): Use 3D look for mac.
612 (custom-button-pressed-face): Likewise.
613
614 * faces.el (set-face-attributes-from-resources): Handle mac frames
615 in the same way as x and w32 frames.
616 (face-valid-attribute-values): Likewise.
617 (read-face-attribute): Likewise.
618 (defined-colors): Likewise.
619 (color-defined-p): Likewise.
620 (color-values): Likewise.
621 (display-grayscale-p): Likewise.
622 (face-set-after-frame-default): Likewise.
623 (mode-line): Same default face as for x and w32.
624 (tool-bar): Likewise.
625
626 * frame.el: Remove call to frame-notice-user-settings at end of
627 the file.
628
629 * info.el (Info-fontify-node): make underlines invisible for mac
630 as for x, pc, and w32 frame types.
631
632 * term/mac-win.el: New file.
633
aaaf7be7
DL
6342000-10-22 Dave Love <fx@gnu.org>
635
636 * textmodes/refill.el: New file.
637
5392d654
AS
6382000-10-22 Andre Spiegel <spiegel@gnu.org>
639
4836835a 640 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 641 MANUAL and REGEXP.
4836835a 642 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
643 New functions.
644 (vc-before-save): Use the latter.
645 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
646 confusion.
647
4836835a 648 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
649 expected by vc[-hooks].el.
650
651 * vc.el (vc-checkout): Added `-p' suffix in call to
652 vc-make-version-backups-p; use vc-make-version-backup to actually
653 make the backup.
654 (vc-version-other-window, vc-version-backup-file): Handle both
655 automatic and manual backups.
656 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
657 of all of them.
658
1e221c16
MB
6592000-10-22 Miles Bader <miles@gnu.org>
660
7ff4fda5
MB
661 * comint.el (comint-highlight-input, comint-highlight-prompt):
662 Renamed, `-face' at end removed.
663 (comint-send-input, comint-output-filter): Use renamed faces.
664
3511cde8
MB
665 * window.el (fit-window-to-buffer): Change defaulting of
666 MAX-HEIGHT slightly.
667
1e221c16
MB
668 * faces.el (color-values, color-defined-p): Use `member', not
669 `memq', because it works correctly for strings.
670 (frame-set-background-mode): Actually, "unspecified-fg" and
671 "unspecified-bg" *are* strings. Use `member', not `memq', and
672 `equal', not `eq', when a string value is possible.
673
b6ef4898
EZ
6742000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
675
676 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
677
34939e2c
SM
6782000-10-21 Stefan Monnier <monnier@cs.yale.edu>
679
680 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
681 sh-electric-rparen, sh-electric-less and sh-electric-hash.
682 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
683 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
684 (sh-font-lock-syntactic-keywords): Use them.
685 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
686 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
687 (sh-mode): Don't override font-lock-unfontify-region-function.
688 Use a copy of sh-font-lock-syntactic-keywords.
689 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
690 Don't call sh-scan-buffer since font-lock does it on the fly.
691 (sh-get-indent-info): Use `face' rather than `syntax-table'
692 text-property to detect here-documents.
693 Replace sh-special-syntax with sh-st-punc.
694 (sh-prev-line): Use `face' rather than `syntax-table'
695 text-property to skip over here-documents.
696 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
697 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
698 (sh-electric-less, sh-set-here-doc-region)
4836835a 699 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
700 (sh-scan-buffer, sh-rescan-buffer): Remove.
701
f3d3c491
AI
7022000-10-21 Andrew Innes <andrewi@gnu.org>
703
704 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
705 remote (ange-ftp) file names.
706
b86c791c
MB
7072000-10-21 Miles Bader <miles@gnu.org>
708
d9c30bdf
MB
709 * window.el (fit-window-to-buffer): New function.
710 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
711 (window-text-height): Don't expect minibuffers to have mode-lines.
712
d9c30bdf 713 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
714 * international/quail.el (quail-update-guidance): Use
715 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 716
617fee5a
MB
717 * international/quail.el (quail-show-guidance-buf): Make sure
718 guidance window really has enough room.
719 (quail-update-guidance): If quail-guidance-win is already shown,
720 make sure its height is OK.
721
b86c791c
MB
722 * window.el (window-text-height, set-window-text-height):
723 New functions.
724 (shrink-window-if-larger-than-buffer): Use `window-text-height'
725 instead of `window-height' & `mode-line-window-height-fudge'.
726 (mode-line-window-height-fudge): Add FACE parameter.
727 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
728 instead of `enlarge-window' & `mode-line-window-height-fudge'.
729
e34850d1
MB
7302000-10-20 Miles Bader <miles@gnu.org>
731
732 * window.el (height-affecting-face-attributes): Use `defconst'.
733
734 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
735 New function, conditionally aliased to `mode-line-window-height-fudge'.
736 (ispell-help): Use it.
737 (ispell-choices-win-default-height): Don't include mode-line fudge.
738 (ispell-choices-win-default-height): New function.
739 (ispell-show-choices, ispell-command-loop): Use function
740 `ispell-choices-win-default-height' instead of variable.
741
a8b883c2
MB
7422000-10-20 Miles Bader <miles@lsi.nec.co.jp>
743
8c6e4a58
MB
744 * window.el (mode-line-window-height-fudge): New variable.
745 (height-affecting-face-attributes): New variable.
746 (mode-line-window-height-fudge): New function.
747 (shrink-window-if-larger-than-buffer): Use it.
748 * help.el (resize-temp-buffer-window): Likewise.
749
a8b883c2
MB
750 * info.el (Info-fontify-node): Add support for @subsubsection
751 titles, which use `Info-title-4-face'.
752 (Info-title-4-face): New face.
753 (Info-title-3-face): Inherit from Info-title-4-face instead of
754 variable-pitch.
755
e64c3a75
JR
7562000-10-19 Jason Rumney <jasonr@gnu.org>
757
758 * dired.el (dired-insert-directory): Do not let errors signalled by
759 attempt to run dired-free-space-program prevent dired from working.
760
c70fe852
SM
7612000-10-19 Stefan Monnier <monnier@cs.yale.edu>
762
763 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
764
877cf6b4
GM
7652000-10-19 Gerd Moellmann <gerd@gnu.org>
766
5de037e0
GM
767 * dirtrack.el (dirtrack): Fix call to run-hooks.
768
6deb9af9
GM
769 * cmuscheme.el (cmuscheme-program-name): Renamed from
770 scheme-program-name because xscheme.el contains a defcustom with
771 the same name. As a consequence, customizing group `cmuscheme'
772 loaded `xscheme' which redefined run-scheme.
773 (run-scheme): Use cmuscheme-program-name.
774
877cf6b4
GM
775 * ps-print.el (ps-print-emacs-type): Move into the
776 eval-and-compile.
777
e597d8fb 778 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 779 anonymous address, and add a website for Befrienders International.
4836835a 780
3e9cb08f
GM
7812000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
782
c70fe852
SM
783 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
784 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
785 (ps-print-version): New version number (6.2).
786 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
787 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
788 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
789 (ps-x-extent-priority, ps-x-extent-start-position)
790 (ps-x-face-font-instance, ps-x-find-coding-system)
791 (ps-x-font-instance-properties, ps-x-make-color-instance)
792 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
793 avoid compilation gripes without defining functions.
794 (ps-e-find-composition): Alias for function find-composition, to have a
795 suitable function depending on Emacs version.
796 (ps-color-device, ps-color-values, ps-face-foreground-name)
797 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
798 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
799 (ps-print-ensure-fontified): Function definitions surrounded by
800 `eval-and-compile' to avoid compilation gripes.
801 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
802 by symbol-value to avoid compilation gripes.
803 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
804 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
805
d8abcd91
MB
8062000-10-19 Miles Bader <miles@lsi.nec.co.jp>
807
13ab33c4
MB
808 * startup.el (normal-top-level): Call `frame-set-background-mode'
809 after `frame-notice-user-settings' because the latter doesn't call
810 the former on a tty.
811
d8abcd91
MB
812 * faces.el (frame-set-background-mode): `unspecified' &c are
813 symbols, not strings.
814
e8bce0a9
EZ
8152000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
816
c70fe852
SM
817 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
818 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 819
c70fe852
SM
820 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
821 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 822
773272d8
KH
8232000-10-19 Kenichi Handa <handa@etl.go.jp>
824
c70fe852 825 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
826 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
827 for ISO10646-1 fonts.
828 (x-font-name-charset-alist): Add an entry for "iso10646-1".
829
772139c0
EZ
8302000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
831
832 * faces.el (frame-set-background-mode): If a tty frame defines a
833 background color, use that to compute the background mode, instead
834 of always defaulting to "dark".
835
d134a19f
MB
8362000-10-19 Miles Bader <miles@lsi.nec.co.jp>
837
8bb84cb2
MB
838 * comint.el (comint-write-output): New function.
839 (comint-mode-map): Add it to the menu.
e40a778f 840 Bind `C-c C-s' to comint-write-output.
d134a19f 841
dada41e1
GM
8422000-10-18 Gerd Moellmann <gerd@gnu.org>
843
844 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
845 Use fancy-splash-delay.
846
9b5360aa
GM
8472000-10-18 Alex Schroeder <alex@gnu.org>
848
849 * progmodes/sql.el (sql-sybase-options): New option.
850 (sql-sybase): Use it. Add sql-database to the list of parameters
851 provided for login. The options -w 2048 -n are not used any more.
852
9035a35a
GM
853 * comint.el (comint-read-input-ring): Bugfix such that the first
854 and the last entry of the input ring file are not lost.
855
3556c6dd
GM
8562000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
857
858 * ps-print.el: Internal variable changes to defcustom,
859 make-local-hook changes to defvar. Doc fix.
860 (ps-print-version): New version number (6.1).
861 (ps-setup, ps-do-despool): Code fix.
862 (ps-printer-name): Customization fix.
863 (ps-printer-name-option): Now is a defcustom instead of an
864 internal variable.
865 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
866 (ps-print-begin-column-hook): Now are defvar instead of
867 make-local-hook.
4836835a 868
4e217e50
MB
8692000-10-18 Miles Bader <miles@gnu.org>
870
871 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
872 (comint-kill-output): Changed into an alias for `comint-delete-output',
873 and made obsolete.
874 (comint-mode-map): Rename references to comint-kill-output.
875
34460354
EZ
8762000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
877
878 * diff-mode.el (diff-header-face, diff-file-header-face)
879 (diff-changed-face): Add bold and italic attributes to tty faces.
880 (diff-function-face): New face.
881 (diff-font-lock-keywords): Use it.
882
17ea3cdb
MB
8832000-10-18 Miles Bader <miles@lsi.nec.co.jp>
884
885 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
886 Remove commented-out call to force-mode-line-update.
887 (comint-kill-output): Use `forward-line 0' instead of
888 beginning-of-line to make sure we get past the prompt.
889
9244f2c7
SM
8902000-10-17 Stefan Monnier <monnier@cs.yale.edu>
891
892 * diff-mode.el (diff-header-face, diff-file-header-face):
893 Add specific setting for dark background.
894 (diff-context-face): Renamed from diff-comment-face.
895 Set explicitly rather than inheriting from font-lock-comment-face.
896
1592c1ef
EZ
8972000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
898
899 * startup.el (command-line): Move the code which sets the default
900 TTY colors to before before-init-hook.
901
f86292a9
GM
9022000-10-17 Gerd Moellmann <gerd@gnu.org>
903
904 * jit-lock.el (jit-lock-stealth-time): Doc fix.
905
f7f2e883
EZ
9062000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
907
e854cc22
EZ
908 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
909 extensions, for MS-DOS.
910
f7f2e883
EZ
911 * diff-mode.el (diff-header-face, diff-file-header-face)
912 (diff-changed-face): Define tty-specific colors.
913
c7b4f0f9
GM
9142000-10-17 Gerd Moellmann <gerd@gnu.org>
915
916 * startup.el (fancy-splash-text): Realign the text.
917
12a72271
EZ
9182000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
919
920 * font-lock.el (font-lock-comment-face): Define a separate default
921 for dark-background tty's.
922
61dfccfd
MB
9232000-10-17 Miles Bader <miles@gnu.org>
924
925 * help.el (resize-temp-buffer-window): Add hack to avoid last line
926 being obscured by whizzy mode-lines on graphics displays.
927
333cd59e
EZ
9282000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
929
930 * info.el (Info-title-1-face, Info-title-2-face)
931 (Info-title-3-face): Define colors for tty's.
dada41e1 932 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 933
dbf1fcc1
EZ
9342000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
935
936 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
937 reverse from the frame parameters, and don't invert foreground and
938 background colors.
939
ac629823
MB
9402000-10-16 Miles Bader <miles@gnu.org>
941
942 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
943 string "*Info*". Call propertized-buffer-identification to spruce
944 up the result.
945
76eebffc
GM
9462000-10-16 Gerd Moellmann <gerd@gnu.org>
947
3a6b59d9
GM
948 * help.el: Provide `help' for the sake of define-minor-mode
949 which generates defcustoms with requires.
950
6569c3d3
GM
951 * jit-lock.el (jit-lock-after-change): If we're in text that
952 matches a multi-line font-lock pattern, make sure the whole text
953 will be redisplayed.
954
c2e0a611
GM
955 * emacs-lisp/authors.el (authors-add): Don't add an entry if
956 author's name is unknown.
957
76eebffc
GM
958 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
959 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
960 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
961 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
962 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
963 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
964 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
965 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
966 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
967 Add author information.
968
cf1e7b12
MB
9692000-10-16 Miles Bader <miles@lsi.nec.co.jp>
970
971 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
972 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
973 full-color version (using the Gimp) to eliminate dithering artifacts.
974
5586f3eb
SM
9752000-10-15 Stefan Monnier <monnier@cs.yale.edu>
976
977 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
978
979 * simple.el (syntax-flag-table, string-to-syntax): Remove.
980
ad64a888
DL
9812000-10-15 Dave Love <fx@gnu.org>
982
983 * progmodes/sh-script.el: Require skeleton and comint when
984 compiling.
985
986 * pcomplete.el (pcomplete) <defgroup>: Add :version.
987
988 * whitespace.el: Doc fixes.
989 (top-level): Don't add hooks here.
990 (whitespace-running-emacs): Deleted.
991 (timer): Don't require.
992 (whitespace): Add back :version conditional on xemacs test.
993 (whitespace-spacetab-regexp, whitespace-indent-regexp)
994 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
995 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
996 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
997 Avoid specific xemacs test.
998 (whitespace-global-mode): New option.
999 (whitespace-global-mode): New command.
1000 (whitespace-unload-hook): New function.
1001
1002 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 1003 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
1004 (Info-fontify-node): `Goto' goes to `Go to'.
1005 (Info-fontify-node): Add help-echo to xref links.
1006
1ef49fc6
EZ
10072000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
1008
1009 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
1010
8b7707e1
SM
10112000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1012
b3b7f42f
SM
1013 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1014 Use plist-get and allow :inherit.
1015
1016 * emacs-lisp/cl-macs.el (cl-do-arglist):
1017 Use plist-get and plist-member instead of memq.
1018
3c7fafc7
SM
1019 * emacs-lisp/ewoc.el (ewoc-location): New function.
1020 (ewoc-enter-after, ewoc-enter-before): Document return value.
1021 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
1022 Don't need make-local-hook any more.
1023 (cvs-addto-collection): Return the new tin.
1024 (cvs-mode-insert): Jump to the new line.
1025
8b7707e1
SM
1026 * jit-lock.el (jit-lock-fontify-buffer): Remove.
1027
1028 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
1029
1030 * font-lock.el (font-lock-syntactically-fontified): New var.
1031 (font-lock-fontify-syntactic-keywords-region): Use it.
1032 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
1033
1034 * diff-mode.el (diff-find-file-name): Fix regexp.
1035
1036 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1037 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
1038
1039 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
1040 (sh-mode-syntax-table): Add punctuation syntax for < and >.
1041 (sh-mode): Don't make all vars local here.
1042 (sh-kw): Reformat.
1043 (sh-set-shell): Use dolist. Don't set indent-region-function.
1044 (sh-mode-syntax-table): Use pop.
1045 (sh-remember-variable): Use push.
1046 (sh-help-string-for-variable): Use memq.
1047 (sh-safe-backward-sexp): Remove.
1048 (sh-safe-forward-sexp): Add ARG.
1049 (sh-get-indent-info, sh-prev-stmt): Use it.
1050 (sh-prev-line): Simplify by using forward-comment.
1051 (sh-this-is-a-continuation): Simplify.
1052 (sh-learn-buffer-indent): Use dolist.
1053 (sh-do-nothing): Remove.
1054 (sh-set-char-syntax, sh-set-here-doc-region):
1055 Use inhibit-modification-hooks.
1056 (sh-name-style): Use mapcar and push.
1057 (sh-load-style): Use dolist.
1058 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
1059 (sh-case, sh-while-getopts): Use propertize directly rather
1060 than sh-electric-rparen.
1061
10622000-10-14 Stefan Monnier <monnier@cs.yale.edu>
1063
1064 * textmodes/tex-mode.el: Require CL when compiling.
1065 (tex-mode-syntax-table): Init immediately.
1066 (tex-mode-map): Bind M-RET to latex-insert-item.
1067 (latex-mode): Set indent-line-function to latex-indent.
1068 (tex-common-initialization): Don't setup the syntax-table any more.
1069 (latex-insert-item): New skeleton.
1070 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 1071 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 1072 (latex-indent, latex-find-indent): New functions.
4836835a 1073 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
1074 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
1075 (tex-compilation-parse-errors): Use with-syntax-table.
1076
86b7fcbb
MB
10772000-10-15 Miles Bader <miles@gnu.org>
1078
1079 * font-lock.el (font-lock-comment-face): Change dark-background,
1080 color, non-tty, default to `chocolate1'.
1081
57a24508
JW
10822000-10-13 John Wiegley <johnw@gnu.org>
1083
1084 * eshell/esh-util.el (require): Added a missing `require' form,
1085 needed when compiling (for an ange-ftp macro definition).
1086
40ad3db4
DL
10872000-10-13 Dave Love <fx@gnu.org>
1088
1089 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
1090
db460189
GM
10912000-10-13 Gerd Moellmann <gerd@gnu.org>
1092
b41c9501
GM
1093 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
1094 fix.
1095
4836835a 1096 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
1097 transparent -colors 8).
1098
3b5e21df
GM
10992000-10-13 Stephen Gildea <gildea@alum.mit.edu>
1100
1101 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
1102 that breaks with old list format timestamps.
1103 (time-stamp-warn-inactive, time-stamp-old-format-warn)
1104 (time-stamp-count, time-stamp-conversion-warn): Improved doc
1105 strings.
1106
16908a3f
JW
11072000-10-13 John Wiegley <johnw@gnu.org>
1108
d7103dda
JW
1109 * align.el, pcomplete.el, calendar/timeclock.el,
1110 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
1111
dace60cf 1112 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
1113 faulty math, where holiday hours were being computing as seconds.
1114
b6b70cda
JW
11152000-10-13 John Wiegley <johnw@gnu.org>
1116
1117 * desktop.el (desktop-buffer-modes-to-save): Added a global for
1118 specifying what "other" kinds of buffers should be saved. This
1119 used to be hard-coded.
1120 (desktop-buffer-misc-functions): A global for specifying how
1121 auxiliary data should be determined for special buffer types.
1122 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
1123 instead of hard-coding the special buffer types.
1124 (desktop-save): Run `desktop-buffer-misc-functions' to gather
1125 auxiliary data, instead of hard-coding for Info buffers and dired.
1126 (desktop-buffer-info-misc-data): Aux function for determining Info
1127 buffer auxiliary info.
1128 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
1129 (desktop-buffer-info): Changed this function to use the info
1130 gathered above.
1131 (desktop-create-buffer): Be a little more careful about what
1132 `minor-mode' means before calling it. This is important for some
1133 buffer types.
1134
8c6b1d83
JW
11352000-10-13 John Wiegley <johnw@gnu.org>
1136
1137 * eshell/esh-util.el: Added a global form which declares an
1138 autoload for `parse-time-string', if that function is not already
1139 defined, and if parse-time.el is available on the user's system.
1140
1141 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
1142 to be aware of ange-ftp user info.
1143 (eshell-do-ls): Bind `ange-cache'. Also, use
1144 `eshell-file-attributes'.
1145 (eshell-ls-annotate): Use `eshell-file-attributes'.
1146 (eshell-ls-file): Made the user-id printing code a bit smarter.
1147
1148 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
1149 allow identification of alias user ids in remote directories.
1150 It's manual, but there's no other way to know when the current
1151 user on the local machine, is also the owning user on the remote
1152 machine.
1153 (fboundp): Bind `ange-cache'.
1154 (eshell-directory-files-and-attributes): Re-organized the logic a
1155 bit to use `eshell-file-attributes' instead of `file-attributes'.
1156 The former is more sensitive to directories that are read via FTP,
1157 and knows how to use ange-ftp to determine full attribute
1158 information, instead of just the name and last modtime.
1159 (eshell-current-ange-uids): Return the current user id when in a
1160 remote directory.
1161 (eshell-parse-ange-ls): Parse a full directory listing that has
1162 been returned by ange-ftp.
1163 (eshell-file-attributes): This beefed up version of
1164 `file-attributes' is only special if the user is currently in a
1165 remote directory, in which case it does a lot of work to find out
1166 what the real attributes of a file are, as they appear on the
1167 remote machine. This makes usage of remote directories (i.e.,
1168 ange-ftp pathnames) much more useful. You can now use Eshell as a
1169 full-fledged FTP client, with much more manipulation ability than
1170 most other clients.
1171
1172 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
1173 variable, which means that Eshell's du should always be preferred
1174 in remote directories.
1175 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
1176 just `file-attributes'.
1177 (eshell-mvcp-template): Bind `ange-cache', to improve performance
1178 when reading remote directories. This is an Eshell-specific
1179 variable (not part of ange-ftp).
1180 (eshell/ln): Bind `ange-cache'.
1181 (eshell/du): Added some extra logic for determining when to use
1182 Eshell's du (which is slow), and when to use the external version
1183 (which may or may not exist).
1184
1185 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
1186 `eshell-interactive-process', rather than using
1187 `get-buffer-process', since backgrounded processes don't count in
1188 the context of this function's logic.
1189
1190 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
1191 `forward-char', so that null strings are parsed correctly.
1192
87730e84 11932000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1194
1195 * eshell/em-pred.el (eshell-pred-file-type,
1196 eshell-pred-file-links, eshell-pred-file-size): Use
1197 `eshell-file-attributes'. This is more correct over ange-ftp.
1198
1199 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
1200 that remote file globbing is more efficient.
1201
1202 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
1203 gathering the files and attributes within a directory.
1204
1205 * eshell/em-unix.el (eshell/cat): If any of the files passed on
1206 the command line is a special file (not a regular file, directory
1207 or symlink), always attempt to call the external version of cat.
1208
87730e84 12092000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1210
1211 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
1212 Eshell-friendly version of find-tag.
1213
1c7e37a9
MB
12142000-10-13 Miles Bader <miles@lsi.nec.co.jp>
1215
4836835a 1216 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
1217 (image-file-name-regexps): Add autoload cookies.
1218
11a7f341
KH
12192000-10-13 Kenichi Handa <handa@etl.go.jp>
1220
1221 * international/mule-cmds.el (select-safe-coding-system): If FROM
1222 is string, show it in *Warning* buffer.
1223
8ddddcb0
EZ
12242000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1225
1226 * startup.el (normal-top-level): Use display-popup-menus-p instead
1227 of window-system.
1228 (command-line): Use display-graphic-p instead of window-system.
1229 (command-line-1): Use display-popup-menus-p and display-mouse-p
1230 instead of window-system.
1231
72200f89
SS
12322000-10-12 Sam Steingold <sds@gnu.org>
1233
1234 * tooltip.el (tooltip-use-echo-area): New user variable.
1235 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
1236
8661c643
DL
12372000-10-12 Dave Love <fx@gnu.org>
1238
d0b40dc1
DL
1239 * recentf.el: Maintainer's checkdoc fixes.
1240
a622451f
DL
1241 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
1242 character class, not ASCII when matching file names.
1243 (fancy-splash-head): Add trailing slash to URL.
1244 (command-line): Don't require XPM support for toolbar.
1245
8661c643
DL
1246 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
1247 (cperl-invalid-face): Revert last change.
1248 (cperl-init-faces): Quote cperl-invalid-face.
1249
ef2ed8ab
KH
12502000-10-12 Kenichi Handa <handa@etl.go.jp>
1251
1252 * startup.el (fancy-splash-text): Remove superfluous quote.
1253
b0da379e
GM
12542000-10-12 Gerd Moellmann <gerd@gnu.org>
1255
dbeb499b
GM
1256 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
1257 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
1258 (command-line-1): Don't use fancy-splash-pending-command.
1259 (fancy-splash-screens-1): Goto point-min after inserting text.
1260
d861718a
GM
1261 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
1262
b0da379e
GM
1263 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
1264 instead of shared-lisp-mode-map.
1265
4fb2ad98
MB
12662000-10-12 Miles Bader <miles@lsi.nec.co.jp>
1267
1cb4393e
MB
1268 * faces.el (header-line): Change tty-variant to use underlining.
1269
4fb2ad98
MB
1270 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
1271 (isearch-highlight): Restore lazy-isearch face properties at old
1272 position, and suppress them at new position.
1273 (isearch-dehighlight): Restore lazy-isearch face properties.
1274 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
1275 over the real isearch overlay, but in that case, don't give it a
1276 face property. Use `push'.
1277
eb991b25
KH
12782000-10-12 Kenichi Handa <handa@etl.go.jp>
1279
1280 * man.el (Man-getpage-in-background): Fix previous change.
1281 Decode the process output only when we are in multibyte mode.
1282
a818c1c0
DL
12832000-10-11 Dave Love <fx@gnu.org>
1284
c990f53a
DL
1285 * info.el (Info-mode-menu): Fix some help.
1286 (info-tool-bar-map): Add entry for Info-last.
1287
a818c1c0
DL
1288 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
1289 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
1290 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
1291 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
1292 * toolbar/search-replace.xpm, toolbar/exit.xpm:
1293 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
1294 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
1295 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
1296 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
1297 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
1298 Reduce colour requirements to 25 overall. (Probably wants
1299 revisiting from the originals to reduce further.)
1300
c1b096cb
EZ
13012000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
1302
1303 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
1304 buffer-file-coding-system, instead of raw-text.
1305 (dehexlify-buffer): Bind coding-system-for-read to
1306 buffer-file-coding-system, instead of raw-text.
1307
5c8b7eaf
SS
13082000-10-11 Sam Steingold <sds@gnu.org>
1309
1310 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
1311 `underline' - fixes the bug introduced on 2000-09-21.
1312
2cfbdb7a
DL
13132000-10-11 Dave Love <fx@gnu.org>
1314
1315 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
1316 compiler warnings.
1317 (scheme-mode): Doc fix.
1318 (scheme-font-lock-keywords-1): Match `define-syntax'.
1319
13202000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
1321
1322 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
1323 face specs as well as default ones. Only do anything if the
1324 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 1325 (region): Make dark-background `region' face less in-your-face.
4b33f290 1326
690ec649
SS
13272000-10-10 Sam Steingold <sds@gnu.org>
1328
1329 * chistory.el, ielm.el, ledit.el:
1330 * progmodes/inf-lisp.el, progmodes/scheme.el:
1331 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
1332
3b95d6bb
SM
13332000-10-10 Stefan Monnier <monnier@cs.yale.edu>
1334
1335 * textmodes/texinfo.el: Update copyright and fix typo.
1336
1337 * desktop.el (desktop-modes-not-to-save): New var.
1338 (desktop-save-buffer-p): Use it.
1339 Also, obey desktop-buffers-not-to-save even for non-file buffers.
1340 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
1341
d646c828
DL
13422000-10-10 Dave Love <fx@gnu.org>
1343
1344 * toolbar/tool-bar.el (tool-bar-add-item)
1345 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
1346 display.
1347
d646c828
DL
1348 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
1349 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
1350 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
1351 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
1352 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
1353 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
1354 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
1355 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
1356 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
1357 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
1358 the .xpms; probably need retouching.
1359
862a7e28
MB
13602000-10-10 Miles Bader <miles@lsi.nec.co.jp>
1361
1362 * subr.el (add-to-list): Add optional argument APPEND.
1363 * battery.el (display-battery): Use `add-to-list'.
1364
46e33aee
TTN
13652000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
1366
930baf47
TTN
1367 * play/zone.el (zone-timer, zone-wc-tbl): Rework
1368 these vars as symbol properties.
2cfbdb7a
DL
1369 (zone, zone-when-idle, zone-leave-me-alone)
1370 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 1371
5a430f9c
TTN
1372 * battery.el (display-battery): Doc spelling fix.
1373
46e33aee
TTN
1374 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
1375 property.
1376
adf7d3a8
DL
13772000-10-09 Dave Love <fx@gnu.org>
1378
1379 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
1380 has been initialized before calling tool-bar-setup.
c2156508 1381 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 1382
06a8c9f8
EZ
13832000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
1384
e4ca8f8c
EZ
1385 * menu-bar.el (send-mail-item-name): New function.
1386 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
1387 of mail-user-agent in the menu. Don't display the "Send Mail"
1388 item if mail-user-agent is nil or its value is ignore.
1389 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
1390 if read-mail-command is nil or its value is ignore.
1391
06a8c9f8
EZ
1392 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
1393
7dbc9c8a
MB
13942000-10-09 Miles Bader <miles@gnu.org>
1395
29e0814b
MB
1396 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
1397 Correct image size.
1398 * toolbar/left_arrow.xpm: Correct image size.
1399
7dbc9c8a
MB
1400 * jka-compr.el: Don't call `jka-compr-install' when loading (it
1401 will be done by the definition of `auto-compression-mode' if
1402 necessary. Move code to uninstall existing file-name handler
1403 before definition of `auto-compression-mode'.
1404
1405 * image-file.el (auto-image-file-mode): Move to the end of the
1406 file, because `define-minor-mode' actually calls the mode-function
1407 if the associated variable is non-nil, which requires that all
1408 needed functions be already defined.
1409
65b61266
MB
1410 * mouse.el (popup-menu): Balance parens.
1411
d6b8c85b
SM
14122000-10-08 Stefan Monnier <monnier@cs.yale.edu>
1413
1414 * mouse.el (popup-menu): Move the command call outside the loop
1415 so that popup-menu returns whatever the command returns.
1416
1417 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
1418 (initialize-new-tags-table): Use run-hook-with-args-until-success.
1419 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
1420 (tags-table-format-functions): Renamed from tags-table-format-hooks.
1421
1422 * vc.el (vc-version-diff): diff-switches can be a list.
1423 Use relative filenames for prettier output.
1424
46e33aee 1425 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
1426 (vc-post-command-functions): Remove old-VC compatibility code.
1427
1428 * newcomment.el (comment-indent-default): Autoload.
1429
1430 * font-lock.el (font-lock-defaults): Make buffer-local.
1431 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
1432 (font-lock-choose-keywords):
1433 Ignore LEVEL unless KEYWORDS is a list of syms.
1434 (c-keywords, c++-keywords, objc-keywords, java-keywords):
1435 Don't wrap regexp-opt things in \(...\) unnecessarily.
1436
1437 * jit-lock.el: Don't require font-lock any more.
1438 (jit-lock-functions): Make buffer-local.
1439 (jit-lock-saved-fontify-buffer-function): Remove.
1440 (jit-lock-mode): Remove autoload cookie.
1441 Remove font-lock specific code.
1442 (jit-lock-unregister): Don't bother handling complex hooks any more.
1443 (jit-lock-refontify): New function.
1444 (jit-lock-fontify-buffer): Use it.
1445 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
1446 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
1447 Add optional args START and END.
1448 Never call font-lock-fontify-region directly.
1449 (jit-lock-function, jit-lock-stealth-fontify): Use it.
1450
1451 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
1452
a30ed6ac
DL
14532000-10-08 Dave Love <fx@gnu.org>
1454
4e7c7ca9
DL
1455 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
1456
1457 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
1458
1459 * play/studly.el (studlify-region, studlify-word): Add autoload
1460 cookie.
1461
1462 * play/morse.el (morse-region, unmorse-region): Add autoload
1463 cookie.
1464
1465 * play/spook.el (spook-phrases-file): Use expand-file-name, not
1466 concat.
1467
1468 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
1469 insist on symbols starting with word syntax.
1470 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
1471 (eval-defun-1): Doc fix.
1472 (indent-sexp): Use nconc to build up indent-stack.
1473
1474 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
1475 Gnus with little use.
1476 (mail-setup-hook): Add mail-abbrevs-setup to options.
1477
968f7c4a
DL
1478 * recentf.el: Doc fixes.
1479
1480 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
1481 Clean up remainder.
1482
1483 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
1484 without timezone and (8) with timezone to enforce some whitespace.
1485 Simplify code somewhat.
1486
1487 * options.el (list-options): Doc that you should use customize.
1488
1489 * iswitchb.el (iswitchb-mode): Add :require.
1490
a30ed6ac
DL
1491 * info.el (Info-goto-node, Info-menu): Doc fix.
1492 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
1493 (info-tool-bar-map): New variable.
1494 (Info-mode): Use it.
1495 (Info-edit-map): Define all in defvar.
1496 (speedbar-attached-frame): Avoid compiler warning.
1497
1498 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
1499 (global-map): Bind [tool-bar] to a filtered map.
1500 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
1501 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
1502 Allow PBM icons.
1503 (tool-bar-setup): Adjust calls of tool-bar-add-item.
1504
1505 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
1506 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
1507 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
1508 icons, except up_arrow, which is left-arrow rotated.
1509
1510 * imenu.el (imenu-add-to-menubar): Fix last change.
1511
4e953aff
PB
15122000-10-08 Peter Breton <pbreton@ne.mediaone.net>
1513
1514 * generic-x.el (rul-generic-mode): Remove eval-when-compile
1515 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
1516
739e92a7
EZ
15172000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
1518
d20faceb
EZ
1519 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
1520 typos in doc strings.
1521
a640322e
EZ
1522 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
1523 the doc strings how to customize Font Lock faces.
1524
739e92a7
EZ
1525 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
1526 computing growth when dragging the header line.
1527
8be7408c
EZ
15282000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
1529
1530 * simple.el (kill-line): Doc fix.
1531
6fee86a3
MB
15322000-10-08 Miles Bader <miles@gnu.org>
1533
445a653e
MB
1534 * faces.el (secondary-selection): Make foreground visible on tty.
1535
6fee86a3
MB
1536 * jka-compr.el (auto-compression-mode): Move to the end of the
1537 file, because `define-minor-mode' actually calls the mode-function
1538 if the associated variable is non-nil, which requires that all
1539 needed functions be already defined.
1540 (with-auto-compression-mode): Add autoload cookie.
1541
a115794c
EZ
15422000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
1543
1544 * files.el (find-backup-file-name) [ms-dos]: If support for long
1545 file names is not available, behave as if version-control were set
1546 to never.
1547
b12e6de3
DL
15482000-10-07 Dave Love <fx@gnu.org>
1549
1550 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
1551 (browse-url-gnome-moz): New function.
1552 (browse-url-browser-function): Use it.
1553 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
1554
20b1d079
SM
15552000-10-07 Stefan Monnier <monnier@cs.yale.edu>
1556
1557 * indent.el (tab-always-indent): New var.
1558 (indent-for-tab-command): Use it.
39250ec3 1559
9ee45b2c 1560 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 1561 raise an error. This way it can still default to a sane value.
9ee45b2c 1562
8c6b1d83
JW
15632000-10-06 Stefan Monnier <monnier@cs.yale.edu>
1564
39250ec3
SM
1565 * startup.el (fancy-splash-screens): Use local rather than global map.
1566 Don't use `update-menu-bindings' any more.
1567 Get rid of assumptions about keymap representation.
1568
a23ccdf2
DL
15692000-10-06 Dave Love <fx@gnu.org>
1570
814299a7 1571 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
1572 (sentence-end-without-period): Doc fix.
1573 (adaptive-fill-regexp): Purecopy.
1574 (unjustify-current-line): Use line-end-position.
1575 (fill-individual-paragraphs-prefix): Use line-beginning-position.
1576
1577 * net/eudc-vars.el (eudc): Add :version, :link.
1578
39250ec3 1579 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
1580
1581 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
1582 Fix for define-minor-mode.
1583 (function-at-point): Alias to function-called-at-point.
1584
1585 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
1586
1587 * simple.el (backward-word): Doc fix.
1588
a23ccdf2
DL
1589 * image-file.el (image-file-name-regexp): image-file-regexps ->
1590 image-file-name-regexps.
742c1822 1591 (image-file-name-extensions): Add pbm.
a23ccdf2 1592
39250ec3
SM
15932000-10-06 Stefan Monnier <monnier@cs.yale.edu>
1594
1595 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
1596 and add filename to the names so that diff-mode can jump to source.
1597
1598 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 1599 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
1600 (tex-font-lock-keywords-1): Remove.
1601 (font-lock-turn-on-thing-lock): Use jit-lock-register.
1602 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
1603 (font-lock-default-fontify-region):
1604 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
1605 (font-lock-fontify-anchored-keywords):
1606 Include the anchor text as part of the multiline.
1607
8d5dfacd
GM
16082000-10-06 Gerd Moellmann <gerd@gnu.org>
1609
1610 * loadup.el (toplevel): Load `loaddefs' before `help' because the
1611 latter needs the autoloaded define-minor-mode macro during the
1612 bootstrap.
1613
1614 * startup.el (command-line): For now, activate tool-bar-mode only
1615 if XPM images are supported.
1616
1617 * mouse.el (mouse-drag-header-line): Don't allow resizing a
1618 window by dragging a header-line at the top of the frame; that's
4c19fbce 1619 confusing because the header-line doesn't move.
8d5dfacd
GM
1620 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
1621 of treating the event as a list. Some cleanup.
1622
f69aad2b 16232000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 1624
f69aad2b
MB
1625 * simple.el (display-message-or-buffer): New function.
1626 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 1627
09cb7646
MB
1628 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
1629 docstring parts.
1630
814299a7 1631 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
1632 (smbclient-prompt-regexp): Add usage note to doc string.
1633 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
1634 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
1635 Use add-hook for adding the comint filter function, and only do so
1636 if it's not already in the global hook list.
1637 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
1638 to `make-local-variable'.
1639 (nslookup-font-lock-keywords): Remove prompt entry.
1640 (nslookup): Don't set the process-filter.
1641 (finger): Exit the loop correctly when the regexps list runs out.
1642 (ftp, smbclient, smbclient-list-shares):
1643 Set the real major mode immediately, not after execing.
1644 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
1645
1646 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
1647
4c19fbce
SM
16482000-10-05 Stefan Monnier <monnier@cs.yale.edu>
1649
1650 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
1651
1652 * which-func.el (which-func-format): Remove spurious space.
1653 (which-func-mode): Don't make it permanent-local.
1654 (which-func-ff-hook): Allow which-func-maxout to be nil.
1655 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
1656 (which-func-mode): Simplify.
1657 Use post-command-idle-hook rather than post-command-hook.
1658 Go through all buffers and update their state.
1659 (which-function): Also try add-log-current-defun-function.
1660
1661 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
1662 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
1663 Update call to with-vc-properties accordingly.
1664 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
1665 (vc-revert-buffer): More careful about window selection and deletion.
1666 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
1667
1668 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
1669 (cvs-retrieve-revision): Reuse a pre-existing buffer.
1670 (cvs-dired-action): Change the default to quickdir.
1671
1672 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
1673 if comment-indent-function returns nil.
1674 (comment-indent-default): New function.
1675 (comment-indent-function): Use it and document the new semantics.
1676
1677 * image-file.el: Docstring fixes.
1678
1679 * help.el (help-xref-on-pp): Use match-string.
1680 (describe-variable): New arg BUFFER.
1681 Store the current buffer in the help-xref-stack.
1682 (temp-buffer-resize-mode): Use define-minor-mode.
1683
1684 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
1685 consistently with its docstring.
1686 Set jit-lock-first-unfontify-pos in an idempotent way.
1687 (jit-lock-register): Autoload and add arg CONTEXTUAL.
1688
542c6552
GM
16892000-10-05 Alex Schroeder <alex@gnu.org>
1690
1691 * sql.el (sql-mysql-options): New variable.
1692 (sql-mysql): Use it.
1693
a3489ece
MB
16942000-10-05 Miles Bader <miles@lsi.nec.co.jp>
1695
77f6105c
MB
1696 * image.el (image): New group.
1697
814299a7 1698 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
1699 (smerge-base-face, smerge-markers-face): Add dark-background variants.
1700
3478046b
PB
17012000-10-04 Peter Breton <pbreton@ne.mediaone.net>
1702
1703 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 1704 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
1705 Ignore the value of wqindow-system; always define keywords
1706
22aca186
KH
17072000-10-05 Kenichi Handa <handa@etl.go.jp>
1708
1709 * startup.el (fancy-splash-screens): Remove the code for
1710 debugging; `(trace-to-stderr "EXITTT\n")'.
1711
55d5d717
MB
17122000-10-05 Miles Bader <miles@gnu.org>
1713
1714 * diff-mode.el (diff-goto-source): Update call to
1715 `diff-hunk-status-msg' to reflect new REV variable.
1716
41fa7178
SM
17172000-10-04 Stefan Monnier <monnier@cs.yale.edu>
1718
1719 * progmodes/icon.el (icon-mode):
1720 Don't gratuitously override the default for comment-column.
1721
1722 * vc-hooks.el (vc-mode-line): Fix interactive spec.
1723
1724 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
1725 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
1726 (jit-lock-functions): New var.
1727 (jit-lock-function-1): Use it if non-nil.
1728 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
1729 Set the `fontified' property before doing the fontification to avoid
1730 repeatedly going through the same error.
1731 Don't turn errors into messages.
1732 (jit-lock-register, jit-lock-unregister): New functions.
1733
1734 * dired.el (dired-mark-pop-up): Turn comment into docstring.
1735 Use with-current-buffer.
1736
1737 * dired-aux.el (dired-do-create-files, dired-kill-tree):
1738 Turn comment into docstring.
1739
1740 * apropos.el (apropos-mode): Use define-derived-mode.
1741
3dc78168
GM
17422000-10-04 Gerd Moellmann <gerd@gnu.org>
1743
1744 * startup.el (fancy-splash-pending-command): New variable.
1745 (fancy-splash-pre-command): New function.
1746 (fancy-splash-screens): Rewritten.
1747 (command-line-1): If fancy-splash-pending-command is set, call it
1748 interactively.
1749
dae9dc56
DL
17502000-10-04 Dave Love <fx@gnu.org>
1751
1752 * toolbar/tool-bar.el (tool-bar-setup): New function.
1753 (tool-bar-mode): Use it.
1754
1755 * subr.el (substitute-key-definition): Doc fix.
1756 (play-sound-file): New command.
1757
3388f0a5
AS
17582000-10-04 Andre Spiegel <spiegel@gnu.org>
1759
814299a7 1760 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
1761 vc-version-backup-file-name): New functions.
1762
1763 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
1764
1765 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
1766 vc-cvs-stay-local-p.
1767
1768 * vc.el (vc-revert-buffer): Handle empty diff properly.
1769 (vc-version-backup-file): New function.
1770 (vc-checkout): Create a version backup if necessary.
1771 (vc-checkin): If a version backup file exists, delete it.
1772 (vc-version-diff): Diff locally using version backups, if available.
1773 (vc-revert-file): If there's a version backup, revert locally.
1774 (vc-transfer-file): Use version backup for base version, if
1775 available. If not, ask for confirmation whether to get it from the
1776 server. Update mode line before check-in.
1777
ebd4825d
DL
17782000-10-04 Dave Love <fx@gnu.org>
1779
1780 * toolbar/tool-bar.el (tool-bar-setup): New function.
1781 (tool-bar-mode): Use it.
1782
1b24f4b7
PB
17832000-10-04 Peter Breton <pbreton@ne.mediaone.net>
1784
3dc78168 1785 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 1786 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
1787 Only set if window-system is non-nil
1788 (net-utils-run-program): Returns buffer.
1789 (network-connection-reconnect): Added this function.
1790
814299a7
MB
1791 * generic.el:
1792 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
1793 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
1794 Uses cl compile-time macros.
3dc78168
GM
1795 (generic-mode-name, generic-comment-list)
1796 (generic-keywords-list, generic-font-lock-expressions)
1797 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
1798 Removed variables.
1799 (generic-mode-alist): Renamed to generic-mode-list.
1800 (generic-find-file-regexp): Default changed to "^#".
1801 (generic-read-type): Uses completing read on generic-mode-list.
1802 (generic-mode-sanity-check): removed this function.
1803 (generic-add-to-auto-mode): Removed this function
3dc78168 1804 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
1805 into function instead of putting them in alist.
1806 (generic-mode-set-comments): Reworked extensively.
1807 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 1808 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 1809
814299a7 1810 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
1811 Make sure directory name ends with "/".
1812
814299a7 1813 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
1814 Regexp now allows leading whitespace.
1815 (rc-generic-mode): Added eval-when-compile
1816 around generic-make-keywords-list.
1817 Deleted duplicate regexp
1818 (rul-generic-mode): Added eval-when-compile
1819 around generic-make-keywords-list.
1820 (etc-fstab-generic-mode): New generic mode.
1821 (rul-generic-mode): Removed one eval-when-compile
814299a7 1822 which caused a max-specpdl-size exceeded error.
1b24f4b7 1823
a7bf5cf3
MB
18242000-10-04 Miles Bader <miles@gnu.org>
1825
1826 * simple.el (minibuffer-temporary-goal-position): New variable.
1827 (next-history-element): Try to keep the position of point in the
1828 input string constant.
1829
1830 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
1831 (dired-do-create-files): If there's only one file, pass it in as
1832 the DEFAULT arg to dired-mark-read-file-name.
1833
ce1087a9
SM
18342000-10-03 Stefan Monnier <monnier@cs.yale.edu>
1835
1836 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
1837 (diff-goto-source): Be smarter when choosing REVERSE or not.
1838
1839 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
1840 (texinfo-mode-menu): Add an explicit shortcut for update all.
1841
0e41e1d6
AS
18422000-10-03 Andre Spiegel <spiegel@gnu.org>
1843
814299a7 1844 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
1845 factorize backend-specific code cleanly (this was essentially
1846 conceived by Stefan Monnier).
1847 (vc-unregister): Function removed.
814299a7 1848 (vc-revert-file): New function.
858f7cb4
AS
1849 (vc-revert-buffer): Delegate some of the work to it.
1850
0e41e1d6
AS
1851 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
1852 default branch unconditionally.
1853 (vc-rcs-set-default-branch): New function.
1854 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
1855 (vc-rcs-checkin): If an appropriate default branch has been set,
1856 force creation of that branch.
858f7cb4
AS
1857 (vc-rcs-receive-file): Rewritten to contain only backend-specific
1858 code (as suggested by Stefan Monnier).
0e41e1d6 1859
01c86c56
GM
18602000-10-02 Gerd Moellmann <gerd@gnu.org>
1861
45c477b4
GM
1862 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
1863 highlighting overlay with a different face over the overlay
1864 isearch uses to highlight the current match because that can lead
1865 to bad face combinations.
1866
01c86c56
GM
1867 * loadup.el (toplevel): Load faces before isearch.
1868
1869 * isearch.el (isearch-faces): New custom group.
1870 (isearch): New defface; was already tested for in the code.
1871 (isearch-lazy-highlight-face): Changed to defface from defcustom.
1872 (isearch-highlight): Always use face `isearch'.
1873
944425c0
DL
18742000-10-02 Dave Love <fx@gnu.org>
1875
1876 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
1877 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
1878 comparison of opcode with operand.
1879
2a099bcc
MB
18802000-10-03 Miles Bader <miles@gnu.org>
1881
1882 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
1883 buffer, since the echo area will now grow to accommodate them.
1884
4300ecb8
AS
18852000-10-02 Andre Spiegel <spiegel@gnu.org>
1886
1887 * vc-hooks.el (vc-registered): If FILE used to be registered under
1888 a certain backend, try that one first.
1889
814299a7 1890 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
1891 argument list. Handle multiple backends correctly.
1892 (vc-find-new-backend): Function removed.
1893 (vc-register): Use vc-responsible-backend, as before.
1894 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
1895
64e6cc18
GM
18962000-10-02 Gerd Moellmann <gerd@gnu.org>
1897
1898 * startup.el (fancy-splash-head): Change message below the
1899 logo.
1900
00df919e
MB
19012000-10-02 Miles Bader <miles@lsi.nec.co.jp>
1902
1903 * diff-mode.el (diff-goto-source): Emit a status message.
1904 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 1905 (diff-test-hunk): Fix doc string.
00df919e
MB
1906 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
1907 (diff-advance-after-apply-hunk): New variable.
4eaa6852 1908 (diff-apply-hunk): Don't return a value.
00df919e 1909
ceec5a0c
SM
19102000-10-01 Stefan Monnier <monnier@cs.yale.edu>
1911
1912 * vc.el (vc-editable-p): Minor optimization.
1913 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
1914 (vc-find-new-backend): New function split from vc-responsible-backend.
1915 (vc-register): Use it.
1916 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
1917 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
1918 (vc-default-unregister, vc-revert-buffer): Docstring fix.
1919 (vc-clear-headers): Don't use find-file.
1920 (vc-revert-buffer): Use `and' again (must have been a braino).
1921 (vc-switch-backend): Only prompt if requested.
1922 Short circuit if nothing is to be done.
1923 Don't use vc-resynch-buffer which could lose unsaved editing.
1924 (vc-default-receive-file): Update call to vc-unregister.
1925 (with-vc-file, vc-next-action-on-file):
1926 Use vc-backend rather than vc-registered.
1927 (vc-next-action-on-file): Use intern-soft.
1928 Deal with read-only *vc-diff* buffer.
1929 (vc-transfer-file): Docstring fix.
1930
1931 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
1932 (vc-rcs-receive-file): Avoid with-vc-properties.
1933 Update call to vc-unregister.
1934 Use constant `RCS' rather than (dynamically bound) var `backend'.
1935
4ad5da8f
AS
19362000-10-01 Andre Spiegel <spiegel@gnu.org>
1937
814299a7 1938 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
1939 is visited.
1940 (vc-start-entry): New argument initial-contents. Don't visit the file
1941 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
1942 (vc-next-action, vc-register): Updated calls to vc-start-entry.
1943 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
1944 vc-start-entry.
1945 (vc-finish-logentry): Make sure to bury log buffer only if there
1946 really is one. Call `vc-resynch-buffer' on log-file, not
1947 buffer-file-name.
1948 (vc-default-comment-history, vc-default-wash-log): New functions.
1949 (vc-index-of): Removed.
1950 (vc-transfer-file): Make do without the above.
1951 (vc-default-receive-file): Call comment-history unconditionally. Pass
1952 the resulting string to vc-checkin, instead of inserting it into the
1953 comment ring.
1954
1955 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
1956 unconditionally. Use the comments as initial contents of the log
814299a7 1957 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
1958 changes.
1959
aa0c3dca
MB
19602000-10-01 Miles Bader <miles@gnu.org>
1961
1962 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
1963 `recenter' with an arg to prevent redrawing the display.
1964
d5f5a2c5
SM
19652000-09-30 Stefan Monnier <monnier@cs.yale.edu>
1966
1967 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
1968
1969 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
1970
814299a7 1971 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
1972 Don't gratuitously override the default for comment-column.
1973
1974 * textmodes/tex-mode.el (latex-metasection-list): New var.
1975 (latex-imenu-create-index): Use it.
1976 Move the regexp construction outside loops (and use push).
814299a7 1977 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
1978 (tex-font-lock-keywords): Moved from font-lock.el.
1979 (tex-comment-indent): Remove.
1980 (tex-common-initialization): Don't set comment-indent-function.
1981 (latex-block-default): New var.
1982 (tex-latex-block): Use it to provide a default choice.
1983 Add any unknown choice to latex-block-names.
1984 Insert [...] after {...}.
1985 (tex-last-unended-begin): Simplify regexp.
1986 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
1987 (latex-forward-sexp-1, latex-forward-sexp): New functions.
1988 (latex-mode): Set forward-sexp-function.
1989
1990 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
1991 Add regexp for @ignore ... @end ignore.
1992 (texinfo-heading-face): New face.
1993 (texinfo-font-lock-keywords): Use it.
1994 (texinfo-mode-menu): New menu.
1995 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
1996 New functions.
1997 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 1998 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
1999 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
2000 Remove declaration.
2001 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
2002
2003 * delsel.el (delete-selection-mode): Use define-minor-mode.
2004
2005 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
2006
20072000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2008
2009 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
2010
8a5506f2
GM
20112000-09-30 Gerd Moellmann <gerd@gnu.org>
2012
068127d6
GM
2013 * replace.el (keep-lines-read-args): New function.
2014 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
2015 read arguments interactively. Add parameters RSTART and REND.
2016 Operate on the active region in Transient Mark mode.
2017
d777bb8f
GM
2018 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
2019
8a5506f2
GM
2020 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
2021 (authors-obsolete-files-regexps): New variable.
2022 (authors-add): Don't record changes in obsolete files.
2023
3fa87bfc
SM
20242000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2025
2026 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
2027
2028 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
2029 (comment-indent): Make sure there's a space between code and comment.
2030 Shift comments left to avoid going past fill-column.
2031
f02149ce
GM
20322000-09-29 Gerd Moellmann <gerd@gnu.org>
2033
2034 * startup.el (startup-echo-area-message): New function.
2035 (display-startup-echo-area-message): Use it.
2036 (fancy-splash-screens): Rewritten to use keymaps and a timer.
2037 (fancy-splash-default-action): New function.
2038 (fancy-splash-screens-1): New function.
2039 (fancy-splash-head): Put a help-echo and a keymap under the image.
2040
a3ef6569
SM
20412000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2042
2043 * diff-mode.el (diff-add-log-file-name): Remove.
2044 (diff-mode): Use add-log-buffer-file-name-function.
2045
2046 * add-log.el (find-change-log): New arg BUFFER-FILE.
2047 (add-log-file-name): Obey add-log-file-name-function.
2048 (add-log-buffer-file-name-function): New var.
2049 (add-change-log-entry): Use it.
2050
75e5b373
MB
20512000-09-29 Miles Bader <miles@gnu.org>
2052
2053 * image-file.el (image-file-name-extensions): New variable.
2054 (image-file-name-regexps): Renamed from `image-file-regexps'.
2055 New default value is nil. Call `auto-image-file-mode'.
2056 (image-file-name-regexp): New function.
2057 (auto-image-file-mode): New minor mode.
2058 (insert-image-file): Don't make conditional on the image-file
2059 handler being enabled.
2060 (image-file-handler): Make the call here conditional instead.
2061 (set-image-file-handler-enabled, enable-image-file-handler)
2062 (disable-image-file-handler): Functions removed.
2063
2064 * emacs-lisp/authors.el (authors-print): Rephrase many-files
2065 string.
2066
de6e1f7c
GM
20672000-09-29 Gerd Moellmann <gerd@gnu.org>
2068
2069 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
2070 it's a function from CL.
2071 (latex-imenu-create-index): Replace eval-when-compile with progn
2072 because latex-section-alist is not bound while compiling.
2073
d8c201f5
SM
20742000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2075
2076 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
2077 (outline-mode): Use define-derived-mode.
2078
814299a7 2079 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
2080 * progmodes/awk-mode.el (awk-mode):
2081 * progmodes/asm-mode.el (asm-mode):
2082 Don't gratuitously override the default for comment-column.
2083
2084 * emacs-lisp/lisp.el (lisp-complete-symbol):
2085 Distinguish the let-binding case from the funcall case.
2086 (forward-sexp-function): New variable.
2087 (forward-sexp): Use it.
2088
2089 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
2090 (easy-mmode-defmap): Remove the now useless autoload.
2091
2092 * time.el (display-time-mode): Use define-minor-mode.
2093
2094 * subr.el (add-minor-mode): Don't eval NAME.
2095 Don't depend on the presence of TOGGLE-FUN for any special behavior.
2096 Use if rather than cond.
2097
2098 * simple.el (read-expression-map): Define more properly.
2099 (comment-indent-hook): Remove.
2100 (string-to-syntax): Bug fix.
2101
2102 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
2103 (cvs-ediff-diff): Fix typo.
2104 (cvs-revert-if-needed): Don't bother preserving read-only.
2105
2106 * paren.el (show-paren-mode): Use define-minor-mode.
2107
2108 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
2109 (toggle-auto-compression): Remove.
2110 (jka-compr-build-file-regexp): Remove useless grouping.
2111
2112 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
2113 Avoid user-reserved bindings.
2114 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
2115 (diff-header-face): Revert to grey85.
2116
2117 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
2118
2119 * complete.el (partial-completion-mode) <defcustom>: Remove.
2120 (partial-completion-mode): Use define-minor-mode.
2121 (PC-do-completion): Understand `completion-auto-help = delay'
2122 to mean to popup the completion buffer only the second time.
814299a7 2123 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
2124 (PC-include-file-all-completions): Don't quote lambda.
2125
2126 * comint.el (comint-mode-hook): Docstring fix.
2127 (comint-mode): Use define-derived-mode.
2128 (comint-mode-map): Remove obsolete comment.
2129 (make-comint): Minor stylistic change.
2130 (comint-insert-clicked-input): Be more careful to find the overlay.
2131 Use this-command-keys rather than hardcoding mouse-2.
2132
2133 * font-lock.el: Replace confusing (,@ with ,
2134 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2135 Don't use regexp-opt-depth. Spice up the regexp for args.
2136 Don't distinguish between cmds that can take an opt arg or not.
2137 Use `append' and `prepend' rather than `keep'.
2138
2139 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
2140 (latex-outline-regexp): New var.
2141 (latex-outline-level): New fun.
2142 (latex-section-alist): New var.
2143 (latex-imenu-create-index): Use it. Use `push' as well.
2144 (tex-shell-map): Initialize it properly.
2145 (tex-mode): Minor stylistic change.
2146 (plain-tex-mode): Use define-derived-mode.
2147 (latex-mode): Use define-derived-mode.
2148 Construct the paragraph regexps in a more readable way.
2149 Set the buffer-local outline-{level,regexp} vars.
2150 (slitex-mode): Derive from latex-mode.
2151 (tex-common-initialization): Don't kill-all-vars anymore.
2152 Add setting for comment-add and font-lock-defaults.
2153 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
2154 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
2155 (tex-start-tex): New arg DIR (and send a chdir command for it).
2156 Also display the shell buffer and save it in tex-last-buffer-texed.
2157 (tex-region): Use expand-file-name rather than concat.
2158 Remove code made useless by changes in tex-start-tex.
2159 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
2160
2161 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
2162
ff398532
DL
21632000-09-28 Dave Love <fx@gnu.org>
2164
2165 * eshell/eshell.el (eshell) <defgroup>: Add :version.
2166
f9415d5b
GM
21672000-09-28 Gerd Moellmann <gerd@gnu.org>
2168
2169 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
2170 `append'.
2171
fa003899
SM
21722000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2173
2174 * info.el (Info-extract-pointer): Undo last change.
2175 Instead, fix the position of the `bound' arg to re-search-backward.
2176
21772000-09-27 Stefan Monnier <monnier@cs.yale.edu>
2178
2179 * info.el (Info-extract-pointer):
2180 Widen more carefully, to avoid finding pointers in other nodes.
2181 (Info-index): Use push.
2182
f9415d5b 21832000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
2184
2185 * frame.el (set-frame-font): Remove call to obsolete function
2186 frame-update-faces.
2187 (set-foreground-color, set-background-color): Likewise for
2188 frame-update-face-colors.
2189
5538b8ba
MB
21902000-09-27 Miles Bader <miles@gnu.org>
2191
2192 * image-file.el: New file.
2193
60536eea
GM
21942000-09-27 Gerd Moellmann <gerd@gnu.org>
2195
5b551d58
GM
2196 * frame.el (frame-notice-user-settings): Don't call
2197 frame-update-faces, which is a no-op now.
814299a7 2198
60536eea
GM
2199 * ediff-wind.el (ediff-control-frame-parameters): Add zero
2200 tool-bar-lines.
2201
36f1966f
DL
22022000-09-27 Dave Love <fx@gnu.org>
2203
2204 * mouse.el: Fix last change.
2205
c5785b73
MB
22062000-09-27 Miles Bader <miles@lsi.nec.co.jp>
2207
2208 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
2209
672172d9
KH
22102000-09-22 Kenichi Handa <handa@etl.go.jp>
2211
2212 * international/quail.el (quail-help): The output message is
2213 improved.
2214
4653b4ea
DL
22152000-09-26 Dave Love <fx@gnu.org>
2216
2217 * mouse.el (popup-menu): If POSITION is nil, set it using
2218 mouse-position.
2219
63900fcf
SS
22202000-09-25 Sam Steingold <sds@gnu.org>
2221
2222 * net/browse-url.el (browse-url-file-url): Check for null maps.
2223
cd3b81be
GM
22242000-09-26 Gerd Moellmann <gerd@gnu.org>
2225
876512ab 2226 * frame.el (frame-notice-user-settings): Don't add a
fa003899 2227 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 2228
fa003899
SM
2229 * frame.el (frame-notice-user-settings):
2230 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 2231
cd3b81be
GM
2232 * toolbar/tool-bar.el (tool-bar-help): New function.
2233
d8b4516f
GM
22342000-09-25 Gerd Moellmann <gerd@gnu.org>
2235
6567e9b5
GM
2236 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
2237 current-load-list in top-level forms. Else this leaks a cons cell
2238 every time a defun is called.
63900fcf 2239
d8b4516f 2240 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 2241
a461758e
DL
22422000-09-25 Dave Love <fx@gnu.org>
2243
7df6adc3
DL
2244 * startup.el (fancy-splash-head): Check XPM is available.
2245
a461758e
DL
2246 * autoinsert.el (auto-insert): Doc fix.
2247 (auto-insert-alist): Following GNU notices, don't say `copyright
2248 _by_'. Use line-beginning-position.
2249 (auto-insert): Check buffer-file-name is non-nil before use.
2250
b11af2dd
GM
22512000-09-25 Gerd Moellmann <gerd@gnu.org>
2252
2253 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
2254 starting with `@def' or `@multitable', in addition to ones
2255 specified by the user in auto-fill-inhibit-regexp.
2256
5f9f981b
GM
22572000-09-25 Markus Rost <rost@math.ohio-state.edu>
2258
2259 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
2260 rmail-dont-reply-to-names matches the empty string.
63900fcf 2261
8ff16b4e
GM
22622000-09-25 Gerd Moellmann <gerd@gnu.org>
2263
63900fcf 2264 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
2265 text to sound more friendly.
2266
9b4a7800
TTN
22672000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
2268
2269 * progmodes/hideshow.el: Update author email address.
2270 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
2271 (hs-hide-all-non-comment-function): New var.
2272 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
2273 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
2274 (hs-show-region): Delete this command.
2275 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
2276
4c7c1f3f
DL
22772000-09-22 Dave Love <fx@gnu.org>
2278
2279 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
2280 (hl-line-highlight): Specify buffer when moving overlay.
2281
2282 * progmodes/fortran.el (fortran-mode): Locally set
2283 normal-auto-fill-function.
2284 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
2285 (fortran-mode-map): Adjust auto-fill menu entry.
2286
13f93dee
GM
22872000-09-22 Gerd Moellmann <gerd@gnu.org>
2288
36eb0a91
GM
2289 * vc-rcs.el (toplevel): Require `vc' when compiling.
2290
fa003899 2291 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 2292
36a03bf9
AS
22932000-09-22 Andre Spiegel <spiegel@gnu.org>
2294
9b4a7800 2295 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
2296 registered under the new backend.
2297
9b4a7800 2298 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
2299 without explicit revision number.
2300
6e4e8a3b
SM
23012000-09-21 Stefan Monnier <monnier@cs.yale.edu>
2302
2303 * diff-mode.el (diff-file-header-face): Reset to its previous value.
2304 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
2305 (diff-xor): New function.
2306 (diff-find-source-location): Use it. Fix a stupid name clash.
2307 (diff-hunk-status-msg): New function.
2308 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
2309 (diff-test-hunk): Use diff-find-source-location.
2310 (diff-goto-source): Favor the `reverse'.
2311 (diff-hunk-text): Properly handle one-sided context diffs.
2312 (diff-apply-hunk): When done, advance to the next hunk.
2313
1b24b888
GM
23142000-09-21 Gerd Moellmann <gerd@gnu.org>
2315
623a0aae
GM
2316 * startup.el (command-line): If frame was created with a non-zero
2317 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 2318
1b24b888
GM
2319 * add-log.el (change-log-date-face, change-log-name-face)
2320 (change-log-email-face, change-log-file-face)
2321 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
2322 (change-log-function-face, change-log-acknowledgement-face):
2323 New faces, inheriting from font-lock faces.
1b24b888 2324 (change-log-font-lock-keywords): Use them.
9b4a7800 2325
93b3a1c8
DL
23262000-09-21 Dave Love <fx@gnu.org>
2327
80585273
DL
2328 * progmodes/cperl-mode.el (top-level): Clean up
2329 `eval-when-compile's and assorted defvars.
2330 (cperl-invalid-face): Don't double-quote value. Change custom
2331 type.
2332 (cperl-mode): Set normal-auto-fill-function and don't zap
2333 auto-fill-function.
2334 (cperl-imenu--function-name-regexp-perl): Renamed from
2335 imenu-example--function-name-regexp-perl.
2336 (cperl-imenu--create-perl-index): Renamed from
2337 imenu-example--create-perl-index.
2338 (cperl-xsub-scan): Don't require cl.
2339
93b3a1c8
DL
2340 * msb.el (msb-mode-map): Use substitute-key-definition.
2341 (msb-mode): Use msb-mode-map.
2342
43ccb598
AS
23432000-09-21 Andre Spiegel <spiegel@gnu.org>
2344
2345 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
2346 New functions.
fa003899 2347 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
2348 (vc-switch-backend): New function.
2349 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
2350 (vc-register): Fix prompt.
2351 (vc-unregister, vc-default-unregister): New functions.
2352 (vc-version-diff): Handle empty buffer in sentinel.
2353
2354 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
2355 (vc-rcs-state-heuristic): Use it to guess the state of files with
2356 non-strict locking.
2357 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
2358 been set with -b, but not created yet.
2359 (vc-rcs-fetch-master-state): With non-strict locking, compare file
2360 contents in order to find the state.
2361 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
2362 (vc-rcs-unregister, vc-rcs-receive-file)
2363 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 2364
9b4a7800 2365 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 2366 in case it is missing.
9b4a7800 2367
95fadcca
GM
23682000-09-21 Gerd Moellmann <gerd@gnu.org>
2369
2370 * startup.el (fancy-splash-tail): Use a different foreground
2371 color on a dark frame background.
2372
470f23e1
MB
23732000-09-21 Miles Bader <miles@lsi.nec.co.jp>
2374
2375 * info.el: Use the correct capitalization when making Info-mode
2376 and Info-edit-mode `special' modes.
2377
281096ed
SM
23782000-09-20 Stefan Monnier <monnier@cs.yale.edu>
2379
2380 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
2381 (diff-mode): Add support for add-log.el.
2382 (diff-hunk-text): Use char offsets rather than line offsets.
2383 (diff-find-source-location): Replace LINE with line-offset (nil
2384 if not found) and always set POS to a meaningful position.
2385 Adapt to the new char-offsets.
2386 (diff-apply-hunk): Drop support for the unused `select' POPUP.
2387 Adapt to the new diff-find-source-location.
2388 (diff-goto-source): Adapt to the new diff-find-source-location.
2389
2390 * add-log.el (add-log-file-name): New function (split out of
2391 add-change-log-entry).
2392 (add-change-log-entry): Use it.
2393 Call add-log-file-name-function with the changelog file name if
2394 the current buffer is not associated with any file.
2395 Avoid find-file if the selected window is dedicated.
2396
2397 * diff-mode.el (diff-find-source-location):
2398 Move code from diff-apply-hunk. Return buffer rather than file.
2399 (diff-apply-hunk): Use the new result from diff-find-source-location.
2400 (diff-goto-source): Use the new diff-find-source-location.
2401
c29d77c4
DL
24022000-09-20 Dave Love <fx@gnu.org>
2403
2404 * iswitchb.el: Some doc fixes.
2405 (iswitchb-mode-map): Define completely initially. Inherit
2406 minibuffer-local-map.
2407 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
2408 fundamental-mode.
2409 (iswitchb-global-map): New variable.
2410 (iswitchb-summaries-to-end): Amalgamate regexps.
2411 (iswitchb-mode): New.
2412 (iswitchb-mode-hook): New variable.
2413 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
2414 `extensions'.
2415
49939379
GM
24162000-09-20 Gerd Moellmann <gerd@gnu.org>
2417
d05c87ac
GM
2418 * ehelp.el (electric-help): New defgroup.
2419 (electric-help-shrink-window): New user-option.
2420 (with-electric-help): Use it.
2421
1ec082d4
GM
2422 * window.el (shrink-window-if-larger-than-buffer): If face
2423 `mode-line' has a :box, and we're on a graphical frame, add 1
2424 to the needed window height.
2425
f46c275e
GM
2426 * frame.el (frame-notice-user-settings): Add a last parameter nil
2427 to a call to `append', because the last list passed to `append' is
2428 not copied, and so subsequent calls to assq-delete-all will modify
2429 default-frame-alist.
2430
b7e11c5b
GM
2431 * startup.el (fancy-splash-image): Change :type.
2432 (fancy-splash-head): Use an XBM image if appropriate.
2433 (command-line-1): Show splash screens in more cases.
2434
26ff68aa
GM
2435 * startup.el (fancy-splash-text): Don't quote faces.
2436
8320414c
GM
2437 * dired.el (dired-font-lock-keywords): Undo last change.
2438 (dired-readin): Bind indent-tabs-mode to nil.
2439
49939379
GM
2440 * startup.el (fancy-splash-head): If frame's background mode
2441 is `dark', change the black background of the image to gray.
2442 (fancy-splash-screens): Display startup echo area message.
2443 (display-startup-echo-area-message): New function.
2444
c3b27206
MB
24452000-09-20 Miles Bader <miles@lsi.nec.co.jp>
2446
55a3d2a1
MB
2447 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
2448
2449 * info.el (info-header-node): Tweak for color ttys.
2450
37a99821
MB
2451 * faces.el (face-valid-attribute-values): Make sure directories we
2452 search for stipples both exist and are readable before trying to
2453 search them.
2454
0415d0d0
MB
2455 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
2456 in the dry-run case.
2457
523b128c
MB
2458 * jka-compr.el (with-auto-compression-mode): New macro.
2459
c3b27206
MB
2460 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
2461 (custom-group-tag-face, custom-variable-tag-face): Use relative
2462 :height and inherit from `variable-pitch' face instead of
2463 hardwiring :family.
2464 * hi-lock.el (hi-black-hb): Likewise.
2465
ddba99ad
MB
2466 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
2467 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
2468 toolbar-add-item, if image doesn't have a mask add a `:mask
2469 heuristic'.
2470
7e99fbde
SM
24712000-09-19 Stefan Monnier <monnier@cs.yale.edu>
2472
2473 * diff-mode.el: Docstring fixes.
2474 (diff-header-face, diff-comment-face): New faces.
2475 (diff-font-lock-keywords): Highlight a bit differently.
2476 (diff-find-source-location): Don't return SPAN any more.
2477 (diff-hunk-text): Don't bother erasing the temp buffer.
2478 (diff-find-text): Drop argument LINE.
2479 (diff-apply-hunk): Update calls to diff-find-text.
2480 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
2481
2482 * calendar/calendar.el: Docstring fixes.
2483 (calendar-make-alist): Don't quote lambda.
2484 (calendar-star-date): Use make-local-variable.
2485
fb275c02
DL
24862000-09-19 Dave Love <fx@gnu.org>
2487
7e99fbde
SM
2488 * toolbar/tool-bar.el: Renamed from toolbar.el.
2489 Change `toolbar' to `tool-bar' generally in symbols.
2490 Make some items invisible in `special' major modes.
2491 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
2492 Add arg PROPS.
532cb34d 2493
7e99fbde
SM
2494 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
2495 Add :version here.
fb275c02
DL
2496 (fancy-splash-delay, fancy-splash-image): Remove :version here.
2497
8f4ca9a5
GM
24982000-09-19 Gerd Moellmann <gerd@gnu.org>
2499
8b7707e1 2500 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 2501
8b7707e1 2502 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
2503 (find-file-noselect): Use it.
2504
8b7707e1 2505 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
2506 (fancy-splash-screen): Defgroup.
2507
8f4ca9a5
GM
2508 * add-log.el (change-log-font-lock-keywords): Match names
2509 more exactly for the case that font-lock-constant-face is
2510 underlined.
2511
ba9eeda1 25122000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 2513
8b7707e1 2514 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 2515
289eaef9
AS
25162000-09-19 Andre Spiegel <spiegel@gnu.org>
2517
2518 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
2519
ce9ded5d
GM
25202000-09-19 Gerd Moellmann <gerd@gnu.org>
2521
c113de23
GM
2522 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
2523 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
2524 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
2525 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
2526 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
2527 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
2528 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
2529 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
2530 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
2531 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
2532 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 2533 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 2534
ce9ded5d
GM
2535 * startup.el (fancy-splash-text): New variable.
2536 (fancy-splash-delay, fancy-splash-image): New user-options.
2537 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
2538 (fancy-splash-screens): New functions.
2539 (command-line-1): If display has a `display' frame parameter, has
2540 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 2541
b9b1c3a9
DL
25422000-09-19 Dave Love <fx@gnu.org>
2543
2544 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
2545 with null `help'. Use modern backquote syntax.
2546
1af25534
GM
25472000-09-19 Gerd Moellmann <gerd@gnu.org>
2548
afd3c8cd
GM
2549 * font-lock.el (font-lock-mode): Change message telling the user
2550 that ``the buffer is too big''.
2551
1af25534
GM
2552 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
2553 for instance for the case that tab-width is 2.
2554
05b1f851
GM
25552000-09-18 Gerd Moellmann <gerd@gnu.org>
2556
2557 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
2558 toolbar-add-item, if image doesn't have a mask add a `:mask
2559 heuristic'.
2560
8ec8f673
MB
25612000-09-18 Miles Bader <miles@lsi.nec.co.jp>
2562
2b612b1f
MB
2563 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
2564 and return a cons if it's non-nil.
2565 (diff-apply-hunk): Try to jump to the line in the source text
2566 corresponding to the position of point in the in the hunk.
2567
9b4a7800 2568 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
2569 (Info-title-1-face): Use face inheritance and relative sizes
2570 instead of hard-wiring things.
2571
2572 * faces.el (secondary-selection): Make dark-background variant sane.
2573
5eedab4d
AI
25742000-09-16 Andrew Innes <andrewi@gnu.org>
2575
5eedab4d
AI
2576 * makefile.w32-in (compile-files-CMD): No need to make .elc files
2577 read-only, since they aren't under VC now.
2578
6a142f26
DL
25792000-09-17 Dave Love <fx@gnu.org>
2580
e07436e1
DL
2581 * tmm.el: Replace mapcar with mapc in several places.
2582
2583 * loadhist.el (unload-feature): Maybe call elp-restore-list and
2584 ad-unadvise.
2585
7d354dd5
DL
2586 * international/latin1-disp.el: New file.
2587
6a142f26
DL
2588 * calendar/cal-move.el (scroll-calendar-left)
2589 (scroll-calendar-right): Make arg optional (for active mode line).
2590
2591 * calendar/calendar.el (calendar-mode-line-format): Make fields
2592 mouse-sensitive.
2593 (calendar-read-date, calendar-read-date, calendar-window-list):
2594 Unquote lambda.
2595 (calendar-month-name): Use aref, not sref.
2596
2597 * view.el (minor-mode-alist): Propertize the string.
2598
2599 * international/characters.el (standard-case-table): Add entries
2600 for Greek.
2601
50ac70af
MB
26022000-09-18 Miles Bader <miles@gnu.org>
2603
53c9ab4f
MB
2604 * info.el (info-node, info-xref): Add dark-background variants.
2605
a114b1ca
MB
2606 * faces.el (header-line): Change defaults to be less confusing
2607 when mixed with mode-lines.
2608
50ac70af
MB
2609 * info.el (Info-fontify-node): Make a few cleanups.
2610 Add extra `help-echo' and `local-map' props to node xrefs.
2611 Use header-specific faces for node-names & xrefs.
2612 (Info-use-header-line): New variable.
53c9ab4f 2613 (info-header-xref, info-header-node): New faces.
50ac70af
MB
2614 (Info-setup-header-line): New function.
2615 (Info-select-node): Call Info-setup-header-line when enabled.
2616 (Info-extract-pointer): Work even if the header line is hidden.
2617 (Info-header-line): New variable.
2618
729927ff
SM
26192000-09-16 Stefan Monnier <monnier@cs.yale.edu>
2620
2621 * vms-patch.el (print-region-function): Don't quote lambda.
2622
2623 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
2624
2625 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
2626 (lm-get-header-re): Allow spaces between the header and the colon.
2627 (lm-header): Allow $ in non-RCS headers.
2628 (lm-header-multiline): Put the strings back into order.
2629 Stop at an empty line. Don't require two space chars if the
2630 line is clearly not another header line.
2631
2632 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
2633 (popup-menu-popup): Remove.
2634
7a98d821
GM
26352000-09-15 Gerd Moellmann <gerd@gnu.org>
2636
7f8f1edc
GM
2637 * toolbar/toolbar.el (toolbar-add-item): Use the same image
2638 specification if or if not tool-bar item contains an `:enabled'
2639 property.
2640
7a98d821
GM
2641 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
2642 current buffer has no file name.
2643
a7bc704b
DL
26442000-09-15 Dave Love <fx@gnu.org>
2645
2646 * strokes.el: Sync with maintainer's current version with changes
2647 for Emacs, but avoid runtime cl and levents.
2648 (toplevel): Change autoloads and compilation requires.
2649 (strokes-version, strokes-bug-address, strokes-lift): Values
2650 changed.
2651 (strokes-xpm-header, strokes-insinuated): New variable.
2652 (strokes): Add :link.
2653 (strokes-mode): Customized.
2654 (strokes-while-inhibiting-garbage-collector): New macro.
2655 (strokes-remassoc): Avoid remove-if.
2656 (strokes-fix-button2-command): Don't use ad-do-it.
2657 (strokes-insinuate): New function.
2658 (strokes-button-press-event-p, strokes-button-release-event-p):
2659 New functions, used instead of non-`strokes-' versions..
2660 (strokes-mouse-event-p): Rewritten.
2661 (strokes-event-closest-point): Avoid event-point.
2662 (strokes-get-grid-position): Avoid cdadr, caadr
2663 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
2664 functions.
2665 (strokes-help): Use with-output-to-temp-buffer.
2666 (strokes-window-configuration-changed-p): New function.
2667 (strokes-update-window-configuration): Use buffer-live-p,
2668 strokes-window-configuration-changed-p.
2669 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
2670 (strokes-char-face): New face.
2671 (strokes-char-table, strokes-base64-chars): New variable.
2672 (strokes-xpm-for-stroke, strokes-list-strokes)
2673 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
2674 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
2675 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
2676 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
2677 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
2678 functions.
2679
47e351a3
GM
26802000-09-15 Gerd Moellmann <gerd@gnu.org>
2681
ebb8f116
GM
2682 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
2683
47e351a3
GM
2684 * image.el (create-image): Doc fix.
2685
2686 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
2687 instead of `:heuristic-mask t'.
2688
fe83b953
AI
26892000-09-14 Andrew Innes <andrewi@gnu.org>
2690
2691 * makefile.w32-in: Revert to Unix line endings.
2692
52481729
AI
26932000-09-14 Andrew Innes <andrewi@gnu.org>
2694
3021e816
AI
2695 * makefile.w32-in: Add bootstrap support. Also copy lisp source
2696 when installing.
2697
52481729
AI
2698 * makefile.nt (DONTCOMPILE): Fix typo.
2699
2700 * shell.el (shell-write-history-on-exit): New function.
2701 (shell-dumb-shell-regexp): New custom variable.
2702 (shell-mode): Make shell-write-history-on-exit the process
2703 sentinel if shell name matches shell-dumb-shell-regexp.
2704
2705 * w32-fns.el: Comment out before-init-hook function which resets
2706 source-directory based; this breaks bootstrap.
2707
f8034e41
DL
27082000-09-14 Dave Love <fx@gnu.org>
2709
2710 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
2711 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
2712 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
2713 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
2714 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
2715 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
2716 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
2717 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
2718 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
2719
2720 * toolbar/toolbar.el: New.
2721
2722 * subdirs.el: Add toolbar.
2723
b9ce5694
GM
27242000-09-14 Gerd Moellmann <gerd@gnu.org>
2725
2726 * indent.el (indent-for-tab-command): Doc fix.
2727
986b7dee
GM
27282000-09-14 Alex Schroeder <alex@gnu.org>
2729
2730 * ansi-color.el (ansi-colors): Doc change.
2731 (ansi-color-get-face): Simplified regexp.
2732 (ansi-color-faces-vector): Added more faces, doc change.
2733 (ansi-color-names-vector): Doc change.
2734 (ansi-color-regexp): Simplified regexp.
2735 (ansi-color-parameter-regexp): New regexp.
2736 (ansi-color-filter-apply): Doc change.
2737 (ansi-color-filter-region): Doc change.
2738 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
2739 deal with zero length parameters.
2740 (ansi-color-apply-on-region): Doc change.
2741 (ansi-color-map): Doc change.
2742 (ansi-color-map-update): Removed debugging message.
2743 (ansi-color-get-face-1): Added condition-case to trap
2744 args-out-of-range errors.
2745 (ansi-color-get-face): Doc change.
2746 (ansi-color-make-face): Removed.
2747 (ansi-color-for-shell-mode): New option.
9b4a7800 2748
076ff911
KH
27492000-09-13 Kenichi Handa <handa@etl.go.jp>
2750
2751 * international/quail.el (quail-start-translation): Translate KEY
2752 if necessary even if it doesn't have any mapping in the current
2753 input method.
2754 (quail-start-conversion): Likewise.
2755 (quail-help): The output message is improved.
2756
bdf08678
MB
27572000-09-13 Miles Bader <miles@gnu.org>
2758
2759 * comint.el (comint-output-filter): Revert to using
2760 `insert-before-markers'. Add bletcherous hack to undo damage
2761 caused by `insert-before-markers'. Put `front-sticky' property on
2762 overlays created here so that the field code understands how the
2763 overlay works. Use a let when making comint-last-prompt-overlay,
2764 so that the code is easier to read.
2765
ffb8db8d
DL
27662000-09-13 Dave Love <fx@gnu.org>
2767
2768 * wid-edit.el (widget-default-format-handler): DTRT when
2769 doc-property is a function.
2770
5dd05f61
GM
27712000-09-12 Francesco Potorti` <pot@gnu.org>
2772
2773 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
2774 filed name if it's not there.
2775
35177617
DL
27762000-09-12 Dave Love <fx@gnu.org>
2777
9023837e
DL
2778 * simple.el (read-mail-command): Doc fix.
2779 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
2780
35177617
DL
2781 * vc.el (vc-dired-listing-switches): Fix :version.
2782
2783 * vc-hooks.el: Doc fixes.
2784
2785 * subr.el (add-minor-mode): Use toggle-fun arg.
2786
2787 * speedbar.el: Add :version to several defcustoms.
2788
2789 * imenu.el (imenu--truncate-items, imenu--cleanup)
2790 (imenu--generic-function): Avoid mapcar.
2791 (imenu--replace-spaces): Function removed.
2792 (imenu--completion-buffer): Use subst-char-in-string.
2793 (imenu-add-to-menubar): Use keymap inheritance.
2794
1afaae94
MB
27952000-09-12 Miles Bader <miles@gnu.org>
2796
2797 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
2798 (diff-mode-map): Bind `diff-test-hunk'.
2799 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
2800
28012000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
2802
2803 * bytecomp.el (byte-compile-defvar): Undo last change
2804 because it breaks '(make-variable-buffer-local (defvar ...)'
2805 which is used at least in dired.
2806
63c36c3c
KH
28072000-09-12 Kenichi Handa <handa@etl.go.jp>
2808
2809 * international/quail.el (quail-define-package): Docstring
2810 modified.
2811
1ad24be1
KH
28122000-09-12 Kenichi Handa <handa@etl.go.jp>
2813
362a8065
KH
2814 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
2815 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
2816 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
2817 docstring of "chinese-py".
2818
1ad24be1
KH
2819 * international/quail.el (quail-translation-docstring): New
2820 variable.
2821 (quail-show-keyboard-layout): Docstring modified.
2822 (quail-select-current): Likewise.
2823 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
2824 infinite recursive call.
2825 (quail-help): Check quail-translation-docstring. Format of the
2826 output changed.
2827 (quail-help-insert-keymap-description): Adjusted for the above
2828 change.
2829
cc0f95a4
GM
28302000-09-11 Gerd Moellmann <gerd@gnu.org>
2831
2832 * bytecomp.el (byte-compile-defvar): Only cons onto
2833 current-load-list in top-level forms. Else this leaks a cons cell
2834 every time a defun is called.
2835
7530b6da
MB
28362000-09-11 Miles Bader <miles@lsi.nec.co.jp>
2837
2838 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
2839 Now understands non-unified diffs. Some functionality moved into
2840 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
2841 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
2842 modify anything. Only reposition point in the patched file if the
2843 patch succeeds. Only pop up another window if POPUP is true.
2844 Emit a message describing what happened if successful, and at what
2845 line-offset. Automatically detect reversed hunks and do something
2846 appropriate.
2847 (diff-hunk-text, diff-find-text): New functions.
2848 (diff-filter-lines): Function removed.
2849 (diff-test-hunk): New function.
2850 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
2851
6b124390
DL
28522000-09-10 Dave Love <fx@gnu.org>
2853
2854 * textmodes/tildify.el: Minor doc/commentary fixes.
2855 (tildify) <defgroup>: Add :version.
2856
2857 * faces.el (face-x-resources): Make custom type more specific.
2858 (frame-background-mode): Use mapc.
2859 (region) <defcustom>: Add :version.
2860
7f8b6551
SM
28612000-09-08 Stefan Monnier <monnier@cs.yale.edu>
2862
9b4a7800
TTN
2863 * vc-sccs.el (vc-sccs-register):
2864 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
2865 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
2866 * vc.el (vc-register): Clear file's properties.
2867
c454aac1
GM
28682000-09-08 Gerd Moellmann <gerd@gnu.org>
2869
2870 * faces.el (face-spec-set): Only face-spec-reset-face when
2871 ATTRS is non-nil.
2872
bb934822
EZ
28732000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
2874
2875 * help.el (help-insert-xref-button): Fix a typo in doc string.
2876
03419440
EZ
28772000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2878
7f8b6551
SM
2879 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2880 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
2881 methods.
2882
03419440
EZ
2883 * menu-bar.el (read-mail-item-name): New function.
2884 (menu-bar-tools-menu): Use it to compute and display the package
2885 used to read email.
2886 (menu-bar-tools-menu): Fix typo in GUD's help string.
2887
dbcee71a
DL
28882000-09-07 Dave Love <fx@gnu.org>
2889
19e713d8
DL
2890 * diff-mode.el (diff-mouse-goto-source): New function.
2891
a7cafade 2892 * vc-sccs.el: Doc fixes.
7f8b6551 2893 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
2894
2895 * vc-rcs.el: Doc fixes.
7f8b6551
SM
2896 (vc-rcs-register-switches, vc-rcs-checkin-switches)
2897 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
2898 (vc-rcs-master-templates): Add or change :version.
2899
7f8b6551 2900 * vc-cvs.el: Doc fixes.
a7cafade
DL
2901 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
2902 (vc-cvs-stay-local): Add :version.
2903
dbcee71a
DL
2904 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
2905
ed254191
KH
29062000-09-07 Kenichi Handa <handa@etl.go.jp>
2907
2908 * international/quail.el (quail-help): Fix previous change.
2909
ab0ee409
GM
29102000-09-07 Gerd Moellmann <gerd@gnu.org>
2911
f46f845b 2912 * faces.el (color-values): Doc fix.
9b4a7800 2913
ab0ee409
GM
2914 * faces.el (frame-set-background-mode): Use frame-parameter
2915 instead of frame-parameters.
2916
2917 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 2918 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 2919 frame-parameters.
9b4a7800 2920
f7246ac7
KH
29212000-09-07 Kenichi Handa <handa@etl.go.jp>
2922
2923 * language/devan-util.el (devanagari-to-indian-region): In the
2924 loop, change the following char, not preceding char.
2925
96889af2
GM
29262000-09-07 Gerd Moellmann <gerd@gnu.org>
2927
1091dd67
GM
2928 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
2929 instead of frame-parameters.
2930
9b4a7800 2931 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
2932 internal-set-lisp-face-attribute with FRAME being 0.
2933
2934 * vc.el: Remove `Id' version control keyword.
96889af2 2935
0fddd0dc
KH
29362000-09-07 Kenichi Handa <handa@etl.go.jp>
2937
2938 * help.el (help-make-xrefs): Adjusted for the change of
2939 help-xref-mule-regexp.
2940 (help-insert-xref-button): New function.
2941
2942 * international/mule-cmds.el (help-xref-mule-regexp-template):
2943 Include the pattern for character set.
2944 (leim): New group.
2945
2946 * international/quail.el: Don't require face.
2947 (quail): New group.
7f8b6551 2948 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
2949 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
2950 (quail-keyboard-layout-substitution): New variable.
2951 (quail-update-keyboard-layout): New function.
2952 (quail-keyboard-layout-type): New customizable variable.
2953 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
2954 (quail-keyboard-translate): Pay attention to
2955 quail-keyboard-layout-substitution.
2956 (quail-insert-kbd-layout): New function.
2957 (quail-show-keyboard-layout): New function.
2958 (quail-get-translation): If the definition is a vector of length
7f8b6551 2959 1, and the element is a string of length 1, return the character
0fddd0dc
KH
2960 in that string.
2961 (quail-update-current-translations): Fix the case of
2962 relative-index out of range.
2963 (quail-build-decode-map, quail-insert-decode-map): New Functions.
2964 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 2965 Show key sequences for all available characters.
0fddd0dc
KH
2966 (quail-help-insert-keymap-description): Don't show such verbose
2967 key bindings as quail-self-insert-command.
2968
2969 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2970 Format changed, and each element now have extra documentations.
2971 (tit-process-header): Delete invalid characters from TIT-PROMPT.
2972 Adjusted for the change of quail-cxterm-package-ext-info.
2973
8ddceaf1
GM
29742000-09-06 Gerd Moellmann <gerd@gnu.org>
2975
2976 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
2977 requiring it leads to a recursive loading of vc.el and vc-hooks.el
2978 during bootstrap.
2979
099bd78a
SM
29802000-09-05 Stefan Monnier <monnier@cs.yale.edu>
2981
2982 * vc.el: (toplevel): Don't require `dired' at run-time.
2983 (vc-dired-resynch-file): Remove autoload cookie.
2984
29852000-09-05 Andre Spiegel <spiegel@gnu.org>
2986
2987 * vc.el: Made several backend functions optional.
2988 (vc-default-responsible-p): New function.
2989 (vc-merge): Use RET for first version to trigger merge-news, not
2990 prefix arg.
2991 (vc-annotate): Handle backends that do not support annotation.
2992 (vc-default-merge-news): Removed. The existence of a merge-news
2993 implementation is now checked on caller sites.
2994
9b4a7800 2995 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
2996 case.
2997
9b4a7800 2998 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
2999 special case that has been removed from the default in vc-hooks.el.
3000
30012000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3002
3003 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
3004
30052000-09-05 Andre Spiegel <spiegel@gnu.org>
3006
3007 * vc-hooks.el: Require vc during compilation.
3008 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
3009 macro `with-vc-properties' in vc.el.
3010 (vc-file-getprop): Doc fix.
3011 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 3012
099bd78a
SM
3013 * vc.el: Require dired-aux during compilation.
3014 (vc-name-assoc-file): Moved to vc-sccs.el.
3015 (with-vc-properties): New macro.
9b4a7800 3016 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
3017 vc-finish-steal): Use it.
3018 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
3019 to the backend-specific function is now supposed to do the checkout,
3020 too.
3021 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
3022
9b4a7800 3023 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
3024 set file properties; that gets done in the generic code now.
3025
3026 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
3027 Changed parameter list, added code from vc.el that does the
3028 checkout, possibly with a double-take.
3029
3030 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
3031 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
3032 the above under the new name.
3033 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
3034 parameter list, added checkout command.
3035 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
3036 properties; that gets done in the generic code now.
3037
30382000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3039
3040 * vc.el: Docstring fixes (courtesy of checkdoc).
3041
30422000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3043
3044 * vc.el (vc-checkout-writable-buffer-hook)
3045 (vc-checkout-writable-buffer): Remove.
3046 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
3047 (vc-log-mode): Make it into a clean derived major mode.
3048 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
3049 vc-log-mode if log-edit is not available.
3050 (vc-dired-mode-map): Don't set-keymap-parent yet.
3051 (vc-dired-mode): Do set-keymap-parent here.
3052 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
3053
08ba3862
GM
30542000-09-05 Gerd Moellmann <gerd@gnu.org>
3055
3056 * faces.el (set-face-attribute, face-spec-reset-face)
3057 (face-spec-set): Avoid consing by removing calls to `apply'.
3058
3059 * frame.el (frame-parameter): Move to C code.
3060
3b4429b4
DL
30612000-09-05 Dave Love <fx@gnu.org>
3062
3063 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
3064 insert-before-markers-and-inherit. Now checked systematically!
3065
877055f6
GM
30662000-09-05 Alex Schroeder <alex@gnu.org>
3067
3068 * sql.el (sql-postgres): Use sql-postgres-options.
3069 (sql-postgres-options): New variable.
3070
30712000-09-05 Alex Schroeder <alex@gnu.org>
3072
3073 * sql.el (sql-mode-menu): Work around missing variable mark-active
3074 in XEmacs.
3075 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
3076 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
3077 compatibility.
3078
7a004b71
GM
30792000-09-04 Gerd Moellmann <gerd@gnu.org>
3080
54baed30 3081 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 3082
7a004b71
GM
3083 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
3084
3085 * Makefile.in (DONTCOMPILE): Fix typo in file name.
3086
30872000-09-04 Andre Spiegel <spiegel@gnu.org>
3088
3089 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
3090 don't support anything else under SCCS yet.
3091
3092 * vc-hooks.el: Minor doc fixes.
3093
30942000-09-04 Andre Spiegel <spiegel@gnu.org>
3095
3096 * vc.el (vc-next-action-on-file): Do not visit the file if it's
3097 not necessary. If verbose in state `needs-patch', do the same as
3098 under `up-to-date'. When NOT verbose and `needs-patch', check out
3099 latest version instead of `merge-news'.
3100 (vc-next-action-dired): Don't mess with default-directory here; it
3101 breaks other parts of dired. It is the job of the
099bd78a 3102 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
3103 (vc-next-action): Remove a special CVS case.
3104 (vc-clear-headers): New optional arg FILE.
3105 (vc-checkin, vc-checkout): Set properties vc-state and
3106 vc-checkout-time properly.
099bd78a 3107 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
3108 (vc-print-log): Use new backend function `show-log-entry'.
3109 (vc-cancel-version): Do the checks in a different order. Added a
3110 FIXME concerning RCS-only code.
3111
3112 * vc-rcs.el (vc-rcs-show-log-entry): New function.
3113 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
3114
3115 * vc-cvs.el (vc-cvs-show-log-entry): New function.
3116
9b4a7800 3117 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
3118 `needs-patch' as a `-' too.
3119
31202000-09-04 Andre Spiegel <spiegel@gnu.org>
3121
3122 * vc.el (vc-responsible-backend): New optional arg REGISTER.
3123 (vc-default-could-register): New function.
3124 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
3125 (vc-resynch-buffer): Call vc-dired-resynch-file.
3126 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
3127 vc-resynch-buffer instead of vc-resynch-window.
3128 (vc-next-action-dired): Don't redisplay here, that gets done as a
3129 result of the individual file operations.
3130 (vc-retrieve-snapshot): Corrected prompt order.
3131
3132 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 3133
7a004b71
GM
3134 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
3135 as well.
3136 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
3137 hostname regexps. Updated all callers.
3138 (vc-cvs-responsible-p): Handle directories as well.
3139 (vc-cvs-could-register): New function.
3140 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
3141 properties up-to-date.
9b4a7800 3142
7a004b71
GM
3143 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
3144 user whether to create one.
3145
31462000-09-04 Andre Spiegel <spiegel@gnu.org>
3147
3148 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
3149 check out a non-existing file.
3150
3151 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
3152 workfile does not exist.
3153
3154 * vc.el (vc-version-diff): Use `require' to check for existence of
3155 diff-mode.
3156
31572000-09-04 Andre Spiegel <spiegel@gnu.org>
3158
3159 * vc-cvs.el (vc-cvs-registered): Use new function
3160 vc-cvs-parse-entry to do the actual work.
3161
31622000-09-04 Andre Spiegel <spiegel@gnu.org>
3163
3164 * vc-hooks.el (vc-find-backend-function): If function doesn't
3165 exist, return nil instead of error.
3166 (vc-call-backend): Doc fix.
3167
3168 * vc.el (vc-do-command): Doc fix.
3169 (vc-finish-logentry): When checking in from vc-dired, choose the
3170 right backend for logentry check.
3171 (vc-dired-mode-map): Inherit from dired-mode-map.
3172 (vc-dired-mode): Local value of dired-move-to-filename-regexp
3173 simplified.
3174 (vc-dired-state-info): Removed, updated caller.
3175 (vc-default-dired-state-info): Use parentheses instead of hyphens.
3176 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
3177 (vc-dired-listing-switches): New variable.
3178 (vc-directory): Use it, instead of dired-listing-switches.
3179
3180 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
3181 (vc-cvs-dir-state): New function.
7f8b6551 3182 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
3183 (vc-cvs-parse-entry): New function, also to be used in
3184 vc-cvs-registered.
9b4a7800 3185
7a004b71
GM
31862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3187
3188 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
3189 *or* single-window-frames.
3190
31912000-09-04 Andre Spiegel <spiegel@gnu.org>
3192
3193 * vc.el (vc-update-changelog): Split into generic part and default
3194 implementation. Doc string adapted.
3195 (vc-default-update-changelog): New function. Call the `rcs2log'
3196 script in exec-directory, to fix a long-standing nuisance.
3197
3198 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
3199 simply signals an error.
9b4a7800 3200
7a004b71
GM
32012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3202
3203 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
3204 control-flow more clear and to avoid running `cvs' twice.
3205
3206 * vc.el (vc-next-action-on-file): Doc fix.
3207 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
3208 (vc-print-log): Eval `file' before constructing the continuation.
3209
32102000-09-04 Andre Spiegel <spiegel@gnu.org>
3211
3212 * vc.el (vc-next-action-on-file): Corrected several messages.
3213 (vc-merge): Add prefix arg `merge-news'; handle it.
3214
3215 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
3216 is not reached. It is.
3217 (vc-cvs-merge): Set state to 'edited after merge.
3218 (vc-cvs-merge-news): Set workfile version to nil if not known.
3219 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
3220
3221 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
3222 via stdout. (Merge from main line.)
9b4a7800 3223
7a004b71
GM
32242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3225
3226 * vc.el (vc-finish-logentry): Thinko in the "same comment"
3227 detection.
3228
32292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3230
3231 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
3232 against kill-all-local-variables.
3233 (vc-log-edit): Don't save vc-parent-buffer any more.
3234 (vc-last-comment-match): Initialize to an empty string.
3235 (vc-post-command-functions): New hook.
3236 (vc-do-command): Run it.
3237 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
3238 (vc-finish-logentry): Only add the comment to the ring if it's
3239 different from the last comment entered.
3240 (vc-new-comment-index): New function.
3241 (vc-previous-comment): Use it. Make the minibuffer message
3242 slightly less terse.
3243 (vc-comment-search-reverse): Make it work forward as well. Don't
3244 set vc-comment-ring-index if no match is found. Use
3245 vc-new-comment-index.
3246 (vc-comment-search-forward): Use vc-comment-search-reverse.
3247 (vc-dired-mode-map): Don't inherit from dired-mode-map since
3248 define-derived-mode will do it for us. Bind `v' to a keymap that
3249 inherits from vc-prefix-map so that we can bind `vt' without
3250 binding C-x v t.
3251 (vc-retrieve-snapshot): Parenthesis typo.
3252
3253 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
3254 to 1. Make sure to switch to *vc* before looking for an error
3255 message. Use vc-parse-buffer.
3256
32572000-09-04 Andre Spiegel <spiegel@gnu.org>
3258
3259 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
3260 and NAME.
3261 (vc-retrieve-snapshot): Split into two parts.
3262 (vc-default-retrieve-snapshot): New function.
3263
3264 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
3265 (vc-cvs-retrieve-snapshot): New function (untested).
3266 (vc-cvs-stay-local): Default to t.
3267 (vc-cvs-remote-p): New function and property.
3268 (vc-cvs-state): Stay local only if the above is t.
3269 (vc-handle-cvs): Removed.
3270 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
3271 done via vc-handled-backends now.
3272 (vc-cvs-header): Escape Id.
3273
32742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3275
3276 * vc.el (vc-do-command): Remove unused commands.
3277 (vc-version-diff): Make sure default-directory ends with a slash.
3278 Move the window commands into a vc-exec-after.
3279 (vc-print-log): Move more of the code into the `vc-exec-after'.
3280
32812000-09-04 Andre Spiegel <spiegel@gnu.org>
3282
3283 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
3284 (vc-print-log): Search current revision from beginning of buffer.
3285 (vc-revert-buffer): Clear echo area after the diff is finished.
3286 (vc-prefix-map): Removed definition of "t" for terse display in vc
3287 dired.
3288 (vc-dired-mode-map): Inherit from dired-mode-map. Added
3289 definition of "vt" for terse display.
3290 (vc-dired-mode): Fix dired-move-to-filename-regexp.
3291
32922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3293
3294 * vc.el (vc-exec-after): Avoid caddr.
3295
32962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3297
3298 * vc.el (vc-exec-after): New function.
3299 (vc-do-command): Use it to add a termination message for async
3300 procs.
3301 (vc-checkout): Try to handle a missing-backend situation.
3302 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
3303 of a directory with a backend using async diffs.
3304 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
3305 present.
3306
3307 * vc-sccs.el (vc-sccs-state-heuristic): Use
3308 file-ownership-preserved-p.
3309
3310 * vc-rcs.el (vc-rcs-state-heuristic): Use
3311 file-ownership-preserved-p.
3312 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
3313
33142000-09-04 Andre Spiegel <spiegel@gnu.org>
3315
3316 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
3317 vc-do-command.
3318
3319 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
3320 when there are no changes.
3321
33222000-09-04 Andre Spiegel <spiegel@gnu.org>
3323
3324 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
3325
3326 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
3327
33282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3329
3330 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
3331
3332 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
3333 the `fset' outside of the defvar so that it works even if
3334 vc-prefix-map was already defined.
3335 (vc-setup-buffer): New function, split out of vc-do-command.
3336 (vc-do-command): Allow BUFFER to be t to mean `just use the
3337 current buffer without any fuss'.
3338 (vc-version-diff): Change the `diff' backend operation to just put
3339 the diff in the current buffer without erasing it. Always use
3340 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
3341 shrink-window-if-larger-than-buffer.
3342 (vc-print-log): Change the `print-log' backend operation to just
3343 put the log in the current buffer without erasing it. Protect
3344 shrink-window-if-larger-than-buffer.
3345 (vc-update-change-log): Fix setd typo.
3346
3347 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
3348 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
3349
3350 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
3351 (vc-rcs-diff): Insert in the current buffer and remove unused arg
3352 CMP.
3353
3354 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
3355 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
3356 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
3357
33582000-09-04 Andre Spiegel <spiegel@gnu.org>
3359
3360 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
3361 not possible, use vc-BACKEND-workfile-unchanged-p.
3362 (vc-default-workfile-unchanged-p): New function. Delegates to a
3363 full vc-BACKEND-diff.
3364
3365 * vc-hooks.el (vc-simple-command): Removed.
3366
3367 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
3368 instead of vc-simple-command.
3369 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
3370 avoid doing a diff when opening a file.
3371 (vc-rcs-state): Added check for unlocked-changes.
3372 (vc-rcs-header): Escape Id.
3373 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
3374 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
3375 version.
3376
3377 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
3378 (vc-sccs-diff): Remove optional arg CMP.
3379 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
3380 SCCS-specific function.
3381
3382 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
3383 vc-simple-command.
3384
33852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3386
3387 * vc.el (vc-editable-p): Renamed from vc-writable-p.
3388 (with-vc-file, vc-merge): Use vc-editable-p.
3389 (vc-do-command): Remove unused var vc-file and fix the
3390 doubly-defined `status' var. Add a user message when starting an
3391 async command.
3392 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
3393 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
3394 Use with-current-buffer.
3395 (vc-buffer-sync): Use unless.
3396 (vc-next-action-on-file): If the file is 'edited by read-only,
3397 make it read-write instead of trying to commit.
3398 (vc-version-diff, vc-update-change-log): Use `setq
3399 default-directory' rather than `cd'.
3400 (vc-log-edit): Don't forget to set default-directory in the
3401 buffer.
3402
3403 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
3404 (vc-sccs-state-heuristic): Use file-writable-p instead of
3405 comparing userids.
3406 (vc-sccs-checkout): Use `unless'.
3407
3408 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
3409 of comparing userids.
3410 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
3411 Simplify the logic by eliminating unreachable code.
3412 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
3413 just do a recursive call if we need to retry.
3414 (vc-rcs-checkout): Handle the case where rcs is missing by making
3415 the buffer read-write if requested and re-signalling the error.
3416
3417 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
3418
34192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3420
3421 * vc-hooks.el (vc-handled-backends): Docstring change.
3422 (vc-ignore-vc-files): Mark obsolete.
3423 (vc-registered): Check vc-ignore-vc-files.
3424 (vc-find-file-hook, vc-file-not-found-hook): Don't check
3425 vc-ignore-vc-files.
3426
3427 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
3428
34292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3430
3431 * vc.el (vc-checkout): Don't do anything special for ange-ftp
3432 files since ange-ftp already has vc-registered return nil.
3433
3434 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
3435 (vc-sccs-workfile-version): Use with-temp-buffer and new
3436 vc-parse-buffer and don't bother setting the property.
3437 (vc-sccs-add-triple): Use with-current-buffer and
3438 find-file-noselect.
3439 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
3440
3441 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
3442 derives from the old vc-parse-buffer but uses the revision number
3443 rather than the date (much easier to compare robustly).
3444 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
3445 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
3446 locking-user more directly. Check strict locking and set
3447 checkout-model appropriately.
3448 (vc-rcs-parse-locks): Remove.
3449 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
3450 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
3451 (vc-rcs-system-release): Use with-current-buffer and
3452 vc-parse-buffer.
3453 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
3454
3455 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
3456 (vc-simple-command): Docstring fix.
3457 (vc-registered): Align the way the file-handler is called with the
3458 way the function itself works.
3459 (vc-file-owner): Remove.
3460
3461 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
3462 extraction of fields and call to file-attributes because of a
3463 temporary bug in rcp.el.
3464 (vc-cvs-fetch-status): Use with-current-buffer.
3465
34662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3467
3468 * vc.el (vc-do-command): Use file-relative-name.
3469 (vc-responsible-backend): Use vc-backend if possible.
3470 (vc-create-snapshot): Improve the `interactive' spec. Add support
3471 for branches and dispatch to backend-specific `create-snapshot'.
3472 (vc-default-create-snapshot): New function, containing the bulk of
3473 the old vc-create-snapshot.
3474 (vc-retrieve-snapshot): Improve the interactive spec.
3475
3476 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
3477 (vc-backend-hook-functions): Remove.
3478 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
3479 (vc-backend): Reintroduce the test for `file = nil' now that I
3480 know why it was there (and added a comment to better remember).
3481
3482 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
3483 code from vc-sccs-hooks.el.
3484 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
3485 'vc anymore.
3486 (vc-sccs-responsible-p): Use expand-file-name instead of concat
3487 and file-directory-p instead of file-exists-p.
3488 (vc-sccs-check-headers): Simplify the regexp.
3489
3490 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
3491 from vc-rcs-hooks.el. Don't require 'vc anymore.
3492 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
3493 file-directory-p instead of file-exists-p.
3494
3495 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
3496 from vc-cvs-hooks.el.
3497 (proto vc-cvs-registered): Require 'vc-cvs instead of
3498 'vc-cvs-hooks. Don't require 'vc anymore.
3499 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
3500 file-directory-p instead of file-exists-p.
3501 (vc-cvs-create-snapshot): New function, replacing
3502 vc-cvs-assign-name.
3503 (vc-cvs-assign-name): Remove.
3504
35052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3506
3507 * vc-cvs.el (vc-cvs-header): New var.
3508
3509 * vc-rcs.el (vc-rcs-exists): Remove.
3510 (vc-rcs-header): New var.
3511
3512 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
3513 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
3514 (vc-sccs-header): New var.
3515
3516 * vc.el (vc-do-command): Get rid of the `last' argument.
3517 (vc-header-alist): Remove, replaced by vc-X-header.
3518 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
3519 (vc-dired-hook): Use expand-file-name instead of concat.
3520 (vc-directory): Use file-name-as-directory.
3521 (vc-snapshot-precondition, vc-create-snapshot)
3522 (vc-retrieve-snapshot): Allow the command to operate on any
3523 directory.
3524
3525 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
3526 just removing the 'WORKFILE argument or by removing the 'MASTER
3527 argument and replacing `file' with (vc-name file).
3528
35292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3530
3531 * vc.el: Update Copyright and add a crude list of backend funs.
3532 (vc-writable-p): New function.
3533 (with-vc-file): Use vc-writable-p.
7f8b6551 3534 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
3535 (vc-register): Avoid vc-name.
3536 (vc-locking-user): Remove.
3537 (vc-steal-lock): Make the `owner' arg non-optional.
3538 (vc-merge): Use vc-writable-p instead of vc-locking-user and
3539 vc-checkout-model.
3540 (vc-default-dired-state-info): Use vc-state instead of
3541 vc-locking-user and return special strings for special states.
3542 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
3543 and get rid of one of the special CVS cases.
3544 (vc-cancel-version): prettify error message with \\[...].
3545 (vc-rename-master): New function.
3546 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
3547 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
3548 the CVS special case generic.
3549 (vc-default-record-rename): Remove.
3550 (vc-file-tree-walk-internal): Only call FUNC for files that are
3551 under control of some VC backend and replace `concat' with
3552 expand-file-name.
3553 (vc-file-tree-walk): Update docstring.
3554 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
3555 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
3556
3557 * vc-sccs.el (vc-sccs-rename-file): Renamed from
3558 vc-sccs-record-rename. Use `find-file-noselect' rather than
3559 `find-file' and call `vc-rename-master' to do the actual move.
3560 (vc-sccs-diff): Remove unused `backend' variable.
3561
3562 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
3563 to delay loading of vc-sccs until it is really used.
3564 (vc-sccs-master-templates): Preload.
3565 (vc-sccs-state): Update call to vc-sccs-parse-locks.
3566 (vc-sccs-project-dir): Remove (merged into
3567 vc-sccs-search-project-dir).
3568 (vc-sccs-search-project-dir): Rewrite using file name handling ops
3569 rather than `concat', make sure it is preloaded and don't bother
3570 to check that the file actually exists.
3571 (vc-sccs-parse-locks): Remove unused `file' argument, remove
3572 `locks' argument (use buffer's content instead) and eliminate n^2
3573 behavior.
3574
3575 * vc-rcs.el: Update Copyright.
3576 (vc-rcs-rename-file): New function.
3577 (vc-rcs-diff): Remove unused `backend' variable.
3578
3579 * vc-hooks.el: Update Copyright.
3580 (vc-backend): Don't accept a nil argument any more.
3581 (vc-up-to-date-p): Turn into a defsubst.
3582 (vc-possible-master): New function.
3583 (vc-check-master-templates): Use `vc-possible-master' and allow
3584 funs in vc-X-master-templates to return a non-existent file.
3585
3586 * vc-cvs.el: Update Copyright.
3587 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 3588 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
3589
3590 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
3591
35922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3593
3594 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
3595 since it can be called from vc-rcs.el.
3596 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
3597
35982000-09-04 Andre Spiegel <spiegel@gnu.org>
3599
3600 * vc.el (vc-version-diff): Expand file name read from the
3601 minibuffer. Handle the case when a previous version number can't
3602 be guessed. Give suitable messages when there were no differences
3603 found.
3604 (vc-clear-headers): Call backend-specific implementation, if one
3605 exists.
3606 (vc-cancel-version): Made error checks generic. When done, clear
3607 headers generically, too.
3608
3609 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
3610 from vc-clear-headers in vc.el.
3611
3612 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
3613 correctly.
3614 (vc-rcs-latest-on-branch-p): Made second argument VERSION
3615 optional. Handle the case when it's not there.
3616
36172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3618
3619 * vc.el (vc-locking-user): Moved from vc-hooks.el.
3620
36212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3622
3623 * vc-hooks.el (vc-loadup): Remove.
3624 (vc-find-backend-function): Use `require'. Also, handle the case
3625 where vc-BACKEND-hooks.el doesn't exist.
3626 (vc-call-backend): Cleanup.
3627
36282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3629
3630 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
3631 vc-rcs-grab-templates)
3632 (vc-rcs-registered): Remove. The default function works as well.
3633 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
3634 vc-sccs-grab-templates)
3635 (vc-sccs-registered): Remove. The default function works as well.
3636
3637 * vc.el (vc-version-diff): Left out a vc- in call to
3638 vc-call-backend.
3639 (vc-default-dired-state-info, vc-default-record-rename)
3640 (vc-default-merge-news): Update for the new backend argument.
3641
3642 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
3643 using the default function.
3644 (vc-call-backend): If calling the default function, pass it the
3645 backend as first argument. Update the docstring accordingly.
3646 (vc-default-state-heuristic, vc-default-mode-line-string): Update
3647 for the new backend argument.
3648 (vc-make-backend-sym): Renamed from vc-make-backend-function.
3649 (vc-find-backend-function): Use the new name.
3650 (vc-default-registered): New function.
3651
36522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3653
3654 * vc.el (vc-merge): Use vc-find-backend-function.
3655
3656 * vc-hooks.el (vc-backend-functions): Remove.
3657 (vc-loadup): Don't setup 'vc-functions.
3658 (vc-find-backend-function): New function.
3659 (vc-call-backend): Use above fun and populate 'vc-functions
3660 lazily.
3661 (vc-backend-defines): Remove.
3662
36632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3664
3665 * vc.el (vc-register): Put a FIXME note for a newly found bug.
3666 Call vc-call-backend without the leading vc-.
3667 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
3668 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 3669 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
3670 (vc-annotate-display): Replace confusing use of `cond' with `or'.
3671 Call vc-call-backend without the leading vc-.
3672
3673 * vc-cvs.el (tail): Provide vc-cvs.
3674 * vc-sccs.el (tail): Provide vc-sccs.
3675 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
3676
3677 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
3678 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 3679 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
3680 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
3681 (vc-call-backend): Always try to load vc-X-hooks.
3682 (vc-registered): Remove vc- in call to vc-call-backend.
3683
36842000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3685
3686 * vc.el (vc-process-filter): New function.
3687 (vc-do-command): Setup `vc-process-filter' for the async process.
3688 (vc-maybe-resolve-conflicts): New function to reduce
3689 code-duplication. Additionally, it puts the buffer in
3690 `smerge-mode' if applicable.
3691 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
3692 calling `merge-news'.
7f8b6551 3693 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
3694 (vc-log-edit): New function. Replacement for `vc-log-mode' by
3695 interfacing to log-edit.el.
3696 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
3697 log-edit is available.
3698 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
3699
37002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3701
3702 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
3703 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
3704 defvar and the initialization.
3705 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
3706
3707 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
3708 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
3709
7f8b6551 3710 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
3711
37122000-09-04 Andre Spiegel <spiegel@gnu.org>
3713
3714 * vc.el (vc-file-clear-masterprops): Removed.
3715 (vc-checkin, vc-revert-buffer): Removed calls to the above.
3716 (vc-version-diff): Use buffer-size without argument.
3717 (vc-register): Heed vc-initial-comment.
3718
3719 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
3720 default branch.
3721
3722 * vc-rcs.el (vc-rcs-register): Parse command output to find master
3723 file name and workfile version.
3724 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
3725
3726 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
3727 vc-file-clear-masterprops.
3728
3729 * vc-sccs.el (vc-sccs-checkout): Removed call to
3730 vc-file-clear-masterprops. If writable, set vc-state to 'edited
3731 rather than user login name.
3732
3733
37342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3735
3736 * vc.el (vc-workfile-unchanged-p): Remove unused argument
3737 `want-differences-if-changed' and simplify.
3738 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
3739 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
3740 output (which is invalid for async vc-diff) to decide whether to
3741 do the revert silently or not.
3742
37432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3744
3745 * vc-hooks.el (vc-loadup): Load files quietly.
3746 (vc-call-backend): Oops, brain fart.
3747
37482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3749
3750 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 3751 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
3752
37532000-09-04 Andre Spiegel <spiegel@gnu.org>
3754
3755 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
3756 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
3757 vc-state or vc-up-to-date-p.
3758 (vc-merge): Use vc-backend-defines to check whether merging is
3759 possible. Set state to 'edited after successful merge.
3760
3761 * vc-hooks.el (vc-locking-user): If locked by the calling user,
3762 return that name. Redocumented.
3763
37642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3765
3766 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
3767 new `vc-state' semantics.
3768 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
3769 'vc-locking-user to the current user.
3770 (vc-merge): Inline vc-backend-merge. Comment out code that I
3771 don't understand and hence can't adapt to the new `vc-state' and
3772 `vc-locking-user' semantics.
3773 (vc-backend-merge): Remove.
3774
3775 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
3776 rather than 'vc-locking-user.
3777
3778 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
3779
3780 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
3781 (vc-state): Don't use 'reserved any more. Just use the same
3782 convention as the one used for vc-<backend>-state where the
3783 locking user (as a string) is returned.
3784 (vc-locking-user): Update, based on the above convention. The
3785 'vc-locking-user property has disappeared.
7f8b6551 3786 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
3787
3788 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
3789 with a heuristic one.
3790 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
3791 (vc-cvs-checkin): Do a trivial parse to set the state in case of
3792 error. That allows us to get to 'needs-merge even in the
3793 stay-local case. There's still no way to detect 'needs-patch in
3794 such a setup (or to force an update for that matter).
3795 (vc-cvs-logentry-check): Remove, the default works as well.
3796
37972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3798
7f8b6551 3799 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
3800
3801 * vc.el (vc-do-command): kill-all-local-variables, to reset any
3802 major-mode in which the buffer might have been put earlier. Use
3803 `remove' and `when'. Allow `okstatus' to be `async' and use
3804 `start-process' in this case.
3805 (vc-version-diff): Handle the case where the diff looks empty
3806 because of the use of an async process.
3807
38082000-09-04 Andre Spiegel <spiegel@gnu.org>
3809
3810 * vc.el (vc-next-action-on-file): Removed optional parameter
3811 `simple'. Recompute state unconditionally.
3812 (vc-default-toggle-read-only): Removed.
3813
3814 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
3815 (vc-toggle-read-only): Undid prev change.
3816
3817 * vc-cvs.el (vc-cvs-stay-local): Renamed from
3818 vc-cvs-simple-toggle. Redocumented.
3819 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
3820 (vc-cvs-toggle-read-only): Removed.
3821
38222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3823
7f8b6551 3824 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
3825 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
3826 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
3827 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
3828 still is. So maybe it should be removed.
3829 (vc-head-version, vc-find-binary): Remove.
3830 (vc-recompute-state): Move from vc-hooks.el.
3831 (vc-next-action-on-file): Add a `simple' argument to allow
3832 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
3833 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
3834 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
3835 (vc-dired-mode-map): Properly defvar it.
3836 (vc-print-log): Call log-view-mode if available.
3837 (small-temporary-file-directory): defvar instead of use boundp.
3838 (vc-merge-news): Moved to vc-cvs.el.
3839 (vc-default-merge-news): New function.
3840
3841 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
3842 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
3843 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
3844 unknown `vc-latest-version' function. It should probably refer to
3845 vc-workfile-version or somesuch, but it's very unclear to me and I
3846 don't have SCCS to test things.
3847
3848 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
3849 (vc-sccs-state-heuristic): Fix typo.
3850 (vc-sccs-workfile-unchanged-p): Add missing argument.
3851
3852 * vc-rcs.el: Require vc and vc-rcs-hooks.
3853 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
3854 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
3855 (vc-release-greater-or-equal-p): Move from vc.
3856 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
3857 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
3858 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 3859 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
3860
3861 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
3862 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
3863 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
3864 than the apparently unbound `workfile-version'.
3865
3866 * vc-hooks.el (vc-master-templates): Def the obsolete var.
3867 (vc-file-prop-obarray): Use `make-vector'.
3868 (vc-backend-functions): Add new hookable functions
3869 vc-toggle-read-only, vc-record-rename and vc-merge-news.
3870 (vc-loadup): If neither backend nor default functions exist, use
3871 the backend function rather than nil.
3872 (vc-call-backend): If the function if not bound yet, try to load
3873 the non-hook file to see if it provides it.
3874 (vc-call): New macro plus use it wherever possible.
3875 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
3876 nor `vc-find-binary' since it's only called from
7f8b6551 3877 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
3878 (vc-checkout-model): Fix parenthesis.
3879 (vc-recompute-state, vc-prefix-map): Move to vc.el.
3880
7f8b6551 3881 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
3882 (vc-cvs-release, vc-cvs-system-release): Remove.
3883 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
3884 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
3885 status symbols.
3886 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
3887 (vc-cvs-toggle-read-only): First cut at a function to allow a
3888 cvs-status-free vc-toggle-read-only.
3889 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
3890 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
3891 vc-cvs-status. Also set vc-state rather than vc-locking-user.
3892 (vc-cvs-checkout): Modify access rights directly if the user
3893 requested not to use `cvs edit'. And refresh the mode line.
3894
3895 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
3896 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
3897
38982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3899
3900 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
3901 workfile' that got lost when the code was extracted from vc.el.
3902 And merged the tail with the rest of the code (not possible in the
3903 old vc.el where the tail was shared among all backends). And
3904 explicitly set the state to 'edited if `writable' is set.
3905
3906 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
3907 (vc-cvs-state): Be careful to return the value from
3908 vc-cvs-parse-state.
3909 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
3910 property but return it instead. Also be careful to handle a nil
3911 or "" `rev' when workfile is non-nil (it was handled properly when
3912 workfile was nil).
3913
3914 * vc.el: Removed those pesky unnecessary `(function' quotes.
3915 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
3916 directly in the defvar.
3917 (vc-do-command): Bind inhibit-read-only so as to properly handle
3918 the case where the destination buffer has been made read-only.
3919 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 3920 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
3921 (vc-annotate-mode-variables): Removed (code moved partly to
3922 defvars and partly to vc-annotate-add-menu).
3923 (vc-annotate-mode): Turned into a derived-mode.
3924 (vc-annotate-add-menu): Moved in code in
3925 vc-annotate-mode-variables.
3926 (vc-update-change-log): Use make-temp-file if available.
3927
39282000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
3929
3930 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
3931 `vc-checkout-model' updated to `vc-cvs-update-model'.
3932
39332000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3934
3935 * vc.el (vc-next-action-on-file): Added handling of state
3936 `unlocked-changes'.
3937 (vc-checkout-carefully): Is now practically obsolete, unless the
3938 above is too slow to be enabled unconditionally.
3939 (vc-update-change-log): Fixed typo.
3940
3941 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
3942
7f8b6551
SM
3943 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
3944 Now handles state `unlocked-changes'.
3945 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
3946
3947 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
3948
3949 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
3950 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
3951 `unlocked-changes'.
3952 (vc-rcs-workfile-unchanged-p): Renamed from
3953 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
3954 function yet, but supposed to become one soon.
3955
3956 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
3957 `vc-steal-lock'.
3958 (vc-call-backend): Changed error message.
3959 (vc-state): Added description of state `unlocked-changes'.
3960
39612000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3962
3963 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
3964 always return t in CVS-controlled directories.
3965
3966 * vc.el (vc-responsible-backend): New function.
3967 (vc-register): Largely rewritten.
3968 (vc-admin): Removed (implementation moved into vc-register).
3969 (vc-checkin): Redocumented.
3970 (vc-finish-logentry): If no backend defined yet (because we are in
3971 the process of registering), use the responsible backend.
3972
3973 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3974 Updated function lists.
3975 (vc-call-backend): Fixed typo.
3976
7f8b6551
SM
3977 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
3978 New functions.
3979 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
3980 Removed query option. Redocumented.
7a004b71
GM
3981
39822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3983
3984 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
3985
3986 * vc.el: Updated callers of `vc-checkout-required' to use
3987 `vc-checkout-model'.
3988
39892000-09-04 Martin Lorentzson <martinl@gnu.org>
3990
3991 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
3992 stuff updated to reference this function instead of the old
3993 `vc-backend-release-p'.
3994
39952000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3996
3997 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
3998 vc-checkout-model. Return appropriate values. Updated callers.
3999
40002000-09-04 Martin Lorentzson <martinl@gnu.org>
4001
7f8b6551 4002 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
4003 (vc-backend-revert): Function moved into `vc-revert';
4004 `vc-next-action' must be updated to accomodate this change.
4005 (vc-backend-steal): Function moved into `vc-finish-steal'.
4006 (vc-backend-logentry-check): Function moved into
4007 `vc-finish-logentry'.
4008 (vc-backend-printlog): Function moved into `vc-print-log'.
4009 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
4010 (vc-backend-assign-name): Function moved into
4011 `vc-create-snapshot'.
4012
40132000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4014
4015 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
4016 Rename to vc-checkout-model. Return appropriate values.
4017 Update callers.
7a004b71 4018
7f8b6551 4019 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 4020 to vc-checkout-model.
7f8b6551
SM
4021 (vc-checkout-required): Rename to vc-checkout-model.
4022 Re-implement and re-comment.
7a004b71
GM
4023 (vc-after-save): Use vc-checkout-model.
4024
40252000-09-04 Martin Lorentzson <martinl@gnu.org>
4026
7f8b6551
SM
4027 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
4028 Update to use the vc-BACKEND-diff functions instead.
4029 `vc-diff' is now working.
7a004b71 4030
7f8b6551 4031 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 4032
7f8b6551 4033 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
4034
4035 * vc-sccs.el (vc-sccs-diff): Function changed name from
4036 `vc-backend-diff'. This makes `vc-diff' work.
4037
7f8b6551 4038 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 4039 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 4040 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
4041 signaled during `vc-after-save'.
4042
7f8b6551
SM
4043 * vc.el: Fix typo.
4044 This checkin is made with our new VC code base for the very first time.
4045 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
4046
4047 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
4048 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
4049
4050 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
4051 updated to `vc-uses-locking'.
7f8b6551 4052 (vc-checkout-required): Call to backend function.
7a004b71
GM
4053 `vc-checkout-required' updated to `vc-uses-locking' instead.
4054
4055 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
4056 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
4057
7f8b6551 4058 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 4059 to match the split into various backends.
7f8b6551 4060 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
4061 (vc-retrieve-snapshot): Bug fix.
4062
40632000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4064
4065 * vc-sccs.el (vc-sccs-release): Doc fix.
4066
40672000-09-04 Martin Lorentzson <martinl@gnu.org>
4068
4069 * vc.el (vc-next-action-on-file): Bug found and fixed.
4070 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
4071 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
4072
4073 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
4074 (vc-rcs-checkout): Name space cleaned up. No more revision number
4075 crunching function names that are not prefixed with vc-rcs.
4076 (vc-rcs-checkout-model): Function added. References to
4077 `vc-checkout-model' replaced.
4078
40792000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4080
4081 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
4082 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
4083 still need to be split, and implemented for RCS).
4084
40852000-09-04 Martin Lorentzson <martinl@gnu.org>
4086
4087 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
4088
4089 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
4090 required by the vc.el file.
4091
4092 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
4093 required by the vc.el file.
4094 (vc-rcs-exists): Function added.
4095
4096 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
4097 required by the vc.el file.
4098
4099 * vc.el (vc-admin): Updated to handle selection of appropriate
4100 backend. Current implementation is crufty and need re-thinking.
4101
4102 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
4103
41042000-09-04 Martin Lorentzson <martinl@gnu.org>
4105
4106 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
4107 beginning of annotate buffers correctly.
4108
4109 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
4110 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
4111 functionality updated quite a lot to support multiple backends.
4112 Variables `vc-annotate-mode', `vc-annotate-buffers',
4113 `vc-annotate-backend' added.
4114
4115 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
4116 `vc-annotate-difference' added to supported backend functions.
4117
41182000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4119
4120 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
4121 Use with-temp-file instead of /bin/sh. Merged from mainline
4122
41232000-09-04 Martin Lorentzson <martinl@gnu.org>
4124
4125 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
4126
4127 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
4128
4129 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
4130
41312000-09-04 Martin Lorentzson <martinl@gnu.org>
4132
4133 * vc-hooks.el: vc-state-heuristic added to
4134 vc-backend-hook-functions.
4135
4136 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
4137
4138 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
4139
7f8b6551
SM
4140 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
4141 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
4142 state to `reserved'.
4143
4144 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
4145 `vc-checkout-required'. Rename the `locked' state to `reserved'.
4146
41472000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4148
7f8b6551 4149 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
4150 untouched.
4151
7f8b6551 4152 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 4153
7f8b6551 4154 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
4155 if defined. (Merged from main line, slightly adapted.)
4156
4157 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
4158 millenium problem (merged from mainline).
4159
41602000-09-04 Martin Lorentzson <martinl@gnu.org>
4161
4162 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
4163 part and moved the non-BACKEND stuff to vc.el.
4164
4165 * vc.el: Split the annotate feature into a BACKEND specific part
4166 and moved it from the vc-cvs.el file to this one.
4167
41682000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4169
7f8b6551
SM
4170 * vc-hooks.el: Implement new state model.
4171 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
4172 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 4173 locked by somebody else.
7f8b6551 4174 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
4175 vc-sccs-hooks.el and vc-rcs-hooks.el now.
4176 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 4177 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 4178
7f8b6551
SM
4179 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
4180 Various simplifications and adaptations all over the place.
7a004b71 4181
7f8b6551
SM
4182 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
4183 Simplify and adapt the rest.
7a004b71 4184
7f8b6551 4185 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 4186 interaction with view mode according to recent RCS change.
7f8b6551 4187 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
4188
41892000-09-04 Martin Lorentzson <martinl@gnu.org>
4190
7f8b6551 4191 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
4192
41932000-09-04 Martin Lorentzson <martinl@gnu.org>
4194
4195 * vc.el (vc-backend-release, vc-release-greater-or-equal)
4196 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
4197 (vc-minor-part, vc-previous-version): Functions that operate and
4198 compare revision numbers got proper documentation. Comments added
4199 about their possible removal.
4200
42012000-09-04 Martin Lorentzson <martinl@gnu.org>
4202
4203 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
4204 the vc-backend.el files.
4205
4206 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
4207
4208 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
4209 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
4210 (vc-rcs-previous-version): Functions added.
4211
4212 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
4213
4214 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
4215
42162000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4217
4218 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 4219 Comment out the definition for now. What is the right procedure
7a004b71
GM
4220 to get rid of it?
4221 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
4222 rewritten.
7f8b6551 4223 (vc-default-registered): Remove.
7a004b71
GM
4224 (vc-check-master-templates): New function; does mostly what the
4225 above did before.
4226 (vc-locking-user): Don't rely on the backend to set the property.
4227
4228 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 4229 Rewrite documentation.
7a004b71
GM
4230 (vc-rcs-templates-grabbed): New variable.
4231 (vc-rcs-grab-templates): New function.
7f8b6551 4232 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
4233
4234 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 4235 Rewrite documentation.
7a004b71
GM
4236 (vc-sccs-templates-grabbed): New variable.
4237 (vc-sccs-grab-templates): New function.
7f8b6551
SM
4238 (vc-sccs-registered): Rewrite to use above mechanism.
4239 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
4240 Don't throw the result, simply return it.
7a004b71 4241
7f8b6551
SM
4242 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
4243 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
4244 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 4245
7f8b6551 4246 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
4247 from main line.
4248
42492000-09-04 Martin Lorentzson <martinl@gnu.org>
4250
7f8b6551 4251 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 4252
7f8b6551 4253 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 4254
7f8b6551
SM
4255 * vc-rcs.el (vc-rcs-diff): New function.
4256 (vc-rcs-checkout): Bug (typo) found and fixed.
4257 (vc-rcs-register-switches): New variable.
7a004b71
GM
4258
4259 * vc.el (vc-backend-diff): Function removed and placed in the
4260 backend files.
4261
42622000-09-04 Martin Lorentzson <martinl@gnu.org>
4263
4264 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
4265
4266 * vc.el (vc-backend-checkout): Function removed and replaced in
4267 the vc-backend.el files.
4268
4269 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
4270
4271 * vc.el (vc-backend-admin): Removed and replaced in the
4272 vc-backend.el files.
4273
4274 * vc.el (Martin): Removed all the annotate functionality since it
4275 is CVS backend specific.
4276
42772000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4278
4279 * spec.txt: Added specification of vc-state.
4280
4281 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 4282 Remove handling of vc-latest-version and
7a004b71
GM
4283 vc-your-latest-version. What used to be vc-latest-version, is now
4284 returned as vc-workfile-version.
7f8b6551 4285 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
4286
42872000-09-04 Dave Love <fx@gnu.org>
4288
4289 * vc.el: [Merged from mainline.]
4290 (vc-dired-mode): Make the dired-move-to-filename-regexp
4291 regexp match the date, to avoid treating date as file size.
4292 Add YYYY S option to WESTERN/
4293
42942000-09-04 Dave Love <fx@gnu.org>
4295
4296 * vc.el: Require `compile' when compiling.
4297 (vc-logentry-check-hook): New option.
4298 (vc-steal-lock): Use compose-mail.
4299 (vc-dired-mode-map): Defvar when compiling.
4300 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
4301 vc-sccs.el and renamed. Callers changed.
4302 (vc-backend-checkout, vc-backend-logentry-check)
4303 (vc-backend-merge-news): Doc fix.
4304 (vc-default-logentry-check): New function.
4305 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
4306 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
4307 (vc-backend-merge): Doc fix. Use backend functions.
4308 (vc-check-headers): Use backend functions.
4309
4310 * vc-cvs.el: Require vc when compiling.
4311 (vc-cvs-register-switches): Doc fix.
4312 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
4313 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
4314 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
4315 New functions (code from vc.el).
4316 (vc-annotate-display-default): Fix interactive spec.
4317 (vc-annotate-time-span): Doc fix.
4318
4319 * vc-rcs.el: Require vc when compiling.
4320 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
4321 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
4322 (vc-rcs-checkin): New functions (code from vc.el).
4323 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
4324 Doc fix.
4325 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
4326
4327 * vc-sccs.el: Require vc when compiling.
4328 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
4329 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
4330 (vc-sccs-revert)
4331 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
4332 from vc.el).
4333 (vc-sccs-add-triple, vc-sccs-record-rename)
4334 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
4335 (vc-sccs-admin): Doc fix.
4336
43372000-09-04 Martin Lorentzson <martinl@gnu.org>
4338
4339 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
4340 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
4341 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
4342 from vc.el.
4343
4344 * vc-sccs.el (vc-admin-sccs): Added from vc.el
4345
4346 * vc-cvs.el: Moved the annotate functionality from vc.el.
4347 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
4348
43492000-09-04 Dave Love <fx@gnu.org>
4350
4351 * vc.el (vc-backend-release): Call vc-system-release.
4352
4353 * vc-sccs.el (vc-sccs-system-release):
4354 Renamed from vc-sccs-backend-release.
4355
4356 * vc-rcs.el (vc-rcs-system-release):
4357 Renamed from vc-rcs-backend-release.
4358
4359 * vc-cvs.el (vc-cvs-system-release):
4360 Renamed from vc-cvs-backend-release.
4361
43622000-09-04 Dave Love <fx@gnu.org>
4363
4364 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
4365 backend files.
4366 (vc-backend-release): Dispatch to backend functions.
4367 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
4368 probably needs attention.]
4369
4370 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
4371 (vc-sccs-backend-release): New function.
4372
4373 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
4374 (vc-cvs-backend-release): New function.
4375
4376 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
4377 Doc fix.
4378 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
4379 (vc-default-dired-state-info): New function.
4380 (vc-dired-state-info): Dispatch to backends.
4381 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
4382
4383 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
4384 from vc.el and renamed.
4385
43862000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4387
4388 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
4389 (vc-version-other-window, vc-backend-assign-name): Removed
4390 references to vc-latest-version; sometimes changed into
4391 vc-workfile-version.
4392
4393 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
4394 vc-rcs-master-workfile-version.
4395 (vc-rcs-workfile-version): Use the above. Don't call
4396 vc-latest-version (that was unreachable code, anyway).
4397 (vc-rcs-fetch-master-properties): Doc fix.
4398
4399 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
4400 (vc-backend-hook-functions): Removed them from this list, too.
4401 (vc-fetch-properties): Removed.
4402 (vc-workfile-version): Doc fix.
4403
4404 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
4405 (vc-rcs-workfile-version, vc-rcs-locking-user)
4406 (vc-rcs-uses-locking): Use it.
4407
4408 * vc-hooks.el (vc-consult-rcs-headers):
4409 Moved into vc-rcs-hooks.el, under the name
4410 vc-rcs-consult-headers.
4411
4412 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
4413 headers.
4414 (vc-cvs-find-master): Use this name only; correct different
4415 versions of the name.
4416
4417 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
4418 New functions.
4419 (vc-sccs-locking-user): Use the latter.
4420
4421 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
4422 New functions.
4423
4424 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
4425 Moved into both
4426 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
4427 functions are implementation details of those two backends.
4428
44292000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4430
4431 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
4432 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
4433
4434 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
4435 (vc-sccs-parse-locks): SCCS-specific code moved here from
4436 vc-hooks.
4437
4438 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
4439 code moved here from vc-hooks.
4440
4441 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
4442 into back-end specific parts and removed. Callers not updated
4443 yet; because I guess these callers will disappear into back-end
4444 specific files anyway.
4445
44462000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4447
4448 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
4449 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
4450 `vc-uses-locking'.
4451
4452 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
4453 Store yes/no in the property, and return t/nil. Updated all
4454 callers.
4455
4456 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
4457 vc-sccs-uses-locking. Don't set property.
4458 (vc-sccs-locking-user): Don't set property.
4459
4460 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
4461 vc-cvs-uses-locking. Don't set property here; leave that to
4462 vc-hooks.
4463 (vc-cvs-locking-user): Reflect above change. Streamlined.
4464
4465 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
4466 vc-rcs-uses-locking.
4467 (vc-rcs-locking-user): Reflect above change.
4468
44692000-09-04 Dave Love <fx@gnu.org>
4470
4471 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
4472
4473 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
4474
4475 * vc-hooks.el (vc-checkout-model): Punt to backends.
4476
4477 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
4478
4479 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
4480
4481 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
4482 New functions.
4483
4484 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
4485 New functions.
4486
4487 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
4488 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
4489
4490 * vc-hooks.el (vc-default-locking-user): New function.
4491 (vc-locking-user, vc-workfile-version): Punt to backends.
4492
44932000-09-04 Dave Love <fx@gnu.org>
4494
4495 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
4496 (vc-master-workfile-version): Moved from vc-hooks.
4497
4498 * vc-rcs-hooks.el: Fix duplicate code in last change.
4499
4500 * vc-rcs-hooks.el: Require vc-hooks when compiling.
4501 (vc-rcs-master-templates): Improve :type.
4502 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
4503 vc-master-workfile-version): Moved from vc-hooks.
4504
4505 * vc-sccs-hooks.el: Require vc-hooks when compiling.
4506 (vc-sccs-master-templates): Improve :type.
4507 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
4508
4509 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
4510
4511 * vc-cvs-hooks.el: Require vc-hooks when compiling.
4512 (vc-cvs-master-templates): Improve :type. Use
4513 vc-cvs-find-cvs-master.
4514 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
4515 from vc-hooks.
4516 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
4517
4518 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
4519 Moved to vc-cvs-hooks.
4520
4521 * vc-hooks.el: Add doc strings in various places. Simplify the
4522 minor mode setup.
4523 (vc-handled-backends): New user variable.
4524 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
4525 simplification.
4526
45272000-09-04 Dave Love <fx@gnu.org>
4528
4529 * vc.el: Some doc fixes for autoloaded and interactive functions.
4530 Fix compilation warnings from ediff stuff.
4531 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
4532
4533 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
4534
4535 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
4536
4537 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
4538
45392000-09-04 Dave Love <fx@gnu.org>
4540
4541 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4542 New variable.
4543 (vc-make-backend-function, vc-loadup, vc-call-backend)
4544 (vc-backend-defines): New functions.
4545
4546 * vc-hooks.el: Various doc fixes.
4547 (vc-default-back-end, vc-follow-symlinks): Custom fix.
4548 (vc-match-substring): Function removed. Callers changed to use
4549 match-string.
4550 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
4551 Simplify.
4552
45532000-09-04 Dave Love <fx@gnu.org>
4554
4555 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
4556 type.
4557 (vc-sccs-project-dir, vc-search-sccs-project-dir)
4558 (vc-sccs-registered): Doc fix.
4559
4560 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
4561 (vc-cvs-registered): Doc fix.
4562
4563 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
4564 (vc-rcs-registered): Doc fix.
4565
45662000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4567
4568 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
4569
4570 * vc-hooks.el: vc-registered has been renamed
4571 vc-default-registered. Some functions have been moved to the
4572 backend specific files. they all support the
4573 vc-BACKEND-registered functions.
4574
45752000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4576
4577 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
4578
4579 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
4580
a033ea13
DL
45812000-09-04 Dave Love <fx@gnu.org>
4582
179fc9ef
DL
4583 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
4584 menu-bar-update-hook.
4585
4586 * help.el (help-manyarg-func-alist): Add
4587 find-operation-coding-system.
4588
a033ea13
DL
4589 * wid-edit.el (widget-sexp-validate): Fix garbled code.
4590
4591 * custom.el (custom-set-variables): Print message about errors in
4592 setting.
4593
f8803e97
AI
45942000-09-03 Andrew Innes <andrewi@gnu.org>
4595
4596 * makefile.w32-in: Change to DOS line endings.
4597
59836110
EZ
45982000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4599
4600 * mouse.el (mouse-popup-menubar): Supply the prompt string for
4601 minor-mode keymaps, if they don't have one.
4602
5514ba5c
EZ
46032000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4604
4605 * eshell/esh-module.el (eval-when-compile): Don't lose if
4606 esh-module.el's file name is truncated to DOS 8+3 limits.
4607
79cf8e80
JW
46082000-09-01 John Wiegley <johnw@gnu.org>
4609
4610 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
4611 predicate, which caused entries in the completion list to be
4612 doubled.
4613
46142000-08-30 John Wiegley <johnw@gnu.org>
4615
4616 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
4617 sending to subprocesses. Also, hook pre-command-hook if
4618 `eshell-send-direct-to-subprocesses' is non-nil.
4619 (eshell-send-direct-to-subprocesses): New config variable. If t,
4620 subprocess input is send immediately.
4621 (eshell-toggle-direct-send): New function.
4622 (eshell-self-insert-command): New function.
4623 (eshell-intercept-commands): New function.
4624 (eshell-send-input): If direct subprocess sending is enabled,
4625 don't echo any input to the Eshell buffer. Let the subprocess
4626 handle that. This requires "stty echo" in bash, for example.
4627
46282000-08-28 John Wiegley <johnw@gnu.org>
4629
4630 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
4631 completion function for Eshell's implementation of `unset'.
4632
778911b9
EZ
46332000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4634
4635 * info.el (Info-directory-list): Doc fix.
4636
05d07b49
PB
46372000-08-31 Peter Breton <pbreton@ne.mediaone.net>
4638
9b4a7800 4639 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
4640 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
4641
9941d4c7
KH
46422000-08-31 Kenichi Handa <handa@etl.go.jp>
4643
4644 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
4645 coding systems.
4646
af9ba8ad
AI
46472000-08-30 Andrew Innes <andrewi@gnu.org>
4648
4649 * timer.el (run-with-idle-timer): Undo last change, so that timer
4650 is not activated immediately if Emacs is already idle. Some
4651 existing code relies on this behaviour.
4652
caccd8f2
MB
46532000-08-30 Miles Bader <miles@gnu.org>
4654
4655 * frame.el (set-frame-font): Do completion of font-name for
4656 interactive use.
4657
b64c0a1c
KH
46582000-08-30 Kenichi Handa <handa@etl.go.jp>
4659
4660 * international/quail.el (quail-start-translation): Bind locally
4661 last-command-event, last-command, and this-command.
4662 (quail-start-conversion): Likewise.
75cf0095 4663 (quail-self-insert-command): Fix docstring.
b64c0a1c 4664
fd5f61d3
GM
46652000-08-29 Gerd Moellmann <gerd@gnu.org>
4666
4667 * progmodes/executable.el
4668 (executable-make-buffer-file-executable-if-script-p): Check that
4669 buffer contains at least 2 characters.
4670
5b671d04
EZ
46712000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
4672
4673 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
4674
485d9513
DL
46752000-08-29 Dave Love <fx@gnu.org>
4676
a39fb83d
DL
4677 * diff-mode.el (diff-mode) <defgroup>: Add :version.
4678 (diff-mode-shared-map): Bind mouse-2.
4679 (diff-imenu-generic-expression): New variable.
4680 (diff-mode): Use it.
4681
485d9513
DL
4682 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
4683 (mouse-popup-menubar): Add minor mode menus.
4684 (popup-menu): Check for lookup-key returning number.
4685
ba3478d9
MB
46862000-08-29 Miles Bader <miles@gnu.org>
4687
4688 * comint.el (comint-send-input): Create overlays using the proper
4689 front/read-advance arguments.
9b4a7800 4690
c3d6d211
GM
46912000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4692
4693 * ps-print.el: Even/odd pages printing. Doc fix.
4694 (ps-print-version): New version number (6.0).
4695 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
4696 (ps-background, ps-begin-file, ps-begin-job): Code fix.
4697 (ps-print-duplex-feature): Variable eliminated.
4698 (ps-even-or-odd-pages): New variable.
4699
ba087cd7 4700 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
4701 (ebnf-version): New version (3.3).
4702 (ebnf-user-arrow): Change variable customization to sexp.
4703 (ebnf-user-arrow): Function eliminated.
4704 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 4705
d313265f
KH
47062000-08-29 Kenichi Handa <handa@etl.go.jp>
4707
cba62b78 4708 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
4709 (help-make-xrefs): Handle help-xref-mule-regexp.
4710
4711 * international/mule-cmds.el (help-xref-mule-regexp-template): New
4712 variable.
4713 (describe-input-method): Temporarily activate the specfied input
4714 method to display the information.
4715 (describe-language-environment): Hyperlinks to mule related items.
4716
4717 * international/mule-diag.el (charset-multibyte-form-string): New
4718 function.
4719 (list-character-sets-1): Use charset-multibyte-form-string.
4720 (describe-character-set): New function.
4721 (describe-coding-system): Hyperlinks to safe character sets.
4722
4723 * international/quail.el (quail-help): New arg PACKAGE.
4724 Hyperlinks to mule related items.
4725 (quail-help-insert-keymap-description): Use
4726 substitute-command-keys instead of describe-bindings.
4727 (quail-translation-help): Hyperlinks to mule related items.
4728
b4bd214e
JW
47292000-08-28 John Wiegley <johnw@gnu.org>
4730
ca7aae91
JW
4731 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
4732 have a defsubst call itself. Made `eshell-flatten-list' back into
4733 a function again.
4734
b4bd214e
JW
4735 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
4736 catch, in case re-centering point at bottom messes up the display.
4737 This happens frequently in Emacs 21, due I believe to variable
4738 line heights.
4739
4740 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
4741 to call `find-tag-interactive'.
4742
4743 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
4744 the list of remember directories.
4745
d44e146b
JW
47462000-08-28 John Wiegley <johnw@gnu.org>
4747
4748 * align.el: Test align-region-separate to see if it's a symbol.
4749
546c0888 47502000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
4751
4752 * eshell/esh-util.el (eshell-flatten-list): Made this function
4753 into a defsubst form. It gets used very frequently, although
4754 calls don't occur all that often.
4755
4756 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
4757 examining it.
4758
4759 * eshell/esh-cmd.el (eshell-rewrite-while-command):
4760 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
4761 `eshell-protect'.
4762 (eshell-copy-handles): Created a new macro for duplicating the
4763 current set of open handles. This is needed by the looping
4764 functions.
4765 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
4766 is not incorrectly stomped on.
4767
4768 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
4769 declaration for pcomplete-use-paring.
4770 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
4771 value of eshell-cmpl-use-paring.
4772 * pcomplete.el (pcomplete-use-paring): New config variable, to
4773 indicate whether paring should be used.
4774 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
4775 completion alternatives that have already been used.
4776
4777 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
4778 bound to C-c C-y, which will repeat the previous N arguments
4779 (based on prefix argument).
4780 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
4781
4782 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
4783 if there is no *Help* buffer. This is for XEmacs, which renames
4784 its help buffers uniquely. TODO: Find out what the current buffer
4785 name to delete is.
4786
4787 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
4788 first entry that correlates to a passwd/group number. Later
4789 entries (used for group/user name aliasing to multiple IDs) are
4790 ignored.
4791
9b4a7800
TTN
4792 * eshell/em-xtra.el (eshell/expr):
4793 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
4794 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
4795 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
4796 argument list, before passing it to the system command.
4797
4798 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
4799 `find-tag' for use at final position in Eshell buffers (which
4800 otherwise triggers an error on Emacs 21).
4801 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
4802 buffer, if it is currently bound to `find-tag'.
4803
4804 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
4805 in the list of matched Makefile names.
4806 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
4807 directory, prefer its contents to Makefile.
4808
4809 * eshell/em-dirs.el (eshell/cd): cd commands that look up
4810 directory parts (like "cd old new", or "cd =regexp"), are now case
4811 sensitive on non-Windows/DOS platforms.
4812
4813 * eshell/esh-mode.el (eshell-parse-command-input): When a user
4814 types RET after an open delimiter (like "), display a message
4815 indicating that Eshell is waiting for the closing delimiter.
4816
4817 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
4818 environment variables.
4819
4820 * eshell/em-unix.el (eshell/diff): Added logic to fail more
4821 gracefully if the user enters incorrect arguments.
4822
4823 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
4824 Eshell buffers.
4825
9b4a7800
TTN
4826 * eshell/esh-var.el (eshell-interpolate-variable):
4827 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
4828 * eshell/em-unix.el (eshell-du-sum-directory):
4829 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
4830 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
4831 (not (= ...)).
4832
4833 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
4834 to ensure the `preserve' flag gets propagated when doing recursive
4835 directory copies.
4836
546c0888 48372000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
4838
4839 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
4840 Don't convert \n into \0177 in memory.
4841 (eshell-read-history, eshell-write-history): Convert \n to \0177,
4842 and back again, when reading and writing.
9b4a7800 4843
546c0888 48442000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
4845
4846 * eshell/esh-util.el (eshell-processp): Added to relieve constant
4847 testing of `fboundp' on `processp'.
4848
4849 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
4850 (eshell/jobs): Don't call process-list if it is not bound.
4851 (eshell-gather-process-output): Support systems where async
4852 subprocesses aren't supported.
4853 (eshell-scratch-buffer, eshell-last-sync-output-start): New
4854 variables.
4855
4856 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
4857 eshell-do-eval returns t.
4858 (eshell-do-pipelines-synchronously): New defmacro.
4859 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
4860 when async subprocesses aren't supported.
4861 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
4862 if async subprocesses aren't supported.
4863 (eshell-resume-command): Don't assume STATUS is a string.
4864
4865 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
4866
4867 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
4868 (eshell-close-target, eshell-get-target): Use eshell-processp.
4869 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
4870 fix.
4871 (eshell-get-target, eshell-create-handles): Doc fix.
4872
546c0888 48732000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 4874
546c0888 4875 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
4876 criterion to include commands that output something, as long as it
4877 leaves both the command and the end-of-buffer visible when the
4878 command has exited.
4879 (eshell-review-quick-commands): Adjust the help doc string
4880 accordingly.
4881
2a371c3b
PB
48822000-08-28 Peter Breton <pbreton@ne.mediaone.net>
4883
8348e1f9 4884 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 4885 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 4886
9b4a7800 4887 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
4888 (file-cache-assoc-function): New variable
4889 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
4890 Use file-cache-case-fold-search variable
4891 (file-cache-add-file): Use file-cache-assoc-function
4892 (file-cache-delete-file): likewise
4893 (file-cache-directory-name): likewise
4894 (file-cache-debug-read-from-minibuffer): likewise
4895
95931eb1
GM
48962000-08-28 Gerd Moellmann <gerd@gnu.org>
4897
4898 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
4899 (abbrev-table-name): New function.
4900 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
4901 If non-nil list local abbrev, only.
4902
bb17930d
GM
49032000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
4904
546c0888
EZ
4905 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
4906 from Gnus support code, and use special article copy buffer
bb17930d
GM
4907 `(gnus-original-article-buffer)' instead. This allows to get rid
4908 of article-hide-headers usage (which breaks in the latest Gnus
4909 version). Thanks to Detlev Zundel.
4910
41a68aef
KH
49112000-08-28 Kenichi Handa <handa@etl.go.jp>
4912
4913 * international/quail.el (quail-use-package): Hide "... loaded"
4914 message.
4915 (quail-start-translation, quail-start-conversion): Likewise.
4916
4917 * international/kkc.el (kkc-region): Hide "... loaded" message.
4918
28bb2cef
DL
49192000-08-27 Dave Love <fx@gnu.org>
4920
4921 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
4922
11a1118d
MB
49232000-08-27 Miles Bader <miles@gnu.org>
4924
4925 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
4926
0f85d477
KH
49272000-08-27 Kenichi Handa <handa@etl.go.jp>
4928
4929 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
4930 'ja-dic-cnv), not (require 'skkdic-cnv).
4931
2d73e8d3
MB
49322000-08-26 Miles Bader <miles@gnu.org>
4933
a0e5a5a4
MB
4934 * faces.el (face-x-resources): Add entry for :inherit.
4935 * cus-face.el (custom-face-attributes): Add support for :inherit
4936 attribute. Add support for relative face heights.
4937 (custom-face-attributes-get): Treat `nil' as being a default value
4938 for :inherit (as well as `unspecified').
4939
19feb949
MB
4940 * faces.el (set-face-attribute): Update doc string.
4941 (face-attribute-name-alist): Add :inherit.
4942 (face-valid-attribute-values): Handle :inherit.
4943 (face-read-string): Rephrase prompt to be less confusing.
4944 Assume that DEFAULT is a string, since we must return a string.
4945 (face-read-integer): Use `format' to turn DEFAULT into an
4946 acceptable default for face-read-string. Match NEW-VALUE against
4947 the string "unspecified", not the symbol `unspecified', since
4948 that's what face-read-string returns.
4949 (read-face-attribute): Lookup a name for old-value in valid, and
4950 use it as a default if we find one. Treat all values from
4951 face-read-string as strings. If the default is used, don't do any
4952 more processing on the value, just use the old value directly.
4953 (read-face-and-attribute, modify-face): Tweak prompt.
4954 (read-face-name): Don't assume prompt ends with a space.
4955
2d73e8d3
MB
4956 * faces.el (describe-face): Add support for :inherit attribute.
4957
a1a2e38f
KH
49582000-08-25 Kenichi Handa <handa@etl.go.jp>
4959
e84fa7c5
KH
4960 * terminal.el (terminal-emulator): Fix args to `concat'. Now
4961 concat doesn't accept interger.
4962
a1a2e38f
KH
4963 * international/kkc.el: Remove SKK from Keywords. Require
4964 ja-dic-utl instead of skkdic-utl.
4965
4966 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
4967 Provide ja-dic-cnv instead of skkdic-cnv.
4968 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
4969 (iso-2022-7bit-short): Add safe-charsets property.
4970 (skkdic-convert-postfix): Search Japanese chou-on character in
4971 addition to Hiragana character.
4972 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
4973 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
4974 (batch-skkdic-convert): Likewise.
4975
4976 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
4977 Provide ja-dic-utl instead of skkdic-utl.
4978 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
4979
f6499c03
DL
49802000-08-24 Dave Love <fx@gnu.org>
4981
1c2c3f16
DL
4982 * disp-table.el (standard-display-default): Make the test of `l'
4983 useful.
4984
f6499c03
DL
4985 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
4986 mod sample text.
4987
4988 * international/iso-ascii.el: Make pilcrow convenient string
4989 consistent with section.
4990 (iso-ascii-display): Set up multibyte characters as well as
4991 unibyte.
4992
c543db81
KH
49932000-08-24 Kenichi Handa <handa@etl.go.jp>
4994
4995 * international/mule-cmds.el (reset-language-environment): Set
4996 default-process-coding-system to '(undecided . iso-latin-1), which
4997 makes process I/O almost consistent with file I/O. Call this
4998 function when mule-cmds.el[c] is loaded.
4999
746d9caf
AI
50002000-08-22 Andrew Innes <andrewi@gnu.org>
5001
5002 * makefile.w32-in: New file.
5003
5484005d
MB
50042000-08-22 Miles Bader <miles@lsi.nec.co.jp>
5005
5006 * comint.el (comint-output-filter): Compare end of
5007 comint-last-output-overlay with the start of the newly inserted
5008 text, not the end, when deciding whether to extend it.
9b4a7800 5009 Set saved-point's insertion type to advance after insertion.
5484005d
MB
5010
5011 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
5012 since this is now done independently of font-lock mode.
5013
7a912f63
GM
50142000-08-21 Gerd Moellmann <gerd@gnu.org>
5015
5016 * server.el (server-kill-new-buffers): New user option.
5017 (server-existing-buffer): New buffer-local variable.
5018 (server-visit-files): When using an existing buffer, set
5019 server-existing-buffer to t.
5020 (server-buffer-done): If server-kill-new-buffers is t, kill the
5021 buffer, unless it was already present before visiting it with
5022 Emacs server.
9b4a7800 5023
240301df
EZ
50242000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
5025
5026 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
5027 even if the display doesn't support colors: some displays will
5028 support bold/underline faces.
5029
cbcef616
GM
50302000-08-21 Gerd Moellmann <gerd@gnu.org>
5031
6917e6bb
GM
5032 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
5033
cbcef616
GM
5034 * startup.el (command-line): If user's init file had an error,
5035 add explanatory text to *Messages*.
5036
6922b018
KH
50372000-08-21 Kenichi Handa <handa@etl.go.jp>
5038
5039 * man.el (Man-getpage-in-background): Decode the process output by
5040 the system locale coding system.
5041
e50c4203
DL
50422000-08-20 Dave Love <fx@gnu.org>
5043
96ab6351
DL
5044 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
5045 Don't test x-popup-menu.
5046 (function) <complete-function>: Complete only fbound symbols.
5047 <validate, value>: New.
5048 (variable) <complete-function>: Complete only bound symbols.
5049 (coding-system): Add :base-only, :complete-function, :validate,
5050 :value, :prompt-match.
5051 (widget-coding-system-prompt-value): Use read-coding-system and
5052 act on :base-only.
5053 (editable-field): Add :help-echo.
5054 (widget-push-button-gui, widget-push-button-cache)
5055 (widget-gui-action, widget-editable-list-gui): COmment out, along
5056 with uses.
5057 (widget-at): Make arg optional.
5058 (widget-echo-help): Adjust for current help-echo calling sequence.
5059 (widget-specify-field, widget-specify-button)
5060 (widget-specify-insert, widget-get-sibling, widget-image-find)
5061 (widget-convert, widget-insert, widget-leave-text)
5062 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
5063 (widget-setup, widget-field-find, widget-before-change)
5064 (widget-after-change, widget-default-complete)
5065 (widget-default-create, widget-default-delete)
5066 (widget-push-button-value-create, editable-field)
5067 (widget-field-prompt-value, widget-field-validate)
5068 (widget-choice-value-create, widget-choice-action)
5069 (widget-choice-validate, widget-checklist-add-item)
5070 (widget-radio-add-item, widget-radio-chosen)
5071 (widget-radio-value-inline, widget-editable-list-value-create)
5072 (widget-editable-list-entry-create)
5073 (widget-documentation-link-add)
5074 (widget-documentation-string-value-create)
5075 (widget-regexp-validate, widget-file-complete)
5076 (widget-sexp-validate, widget-plist-convert-widget)
5077 (widget-plist-convert-widget, widget-alist-convert-widget)
5078 (widget-alist-convert-widget, widget-color-complete): Simplify,
5079 particularly to avoid bindings which aren't optimized out.
5080
e50c4203
DL
5081 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
5082 Doc fix.
5083 (down-list, backward-up-list, up-list, kill-sexp)
5084 (backward-kill-sexp, mark-sexp): Make arg optional.
5085 (lisp-complete-symbol): Add optional arg PREDICATE.
5086
5087 * cus-start.el: Add display-buffer-reuse-frames,
5088 file-coding-system-alist.
5089
511bd4eb
GM
50902000-08-20 Gerd Moellmann <gerd@gnu.org>
5091
5092 * startup.el (command-line): Clear realized faces after
5093 modifying TTY color mappings.
5094
a9de7d29
MB
50952000-08-20 Miles Bader <miles@gnu.org>
5096
5097 * faces.el (face-attr-match-p): Don't return true if ATTRS are
5098 merely a subset of FACE's attributes.
5099
8a8023d9
MB
51002000-08-19 Miles Bader <miles@gnu.org>
5101
5102 * comint.el (comint-output-filter): Save the point with a marker,
5103 not just a buffer position.
5104
5105 * international/mule.el (set-buffer-process-coding-system): Make
5106 interactive prompt less confusing.
5107
1433385f
GM
51082000-08-19 Gerd Moellmann <gerd@gnu.org>
5109
5110 * hilit-chg.el: General cleanup of doc strings, comments and
5111 code formatting.
5112
136b4eda
MB
51132000-08-19 Miles Bader <miles@gnu.org>
5114
5115 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
5116 Compiler macro removed; beginning-of-line is no longer always
5117 equivalent to forward-line, in the presence of fields.
5118
5119 * comint.el (comint-output-filter): Remove ad-hoc saving of
5120 restriction, and just use save-restriction, now that it works
5121 correctly. Don't adjust comint-last-input-start to account for
5122 our insertion; it shouldn't have moved because we don't use
5123 insert-before-markers anymore. Comment out call to
5124 `force-mode-line-update'; why is it here?
5125
5126 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
5127 while checking for prompt to delete. Use `forward-line 0'
5128 instead of beginning-of-line.
5129 (gud-filter): Temporarily widen gud comint buffer while
5130 examining output.
5131
cdd0f857
SM
51322000-08-18 Stefan Monnier <monnier@cs.yale.edu>
5133
ebf96bfa
SM
5134 * progmodes/sh-script.el: Big bag of typos.
5135
cdd0f857
SM
5136 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
5137 check since ispell-process is not bound when ispell is not yet loaded.
5138
9bb7a286
DL
51392000-08-18 Dave Love <fx@gnu.org>
5140
5141 * image.el (find-image): Copy `spec' before using plist-put.
5142
74ec6045
GM
51432000-08-18 Gerd Moellmann <gerd@gnu.org>
5144
5145 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
5146 `portugues'.
5147
5148 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
5149 backward-kill-sexp, analogous to kill-sexp.
5150
5151 * progmodes/icon.el (icon-indent-line)
5152 (icon-is-continuation-line): Handle comments specially.
5153
51542000-08-17 Ken Stevens <k.stevens@ieee.org>
5155
5156 * ispell.el: Set to standard author/maintainer/keyword fields.
5157 Fine tuning to menu map appearance and operation, and added help.
5158 Remove `start' and `end' error messages when compiling.
5159 (ispell-choices-win-default-height): Fixed comment string.
5160 (ispell-dictionary-alist-1): Fixed regexp in castellano and
5161 castellano8 dictionaries.
5162 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
5163 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
5164 dictionary, added italiano dictionary.
5165 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
5166 word character
5167 (ispell-tex-skip-alists): Added psfig support.
5168 (ispell-skip-html): Renamed from ispell-skip-sgml.
5169 (ispell-begin-skip-region-regexp, ispell-skip-region)
5170 (ispell-minor-check): Improved html skipping support to skip across
5171 code, and recognize `&' commands without propper `;' syntax;
5172 (ispell-process-line): Fix alignment error when manually
5173 correcting spelling.
5174 (ispell): Fix comment string.
5175 (ispell-add-per-file-word-list): Always put word list on new line.
5176
3787e12e
GM
51772000-08-17 Gerd Moellmann <gerd@gnu.org>
5178
a7b28523
GM
5179 * format.el (format-encode-run-method): Fix error message to say
5180 `encode' instead of `decode'. Use save-window-excursion around
5181 shell-command-on-region as in format-decode-run-method because
5182 shell-command-on-region can display a buffer with error output.
5183 (format-decode): Don't record undo information for the decoding.
5184 (format-annotate-function): Add parameter FORMAT-COUNT. Make
5185 that number part of the temporary buffer name so that more than
5186 one decoding using a temporary buffer can happen safely.
5187
5188 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
5189 of `A-z' in the regexp.
5190
5191 * hilit-chg.el: Fix typos in commentary.
5192
3787e12e
GM
5193 * help.el (view-emacs-news): Rewritten for new naming scheme
5194 for old NEWS files.
5195
5196 * startup.el (command-line): Pop to *Messages* in case an error
5197 is signaled while loading user-init-file.
5198
d2473540
AS
51992000-08-17 Andreas Schwab <schwab@suse.de>
5200
5201 * files.el (insert-directory): Don't lose original file name,
5202 undoing an undocumented change.
5203
c0bbaf57
GM
52042000-08-17 Alex Schroeder <alex@gnu.org>
5205
5206 * sql.el (sql-magic-go): Use comint-bol.
5207 (sql-copy-column): Use comint-line-beginning-position.
5208 (comint-line-beginning-position): Define a replacement for
5209 comint-line-beginning-position if it is not fboundp.
5210
52112000-08-17 Alex Schroeder <alex@gnu.org>
5212
5213 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
5214 it didn't have any effect anyway.
5215
52162000-08-17 Alex Schroeder <alex@gnu.org>
5217
5218 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
5219 --pset and pager=off instead of sending \\o|cat at the beginning
5220 of the session.
5221
9d245da5
MB
52222000-08-17 Miles Bader <miles@gnu.org>
5223
5224 * progmodes/octave-inf.el: Add compatibility definition of
5225 comint-line-beginning-position.
5226
abfdbd2e
KH
52272000-08-17 Kenichi Handa <handa@etl.go.jp>
5228
5229 * startup.el (normal-top-level): Look in each dir in load-path for
5230 a leim-list.el file too. This assures of loading leim-list.el
5231 that is created at Emacs installation time even if a user have his
5232 own leim-list.el.
5233
a0b8c939
MB
52342000-08-17 Miles Bader <miles@gnu.org>
5235
5236 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
5237 foreground color to black if the background is dark.
5238
7382bcae
SM
52392000-08-16 Stefan Monnier <monnier@cs.yale.edu>
5240
5241 * loadhist.el (unload-feature): Typo.
5242
9b4a7800 5243 * finder.el (finder-compile-keywords):
7382bcae
SM
5244 * cus-dep.el (custom-make-dependencies): Add local-variable settings
5245 to the generated file.
5246
5247 * mail/mh-e.el (mh-make-local-vars):
5248 Replace make-variable-buffer-local with make-local-variable.
5249
cdd0f857 5250 * play/landmark.el:
7382bcae 5251 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
5252 * mail/mailabbrev.el (mail-abbrevs-mode):
5253 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
5254 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
5255
5256 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
5257
5258 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
5259 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
5260 Allow going past the last element.
9b4a7800 5261 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
5262 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
5263 (cvs-mouse-toggle-mark): Don't move point.
5264 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
5265
5266 * progmodes/compile.el (grep): Provide a default set of files.
5267 (next-error): Docstring fix.
5268 (compilation-find-file): Avoid find-file (fails in a dedicated window).
5269
5270 * emacs-lisp/easy-mmode.el (define-minor-mode):
5271 Use `symbol-value' to keep the byte-compiler quiet.
5272
5273 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
5274 (diff-find-source-location): New fun, extracted from diff-goto-source.
5275 (diff-goto-source): Use it.
5276 (diff-next-complex-hunk, diff-filter-lines): New function.
5277 (diff-apply-hunk): New command.
5278
5279 * smerge-mode.el (smerge-mode-menu): Doc fix.
5280
5281 * msb.el (msb-mode): Define it in terms of define-minor-mode.
5282
4f00b8c1
DL
52832000-08-16 Dave Love <fx@gnu.org>
5284
2b5198bb
DL
5285 * windmove.el (windmove) <defgroup>: Add :version.
5286
5287 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
5288 (goto-address-fontify-p, goto-address-highlight-p)
5289 (goto-address-url-face, goto-address-url-mouse-face)
5290 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
5291 (goto-address-url-regexp): Use thing-at-point-url-regexp.
5292 (goto-address-fontify, goto-address-at-mouse): Simplify,
5293 (goto-address-at-point): browse-url-url-at-point,
5294 goto-address-find-address-at-point can return nil.
5295 (goto-address-find-address-at-point): Return nil on failure.
5296
5297 * align.el (align) <defgroup>: Add :version.
5298
5299 * calculator.el (calculator): Add :version.
5300 (calculator): Use two lines for calculator window if `modeline'
5301 face is boxed.
5302
4f00b8c1
DL
5303 * play/5x5.el: Doc fixes.
5304 (5x5) <defgroup>: Add :version.
5305
5306 * play/fortune.el (fortune) <defgroup>: Add :version.
5307 (fortune-append): Fix error message.
5308 (fortune-from-region): Doc fix.
5309
5310 * play/pong.el (pong): Doc fix.
5311
5312 * play/morse.el: Keywords, commentary, autoloads.
5313
69db7ee7
EZ
53142000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
5315
5316 * desktop.el (desktop-save): Don't look at symbol-value of a
5317 member of minor-mode-alist, unless it is boundp.
5318
10e1dad9
SS
53192000-08-16 Sam Steingold <sds@gnu.org>
5320
a0b8c939 5321 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
5322 `while'; use `with-current-buffer' instead of `save-excursion'.
5323 Removed unnecessary kludges now that "*Buffer List*" is excluded.
5324
9d7bcb2e
KH
53252000-08-16 Kenichi Handa <handa@etl.go.jp>
5326
5327 * international/ccl.el (declare-ccl-program): Docstring modified.
5328 (ccl-execute-with-args): Likewise.
5329
04231ab8
MB
53302000-08-16 Miles Bader <miles@gnu.org>
5331
9d245da5 5332 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
5333 comint-line-beginning-position.
5334
f68446ef
GM
53352000-08-15 Gerd Moellmann <gerd@gnu.org>
5336
dc28878c
GM
5337 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
5338 'buffer-menu' property.
5339 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
5340 fails.
5341 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
5342 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
5343 wasn't killed.
10e1dad9 5344
58ed0d3b
GM
5345 * buff-menu.el (list-buffers-noselect): Don't display the
5346 *Buffer List* buffer.
5347
32dc52f7
GM
5348 * font-lock.el: Require jit-lock to prevent a very late
5349 `Loading jit-lock' message.
5350
f68446ef 5351 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 5352 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
5353 mail address.
5354
90ac90a2
MB
53552000-08-15 Miles Bader <miles@gnu.org>
5356
5357 * textmodes/ispell.el (ispell-graphic-p): New constant.
5358 (ispell-choices-win-default-height, ispell-help): Use
5359 `ispell-graphic-p' instead of `xemacsp'.
5360
b0a0e263
DL
53612000-08-15 Dave Love <fx@gnu.org>
5362
c1e757e3
DL
5363 * simple.el: Autoload widget-convert when compiling.
5364 (mail-user-agent): Doc fix.
5365
5366 * help.el (function-called-at-point, variable-at-point): Use
5367 with-syntax-table.
5368 (help-manyarg-func-alist): Add insert-and-inherit.
5369
5370 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
5371
5372 * delsel.el (delsel-unload-hook): New function.
5373
5374 * find-file.el: Doc fixes. Move provide to end.
5375 (ff) <defgroup>: Add :link.
5376 (ff-goto-click): Deleted.
5377 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
5378 Use mouse-set-point.
5379
5380 * textmodes/tildify.el: Doc fixes.
5381 (tildify) <defgroup>: Add:version.
5382
5383 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
5384 (glasses-custom-set): Use set-default, not set.
5385 (minor-mode-alist): Propertize the lighter.
5386 (glasses-mode): Provide optional arg.
5387
5f847612
DL
5388 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
5389 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
5390 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
5391 option. Provide :type.
5392 (cwarn-configuration): Provide :type.
5393 (cwarn-mode): Doc fix.
5394
5395 * add-log.el (change-log-merge): Doc fix.
5396 (change-log-redate): New command.
5397
b0a0e263
DL
5398 * net/browse-url.el (browse-url-filename-alist): Add a clause for
5399 Doze and Dog.
5400 (browse-url): Use dolist, not mapcar.
5401 (browse-url-at-point): Check for null url.
5402 (browse-url-event-buffer, browse-url-event-point): Functions
5403 deleted.
5404 (browse-url-at-mouse, browse-url-netscape): Simplify.
5405
5406 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
5407 modes.
5408 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
5409 Fix previous change to mapcan.
5410 (msb--init-file-alist, msb--add-separators)
5411 (msb--make-keymap-menu): Simplify.
5412 (msb--choose-file-menu): Use copy-sequence.
5413 (msb-mode-map): Add title to keymap.
5414 (msb-unload-hook): New function.
5415
5416 * bs.el: Fix indentation.
5417 (bs) <defgroup>: Add :links.
2b5198bb
DL
5418 (bs-show): Doc fix.
5419 (bs-apply-sort-faces): Don't use window-system.
5420 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 5421
70f1b78e
EZ
54222000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
5423
5424 * calendar/timeclock.el (timeclock-file): Run .timelog through
5425 convert-standard-filename.
5426
956777b3
GM
54272000-08-14 Gerd Moellmann <gerd@gnu.org>
5428
3215096c
GM
5429 * emacs-lisp/authors.el: New file.
5430
956777b3
GM
5431 * paren.el (show-paren-priority): New user option.
5432 (show-paren-function): Set overlay priorities to
5433 show-paren-priority.
10e1dad9 5434
0cde1424
MB
54352000-08-14 Miles Bader <miles@gnu.org>
5436
5437 * comint.el (comint-bol): Use `forward-line 0' instead of calling
5438 beginning-of-line with inhibit-field-text-motion bound.
5439
90cbf47e
GM
54402000-08-14 Gerd Moellmann <gerd@gnu.org>
5441
5442 * calendar/timeclock.el: New file.
5443
54442000-08-14 David Ponce <david@dponce.com>
5445
5446 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
5447 `widget-button-click'. so that one can use left mouse button to
5448 click on dialog buttons.
5449
54502000-08-14 Emmanuel Briot <briot@gnat.com>
5451
5452 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 5453 identifiers, since XML is case sensitive
10e1dad9 5454
79e8dca7 54552000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 5456
660394d1
MB
5457 * comint.el (comint-output-filter): Don't bother frobbing
5458 window-start, it doesn't seem to be necessary.
79e8dca7
MB
5459
5460 * comint.el (comint-send-string, comint-send-region): Make into
5461 real functions. Snapshot the prompt before sending.
5462
218c2cc7
EZ
54632000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
5464
5465 * info.el (Info-find-emacs-command-nodes): Rewrite to use
5466 technique similar to Info-index, instead of relying on specific
5467 names of relevant Index nodes.
5468 (Info-goto-emacs-command-node): Bind Info-history to nil when
5469 going to the first node found by Info-find-emacs-command-nodes.
5470
51e066d2 54712000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
5472
5473 * menu-bar.el (menu-bar-help-menu): Add a :help string.
5474
867102f2
MB
54752000-08-10 Miles Bader <miles@gnu.org>
5476
5477 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
5478
af718538
EZ
54792000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
5480
5481 * info.el (Info-file-list-for-emacs): More elements for the
5482 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
5483 and woman manuals.
5484
c51bacd6
MB
54852000-08-10 Miles Bader <miles@lsi.nec.co.jp>
5486
5487 * comint.el (comint-send-input): Make the newline boundary overlay
5488 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
5489 (comint-output-filter): Use `insert' instead of
5490 `insert-before-markers'. Extend comint-last-output-overlay when
5491 necessary since we can't rely on insert-before-markers to do it.
5492 * gud.el (gud-filter): Use `with-current-buffer' instead of
5493 save-excursion when inserting the output, so that point gets
5494 updated correctly; the old method relied on a rather dodgy
5495 side-effect of comint-output-filter to avoid the effect of
5496 save-excursion.
5497
98532b12
EZ
54982000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
5499
5500 * files.el (recover-file): Call insert-directory instead of
5501 invoking `ls' directly.
5502
3db4b719
MB
55032000-08-10 Miles Bader <miles@gnu.org>
5504
5505 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
5506 (comint-last-prompt-overlay): New variables.
5507 (comint-output-filter): Implement prompt highlighting.
5508 (comint-snapshot-last-prompt): New function.
5509 (comint-send-input): Snapshot the last prompt.
5510 Use comint-highlight-input-face.
5511 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
5512 Use defface instead of defcustom.
5513 (send-invisible, comint-send-eof): Snapshot the last prompt.
5514 (comint-delchar-or-maybe-eof): Use comint-send-eof.
5515 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
5516
96190aa1
SM
55172000-08-09 Stefan Monnier <monnier@cs.yale.edu>
5518
5cda4b07
SM
5519 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
5520 (regexp-opt-group): Use a list of chars for `letters'.
5521 (regexp-opt-charset): `chars' is now a list of chars.
5522 Use a char-table rather than a vector so it works for multibyte chars.
5523
96190aa1
SM
5524 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
5525 Set cvs-minor-current-files to the selected fileinfo.
5526 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
5527 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
5528
7d093d56
EZ
55292000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
5530
5531 * files.el (insert-directory): Don't call access-file on
5532 directories on DOS and Windows.
5533
b24c5811
KH
55342000-08-09 Kenichi Handa <handa@etl.go.jp>
5535
5536 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
5537 longer if necessary.
5538 (ccl-embed-code): Call ccl-embed-data to store CODE in
5539 ccl-program-vector.
5540
0a6fd67e
MB
55412000-08-09 Miles Bader <miles@gnu.org>
5542
5543 * comint.el (comint-output-filter): Properly handle the case where
5544 the text surrounded by comint-last-output-overlay was deleted.
5545
9f6d1a6c
GM
55462000-08-08 Gerd Moellmann <gerd@gnu.org>
5547
25ad1371
GM
5548 * info.el (Info-insert-dir): Use Info-additional-directory-list if
5549 non-nil.
5550 (Info-file-list-for-emacs): Remove "info" from the list because
5551 that leads to trying to use the documentation from file `info'
5552 in various situations where it isn't appropriate, for instance
5553 C-h C-k C-h i.
5554
5555 * ffap.el (ffap-read-file-or-url-internal): Handle case that
5556 DIR and/or STRING are nil.
5557
5558 * progmodes/compile.el (compilation-setup): Make variable
5559 compilation-error-screen-columns buffer-local, as some comment
5560 in the code suggests it should be.
5561
5562 * files.el (auto-mode-interpreter-regexp): New variable.
5563 (set-auto-mode): Use it.
5564
5565 * indent.el (indent-for-tab-command): Doc fix.
5566
5567 * mouse-sel.el (mouse-sel-mode): Doc fix.
5568
9f6d1a6c
GM
5569 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
5570 labels.
5571
5572 * help.el (print-help-return-message): When
5573 display-buffer-reuse-frames is set, let the help window been quit,
5574 instead of deleting it, which might delete a reused frame.
5575
3d819a75
EZ
55762000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
5577
5578 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
5579 rename a directory to a name that differs only by its letter case.
5580
c5a52529
KH
55812000-08-08 Kenichi Handa <handa@etl.go.jp>
5582
5583 * international/quail.el (quail-define-rules): Handle Quail decode
5584 map correctly. Add code for supporting annotations.
5585 (quail-install-decode-map): New function.
5586 (quail-defrule-internal): New optional arguments decode-map and
5587 props.
5588 (quail-advice): New function.
5589
5e9e032a
SS
55902000-08-07 Sam Steingold <sds@gnu.org>
5591
5592 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
5593 `defconst', `define-condition', `with-slots'.
5594 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
5595
46645f4b
MB
55962000-08-03 Miles Bader <miles@gnu.org>
5597
5598 * comint.el (comint-use-prompt-regexp-instead-of-fields):
5599 New variable.
5600 (comint-prompt-regexp, comint-get-old-input): Document dependence on
5601 comint-use-prompt-regexp-instead-of-fields.
5602 (comint-send-input): Add `input' field property to stuff we send to
5603 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
5604 (comint-output-filter): Add `output' field property to process
5605 output, if comint-use-prompt-regexp-instead-of-fields is nil.
5606 (comint-replace-by-expanded-history)
5607 (comint-get-old-input-default, comint-show-output)
5608 (comint-backward-matching-input, comint-forward-matching-input)
5609 (comint-next-prompt, comint-previous-prompt): Use field
5610 properties if comint-use-prompt-regexp-instead-of-fields is nil.
5611 (comint-line-beginning-position): New function.
5612 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
5613 (comint-replace-by-expanded-history-before-point): Use
5614 comint-line-beginning-position and line-end-position.
5615 (comint-last-output-overlay): New variable.
5616 (comint-mode): Make `comint-last-output-overlay' buffer-local.
5617
5618 * shell.el (shell-prompt-pattern): Doc change.
5619 (shell-backward-command): Use line-beginning-position.
5620
5621 * gud.el (gud-gdb-complete-command): Use
5622 comint-line-beginning-position.
5623
5624 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
5625 comint-bol doesn't actually go to the beginning of the line.
5626
5627 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
5628 if comint-use-prompt-regexp-instead-of-fields is non-nil.
5629 (try-expand-line-all-buffers): Likewise.
5630
5631 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
5632 explicitly matching comint-prompt-regexp.
5633 (sql-copy-column): Use comint-line-beginning-position instead of
5634 explicitly matching comint-prompt-regexp.
5635
5636 * progmodes/octave-inf.el (inferior-octave-complete): Use
5637 comint-line-beginning-position.
5638
5639 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
5640
5641 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
5642 looking for a prompt, use `forward-line 0' instead of
5643 `beginning-of-line', to avoid getting caught by an input field.
5644
ff3d9573
GM
56452000-08-07 Gerd Moellmann <gerd@gnu.org>
5646
5647 * files.el (shell-quote-wildcard-pattern): Make sure to return
5648 PATTERN, in the Unix case.
5649
e0d8827b
EZ
56502000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
5651
5652 * play/zone.el (zone): Discard any pending input before running
5653 the randomly-chosen pgm.
5654
24d55b8f
KH
56552000-08-07 Kenichi Handa <handa@etl.go.jp>
5656
5657 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
5658 checking the existence of any multibyte characters.
5659
3d05e1ee
GM
56602000-08-06 Gerd Moellmann <gerd@gnu.org>
5661
6c4a4368
GM
5662 * help.el (describe-mode): Test minor-mode symbol for being
5663 bound before testing its value for being nil.
5664
3d05e1ee
GM
5665 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
5666 `first', `second', and `third'.
5667
5668 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
5669 (second): Make it an alias for `cadr'.
5670
6968a481
EZ
56712000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
5672
5673 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
5674 types of display support faces now.
5675
e49aa397
GM
56762000-08-05 Gerd Moellmann <gerd@gnu.org>
5677
5678 * pcvs.el (require): Require `cl' during compilation, only.
5679
5680 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
5681 (toplevel): Remove `remq' and `remove' from autoloads.
5682 (cl-fake-autoloads): New variable. If set, arrange for an error
5683 when CL functions etc. are autoloaded.
5684
588aca27
EZ
56852000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
5686
2e78d4ab
EZ
5687 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
5688
85628348
EZ
5689 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
5690 popped up, but the user clicks outside the menu, return an empty
5691 regexp (that causes unhighlight-regexp to have no effect).
5692
74f0e552
EZ
5693 * menu-bar.el (menu-bar-games-menu): Add Zone.
5694
588aca27
EZ
5695 * hi-lock.el (toplevel): Require font-lock.
5696
f4988be7
GM
56972000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5698
ba087cd7 5699 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
5700 (ebnf-8-bit-chars): New var for bug fix.
5701 (ebnf-string): Bug fix.
5702
027b73ac
SS
57032000-08-03 Sam Steingold <sds@gnu.org>
5704
5705 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
5706 instead of `buffer-string'.
5707 (require 'cl): Always, not just when compiling.
5708 `ignore-errors' in `interactive', `list*', `defun*' &c make this
5709 necessary.
5710
2f1fa038
EZ
57112000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
5712
5713 * international/mule-cmds.el (select-safe-coding-system): Make
5714 the message text about selecting a safe coding system more clear.
5715
ead53494
GM
57162000-08-02 Gerd Moellmann <gerd@gnu.org>
5717
abb2db1c
GM
5718 * hi-lock.el: New file.
5719
5720 * play/zone.el: New file.
5721
ead53494
GM
5722 * replace.el (occur): Set tab-width in the *Occur* buffer to the
5723 value of tab-width in the original buffer. Choose a line number
5724 format that's a multiple of the original buffer's tab width, so
5725 that lines appear right.
5726
5727 * textmodes/ispell.el (ispell): New function, replacing an alias.
5728 Spell-check active region if in transient-mark-mode and mark
5729 is active; otherwise spell-check buffer.
5730
57312000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5732
5733 * ps-mule.el: Fix a customization problem on
5734 ps-mule-font-info-database-default.
5735
f4a2b0a4
EZ
57362000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
5737
5738 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
5739 display-mouse-p instead of window-system.
5740 (ebrowse-member-mode-map): Ditto.
5741
b685181e
GM
57422000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5743
ba087cd7
EZ
5744 * progmodes/ebnf2ps.el: Update ps-print functions call.
5745 Indentation fix. Doc fix.
b685181e
GM
5746 (ebnf-version): New version number (3.2).
5747 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 5748
3b5fab87
EZ
57492000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
5750
032ebb29
EZ
5751 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
5752 font lock support on window-system.
5753 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
5754
3b5fab87
EZ
5755 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
5756 display-color-p, if fboundp, instead of window-system.
5757
7e2605e7
EZ
57582000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
5759
5760 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
5761 instead of window-system.
5762
5763 * wid-edit.el (widget-choose): Use display-mouse-p instead of
5764 window-system.
5765 (widget-choice-mouse-down-action): Use display-popup-menus-p
5766 instead of window-system.
5767
5768 * strokes.el (strokes-file): Run the file name through
5769 convert-standard-filename.
5770 (strokes-mode): Call display-mouse-p instead of looking at
5771 window-system. Change the error message accordingly.
5772
5773 * progmodes/cpp.el (toplevel): Support faces on tty's.
5774
5775 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
5776 (lm-plot-square, lm-init-display): Don't use window-system.
5777
5778 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
5779 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
5780
5781 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
5782 instead of looking at window-system.
5783
26119624
GM
57842000-07-30 Gerd Moellmann <gerd@gnu.org>
5785
5786 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
5787 of testing if iswitchb-prepost-hooks is bound, because the
5788 latter will always be true when invoking a recursive minibuffer
5789 from an active Iswitchb buffer.
5790
c90596f3
EZ
57912000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
5792
5793 * files.el (shell-quote-wildcard-pattern): New function.
5794 (insert-directory): Call it. Only prepend "\" to command on Unix
5795 and GNU/Linux systems.
5796
18925e78
GM
57972000-07-30 Gerd Moellmann <gerd@gnu.org>
5798
5799 * eshell/esh-groups.el: Change custom :link file names
5800 from `eshell.info' to `eshell'.
5801
58022000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
5803
5804 * dired.el (dired-build-subdir-alist): Expand subdirectory names
5805 correctly in recursive ange-ftp listings.
5806
58072000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5808
5809 * ps-print.el: Fix bug 1: if ps-font-size-internal,
5810 ps-header-font-size-internal and
5811 ps-header-title-font-size-internal variables are not set,
5812 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
5813 face text property is (foreground-color . COLOR) or
5814 `(background-color . COLOR)', ps-print crashes. Doc fix.
5815 (ps-print-version): New version number (5.2.4).
5816 (ps-plot-region): Code fix.
5817 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
5818 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
5819 Bug fix 2.
5820
58212000-07-30 Milan Zamazal <pdm@freesoft.cz>
5822
5823 * glasses.el (glasses-make-readable): Fix uncapitalization of
5824 identifiers like `myXMLDocument'.
5825
aeb4c63e
KF
58262000-07-28 Karl Fogel <kfogel@red-bean.com>
5827
18925e78
GM
5828 * mail/mail-hist.el (mail-hist-previous-input)
5829 (mail-hist-next-input): Do the obvious code factorization.
5830 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
5831 code of above two.
5832 If inserting a message body, leave point at top.
5833
9d453139
SS
58342000-07-28 Sam Steingold <sds@gnu.org>
5835
5836 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
5837 Use `<=', not `<' to compare times!
5838 (ange-ftp-ls): Remove.
9d453139 5839
b548072f
GM
58402000-07-27 Gerd Moellmann <gerd@gnu.org>
5841
27848c01
GM
5842 * play/cookie1.el: Add explanation of how to make cookie.el
5843 compatible with strfile(1) to comment.
5844
5845 * subr.el (remove, remq): New functions.
5846
3ab82477
GM
5847 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
5848 escape `*' in regexps.
5849 (midnight-find): Reverse order of arguments in the funcall of
5850 TEST.
5851
5852 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
5853 and `.class'.
5854
b548072f
GM
5855 * play/meese.el: Add Commentary section.
5856
27848c01
GM
58572000-07-27 Alex Schroeder <alex@gnu.org>
5858
5859 * sql.el (sql-ms): Added autoload cookie.
5860 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
5861 (sql-oracle): Ditto.
5862 (sql-help): Doc change.
5863
5864 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
5865 types and exceptions.
5866
58672000-07-27 Alex Schroeder <alex@gnu.org>
5868
5869 * sql.el (sql-placeholder-history): New variable.
5870 (sql-query-placeholders-and-send): New function that will query
5871 the user and replace placeholders with user input.
5872 (sql-oracle): If running on NT, set comint-input-sender to
5873 sql-query-placeholders-and-send.
5874
5875 (sql-stop): If in the SQLi buffer, insert stop notification, else
5876 present it as a message.
5877
58782000-07-27 Alex Schroeder <alex@gnu.org>
5879
5880 * sql.el (sql-input-ring-separator): Doc change.
5881 (sql-input-ring-file-name): Doc change.
5882 (sql-interactive-mode): Use `sql-input-ring-separator' and
5883 `sql-input-ring-file-name' to set the comint-mode equivalents
5884 without making them local variables.
5885 (sql-stop): Don't bind `sql-input-ring-separator' and
5886 `sql-input-ring-file-name' dynamically to their comint-mode
5887 equivalents.
5888
91ae8751
KH
58892000-07-27 Kenichi Handa <handa@etl.go.jp>
5890
5891 * international/mule.el (register-char-codings): New function.
5892 (make-coding-system): Handle `safe-chars' specification in the arg
5893 PROPERTY.
5894
5895 * international/mule-cmds.el
5896 (find-coding-systems-region-subset-p): This function deleted.
5897 (sort-coding-systems-predicate): New variable.
5898 (sort-coding-systems): New function.
5899 (find-coding-systems-region): Use
5900 find-coding-systems-region-internal.
5901 (find-coding-systems-string): Use find-coding-systems-region.
5902 (find-coding-systems-for-charsets): Check
5903 char-coding-system-table.
5904 (select-safe-coding-system-accept-default-p): New variable.
5905 (select-safe-coding-system): Mostly rewritten. New argument
5906 ACCEPT-DEFAULT-P.
5907 (select-message-coding-system): Call select-safe-coding-system
5908 with ACCEPT-DEFAULT-P arg.
5909 (reset-language-environment): Reset default-sendmail-coding-system
5910 to the default value iso-latin-1.
5911 (set-language-environment): Don't set the obsolete variable
5912 charset-origin-alist.
5913
5914 * international/codepage.el (cp-coding-system-for-codepage-1):
5915 Give `safe-chars' property to make-coding-system.
5916
5917 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
5918 calling select-message-coding-system twice.
5919
5920 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
5921 instead of `safe-charsets'.
5922 (cyrillic-alternativnyj): Likewise.
5923 (ccl-encode-alternativnyj): Don't check the charset
5924 cyrillic-iso8859-5.
5925
90cf4474
KH
59262000-07-27 Kenichi Handa <handa@etl.go.jp>
5927
5928 * composite.el (compose-chars-after): Preserve match data.
5929
a1f84f6d
SS
59302000-07-26 Sam Steingold <sds@gnu.org>
5931
5932 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
5933 (ange-ftp-real-file-newer-than-file-p): New function.
5934 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
5935 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
5936
5937 * tooltip.el (tooltip-float-time): Removed (use `float-time').
5938 * midnight.el (midnight-float-time): Ditto.
5939
e092928e
AS
59402000-07-26 Andreas Schwab <schwab@suse.de>
5941
5942 * files.el (normal-backup-enable-predicate): Correct
5943 interpretation of the return value of compare-strings.
5944
7465ebef
GM
59452000-07-26 Gerd Moellmann <gerd@gnu.org>
5946
3353ef5a
GM
5947 * isearch.el (isearch-resume): New function.
5948 (isearch-done): Add something to command-history to resume
5949 the search.
5950 (isearch-yank-line, isearch-yank-word): Use
5951 buffer-substring-no-properties instead of buffer-substring.
5952
7465ebef
GM
5953 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
5954 of flyspell-mouse-map.
5955
5956 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
5957 duplicate definition.
5958 (makefile-mode): Remove duplicate setting of local-abbrev-table.
5959
5960 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
5961 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
5962
5044b74a
SS
59632000-07-25 Sam Steingold <sds@gnu.org>
5964
25759a92
SS
5965 * net/ange-ftp.el: Get modtime over the net.
5966 (ange-ftp-file-modtime): New function.
a95cb10a
GM
5967 (ange-ftp-write-region, ange-ftp-insert-file-contents)
5968 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
5969 Use it.
5970 (ange-ftp-dot-to-slash): New function.
5971 (ange-ftp-fix-name-for-vms): Use it.
5972
5044b74a
SS
5973 * midnight.el (midnight-buffer-display-time): Use
5974 `with-current-buffer'.
5975
5dcfb3f4
GM
59762000-07-25 Gerd Moellmann <gerd@gnu.org>
5977
5978 * find-dired.el: Update copyright notice.
5979 (find-dired): Offer to kill a running `find'.
5980
5981 * enriched.el (enriched-face-ans): For a `foreground-color'
5982 property, return '(("x-color" COLOR))' so that COLOR will be
5983 output as a parameter of the x-color annotation. Likewise for the
5984 `background-color' property. In the case of normal face
5985 properties, don't return annotations for unspecified foreground
5986 and background face attributes.
5987
8c662166
KH
59882000-07-25 Kenichi Handa <handa@etl.go.jp>
5989
5990 * language/japan-util.el (japanese-katakana-region): Fix handling
5991 HANKAKU argument.
5992
c28da489
MB
59932000-07-25 Miles Bader <miles@gnu.org>
5994
5995 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
5996 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
5997 constrain-to-field.
5998
ad349719
AI
59992000-07-24 Andrew Innes <andrewi@gnu.org>
6000
6001 * timer.el (timer-activate-when-idle): Add optional parameter
6002 DONT-WAIT. Update docstring.
6003 (run-with-idle-timer): Specify extra parameter to
6004 timer-activate-when-idle, so that timer will be activated
6005 immediately if Emacs is already idle.
6006
6007 * w32-fns.el (w32-using-nt): Fix docstring.
6008
c95162f5
DL
60092000-07-24 Dave Love <fx@gnu.org>
6010
6011 * mouse.el (popup-menu): Set last-command-event.
6012 (mouse-major-mode-menu-prefix): Declare.
6013
e3c31fd5
GM
60142000-07-24 Gerd Moellmann <gerd@gnu.org>
6015
6016 * textmodes/flyspell.el: Update to author's version 1.5d.
6017
6018 * progmodes/hideshow.el: Update copyright notice.
6019
6020 * vcursor.el: Set maintainer to FSF, since author cannot
6021 be reached.
6022
7636d2a3
EZ
60232000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6024
fbe0a958
EZ
6025 * info.el (Info-goto-emacs-key-command-node): Leave a space after
6026 the prompt.
6027
7636d2a3
EZ
6028 * mouse.el (popup-menu): Run the keymap through indirect-function,
6029 in case it was defined with define-prefix-key. If the menu is a
6030 list of keymaps, look up the binding of user's choice in each one
6031 of the keymaps.
6032 (mouse-popup-menubar): If the global and local menu-bar keymaps
6033 don't have a prompt string, create one and insert it into the
6034 keymap. Don't barf if current-local-map returns nil.
6035
e024b101
GM
60362000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
6037
6038 * dired.el (dired-sort-R-check): Added to allow recursive listing
6039 to be undone.
6040 (dired-sort-other): Use it.
6041
7972fcfc
GM
60422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6043
e024b101 6044 * Release of cc-mode 5.27
7972fcfc
GM
6045
60462000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6047
6048 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
6049 c-beginning-of-statement-1 that caused a bad case of recursion
6050 which could consume a lot of CPU in large classes in languages
6051 that have in-expression classes (i.e. Java and Pike).
6052
6053 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
6054 statements before top level constructs (i.e. case 6 is moved
6055 before case 5 and is now case 4) to catch in-expression
6056 classes in top level expressions correctly.
6057
60582000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6059
6060 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
6061 objc-method-intro. Case 4 removed and case 5I added.
6062
6063 * cc-langs.el (c-append-paragraph-start): New variable used by
6064 c-common-init to get paragraph-start correct.
6065 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
6066 initialize paragraph-start to make it correct both with and
6067 without the javadoc special case.
6068
6069 * cc-mode.el (java-mode): Use c-append-paragraph-start to
6070 initialize paragraph-start for javadoc markup.
6071
6072 * cc-vars.el (c-style-variables-are-local-p): Incompatible
6073 change by defaulting this to t. It's motivated by the
6074 confusing behavior that otherwise arise from the style system
6075 when editing both java and non-java files at the same time
6076 (see the comments about style setting in c-common-init).
6077
60782000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6079
6080 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
6081 similar to the one in c-fill-paragraph to check the fill
6082 prefix from the adaptive fill function for sanity.
6083
60842000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6085
6086 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
6087 defun block.
6088
60892000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6090
5044b74a 6091 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
6092
60932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6094
6095 * cc-align.el (c-lineup-multi-inher): Handle lines with
6096 leading comma nicely. Extended to handle member initializers
6097 too.
6098
e024b101 6099 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
6100 c-guess-basic-syntax): Fixed recognition of inheritance lists
6101 when the lines begins with a comma.
6102
5044b74a 6103 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
6104
6105 * cc-vars.el (c-offsets-alist): Changed default for
6106 member-init-cont to c-lineup-multi-inher since it now handles
6107 member initializers and indents better for leading commas.
6108
61092000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6110
6111 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
6112 handling that caused class open lines to be recognized as
6113 statement-conts in some cases.
6114
6115 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
6116 guessed by the adaptive fill function unless point is on the
6117 first line of a block comment.
6118
6119 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
6120 when the buffer ends with a macro continuation char.
6121
6122 * cc-engine.el (c-guess-basic-syntax): Added support for
6123 function definitions as statements in Pike. The first
6124 statement in a lambda block is now labeled defun-block-intro
6125 instead of statement-block-intro.
6126
6127 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
6128 so that the class surrounding point is selected, not the one
6129 innermost in the state.
6130
6131 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
6132 recognition of switch labels having hanging multiline
6133 statements.
6134
6135 * cc-engine.el (c-beginning-of-member-init-list): Broke out
6136 some code in c-guess-basic-syntax to a separate function.
6137 * cc-engine.el (c-just-after-func-arglist-p): Fixed
6138 recognition of member inits with multiple line arglists.
6139 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
6140 member-init-cont when the commas are in funny places.
6141
61422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6143
6144 * cc-defs.el (c-auto-newline): Removed this macro since it's
6145 not used anymore.
6146
6147 * cc-engine.el (c-looking-at-bos): New helper function.
6148 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
6149 inexpr and toplevel classes apart in Pike.
6150
6151 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
6152 of case 9A.
6153
6154 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
6155 constant, since "class" can introduce an in-expression class
6156 in Pike nowadays.
6157
61582000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6159
6160 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
6161 indentation on cpp-macro lines.
6162
6163 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
6164 a syntax modifier like comment-intro, to make it possible to
6165 get syntactic indentation for preprocessor directives. It's
6166 incompatible wrt to lineup functions on cpp-macro, but it has
6167 no observable effect in the 99.9% common case where cpp-macro
6168 is set to -1000.
6169
61702000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6171
6172 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
6173 member-init-cont when the preceding arglist is several lines.
6174
61752000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6176
6177 * cc-styles.el (c-style-alist): The basic offset for the BSD
6178 style corrected to 8.
6179
61802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6181
6182 * cc-styles.el (c-style-alist): Adjusted the indentation of
6183 brace list openers in the gnu style.
6184
61852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6186
6187 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
6188
6189 * cc-cmds.el (c-electric-brace, c-electric-slash,
6190 c-electric-star, c-electric-semi&comma, c-electric-colon,
6191 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
6192 when c-syntactic-indentation is nil.
6193
6194 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
6195 we were left at comments preceding the first statement when
6196 reaching the beginning of the buffer.
6197
6198 * cc-vars.el (c-syntactic-indentation): New variable to turn
6199 off all syntactic indentation.
6200
62012000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6202
6203 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
6204 between the text and the block comment ender when it hangs,
6205 depending on how many there are before the fill.
6206
62072000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6208
6209 * cc-engine.el (c-beginning-of-closest-statement): New helper
6210 function to go back to the closest preceding statement start,
6211 which could be inside a conditional statement.
6212 * cc-engine.el (c-guess-basic-syntax): Use
6213 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
6214
6215 * cc-engine.el (c-guess-basic-syntax): Better handling of
6216 arglist-intro, arglist-cont-nonempty and arglist-close when
6217 the arglist is nested inside parens. Cases 7A, 7C and 7F
6218 changed.
6219
6220 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
6221 up-to-date with javadoc 1.2.
6222
62232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6224
6225 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
6226 multiline Pike type decls.
6227
62282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6229
6230 * cc-cmds.el (c-indent-new-comment-line): Always break
6231 multiline comments in multiline mode, regardless of
6232 comment-multi-line.
6233
62342000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6235
6236 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
6237 fully::qualified::names in C++ member init lists. Preamble in
6238 case 5D changed.
6239
62402000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6241
6242 * cc-langs.el (c-common-init): Handling of obsolete variables
6243 moved to c-initialize-cc-mode. More compatible style override
6244 when using global style variables.
6245 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
6246 variables moved here.
6247
e024b101 6248 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
6249 c-special-indent-hook as a style variable. Don't talk about
6250 doing (c-make-styles-buffer-local t) in a mode hook, since
6251 that's already too late to work right.
5044b74a 6252
7972fcfc
GM
6253 * cc-styles.el (c-make-styles-buffer-local): Flag style
6254 variable localness in c-style-variables-are-local-p to make
6255 the compatibility measure in c-common-init work well.
6256
6257 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
6258 longer contain set-from-style.
6259 * cc-styles.el (c-initialize-builtin-style): Don't check for
6260 set-from-style on c-special-indent-hook.
6261 * cc-styles.el (c-copy-tree): Obsolete. The standard function
6262 copy-alist is sufficient now.
6263
6264 * cc-styles.el (c-set-style, c-set-style-1,
6265 c-get-style-variables): Fixes to variable initialization so
6266 that duplicate entries in styles have the same effect
6267 regardless of DONT-OVERRIDE.
6268
6269 * cc-styles.el (c-set-style-2): Fixed bug where the
6270 initialization of inheriting styles failed when the
6271 dont-override flag is set.
6272
6273 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
6274 on this.
6275
62762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6277
6278 * cc-defs.el (c-forward-comment): Removed the workaround
6279 introduced in 5.38 since it had worse side-effects. If a line
6280 contains the string "//\"", it regarded the // as a comment
6281 start since the \ temporarily doesn't have escape syntax.
6282
62832000-07-17 Emmanuel Briot <briot@act-europe.fr>
6284
6285 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
6286 ada-xref.el before ada-prj.el, so that the Project menu is created
6287 when ada-prj tries to add to it.
6288 (ada-activate-keys-for-case): Suppress the characters that are not
6289 part of the Ada syntax. Better compatibility with else-mode
6290 (ada-adjust-case-interactive): When auto-casing is not active,
6291 correctly insert newlines (used to insert only ^M). Prevent the
6292 syntax table from being changed in case of an error
814299a7 6293 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
6294 Do nothing if ada-auto-case is nil.
6295 (ada-after-keyword-p): Ignore keywords that are also attributes
6296 (ada-batch-reformat): Update usage comment
6297 (ada-call-from-contextual-menu): New function
6298 (ada-case-read-exceptions): Reinitialize the casing exception list
6299 first to nil first, so that the casing exception file can be
6300 shared.
6301 (ada-check-defun-name): Handles "configure" keyword for gnatdist
6302 files.
6303 (ada-compile-goto-error): Fix regexp used to detect a file:line
6304 anywhere in the error message
6305 (ada-contextual-menu-last-point): New variable
6306 (ada-create-keymap): If the variable delete-key-deletes-forward is
6307 t on XEmacs, it means that DEL should delete one character
6308 forward.
6309 (ada-create-menu): Use :included instead of :visible for XEmacs.
6310 New submenu "Options".
6311 (ada-end-stmt-re): Correctly indent "select ... then abort"
6312 statements.
6313 (ada-fill-comment-paragraph): Correctly delete all leading '--'
6314 even if they don't match ada-fill-comment-prefix Fix handling of
6315 paragraphs on the first or last line of a file.
6316 (ada-format-paramlist): Fix handling of default parameter values.
6317 (ada-get-body-name): New function.
6318 (ada-get-current-indent): Optimized by searchling directly for an
6319 existing generic part or a statement outside of it. Handle
6320 ada-indent-align-comments when indenting comments Replaced some
6321 regexps by testing directly the next character. This results in a
6322 huge speedup on some files. New indentation scheme for renames
6323 statements. Stop looking for the 'while' or 'for' associated with
6324 a 'loop' at the first semicolon encountered. A "return" can also
6325 match an anonymous access subprogram declaration.
6326 (ada-get-indent-noindent): Ignore strings and comments when
6327 looking for the keywords "record" and "private".
6328 (ada-goto-matching-decl-start): When matching "if", make sure we
6329 are not in fact seeing "end if". Ignore "when" statements except
6330 when initial keyword was "begin". Fix handling of nested
6331 procedures. Add a recursive call to this function to skip over
6332 other 'end' statmts. Fix indentation for "when .. => begin"
6333 (ada-in-open-paren-p): Fix indentation for complex boolean
6334 expressions, where 'and then', 'or else' and parenthesis
6335 statements are mixed up.
6336 (ada-in-paramlist-p): Skip comments while searching for the
6337 beginning Fix handling of operator declarations.
6338 (ada-indent-align-comments): New variable
6339 (ada-indent-current): Change the syntax table only in the
6340 protected section, so that we are sure it is restored correctly.
6341 (ada-indent-on-previous-lines): Use ada-use-indent and
6342 ada-with-indent Correctly indent "select ... then"
6343 (ada-indent-region): Slight speedup.
6344 (ada-indent-renames): New variable.
6345 (ada-last-which-function-subprog, ada-last-which-function-line):
6346 New variables
6347 (ada-looking-at-semi-private): Correctly indent the 'private'
6348 keyword when it is the first word in a package declaration.
6349 (ada-loose-case-word): Stop searching if at the end of the buffer.
6350 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
6351 even if point is not initially at the end of the word.
6352 (ada-matching-decl-start-re): Add "when".
6353 (ada-mode): Add support for abbrev-mode, outline-mode and
6354 which-func-mode Override the old find-file.el entry in
6355 ff-special-constructs since it is using the obsolete
6356 ada-spec-suffix variable
6357 (ada-no-auto-case): New function
6358 (ada-scan-paramlist): When parsing the argument type, accept
6359 spaces (as in "X 'Class", generated by Rational Rose).
6360 (ada-other-file-name): No longer loads the other file.
6361 (ada-popup-menu): Save and restore the current buffer and cursor
6362 position before and after displaying the menu.
6363 (ada-search-ignore-complex-boolean): New function.
6364 (ada-uncomment-region): Emacs21 already knows how to delete
6365 comments not starting in the first column.
6366 (ada-use-indent): New variable
6367 (ada-which-function): New function.
6368 (ada-with-indent): New variable
6369 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
6370 can be batch-compiled from the command line.
6371
6372 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
6373 Add to the menu when the file is loaded, not in ada-mode-hook.
6374 Add -toolbar to the default ddd command Switches moved from
6375 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
6376 ada-prj-default-comp-opt
6377 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
6378 Reference Manual to the menu
6379 (ada-check-current): rewritten as a call to ada-compile-current
6380 (ada-compile): Removed.
6381 (ada-compile-application, ada-compile-current, ada-check-current):
6382 Set the compilation-search-path so that compile.el automatically
6383 finds the sources in src_dir. Automatic scrollong of the
6384 compilation buffer. C-uC-cC-c asks for confirmation before
6385 compiling
6386 (ada-compile-current): New parameter, prj-field
6387 (ada-complete-identifier): Load the .ali file before doing
6388 processing
6389 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
6390 conform to gnatmake's behavior.
6391 (ada-find-file-in-dir): New function
6392 (ada-find-references): Set the environment variables for gnatfind
6393 (ada-find-src-file-in-dir): New function.
6394 (ada-first-non-nil): Removed
6395 (ada-gdb-application): Add support for jdb, the java debugger.
6396 (ada-get-ada-file-name): Load the original-file first if not done
6397 yet.
6398 (ada-get-all-references): Handles the new ali syntax (parent types
6399 are found between <>).
6400 (ada-initialize-runtime-library): New function
6401 (ada-mode-hook): Always load a project file when a file is opened,
6402 so that the casing exceptions are correctly read.
6403 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
6404 (ada-parse-prj-file): Use find-file-noselect instead of find-file
6405 to open the project file, since the latter does not work with
6406 speedbar Get default values before loading the prj file, or the
6407 default executable file name is wrong. Use the absolute value of
6408 src_dir to initialize ada-search-directories and
6409 compilation-search-path,... Add the standard runtime library to
6410 the search path for find-file.
6411 (ada-prj-default-debugger): Was missing an opening '{'
6412 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
6413 variables.
6414 (ada-prj-default-gnatmake-opt): New variable
6415 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
6416 buffers, the project file is the default one Save the windows
6417 configuration before displaying the menu.
6418 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
6419 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
6420 ...) regexp-quote identifiers names to support operators +,
6421 -,... in regexps.
6422 (ada-remote): New function.
6423 (ada-run-application): Erase the output buffer before starting the
6424 run Support remote execution of the application. Use
6425 call-process, or the arguments are incorrectly parsed
6426 (ada-set-default-project-file): Reread the content of the active
6427 project file, not the one from the current buffer When a project
6428 file is set as the default project, all directories are
6429 automatically associated with it.
6430 (ada-set-environment): New function
6431 (ada-treat-cmd-string): New special variable ${current}
6432 (ada-treat-cmd-string): Revised. The substitution is now done for
6433 any ${...} substring
6434 (ada-xref-current): If no body was found, compiles the spec
6435 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
6436 compiler to get rid of command line length limitations.
6437 (ada-xref-get-project-field): New function
6438 (ada-xref-project-files): New variable
6439 (ada-xref-runtime-library-specs-path)
6440 (ada-xref-runtime-library-ali-path): New variables
6441 (ada-xref-set-default-prj-values): Default run command now does a
6442 cd to the build directory. New field: main_unit Provide a default
6443 file name even if the current buffer has no prj file.
6444
6445 * ada-prj.el:
6446 Rewritten to show a tabbed-dialog.
6447 (ada-prj-add-ada-menu): Remove the map and name parameters.
6448 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
6449 New function
6450 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
6451 (ada-prj-load-from-file): New function
6452 (ada-prj-save): Always save fields that depend on the current buffer
6453 (ada-prj-show-value): New function
5044b74a 6454
7972fcfc
GM
6455 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
6456 Ada mode. This will allow us to display the Ada menu in any buffer
6457 we want (for project items).
6458 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
6459 number of spaces in the header.
5044b74a 6460
8730a8da
DL
64612000-07-24 Dave Love <fx@gnu.org>
6462
6463 * ediff-init.el (ediff-region-help-echo): Bind face-help.
6464
db3ca487
NF
64652000-07-23 Noah Friedman <friedman@splode.com>
6466
ad953485
NF
6467 * type-break.el (type-break): perform autosave.
6468 Suggested by Stephen Gildea <gildea@intouchsys.com>.
6469 (type-break-do-query): Cancel query schedule while performing
6470 actual query, to avoid possibility of a second query being made
6471 while first one is already in progress.
6472 (type-break-time-stamp-format): New variable.
6473 (type-break-time-stamp): New function.
6474 (type-break-time-warning): Use it.
6475 (type-break-keystroke-warning): Use it.
6476 (type-break-noninteractive-query): Use it.
6477
03a9c6d0
NF
6478 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
6479 cookie.
6480 Use add-minor-mode to set minor-mode-alist, if available.
6481 (eldoc-echo-area-use-multiline-p): New user option.
6482 (eldoc-echo-area-multiline-supported-p): New variable.
6483 (eldoc-docstring-format-sym-doc): Use them.
6484 (eldoc-mode): If not using idle timers, append to local post and
6485 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
6486 (eldoc-display-message-no-interference-p): Don't interfere with
6487 edebug.
6488 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
6489 (eldoc-function-arglist): New function.
6490 (eldoc-function-argstring): Use it.
6491
db3ca487
NF
6492 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
6493 auto save directory exists before calling directory-files.
6494
f7ad1899
DL
64952000-07-23 Dave Love <fx@gnu.org>
6496
6497 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
6498 ^o, ^u.
6499
43e764c9
DL
65002000-07-21 Dave Love <fx@gnu.org>
6501
475de6f4
DL
6502 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
6503 now passed to the function. It now works properly.
6504
43e764c9
DL
6505 * smerge-mode.el (smerge-mode-menu): Fill it out.
6506
e8bea4c0
GM
65072000-07-20 Gerd Moellmann <gerd@gnu.org>
6508
6509 * info-look.el (info-lookup): If *info* is shown in another frame
6510 on the same display, select that frame, instead of switching to
6511 the Info buffer in another window of the selected frame.
6512
6513 * simple.el (universal-argument-map): Bind numeric keypad keys
6514 kp-0 to kp-9 and kp-subtract.
6515 (digit-argument): Handle these keys.
6516
bc75b4fd
DL
65172000-07-20 Dave Love <fx@gnu.org>
6518
6519 * net/goto-addr.el (goto-address-fontify): Don't bother with
6520 buffer-modified and read-only stuff -- irrelevant with overlays.
6521 Put an extra property on the overlays and use it to clean up in
6522 case goto-address is re-run.
6523
8b7bc628
RS
65242000-07-19 Richard M. Stallman <rms@gnu.org>
6525
18e21ce8
RS
6526 * timer.el (run-with-idle-timer): Doc fix.
6527
db3ca487 6528 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
6529 Handle case where <...> appears inside "...".
6530 Use replace-match to edit the string more simply.
6531 (rmail-dont-reply-to): Cope with an unmatched ".
6532
50575ec2
DL
65332000-07-19 Dave Love <fx@gnu.org>
6534
6535 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
6536 implementation.
6537
6538 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
6539 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
6540 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
6541
4279296d
GM
65422000-07-19 Gerd Moellmann <gerd@gnu.org>
6543
47db06aa
GM
6544 * textmodes/refer.el: Correct maintainer's email address.
6545
6546 * progmodes/hideif.el: Correct author's email address.
6547 Fix typo in comment.
6548
6549 * xml.el: New file.
6550
4279296d
GM
6551 * mail/mailheader.el: Correct author's mail address.
6552
6553 * gnus/parse-time.el: Correct author's mail address.
6554
47db06aa 65552000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
6556
6557 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
6558 New user options.
6559 (comint-input-ring-file-name): Change custom type.
6560 (comint-mode-map): Bind mouse-2.
6561 (comint-insert-clicked-input): New function.
6562 (comint-send-input): Handle input highlighting.
6563
21ad0f7b
SM
65642000-07-18 Stefan Monnier <monnier@cs.yale.edu>
6565
6566 * mouse.el (popup-menu): New function.
6567 (mouse-major-mode-menu): Use it.
6568
3b33a005
DL
65692000-07-18 Dave Love <fx@gnu.org>
6570
6571 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
6572 improvements.
6573
dc1cac59
GM
65742000-07-18 Gerd Moellmann <gerd@gnu.org>
6575
21ad0f7b 6576 * faces.el (face-font-selection-order)
dc1cac59 6577 (face-font-family-alternatives): Add custom type.
db3ca487 6578
f8276b77
DL
65792000-07-18 Dave Love <fx@gnu.org>
6580
6581 * cus-edit.el (custom-variable-reset-saved)
6582 (custom-variable-reset-standard): Remove unused bindings.
6583
6584 * rect.el (open-rectangle-line): Remove unused let.
6585
6586 * hl-line.el (hl-line-highlight): Check hl-line-mode.
6587
3d6cd763
GM
65882000-07-18 Gerd Moellmann <gerd@gnu.org>
6589
6590 * cdl.el: Fix `Maintainer' keyword.
6591
6592 * play/pong.el: Add author's email address.
6593
34342a07
SS
65942000-07-17 Sam Steingold <sds@gnu.org>
6595
6596 * files.el (insert-directory): Call `split-string' instead of
6597 re-implementing it.
6598
088831a6
GM
65992000-07-18 Gerd Moellmann <gerd@gnu.org>
6600
6601 * mail/vms-pmail.el: Change maintainer to FSF.
6602
6603 * net/goto-addr.el: Change maintainer to FSF.
6604
6605 * recentf.el: Update from author.
6606
6607 * info.el (Info-title-face-alist): Removed.
db3ca487 6608
68be2869
EZ
66092000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
6610
6611 * eshell/eshell.el (eshell): Replace links to eshell.info with
6612 links to eshell, to avoid problems on systems where the manual is
6613 installed as `eshell'.
6614 * eshell/esh-cmd.el (eshell-cmd): Ditto.
6615 * eshell/em-smart.el (eshell-smart): Ditto.
6616 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 6617 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
6618
6619 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
6620 same-file check in the MS-DOS version (it does support inodes).
6621
6622 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
6623
21ad0f7b
SM
6624 * eshell/eshell.el (eshell-directory-name):
6625 Run default directory name through convert-standard-filename.
68be2869 6626
269b4dcb
KH
66272000-07-18 Kenichi Handa <handa@etl.go.jp>
6628
21ad0f7b
SM
6629 * international/mule-cmds.el (select-safe-coding-system):
6630 Fix typo in the comment.
240a16cf 6631
21ad0f7b
SM
6632 * language/european.el (compound-text):
6633 Force katakana-jisx0201 to be designated to G1.
aa96c820 6634
21ad0f7b
SM
6635 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
6636 Don't translate some national variant characters of latin-jisx0201.
aa96c820 6637 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 6638
269b4dcb
KH
6639 * international/kkc.el (kkc-after-update-conversion-functions):
6640 New variable.
6641 (kkc-update-conversion): Run functions in it at the tail.
6642
68be2869 66432000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 6644
21ad0f7b
SM
6645 * lisp/align.el (align-newline-and-indent):
6646 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
6647 (align-region): Fixed badly formatted minibuffer message.
6648
7a3fd467
KH
66492000-07-17 Kenichi Handa <handa@etl.go.jp>
6650
21ad0f7b 6651 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
6652 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
6653 the conversion list at first if appropriate.
6654 (kkc-next): Don't update kkc-next-count here.
6655 (kkc-prev): Don't update kkc-prev-count here.
6656 (kkc-show-conversion-list-update): Fix setting up of conversion
6657 list message.
6658
a45423d8
SM
66592000-07-16 Stefan Monnier <monnier@cs.yale.edu>
6660
088831a6 6661 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 6662
91a38db1
DL
66632000-07-16 Dave Love <fx@gnu.org>
6664
6665 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
6666 function to be more specific.
6667
6668 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
6669 non-string help-echo.
6670 (widget-types-convert-widget): Defsubst it.
6671 (widget-echo-help): Try to cope with a help-echo function of two
6672 possible sorts.
6673
3fddcdc3
JR
66742000-07-15 Jason Rumney <jasonr@gnu.org>
6675
6676 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
6677 Declare as obsolete.
6678
6679 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
6680
bd23a692
GM
66812000-07-14 Gerd Moellmann <gerd@gnu.org>
6682
6683 * hilit-chg.el: Fix typo.
6684
d4af987a
DL
66852000-07-14 Dave Love <fx@gnu.org>
6686
6687 * info.el (Info-mode-menu): Fix use of :help, :enable.
6688
3a4f3f86
SM
66892000-07-14 Stefan Monnier <monnier@cs.yale.edu>
6690
6691 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
6692
cf6936a4
DL
66932000-07-13 Dave Love <fx@gnu.org>
6694
4d6d04b5
DL
6695 * emacs-lisp/easymenu.el: Doc fixes.
6696 (easy-menu-remove): Defalias to ignore.
6697
cf6936a4
DL
6698 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
6699 Call throw correctly.
6700
56437999
GM
67012000-07-13 Gerd Moellmann <gerd@gnu.org>
6702
6703 * faces.el (frame-background-mode): Doc fix.
6704
6705 * simple.el (eval-expression-print-length): Change custom type to
6706 allow entering nil as value.
6707
d04a3972
DL
67082000-07-13 Dave Love <fx@gnu.org>
6709
3a4f3f86
SM
6710 * progmodes/fortran.el (fortran-imenu-generic-expression):
6711 Change definition layout.
a8189dfe
DL
6712 (fortran-mode-menu): Reinstate customize entries.
6713
d04a3972
DL
6714 * cus-edit.el (custom-group-menu-create, customize-menu-create):
6715 Use :filter, per old XEmacs code.
6716
4bf4fb05
GM
67172000-07-12 Gerd Moellmann <gerd@gnu.org>
6718
6719 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
6720 event when deciding what to send to the terminal.
6721
37328bcd
DL
67222000-07-12 Dave Love <fx@gnu.org>
6723
6724 * cus-start.el: Add optional version as 4th element of specs and
6725 use it for several things new in v21. Remove load-path. Fix type
6726 of line-number-display-limit.
6727
89492072
DL
67282000-07-11 Dave Love <fx@gnu.org>
6729
3a4f3f86
SM
6730 * progmodes/fortran.el: Don't require easymenu.
6731 Use repeat counts in various regexps.
315aa1de
DL
6732 (fortran-mode-syntax-table): Defvar directly.
6733 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
6734 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
6735 Use defvar, not defconst.
6736 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
6737 (fortran-mode): Set fortran-comment-line-start-skip,
6738 fortran-comment-line-start-skip, dabbrev-case-fold-search.
6739 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
6740 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
6741 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
6742 (fortran-comment-region, fortran-electric-line-number): Simplify.
6743 (fortran-auto-fill): New function.
6744 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
6745 (fortran-find-comment-start-skip):
6746 Check for non-null comment-start-skip.
6747 (fortran-auto-fill-mode, fortran-fill-statement):
6748 Use fortran-auto-fill.
315aa1de 6749 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 6750 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 6751
89492072
DL
6752 * widget.el (widget-plist-member): New alias.
6753
d55ead18
EZ
67542000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
6755
6756 * eshell/esh-module.el (toplevel): Reference
6757 byte-compile-current-file only if it is bound.
6758
e82a2a05
GM
67592000-07-10 Gerd Moellmann <gerd@gnu.org>
6760
6761 * dired.el: Don't require `dired-aux'.
6762
1fc7fb2b
MB
67632000-07-10 Miles Bader <miles@lsi.nec.co.jp>
6764
6765 * dired-aux.el (dired-show-file-type): New function.
6766 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
6767 (dired-show-file-type): Add autoload.
6768
ab49ce15
KH
67692000-07-10 Kenichi Handa <handa@etl.go.jp>
6770
6771 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 6772 change of fontset-info.
ab49ce15
KH
6773 (print-fontset): Likewise.
6774
f45aab65
SM
67752000-07-09 Stefan Monnier <monnier@cs.yale.edu>
6776
6777 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
6778
2f72fd2f
GM
67792000-07-07 Gerd Moellmann <gerd@gnu.org>
6780
e82a2a05 6781 * bindings.el: Bind `[delete]' to delete-char.
965522f5 6782
2f72fd2f
GM
6783 * dired.el (dired-find-alternate-file): New function.
6784 (dired-mode-map): Bind `a' to dired-find-alternate-file.
6785 (toplevel): Require dired-aux when compiling.
6786 (dired-buffers): Move defvar within file to avoid compiler warning.
6787
6788 * info.el (Info-last-search): Variable removed.
6789 (Info-search-history): New variable.
6790 (Info-search): New Info-search-history.
6791
6792 * battery.el, info-look.el: Change author's mail address.
6793
965522f5 67942000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 6795
965522f5
GM
6796 * mail/rmail.el (rmail-clear-headers): Don't throw an error
6797 if rmail-ignored-headers is nil.
6798 (rmail-retry-failure): Bind rmail-ignored-headers and
6799 rmail-displayed-headers to nil.
6800
dd8888a1
GM
68012000-07-06 Gerd Moellmann <gerd@gnu.org>
6802
e5c81191
GM
6803 * lpr.el (lpr-page-header-switches): Add `-h' switch.
6804 (print-region-1): Don't hard code `-h' here.
6805
dd8888a1
GM
6806 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
6807
e5c81191
GM
68082000-07-01 Francesco Potorti` <pot@gnu.org>
6809
6810 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
6811 exim can use "your message" instead of "the message".
34342a07 6812
f45aab65
SM
68132000-07-06 Stefan Monnier <monnier@cs.yale.edu>
6814
6815 * facemenu.el: Docstrings fixes.
6816 (facemenu-get-face): Don't use internal-find-face.
6817 (facemenu-iterate): Rename arg to match the docstring.
6818
6819 * newcomment.el (uncomment-region): Be more careful when skipping
6820 backwards over `=' not to bump into BOBP.
6821
d396e521 68222000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 6823
dd8888a1
GM
6824 * ediff-diff.el (ediff-wordify): Use syntax table.
6825 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 6826 ediff-color-display-p.
dd8888a1 6827 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
6828 from defsubst.
6829 Got rid of special cases for NeXT and OS/2.
dd8888a1 6830 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 6831 face.
34342a07 6832
5e2dfaa4
SM
68332000-07-05 Stefan Monnier <monnier@cs.yale.edu>
6834
6835 * emacs-lisp/lucid.el: Require CL.
6836 (copy-tree, remprop): Remove, it's provided by CL.
6837 (map-keymap): Define in terms of cl-map-keymap.
6838 (extent-property, set-extent-end-glyph): New functions.
6839
6840 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
6841
d5c5cddd
GM
68422000-07-05 Gerd Moellmann <gerd@gnu.org>
6843
485266d0
GM
6844 * Makefile.in (DONTCOMPILE): Add comment that the name may
6845 not be changed without changing the make-dist script.
6846
5e2dfaa4 6847 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 6848 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 6849
e2c46326
AI
68502000-07-05 Andrew Innes <andrewi@gnu.org>
6851
6852 * makefile.nt: Add support for `bootstrap' and related targets.
6853
a027a91b
SM
68542000-07-05 Stefan Monnier <monnier@cs.yale.edu>
6855
6856 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
6857 (easy-menu-do-define): Use `menu-item' format.
6858 Handle case where easy-menu-create-menu returns a symbol.
6859 Manually call the potential top-level filter in the function binding.
6860 (easy-menu-filter-return): New arg NAME.
6861 Convert to a keymap if MENU is an XEmacs menu.
6862 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
6863 (easy-menu-converted-items-table, easy-menu-convert-item):
6864 New var and fun to memoize easy-menu-convert-item-1.
6865 (easy-menu-do-add-item): Use it.
6866 (easy-menu-create-menu): Use easy-menu-convert-item.
6867 Wrap easy-menu-filter-return around any :filter specification.
6868 Don't convert the menu if a filter was specified.
6869 Tell easy-menu-make-symbol not to check for MENU being an expression.
6870 (easy-menu-make-symbol): New arg NOEXP.
6871
5e03eb84
GM
68722000-07-05 Gerd Moellmann <gerd@gnu.org>
6873
6874 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
6875 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
6876 (eval-defun): If called with prefix arg, instrument code for
6877 Edebug.
6878
6879 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
6880 similar to that of eval-defun.
6881
fca68a95
DL
68822000-07-04 Dave Love <fx@gnu.org>
6883
7ccbba4c
DL
6884 * hl-line.el (hl-line-overlay): Make it permanent-local.
6885
fca68a95
DL
6886 * calendar/todo-mode.el: Replaced with a working version, based on
6887 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
6888
68892000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
6890
6891 * paths.el (prune-directory-list): New function.
6892 (Info-default-directory-list): Rewritten to more methodically
6893 enumerate a big list of possible info directories (based on the
6894 list used by the standalone info reader).
fca68a95 6895
78e7e8a0 6896 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 6897 non-existent directories from Info-directory-list.
78e7e8a0 6898
78e7e8a0
MB
6899 * paths.el (Info-default-directory-list): Try a list of possible
6900 info-directories instead of a single one. Add the possible
6901 info directory "/usr/share/info".
6902
6903 * woman.el (woman-man.conf-path): Explicitly include the debian
6904 man-db config file "/etc/manpath.config".
6905 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
6906 are present in `manpath.config'.
6907 (woman-manpath): Include "/usr/share/man".
6908
67c9a1d2
GM
69092000-07-03 Gerd Moellmann <gerd@gnu.org>
6910
6753393b
GM
6911 * frame.el (blink-cursor-mode): Don't hide cursor initially.
6912
6913 * startup.el (command-line): Initialize blink-cursor based
6914 on window-system.
6915
e4f98ad3
GM
6916 * frame.el (blink-cursor): Default to nil if not running under
6917 a window-system.
6918
2f516940
GM
6919 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
6920 (face-x-resources): Remove duplicate entry for :font.
6921
67c9a1d2
GM
6922 * textmodes/refer.el (refer-find-entry-internal): Use some-window
6923 instead of cycling through windows with next-window.
6924
6925 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
6926 of cycling through windows with next-window.
6927
6928 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
6929 of cycling through windows with next-window.
6930
6931 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
6932 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
6933 instead of cycling through windows with next-window.
6934
6935 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
6936 instead of cycling through windows with next-window.
6937
6938 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
6939 of cycling through windows with next-window.
6940
6941 * terminal.el (te-process-output): Use walk-windows instead of
6942 cycling through windows with next-window.
6943
6944 * server.el (server-switch-buffer): Use some-window instead of
6945 cycling through windows with next-window.
6946
6947 * window.el (some-window): New function.
6948 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 6949
3a4f3f86 6950 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 6951
8b7bc628 69522000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
6953
6954 * window.el (walk-windows): Guarantee termination by keeping a list
6955 of all the windows already handled.
6956
d0d57043
EZ
69572000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
6958
6959 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
6960 window-system.
6961
6962 * man.el (Man-notify-when-ready): Don't use window-system. If
6963 Man-notify-method is newframe, and the display is not
6964 multi-frame, select the frame created for the man page.
6965 (Man-init-defvars): Doc fix.
6966
d5483ab1
GM
69672000-06-28 Gerd Moellmann <gerd@gnu.org>
6968
af5c25e1
GM
6969 * faces.el (region): Change background color for light background.
6970
6971 * ediff-wind.el (ediff-setup-control-frame): Remove :box
6972 attribute from mode-line face of Ediff control frame.
6973
d5483ab1
GM
6974 * replace.el (query-replace-map): Bind `e' like `E'.
6975
9d47450f
EZ
69762000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
6977
3a4f3f86
SM
6978 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
6979 Change name to "Select All".
496b7491 6980
9d47450f
EZ
6981 * dos-fns.el (convert-standard-filename): Fix last change.
6982
0b431deb
GM
69832000-06-27 Gerd Moellmann <gerd@gnu.org>
6984
4fa9f636
GM
6985 * help.el (describe-variable): Don't insert a second `'s' in front
6986 of the string `value is shown below'. Since the syntax-table is
6987 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
6988 an existing `'s', so that this won't be deleted.
6989
0b431deb
GM
6990 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
6991 * pcmpl-unix.el: New files.
6992
32cad0aa
SM
69932000-06-26 Stefan Monnier <monnier@cs.yale.edu>
6994
6995 * wid-edit.el (widget-member): Use the new plist-member.
6996
2c69ced2
GM
69972000-06-26 Gerd Moellmann <gerd@gnu.org>
6998
44c0f771
GM
6999 * replace.el (perform-replace): Undo change of 2000-04-04.
7000 Instead, move backward 1 character at the end of the loop when
7001 necessary.
34342a07 7002
1d36487c
GM
7003 * faces.el (fringe): Change face for different backgrounds.
7004
7005 * eshell/esh-module.el (toplevel): Load defgroup's differently;
7006 patch from John.
7007
2c69ced2
GM
7008 * eshell/*.el: Change spelling of the Free Software Foundation.
7009
7010 * eshell/esh-toggle.el: Removed.
7011
7012 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
7013
7014 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
7015 interactively.
7016
70172000-06-26 Alex Schroeder <alex@gnu.org>
7018
7019 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
7020 `define-key'; instead of checking `(emacs-version)' check for
7021 `set-keymap-parent' and `set-keymap-name' directly. Add entries
7022 for `;' and `o' which might be electric.
7023
7024 (sql-electric-stuff): New user option.
7025 (sql-magic-go): New function which uses `sql-electric-stuff'.
7026 (sql-magic-semicolon): New function which uses
7027 `sql-electric-stuff'.
7028
7029 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
7030 is not fboundp.
7031
7032 (sql-oracle-options): New variable.
7033 (sql-oracle): Use it.
7034
7035 (sql-imenu-generic-expression): Doc change.
7036 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
7037 is used.
7038
7039 (sql-informix): Added command line parameter "-" to force
7040 sql-informix-program to use stdout.
7041
db1306d8
EZ
70422000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7043
3a4f3f86 7044 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
7045 (cp864-decode-table): Doc fix.
7046 (cp720-decode-table): New variable, supports the Arabic OEM
7047 codepage used by Windows.
7048 (cp737-decode-table): New, Greek OEM codepage used by Windows.
7049
c69e5fcd
DL
70502000-06-23 Dave Love <fx@gnu.org>
7051
7052 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
7053 (font-lock-fontify-anchored-keywords): Use
7054 line-beginning-position.
7055 (global-font-lock-mode): Use mapc.
7056
30ad8f23
SM
70572000-06-23 Stefan Monnier <monnier@cs.yale.edu>
7058
7059 * eshell/esh-module.el: Require CL when compiling.
7060
26b4dc84
GM
70612000-06-23 Gerd Moellmann <gerd@gnu.org>
7062
78c56e70
GM
7063 * comint.el (comint-substitute-in-file-name): Call replace-match
7064 with second and third arg t.
7065
34342a07 7066 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
7067 Specify foreground color.
7068
7069 * faces.el (tool-bar, mode-line, header-line): Specify foreground
7070 color.
7071
affbf647
GM
7072 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
7073
7074 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
7075 cddr instead of cdddr.
7076
25fffb31
GM
7077 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
7078 instead of copy-list.
7079
7080 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
7081 of copy-list.
7082
26b4dc84
GM
7083 * subdirs.el: Add eshell subdirectory.
7084
7085 * eshell: New subdirectory containing the Eshell package.
7086
7087 * pcomplete.el: New file.
7088
78c56e70
GM
70892000-06-23 Paul Eggert <eggert@twinsun.com>
7090
ea055732
GM
7091 * mail/mailpost.el (post-mail-send-it): Make sure file has
7092 proper permissions from birth.
7093
7094 * files.el (basic-save-buffer-2): When temporarily setting
7095 file modes, set them to current modes plus 0200, not to 0777.
7096
78c56e70
GM
7097 * emerge.el (emerge-make-temp-file): Make sure file has proper
7098 permissions from birth.
7099
a3a7ff33
EZ
71002000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7101
7102 * files.el (make-backup-file-name-1): On DOS/Windows, run the
7103 backup file name through convert-standard-filename.
7104
7105 * dos-fns.el (convert-standard-filename): Convert leading
7106 directories as well. When long file names are supported, convert
7107 characters that are invalid in Windows file names.
7108
1fd9b7fe
GM
71092000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7110
7111 * ps-print.el: Fix bug: if ^L is the very first buffer character,
7112 ps-print crashes. New feature: page selection for printing. Create
7113 raw-text-unix coding system for XEmacs. Doc fix.
7114 (ps-print-version): New version number (5.2.3).
7115 (ps-plot-region): Bug fix.
7116 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
7117 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
7118 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
7119 funs.
7120 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
7121 (ps-last-page): New vars.
7122
16ed8416
GM
71232000-06-21 Gerd Moellmann <gerd@gnu.org>
7124
7125 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
7126 empty option string.
7127
4fbee715
EZ
71282000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7129
7130 * man.el (man): Doc fix.
7131
eaecfc94
KH
71322000-06-21 Kenichi Handa <handa@etl.go.jp>
7133
7134 * international/mule-cmds.el (set-language-info-alist): Docstring
7135 fixed.
7136
4a27bdfb
GM
71372000-06-20 Gerd Moellmann <gerd@gnu.org>
7138
7139 * version.el (emacs-version): Use ISO date format.
7140
7141 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
7142 instead of `M-backspace'.
7143
7144 * simple.el (turn-off-auto-fill): New function.
7145
8972fe79
SM
71462000-06-20 Stefan Monnier <monnier@cs.yale.edu>
7147
7148 * jit-lock.el (with-buffer-prepared-for-jit-lock):
7149 Renamed from with-buffer-prepared-for-font-lock and use
7150 inhibit-modification-hooks rather than setting *-change-functions.
7151 Update all functions to use the new name.
7152 (jit-lock-first-unfontify-pos): New semantics (and doc).
7153 (jit-lock-mode): Make non-interactive.
7154 Don't automatically turn on font-lock.
7155 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
7156 Always use jit-lock-after-change.
7157 Remove and restore font-lock-after-change-function.
7158 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
7159 (jit-lock-after-unfontify-buffer): Remove.
7160 (jit-lock-stealth-fontify):
7161 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
7162 (jit-lock-after-change): Set the `fontified' text-prop to nil.
7163
5d80cc9c
SS
71642000-06-20 Sam Steingold <sds@gnu.org>
7165
7166 * emacs-lisp/cl-indent.el (toplevel): Indent
7167 `print-unreadable-object' properly. Untabify.
7168
f54e4d13
CD
71692000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7170
7171 * textmodes/reftex.el (reftex-find-citation-regexp-format):
7172 Support for bibentry.
7173 (reftex-compile-variables): Fixed problem with end of section-re.
7174
7175 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
7176 reftex-view-crossref-from-bibtex):
7177 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
7178 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
7179 Replaced `remprop' with `put'.
8972fe79
SM
7180 (reftex-view-crossref, reftex-view-crossref-when-idle):
7181 Support for bibentry.
f54e4d13 7182
8972fe79
SM
7183 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7184 New entry for bibentry package.
f54e4d13 7185
8972fe79
SM
7186 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7187 Regexp also matches "\nobibliography".
f54e4d13 7188
8972fe79
SM
7189 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
7190 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
7191 (reftex-ensure-write-access): New function.
7192
f54e4d13
CD
71932000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7194
7195 * progmodes/idlwave.el: File re-installed (update to version 4.2)
7196
7197 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
7198
7199 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
7200
7201 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
7202
7203
560c43f4
DL
72042000-06-20 Dave Love <fx@gnu.org>
7205
7206 * faces.el (frame-background-mode): Use set-default, not set, in
7207 setter.
7208 (frame-update-faces, frame-update-face-colors): Define with
7209 defalias.
7210
7211 * enriched.el (enriched-decode-foreground)
7212 (enriched-decode-background): Don't use internal-find-face.
7213
7214 * apropos.el: Doc fixes.
7215
7216 * cus-edit.el (customize-changed-options): Check arg.
7217 (customize-version-lessp): Don't require decimal point.
7218
7219 * custom.el (defcustom, defgroup): Doc fix.
7220
7221 * newcomment.el (comment) <defgroup>: Add :version.
7222 (comment-multi-line): Doc fix.
7223
7224 * emulation/mlsupport.el (define-hooked-local-abbrev,
7225 define-hooked-global-abbrev): Fix, using define-abbrev.
7226
cdf0357b
GM
72272000-06-19 Gerd Moellmann <gerd@gnu.org>
7228
7229 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
7230 the whole buffer.
7231
10013d74
DL
72322000-06-19 Dave Love <fx@gnu.org>
7233
7234 * menu-bar.el (menu-bar-options-save): New function.
7235 (menu-bar-options-menu): Use it.
7236 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
7237 Simplify.
7238
6922f208
AS
72392000-06-19 Andreas Schwab <schwab@suse.de>
7240
7241 * progmodes/etags.el (tags-query-replace): Put new parameters
7242 START and END at the end, for backward compatibility.
7243
10d7bf84
KH
72442000-06-19 Kenichi Handa <handa@etl.go.jp>
7245
7246 * international/codepage.el:
7247 (cp-coding-system-for-codepage-1): Delete special codes for
7248 generating xxx-dos coding system because now a CCL based coding
7249 system can handle EOL conversion by default.
7250
7251 * international/mule.el (make-coding-system): Generate subsidiary
7252 coding systems for EOL handling variants even for a CCL based
7253 coding system.
7254
8f3c9a3d
KH
72552000-06-19 Kenichi Handa <handa@etl.go.jp>
7256
7257 * international/isearch-x.el (isearch-minibuffer-input-method)
7258 (isearch-minibuffer-input-method-function): These variables
7259 deleted.
7260 (isearch-with-input-method): Don't use the above variables.
7261 (isearch-process-search-multibyte-characters): Likewise. Call
7262 read-string with the arg INHERIT-INPUT-METHOD t.
7263
c2acf685
SM
72642000-06-17 Stefan Monnier <monnier@cs.yale.edu>
7265
13f0d185
SM
7266 * font-lock.el (font-lock-after-fontify-buffer)
7267 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
7268
7269 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
7270 Use consistent make-local-variable style for font-lock-fontified.
7271 (jit-lock-fontify-buffer):
7272 Don't bother checking for font-lock-mode and jit-lock-mode.
7273
c2acf685
SM
7274 * time.el: Remove trailing ^M that prevent CVS-merging.
7275
a9021acd
GM
72762000-06-16 Gerd Moellmann <gerd@gnu.org>
7277
7278 * Makefile.in (distclean): New target.
5d80cc9c 7279
0df68e9f
SM
72802000-06-16 Stefan Monnier <monnier@cs.yale.edu>
7281
7282 * Makefile.in (srcdir): Define for update-subdirs.
7283
6344985d
GM
72842000-06-16 Gerd Moellmann <gerd@gnu.org>
7285
7286 * find-lisp.el: New file.
7287
63239267
AI
72882000-06-16 Andrew Innes <andrewi@gnu.org>
7289
7290 * time.el (display-time-mail-function): New variable, to allow
7291 external packages to indicate when new mail is available.
7292 (display-time-update): Use it.
7293
1699f991
KH
72942000-06-16 Kenichi Handa <handa@etl.go.jp>
7295
a3b37893
KH
7296 * international/mule.el (mule-version): Change version name to
7297 SAKAKI. AOI has already been used by Meadow.
7298
1699f991
KH
7299 * international/quail.el (quail-show-guidance-buf): To find the
7300 bottom window (but minibuffer), pay attention to the height of
7301 minibuffer.
7302
228b083e
EZ
73032000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7304
7d5c8691
EZ
7305 * arc-mode.el (archive-mode-map): Use the new menu-item format for
7306 menu-bar menus. Add help strings. Don't remove the Edit menu
7307 from the menu bar, as the menu bar has enough space now.
7308
261f3289
EZ
7309 * Makefile.in (SHELL): Make sure /bin/sh is used.
7310
228b083e
EZ
7311 * woman.el (woman-man-buffer): Fix bold and underlined CJK
7312 characters, which use series of two ^H characters instead of one.
7313
e27e8d71
GM
73142000-06-15 Gerd Moellmann <gerd@gnu.org>
7315
5d80cc9c 7316 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 7317 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 7318 functions.
451ec4e3
GM
7319 (Info-find-node-2): Try a case-sensitive search first, then
7320 do a case-insensitive search.
7321
7322 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
7323 tutorials.
7324
b675095c
GM
7325 * complete.el (PC-env-vars-alist): New variable.
7326 (PC-complete-as-file-name): New function.
7327 (partial-completion-mode): Initialize PC-env-vars-alist from
7328 process-environment.
7329 (PC-do-completion): Handle completion of env vars.
7330
7331 * info.el (Info-set-mode-line): Show file name in mode line,
7332 use `*Info*' instead of `Info:'.
7333
e27e8d71
GM
7334 * startup.el (command-line-1): Change copyright messages to year
7335 2000.
7336
28223a7e
DL
73372000-06-15 Dave Love <fx@gnu.org>
7338
7339 * net/goto-addr.el (goto-address-fontify): Use keymap property,
7340 not local-map.
7341
32684631
KH
73422000-06-15 Kenichi Handa <handa@etl.go.jp>
7343
7344 * international/mule.el (set-buffer-file-coding-system): Almost
7345 rewritten to handle `undecided' as no-op.
7346
9f817ea4
GM
73472000-06-14 Gerd Moellmann <gerd@gnu.org>
7348
e27e8d71 7349 * Makefile.in: New file.
dce6b995
GM
7350
7351 * Makefile: Removed.
7352
9f817ea4
GM
7353 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
7354 (goto-address-highlight-keymap): Bind C-c RET.
7355
2de33f94
KH
73562000-06-14 Kenichi Handa <handa@etl.go.jp>
7357
bbf1e8a5
KH
7358 * mail/sendmail.el (sendmail-send-it): The temporary buffer
7359 inherits buffer-file-coding-system of the current buffer.
725a6897 7360
02891cc3
KH
7361 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
7362 0. Give correct argument to set-auto-coding-function.
7363 (tar-expunge): For goto-char, use (point-min), not 0.
7364 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
7365 (tar-subfile-save-buffer): Likewize.
7366
2de33f94
KH
7367 * international/mule.el
7368 (after-insert-file-set-buffer-file-coding-system): Call
7369 set-buffer-file-coding-system with the arg FORCE t.
7370
1681ead6
GM
73712000-06-13 Gerd Moellmann <gerd@gnu.org>
7372
7373 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
7374 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 7375 the sender is set with `-f'.
1681ead6 7376
fdf4b680
DL
73772000-06-13 Dave Love <fx@gnu.org>
7378
9c50afce
DL
7379 * help.el (describe-function-1): Kluge around cases of functions
7380 fset to subrs whose doc doesn't match their symbol-name.
7381
0ad550ba 7382 * image.el (insert-image): Default STRING to a space.
f290ca08 7383
fdf4b680 7384 * info.el Doc fixes.
5d80cc9c 7385 (Info-build-node-completions): Match Ref tags.
fdf4b680 7386
9b6610db
EZ
73872000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
7388
a704139d
EZ
7389 * frame.el (display-multi-frame-p, display-multi-font-p): New
7390 defaliases for display-graphic-p.
7391
9b6610db
EZ
7392 * hl-line.el: Fixed a typo in commentary.
7393
7a5ea398
KH
73942000-06-13 Kenichi Handa <handa@etl.go.jp>
7395
7396 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
7397 fixed.
7398
0dc91c57
DL
73992000-06-12 Dave Love <fx@gnu.org>
7400
7401 * image.el (insert-image): Save a little consing.
7402
0bd5914b
KH
74032000-06-12 Kenichi Handa <handa@etl.go.jp>
7404
7405 * language/tibet-util.el: Convert all tibetan-1-column characters
7406 to the corresponding tibetan characters.
7407 (tibetan-add-components): Delete code for the special treatment of
7408 'a chung.
7409
7410 * language/tibetan.el (tibetan-composable-pattern): Fix previous
7411 change.
7412 (tibetan-vowel-transcription-alist): More rules added.
7413 (tibetan-composite-vowel-alist): New variable.
7414 (tibetan-precomposition-rule-alist): More rules added.
7415
6dc7d3d5
SM
74162000-06-12 Stefan Monnier <monnier@cs.yale.edu>
7417
9c04c393
SM
7418 * startup.el (command-line): Only call menu-bar-mode if interactive.
7419
7420 * thingatpt.el (toplevel symbol-properties):
7421 * textmodes/makeinfo.el (makeinfo-compile):
7422 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 7423 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 7424 (hide-ifdef-use-define-alist):
5d80cc9c 7425 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
7426 (ange-ftp-vms-add-file-entry):
7427 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
7428 * man.el (Man-build-man-command):
7429 * mail/rnewspost.el (news-reply-header-hook):
7430 * info.el (Info-insert-dir):
7431 * emulation/mlconvert.el (backward-word, forward-word, setq):
7432 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
7433 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
7434 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
7435 (byte-optimize-apply, end of file):
7436 * emacs-lisp/advice.el (ad-advice-class-completion-table)
7437 (ad-make-freeze-definition):
7438 * startup.el (command-line, command-line-1): Don't quote lambdas.
7439
6dc7d3d5
SM
7440 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
7441 (cvs-cleanup-removed): New function.
7442 (cvs-cleanup-functions): New var.
7443 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
7444 some flexibility in specifying additional entries to auto-cleanup.
7445 (cvs-quickdir): New function.
7446 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
7447 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
7448 (cvs-mode-find-file): Check that we are on a filename or dirname
7449 when invoked through a mouse-click.
7450 (cvs-full-path): Remove.
7451 (cvs-dired-action): Re-introduced.
7452 (cvs-dired-noselect): Use it.
7453 (vc-post-command-functions): use this new hook if available.
7454
7455 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
7456 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
7457 (cvs-filename-map, cvs-dirname-map): Remove.
7458 (cvs-default-action): Remove.
7459 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
7460 if the arg is really a keymap.
7461 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
7462 Don't hardcode the mapping from state (aka type) to face, but check
7463 the var cvs-fi-<type>-face instead.
7464 (cvs-fileinfo-from-entries): New function.
7465
7466 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
7467 Docstring fix.
7468 (cvs-find-file-and-jump): Change default to be safer.
7469 (cvs-mode-diff-map): Define it as a function as well.
7470 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
7471 Bind mouse-2 in this global map rather than with text-properties.
7472
7473 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
7474 file to resolve the ambiguity between C(conflict) and C(need-merge).
7475
5050a2ef
KH
74762000-06-12 Kenichi Handa <handa@etl.go.jp>
7477
7478 * international/mule.el (set-buffer-file-coding-system): If
7479 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
7480 unconditionally.
7481
35a7ac84
DL
74822000-06-12 Dave Love <fx@gnu.org>
7483
7484 * wid-edit.el (widget-specify-button): Really suppress the face if
7485 required.
7486
db8eeecd
GM
74872000-06-11 Gerd Moellmann <gerd@gnu.org>
7488
7489 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
7490
70223ca4
SM
74912000-06-11 Stefan Monnier <monnier@cs.yale.edu>
7492
7493 * imenu.el (imenu-generic-expression): Docstring fix.
7494
7495 * composite.el (composition-function-table): Move the `put'
7496 below the autoload cookie so we can load the file before loaddefs.
7497
7498 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
7499
7500 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
7501 Handle easy-mmode-define-global-mode.
7502 For complex macros like define-minor-mode that can generate
7503 several autoload entries, try to autoload entries in the
7504 macroexpanded code.
7505
7506 * emacs-lisp/easy-mmode.el (define-minor-mode):
7507 If KEYMAP is a symbol, just use it.
7508 Use byte-compile-current-file and load-file-name to infer the
7509 proper :require to pass to defcustom.
7510 Wrap the hook var into `progn' so as not to autoload it.
7511 Add a :autoload-end cookie.
7512 Be more careful about the evaluation of KEYMAP.
7513 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
7514 (define-derived-mode): Move define-abbrev-table outside of defvar.
7515
75162000-06-10 Stefan Monnier <monnier@cs.yale.edu>
7517
7518 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
7519 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
7520 (backup-compiled-files): Ignore errors during `tar'.
7521 (bootstrap): Make autoloads before elc files.
7522
9c53b34e
KH
75232000-06-10 Kenichi Handa <handa@etl.go.jp>
7524
7525 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 7526 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
7527
7528 * international/mule-conf.el (unix): New alias for the coding
7529 system undecided-unix.
7530
22ddd299
DL
75312000-06-09 Dave Love <fx@gnu.org>
7532
5ee42746
DL
7533 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
7534
70223ca4 7535 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
7536 (executable-insert): Change custom type.
7537 (executable-find): Add autoload cookie.
cc7e1d18
DL
7538 (executable-make-buffer-file-executable-if-script-p): New
7539 function. After Noah Friedman.
22ddd299
DL
7540
7541 * files.el (after-save-hook): Customize, with
cc7e1d18 7542 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 7543
41ea3794
KH
75442000-06-09 Kenichi Handa <handa@etl.go.jp>
7545
f89437e3
KH
7546 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
7547 "tib24p-mule.bdf" for Tibetan.
7548
7a4ee259
KH
7549 * composite.el (decompose-composite-char): Declare it as obsolete.
7550
ff6a65c2
KH
7551 * man.el (Man-fontify-manpage): Pay attention to underline and
7552 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 7553
f83fe4b4
GM
75542000-06-08 Gerd Moellmann <gerd@gnu.org>
7555
7556 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
7557 Set maintainer to FSF since author isn't reachable.
7558
e56d7900
DL
75592000-06-08 Dave Love <fx@gnu.org>
7560
7561 * international/mule-cmds.el (select-safe-coding-system): If
7562 DEFAULT-CODING-SYSTEM is not specified, also check the most
7563 preferred coding-system if buffer-file-coding-system is
7564 `undecided'. From Handa.
7565
d3981b49
KH
75662000-06-08 Kenichi Handa <handa@etl.go.jp>
7567
7568 * international/mule.el
7569 (after-insert-file-set-buffer-file-coding-system): If the buffer
7570 size is greater than INSERTED, judget that we are not visiting.
7571
bff71087
RV
75722000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
7573
7574 * whitespace.el (defgroup whitespace): Comment out `:version'.
7575 XEmacs 20.4 has problems defining the group with this present.
7576 We'll have this commented out till get resolve the problem.
7577
45f485a6
GM
75782000-06-07 Gerd Moellmann <gerd@gnu.org>
7579
7580 * align.el: Update from author.
7581
75822000-06-07 Jari Aalto <jari.aalto@poboxes.com>
7583
7584 * apropos.el (apropos-mode-hook): New user variable.
7585 (apropos-mode): Run apropos-mode-hook.
bff71087 7586
45f485a6
GM
75872000-06-07 David Ponce <david@dponce.com>
7588
7589 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
7590 commands. Require `wid-edit' at run-time.
7591
75922000-06-07 David Ponce <david@dponce.com>
7593
7594 * recentf.el: Added some "Commentary".
7595 (recentf-open-more-files, recentf-edit-list): Minor changes to
7596 move the point at the top of the file list. This behaviour is
7597 consistent with the menu one when the list contains a lot of
7598 files.
7599 (recentf-cleanup): Now displays the number of items removed from
7600 the list.
7601 (recentf-relative-filter) New menu filter to show filenames
7602 relative to `default-directory'.
bff71087 7603
45f485a6
GM
76042000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7605
7606 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
7607 with/without giving an error if PostScript printer doesn't have this
7608 kind of page size. Zebra Stripe continues or restarts on next page.
7609 Manual/automatic paper feeding. Switch or not the header.
7610 (ps-print-version): New version number (5.2.2).
7611 (ps-windows-system): Include emx as a Windows system.
7612 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
7613 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
7614 (ps-background-text): Code fix.
7615 (ps-error-handler-message, ps-user-defined-prologue)
7616 (ps-print-prologue-header, ps-printer-name)
7617 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
7618 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
7619 (ps-use-face-background): Customization fix.
7620 (ps-n-up-database): Data fix.
7621 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
7622 (ps-switch-header): New vars.
7623 (ps-xemacs-color-name, ps-face-foreground-name)
7624 (ps-face-background-name, ps-boolean-constant): New funs.
7625
c14dcd22
DL
76262000-06-07 Dave Love <fx@gnu.org>
7627
7628 * allout.el: New version from Manheimer.
7629
e4044bb0
KH
76302000-06-07 Kenichi Handa <handa@etl.go.jp>
7631
7632 * textmodes/fill.el (fill-find-break-point): Check the validity of
7633 charset.
7634
59cfe8b9
KF
76352000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7636
7637 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7638 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7639 Call display-color-p and display-mouse-p instead of looking at
7640 window-system.
7641
bb2337f5
DL
76422000-06-06 Dave Love <fx@gnu.org>
7643
7644 * image.el (find-image): Doc fix. Return nil if image not found.
7645 (put-image, insert-image): Make STRING arg optional.
7646
8e624fa2
KH
76472000-06-06 Kenichi Handa <handa@etl.go.jp>
7648
7649 * language/vietnamese.el: Remove eval-when-compile.
7650 (viet-viscii-nonascii-translation-table): Define it as a
7651 translation table made from viet-viscii-decode-table.
7652 (viet-viscii-encode-table): Define it as a translation table made
7653 from the reverse map of above.
7654 (viet-vscii-nonascii-translation-table): Define it as a
7655 translation table made from viet-vscii-decode-table.
7656 (viet-vscii-encode-table): Define it as a translation table made
7657 from the reverse map of above.
7658 (ccl-decode-viscii): Use translate-character.
7659 (ccl-encode-viscii, ccl-encode-viscii-font)
7660 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
7661 Likewize.
bff71087 7662
8e624fa2
KH
7663 * language/cyrillic.el: Remove eval-when-compile.
7664 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
7665 translation table made from cyrillic-koi8-r-decode-table.
7666 (cyrillic-koi8-r-encode-table): Define it as a translation table
7667 made from the reverse map of above.
7668 (ccl-decode-koi8): Use translate-character.
7669 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
7670 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
7671 a translation table made from cyrillic-alternativnyj-decode-table.
7672 (cyrillic-alternativnyj-encode-table): Define it as a translation
7673 table made from the reverse map of above.
7674 (ccl-decode-alternativnyj): Use translate-character.
7675 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
7676 Likewize
7677
7678 * international/mule-diag.el (non-iso-charset-alist): Specify
7679 translation table symbol instead of translation table itself.
7680 (list-block-of-chars): CHARSET may be a translation table symbol.
7681
7682 * international/mule.el (make-coding-system): If CODING-SYSTEM
7683 already exists, override it.
7684
7685 * international/fontset.el: Use family `proportional' for Tibetan
7686 fonts.
7687
7688 * international/ccl.el (ccl-compile-translate-character): Don't
7689 check if Rrr has property translation-table.
7690 (ccl-compile-map-multiple): Modified to avoid compiler warning.
7691
1969fae2
GM
76922000-06-05 Gerd Moellmann <gerd@gnu.org>
7693
7694 * info.el: Bind case-fold-search to t when searching in case
7695 a user sets it to nil in a hook.
7696
d5b037c5
SM
76972000-06-05 Stefan Monnier <monnier@cs.yale.edu>
7698
d3d02e65
SM
7699 * autoarg.el (autoarg-mode, autoarg-kp-mode):
7700 * hl-line.el (hl-line-mode): Use the new :global key argument.
7701
7702 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
7703 (tar-clip-time-string): Prepend a space.
7704 (tar-grind-file-mode): Construct a string rather than modifying one.
7705 (tar-header-block-summarize): Fix docstring.
7706 Use `format' rather than an error-prone set of copy-loops.
7707
7708 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
7709 (diff-goto-source, diff-unified->context, diff-context->unified)
7710 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
7711 understand the format output by the `-p' argument to diff.
7712
bff71087 7713 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
7714 (sh-re-done): Use defconst.
7715 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
7716 (sh-help-string-for-variable, sh-guess-basic-offset):
7717 Don't quote lambdas.
7718 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
7719 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
7720
f7c4478f
SM
7721 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
7722 (mh-letter-mode): Derive from text-mode.
7723 This implicitly means that it now calls kill-all-local-variables.
7724 Also remove the Emacs-18 compatibility code.
7725
a8add29d
SM
7726 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
7727 Make use of symbol-property doc-string-elt.
7728 Use memq rather than a sequence of eq.
7729 (doc-string-elt): Fix the wrong or missing previously unused values.
7730 (autoload-print-form): New function extracted from
7731 generate-file-autoloads to allow recursion when handling progn
7732 so that defvar's and defun's docstrings are properly printed.
7733 (generate-file-autoloads): Use it.
7734
d5b037c5
SM
7735 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
7736 Use find-file-hooks in the minor-mode function.
7737 Be careful not to loop indefinitely in the post-command-hook function.
7738
560ef11a 77392000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 7740
1969fae2 7741 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 7742 tty's.
1969fae2 7743 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 7744 differences whenever appropriate.
1969fae2
GM
7745 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
7746 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
7747 wildcards.
7748
b5bbbb76
SM
77492000-06-04 Stefan Monnier <monnier@cs.yale.edu>
7750
d5b037c5
SM
7751 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
7752 (jit-lock-fontify-buffer): New function for JIT refontification.
7753 (jit-lock-mode): Fix docstring.
7754 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
7755 Remove jit-lock-after-change from the _local_ hook.
7756 (jit-lock-function-1): Fix docstring.
7757
7758 * info.el (Info-on-current-buffer): Initialize info.
7759
7760 * newcomment.el (comment-indent): Ignore comment-indent-hook.
7761
7762 * progmodes/tcl.el (tcl-indent-for-comment):
7763 Ignore comment-indent-hook.
7764
7765 * emacs-lisp/easy-mmode.el: Require CL during compilation.
7766 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
7767 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
7768 and improve to use the lighter to guess the capitalization.
7769 (define-minor-mode): Inline code from easy-mmode-define-toggle.
7770 Add keyword arguments to specify global-ness or the custom group.
7771 Add local-map and help-echo properties to the lighter.
7772 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 7773 (easy-mmode-define-global-mode): New macro.
b5bbbb76 7774
bfa6c260
DL
77752000-06-02 Dave Love <fx@gnu.org>
7776
7777 * wid-edit.el: byte-compile-dynamic since we typically don't use
7778 all the widgets. Don't require cl or widget. Remove
7779 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
7780 (widget-read-event): Removed. Callers changed to use read-event.
7781 (widget-button-release-event-p): Renamed from
7782 button-release-event-p.
7783 (widget-field-add-space, widget-field-use-before-change):
7784 Uncustomize.
7785 (widget-specify-field): Use keymap property, not local-map.
7786 (widget-specify-button): Obey :suppress-face.
7787 (widget-specify-insert): Use modern backquote syntax.
7788 (widget-image-directory): Renamed from widget-glyph-directory.
7789 (widget-image-enable): Renamed from widget-glyph-enable.
7790 (widget-image-find): Replaces widget-glyph-find.
7791 (widget-button-pressed-face): Move defvar.
7792 (widget-image-insert): Replaces widget-glyph-insert.
7793 (widget-convert): Use keywordp.
7794 (widget-leave-text, widget-children-value-delete): Use mapc.
7795 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 7796 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
7797 (widget-button-click): Don't set point at the click, but re-centre
7798 if we scroll out of window. Rewritten for images v. glyphs &c.
7799 (widget-tabable-at): Use POS arg, not point.
7800 (widget-beginning-of-line, widget-end-of-line)
7801 (widget-item-value-create, widget-sublist, widget-princ-to-string)
7802 (widget-sexp-prompt-value, widget-echo-help): Simplify.
7803 (widget-default-create): Use widget-image-insert; some rewriting.
7804 (widget-visibility-value-create)
7805 (widget-push-button-value-create, widget-toggle-value-create): Use
7806 widget-image-insert.
7807 (checkbox): Create on and off images dynamically.
7808 (documentation-link): Change :help-echo.
7809 (widget-documentation-link-echo-help): Remove.
7810
3837de12
SM
78112000-06-02 Stefan Monnier <monnier@cs.yale.edu>
7812
7813 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
7814
7815 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
7816 (easy-mmode-define-toggle, define-minor-mode): Use it.
7817 (easy-mmode-define-keymap): Docstring fix.
7818 (define-derived-mode): Default PARENT to fundamental-mode.
7819 Add the derived-mode-parent symbol-property.
7820 (easy-mmode-derived-mode-p): New function.
7821
90aa4ea8
DL
78222000-06-02 Dave Love <fx@gnu.org>
7823
37193ee6
DL
7824 * files.el (convert-standard-filename): Doc fix.
7825 (normal-backup-enable-predicate): New function.
7826 (backup-enable-predicate): Use it to replace the lambda form.
7827
7828 * calendar/todo-mode.el: [This needs more work on the outline
7829 stuff.] Doc fixes.
7830 (todo) <defgroup>: Add :version.
7831 (todo-add-category): Don't use pushnew.
7832 (todo-cmd-raise): Fix typo.
7833 (todo-top-priorities): Change temp buffer name.
7834 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
7835 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
7836 Use outline-next-heading.
37193ee6 7837
90aa4ea8
DL
7838 * autoarg.el: Rewritten to use define-minor-mode.
7839 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
7840 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
7841
2e54623a
KH
78422000-06-02 Kenichi Handa <handa@etl.go.jp>
7843
7844 * isearch.el (isearch-other-meta-char): Fix previous change.
7845
c5def0db
SM
78462000-06-01 Stefan Monnier <monnier@cs.yale.edu>
7847
3837de12
SM
7848 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
7849 (log-edit-done): Only add the comment to the ring if it's different
7850 from the last comment entered.
7851
c5def0db
SM
7852 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
7853
2330c9d4
DL
78542000-06-01 Dave Love <fx@gnu.org>
7855
7856 * hl-line.el: Rewritten using define-minor-mode.
7857
7858 * help.el (describe-function-1): Distinguish special form from
7859 builtin function. Sanity-check presence of arglist for builtins.
7860
6e5dfc31
KH
78612000-06-01 Kenichi Handa <handa@etl.go.jp>
7862
4dc1225b
KH
7863 * international/characters.el: Fix syntax/category setting of
7864 Tibetan characters.
7865
7866 * language/tibet-util.el (tibetan-add-components): Fixes for new
7867 encoding of Tibetan characters.
7868 (tibetan-decompose-precomposition-alist): New variable.
7869 (tibetan-decompose-region): Convert precomposed characters to
7870 non-precomposed characters.
7871 (tibetan-decompose-string): Likewise.
7872 (tibetan-composition-function): Fix args to
7873 thibetan-compose-string.
7874
7875 * language/tibetan.el (tibetan-composable-pattern): More
7876 characters included.
7877 (tibetan-consonant-transcription-alist): Rule for "R" added.
7878 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
7879 "+R" added.
7880 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
7881
eadef5e6
KH
7882 * language/lao-util.el (lao-composition-function): Fix args to
7883 compose-string.
7884
7885 * language/thai-util.el (thai-composition-function): Fix args to
7886 compose-string.
7887
6e5dfc31 7888 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
7889 to prevent the point moving to the end of a composition when a
7890 part of a composition is searched.
6e5dfc31
KH
7891 (isearch-other-meta-char): If the key invoking this command can be
7892 mapped by function-key-map to a printing char, call
7893 isearch-process-search-char directly.
7894
2598a293
SM
78952000-06-01 Stefan Monnier <monnier@cs.yale.edu>
7896
7897 * emacs-lisp/bytecomp.el:
7898 * frame.el:
7899 * international/mule-cmds.el:
7900 * international/mule-util.el:
7901 * international/mule.el:
7902 * mouse.el:
7903 * subr.el:
7904 * faces.el: Update calls to make-obsolete with a WHEN argument.
7905
7906 * byte-run.el (make-obsolete, make-obsolete-variable):
7907 Add an optional WHEN argument and change the format of the
bff71087 7908 symbol-property information.
2598a293
SM
7909 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
7910 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
7911 new obsolete-symbol-property format and print WHEN if it is provided.
7912
28d8dff1
DL
79132000-05-31 Dave Love <fx@gnu.org>
7914
7915 * loadhist.el (loadhist-hook-functions): Remove
7916 before-change-function, after-change-function.
7917 (unload-feature): Deal with symbols which are both bound and
7918 fbound.
7919
7920 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
7921 before-change-function, after-change-function.
7922
7923 * simple.el (newline): Don't bind before-change-function,
7924 after-change-function.
7925
7f565d87
RV
79262000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
7927
7928 * whitespace.el (whitespace-rescan-timer-time): Update interval
7929 set to 600 seconds (10 minutes) instead of 60 seconds since
7930 a large number of whitespace buffers causes emacs to `freeze'
7931 for a considerable amount of time.
7932
bff71087 7933 * whitespace.el: Updated email address
7f565d87 7934
a8d693d8
DL
79352000-05-31 Dave Love <fx@gnu.org>
7936
7937 * add-log.el (change-log-font-lock-keywords) <function>: Add
7938 pattern for function of change.
7939 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
7940 acknowledgements patterns.
7941
a50192e7
KH
79422000-05-31 Kenichi Handa <handa@etl.go.jp>
7943
7944 * isearch.el (isearch-printing-char): If keyboard coding system is
7945 being used, call isearch-process-search-multibyte-characters.
7946
7947 * international/isearch-x.el: Mostly rewritten.
7948
7949 * international/quail.el (quail-start-conversion): Don't include
7950 unhandled events in the returned events, but set them in
7951 unread-command-events. Exit if all inputs are deleted.
7952
7e492772
JR
79532000-05-30 Jason Rumney <jasonr@gnu.org>
7954
7955 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
7956
7957 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
7958 Reenable code to create initial fontsets.
7959 Use set-fontset-font in place of put-charset-property.
7960
10fc3187
GM
79612000-05-30 Gerd Moellmann <gerd@gnu.org>
7962
79148ea7
GM
7963 * progmodes/perl-mode.el (perl-indent-line): When looking for a
7964 label, ensure that the first colon isn't followed by another.
7965
7966 * paths.el (Info-default-directory-list): Doc fix.
7967
086d5b87
GM
7968 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
7969 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
7970 send a query containing USER only, not USER@HOST.
7971
10fc3187
GM
7972 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
7973 and rmail-msgend to compute the restriction at the end, instead of
7974 computing it.
7975
49e70dec
GM
79762000-05-29 Gerd Moellmann <gerd@gnu.org>
7977
66254a13
GM
7978 * dabbrev.el (dabbrev-expand): Don't display messages in the
7979 echo area if the minibuffer window is active.
7980
49e70dec
GM
7981 * jit-lock.el (jit-lock-mode): Add after change function to
7982 local hook.
7983
79842000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
7985
7986 * antlr-mode.el: New commands: hide/unhide actions,
7987 upcase/downcase literals.
7988 (antlr-tiny-action-length): New user option.
7989 (antlr-hide-actions): New command. Suggested by
7990 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 7991 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
7992 (antlr-mode-menu): New entries.
7993 (antlr-downcase-literals): New command.
7994 (antlr-upcase-literals): Ditto.
7995
7996 * antlr-mode.el: Minor changes: indendation, mode-name.
7997 (antlr-indent-line): Indent cpp directive at column 0.
7998 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
7999
8000 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
8001 (antlr-font-lock-additional-keywords): Workaround for intentional
8002 bug in XEmacs version of font-lock.
8003 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
8004 be used by a smarter version of `buffers-menu-grouping-function'.
8005
80062000-05-29 Gerd Moellmann <gerd@gnu.org>
8007
8008 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
8009 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
8010
49f93684
KH
80112000-05-29 Kenichi Handa <handa@etl.go.jp>
8012
8013 * international/encoded-kb.el
8014 (encoded-kbd-iso2022-designation-map): Pay attention to that
8015 charset-iso-final-char return -1 for eight-bit-control and
8016 eight-bit-graphic.
8017
5b1ae051
EZ
80182000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8019
8020 * speedbar.el (speedbar-use-images, speedbar-update-flag)
8021 (speedbar-easymenu-definition-base): Use display-graphic-p where
8022 available, instead of window-system.
8023
a205e32a
EZ
80242000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8025
8026 * international/codepage.el (cp-coding-system-for-codepage-1): Add
8027 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
8028 coding systems.
8029
dd854dc2
DL
80302000-05-26 Dave Love <fx@gnu.org>
8031
c88a85d5
DL
8032 * disp-table.el (standard-display-underline): Don't use
8033 internal-find-face.
8034
dd854dc2
DL
8035 * mail/reporter.el: Maintainer change. Doc fixes.
8036 (reporter-version): Deleted.
8037
8038 * emacs-lisp/elp.el: Maintainer change.
8039 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
8040
dc29aa6c
SM
80412000-05-26 Stefan Monnier <monnier@cs.yale.edu>
8042
8043 * add-log.el (add-change-log-entry): Merge the current entry with the
8044 previous one if the previous one is empty.
8045
ed62683d
DL
80462000-05-26 Dave Love <fx@gnu.org>
8047
4370a375
DL
8048 * loadhist.el (unload-feature): Fix interactive spec [from
8049 lijnzaad@ebi.ac.uk].
8050
ed62683d
DL
8051 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
8052 subr-arity to check primitives.
8053 (byte-compile-flush-pending, byte-compile-file-form-progn)
8054 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
8055 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
8056 mapcar.
8057
ba9f8f95
KH
80582000-05-26 Kenichi Handa <handa@etl.go.jp>
8059
0f3e0672
KH
8060 * international/fontset.el: Set family names of non-latin charsets
8061 in default fontset to "*".
8062
cebefb44
KH
8063 * international/mule-diag.el (print-fontset): Combine family part
8064 and registry part of the fontname by "-*-" instead of "-".
8065
ba9f8f95
KH
8066 * international/mule-cmds.el (encode-coding-char): Make strings
8067 multibyte before calling encode-coding-string.
8068
931d0724
SM
80692000-05-25 Stefan Monnier <monnier@cs.yale.edu>
8070
8071 * derived.el: Fix keywords.
8ccce2b0 8072 (define-derived-mode): Only define if needed.
931d0724
SM
8073
8074 * simple.el (fill-comment, comment-column, comment-start)
8075 (comment-start-skip, comment-end, comment-indent-function)
8076 (block-comment-start, block-comment-end, indent-for-comment)
8077 (set-comment-column, kill-comment, comment-padding, comment-region)
8078 (comment-multi-line, indent-new-comment-line): Remove.
8079
8080 * bindings.el (esc-map): Change ; to comment-dwim and use the new
8081 function names for comment operations.
8082
8083 * newcomment.el: Add abundant autoload cookies.
8084 (comment-style): Don't depend on runtime data at compile-time.
8085 (comment-indent-hook): Remove.
8086 (comment-indent): Check if comment-indent-hook is bound.
8087 (comment-region): Docstring fix.
8088
6fc596cf
DL
80892000-05-25 Dave Love <fx@gnu.org>
8090
8091 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
8092 byte-code-function-p.
8093
8094 * mail/rmailsum.el: Add provide.
8095
8096 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
8097
8098 * smerge-mode.el (smerge-diff-switches): Don't use list* in
8099 defcustom.
8100
7997f1ca 81012000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8102
7997f1ca
MK
8103 * ediff-diff.el (ediff-exec-process): delete --binary option from
8104 non-buffer ediff jobs.
7f565d87 8105
e7a903e8
EZ
81062000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8107
8108 * hilit-chg.el (highlight-changes-mode): Ask about color or
8109 grayscale support, not about window-system.
8110
8111 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
8112 window-system.
8113 (ffap-highlight): Always default to t.
8114
8115 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
8116 display-popup-menus-p instead of looking at window-system.
8117
8118 * disp-table.el (standard-display-g1, standard-display-graphic):
8119 Only refuse to use string glyphs on X and MS-Windows.
8120
8121 * avoid.el: Remove window-system from commentary, suggest to use
8122 display-*-p instead.
8123
8124 * apropos.el (apropos-print): Use display-mouse-p instead of
8125 window-system.
8126
14028d57
EZ
81272000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8128
8129 * international/codepage.el (cp-decoding-vector-for-codepage):
8130 Fill up unsupported characters with their own codes. From Kenichi
8131 Handa.
8132
1a4f9cc1
EZ
81332000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8134
8135 * international/mule-diag.el (describe-char-after): Use
8136 display-graphic-p instead of window-system, so that this function
8137 works on MS-DOS.
8138
89f6ca4e
EZ
81392000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8140
8141 * international/codepage.el (cp-make-coding-systems-for-codepage):
8142 Remove the eight-bit-graphic and eight-bit-control charsets from
8143 the list of charsets which we convert into `?'.
8144
eacfd7fe
KH
81452000-05-25 Kenichi Handa <handa@etl.go.jp>
8146
8147 * international/mule-conf.el: Specify CHARSET-ID explicitely for
8148 private charsets.
8149 (mule-unicode-0100-24ff, japanese-jisx0213-1,
8150 japanese-jisx0213-2): New charsets.
8151
8152 * international/fontset.el: Setup default fontset for new charsets.
8153
deadf7e3
DL
81542000-05-24 Dave Love <fx@gnu.org>
8155
8156 * info.el (Info-find-node-2): Restructure [following "Vadim
8157 S. Solomin" <sovs@uic.nnov.ru>].
8158
8159 * icomplete.el: Fix header for Finder.
8160
81612000-05-24 Eric M. Ludlam <zappo@ultranet.com>
8162
8163 * rmailout.el (rmail-output-to-rmail-file): Added optional param
8164 STAY.
8165
8166 * rmail.el (rmail-automatic-folder-directives): New user variable.
8167 (rmail-show-message): Add call to `rmail-auto-file' during
8168 display.
8169 (rmail-auto-file): New function.
8170
6de3983f 81712000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8172
fc6a6a4e 8173 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 8174 account.
fc6a6a4e
GM
8175 (ediff-test-utility,ediff-diff-mandatory-option)
8176 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 8177 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 8178
fc6a6a4e 8179 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 8180 variable.
7f565d87 8181
fc6a6a4e 8182 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
8183 ediff-merge-filename-prefix.
8184
fc290d1d
MK
81852000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
8186
fc6a6a4e 8187 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 8188
273182b8
EZ
81892000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8190
8191 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
8192 aliases for hebrew-iso-8bit.
8193
f471ea57
EZ
81942000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8195
8196 * woman.el: New version from Francis J. Wright
8197 <F.J.Wright@Maths.QMW.ac.uk>.
8198 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
8199 names in environment variables regardless of the path separator.
8200 (woman-topic-all-completions-1): Don't call file-name-directory-p
8201 on all files, since woman-file-regexp already filters out any
8202 directories.
8203
01162f24
KH
82042000-05-24 Kenichi Handa <handa@etl.go.jp>
8205
48e3df76
KH
8206 * international/quail.el (quail-start-translation): Don't change
8207 modified-p of the current buffer.
8208 (quail-start-conversion): Likewise.
8209
8210 * international/kkc.el (kkc-region): Don't change modified-p of
8211 the current buffer.
8212
747d90ea
KH
8213 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
8214 conform to RFC1468.
8215 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 8216
17a223ff
EL
82172000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
8218
8219 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
8220 (speedbar-insert-button): Invisible text property fix.
8221 (speedbar-directory-plus): Renamed from speedbar-directory-+
8222 (speedbar-directory-minus): Renamed from speedbar-directory--
8223 (speedbar-page-plus): Renamed from speedbar-file-+
8224 (speedbar-page-minus): Renamed from speedbar-file--
8225 (speedbar-page): Renamed from speedbar-file-
8226 (speedbar-tag): Renamed from speedbar-tag-
8227 (speedbar-tag-plus): Renamed from speedbar-tag-+
8228 (speedbar-tag-minus): Renamed from speedbar-tag--
8229 (speedbar-expand-image-button-alist): Use above renames.
8230
8231 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
8232 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
8233 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
8234 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
8235 * sb-pg.xpm: Renamed from sb-file.xpm
8236 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
8237 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 8238
e6b6fc18
KH
82392000-05-24 Kenichi Handa <handa@etl.go.jp>
8240
8241 * international/quail.el (quail-show-guidance-buf): Set
8242 current-input-method of the guidance buffer to the name of the
8243 curren input method.
8244
a1a336eb
SM
82452000-05-23 Stefan Monnier <monnier@cs.yale.edu>
8246
8247 * progmodes/compile.el (compile-internal): Style typo.
8248
8249 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
8250 quote vars and functions in the docstring.
8251
8252 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
8253
8254 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
8255 Don't quote lambdas.
8256
8257 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
8258
9695b783
GM
82592000-05-23 Gerd Moellmann <gerd@gnu.org>
8260
716e3b88
GM
8261 * startup.el (command-line): Determine source file of compiled
8262 user init file differently. Warn if compiled user init file
8263 is older than its source file.
8264
9695b783 8265 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 8266
41ac433f
EZ
82672000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
8268
8269 * files.el (make-backup-file-name-1): Replace slashes with `!'
8270 rather than `|' (which is not allowed on Windows). Replace the
8271 drive letters with a string "drive_X".
8272
46600ab1
GM
82732000-05-23 Gerd Moellmann <gerd@gnu.org>
8274
8275 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
8276
8277 * files.el (interpreter-mode-alist): Add `bash2'.
8278
79a64d87
DL
82792000-05-22 Dave Love <fx@gnu.org>
8280
8281 * loadhist.el (feature-symbols, file-provides, file-requires): Use
8282 mapc.
8283 (feature-file): Avoid calling symbol-name. Doc fix.
8284 (file-set-intersect, file-dependents): Use dolist, not mapcar.
8285 (loadhist-hook-functions): Add mouse-position-function.
8286 (unload-feature): Change uses of mapcar.
8287
8288 * files.el (parse-colon-path): Doc fix.
8289 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
8290 (set-auto-mode): Use mapc.
8291
8292 * complete.el (PC-look-for-include-file): Use :alnum: character
8293 class.
8294 (partial-completion-mode): Add autoload cookie.
8295
0e8c11d8
SS
82962000-05-22 Sam Steingold <sds@gnu.org>
8297
ce75fd23 8298 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
8299 `add-text-properties' (bug introduced on 2000-05-18).
8300
d8d0fa6c
DL
83012000-05-22 Dave Love <fx@gnu.org>
8302
8303 * bindings.el: Remove debug-ignored-errors set in other files.
8304
8305 * progmodes/etags.el: Add to debug-ignored-errors.
8306 (visit-tags-table-buffer): Clear out buffers holding old tables
8307 when making a new list.
8308 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
8309 mapc.
8310
8311 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
8312 quote keywords.
8313 (cmpl-string-case-type): Use character classes.
8314
0e8c11d8
SS
8315 * comint.el:
8316 * textmodes/ispell.el:
8317 * imenu.el:
d8d0fa6c
DL
8318 * mail/mh-e.el:
8319 * progmodes/compile.el: Add to debug-ignored-errors.
8320
8321 * dabbrev.el: Add to debug-ignored-errors.
8322 (dabbrev-completion): Use mapc.
8323
1edbbf8a
EZ
83242000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
8325
8326 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
8327 (woman-mapcan, woman-parse-man.conf)
8328 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
8329 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
8330 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
8331 path syntax better.
8332 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
8333 (woman-manpath): Call woman-parse-man.conf.
8334 (woman-emulation): New defcustom, defaults to nroff.
8335 (woman-font-support): New defconst.
8336 (woman-use-symbol-font): New defcustom.
8337 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
8338 "Emulation".
8339 Many functions: Doc fix.
8340
5bd2148c
KH
83412000-05-22 Kenichi Handa <handa@etl.go.jp>
8342
8343 * international/quail.el (quail-simple-translation-keymap): Map
8344 128..255 to quail-self-insert-command.
8345 (quail-keyboard-layout-alist): Add definition for "pc102-de".
8346
4125ec7e
SM
83472000-05-22 Stefan Monnier <monnier@cs.yale.edu>
8348
a1a336eb
SM
8349 * help.el (help-manyarg-func-alist): Typo.
8350
40aeecad
SM
8351 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
8352 intervals which makes it heaps simpler.
8353
4125ec7e
SM
8354 * newcomment.el (comment-region-internal): Go back to BEG after quoting
8355 the nested comment markers.
e4da9c1c
SM
8356
8357 * subr.el (remove-hook): Don't turn the hook's value into a list.
8358
cb7216a7
DL
83592000-05-21 Dave Love <fx@gnu.org>
8360
ac266581
DL
8361 * edmacro.el (edmacro-parse-keys): Return vector if any elements
8362 are invalid characters.
8363
cb7216a7
DL
8364 * international/mule-util.el (detect-coding-with-priority): Use
8365 mapc. Remove redundant lambda.
8366
8367 * international/mule-diag.el (list-non-iso-charset-chars)
8368 (describe-fontset): Remove redundant lambda.
8369
8370 * emulation/crisp.el (brief-mode): New alias.
8371
8372 * emacs-lisp/ring.el (ring-elements): New function.
8373
8374 * emacs-lisp/easymenu.el (easy-menu-create-menu)
8375 (easy-menu-do-add-item): Use keywordp.
8376
8377 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
8378
8379 * replace.el: Doc and error message fixes.
8380 (replace-highlight): Use facep, not internal-find-face.
8381
9b0d1d6e
SM
83822000-05-20 Stefan Monnier <monnier@cs.yale.edu>
8383
b2d2cf58
SM
8384 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
8385
ffe7dc64
SM
8386 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
8387 (log-edit-insert-changelog): Drop `:' as well.
8388
8389 * log-view.el: Fix file description.
8390 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
8391 available.
8392 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
8393 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
8394
c8c21615
SM
8395 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
8396 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
8397 Print a status message if the toggle is called interactively.
8398 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
8399 for global minor modes and use `defcustom' for them.
8400 Use add-minor-mode.
8401 (easy-mmode-define-derived-mode): Remove.
8402 (define-derived-mode): Fancier default docstring.
8403 (easy-mmode-define-navigation): Signal an error rather than (ding).
8404
9b0d1d6e
SM
8405 * newcomment.el (comment-styles): New `box-multi'.
8406 (comment-normalize-vars): Better default for comment-continue to
8407 avoid whitespace-only continuations.
8408 (comment-search-forward): Always move even in the no-syntax case.
8409 (comment-padright): Only obey N if it's only obeyed for padleft.
8410 (comment-make-extra-lines): Better handling of empty continuations.
8411 Use `=' for the filler if comment-start has only one character.
8412 (uncomment-region): Try handling the special `=' filler.
8413 (comment-region): Allow LINES even if MULTI is nil.
8414 (comment-box): Choose box style based on comment-style.
8415
f5ee6d0f
KH
84162000-05-20 Kenichi Handa <handa@etl.go.jp>
8417
9b0d1d6e 8418 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
8419 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
8420
c9671f81
KH
84212000-05-20 Kenichi HANDA <handa@etl.go.jp>
8422
8423 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
8424 and insert, not subst-char-in-region.
8425
8426 * international/mule-diag.el (list-character-sets-1): Handle
8427 charsets eight-bit-control and eight-bit-graphic.
8428 (list-iso-charset-chars): Likewise.
8429 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
8430 charactes as is. Use indent-to to align characters.
8431
8432 * international/mule-cmds.el (find-multibyte-characters): Never
8433 exclude charsets eight-bit-control and eight-bit-graphic.
8434
1426aa5c
SM
84352000-05-19 Stefan Monnier <monnier@cs.yale.edu>
8436
8437 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
8438 Don't quote lambdas.
8439
8440 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
8441
2b63d473
GM
84422000-05-19 Gerd Moellmann <gerd@gnu.org>
8443
8444 * gud.el (gud-jdb-directories): Doc fix.
8445
f1355756
SM
84462000-05-19 Stefan Monnier <monnier@cs.yale.edu>
8447
8448 * newcomment.el: New file.
8449
5f64c9e0
GM
84502000-05-19 Gerd Moellmann <gerd@gnu.org>
8451
2b63d473 8452 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 8453
db7314bd
AS
84542000-05-18 Andreas Schwab <schwab@suse.de>
8455
8456 * dired.el (dired-between-files): Also skip lines beginning with
8457 `used'.
8458
25bb0401
GM
84592000-05-18 Gerd Moellmann <gerd@gnu.org>
8460
8461 * msb.el (msb-menu-cond): Add choice `user'.
8462
a199a865 84632000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 8464
a199a865
GM
8465 * ps-print.el: Compatibility, customization and doc fix.
8466 (ps-printer-name-option): Replace defconst by defvar.
8467 (ps-postscript-code-directory): XEmacs compatibility.
8468 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
8469 fix.
8470 (ps-user-defined-prologue, ps-print-prologue-header)
8471 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
8472 compatibility and code fix.
8473 (ps-print-background-image, ps-print-background-text):
8474 Customization fix.
8475 (ps-line-number-start, ps-n-up-on): New vars.
8476
25bb0401
GM
84772000-05-18 Espen Skoglund <esk@ira.uka.de>
8478
8479 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
8480 the indent-comment function to just return the appropriate indent.
8481
68e6c83a
EL
84822000-05-18 Eric M. Ludlam <zappo@ultranet.com>
8483
8484 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
8485 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
8486 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
8487
dae6cb9f
DL
84882000-05-18 Dave Love <fx@gnu.org>
8489
8490 * info.el (Info-fontify-node): Add intangible property as well as
8491 invisible.
8492
8493 * calendar/appt.el (appt-make-list): Match all lines of entry.
8494 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
8495
813086ea
KH
84962000-05-18 Kenichi Handa <handa@etl.go.jp>
8497
8498 * international/mule-diag.el (describe-char-after): Call
8499 internal-char-font, not char-font. If internal-char-font returns
8500 nil, display "-- none --".
8501
24978190
EZ
85022000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8503
8504 * image.el (image-type-available-p): Don't reference image-types
8505 if it isn't bound.
8506
2fca2d5d
SM
85072000-05-17 Stefan Monnier <monnier@cs.yale.edu>
8508
8509 * autoarg.el (autoarg-mode): Typo in the :set argument.
8510
cfc75d05
EZ
85112000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8512
8513 * startup.el (command-line-1): Don't signal an error if the
8514 directory for auto-save-list files does not yet exist.
8515
c4e30387
KH
85162000-05-17 Kenichi Handa <handa@etl.go.jp>
8517
8518 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
8519
dd6b8ea7
SM
85202000-05-16 Stefan Monnier <monnier@cs.yale.edu>
8521
8522 * subr.el (remove-hook): `setq' hook-value, not `set'.
8523
399c88ad
SS
85242000-05-16 Sam Steingold <sds@gnu.org>
8525
a199a865 8526 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 8527
01651f07
DL
85282000-05-16 Dave Love <fx@gnu.org>
8529
8530 * cus-edit.el: Don't require cl or easymenu.
8531 (custom-variable-prompt): Test standard-value property, not
8532 user-variable-p.
8533
2248c40d
SS
85342000-05-16 Sam Steingold <sds@gnu.org>
8535
8536 * subr.el (add-hook): `setq' hook-value, not `set'.
8537
b15f3b77
GM
85382000-05-16 Gerd Moellmann <gerd@gnu.org>
8539
8540 * startup.el (command-line-1): Mention the FAQ in the startup
8541 message.
8542
8543 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
8544
8545 * progmodes/compile.el (compilation-parse-errors): Collect
8546 `nomessage' regexps last.
8547
8548 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
8549
8550 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
8551 to the function name.
8552
f9bbcfac
EL
85532000-05-15 Dave Love <fx@gnu.org>
8554
8555 * speedbar.el (speedbar-recenter): Typo.
8556 (speedbar-expand-line): Make arg optional.
8557 (speedbar-mode): Avoid a compiler warning.
8558
119b42eb
GM
85592000-05-15 Gerd Moellmann <gerd@gnu.org>
8560
8561 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
8562 user-specified option string is empty.
8563
8564 * mouse.el (mouse-yank-at-click): Doc fix.
8565
f685bea9
EZ
85662000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
8567
8568 * term/internal.el (IT-character-translations): More updates of
8569 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
8570 documents.
8571
a1b8d58b
GM
85722000-05-15 Gerd Moellmann <gerd@gnu.org>
8573
8574 * env.el (getenv): New function, interactively callable.
8575 (setenv, getenv): Remove autoload cookies.
8576
8577 * loadup.el: Load `env'.
8578
8579 * progmodes/f90.el: Change author's mail address.
8580
c9bba7ed
DL
85812000-05-14 Dave Love <fx@gnu.org>
8582
e5c83697
DL
8583 * mail/rmail.el (rmail-show-message-hook): Customize and offer
8584 goto-addr as an option.
8585
8586 * help.el (help-xref-stack): Doc fix.
8587 (help-xref-following): New variable.
8588 (help-make-xrefs): Use it.
8589 (help-xref-go-back): Use position information from stack element.
8590 (help-follow): Make position in stack element a pair. Use
8591 help-xref-following.
399c88ad 8592
e5c83697
DL
8593 * autoarg.el: New file.
8594
8595 * faces.el: Declare more functions obsolete.
8596
c9bba7ed
DL
8597 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
8598 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
8599 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
8600 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
8601 Remove all the setup-...-environment functions.
8602
b6389bfb
EL
86032000-05-13 Eric M. Ludlam <zappo@ultranet.com>
8604
a1b8d58b
GM
8605 * speedbar.el: Updated the commentary section. xemacs20p now uses
8606 >= when detecting. Require `defimage' safely.
b6389bfb
EL
8607 (speedbar-easymenu-definition-base): Add toggle for images.
8608 (speedbar-easymenu-definition-special): Add flush cache & expand.
8609 (speedbar-visiting-tag-hook): Set new defaults. Added options.
8610 (speedbar-reconfigure-keymaps-hook): New variable.
8611 (speedbar-frame-parameters): Updated documentation.
8612 (speedbar-use-imenu-flag): Updated custom tag
8613 (speedbar-dynamic-tags-function-list): New variable.
8614 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
8615 (speedbar-indentation-width, speedbar-indentation-width) New
8616 variables.
8617 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
8618 (speedbar-vc-indicator): Doc update.
8619 (speedbar-ignored-path-expressions): Updated default value.
8620 (speedbar-supported-extension-expressions): Updated default value.
8621 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
8622 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
8623 as "+". Added overlay aliases.
8624 (speedbar-mode): Use `speedbar-mode-line-update' instead of
8625 `force-mode-line-update'.
8626 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
8627 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
8628 `mouse-set-point'
b6389bfb 8629 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
8630 (speedbar-item-info-tag-helper): Revamped to handle a wider range
8631 of arbitrary text, and new helper functions.
8632 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
8633 filename finder.
b6389bfb
EL
8634 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
8635 (speedbar-directory-buttons): Update path search/expansion.
8636 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
8637 `speedbar-indentation-width'. Use more care w/ invisible
8638 properties.
b6389bfb
EL
8639 (speedbar-change-expand-button-char): Call
8640 `speedbar-insert-image-button-maybe'.
8641 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
8642 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
8643 (speedbar-trim-words-tag-hierarchy)
8644 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 8645 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
8646 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
8647 functions.
b6389bfb
EL
8648 (speedbar-mouse-set-point): New function
8649 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
8650 (speedbar-line-token, speedbar-goto-this-file): Handle more types
8651 of tag prefix text.
8652 (speedbar-expand-line, speedbar-contract-line): Make more robust
8653 to strange text.
8654 (speedbar-expand-line): Takes universal argument to flush the
8655 cache.
b6389bfb
EL
8656 (speedbar-flush-expand-line): New function.
8657 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
8658 Use new generator insertion method.
8659 (speedbar-fetch-dynamic-tags): New function.
8660 (speedbar-fetch-dynamic-imenu): Removed code now handled in
8661 `speedbar-fetch-dynamic-imenu'.
8662 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
8663 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
8664 "Revert Buffer" menu items.
8665 (speedbar-buffer-buttons-engine): Be smarter when creating a
8666 filename tag (for expansion purposes.).
a1b8d58b
GM
8667 (speedbar-highlight-one-tag-line,
8668 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
8669 (speedbar-recenter): New functions.
b6389bfb 8670 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
8671 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
8672 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
8673 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
8674 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
8675 (speedbar-expand-image-button-alist): New variable.
8676 (speedbar-insert-image-button-maybe): Insert an image over some
8677 buttons.
8678
43fe9244
KH
86792000-05-13 Kenichi Handa <handa@etl.go.jp>
8680
8681 * international/mule-cmds.el (encode-coding-char): An ASCII
8682 character is always encodable.
8683
8684 * international/mule-conf.el: Add more information in descriptions
8685 of character sets.
8686
813086ea 8687 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
8688 (describe-font-internal): Adjusted for the change of font-info.
8689 (describe-font): Likewise.
8690 (print-fontset): Rewritten for the new fontset implementation.
8691 (describe-fontset): Include fontset alias names in completion.
8692 (list-fontsets): Adjusted for the change of print-fontset.
8693
8694 * simple.el (what-cursor-position): If DETAIL is non-nil, call
8695 describe-char-after instead of displaying the detail in the echo
8696 area.
813086ea
KH
8697 (syntax-code-table): Format changed.
8698 (string-to-syntax): Adjusted for the above change.
0e8c11d8 8699
e8564f57
SM
87002000-05-12 Stefan Monnier <monnier@cs.yale.edu>
8701
8702 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
8703
9278c60d
DL
87042000-05-12 Dave Love <fx@gnu.org>
8705
8706 * calendar/todo-mode.el: Remove some compatibility stuff and CL
8707 dependence. Use line-{beginning,end}-position, not
8708 point-at{b,e}ol. Some doc fixes.
8709 (todo-position): New function. Fix callers of position to use it.
8710 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
8711
be0505fe
GM
87122000-05-12 Gerd Moellmann <gerd@gnu.org>
8713
8714 * time.el (display-time-mail-icon): Use `:ascent center'.
8715
a8a3541c
GM
8716 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
8717 handling FTP security extensions.
399c88ad 8718
44d5f148
DL
87192000-05-11 Dave Love <fx@gnu.org>
8720
33d0c179 8721 * calendar/todo-mode.el: New file.
44d5f148 8722
da4496b6
GM
87232000-05-11 Gerd Moellmann <gerd@gnu.org>
8724
cdc4401d
GM
8725 * comint.el (comint-read-input-ring): Move reference to
8726 comint-input-ring-size outside of the save-excursion. It was
8727 causing the default value to be the only one ever seen.
399c88ad 8728
0279f991
GM
8729 * font-lock.el: Update copyright. Remove Simon Marshall's email
8730 address on request from him.
8731
da4496b6
GM
8732 * subr.el (substitute-key-definition): Add comment describing
8733 the meaning of PREFIX.
8734
ac5cb26d
SM
87352000-05-10 Stefan Monnier <monnier@cs.yale.edu>
8736
8737 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
8738
8739 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
8740 (add-minor-mode): Don't make the variable buffer-local and add a
8741 reference to define-minor-mode in the docstring.
8742
8743 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
8744 HEADER/FOOTER and fix bug with trailing empty directory.
8745 (cvs-append-to-ignore): Use vc-editable-p if available.
8746 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
8747 (vc-do-command): Tweak advice to handle the new VC.
8748
8749 * log-view.el (log-view-goto-rev): New function for the new VC.
8750 (log-view-minor-wrap): Use mark-active.
8751
8752 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
8753 (log-edit-changelog-full-paragraphs): New var.
8754 (log-edit-insert-changelog): Remove a lonely leading `* file'.
8755 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
8756 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
8757 (log-edit-changelog-ours-p, log-edit-changelog-entries)
8758 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
8759 Replace the `cvs' prefix with `log-edit'.
8760
8761 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
8762
8763 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
8764 (diff-font-lock-defaults): Explicitly turn off multiline.
8765 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
8766 (diff-ediff-patch): Fix call to ediff-patch-file.
8767 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
8768 Handle comments.
8769
8770 * frame.el (automatic-hscrolling): Typo.
8771
8772 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
8773
21c34da3
DL
87742000-05-09 Sam Steingold <sds@goems.com>
8775
8776 * apropos.el (apropos-print): use `describe-face' instead of
8777 `customize-face-other-window'.
8778
950cf06f
DL
87792000-05-09 Dave Love <fx@gnu.org>
8780
8781 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
8782
8783 * help.el (describe-variable): Have customize button pop the
8784 help-xref stack when invoked.
8785 (help-xref-symbol-regexp): Add `face'.
8786 (help-make-xrefs): Check for quoted face names and adapt regexp
8787 submatch numbers to cope.
8788 (help-xref-interned): Maybe insert face doc too. Separate
8789 sections with a line of hyphens.
8790
0623e40f 8791 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
8792 (describe-face): Add customize button. Return the help
8793 text. Fix prompt.
8794
82e2ca9d
EZ
87952000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
8796
8797 * term/internal.el (IT-character-translations): Fix last change.
8798
10c00b5c
EZ
87992000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8800
8801 * woman.el: New file
8802 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
8803
9deed82f
EZ
88042000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8805
001ad319
EZ
8806 * term/internal.el (IT-character-translations): Update ASCII
8807 simulations for greek-iso8859-7, add latin-iso8859-14 and
8808 latin-iso8859-15.
8809
9deed82f
EZ
8810 * international/mule-cmds.el (set-language-info-alist): Call
8811 define-prefix-command with 3 arguments, to make the map suitable
8812 for a menu.
8813
4f37b78a
DL
88142000-05-07 Dave Love <fx@gnu.org>
8815
1ec321a7 8816 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 8817
64a4c526
DL
88182000-05-05 Dave Love <fx@gnu.org>
8819
8820 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
8821 list in doc string. Don't quote keyword symbols.
8822 * emacs-lisp/cl.el: Likewise
8823 * emacs-lisp/cl-seq.el: Likewise
8824
056565f7
GM
88252000-05-05 Gerd Moellmann <gerd@gnu.org>
8826
8827 * abbrev.el (abbrev-mode): Make ARG optional.
8828
4656b314
GM
88292000-05-04 Gerd Moellmann <gerd@gnu.org>
8830
ec82fb2f
GM
8831 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
8832
8833 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
8834
4656b314
GM
8835 * subr.el (substitute-key-definition): Clarify documentation.
8836
88372000-05-04 Milan Zamazal <pdm@freesoft.cz>
8838
8839 * glasses.el (glasses-convert-to-unreadable): Use
8840 `glasses-separator' instead of the hard-wired "_".
8841 (glasses-mode): Call `glasses-make-unreadable' only in a single
8842 place.
8843
7b081c78
EZ
88442000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
8845
8846 * term/internal.el (cjk-codepages-alist): Add associations for
8847 Chinese and Korean codepages. Remove FIXME comment.
8848
baa5536e
DL
88492000-05-03 Dave Love <fx@gnu.org>
8850
8851 * time.el (display-time-mail-face, display-time-use-mail-icon):
8852 New option.
8853 (display-time-mail-icon): New variable.
8854 (display-time-string-forms): Use the above. Fix the local-map.
8855
cbf18892
GM
88562000-05-03 Gerd Moellmann <gerd@gnu.org>
8857
4ff40dd0
GM
8858 * replace.el (query-replace-map): Add binding for `E'.
8859 (query-replace-help): Extend help text.
8860 (perform-replace): Allow editing the replacement string.
8861
8862 * make-mode.el (makefile-mode-abbrev-table): New variable.
8863 (makefile-mode): Set local abbrev table to
8864 makefile-mode-abbrev-table.
8865 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 8866
cbf18892
GM
8867 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
8868 set TOGGLE's value.
8869
4ff40dd0
GM
8870 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
8871 mail-interactive-insert-alias.
8872 (mail-abbrev-complete-alias): New command.
8873 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 8874
ffec4d9f
KH
88752000-05-03 Kenichi Handa <handa@etl.go.jp>
8876
8877 * language/lao-util.el (lao-compose-region): New function.
8878
1b0672c3
GM
88792000-05-02 Gerd Moellmann <gerd@gnu.org>
8880
576da55d
GM
8881 * files.el (recover-session): Make directories as necessary
8882 if they don't exist yet.
8883
399c88ad
SS
8884 * calendar/cal-french.el
8885 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
8886 (french-calendar-special-days-array): Change French text.
8887 (calendar-french-date-string): Change output.
8888 (calendar-goto-french-date): Likewise.
8889
88902000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
8891
8892 * wid-edit.el (widget-default-active): Obey `:always-active'.
8893 (widget-documentation-string-value-create): Set `:always-active'.
8894
4b33deaa
EZ
88952000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
8896
8897 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
8898 default prefix to `~/_emacs.d/auto-save.list/_s'.
8899 (normal-top-level): Create the directory for auto-save files, if
8900 it doesn't already exist (in the ms-dos case only).
8901
5c922ea7
EZ
89022000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
8903
8904 * international/mule-cmds.el (set-language-environment): Don't
8905 concat an integer (dos-codepage), use format instead.
8906
820ad5e7
DL
89072000-05-02 Dave Love <fx@gnu.org>
8908
8909 * help.el (help-xref-on-pp): Check for constant symbols.
8910
57cb56f5
GM
89112000-04-29 Gerd Moellmann <gerd@gnu.org>
8912
8913 * startup.el (normal-top-level): Put a condition-case around
8914 the code loading subdirs.el.
8915
89162000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 8917
57cb56f5
GM
8918 * ps-print.el: Upside-down and face background color printing,
8919 line number step, doc fix.
8920 (ps-print-version): New version number (5.2).
8921 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
8922 (ps-face-attribute-list, ps-plot-with-face): Code fix.
8923 (ps-spool-config): Var fix.
8924 (ps-printer-name-option): Const fix.
8925 (ps-print-upside-down, ps-use-face-background)
8926 (ps-line-number-step): New vars.
8927 (ps-window-system, ps-lp-system): New consts.
8928 (ps-face-background): New fun.
8929
084cec2f
GM
89302000-04-28 Richard Stallman <rms@gnu.org>
8931
8932 * files.el (make-auto-save-file-name):
8933 Apply auto-save-file-name-transforms to visited file name
8934 before generating auto save file name.
8935 (auto-save-file-name-transforms): New variable.
8936
399c88ad 8937 * files.el (backup-enable-predicate):
084cec2f
GM
8938 Correctly test for a file under a temporary directory.
8939
c94f4677
GM
89402000-04-28 Gerd Moellmann <gerd@gnu.org>
8941
8942 * subr.el (add-minor-mode): Rewritten.
8943
7b211df5
KH
89442000-04-28 Kenichi Handa <handa@etl.go.jp>
8945
8946 * mail/sendmail.el (sendmail-send-it): Set
8947 buffer-file-coding-system to the selected coding system for MIME
8948 header.
8949
c76e04a8 89502000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 8951
c76e04a8
GM
8952 * dired.el (dired-move-to-filename-regexp): Allow format where
8953 YYYY is followed by two spaces.
e3e36d74 8954
c76e04a8
GM
8955 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
8956 in the second character class of the regexp.
8957
8958 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
8959 mh-etc, too.
353964e3 8960
c76e04a8
GM
8961 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
8962 nil.
399c88ad 8963
353964e3
GM
8964 * subr.el (add-minor-mode): Use `set' instead of `setq'.
8965
8966 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
8967 argument.
8968
c76e04a8 89692000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 8970
c76e04a8
GM
8971 * emacs-lisp/crm.el (crm-completion-table): New variable.
8972 (crm-collection-fn, crm-test-completion)
8973 (completing-read-multiple): Use it.
8974
89752000-04-27 Dave Love <fx@gnu.org>
8976
8977 * help.el (locate-library): Use mapc.
8978 (help-manyarg-func-alist): Add call-process-region.
8979
7464346d
GM
89802000-04-26 Gerd Moellmann <gerd@gnu.org>
8981
b35bd33d
GM
8982 * subr.el (add-minor-mode): Make argument MAP optional.
8983
7464346d
GM
8984 * desktop.el (desktop-save): Save list of minor modes.
8985 (desktop-create-buffer): Restore minor modes.
8986 (desktop-minor-mode-table): New user-option.
8987
8988 * subr.el (add-minor-mode): New function.
8989
8990 * image.el (find-image): New function.
8991 (defimage): Rewritten to find image at load time.
8992
8993 * startup.el (normal-top-level-add-to-load-path): Handle
8994 case that the default directory is not in load-path.
8995
8996 * help.el: Old patch from Stefan Monnier.
8997 (help-xref-on-pp): New function.
8998 (describe-variable): Use it to display xrefs in a symbol's value.
8999
23c0fb21
SM
90002000-04-26 Stefan Monnier <monnier@cs.yale.edu>
9001
9002 * cus-edit.el (custom-face): Fix parenthesis.
9003
fad95037
KH
90042000-04-26 Kenichi Handa <handa@etl.go.jp>
9005
f03392a1
KH
9006 * mail/rmail.el (rmail-expunge): When there are no deleted
9007 messages, do nothing.
fad95037 9008
0d7c5bb9
DL
90092000-04-26 Dave Love <fx@gnu.org>
9010
9011 * international/mule-cmds.el (locale-translation-file-name):
9012 Defvar to nil.
9013 (set-locale-environment): Set it here (at runtime).
9014
612839b6
GM
90152000-04-25 Gerd Moellmann <gerd@gnu.org>
9016
9017 * replace.el (perform-replace): Add parameters START and END. Use
9018 them instead of the check for a region in Transient Mark mode.
9019 (query-replace-read-args): Return two more list elements for the
9020 start and end of the region in Transient Mark mode.
9021 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9022 (map-query-replace-regexp, replace-string, replace-regexp): Add
9023 optional last arguments START and END and pass them to
9024 perform-replace.
9025
9026 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
9027 form with additional arguments for perform-replace.
9028
9029 * progmodes/etags.el (tags-query-replace): Add parameters START
9030 and END. Construct a form with additional arguments for
9031 perform-replace.
9032
9033 * simple.el (shell-command): Set default directory for "*Shell
9034 Command Output" buffer.
9035
9036 * language/european.el (iso-latin-4): Fix typo.
9037
9038 * emacs-lisp/crm.el: New file.
9039
2917cc05
DL
90402000-04-24 Dave Love <fx@gnu.org>
9041
9042 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9043 (Custom-reset-saved, Custom-reset-standard)
9044 (custom-group-value-create, custom-group-set, custom-group-save)
9045 (custom-group-reset-current, custom-group-reset-saved)
9046 (custom-group-reset-standard): Use mapc.
9047 (custom-buffer-create-internal): Disable undo when creating items.
9048 Use mapc.
9049 (custom-face): Avoid redundant lambda.
9050
abfcc168
GM
90512000-04-24 Gerd Moellmann <gerd@gnu.org>
9052
9053 * startup.el (auto-save-list-file-prefix): Set default to
9054 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
9055
fa78f71b
SS
90562000-04-24 Sam Steingold <sds@gnu.org>
9057
9058 * time-stamp.el (time-stamp-string-preprocess): Always convert
9059 `field-result' to a string.
9060
cc181e95
GM
90612000-04-24 Gerd Moellmann <gerd@gnu.org>
9062
9063 * frame.el (scrolling): New group.
9064 (automatic-hscrolling): New user-option.
9065
9066 * startup.el (command-line-x-option-alist): Add `-lsp' and
9067 `--line-spacing'.
9068
6142fdcb
DL
90692000-04-19 Dave Love <fx@gnu.org>
9070
9071 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
9072 (cl-mapc): Rename from mapc. Fix the funcall.
9073
5e3dac3f
GM
90742000-04-19 Gerd Moellmann <gerd@gnu.org>
9075
1c459486
GM
9076 * simple.el (clone-indirect-buffer-other-window): New command.
9077 (clone-indirect-buffer): Add optional arg NORECROD.
9078 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
9079
271b4185
GM
9080 * help.el (resize-temp-buffer-window): Use count-screen-lines.
9081
9082 * window.el (count-screen-lines): New function.
9083 (shrink-window-if-larger-than-buffer): Use count-screen-lines
9084 instead of window-buffer-height.
9085
9086 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
9087 non-existing variable comint-input-sentinel.
9088 (inferior-lisp-args-to-list): Removed.
9089 (inferior-lisp): Use split-string instead of
9090 inferior-lisp-args-to-list.
9091
9092 * hexl.el (hexl-insert-hex-string): New command.
9093
5e3dac3f
GM
9094 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
9095 instead of concat.
9096
f6d3257b
GM
90972000-04-18 Gerd Moellmann <gerd@gnu.org>
9098
9099 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
9100 at the start of an existing but empty folder.
9101
91022000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9103
9104 * ps-mule.el: Customization fix, doc fix.
9105 (ps-multibyte-buffer): Customization fix.
9106
8b7bc628 91072000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
9108
9109 * subr.el (read-passwd): Use read-char-exclusive.
9110
0daee095
GM
91112000-04-17 Gerd Moellmann <gerd@gnu.org>
9112
9113 * textmodes/texinfo.el (texinfo-insert-@email)
9114 (texinfo-insert-@emph, texinfo-insert-@quotation)
9115 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
9116 (texinfo-mode-map): Add key bindings for them.
9117
9118 * files.el (basic-save-buffer-2): Use a template with `$'
9119 instead of `#' for VMS.
9120
9121 * simple.el (clone-indirect-buffer): New function.
9122
e10f64e7
GM
91232000-04-16 Stephen Eglen <stephen@gnu.org>
9124
9125 * iswitchb.el (iswitchb-case): New function. If the user input
9126 contains any upper-case characters, the search is made
9127 case-sensitive.
9128
e3721db1
SM
91292000-04-17 Stefan Monnier <monnier@cs.yale.edu>
9130
e10f64e7
GM
9131 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
9132 comment-end.
e3721db1
SM
9133 (texinfo-font-lock-syntactic-keywords): New var.
9134 (texinfo-font-lock-keywords): Remove comment regexp.
9135 (texinfo-insert-block): New function.
9136 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
9137 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
9138 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 9139 (texinfo-environments): New var.
e10f64e7
GM
9140 (texinfo-environment-regexp): Use regexp-opt and
9141 texinfo-environments.
e3721db1 9142
e10f64e7
GM
9143 * textmodes/ispell.el (ispell-menu-map-needed): Check that
9144 ispell-process is bound since this might be eval'd before ispell
9145 is loaded.
9146 (ispell-message): Use a tiny bit less magic and a bit more hard
9147 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
9148
9149 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
9150
9151 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
9152 (insert-cyclic-diary-entry): Unquote the lambda.
9153
9154 * gud.el (gud-jdb-build-source-files-list): Fix typo.
9155
9156 * files.el (backup-enable-predicate): Unquote the lambda.
9157
9158 * cus-edit.el (custom-face, face): Unquote the lambda.
9159
712dc9e0
GM
91602000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9161
9162 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 9163
712dc9e0
GM
9164 * ps-print.el: Fix counting lines in a region.
9165 (ps-print-version): New version number (5.1.5).
9166 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
9167 (ps-printing-region): Fun code fix.
9168
ffc50f2a
GM
91692000-04-15 Gerd Moellmann <gerd@gnu.org>
9170
9171 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
9172 to file-directory-p.
9173
a2522dca
GM
91742000-04-14 Gerd Moellmann <gerd@gnu.org>
9175
9176 * gud.el (gud-jdb-build-source-files-list): Check that directory
9177 exists before calling directory-files.
9178
6e883610
DL
91792000-04-13 Dave Love <fx@gnu.org>
9180
9181 * emacs-lisp/trace.el: Change maintainer. Use new backquote
9182 syntax.
9183
9184 * emacs-lisp/cl-specs.el: Remove when, unless.
9185
9186 * emacs-lisp/cl-extra.el: Don't quote keywords.
9187 (cl-old-mapc): New variable.
9188 (mapc): Use it.
9189 (cl-map-intervals): Use with-current-buffer. Don't check for
9190 next-property-change.
9191 (cl-map-overlays): Use with-current-buffer.
9192 (cl-expt): Remove.
9193 (copy-tree, remprop): Define unconditionally.
9194
9195 * emacs-lisp/cl-compat.el (keywordp): Remove.
9196
9197 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
9198 to use keywordp.
9199 (edebug-spec): Enable keywordp.
9200
9201 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
9202 string-lessp.
9203
9204 * cus-start.el: Use keywordp.
9205
198e3c7a
GM
92062000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9207
9208 * diary-lib.el (include-other-diary-files): Fix the fix of
9209 2000-02-18 by doing a save-excursion.
9210
92112000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9212
9213 * ps-print.el: Customization fix, doc fix.
9214 (ps-print-version): New version number (5.1.4).
9215 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
9216 (ps-print-preprint): Adjust code.
9217 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
9218 (ps-print-prologue-header, ps-print-control-characters)
9219 (ps-spool-config): Customization fix.
fa78f71b 9220
8eba343c
EZ
92212000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
9222
9223 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
9224 converted to the new menu-item format, names silightly changed,
9225 help strings added.
9226
9227 Support for spelling without async subprocesses:
9228
9229 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
9230 (ispell-session-buffer): New variables.
9231 (ispell-start-process, ispell-process-status,
9232 ispell-accept-output, ispell-send-string): New functions, for
9233 Ispell invocation when async subprocesses aren't supported.
9234 (ispell-word, ispell-pdict-save, ispell-command-loop,
9235 ispell-process-line, ispell-buffer-local-parsing): Replace calls
9236 to process-send-string with calls to ispell-send-string, and
9237 accept-process-output with ispell-accept-output.
9238 (ispell-init-process): Call ispell-process-status instead of
9239 process-status with.
9240 (ispell-init-process): Call ispell-start-process. Call
9241 ispell-accept-output and ispell-send-string. Don't call
9242 process-kill-without-query and kill-process if they are unbound.
9243 (ispell-async-processp): New function.
9244
3d30065d
DL
92452000-04-12 Dave Love <fx@gnu.org>
9246
9247 * info.el: Add debug-ignored-errors.
9248 (Info-mode-menu): Add some items.
9249 (Info-directory): Add autoload cookie.
9250
9251 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
9252 Modify `truncate-lines'. Make `describe-language-environment'
9253 always visible and add help. Modify `describe-key' help. Invoke
9254 Info-directory from `info'. New entry `emacs-manual'.
9255
1a1b1895
GM
92562000-04-10 Gerd Moellmann <gerd@gnu.org>
9257
8b2affc5
GM
9258 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
9259 propertized-buffer-identification.
9260 (ebrowse-update-member-buffer-mode-line): Likewise.
9261 (ebrowse--mode-strings): Removed.
9262 (ebrowse--mode-line-props): Removed.
9263
1a1b1895
GM
9264 * files.el (auto-mode-alist): Add `EBROWSE'.
9265
9266 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
9267 space before testing for end of buffer.
9268 (ebrowse-load): Removed.
9269 (ebrowse-revert-tree-buffer-from-file): Rewritten.
9270 (ebrowse-create-tree-buffer): Rewritten.
9271 (ebrowse-tree-mode): Read tree from buffer.
9272
9273 * progmodes/ebrowse-ffh.el: Removed.
9274
223f3c91
KH
92752000-04-10 Kenichi Handa <handa@etl.go.jp>
9276
9277 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
9278
25fbf2c4
GM
92792000-04-10 Gerd Moellmann <gerd@gnu.org>
9280
9281 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
9282 at the wrong place.
9283
92c13173
DL
92842000-04-09 Dave Love <fx@gnu.org>
9285
9286 * files.el (backup-enable-predicate): Use
9287 temporary-file-directory, small-temporary-file-directory.
9288 (make-backup-file-name-function, backup-directory-alist): New
9289 variables.
9290 (make-backup-file-name-1): New function.
9291 (make-backup-file-name): Use it.
9292 (find-backup-file-name): Likewise. Use format for clarity, not
9293 concat.
9294 (file-newest-backup): Use make-backup-file-name.
9295
be0dbdab
GM
92962000-04-09 Gerd Moellmann <gerd@gnu.org>
9297
c45be9ac 9298 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 9299
c45be9ac
GM
9300 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
9301 to ebrowse-ffh.el.
9302 (ebrowse-load): Add autoload.
9303
9304 * finder.el (finder-commentary): Add autoload cookie.
9305
be0dbdab
GM
9306 * mail/rfc2368.el: Correct author's email address.
9307
9308 * progmodes/ebrowse.el: New file.
9309
9310 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
9311 item help string.
9312 (easy-menu-do-add-item): Ditto.
9313 (easy-menu-define): Extend doc string.
9314
9315 * jit-lock.el (with-buffer-unmodified): Use
9316 restore-buffer-modified-p.
9317 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
9318 (jit-lock-function, jit-lock-stealth-fontify): Don't use
9319 with-buffer-unmodified.
9320
3f923efe
DL
93212000-04-08 Dave Love <fx@gnu.org>
9322
9323 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
9324 unless, when.
9325
d35bee0e
MK
93262000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
9327
9328 * viper-util.el (viper-put-on-search-overlay): New subroutine.
9329 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 9330 doesn't support face.
d35bee0e 9331 Use `viper-put-on-search-overlay'.
fa78f71b 9332
c407c570
GM
93332000-04-04 Gerd Moellmann <gerd@gnu.org>
9334
9335 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
9336 like C-r.
9337
9338 * progmodes/make-mode.el: Some doc fixes.
9339 (makefile-mode-abbrev-table): New variable.
9340 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
9341 (makefile-font-lock-keywords): Fontify includes and conditionals.
9342 (toplevel): Require `dabbrev' and `add-log' when compiling.
9343
9344 * replace.el (perform-replace): Don't move forward one char
9345 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
9346 to do that because it leaves point 1 position after the last
9347 replacement, after everything has been replaced.
9348
9349 * jit-lock.el (with-buffer-unmodified): New macro.
9350 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
9351 modified state.
9352 (jit-lock-function-1): Extracted from jit-lock-function; not
9353 preserving buffer's modified state.
9354 (jit-lock-function, jit-lock-stealth-fontify): Call
9355 jit-lock-function-1.
9356
9357 * mail/rfc2368.el: Remove supernumerary copyright line.
9358
685e5ed2
GM
93592000-04-04 Milan Zamazal <pdm@freesoft.cz>
9360
9361 * glasses.el: Provide facilities for inserting space before left
9362 parentheses and uncapitalization of identifiers.
9363 (glasses-mode): Try to remove old overlays in all cases.
9364
0166aed1
GM
93652000-04-03 Gerd Moellmann <gerd@gnu.org>
9366
62f20204
GM
9367 * progmodes/compile.el (compile-internal): Display the compilation
9368 buffer in a different frame, if it's already displayed there.
9369
6460c400
GM
9370 * mail/rfc2368.el: New file.
9371
c0510d27
GM
9372 * simple.el (sendmail-user-agent-compose): Recognize a `body'
9373 header and insert its value as mail body.
9374
9375 * subr.el (member-ignore-case): New function.
9376
9377 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
9378 (dabbrev--find-expansion): Ignore buffers matching a regexp
9379 from dabbrev-ignored-regexps.
9380
0166aed1
GM
9381 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
9382 to extensions handled by gzip.
9383
c0510d27
GM
93842000-04-03 Richard M. Stallman <rms@gnu.org>
9385
9386 * files.el (insert-directory): List the total free space
9387 along with the used space.
fa78f71b 9388
c0510d27
GM
9389 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
9390 line is followed by one that matches CITATION-REGEXP, end the
9391 paragraph.
9392
93932000-04-03 Markus Rost <rost@delysid.gnu.org>
9394
9395 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
9396 (rmail-make-basic-summary-line): Use that option.
fa78f71b 9397
14c04384
KH
93982000-04-03 Kenichi Handa <handa@etl.go.jp>
9399
9400 * international/mule-cmds.el (encoded-string-description):
9401 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
9402 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
9403 for hexadecimal format.
14c04384 9404
ccf5869a
DL
94052000-04-01 Dave Love <fx@gnu.org>
9406
9407 * cpp.el: Change customization group to `c' from `C'.
9408
9409 * vcursor.el (vcursor-move): Use display-color-p.
9410
9411 * international/mule-util.el: Provide mule-utils.
9412 (string-to-sequence): Simplify and speed up.
9413
9414 * international/mule.el (make-coding-system): Purecopy doc-string.
9415
9416 * international/mule-cmds.el: Various menu changes.
9417 (describe-specified-language-support): Handle `Default'.
9418 (set-language-info): Purecopy `info'.
9419
610d841e
GM
94202000-03-31 Andrew Innes <andrewi@gnu.org>
9421
9422 * vc.el (vc-backend-diff): Return the correct status if we had to
9423 retry the rcsdiff command without the --brief option.
fa78f71b 9424
7f9de034
DL
94252000-03-31 Dave Love <fx@gnu.org>
9426
2de47765
DL
9427 * help.el (help-manyarg-func-alist): Correct several omissions.
9428
72838819
DL
9429 * add-log.el: Don't require cl, fortran.
9430 (add-log-current-defun-function): Doc fix.
9431 (change-log-version-number-regexp-list): Remove SCCS part. Doc
9432 fix.
9433 (change-log-version-rcs): Function deleted.
9434 (change-log-version-number-search): Doc fix. Use
9435 vc-workfile-version. Avoid CL dolist.
9436 (add-change-log-entry): Just call add-log-current-defun to get
9437 defun. Simplify somewhat.
9438 (change-log-get-method-definition-1): Likewise.
9439 (add-log-current-defun): Return nil if calling
9440 add-log-current-defun-function does so. Move Fortran stuff to
9441 fortran.el. Return string without properties.
9442
7f9de034
DL
9443 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
9444 and :alpha: char classes.
9445
9446 * mail/supercite.el: Defvar curline when compiling.
9447 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
9448 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
9449 rather than a-zA-Z0-9 to allow non-ASCII characters.
9450
aa110c0c
GM
94512000-03-31 Gerd Moellmann <gerd@gnu.org>
9452
9453 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
9454
9455 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9456 Re-enable new code.
9457
9458 * lpr.el (print-region-1): Use -d to specify printer name for
9459 systems `usg-unix-v*, `dgux', `hpux', `irix'.
9460
94612000-03-31 Dave Love <fx@gnu.org>
fa78f71b 9462
aa110c0c
GM
9463 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
9464 for function definition in symbol's function value slot first
9465 instead of first consulting byte-compile-function-environment.
fa78f71b 9466
6733d074
KH
94672000-03-31 Kenichi Handa <handa@etl.go.jp>
9468
9469 * language/european.el ("Polish"): New language environment.
9470 (setup-polish-environment): New function.
9471
63fcfa04
GM
94722000-03-30 Gerd Moellmann <gerd@gnu.org>
9473
9474 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9475 Disable new code.
9476
9477 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
9478 trying to `load' the symbol of an autoload instead of the file
9479 recorded in the autoload. Fix error messages.
9480
7438c86b
GM
94812000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9482
9483 * ps-print.el: PostScript programming fix for ghostview, doc fix.
9484 (ps-print-version): New version number (5.1.3).
9485 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
9486 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
9487 (ps-generate-postscript-with-faces): Code fix.
9488 (ps-color-values): XEmacs compatibility.
9489 (ps-print-background-image, ps-print-background-text, ps-printer-name)
9490 (ps-default-fg, ps-default-bg): Adjust customization.
9491 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
9492 (ps-color-scale): Renaming old ps-color-value fun.
9493 (ps-print-headers): Replace ps-print-header group to avoid conflict
9494 with ps-print-header variable.
9495 (ps-print-miscellany): New group.
9496 (ps-format-color, ps-rgb-color): New funs.
9497 (ps-default-foreground): New var.
9498 (ps-printer-name-option): New const.
fa78f71b 9499
326855a0
PB
95002000-03-30 Peter Breton <pbreton@ne.mediaone.net>
9501
1f56ba73
PB
9502 * net/net-utils.el:
9503 (network-connection-host, network-connection-service): New variables
9504 (network-connection-mode): New mode, derived from comint-mode
9505 (network-connection-mode-setup): New function, saves host and
fa78f71b 9506 service information in local variables.
1f56ba73 9507
326855a0
PB
9508 * lisp/locate.el:
9509 (locate-word-at-point): Added this function
9510 (locate): Default to using locate-word-at-point as input
9511 Run dired-mode-hook
9512
141384bd
DL
95132000-03-29 Dave Love <fx@gnu.org>
9514
9515 * calendar/appt.el: Doc fixes.
9516 (appt-check): Convert min-to-app to a string before passing to
9517 appt-disp-window-function or concat.
9518 (appt-delete-window): Remove test for frame-root-window.
9519 (appt-select-lowest-window, appt-convert-time): Simplify.
9520
9521 * emacs-lisp/bytecomp.el: Doc fixes.
9522 (byte-compile-file-form-autoload): Update
9523 byte-compile-function-environment.
9524
c5aa0fc2
AS
95252000-03-29 Andreas Schwab <schwab@suse.de>
9526
9527 * emacs-lisp/autoload.el: Also print defsubst doc string
9528 specially.
9529
9530 * dired.el (dired-insert-directory): If dired-free-space-program
9531 failed just delete its output.
9532
f1d6fe69
DL
95332000-03-29 Dave Love <fx@gnu.org>
9534
9535 * international/iso-cvt.el: Move provide to end. Doc fixes.
9536 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
9537 (iso-iso2sgml, iso-sgml2iso): New functions.
9538 (iso-cvt-define-menu): Fix some entries and use backquote for
9539 clarity.
9540
9541 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
9542
b61f1215
GM
95432000-03-28 Gerd Moellmann <gerd@gnu.org>
9544
9545 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
9546 ISO-DATE. If non-nil, return date in ISO 8601 format.
9547
ea4b0ca3
SM
95482000-03-26 Stefan Monnier <monnier@cs.yale.edu>
9549
3831af62
SM
9550 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
9551 if it ever becomes used.
9552 (log-edit-mode-hook): Default to vc-log-mode-hook.
9553 (log-edit-mode): Fix the docstring.
9554
ea4b0ca3
SM
9555 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
9556 the code.
9557
08f8b1cc
DL
95582000-03-26 Dave Love <fx@gnu.org>
9559
082527fe
DL
9560 * net/browse-url.el (browse-url): Re-fix case of
9561 browse-url-browser-function being an alist.
9562 (browse-url): Add :link to defgroup.
9563
08f8b1cc
DL
9564 * files.el: Doc fixes.
9565 (file-truename): Include `[' in wildcard characters.
9566 (automount-dir-prefix): Customize.
9567 (find-file-wildcards): Add :version.
9568 (find-file-noselect): Simplify a mapcar call.
9569
9570 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
9571 compatible with inf-lisp version.
9572 (eval-defun-1): Fix custom-declare-variable case.
9573
ea4b0ca3
SM
95742000-03-25 Stefan Monnier <monnier@cs.yale.edu>
9575
9576 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
9577
9a0dd3dc
GM
95782000-03-24 Gerd Moellmann <gerd@gnu.org>
9579
b68c375f
GM
9580 * Makefile (COMPILE_FIRST): New macro.
9581 (compile-files): Compile files from COMPILE_FIRST first.
9582
9583 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
9584 code.
9585
9a0dd3dc
GM
9586 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
9587 matching open parenthesis in column 0 to defun-prompt-regexp
9588 only if open-paren-in-column-0-is-defun-start is set.
9589
9590 * sun-curs.el: Require CL at compile-time only.
9591
9592 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
9593 instead of copy-list which is a function from CL.
9594 (msb--choose-menu, msb--mode-menu-cond)
9595 (msb--create-buffer-menu-2): Use dolist instead of mapc.
9596 (msb--init-file-alist): Use mapcar instead of mapcan.
9597 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
9598 `(' in column 0 in doc string.
9599 (msb--add-separators): Use mapcar instead of mapcan.
9600
9601 * cus-dep.el: Require CL at compile-time only.
9602
c7dcadb5
SM
96032000-03-24 Stefan Monnier <monnier@cs.yale.edu>
9604
9605 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
9606 (byte-compile-warnings): New warning `noruntime'.
9607 (byte-compile-constants, byte-compile-variables): Fix docstring.
9608 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
9609 execute `eval-whenc-compile's body.
9610 (byte-compile-unresolved-functions): Fix docstring.
9611 (byte-compile-eval): New function.
9612 (byte-compile-callargs-warn): Check if the function will be available
9613 at runtime (via property `byte-compile-noruntime').
9614 (byte-compile-print-syms): New function.
9615 (byte-compile-warn-about-unresolved-functions): Also warn about
9616 `noruntime' functions (and use `byte-compile-print-syms').
9617 (byte-compile-file): Capitalize the message.
9618
3b55acc9
GM
96192000-03-24 Gerd Moellmann <gerd@gnu.org>
9620
9621 * mail/rmail.el (rmail-confirm-expunge): New user-option.
9622 (rmail-expunge): Ask for confirmation depending on the setting
9623 of rmail-confirm-expunge.
9624
96252000-03-23 Gerd Moellmann <gerd@gnu.org>
9626
9627 * Makefile (bootstrap-clean): If $(emacs) exists, build
9628 loaddefs.el first. A loaddefs.el that's not up-to-date might
9629 cause a bootstrap failure because things don't autoload as
9630 expected.
9631
02c76af4
DL
96322000-03-23 Dave Love <fx@gnu.org>
9633
9634 * net/browse-url.el: Restore previous use of
9635 browse-url-maybe-new-window.
9636
1a3199d9
GM
96372000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9638
9639 * ps-print.el: Skip banner page fix.
9640 (ps-print-version): New version number (5.1.2).
9641 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 9642
1a3199d9
GM
96432000-03-23 Dave Pearson <davep@davep.org>
9644
9645 * net/quickurl.el Changed the type of parameter passed to the
9646 function defined by `quickurl-format-function'. Before only the
9647 text of the URL was passed. Now the whole URL structure is passed
9648 and the function is responsible for extracting the parts it
9649 requires. Changed the default of `quickurl-format-function'
9650 accordingly.
9651 (quickurl-insert): Changed the `funcall' of
9652 `quickurl-format-function' to match the above change.
9653 (quickurl-list-insert): Changed the `url' case so that it makes
9654 use of `quickurl-format-function', previous to this the format was
9655 hard wired.
fa78f71b 9656
72db3ab5
GM
96572000-03-22 Gerd Moellmann <gerd@gnu.org>
9658
9659 * startup.el: Change some spellings for the X Window System.
9660
68049bfa
SM
96612000-03-22 Stefan Monnier <monnier@cs.yale.edu>
9662
9663 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
9664 up the code and the regexp and make sure the cursor is temporarily
9665 moved to the suspicious line while querying the user.
9666
ff4df011
JR
96672000-03-22 Jason Rumney <jasonr@gnu.org>
9668
9669 * w32-fns.el (w32-charset-info-alist): Initialize.
9670
ee1c5b21
GM
96712000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9672
9673 * ps-print.el: N-up last page fix.
9674 (ps-print-version): New version number (5.1.1).
9675 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 9676
d2cbfba0
SM
96772000-03-21 Stefan Monnier <monnier@cs.yale.edu>
9678
bfb857d8
SM
9679 * files.el (find-file-run-dired): Update docstring.
9680 (find-directory-functions): New hook.
9681 (find-file-noselect): Run find-directory-functions rather than
9682 calling dired directly.
9683
9684 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
9685
cb3430a1
SM
9686 * pcvs.el: Add a minimal leading commentary.
9687 (cvs-make-cvs-buffer): Change the header part by removing the startup
9688 message and adding a `Module' entry. Also replace the FOOTER and
9689 HEADER special fileinfos with the new support in ewoc for updating
9690 its own footer and header.
9691 (cvs-update-header): Update to use the header/footer of the ewoc.
9692 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
9693 (cvs-is-within-p): New function.
9694 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
9695 to only examine some subset of the buffers.
9696
9697 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
9698 `format' instead of our own ad-hoc functions.
9699 Remove HEADER and FOOTER cases, now handled in the EWOC.
9700 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
9701
9702 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
9703 output to avoid scaring the user.
9704 (cvs-parse-table): Catch message for non-up-to-date commits.
9705
9706 * pcvs-defs.el (cvs-startup-message): Remove.
9707 (cvs-global-menu): New autoloaded menu.
9708
9709 * pcvs-util.el (cvs-string-fill): Remove.
9710
9711 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
9712 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
9713 PP part of it and also make it work for footers and headers.
9714 (ewoc-create): Drop POS and BUFFER arguments.
9715 Use the DLL's dummy node to store the end-of-footer position.
9716 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
9717 (ewoc-refresh): Remove unused `header' variable.
9718 (ewoc-(get|set)-hf): New functions.
9719
d2cbfba0
SM
9720 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
9721 log-view-*-(message|file) and use easy-mmode-define-navigation.
9722 (log-view-message-re): Match SCCS format as well.
9723 And match the revision line rather than the dashed separator line.
9724 (log-view-mode): Use the new define-derived-mode.
9725 (log-view-current-tag): Fill in with an actual implementation.
9726
9727 * cvs-status.el (cvs-status-(prev|next)): Rename from
9728 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
9729 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
9730 to let the output "breathe" a little more (more readable).
9731 (cvs-status-mode): Use the new define-derived-mode.
9732
9733 * smerge-mode.el (smerge-auto-leave): New function and variable.
9734 (smerge-basic-map): Rename from smerge-basic-keymap.
9735 Change the bindings for smerge-diff-*.
9736 (smerge-*-map): Use easy-mmode-defmap.
9737 (smerge-(next|prev)): Use easy-mmode-define-navigation.
9738 (smerge-keep-*): Use smerge-auto-leave.
9739
51663132
JR
97402000-03-21 Jason Rumney <jasonr@gnu.org>
9741
9742 * cus-edit.el (custom-button-face): Use 3D look for w32.
9743 (custom-button-pressed-face): Likewise.
9744
3f6e4b8b
GM
97452000-03-21 Gerd Moellmann <gerd@gnu.org>
9746
9747 * progmodes/etags.el (tags-case-fold-search): New user-option.
9748 (tags-loop-eval): New function. Bind case-fold-search around eval
9749 depending on the value of tags-case-fold-search.
9750 (tags-loop-continue): Use tags-loop-eval.
9751 (find-tag-in-order): Bind case-fold-search depending on the value
9752 of tags-case-fold-search.
9753
c7ea3acc
SM
97542000-03-21 Stefan Monnier <monnier@cs.yale.edu>
9755
0ae39f53
SM
9756 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
9757 (diff-end-of-hunk): Return the end position for use in
9758 `easy-mmode-define-navigation'.
9759 (diff-recenter): Remove.
9760 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
9761 of `easy-mmode-define-navigation'.
9762 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
9763 previous renaming) and fix to use new names.
9764 (diff-merge-strings): Use \n as separator: simpler, faster.
9765 (diff-mode): Use `define-derived-mode'.
9766
c7ea3acc
SM
9767 * derived.el (define-derived-mode): Don't autoload anymore.
9768 Prefer the macro-only version provided by easy-mmode.el.
9769
9770 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
9771 `easy-mmode-define-derived-mode'.
9772 Use `combine-run-hooks'.
9773 (easy-mmode-define-navigation): New macro.
9774
9775 * subr.el (combine-run-hooks): New function.
9776
6c4bfdc0
KH
97772000-03-21 Kenichi HANDA <handa@etl.go.jp>
9778
9779 * term/x-win.el: Fontsets related initialization is simplified.
9780
9781 * international/mule-diag.el (describe-font): Don't refer to
9782 global-fontset-alist, instead call font-list.
9783 (describe-fontset, list-fontsets, mule-diag): Likewise.
9784 (print-fontset): Adjusted for the change of fontset
9785 implementation.
9786
9787 * international/fontset.el (x-charset-registries): Variable
9788 removed, instead the corresponding data is stored in the default
9789 fontset.
9790 (register-alternate-fontnames): Function removed.
9791 (resolved-ascii-font): Variable removed.
9792 (x-compose-font-name): Ignore the second argument REDOCE.
9793 (x-complement-fontset-spec): Complement only an ASCII font and
9794 element for those charsets than can use that ASCII font.
9795 (generate-fontset-menu): Don't refer to global-fontset-alist,
9796 instead call fontset-list.
9797 (uninstantiated-fontset-alist): Variable removed.
9798 (x-style-funcs-alist): Likewise.
9799 (fontset-default-styles): Likewise.
9800 (x-modify-font-name): Function removed.
9801 (create-fontset-from-fontset-spec): Ignore the argument
9802 STYLE-VARIANT.
9803 (create-fontset-from-ascii-font): Docsting adjusted for the above
9804 change.
9805 (instantiate-fontset, resolve-fontset-name): Functions removed.
9806 (fontset-list): Now implemented by C code.
fa78f71b 9807
6c4bfdc0
KH
9808 * faces.el (read-face-font): Fix TABLE arg to completing-read.
9809 (describe-face): Include `font' attribute in the description.
9810
9111d4b5
KH
98112000-03-21 Kenichi Handa <handa@etl.go.jp>
9812
9813 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
9814
b33dd3b0
GM
98152000-03-20 Gerd Moellmann <gerd@gnu.org>
9816
a25bbe00
GM
9817 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
9818 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
9819 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 9820
b33dd3b0
GM
9821 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
9822 about behavior of set-buffer-modified-p wrt redisplay.
9823
8b7bc628 98242000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
9825
9826 * view.el (view-mode-disable): Kill local binding of view-read-only.
9827
d7b511c4
GM
98282000-03-18 Gerd Moellmann <gerd@gnu.org>
9829
9830 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
9831 is a string, convert it to a syntax cell using string-to-syntax.
9832
9833 * simple.el (syntax-code-table, syntax-flag-table): New variables.
9834 (string-to-syntax): New function.
9835
9836 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
9837 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 9838 try to use passive ftp mode.
d7b511c4 9839
998ecc60
GM
98402000-03-17 Gerd Moellmann <gerd@gnu.org>
9841
b33dd3b0 9842 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
9843
9844 * simple.el (append-to-buffer): Update point of windows after
9845 insertion.
9846
9847 * abbrev.el (inverse-add-abbrev): Identify word by first moving
9848 forward then moving backward. Reindent.
9849
9850 * frame.el (other-frame): Call x-focus-frame only if
9851 focus-follows-mouse is off.
9852
235d6821
DL
98532000-03-17 Dave Love <fx@gnu.org>
9854
9855 * pcvs-util.el (cvs-strings->string): Rename
9856 replace-regexps-in-string.
9857
a29a2cd1
SM
98582000-03-17 Stefan Monnier <monnier@cs.yale.edu>
9859
af595444
SM
9860 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
9861 regexp for labels cannot span several lines.
9862
9863 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 9864 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 9865
a9be2843
DL
98662000-03-16 Dave Love <fx@gnu.org>
9867
9868 * progmodes/f90.el (f90): Put custom group under `languages', not
9869 `fortran'.
9870 (f90-mode-hook): Customize.
9871 (f90-mode): Set add-log-current-defun-function.
9872 (f90-current-defun): New function.
9873
d0ab3e9d
GM
98742000-03-16 Gerd Moellmann <gerd@gnu.org>
9875
16b20ed9
GM
9876 * cus-edit.el (custom-variable-tag-face): Handle case that
9877 default face's height is not a number.
9878 (custom-face-tag-face, custom-group-tag-face-1)
9879 (custom-group-tag-face): Ditto.
9880 (custom-group-tag-face-1): Add :group.
fa78f71b 9881
d0ab3e9d
GM
9882 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
9883
ae8ab422
GM
98842000-03-15 Gerd Moellmann <gerd@gnu.org>
9885
9886 * pcvs-defs.el (toplevel): Remove autoload cookie for form
9887 requiring easymenu.
9888
81c7ca69
GM
98892000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9890
9891 * ps-print.el: PostScript user-defined prologue, PostScript error
9892 handler, doc fix.
9893 (ps-print-version): New version number (5.1).
9894 (ps-user-defined-prologue, ps-error-handler-message)
9895 (ps-print-prologue-0, ps-error-handler-alist): New vars.
9896 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
9897 (ps-insert-string): New function.
fa78f71b 9898
dcf1003d
KH
98992000-03-15 Kenichi Handa <handa@etl.go.jp>
9900
9901 * international/ccl.el (ccl-compile-expression): Don't generate
9902 invalid self-assignment code.
9903
73825616
DL
99042000-03-14 Dave Love <fx@gnu.org>
9905
9906 * subr.el (replace-regexp-in-string): Renamed from
9907 replace-regexps-in-string. Doc fix.
9908
031020ac
DL
99092000-03-12 Dave Love <fx@gnu.org>
9910
9911 * cus-edit.el: Doc fixes.
9912 (customize-set-variable, customize-save-variable): Rename args for
9913 doc.
9914 (custom-variable-tag-face, custom-face-tag-face)
9915 (custom-group-tag-face-1, custom-group-tag-face): Modify from
9916 style which user identify as hyperlink.
9917 (hook): Don't add undefined functions to the hook.
9918 (debug-ignored-errors): Transfer message from bindings.el.
9919
9b2f3c38
GM
99202000-03-12 Gerd Moellmann <gerd@gnu.org>
9921
9922 * recentf.el (recentf-keep-non-readable-files-p): Remove
9923 double/nested definition.
9924
0d6e23cf
DL
99252000-03-12 Dave Love <fx@gnu.org>
9926
9927 * facemenu.el (facemenu-get-face): Use display-color-p.
9928 * enriched.el (enriched-decode-foreground): Likewise.
9929 (enriched-decode-background): Likewise.
9930 * isearch.el (isearch-highlight): Likewise.
9931 * info-look.el (info-lookup): Likewise.
9932 * simple.el (completion-setup-function): Likewise.
9933
9934 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
9935 :options.
9936
9937 * bindings.el (mode-line-format): Fix line-number and
9938 column-number items. Add help-echo for the background.
9939 (mode-line-mule-info): Modify help-echo.
9940
9941 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
9942 defcustom.
9943
9944 * files.el (load-file): Allow completion to .elc.
9945
9946 * man.el: Doc fixes.
9947 (Man-init-defvars): Use display-color-p to set fontification.
9948
9949 * play/hanoi.el (hanoi-internal): Don't use oddp.
9950
e1cff360
GM
99512000-03-12 Gerd Moellmann <gerd@gnu.org>
9952
9953 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
9954
9955 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
9956
5e5dff44
GM
99572000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
9958
9959 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
9960 Fix comment.
9961
5b467bf4
SM
99622000-03-10 Stefan Monnier <monnier@cs.yale.edu>
9963
83fef604
SM
9964 * font-lock.el (font-lock-keywords): Fix the doc now that
9965 regexp-opt-depth is unnecessary.
9966 (save-buffer-state): Set an edebug spec.
9967 (font-lock-fontify-anchored-keywords): Properly handle the case when
9968 the matcher goes past the limit.
9969
5b467bf4
SM
9970 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
9971 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
9972
83fef604
SM
9973 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
9974 dll.el and cookie.el (from Elib) with heavy renaming and other
9975 massaging.
5b467bf4
SM
9976
9977 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
9978 Autoload the functions used.
9979 (easy-mmode-define-syntax): Fix CL typo.
9980 (easy-mmode-define-derived-mode): Improve the docstring generation.
9981
d407456c
GM
99822000-03-10 Gerd Moellmann <gerd@gnu.org>
9983
9984 * textmodes/texinfo.el (texinfo-version): Variable and function
9985 removed.
9986
5a7a545c
SM
99872000-03-09 Stefan Monnier <monnier@cs.yale.edu>
9988
0d6e23cf
DL
9989 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
9990 allow more flexibility.
9991 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
9992 fns.
9993 (easy-mmode-defmap, easy-mmode-defsyntax)
9994 (easy-mmode-define-derived-mode): New macros.
5a7a545c 9995
d407456c 99962000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
9997
9998 * rect.el (replace-rectangle): New function.
9999
100002000-03-09 Dave Love <fx@gnu.org>
10001
10002 * progmodes/fortran.el (fortran-comment-line-start): Define as
10003 "C".
10004 (fortran-comment-line-start-skip): Don't match cpp stuff.
10005 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
10006 (fortran-mode-map): Remove over-eager custom-menu-create for now.
10007 (fortran-mode): Don't set fortran-comment-line-start-skip,
10008 fortran-comment-line-start here. Set comment-start,
10009 add-log-current-defun.
10010 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
10011 (fortran-current-defun): New function.
10012
80460654
GM
100132000-03-09 Gerd Moellmann <gerd@gnu.org>
10014
d1221ea9
GM
10015 * emacs-lisp/re-builder.el: New file.
10016
1853aa6b
GM
10017 * mouse.el (mouse-drag-region): Don't run up-event handler
10018 if hscroll has changed.
10019
80460654
GM
10020 * octave-mod.el (octave-font-lock-keywords): To font-lock the
10021 builtin operators, use `font-lock-builtin-face' for Emacs and
10022 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
10023
10024 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
10025 `(defun (setf foo)' differently.
10026
c0056275
SM
100272000-03-08 Stefan Monnier <monnier@cs.yale.edu>
10028
10029 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
10030 (regexp-opt): Update comment and adapt the code the new meaning of
10031 the `paren' argument of regex-opt-group for shy-groups.
10032 (regexp-opt-depth): Handle shy groups as well as backslashed
10033 backslashes.
c0056275
SM
10034 (regexp-opt-group): Turn the leading comment into a docstring.
10035 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
10036 Remove open-presuf and close-presuf. Instead of checking for `all
10037 one-char' and then later on check for `several one-char', handle
10038 both cases close together. Also apply a more generic algorithm
10039 for suffixes (the mirror image of the algorithm used for
10040 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
10041 (regexp-opt-try-suffix): Removed.
10042
10043 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
10044 from comint-mode-map, so we can just inherit from it. Also, move
10045 the initialization into the `defvar' since there's no docstring
10046 anyway and it's fairly short.
10047 (inferior-scheme-mode): Define it as derived-mode: the code is
10048 shorter and this way we inherit from comint-mode-map rather than
10049 copying it.
c0056275 10050
80460654
GM
10051 * subr.el (replace-regexps-in-string): Properly handle the case
10052 where we match an empty string.
c0056275 10053
80460654
GM
10054 * comint.el (comint-exec-1): Add the current-dir to the exec-path
10055 when the command has a directory component (such as "./testml").
c0056275
SM
10056 Also fix a typo in the comment.
10057
5e91ff9e
GM
100582000-03-08 Gerd Moellmann <gerd@gnu.org>
10059
feab4fba
GM
10060 * Makefile (compile-files): Compile files one by one because
10061 that's the only way to ensure a clean compilation environment for
10062 each individual file.
10063
5e91ff9e
GM
10064 * frame.el (other-frame): Call x-focus-frame.
10065
76162e12
DL
100662000-03-07 Dave Love <fx@gnu.org>
10067
f64ce788
DL
10068 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
10069 :require to defcustom.
10070
76162e12
DL
10071 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
10072 lists.
10073
10074 * files.el (auto-mode-alist): Add configure.in.
10075
10076 * progmodes/autoconf.el: New file.
10077
f7daf1e1
GM
100782000-03-07 Gerd Moellmann <gerd@gnu.org>
10079
10080 * mail/mh-e.el: Change maintainer to `none'.
10081
10082 * recentf.el (recentf-keep-non-readable-files-p): Quote args
10083 to remove-hook and add-hook.
10084
100852000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10086
10087 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
10088 it as the default.
10089 (mail-send): Test mail-send-nonascii also for the new `mime' value.
10090 (sendmail-send-it): Conditionally add MIME headers specifying the
10091 used character set.
fa78f71b 10092
63f6b2c4
DL
100932000-03-07 Dave Love <fx@gnu.org>
10094
10095 * winner.el: Fix keywords, autoload cookies. Split
10096 eval-when-compile form to avoid compilation failure.
10097
8330e2f9
KH
100982000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
10099
10100 * international/mule.el: Modify comment about coding system
10101 property `coding-category'.
10102 (make-coding-system): New argument EOL-TYPE. Pay attention to
10103 coding-category property of PROPERTIES.
10104
10105 * international/mule-conf.el (coding-category-utf-8,
10106 coding-category-utf-16-be, coding-category-utf-16-le): New coding
10107 categories. Include them in the argument for set-coding-priority.
10108
10109 * international/mule-cmds.el (reset-language-environment): Include
10110 coding-category-utf-8, coding-category-utf-16-be, and
10111 coding-category-utf-16-le in the argument for set-coding-priority.
10112 (reset-language-environment): Initialize coding-category-utf-8,
10113 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
10114
18bb0684
GM
101152000-03-06 Karl Fogel <kfogel@red-bean.com>
10116
10117 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
10118 code abstracted out of `bookmark-jump-noselect'. Now tries info
10119 extensions as well as compression extensions.
10120 (bookmark-jump-noselect): Use above new func.
fa78f71b 10121
71a6ba55
GM
101222000-03-03 Gerd Moellmann <gerd@gnu.org>
10123
10124 * strokes.el: Change maintainer's mail address.
10125
0d56cdff
KH
101262000-03-03 Kenichi Handa <handa@etl.go.jp>
10127
10128 * international/mule-diag.el (list-character-sets): Make help-echo
10129 string by substitute-command-keys.
10130 (list-character-sets): Likewise.
10131 (sort-listed-character-sets): Call help-setup-xref.
10132
900fa1f1
GM
101332000-03-02 Gerd Moellmann <gerd@gnu.org>
10134
10135 * time.el (display-time-mail-file): Add `none' to the list of
10136 choices.
10137
54d04320
DL
101382000-03-01 Dave Love <fx@gnu.org>
10139
43f3fa09
DL
10140 * help.el (help-xref-go-back): Don't try to set position.
10141
54d04320
DL
10142 * international/mule-diag.el (list-character-sets): Call
10143 help-setup-xref. Add help-echo to xrefs.
10144 (list-character-sets-1): Add help-echo to xrefs.
10145
d054101f
GM
101462000-03-02 Gerd Moellmann <gerd@gnu.org>
10147
10148 * frame.el (blink-cursor-mode): Switch cursor on when turning
10149 the mode off.
10150
10151 * add-log.el (add-log-current-defun): Add support for
10152 Autoconf mode.
10153
10154 * mail/rmail.el (rmail-quit-hook): New variable.
10155
d77dae5c
DL
101562000-03-01 Dave Love <fx@gnu.org>
10157
e5f597f0
DL
10158 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
10159
d77dae5c
DL
10160 * help.el (help-xref-button): Add help-echo arg.
10161 (describe-function-1, describe-variable, help-make-xrefs): Use it.
10162
10163 * faces.el (list-faces-display): Supply help-echo with
10164 help-make-xrefs.
10165
10166 * facemenu.el (list-text-properties-at): Set help-xref-stack to
10167 nil.
10168
72d19d75
GM
101692000-03-01 Gerd Moellmann <gerd@gnu.org>
10170
2df636f4
GM
10171 * image.el (defimage): Look for image files in load-path.
10172
fa78f71b 10173 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
10174 `number'.
10175
2df636f4
GM
101762000-03-01 David Ponce <david.ponce@wanadoo.fr>
10177
10178 * recentf.el (recentf): Added version tag to the defgroup of
10179 recentf.
10180
101812000-03-01 David Ponce <david.ponce@wanadoo.fr>
10182
10183 * recentf.el (recentf-cleanup): Changed to remove excluded file
10184 too.
10185 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
10186 action to select/unselect a file.
10187 (recentf-edit-list): Code cleanup and improvement.
10188 (recentf-open-more-files-action): `recentf-open-more-files' button
10189 widget action to open a file.
10190 (recentf-open-more-files): No more use standard completion but
10191 widgets.
10192 (recentf-more-collection): Deleted.
10193 (recentf-more-history): Deleted.
10194 (recentf-setup-more-completion): Deleted.
10195
101962000-03-01 David Ponce <david.ponce@wanadoo.fr>
10197
10198 * recentf.el (recentf-mode): No more needs that Emacs is running
10199 under a window-system.
10200
102011999-03-01 David Ponce <david.ponce@wanadoo.fr>
10202
10203 * recentf.el (recentf-edit-list): New command to edit the recent
10204 list which allow the user to remove files.
10205 (recentf-edit-selected-items): New global variable, used by
10206 `recentf-edit-list' to hold the list of files to be removed from
10207 the recent list.
10208 (recentf-make-menu-items): Updated to display a "Edit list..."
10209 menu item. Minor code cleanup.
10210
102111999-03-01 David Ponce <david.ponce@wanadoo.fr>
10212
10213 * recentf.el (recentf-open-more-files): New command to open files
10214 that are not displayed in the menu.
10215 (recentf-more-collection): New global variable holding the set of
10216 permissible completions used by `recentf-open-more-files'.
10217 (recentf-more-history): New global variable holding the history list
10218 used by `recentf-open-more-files' completion.
10219 (recentf-setup-more-completion): New function to setup completion for
10220 `recentf-open-more-files'.
10221 (recentf-make-menu-items): Updated to display a "More..." menu item.
10222
102231999-03-01 David Ponce <david.ponce@wanadoo.fr>
10224
10225 * recentf.el (recentf-menu-action): Doc fixed.
10226
102271999-03-01 David Ponce <david.ponce@wanadoo.fr>
10228
10229 * recentf.el (recentf-menu-filter): Doc updated.
10230 (recentf-update-menu-hook): Allow menu filters to force menu update.
10231 (recentf-make-menu-items): New menu filter handling.
10232 (recentf-make-menu-item): New helper function.
10233 (recentf-menu-elements): New menu handling function.
10234 (recentf-sort-ascending): Updated to new menu filter handling.
10235 (recentf-sort-descending): Updated to new menu filter handling.
10236 (recentf-sort-basenames-ascending): New menu filter function.
10237 (recentf-sort-basenames-descending): New menu filter function.
10238 (recentf-show-basenames): New menu filter function.
10239 (recentf-show-basenames-ascending): New menu filter function.
10240 (recentf-show-basenames-descending): New menu filter function.
10241
72d19d75
GM
102422000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10243
10244 * diary-lib.el (list-diary-entries): Don't try to go forward at
10245 the end of the buffer.
10246
1ac1c836
KH
102472000-02-29 Kenichi Handa <handa@etl.go.jp>
10248
10249 * international/mule-diag.el (list-character-sets): Completely
10250 rewritten.
10251 (sort-listed-character-sets): New function.
10252 (list-character-sets-1): Completely rewritten.
10253 (list-character-sets-2): New function.
10254 (non-iso-charset-alist): New variable.
10255 (decode-codepage-char): New function.
10256 (charset-history): New variable.
10257 (read-charset) (list-block-of-chars)
10258 (list-iso-charset-chars)
10259 (list-non-iso-charset-chars)
10260 (list-charset-chars): New functions.
10261 (mule-diag): Call list-character-sets-2, not
10262 list-character-sets-2.
10263 (dump-charsets): Likewise.
10264
ed4d0512
GM
102652000-02-29 Gerd Moellmann <gerd@gnu.org>
10266
72d19d75
GM
10267 * dired-x.el (dired-filename-at-point): Add `@' to valid
10268 file name characters.
10269 (dired-filename-at-point): Handle ange-ftp file names.
10270
ed4d0512
GM
10271 * frame.el (frame-notice-user-settings): Use assq-delete-all
10272 instead of assoc-delete-all.
10273 (frame-notice-user-settings): Ditto.
10274
10275 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
10276 Don't copy alist.
10277
32038c7a
GM
102782000-02-28 Eli Barzilay <eli@cs.cornell.edu>
10279
10280 * calculator.el (calculator-use-menu): New option.
10281 (calculator-initial-bindings): Changed some bindings to work as
10282 macros.
10283 (calculator-forced-input): Removed.
10284 (calculator-restart-other-mode): New variable.
10285 (calculator-mode-map): Set up menu.
fa78f71b 10286
32038c7a
GM
102872000-02-28 Jari Aalto <jari.aalto@poboxes.com>
10288
10289 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
10290 tags.
fa78f71b 10291
55d7ff38 102922000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 10293
55d7ff38
MK
10294 * viper-cmd.el (viper-envelop-ESC-key): added the option to
10295 translate all ESC key sequences.
10296 (viper-goto-mark-subr): restore markers for files for which
10297 they were saved.
10298 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
10299 * viper-util.el (viper-set-replace-overlay-glyphs,
10300 viper-set-replace-overlay): always check if the replacement
10301 overlay is live.
10302 * viper.el (viper-vi-state-mode-list): added major modes.
10303 * ediff-wind.el: minor comment changes.
10304 * ediff.el: copyright notice date fix.
fa78f71b 10305
387023ee
JR
103062000-02-27 Jason Rumney <jasonr@gnu.org>
10307
10308 * faces.el (face-font-family-alternatives): Add arial to helv.
10309 (mode-line, header-line, tool-bar): Same default as x for w32.
10310 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
10311 face-font-family-alternatives from working.
10312 * term/w32-win.el (mouse-set-font): Do not build fontset from
10313 chosen font.
10314
f43d79c1
GM
103152000-02-25 Sam Steingold <sds@goems.com>
10316
5d80cc9c 10317 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 10318 properly.
fa78f71b 10319
8b7bc628 103202000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
10321
10322 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
10323
4eb8436f
GM
103242000-02-25 Gerd Moellmann <gerd@gnu.org>
10325
10326 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
10327 writable.
10328
449c3c52 10329 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 10330
42088c12
GM
103312000-02-24 Gerd Moellmann <gerd@gnu.org>
10332
10333 * frame.el (show-cursor-in-non-selected-windows): New option.
10334
c60ea02e
GM
103352000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10336
10337 * diary-lib.el (include-other-diary-files): Undo the selective
10338 display in any included file and don't kill it.
10339
d066de8e
EZ
103402000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
10341
10342 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
10343 bar. Menu items converted to (menu-item format, help strings
10344 added.
10345 [downcase, upcase]: Don't enable on MS-DOS.
10346 [symlink, symlinks]: Don't show if make-symbolic-link is not
10347 bound.
10348 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
10349
b6906b38
DL
103502000-02-23 Dave Love <fx@gnu.org>
10351
275cf1b2
DL
10352 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
10353 (backward-kill-word): Revert addition of * to interactive spec --
10354 it's a feature.
10355
10356 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
10357 (backward-kill-sentence, kill-sentence): Likewise.
10358
99d48056
DL
10359 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
10360 scratch buffer name.
10361 (gud-format-command): Use int-to-string in ?l case. Simplify
10362 slightly.
10363
10364 * term/w32-win.el (internal-face-interactive): Update prompt for
10365 new read-face-name.
10366
10367 * mail/footnote.el (footnote): Add :version to defgroup.
10368 (footnote-section-tag-regexp): Customize.
10369 (footnote-start-tag, footnote-end-tag): New option.
10370 (footnote-latin-regexp): New variable.
10371 (Footnote-latin): New function.
10372 (footnote-style-alist): Add element for latin style.
10373 (footnote-style): Moved.
10374 (Footnote-goto-footnote): Use eq to test arg.
10375
10376 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
10377
b6906b38
DL
10378 * emacs-lisp/byte-opt.el: Change old backquote syntax.
10379 (byte-compile-trueconstp): Include keywords.
10380 (byte-optimize-quote, byte-optimize-lapcode): Use
10381 byte-compile-const-symbol-p.
10382 (byte-optimize-char-before): New optimization.
10383
10384 * emacs-lisp/bytecomp.el: Change old backquote syntax.
10385 (byte-compile-const-symbol-p): New function.
10386 (byte-compile-constp, byte-compile-out-toplevel)
10387 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
10388 Use it.
10389
10390 * subr.el (define-key-after): Default AFTER to t. Doc fix.
10391
214f877f
KH
103922000-02-23 Kenichi Handa <handa@etl.go.jp>
10393
c709bcf1
KH
10394 * international/encoded-kb.el: Be sure to update minor-mode-alist
10395 and minor-mode-map-alist.
10396 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
10397 codes SS2 and SS3 correctly.
10398 (encoded-kbd-self-insert-ccl): New function.
10399 (encoded-kbd-setup-keymap): New function.
10400 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
10401 by calling encoded-kbd-setup-keymap.
10402
214f877f
KH
10403 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
10404 characters.
10405 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
10406 locally.
10407
b021ef18
DL
104082000-02-22 Dave Love <fx@gnu.org>
10409
10410 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
10411 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
10412 defvar.
10413 (lisp-mode-syntax-table): Set up for #|...|# comments.
10414 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
10415 classes. Match `defface'.
10416 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
10417 (eval-defun-1): Fix for defcustom.
10418 (lisp-indent-region): Doc fix.
10419
10420 * subr.el (when, unless, split-string): Doc fix.
10421 (read-passwd): Move call of clear-this-command-keys to the right
10422 place.
10423 (replace-regexps-in-string): New function.
10424
14cc00ad
GM
104252000-02-22 Gerd Moellmann <gerd@gnu.org>
10426
10427 * help.el (describe-variable): Set syntax table to
10428 emacs-lisp-mode-syntax-table when moving forward over the
10429 symbol's name.
10430
47da5efa
DL
104312000-02-22 Dave Love <fx@gnu.org>
10432
10433 * xt-mouse.el: Doc fixes.
10434 (xterm-mouse-position-function): New function, replacing advice of
10435 mouse-position.
10436 (xterm-mouse-mode): Use it. Don't turn on under a window system.
10437
10438 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
10439
f0a6c717
GM
104402000-02-21 Gerd Moellmann <gerd@gnu.org>
10441
10442 * format.el (format-annotate-single-property-change): Handle
10443 properties.with dotted-list values.
10444 (format-proper-list-p): New function.
10445
10446 * enriched.el (enriched-face-ans): Handle '(foreground-color
10447 . COLOR) and (background-color . COLOR).
10448
2be80b63
DL
104492000-02-20 Dave Love <fx@gnu.org>
10450
10451 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
10452 and assignments to it.
10453 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
10454 current local map.
10455 (make-flyspell-overlay): Use it.
10456 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
10457
10458 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
10459 (lm-get-header-re): Defun, not defsubst.
10460 (lm-get-package-name): Defun, not defsubst. Simplify.
10461 (lm-version): Doc fix. Simplify.
10462 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
10463 (lm-crack-address, lm-last-modified-date, lm-commentary)
10464 (lm-verify, lm-synopsis): Simplify.
10465 (lm-report-bug): Require emacsbug. Use compose-mail.
10466
329eed9f
GM
104672000-02-20 Gerd Moellmann <gerd@gnu.org>
10468
10469 * dired.el (dired-mode): Call propertized-buffer-identification
10470 to set mode-line-buffer-identification to something having
10471 the right text properties.
10472
10473 * bindings.el (propertized-buffer-identification): New function.
10474
be5bb146
DL
104752000-02-20 Dave Love <fx@gnu.org>
10476
10477 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
10478 check for t-mouse too.
10479
10480 * cus-start.el: Make echo-keystrokes `number'.
10481
1d4311c3
EZ
104822000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
10483
10484 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
10485 Don't call ring-empty-p unless tags-location-ring is bound.
10486 From Noah Friedman <friedman@splode.com>.
10487
a23c5037
TTN
104882000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
10489
10490 * progmodes/hideshow.el (hs-flag-region): No longer use
10491 `intangible' overlay property.
10492
10493 (hs-toggle-hiding): New command.
10494 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
10495
10496 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
10497 Fix omission bug: Run `hs-minor-mode-hook' for both activation
10498 and deactivation.
10499
b6a22bf8
GM
105002000-02-18 Gerd Moellmann <gerd@gnu.org>
10501
10502 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
10503
d621caf7
GM
105042000-02-17 Gerd Moellmann <gerd@gnu.org>
10505
3c0ed7ce
GM
10506 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
10507
d621caf7
GM
10508 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
10509 of `*' to handle `(* ... *)' comments.
10510
538d88fb
EZ
105112000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
10512
53c80cf6 10513 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 10514 window-system.
53c80cf6 10515
538d88fb
EZ
10516 * menu-bar.el (global-map): Menu-bar items converted to the new
10517 format (menu-item..., rearranged for better CUA compliance, and
10518 their names changed for better clarity. Help strings added.
10519
10520 * international/mule-cmds.el (mule-menu-keymap)
10521 (describe-language-environment-map, set-coding-system-map)
10522 (setup-language-environment-map): Convert to new (menu-item...
10523 form, add help strings. Change names of menu items for better
10524 clarity. "Mule" menu-bar item removed (it's now in the "Options"
10525 submenu).
10526
8389e1e2 105272000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 10528
a23c5037 10529 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 10530 within the code.
a23c5037 10531
8389e1e2 105322000-02-16 Dave Love <fx@gnu.org>
a23c5037 10533
84fe35f0
DL
10534 * faces.el: Don't require custom. Add more specific :groups to
10535 various deffaces.
10536 (set-face-attribute): Purecopy args.
10537 (read-face-name): Default to name at point and use it in prompt.
10538 Remove colon from arg in all callers.
10539 (list-faces-display): Hyperlink to face descriptions and customize
10540 buffers.
10541
b2aeee30
DL
105422000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
10543
10544 * wid-edit.el (widget-match-inline): An atom never matches a
10545 list.
10546
99e95407
GM
105472000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10548
82d2c7c5
DL
10549 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10550 at ':' characters by call to split-string.
99e95407
GM
10551
105522000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10553
82d2c7c5 10554 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
10555
105562000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10557
82d2c7c5
DL
10558 * textmodes/bibtex.el: Some temporary comments removed.
10559 (bibtex-field-name, bibtex-entry-type): Made the relationship
10560 explicit.
10561 (bibtex-field-const): Allow capital letters.
10562 (bibtex-start-of-string): Deleted because unused.
10563
10564 * textmodes/bibtex.el: Unified some nomenclature. We no longer
10565 use the term 'reference' to describe a bibtex entry as a whole.
10566 Further, reference keys are no longer called 'labels'.
10567 (bibtex-keys): Renamed to bibtex-reference-keys.
10568 (bibtex-reformat-previous-labels): Renamed to
10569 bibtex-reformat-previous-reference-keys.
10570 (bibtex-reference-type): Renamed to bibtex-entry-type.
10571 (bibtex-reference-head): Renamed to bibtex-entry-head.
10572 (bibtex-reference-maybe-empty-head): Renamed to
10573 bibtex-entry-maybe-empty-head.
10574 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10575 (bibtex-search-reference): Renamed to bibtex-search-entry.
10576 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10577 bibtex-enclosing-entry-maybe-empty-head.
10578 (bibtex-entry-field-alist, bibtex-entry-head,
10579 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10580 bibtex-map-entries, bibtex-search-entry,
10581 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10582 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10583 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10584 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10585 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10586 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10587 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
10588
105892000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10590
82d2c7c5
DL
10591 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10592 comment.
10593 (bibtex-format-field-delimiters): New function, functionality
10594 extracted from bibtex-format-entry.
10595 (bibtex-autokey-get-yearfield-digits): New function, functionality
10596 extracted from bibtex-autokey-get-yearfield.
10597
10598 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10599 entries in order to avoid stack overflow in the regexp matcher if
10600 field contents become large.
10601 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10602 bibtex-field-string-part-not-braced,
10603 bibtex-field-string-part-no-inner-braces,
10604 bibtex-field-string-part-1-inner-brace,
10605 bibtex-field-string-part-2-inner-braces,
10606 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10607 bibtex-field-string-quoted, bibtex-field-string,
10608 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10609 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10610 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10611 as parsing is now performed by the following functions.
10612 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10613 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10614 bibtex-parse-field-string, bibtex-search-forward-field-string,
10615 bibtex-parse-association, bibtex-field-name-for-parsing,
10616 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10617 bibtex-search-forward-field, bibtex-search-backward-field,
10618 bibtex-start-of-field, bibtex-end-of-field,
10619 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10620 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10621 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10622 bibtex-parse-string, bibtex-search-forward-string,
10623 bibtex-search-backward-string, bibtex-start-of-string,
10624 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10625 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10626 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10627 entries. Instead of reporting the results of the parsing by
10628 match-beginning or match-end, these functions return data structures
10629 that hold the corresponding positions.
10630 (bibtex-enclosing-field): Changed to also report field boundaries by
10631 return values rather than by match-beginning or match-end. The
10632 following functions have been adapted to use the new parsing
10633 functions.
10634 (bibtex-skip-to-valid-entry, bibtex-search-reference,
10635 bibtex-enclosing-field, bibtex-format-entry,
10636 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10637 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10638 bibtex-print-help-message, bibtex-end-of-entry,
10639 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10640 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10641 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10642 method for parsing.
10643 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10644 bibtex-map-entries, bibtex-flash-head,
10645 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10646 bibtex-autokey-change, bibtex-autokey-get-namefield,
10647 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10648 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10649 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10650 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10651 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10652 order to make the new binding of case-fold-search immediately
10653 visible.
99e95407
GM
10654
106552000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10656
82d2c7c5
DL
10657 * textmodes/bibtex.el: Copyright notice is up to date.
10658 Added constant 'bibtex-maintainer-salutation.
99e95407 10659
82d2c7c5
DL
10660 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10661 than make-temp-name, use match-string-no-properties and eliminate
10662 a quadratic behavior when building bibtex-strings.
99e95407 10663
82d2c7c5
DL
10664 * bibtex.el (bibtex-reference-key): Accept string entries whose
10665 reference key contains upper case letters.
99e95407
GM
10666
106672000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10668
82d2c7c5
DL
10669 * bibtex.el (bibtex-reference-head): Allow entries to start with
10670 a new line.
99e95407
GM
10671
106722000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10673
82d2c7c5
DL
10674 * bibtex.el: Hiding of entry bodies is not longer provided by
10675 bibtex.el directly. Instead the hideshow package can be used.
10676 Added a special bibtex entry to hs-special-modes-alist.
10677 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
10678
106792000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10680
f24fef2f
SM
10681 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10682 at ':' characters by call to split-string.
8389e1e2
GM
10683
106842000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10685
f24fef2f 10686 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
10687
106882000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10689
f24fef2f
SM
10690 * textmodes/bibtex.el: Some temporary comments removed.
10691 (bibtex-field-name, bibtex-entry-type): Made the relationship
10692 explicit.
10693 (bibtex-field-const): Allow capital letters.
10694 (bibtex-start-of-string): Deleted because unused.
fa78f71b 10695
f24fef2f
SM
10696 * textmodes/bibtex.el: Unified some nomenclature. We no longer
10697 use the term 'reference' to describe a bibtex entry as a whole.
10698 Further, reference keys are no longer called 'labels'.
10699 (bibtex-keys): Renamed to bibtex-reference-keys.
10700 (bibtex-reformat-previous-labels): Renamed to
10701 bibtex-reformat-previous-reference-keys.
10702 (bibtex-reference-type): Renamed to bibtex-entry-type.
10703 (bibtex-reference-head): Renamed to bibtex-entry-head.
10704 (bibtex-reference-maybe-empty-head): Renamed to
10705 bibtex-entry-maybe-empty-head.
10706 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10707 (bibtex-search-reference): Renamed to bibtex-search-entry.
10708 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10709 bibtex-enclosing-entry-maybe-empty-head.
10710 (bibtex-entry-field-alist, bibtex-entry-head,
10711 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10712 bibtex-map-entries, bibtex-search-entry,
10713 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10714 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10715 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10716 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10717 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10718 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10719 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
10720
107212000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10722
f24fef2f
SM
10723 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10724 comment.
10725 (bibtex-format-field-delimiters): New function, functionality
10726 extracted from bibtex-format-entry.
10727 (bibtex-autokey-get-yearfield-digits): New function, functionality
10728 extracted from bibtex-autokey-get-yearfield.
fa78f71b 10729
f24fef2f
SM
10730 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10731 entries in order to avoid stack overflow in the regexp matcher if
10732 field contents become large.
10733 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10734 bibtex-field-string-part-not-braced,
10735 bibtex-field-string-part-no-inner-braces,
10736 bibtex-field-string-part-1-inner-brace,
10737 bibtex-field-string-part-2-inner-braces,
10738 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10739 bibtex-field-string-quoted, bibtex-field-string,
10740 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10741 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10742 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10743 as parsing is now performed by the following functions.
10744 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10745 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10746 bibtex-parse-field-string, bibtex-search-forward-field-string,
10747 bibtex-parse-association, bibtex-field-name-for-parsing,
10748 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10749 bibtex-search-forward-field, bibtex-search-backward-field,
10750 bibtex-start-of-field, bibtex-end-of-field,
10751 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10752 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10753 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10754 bibtex-parse-string, bibtex-search-forward-string,
10755 bibtex-search-backward-string, bibtex-start-of-string,
10756 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10757 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10758 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10759 entries. Instead of reporting the results of the parsing by
10760 match-beginning or match-end, these functions return data structures
10761 that hold the corresponding positions.
10762 (bibtex-enclosing-field): Changed to also report field boundaries by
10763 return values rather than by match-beginning or match-end. The
10764 following functions have been adapted to use the new parsing
10765 functions.
10766 (bibtex-skip-to-valid-entry, bibtex-search-reference,
10767 bibtex-enclosing-field, bibtex-format-entry,
10768 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10769 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10770 bibtex-print-help-message, bibtex-end-of-entry,
10771 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10772 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10773 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10774 method for parsing.
10775 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10776 bibtex-map-entries, bibtex-flash-head,
10777 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10778 bibtex-autokey-change, bibtex-autokey-get-namefield,
10779 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10780 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10781 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10782 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10783 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10784 order to make the new binding of case-fold-search immediately
10785 visible.
8389e1e2
GM
10786
107872000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10788
f24fef2f
SM
10789 * textmodes/bibtex.el: Copyright notice is up to date.
10790 Added constant 'bibtex-maintainer-salutation.
fa78f71b 10791
f24fef2f
SM
10792 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10793 than make-temp-name, use match-string-no-properties and eliminate
10794 a quadratic behavior when building bibtex-strings.
fa78f71b 10795
f24fef2f
SM
10796 * bibtex.el (bibtex-reference-key): Accept string entries whose
10797 reference key contains upper case letters.
8389e1e2
GM
10798
107992000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10800
f24fef2f
SM
10801 * bibtex.el (bibtex-reference-head): Allow entries to start with
10802 a new line.
8389e1e2
GM
10803
108042000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10805
f24fef2f
SM
10806 * bibtex.el: Hiding of entry bodies is not longer provided by
10807 bibtex.el directly. Instead the hideshow package can be used.
10808 Added a special bibtex entry to hs-special-modes-alist.
10809 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
10810
108112000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10812
82d2c7c5 10813 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
10814 proceedings entry type (for cross referencing). Thanks to Wagner
10815 Toledo Correa for the suggestion.
10816
82d2c7c5 10817 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 10818
eae61d8f
KH
108192000-02-14 Kenichi Handa <handa@etl.go.jp>
10820
10821 * international/characters.el: Setup case table for Vietnamese.
10822
fb07a302
GM
108232000-02-12 Gerd Moellmann <gerd@gnu.org>
10824
10825 * uniquify.el (toplevel): Require CL at compile time.
10826 (uniquify-push): Removed.
10827
10828 * shadowfile.el (shadow-when): Removed.
10829
10830 * tempo.el (tempo-dolist, tempo-mapc): Removed.
10831 (tempo-process-and-insert-string): Use dolist instead of
10832 tempo-dolist.
10833
10834 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
10835 regexp for paragraph-start.
10836
10837 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
10838 commas as well.
10839
a0eddf92
DL
108402000-02-10 Dave Love <fx@gnu.org>
10841
10842 * wid-edit.el: (widgets) [defgroup]: Remove url link.
10843 (widget-color-choice-list, widget-color-history, widget-mouse-help):
10844 Deleted.
10845 (widget-specify-field, widget-specify-button): Don't use
10846 widget-mouse-help as help-echo property.
10847 (default): Use #'ignore for :validate and :mouse-down-action.
10848 (checkbox): Add help-echo.
10849 (widget-sexp-validate): Rewritten to clarify error messages.
10850 (character): Use char-valid-p in :match function.
10851 (widget-color-complete): Use facemenu-color-alist.
10852 (widget-color-action): Use facemenu-read-color.
10853
10854 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
10855 set up `caar' &c that we now have.
10856
82d2c7c5
DL
108572000-02-09 Ray Blaak <blaak@gnu.org>
10858
10859 * delphi.el: Make resourcestring a declaration region, like const
10860 and var.
10861
6cbc1482
DL
108622000-02-09 Dave Love <fx@gnu.org>
10863
10864 * bindings.el (mode-line-input-method-map): New variable.
10865 (mode-line-mule-info): Use it; fix last change.
10866 (mode-line-mode-menu): Move definition.
10867 (mode-line-mouse-sensitive-p): Deleted.
10868 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
10869 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
10870 level.
10871
10872 * startup.el (command-line-1): Don't call
10873 make-mode-line-mouse-sensitive.
10874
f7136ee8
GM
108752000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10876
10877 * mail/rmail.el (rmail-retry-failure): Use
10878 rmail-beginning-of-message before rmail-toggle-header, because the
10879 former toggles headers.
10880
6e1d0d15
SM
108812000-02-06 Stefan Monnier <monnier@cs.yale.edu>
10882
fef8c55b
SM
10883 * diff-mode.el (diff-kill-junk): New interactive function.
10884 (diff-reverse-direction): Use delete-and-extract-region.
10885 (diff-post-command-hook): Restrict the area so that the hook also works
10886 outside of any diff hunk. This is necessary for the minor-mode.
10887 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
10888 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
10889
6e1d0d15
SM
10890 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
10891 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
10892 so that it can be used more easily in <foo>-mode-hook. Also make sure
10893 to avoid duplicate entries.
10894 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
10895 (font-lock-remove-keywords): Just as was done for `add', allow it to
10896 work even if font-lock-mode is nil. Also make sure we don't modify
10897 any pre-existing list by forcing a copy-sequence. Finally rename
10898 `major-mode' to `mode'.
10899 (font-lock-fontify-syntactic-anchored-keywords)
10900 (font-lock-fontify-anchored-keywords)
10901 (font-lock-fontify-keywords-region): Use line-end-position.
10902 Don't make `font-lock-multiline' local (it's now done in
10903 font-lock-set-defaults).
10904 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
10905 move the `font-lock-fontified' creation to inside the `unless'.
10906
a75dfea0
AI
109072000-02-06 Andrew Innes <andrewi@gnu.org>
10908
10909 * term/w32-win.el (x-handle-args): Comment out call to message,
10910 which occurs before window system is initialized.
10911
10912 * makefile.nt: Add support for recompiling lisp code.
10913
b85e9462
DL
109142000-02-04 Dave Love <fx@gnu.org>
10915
9ff33afb
DL
10916 * bindings.el (mode-line-mule-info): Fix/extend last change.
10917
b85e9462
DL
10918 * completion.el: Replace completion-dolist with dolist.
10919
10920 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
10921 dotimes.
10922
44dff075
CD
109232000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
10924
10925 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
10926 environment names before they go into the section regexp.
10927
10928 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
10929 char class in regexp.
10930
10931 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
10932 `case-fold-search' to nil.
10933
10934 * progmodes/idlwave.el (idlwave-template): Respect
10935 `idlwave-abbrev-change-case'.
10936 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
10937 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
10938 idlwave-while): respect `idlwave-reserved-word-upcase'.
10939 (idlwave-rw-case): New function.
10940 (idlwave-statement-match): Fixed problem with assignment regexp.
10941 (idlwave-font-lock-keywords): Improved regexp for keyword
10942 parameters.
a23c5037 10943 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
10944 operators longer than 1 char.
10945
10946 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
10947 idlwave-shell-expression-overlay. Implemented printing of
10948 expressions on higher levels of the calling stack.
10949 (idlwave-shell-display-level-in-calling-stack): Restore stack
10950 level.
10951 (idlwave-retrieve-expression-from-level): New function.
10952 (idlwave-shell-last-calling-stack): Variable removed.
10953 (idlwave-shell-reset): Argument action reversed (`visible' to
10954 `hidden'). Also remove stop-line overlay.
10955 (idlwave-shell-calling-stack-routine): New variable.
10956 (idlwave-shell-parse-stack-and-display): Messages now display
10957 negative level numbers.
10958 (idlwave-shell-mode): Set `modeline-format'.
10959 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
10960 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
10961 21.
10962 (idlwave-shell-print-expression-function): New option.
a23c5037 10963
44dff075
CD
10964 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
10965 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
10966 `tool-bar' instead of `toolbar'.
10967
f26c34fd
DL
109682000-02-02 Dave Love <fx@gnu.org>
10969
10970 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
10971 emacs-lisp-mode-hook. Don't check for defalias being defined.
10972
10973 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
10974 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
10975 the new builtins directly.
10976
10977 * whitespace.el (whitespace): Add :version to defgroup.
10978
10979 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
10980 Doc fix.
10981
10982 * thingatpt.el (sexp-at-point, symbol-at-point)
10983 (number-at-point, list-at-point): Add autoload cookie.
10984
10985 * recentf.el (recentf): Add :version to defgroup.
10986
10987 * quickurl.el (quickurl): Add :version to defgroup.
10988
10989 * elide-head.el (elide-head): Use point-marker more.
10990
10991 * bs.el (bs): Add :version to defgroup.
10992
10993 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
10994
10995 * progmodes/delphi.el (delphi): Add :version to defgroup.
10996
d240a249
GM
109972000-02-02 Gerd Moellmann <gerd@gnu.org>
10998
10999 * ange-ftp.el (ange-ftp-write-region): Handle case that
11000 succeeding process operation sets a different coding system.
11001
11002 * calculator.el: New file.
11003
d5179a01
EZ
110042000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
11005
11006 * frame.el (frames-on-display-list, framep-on-display): New
11007 functions.
11008 (display-mouse-p, display-popup-menus-p, display-graphic-p)
11009 (display-selections-p, display-screens, display-pixel-width)
11010 (display-pixel-height, display-mm-width, display-mm-height)
11011 (display-backing-store, display-save-under, display-planes)
11012 (display-color-cells, display-visual-class): New functions.
11013
11014 * term/tty-colors.el (tty-color-gray-shades): New function.
11015
11016 * faces.el (display-color-p): Use framep-on-display.
11017 (display-grayscale-p): New function.
11018
968e00f0
DL
110192000-01-31 Dave Love <fx@gnu.org>
11020
11021 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
11022 (create-fontset-from-x-resource): Don't concat integers.
11023
2cb750ba
GM
110242000-01-31 Inge Frick <inge@nada.kth.se>
11025
11026 * view.el: Some changes in documentation. Removed some trailing
11027 whitespace. Changed some parameter names to agree with
11028 documentation.
11029 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
11030 window is not deleted. Modifies change 1998-04-26.
a23c5037 11031
74e9213b
GM
110322000-01-31 Gerd Moellmann <gerd@gnu.org>
11033
47569935
GM
11034 * windmove.el: New file.
11035
74e9213b
GM
11036 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11037 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 11038 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 11039
74e9213b
GM
11040 * jit-lock.el (jit-lock-function): Widen before calculating end
11041 position.
11042 (jit-lock-stealth-chunk-start): Rewritten.
11043
11044 * info.el (Info-title-face-alist): Removed.
11045 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
11046 faces.
11047 (Info-fontify-node): Use these faces.
11048
994c5afe
GM
110492000-01-30 Gerd Moellmann <gerd@gnu.org>
11050
11051 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
11052 (cl-macro-list1): Recognize `&allow-other-keys' instead of
11053 `&allow-other-keywords'.
11054
11055 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
11056 the list of directories scanned heuristically.
11057
11058 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
11059 exist.
11060
f00276e3
JR
110612000-01-30 Jason Rumney <jasonr@gnu.org>
11062
11063 * w32-fns.el: Define w32-tty-standard-colors.
11064
11065 * startup.el (command-line): Use w32-tty-standard-colors when in
11066 w32 console mode.
11067
cc4dfff0
DL
110682000-01-30 Dave Love <fx@gnu.org>
11069
e645e77b
DL
11070 * jka-compr.el (jka-compr-load): Fix up load-history.
11071
cc4dfff0
DL
11072 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
11073
11074 * emacs-lisp/cl-macs.el: Revert previous change.
11075
16215eb0
DL
110762000-01-29 Dave Love <fx@gnu.org>
11077
11078 * facemenu.el: Purecopy various strings.
11079
11080 * timezone.el (timezone-fix-time): Window against 69 for two-digit
11081 years. Deal with three-digit years.
11082
11083 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
11084 defconst, purecopy.
11085 (help-back-label): Purecopy it.
11086
bbd9b566
GM
110872000-01-18 Gerd Moellmann <gerd@gnu.org>
11088
11089 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
11090 variable. If non-nil, order the buffer list according to the
11091 currently selected frame.
11092 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
11093 non-nil, pass the selected frame to function buffer-list.
a23c5037 11094
887448e1
GM
110952000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11096
11097 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
11098
7df85084
DL
110992000-01-28 Dave Love <fx@gnu.org>
11100
142e109c
DL
11101 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
11102
7df85084
DL
11103 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
11104 Don't use lisp-indent-hook property.
11105 (cl-abs): Remove.
11106
11107 * subr.el: Move out indent and edebug specs for when and unless.
11108
11109 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
11110 when, unless.
11111
11112 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
11113 unless, when.
11114
3b43c01c
GM
111152000-01-28 Gerd Moellmann <gerd@gnu.org>
11116
d060bc9f
GM
11117 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
11118 `collecting' as synonym for `collect'.
11119
11120 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
11121 for the case it contains spaces.
11122
11123 * simple.el (what-cursor-position): Change formatting of
11124 messages.
11125
b02786f9
GM
11126 * frame.el (delete-other-frames): New function.
11127 (toplevel): Bind it to C-x 5 1.
11128
efd68b8a
GM
11129 * sort.el (sort-numeric-base): New option.
11130 (sort-numeric-fields): If number starts with `0' or `0[xX[',
11131 interpret it as octal or hexadecimal. Use sort-numeric-base
11132 as default base.
11133
3b43c01c
GM
11134 * progmodes/glasses.el: New file.
11135
984ae001
GM
111362000-01-27 Gerd Moellmann <gerd@gnu.org>
11137
a0b796e3
GM
11138 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
11139 userids differently.
11140
984ae001
GM
11141 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11142 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11143 progmodes/ebnf-yac.el: New files.
11144
6c67ddee
DL
111452000-01-26 Dave Love <fx@gnu.org>
11146
11147 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
11148 on a function with an empty body. [From Eric Ludlam.]
11149
4e6473c8
GM
111502000-01-25 Andre Spiegel <spiegel@gnu.org>
11151
11152 * vc.el (vc-version-diff): Make sure file name is expanded.
11153
e12489f9
GM
111542000-01-25 Gerd Moellmann <gerd@gnu.org>
11155
11156 * scroll-bar.el (scroll-bar-timer): Variable removed.
11157 (scroll-bar-toolkit-scroll): Don't use a timer.
11158
8dbe2b07
KH
111592000-01-25 Kenichi Handa <handa@etl.go.jp>
11160
11161 * language/thai-util.el (thai-composition-function): Delete
11162 superfluous `a'.
11163
26ef1c87
DL
111642000-01-24 Dave Love <fx@gnu.org>
11165
11166 * fortran.el (fortran-mode): Use beginning-of-defun-function,
11167 end-of-defun-function.
11168
11169 * font-lock.el (turn-on-font-lock): Don't depend on window-system
11170 &c.
11171
7ed4e9a7
JR
111722000-01-22 Jason Rumney <jasonr@gnu.org>
11173
11174 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
11175 conflicts with new face support.
11176
8b7bc628 111772000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
11178
11179 * replace.el (query-replace): Rename last arg to DELIMITED.
11180 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
11181 (query-replace-regexp): Likewise.
11182
8b7bc628 111832000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 11184
02b14400
RS
11185 * subr.el (with-syntax-table): Use make-symbol, not gensym.
11186
5bb6f079
RS
11187 * emacs-lisp/lisp.el (beginning-of-defun-function):
11188 Variable renamed from beginning-of-defun.
11189 Do not call make-variable-buffer-local.
11190 (beginning-of-defun-raw): Use new variable name; doc fix.
11191 (beginning-of-defun): Doc fix.
11192 (end-of-defun-function): Variable renamed from end-of-defun.
11193 Do not call make-variable-buffer-local.
11194 (end-of-defun): Use new variable name; doc fix.
11195
02b14400
RS
11196 * subr.el (dolist, dotimes): Copied from cl-macs.el
11197 and made to work.
2d5e9b54 11198
a23c5037 11199 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
11200 Variable replaces rmail-digest-end-regexp.
11201 Allows multiple regexps for detecting the end line.
11202 (undigestify-rmail-message): Corresponding changes.
11203
60af03f1
DL
112042000-01-19 Dave Love <fx@gnu.org>
11205
fe5d99e1
DL
11206 * files.el (user-init-file): Don't declare here -- is primitive.
11207
60af03f1
DL
11208 * startup.el (command-line): Check for compiled user-init-file and
11209 set to uncompiled version if necessary.
11210
72dbbc7d
GM
112112000-01-18 Gerd Moellmann <gerd@gnu.org>
11212
6a1950ec
GM
11213 * mail/undigest.el (rmail-digest-end-regexp): New user option.
11214 (undigestify-rmail-message): Use it.
11215
72dbbc7d
GM
11216 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
11217
fbe91bbd
GM
112182000-01-17 Gerd Moellmann <gerd@gnu.org>
11219
11220 * tmm.el (tmm-goto-completions): Adapt to prompt being part
11221 of mini-buffer.
11222
33a6685b
GM
112232000-01-14 Gerd Moellmann <gerd@gnu.org>
11224
b3303df7
GM
11225 * emacs-lisp/copyright.el (copyright-update): Removed the
11226 requirement for a trailing space from `copyright-regexp', to
11227 support copyrights with owner specified on a separate line..
a23c5037 11228
3c4c8064
GM
11229 * align.el: New file.
11230
33a6685b
GM
11231 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
11232
11233 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
11234
044a4975
DL
112352000-01-13 Dave Love <fx@gnu.org>
11236
11237 * ph.el: Removed. (Obsoleted by EUDC.)
11238
0a352cd7
GM
112392000-01-13 Gerd Moellmann <gerd@gnu.org>
11240
11241 * net/eudc.el (toplevel): Remove autoloaded code installing
11242 menu with easymenu, because that causes build problems.
11243
11244 * frame.el (frame-notice-user-settings): New variable.
11245 (frame-notice-user-settings): Don't modify frame parameters
11246 if called a second time.
11247
8b7bc628 112482000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
11249
11250 * frame.el (frame-notice-user-settings):
11251 Notice default-frame-parameters even for non-window frames.
11252
feb450e0
GM
112532000-01-13 Gerd Moellmann <gerd@gnu.org>
11254
11255 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
11256 for Emacs.
11257 (eudc-bob-can-display-inline-images): Extend for Emacs.
11258 (eudc-bob-toggle-inline-display): Ditto.
11259 (eudc-bob-display-jpeg): Ditto.
11260
99c6d63b
GM
112612000-01-12 Gerd Moellmann <gerd@gnu.org>
11262
7970b229
GM
11263 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
11264 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
11265 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 11266
e4936aa9
GM
11267 * add-log.el (add-change-log-entry): Fix error trying an `(insert
11268 nil)'.
11269
11270 * subdirs.el: Add `net' directory.
11271
133c9e59
GM
11272 * net: New directory.
11273
99c6d63b
GM
11274 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
11275 eval-last-sexp. Don't bind debug-on-error here.
11276 (eval-last-sexp): New function. Bind debug-on-error if
11277 eval-expression-debug-on-error is non-nil.
11278 (eval-defun-2, eval-defun): Likewise.
11279
11280 * simple.el (eval-expression): Don't bind debug-on-error if
11281 eval-expression-debug-on-error is nil. Detect changed
11282 debug-on-error, and propagate new value to global binding, if
11283 eval-expression-debug-on-error is non-nil,
11284 (eval-expression-debug-on-error): Change doc string.
a23c5037 11285
8b7bc628 112862000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
11287
11288 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
11289
11290 * emacs-lisp/lisp-mode.el (with-syntax-table):
11291 Set up lisp-indent-function property.
11292
11293 * subr.el (with-syntax-table): Moved from simple.el.
11294
11295 * simple.el (with-syntax-table): Moved to subr.el.
11296
7e3c74fa
GM
112972000-01-11 Gerd Moellmann <gerd@gnu.org>
11298
1fab1775
GM
11299 * tmm.el (tmm-shortcut): Delete region after prompt instead
11300 of erasing buffer.
11301
7e3c74fa 11302 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
11303 (fill-context-prefix): Use the longest common prefix of first
11304 and second line fill prefix, if there is one.
7e3c74fa 11305
8b7bc628 113062000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
11307
11308 * array.el (array-mode): Don't use make-variable-buffer-local.
11309 Use make-local-variable for `truncate-lines'.
11310
aa705642 113112000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 11312
aa705642
GM
11313 * add-log.el (add-log-current-defun): Handle user-defined
11314 add-log-current-function returning nil,
a23c5037 11315
57df2446 11316 * add-log.el (add-change-log-entry): Insert version number
aa705642 11317 if having found a current function
c1356086
GM
11318
11319 * add-log.el (add-log-current-defun): Call
11320 `add-log-current-defun-function'. Try matches at level 0 and
11321 level 1. Strip whitespace from defun found.
a23c5037 11322
1d8c59e9
RS
113232000-01-10 John Wiegley <johnw@gnu.org>
11324
11325 * allout.el (isearch-done/outline-provisions): Added `edit'
11326 argument to correspond with the current definition of
11327 `isearch-done'.
11328
8cf87e9b
DL
113292000-01-10 Dave Love <fx@gnu.org>
11330
11331 * elide-head.el (elide-head): Use point-marker, not point.
11332
9050446c
GM
113332000-01-10 Gerd Moellmann <gerd@gnu.org>
11334
8321b22a
GM
11335 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
11336 before and after the year 2000.
a23c5037 11337
9050446c
GM
11338 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
11339 Add ispell- prefix.
11340
113412000-01-10 Ken Stevens <k.stevens@ieee.org>
11342
11343 * ispell.el: Only define dictionaries in menus when they exist.
11344 (version18p): New variable.
11345 (version20p): New variable.
11346 (xemacsp): New variable.
11347 (ispell-choices-win-default-height): Fix for XEmacs visibility.
11348 (ispell-dictionary-alist1): Added Brasileiro dictionary.
11349 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 11350 run-together words.
9050446c
GM
11351 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
11352 (ispell-dictionary-alist): Add koi8-r to customize definition.
11353 (check-ispell-version): Added documentation string. Returns
f24fef2f 11354 library path when called non-interactively.
9050446c
GM
11355 (ispell-menu-map-needed): Uses new variables.
11356 (ispell-library-path): New variable.
11357 (ispell-decode-string): XEmacs fix for bogus variable bindings.
11358 (ispell-word): Improved documentation string. Test for valid
11359 character mappings. Correctly check typed in word changes that can
11360 result in single words split into multiple words. Returns
11361 replacement word.
11362 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
11363 replace in recursive query replace mode. Help message for
11364 recursive edit mode.
11365 (ispell-show-choices): Protect against bad framepop bindings.
11366 (ispell-help): Fix to work with XEmacs.
11367 (ispell-highlight-spelling-error): Use new variables.
11368 (ispell-overlay-window): Fix to work with XEmacs.
11369 (ispell-parse-output): Passed and returns location information
11370 tracking spelling corrections. Doesn't recheck same word on
11371 current line.
11372 (ispell-init-process): Protect against bogus XEmacs variable binding.
11373 Fix call to single argument in sleep-for. Use new variables.
11374 (ispell-region): Passed and returns location information tracking
11375 spelling corrections. Doesn't check same word on current line.
11376 Improved documentation string. Doesn't resend a line already
11377 checked to the ispell process - fixes bug in LaTeX parsing.
11378 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
11379 (ispell-skip-region): No longer skips <TT> in SGML.
11380 (ispell-process-line): Tracks location information with spelling
11381 corrections. Added documentation string. Accounts for words
11382 already accepted on this line. Don't allow query-replace on line
11383 starting with math characters. Doesn't resend a line already sent
11384 to ispell process. Fixes alignment error bug.
a23c5037 11385
8b7bc628 113862000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 11387
a23c5037 11388 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
11389 Suggest xloadimage, which is free, not xv, which isn't.
11390
a23c5037 11391 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
11392 Don't ever include the host name or user name in the value.
11393
9ed79f5d
GM
113942000-01-09 Gerd Moellmann <gerd@gnu.org>
11395
11396 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
11397 of a real newline.
11398
b950abb1
GM
113992000-01-09 Stephen Eglen <stephen@gnu.org>
11400
a23c5037 11401 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
11402 for .png files.
11403
3c708e98
GM
114042000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
11405
11406 * cus-edit.el (custom-hook-convert-widget): Fix comment.
11407
bf61662d
GM
114082000-01-09 Gerd Moellmann <gerd@gnu.org>
11409
f1d851ae
GM
11410 * progmodes/cperl-mode.el: Replace ^F with ^L.
11411
bf61662d 11412 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 11413 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
11414 recursion.
11415
c65d14ee
DL
114162000-01-08 Dave Love <fx@gnu.org>
11417
8cf87e9b
DL
11418 * emacs-lisp/backquote.el: Remove inappropriate customization
11419 (allowing custom.el to use backquote).
c65d14ee 11420
83de2ebc
DL
114212000-01-07 Dave Love <fx@gnu.org>
11422
11423 * add-log.el (add-log-debugging): Deleted.
11424 (add-change-log-entry): Treat a backup FILE-NAME as its parent
11425 file. Remove debugging code.
11426 (change-log-get-method-definition, change-log-name): Add doc.
11427 (change-log-sortable-date-at): New function.
11428 (change-log-merge): New command.
11429
11430 * time.el (display-time-string-forms): Make the Mail string active.
11431 (display-time-update): Provide help-echo for load average.
11432
11433 * bindings.el (make-mode-line-mouse2-map): New function.
11434 (mode-line-modified): Use it and simplify.
11435 (mode-line-mule-info): Provide help-echo info.
11436 (minor-mode-alist): Activate the strings.
11437 (make-mode-line-mouse-sensitive): Simplify for
11438 mode-line-buffer-identification.
11439
c1475eae
GM
114402000-01-07 Gerd Moellmann <gerd@gnu.org>
11441
11442 * play/pong.el: New file.
11443
83de2ebc
DL
114442000-01-06 Dave Love <fx@gnu.org>
11445
11446 * array.el: Assorted cleanups for compiler warnings, doc strings,
11447 `array-' prefix for symbols.
11448
114492000-01-05 Dave Love <fx@gnu.org>
11450
11451 * textmodes/outline.el (outline-mode-menu-bar-map): Add
11452 outline-headers-as-kill.
11453 (outline-mode): Define imenu-generic-expression.
11454 (outline-headers-as-kill): New command.
11455
11456 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
11457 from paragraph-start.
11458 (paragraph-indent-minor-mode): New command.
11459
11460 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
11461 M-C-e, M-C-h, C-j, C-xnd, TAB.
11462 (fortran-mode): Set beginning-of-defun, end-of-defun.
11463 (fortran-column-ruler): Simplify.
11464 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
11465 (fortran-with-subprogram-narrowing): Likewise.
11466 (fortran-indent-subprogram): Call mark-defun.
11467 (fortran-check-for-matching-do): Change narrowing.
11468
11469 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
11470 (cl-lucid-hash-tag): Delete.
11471 (cl-hash-table-p): Correct test for native table.
11472 (cl-hash-table-count): Use hash-table-count.
11473
11474 * browse-url.el (browse-url): Fix case of
11475 browse-url-browser-function being an alist.
11476
676ac023
CD
114772000-01-05 Carsten Dominik <cd@gnu.org>
11478
c1475eae
GM
11479 * textmodes/reftex-vars.el (reftex-parse-file-extension)
11480 (reftex-index-phrase-file-extension): New options.
676ac023
CD
11481
11482 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 11483 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
11484
11485 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 11486 `reftex-parse-file-extension'.
eb483e17 11487
88807984
DL
114882000-01-05 Dave Love <fx@gnu.org>
11489
83de2ebc 11490 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
11491 (beginning-of-defun-raw): Use it.
11492 (end-of-defun): New variable.
11493 (end-of-defun): Use it.
11494 (check-parens): New command.
11495
1362aeb4
TTN
114962000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
11497
c1475eae
GM
11498 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
11499 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 11500
7ddafb95
TTN
11501 Fix buglet in local variables initialization.
11502
7334aa99
AS
115032000-01-05 Andreas Schwab <schwab@suse.de>
11504
11505 * hscroll.el (hscroll): Doc fix.
11506
b12e24cd
CD
115072000-01-05 Carsten Dominik <cd@gnu.org>
11508
11509 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
11510 idlw-toolbar.
11511
11512 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
11513 file idlw-rinfo.el.
1362aeb4
TTN
11514 (idlwave-customize): load must read file idlw-shell.el.
11515 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 11516
d6226972
CD
115172000-01-05 Carsten Dominik <dominik@astro.uva.nl>
11518
11519 * progmodes/idlw-shell.el: Also provide idlwave-shell
11520 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
11521 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
11522
11523 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
11524 both reftex-dcr and reftex-vcr.
1362aeb4 11525
d6226972
CD
11526 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
11527
6ddb893f 115282000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
11529
11530 * ps-print.el: PostScript code now is in separate files, doc fix.
11531 (ps-print-version): New version number (5.0.3).
11532 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
11533 local.
11534 (ps-spool-config): Initialization fix.
c1475eae
GM
11535 (ps-print-prologue-1, ps-print-prologue-2)
11536 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
11537 (ps-background-image): Little code reformating.
11538 (ps-begin-file, ps-begin-job): Fix code.
88807984 11539 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
11540 (ps-prologue-file): New fun.
11541
ae833aae
KH
115422000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11543
c1475eae 11544 * ps-vars.el: Eliminated.
ae833aae
KH
11545
11546 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
11547 `;;;###autoload'.
11548
11549 * ps-print.el: ps-vars eliminated, doc fix.
11550 (ps-print-version): New version number (5.0.2).
11551 (ps-spool-config): Initialization fix.
11552 (ps-print-customize): New fun.
11553
560a7bd2
GM
115542000-01-04 Gerd Moellmann <gerd@gnu.org>
11555
11556 * autorevert.el (auto-revert-mode): Return value of
11557 auto-revert-mode.
11558
f45dd0f4
DL
115592000-01-04 Dave Love <fx@gnu.org>
11560
fae2ac05
DL
11561 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
11562 menu items.
f45dd0f4 11563
61255981
DL
115642000-01-03 Dave Love <fx@gnu.org>
11565
88807984 11566 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 11567
83de2ebc 11568 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
11569 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
11570 `cl-hash-table-p', not `hash-table-p'.
11571 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
11572
c182a70f
EZ
115732000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11574
11575 * faces.el (face-read-integer, read-face-attribute)
11576 (color-defined-p, color-values): unspecified-{f,b}g are now
11577 strings.
11578
047f434a
GM
115792000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
11580
11581 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
11582 at comment end, and re-insert them after filling.
11583
bab531e2
EZ
115842000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11585
11586 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
11587 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
11588 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 11589
d684c676
EZ
115902000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11591
11592 * term/x-win.el (xw-defined-colors): Call color-supported-p,
11593 the new name of face-color-supported-p.
11594
11595 * term/w32-win.el (xw-defined-colors): Likewise.
11596
0aad4805
EZ
115972000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11598
11599 * simple.el (completion-setup-function): Count completion-size
11600 from minibuffer-prompt-end, not from point-min.
11601
5fe1d139
EZ
116022000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
11603
11604 * faces.el (read-face-attribute, defined-colors, color-defined-p):
11605 Pass the frame to tty-color-* functions.
11606 (display-color-p, frame-set-background-mode): Pass the frame to
11607 tty-display-color-p.
11608
11609 * term/tty-colors.el (tty-defined-color-alist): Renamed from
11610 tty-color-alist.
11611 (tty-color-alist, tty-modify-color-alist): New functions.
11612 (tty-color-define, tty-color-clear, tty-color-approximate)
11613 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
11614 an optional parameter FRAME.
11615
162dec01
GM
116162000-01-01 Gerd Moellmann <gerd@gnu.org>
11617
27189709
GM
11618 * image.el (create-image, defimage): Don't assume image data is a
11619 string.
11620
162dec01
GM
11621 * image.el (defimage): Handle specifications containing :data
11622 instead of :file.
11623 (image-type-from-data): New function.
11624 (image-type-from-file-header): Use it.
11625 (create-image): Add parameter DATA-P.
1362aeb4 11626
bea56df7 11627See ChangeLog.8 for earlier changes.
25a6fab1
KH
11628
11629;; Local Variables:
e64c3a75 11630;; coding: iso-2022-7bit
25a6fab1 11631;; End: