(mm-uu-configure-list): Move back to old location,
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
0e40b809
EL
12000-11-01 Eric M. Ludlam <zappo@ultranet.com>
2
3 * comint.el (comint-add-to-input-history): New function.
4 (comint-send-input): Use `comint-add-to-input-history'.
5
50ada0db
MB
62000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7
973a3104
MB
8 * info.el (info-menu-header): New face.
9 (Info-fontify-menu-headers): New function.
10 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
11
50ada0db
MB
12 * info.el (Info-insert-dir): Don't include blank lines at
13 beginning of additional dir files (one is added automatically).
14
bff53411
SM
152000-11-01 Stefan Monnier <monnier@cs.yale.edu>
16
17 * emacs-lisp/easy-mmode.el (define-minor-mode):
18 Revert the latest changes.
19 Allow the three positional arguments to be skipped and replaced
20 by keyword arguments.
21 Add a :toggle argument to determine whether a nil arg means toggle
22 or means turn-on. The default is unchanged.
23 Add a call to force-mode-line-update.
24
6b8a0b2d
DL
252000-11-01 Dave Love <fx@gnu.org>
26
27 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
28 cookie.
29
5bf99100
MB
302000-11-01 Miles Bader <miles@lsi.nec.co.jp>
31
32 * calendar/calendar.el (diary-face, holiday-face): Add
33 dark-background variants.
34
a4032611
SS
352000-10-31 Sam Steingold <sds@gnu.org>
36
37 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
38 `tex-main-file' does not have directory in it.
39
c286608e
SM
402000-10-31 Stefan Monnier <monnier@cs.yale.edu>
41
42 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
43
4836835a
TTN
442000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
45
46 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
47 functional change.
48
26dcb81b
GM
492000-10-31 Gerd Moellmann <gerd@gnu.org>
50
51 * files.el (find-file-noselect): When we expand a wildcard, return
52 a list of buffers, as we should do according to the doc string.
53
49fc4500
KR
542000-10-31 Ken Raeburn <raeburn@gnu.org>
55
56 * loadup.el (top level): Adjust load path if program name is
57 "../src/bootstrap-emacs", in case it's not dumped and thus the
58 load path adjustment hasn't already been done.
59
ea0c615d
GM
602000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
61
62 * ps-print.el: Fix bug on selected pages for printing. Use
63 `color-values' for Emacs 21. Ensure fontification when jit-lock
64 is on. Try to avoid warning messages when compiling. Doc Fix.
65 (ps-print-version): New version number (6.3).
66 (ps-color-device): Use `color-values' to determine if device
67 supports color.
68 (ps-color-values): Try to use `x-color-values' when using XEmacs.
69 (ps-print-page-p): Changed from defsubst to defun.
70 (ps-page-number): Changed from defmacro to defun.
71 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
72 printing.
c286608e 73 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
74 (ps-end-file, ps-dummy-page): Funs eliminated.
75 (ps-print-color-scale): Changed default value.
76 (ps-page-n-up, ps-print-page-p): New internal vars.
77 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
78 (ps-plot-region, ps-generate, ps-end-job): Code fix.
79
9e20722f
GM
80 * delim-col.el: Little programming improvement.
81 (delimit-columns-str): New macro.
82 (delimit-columns-region, delimit-columns-rectangle): Code fix.
83
d7a0fd00
KH
842000-10-31 Kenichi Handa <handa@etl.go.jp>
85
c286608e
SM
86 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
87 Moved to european.el.
d7a0fd00
KH
88 (ccl-encode-mac-roman-font, fontset-mac): Modified for
89 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
90 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
91 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 92
234be340
DL
932000-10-30 Dave Love <fx@gnu.org>
94
95 * progmodes/cc-menus.el (imenu-generic-expression)
96 (imenu-progress-message): Only defvar when compiling.
97
4edc4a39
DL
98 * emacs-lisp/elp.el (elp-unload-hook): New function.
99
100 * loadhist.el (unload-feature): Call elp-restore-function,
101 checking for symbols; don't use elp-restore-all.
102 (loadhist-hook-functions): Doc fix.
103
70c825df
SM
1042000-10-30 Stefan Monnier <monnier@cs.yale.edu>
105
106 * log-edit.el (log-edit-confirm): Fix the default.
107
1d3baf74
GM
1082000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
109
110 * delim-col.el: Little fix: replace delimit-columns-align-columns by
111 delimit-columns-format.
112 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 113
1ec321a7
MB
1142000-10-30 Miles Bader <miles@lsi.nec.co.jp>
115
116 * comint.el (comint-replace-by-expanded-history): Don't use
117 comint-get-old-input (we're not looking at *old* input).
118 (comint-get-old-input-default): If using fields, signal an error
119 when the point is not in an input field.
120
70737ea9
KH
1212000-10-30 Kenichi Handa <handa@etl.go.jp>
122
123 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
124 and mule-unicode-e000-ffff.
125
fa0cb51d 126 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
127 (make-coding-system): Accept a symbol of translation table as a
128 value of property `safe-chars'.
129
130 * international/mule-cmds.el (encode-coding-char): Check property
131 safe-chars instead of safe-charsets.
132
133 * international/fontset.el (fontset-default): Modified for
134 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
135 (x-font-name-charset-alist): Likewise.
136 (ccl-encode-unicode-font): New CCL program. Record it in
137 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
138
70c825df
SM
139 * language/european.el (mac-roman-decoder, mac-roman-encoder):
140 New translation tables.
70737ea9
KH
141 (decode-mac-roman, encode-mac-roman): Definition of these CCL
142 programs are modified and moved from mac-win.el.
143 (mac-roman): Definition of this coding system is modified and
144 moved from mac-win.el.
4836835a 145
fda2ce24 1462000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 147
1d3baf74 148 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 149 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 150
dd4d3cb6
MB
1512000-10-29 Miles Bader <miles@gnu.org>
152
153 * custom.el (custom-add-to-group): Allow multiple entries for a
154 given value OPTION, as long as their widget types are different.
155 * cus-edit.el (custom-face-value-create): If face name doesn't end
156 with "face", add such here (similar to custom group widgets).
157
158 * comint.el (comint-highlight-prompt): Add :type.
159
dace60cf
JW
1602000-10-28 John Wiegley <johnw@gnu.org>
161
162 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
163 Changed this function to operate on a temporary buffer instead of
164 the main buffer. This not only keeps flyspell from marking a
165 buffer as changed that wasn't, but it solves the jumpy cursor
166 problem when attempts are made to edit incorrect words.
167 (flyspell-maybe-correct-doubling): Same change as for
168 `flyspell-maybe-correct-transposition'.
169
170 * calendar/timeclock.el (timeclock-log): Doc fix.
171 (timeclock-last-event): Doc fix.
172 (timeclock-log): Kill the timelog buffer after appending a new
173 event.
174 (timeclock-find-discrep): Use a temp buffer to read in the
175 timelog, instead of visiting the file.
176 (timeclock-log-data): A new function, along with a host of helper
177 functions, for the purpose of making timelog data accessible to
178 programmers.
179
180 * eshell/esh-mode.el (window-height test): Make certain that
181 `eshell-stringify-t' is non-nil.
182 (eshell-password-prompt-regexp): Changed to a much simpler
183 password regexp.
184 (eshell-send-input): If `eshell-invoke-directly' returns t,
185 directly invoke the parsed command using `eval'. This improves
186 turn-around time on simple commands by a factor of three or
187 greater, such as cd, ls, pwd, etc. -- which get used very often.
188 It also conserves thousands of cons cells per call (since
189 `eshell-do-eval' consumes memory like a Cookie Monster set loose
190 in the Pacific Cookie Company).
191
192 * eshell/esh-test.el (eshell-test): Whitespace fix.
193
194 * eshell/em-ls.el (eshell-ls-insert-directory): Make
195 `eshell-ls-initial-args' nil when inserting directory contents.
196
197 * eshell/em-script.el (eshell-script-initialize): Add names to
198 `eshell-complex-commands, since `source' and `.' are complex.
199
0467b076
EZ
200 * eshell/esh-cmd.el (eshell-rewrite-for-command)
201 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
202 `eshell-copy-handles'.
203 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
204 bodies.
205 (eshell-separate-commands): Whitespace fix.
206 (eshell-complex-commands): Added a new list of names, for
207 determining whether a given command is as simple as it looks.
208 (eshell-invoke-directly): New function. Returns t if a command
209 should be invoked directly (using `eval'), rather than indirectly
210 using `eshell-do-eval'.
211 (eshell-do-eval): Whitespace fix.
212
213 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
214 which provides an emulation of the DOS shell behavior of assuming
215 that cp/mv/ln should copy/move/link to the current directory.
216 (eshell-remove-entries): Added a doc string.
217 (eshell-shuffle-files): Removed the check for `target' being null.
218 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
219 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
220 it to do a smarter check of whether a destination was provided.
221 (eshell/mv, eshell/cp): Enable `:preserve-args'.
222 (eshell/ln): Enable `:preserve-args', and use
223 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
224 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
225 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
226 list after flattening it. This makes it possible to cat files
227 with numerical names.
228 (eshell-unix-initialize): Added several names to
229 `eshell-complex-commands.
230 (eshell-unix-command-complex-p): Return t if a given command name
231 may result in external processes being invoked.
232
233 * eshell/em-glob.el (eshell-glob-show-progress): Make this
234 variable nil by default, since it slows down glob processing by a
235 factor of two or more, and increases memory consumption.
236
237 * eshell/em-smart.el: Added a note about how memory consumptive
238 smart display mode can be (at least this is true in Emacs 21).
239 (eshell-smart-initialize): Whitespace fix.
240 (eshell-refresh-windows): Use `if' instead of `when'.
241 (eshell-smart-scroll-window): Calling `save-current-buffer' was
242 not necessary.
243 (eshell-currently-handling-window): Added a missing global
244 variable.
245
246 * eshell/em-ls.el (eshell-do-ls): Code simplification.
247 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
248 Whitespace fix.
249 (eshell-ls-exclude-hidden): Added this variable in addition to
250 `eshell-ls-exclude-regexp'. This one prevents files beginning
251 with . from even being read, which can improve memory consumption
252 quite a bit.
253 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
254 read file entries beginning with a dot. In home directories with
255 lots of hidden files, fully two-thirds of the time spent in ls is
256 used to read directory entries that are immediately thrown away.
257 (eshell-ls-initial-args): Added back this configuration variable,
258 for specifying default initial arguments to every call to ls.
259 Much faster than using an alias to do the same thing.
260 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
261 (eshell-ls-dir): Whitespace change.
262
263 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
264
265 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
266 available.
267 (eshell-stringify-t): Added a customization variable, to indicate
268 whether `t' should be rendered as a string at all. If not, one
269 can still determine if the result of an expression is true using
270 "file-exists-p FILE && echo true".
271 (eshell-stringify): If `eshell-stringify-t' is nil, don't
272 stringify t!
273
274 * eshell/esh-module.el: Whitespace fix.
275
276 * eshell/em-alias.el (eshell-alias-initialize): Added
277 `eshell-command-aliased-p' to `eshell-complex-commands'.
278 (eshell-command-aliased-p): New function that returns t if a
279 command name names an aliased.
280
657f9cb8 2812000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 282
0467b076 283 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 284 redrawing the screen when changing cursor color.
0467b076
EZ
285 (viper-insert-state-pre-command-sentinel)
286 (viper-replace-state-pre-command-sentinel)
70c825df
SM
287 (viper-replace-state-post-command-sentinel):
288 Use viper-preserve-cursor-color.
657f9cb8
MK
289 Many functions changed to use viper= instead of = when comparing
290 characters.
0467b076 291 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 292 working with characters.
0467b076 293 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
294 Many functions changed to use viper= instead of = when comparing
295 characters.
0467b076 296 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 297
0467b076 298 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 299 Several typos fixed in various docstrings.
0467b076
EZ
300 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
301 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 302 hook.
0467b076
EZ
303 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
304 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
305 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
306 (ediff-get-selected-buffers): New function.
307 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
308 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 309 save-window-excursion.
0467b076 310 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 311 termination check in while loop.
0467b076 312 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 313 dired buffer.
0467b076
EZ
314 (ediff-files,ediff-merge-files,ediff-files3)
315 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 316
4f490d99
DL
3172000-10-28 Dave Love <fx@gnu.org>
318
319 * info.el (Info-fontify-node): Add help-echo for menu items.
320
45b84006
EZ
3212000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
322
5ebc02b3
EZ
323 * startup.el (normal-top-level): If the value of $TERM indicates
324 we are running from xterm or one of its work-alikes, default to a
325 light background mode.
326
45b84006
EZ
327 Support for -fg, -bg, and -rv command-line arguments for TTYs:
328 * faces.el (tty-handle-reverse-video): New function.
329 (tty-create-frame-with-faces): Call it.
330
331 * frame.el (frame-notice-user-settings): Don't apply
332 default-frame-alist and initial-frame-alist to MS-DOS frames.
333 Call tty-handle-reverse-video, frame-set-background-mode, and
334 face-set-after-frame-default for non-MS-DOS frames.
335
336 * startup.el (tty-long-option-alist): New variable.
337 (tty-handle-args): New function.
338 (command-line): Call tty-handle-args.
339
340 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
341 startup.el now does that for all character-terminal frames.
342
eab6e8b9
MB
3432000-10-28 Miles Bader <miles@gnu.org>
344
345 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
346 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
347 global. If :global is followed by a non-nil but non-t value,
348 make the mode buffer-local, but also generate a `global-MODE'
349 version using `easy-mmode-define-global-mode'. Add
350 :conditional-turn-on keyword argument.
351
51a29efc
DL
3522000-10-28 Dave Love <fx@gnu.org>
353
354 * international/latin1-disp.el (latin1-char-displayable-p): Don't
355 use window-system.
356
d71d7114
EZ
3572000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
358
359 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
360 Don't call find-buffer-file-type-coding-system. Instead, just
361 set eol-type to -unix if inhibit-eol-conversion is in effect, or
362 if the file is on an untranslated filesystem.
363 (add-untranslated-filesystem): Use "D" instead of "f" inside
364 interactive.
365
1f9cab4b
DL
3662000-10-27 Dave Love <fx@gnu.org>
367
70c825df 368 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
369 (refill-mode): Use it.
370
70c825df
SM
3712000-10-27 Stefan Monnier <monnier@cs.yale.edu>
372
373 * international/quail.el (quail-activate): Don't make-local-hook.
374
7432cf10
AS
3752000-10-27 Andre Spiegel <spiegel@gnu.org>
376
4836835a 377 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 378 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
379 (vc-make-version-backup): Don't do it on MS-DOS without long file
380 names.
4836835a 381
7432cf10
AS
382 * vc.el (vc-version-other-window): If an automatic backup of the
383 desired version exists, rename it instead of copying it.
384
4836835a
TTN
385 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
386 after command. If there's an unexpected error, signal it instead
7432cf10 387 of being silent.
e1483c38 388 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 389
05ea7ef2
MB
3902000-10-27 Miles Bader <miles@lsi.nec.co.jp>
391
fd1035aa
MB
392 * shell.el (shell): Add BUFFER argument.
393 * comint.el (make-comint-in-buffer): New function.
394 (make-comint): Use it.
395
05ea7ef2
MB
396 * faces.el (face-spec-choose): Change syntax so that the list of
397 attribute-value pairs is now the cdr of each clause, not the cadr.
398 Detect old-style entries, and handle them. Use pop.
399
835a55fe
SM
4002000-10-26 Stefan Monnier <monnier@cs.yale.edu>
401
f5ab1cdd
SM
402 * cus-edit.el (custom-mode-map): Use a sparse map.
403 (custom-mode): Don't bother with make-local-hook.
404
405 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
406
835a55fe
SM
407 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
408
c13b0ec8
GM
4092000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
410
411 * ps-print.el: Avoid compilation gripes.
412 (ps-print-version): New version number (6.2.1).
4836835a 413
e9f63196
DL
4142000-10-26 Dave Love <fx@gnu.org>
415
0b95284b
DL
416 * menu-bar.el: Modify some menu item help strings.
417 (menu-bar-help-menu): Add link to MORE.STUFF.
418
e9f63196
DL
419 * cus-edit.el (custom-mode): Add `special' mode-class property.
420
421 * wid-browse.el (widget-browse-mode): Likewise.
422
423 * wid-edit.el (widget-specify-field): Revert to using local-map
424 property, not keymap.
425
e276a14a
MB
4262000-10-26 Miles Bader <miles@lsi.nec.co.jp>
427
c1545d88
MB
428 * wid-edit.el (widget-field-end): When checking for a `boundary'
429 field, do so in the correct buffer.
430
3c1b77ca
MB
431 * simple.el (undo): Correctly distinguish between numeric and
432 non-numeric prefix args in non-transient-mark-mode, as per the doc
433 string. When in transient-mark-mode, treat all prefix-args as
434 numeric.
435
f5ab1cdd
SM
436 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
437 Position point on match. Handle N == 0 correctly.
22626d9d
MB
438
439 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
440 (comint-mode-map): Reverse order of `comint-write-output' and
441 `comint-append-output-to-file'.
442 (comint-append-output-to-file): Reinstate this function, for the
443 benefit of the menu.
444
d97151cb
SM
4452000-10-25 Stefan Monnier <monnier@cs.yale.edu>
446
447 * vc.el (vc-version-other-window): Bind `file'.
448
ea7d6f5b
GM
4492000-10-25 Gerd Moellmann <gerd@gnu.org>
450
f5ab1cdd 451 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
452
453 * emacs-lisp/authors.el (batch-update-authors): New function.
454 (authors-fixed-entries): New defconst.
455 (authors-add-fixed-entries): New function.
456 (authors): Call it.: Don't process lispref/.
457
17c25cea
JR
4582000-10-25 Jason Rumney <jasonr@gnu.org>
459
460 * cus-edit.el (custom-button-face, custom-button-pressed-face):
461 Merge x w32 and mac definitions.
462
4ecda532
GM
4632000-10-25 Gerd Moellmann <gerd@gnu.org>
464
465 * menu-bar.el (menu-bar-options-menu): Add a help string for
466 `uniquify'.
467
b6735035
GM
4682000-10-25 Stephen Gildea <gildea@alum.mit.edu>
469
f5ab1cdd
SM
470 * time-stamp.el (time-stamp-string-preprocess):
471 Fix a wrong type argument error.
b6735035 472
f4cbc7a0
MB
4732000-10-25 Miles Bader <miles@gnu.org>
474
475 * recentf.el (recentf-mode): Variable removed.
476 (recentf-mode): Use `define-minor-mode'.
477
478 * mwheel.el (mouse-wheel-mode): New global minor mode.
479 (mwheel-install): Use `mouse-wheel-mode'.
480
f4b020f6
DL
4812000-10-25 Dave Love <fx@gnu.org>
482
f5ab1cdd
SM
483 * progmodes/cperl-mode.el (cperl-mode):
484 Set normal-auto-fill-function correctly.
072cb6f9 485
f4b020f6
DL
486 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
487 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 488 bindings.
f4b020f6 489
ebe2a441
MB
4902000-10-25 Miles Bader <miles@lsi.nec.co.jp>
491
ff4dcd4b
MB
492 * wid-edit.el (widget-field-at): New function.
493 (widget-at, widget-field-activate): Use it.
494 (widget-tabable-at): Use `widget-at'.
495 (widget-specify-field): If the terminating character of the widget
496 field (which is read-only) is a newline, put it into a special
497 `boundary' field so that C-n/C-p act more naturally.
498 (widget-field-end): Also don't subtract one if a special
499 `boundary' field has been added after the widget field.
500
ebe2a441
MB
501 * comint.el (comint-output-filter, comint-send-input): Don't
502 bother adding stickiness fields to overlays to fool the field
503 code, since it should notice the overlay insertion-types now.
ff4dcd4b 504
ebe2a441
MB
505 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
506 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
507 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
508
fe50b6ab
GM
5092000-10-24 Gerd Moellmann <gerd@gnu.org>
510
53df4dda
GM
511 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
512 (authors): Set file coding system to iso-2022-7bit. Add
513 file-local variables to output buffer.
514
4836835a 515 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
516 WARN is nil.
517
53df4dda
GM
5182000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
519
520 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
521
522 * delim-col.el: Now there is a column formatting mechanism.
523 Modified to customization mechanisms convention. Doc fix.
524 (columns): New group for delim-col.
525 (delimit-columns-before, delimit-columns-after)
526 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
527 (delimit-columns-end): New vars.
528 (delimit-columns-customize, delimit-columns-format): New funs.
529 (delimit-columns-region, delimit-columns-rectangle)
530 (delimit-columns-rectangle-line): Modified to support column
531 formatting.
4836835a 532
a9839779
DL
5332000-10-24 Dave Love <fx@gnu.org>
534
535 * log-edit.el (log-edit): Add :version and a :group for vc.
536
df0267b8
GM
5372000-10-24 Gerd Moellmann <gerd@gnu.org>
538
9acc3873
GM
539 * files.el (after-find-file): Don't print a message ``New file''
540 if WARN is nil.
541
63e1b552
GM
542 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
543 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
544 get duplicate tool-bar entries because we'll see the global ones
545 on more than one path through keymaps.
546
1946f901
GM
547 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
548
df0267b8
GM
549 * progmodes/cmacexp.el: Change Francesco's email address.
550
ae3b264b
KH
5512000-10-24 Kenichi Handa <handa@etl.go.jp>
552
553 * window.el (fit-window-to-buffer): Adjust point of the window
554 buffer, not that of the current buffer.
555
23afac01
EZ
5562000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
557
558 * progmodes/cmacexp.el: Update the euthor's email address.
559
22d1a4ed
MB
5602000-10-24 Miles Bader <miles@lsi.nec.co.jp>
561
562 * faces.el (face-spec-set-match-display): Add `graphic' display
563 type (the inverse of `tty'). Use `display-graphic-p' instead of
564 the window-system variable.
565
f408aa48
KH
5662000-10-24 Kenichi Handa <handa@etl.go.jp>
567
568 * international/isearch-x.el (isearch-with-input-method): Call
569 input-method-function with the first event in
570 unread-command-events.
571
94fe8a31
MB
5722000-10-24 Miles Bader <miles@lsi.nec.co.jp>
573
574 * faces.el (face-default-spec, face-user-default-spec): Make
575 defsubsts.
576
8f47302e
AC
5772000-10-24 Andrew Choi <akochoi@i-cable.com>
578
579 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
580 New charsets.
581
582 * term/mac-win.el: Remove definitions of mac-roman-lower and
583 mac-roman-upper, require dired, and define instead of set
584 mac-ready-for-drag-n-drop to avoid compilation error.
585
446c097e
AI
5862000-10-23 Andrew Innes <andrewi@gnu.org>
587
588 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
589 superfluous calls to subst-char-in-string; instead apply
590 expand-file-name after convert-standard-filename to ensure
591 expected directory separators are used.
592
379b70e7
EZ
5932000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
594
595 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
596
85c766e9
DL
5972000-10-23 Dave Love <fx@gnu.org>
598
b7e03a67
DL
599 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
600 (tool-bar-add-item): Set foreground and background for XBM icons.
601
602 * international/latin1-disp.el (latin1-char-displayable-p): New
603 function (from Handa).
604 (latin1-display-check-font): Use it.
605
0dcf8835
DL
606 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
607 using :key-sequence, making it much more usable. Use nconc, not
608 append.
609 (imenu--create-keymap-1): Avoid append.
610
85c766e9 611 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 612
cb3069bb
MB
6132000-10-23 Miles Bader <miles@lsi.nec.co.jp>
614
615 [the following changes fix a bug where `define-minor-mode' didn't
616 correctly generate :require clauses for defcustoms in compiled files]
617 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
618 (byte-compile-log-file, byte-compile-log-1): Don't set
619 `byte-compile-current-file' to nil. Instead set
620 `byte-compile-last-logged-file' to it. Test whether
621 byte-compile-current-file equals byte-compile-last-logged-file
622 instead of whether its nil.
3b6542ba 623 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 624
6db6243b
SM
6252000-10-23 Stefan Monnier <monnier@cs.yale.edu>
626
627 * textmodes/refill.el: Fix var names in doc.
628 (refill-mode): Don't bother with make-local-hook anymore.
629
98490598
MB
6302000-10-23 Miles Bader <miles@lsi.nec.co.jp>
631
e01cd227
MB
632 * faces.el (face-user-default-spec, face-default-spec): New functions.
633 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 634 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
635 Use `face-user-default-spec'. Simplify code slightly.
636
4836835a 637 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
638 (woman-unknown-face): Add dark-background variants.
639 (woman-default-faces): Renamed from `woman-colour-faces'.
640 Set using the stored defaults, rather than using hard-wired colors.
641 (woman-monochrome-faces): Renamed from `woman-black-faces'.
642 Just make the foreground `unspecified' rather than "black".
643 (woman-menu): Rename menu entries accordingly.
644
98490598
MB
645 * faces.el (header-line): Make more reasonable on mono/grayscale
646 displays.
647
1a578e9b
AC
6482000-10-23 Andrew Choi <akochoi@i-cable.com>
649
650 * cus-edit.el (custom-button-face): Use 3D look for mac.
651 (custom-button-pressed-face): Likewise.
652
653 * faces.el (set-face-attributes-from-resources): Handle mac frames
654 in the same way as x and w32 frames.
655 (face-valid-attribute-values): Likewise.
656 (read-face-attribute): Likewise.
657 (defined-colors): Likewise.
658 (color-defined-p): Likewise.
659 (color-values): Likewise.
660 (display-grayscale-p): Likewise.
661 (face-set-after-frame-default): Likewise.
662 (mode-line): Same default face as for x and w32.
663 (tool-bar): Likewise.
664
665 * frame.el: Remove call to frame-notice-user-settings at end of
666 the file.
667
668 * info.el (Info-fontify-node): make underlines invisible for mac
669 as for x, pc, and w32 frame types.
670
671 * term/mac-win.el: New file.
672
aaaf7be7
DL
6732000-10-22 Dave Love <fx@gnu.org>
674
675 * textmodes/refill.el: New file.
676
5392d654
AS
6772000-10-22 Andre Spiegel <spiegel@gnu.org>
678
4836835a 679 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 680 MANUAL and REGEXP.
4836835a 681 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
682 New functions.
683 (vc-before-save): Use the latter.
684 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
685 confusion.
686
4836835a 687 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
688 expected by vc[-hooks].el.
689
690 * vc.el (vc-checkout): Added `-p' suffix in call to
691 vc-make-version-backups-p; use vc-make-version-backup to actually
692 make the backup.
693 (vc-version-other-window, vc-version-backup-file): Handle both
694 automatic and manual backups.
695 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
696 of all of them.
697
1e221c16
MB
6982000-10-22 Miles Bader <miles@gnu.org>
699
7ff4fda5
MB
700 * comint.el (comint-highlight-input, comint-highlight-prompt):
701 Renamed, `-face' at end removed.
702 (comint-send-input, comint-output-filter): Use renamed faces.
703
3511cde8
MB
704 * window.el (fit-window-to-buffer): Change defaulting of
705 MAX-HEIGHT slightly.
706
1e221c16
MB
707 * faces.el (color-values, color-defined-p): Use `member', not
708 `memq', because it works correctly for strings.
709 (frame-set-background-mode): Actually, "unspecified-fg" and
710 "unspecified-bg" *are* strings. Use `member', not `memq', and
711 `equal', not `eq', when a string value is possible.
712
b6ef4898
EZ
7132000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
714
715 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
716
34939e2c
SM
7172000-10-21 Stefan Monnier <monnier@cs.yale.edu>
718
719 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
720 sh-electric-rparen, sh-electric-less and sh-electric-hash.
721 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
722 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
723 (sh-font-lock-syntactic-keywords): Use them.
724 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
725 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
726 (sh-mode): Don't override font-lock-unfontify-region-function.
727 Use a copy of sh-font-lock-syntactic-keywords.
728 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
729 Don't call sh-scan-buffer since font-lock does it on the fly.
730 (sh-get-indent-info): Use `face' rather than `syntax-table'
731 text-property to detect here-documents.
732 Replace sh-special-syntax with sh-st-punc.
733 (sh-prev-line): Use `face' rather than `syntax-table'
734 text-property to skip over here-documents.
735 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
736 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
737 (sh-electric-less, sh-set-here-doc-region)
4836835a 738 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
739 (sh-scan-buffer, sh-rescan-buffer): Remove.
740
f3d3c491
AI
7412000-10-21 Andrew Innes <andrewi@gnu.org>
742
743 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
744 remote (ange-ftp) file names.
745
b86c791c
MB
7462000-10-21 Miles Bader <miles@gnu.org>
747
d9c30bdf
MB
748 * window.el (fit-window-to-buffer): New function.
749 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
750 (window-text-height): Don't expect minibuffers to have mode-lines.
751
d9c30bdf 752 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
753 * international/quail.el (quail-update-guidance): Use
754 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 755
617fee5a
MB
756 * international/quail.el (quail-show-guidance-buf): Make sure
757 guidance window really has enough room.
758 (quail-update-guidance): If quail-guidance-win is already shown,
759 make sure its height is OK.
760
b86c791c
MB
761 * window.el (window-text-height, set-window-text-height):
762 New functions.
763 (shrink-window-if-larger-than-buffer): Use `window-text-height'
764 instead of `window-height' & `mode-line-window-height-fudge'.
765 (mode-line-window-height-fudge): Add FACE parameter.
766 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
767 instead of `enlarge-window' & `mode-line-window-height-fudge'.
768
e34850d1
MB
7692000-10-20 Miles Bader <miles@gnu.org>
770
771 * window.el (height-affecting-face-attributes): Use `defconst'.
772
773 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
774 New function, conditionally aliased to `mode-line-window-height-fudge'.
775 (ispell-help): Use it.
776 (ispell-choices-win-default-height): Don't include mode-line fudge.
777 (ispell-choices-win-default-height): New function.
778 (ispell-show-choices, ispell-command-loop): Use function
779 `ispell-choices-win-default-height' instead of variable.
780
a8b883c2
MB
7812000-10-20 Miles Bader <miles@lsi.nec.co.jp>
782
8c6e4a58
MB
783 * window.el (mode-line-window-height-fudge): New variable.
784 (height-affecting-face-attributes): New variable.
785 (mode-line-window-height-fudge): New function.
786 (shrink-window-if-larger-than-buffer): Use it.
787 * help.el (resize-temp-buffer-window): Likewise.
788
a8b883c2
MB
789 * info.el (Info-fontify-node): Add support for @subsubsection
790 titles, which use `Info-title-4-face'.
791 (Info-title-4-face): New face.
792 (Info-title-3-face): Inherit from Info-title-4-face instead of
793 variable-pitch.
794
e64c3a75
JR
7952000-10-19 Jason Rumney <jasonr@gnu.org>
796
797 * dired.el (dired-insert-directory): Do not let errors signalled by
798 attempt to run dired-free-space-program prevent dired from working.
799
c70fe852
SM
8002000-10-19 Stefan Monnier <monnier@cs.yale.edu>
801
802 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
803
877cf6b4
GM
8042000-10-19 Gerd Moellmann <gerd@gnu.org>
805
5de037e0
GM
806 * dirtrack.el (dirtrack): Fix call to run-hooks.
807
6deb9af9
GM
808 * cmuscheme.el (cmuscheme-program-name): Renamed from
809 scheme-program-name because xscheme.el contains a defcustom with
810 the same name. As a consequence, customizing group `cmuscheme'
811 loaded `xscheme' which redefined run-scheme.
812 (run-scheme): Use cmuscheme-program-name.
813
877cf6b4
GM
814 * ps-print.el (ps-print-emacs-type): Move into the
815 eval-and-compile.
816
e597d8fb 817 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 818 anonymous address, and add a website for Befrienders International.
4836835a 819
3e9cb08f
GM
8202000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
821
c70fe852
SM
822 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
823 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
824 (ps-print-version): New version number (6.2).
825 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
826 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
827 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
828 (ps-x-extent-priority, ps-x-extent-start-position)
829 (ps-x-face-font-instance, ps-x-find-coding-system)
830 (ps-x-font-instance-properties, ps-x-make-color-instance)
831 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
832 avoid compilation gripes without defining functions.
833 (ps-e-find-composition): Alias for function find-composition, to have a
834 suitable function depending on Emacs version.
835 (ps-color-device, ps-color-values, ps-face-foreground-name)
836 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
837 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
838 (ps-print-ensure-fontified): Function definitions surrounded by
839 `eval-and-compile' to avoid compilation gripes.
840 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
841 by symbol-value to avoid compilation gripes.
842 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
843 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
844
d8abcd91
MB
8452000-10-19 Miles Bader <miles@lsi.nec.co.jp>
846
13ab33c4
MB
847 * startup.el (normal-top-level): Call `frame-set-background-mode'
848 after `frame-notice-user-settings' because the latter doesn't call
849 the former on a tty.
850
d8abcd91
MB
851 * faces.el (frame-set-background-mode): `unspecified' &c are
852 symbols, not strings.
853
e8bce0a9
EZ
8542000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
855
c70fe852
SM
856 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
857 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 858
c70fe852
SM
859 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
860 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 861
773272d8
KH
8622000-10-19 Kenichi Handa <handa@etl.go.jp>
863
c70fe852 864 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
865 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
866 for ISO10646-1 fonts.
867 (x-font-name-charset-alist): Add an entry for "iso10646-1".
868
772139c0
EZ
8692000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
870
871 * faces.el (frame-set-background-mode): If a tty frame defines a
872 background color, use that to compute the background mode, instead
873 of always defaulting to "dark".
874
d134a19f
MB
8752000-10-19 Miles Bader <miles@lsi.nec.co.jp>
876
8bb84cb2
MB
877 * comint.el (comint-write-output): New function.
878 (comint-mode-map): Add it to the menu.
e40a778f 879 Bind `C-c C-s' to comint-write-output.
d134a19f 880
dada41e1
GM
8812000-10-18 Gerd Moellmann <gerd@gnu.org>
882
883 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
884 Use fancy-splash-delay.
885
9b5360aa
GM
8862000-10-18 Alex Schroeder <alex@gnu.org>
887
888 * progmodes/sql.el (sql-sybase-options): New option.
889 (sql-sybase): Use it. Add sql-database to the list of parameters
890 provided for login. The options -w 2048 -n are not used any more.
891
9035a35a
GM
892 * comint.el (comint-read-input-ring): Bugfix such that the first
893 and the last entry of the input ring file are not lost.
894
3556c6dd
GM
8952000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
896
897 * ps-print.el: Internal variable changes to defcustom,
898 make-local-hook changes to defvar. Doc fix.
899 (ps-print-version): New version number (6.1).
900 (ps-setup, ps-do-despool): Code fix.
901 (ps-printer-name): Customization fix.
902 (ps-printer-name-option): Now is a defcustom instead of an
903 internal variable.
904 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
905 (ps-print-begin-column-hook): Now are defvar instead of
906 make-local-hook.
4836835a 907
4e217e50
MB
9082000-10-18 Miles Bader <miles@gnu.org>
909
910 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
911 (comint-kill-output): Changed into an alias for `comint-delete-output',
912 and made obsolete.
913 (comint-mode-map): Rename references to comint-kill-output.
914
34460354
EZ
9152000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
916
917 * diff-mode.el (diff-header-face, diff-file-header-face)
918 (diff-changed-face): Add bold and italic attributes to tty faces.
919 (diff-function-face): New face.
920 (diff-font-lock-keywords): Use it.
921
17ea3cdb
MB
9222000-10-18 Miles Bader <miles@lsi.nec.co.jp>
923
924 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
925 Remove commented-out call to force-mode-line-update.
926 (comint-kill-output): Use `forward-line 0' instead of
927 beginning-of-line to make sure we get past the prompt.
928
9244f2c7
SM
9292000-10-17 Stefan Monnier <monnier@cs.yale.edu>
930
931 * diff-mode.el (diff-header-face, diff-file-header-face):
932 Add specific setting for dark background.
933 (diff-context-face): Renamed from diff-comment-face.
934 Set explicitly rather than inheriting from font-lock-comment-face.
935
1592c1ef
EZ
9362000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
937
938 * startup.el (command-line): Move the code which sets the default
939 TTY colors to before before-init-hook.
940
f86292a9
GM
9412000-10-17 Gerd Moellmann <gerd@gnu.org>
942
943 * jit-lock.el (jit-lock-stealth-time): Doc fix.
944
f7f2e883
EZ
9452000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
946
e854cc22
EZ
947 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
948 extensions, for MS-DOS.
949
f7f2e883
EZ
950 * diff-mode.el (diff-header-face, diff-file-header-face)
951 (diff-changed-face): Define tty-specific colors.
952
c7b4f0f9
GM
9532000-10-17 Gerd Moellmann <gerd@gnu.org>
954
955 * startup.el (fancy-splash-text): Realign the text.
956
12a72271
EZ
9572000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
958
959 * font-lock.el (font-lock-comment-face): Define a separate default
960 for dark-background tty's.
961
61dfccfd
MB
9622000-10-17 Miles Bader <miles@gnu.org>
963
964 * help.el (resize-temp-buffer-window): Add hack to avoid last line
965 being obscured by whizzy mode-lines on graphics displays.
966
333cd59e
EZ
9672000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
968
969 * info.el (Info-title-1-face, Info-title-2-face)
970 (Info-title-3-face): Define colors for tty's.
dada41e1 971 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 972
dbf1fcc1
EZ
9732000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
974
975 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
976 reverse from the frame parameters, and don't invert foreground and
977 background colors.
978
ac629823
MB
9792000-10-16 Miles Bader <miles@gnu.org>
980
981 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
982 string "*Info*". Call propertized-buffer-identification to spruce
983 up the result.
984
76eebffc
GM
9852000-10-16 Gerd Moellmann <gerd@gnu.org>
986
3a6b59d9
GM
987 * help.el: Provide `help' for the sake of define-minor-mode
988 which generates defcustoms with requires.
989
6569c3d3
GM
990 * jit-lock.el (jit-lock-after-change): If we're in text that
991 matches a multi-line font-lock pattern, make sure the whole text
992 will be redisplayed.
993
c2e0a611
GM
994 * emacs-lisp/authors.el (authors-add): Don't add an entry if
995 author's name is unknown.
996
76eebffc
GM
997 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
998 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
999 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
1000 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
1001 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
1002 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
1003 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
1004 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
1005 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
1006 Add author information.
1007
cf1e7b12
MB
10082000-10-16 Miles Bader <miles@lsi.nec.co.jp>
1009
1010 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
1011 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
1012 full-color version (using the Gimp) to eliminate dithering artifacts.
1013
5586f3eb
SM
10142000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1015
1016 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
1017
1018 * simple.el (syntax-flag-table, string-to-syntax): Remove.
1019
ad64a888
DL
10202000-10-15 Dave Love <fx@gnu.org>
1021
1022 * progmodes/sh-script.el: Require skeleton and comint when
1023 compiling.
1024
1025 * pcomplete.el (pcomplete) <defgroup>: Add :version.
1026
1027 * whitespace.el: Doc fixes.
1028 (top-level): Don't add hooks here.
1029 (whitespace-running-emacs): Deleted.
1030 (timer): Don't require.
1031 (whitespace): Add back :version conditional on xemacs test.
1032 (whitespace-spacetab-regexp, whitespace-indent-regexp)
1033 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
1034 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
1035 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
1036 Avoid specific xemacs test.
1037 (whitespace-global-mode): New option.
1038 (whitespace-global-mode): New command.
1039 (whitespace-unload-hook): New function.
1040
1041 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 1042 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
1043 (Info-fontify-node): `Goto' goes to `Go to'.
1044 (Info-fontify-node): Add help-echo to xref links.
1045
1ef49fc6
EZ
10462000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
1047
1048 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
1049
8b7707e1
SM
10502000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1051
b3b7f42f
SM
1052 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1053 Use plist-get and allow :inherit.
1054
1055 * emacs-lisp/cl-macs.el (cl-do-arglist):
1056 Use plist-get and plist-member instead of memq.
1057
3c7fafc7
SM
1058 * emacs-lisp/ewoc.el (ewoc-location): New function.
1059 (ewoc-enter-after, ewoc-enter-before): Document return value.
1060 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
1061 Don't need make-local-hook any more.
1062 (cvs-addto-collection): Return the new tin.
1063 (cvs-mode-insert): Jump to the new line.
1064
8b7707e1
SM
1065 * jit-lock.el (jit-lock-fontify-buffer): Remove.
1066
1067 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
1068
1069 * font-lock.el (font-lock-syntactically-fontified): New var.
1070 (font-lock-fontify-syntactic-keywords-region): Use it.
1071 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
1072
1073 * diff-mode.el (diff-find-file-name): Fix regexp.
1074
1075 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1076 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
1077
1078 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
1079 (sh-mode-syntax-table): Add punctuation syntax for < and >.
1080 (sh-mode): Don't make all vars local here.
1081 (sh-kw): Reformat.
1082 (sh-set-shell): Use dolist. Don't set indent-region-function.
1083 (sh-mode-syntax-table): Use pop.
1084 (sh-remember-variable): Use push.
1085 (sh-help-string-for-variable): Use memq.
1086 (sh-safe-backward-sexp): Remove.
1087 (sh-safe-forward-sexp): Add ARG.
1088 (sh-get-indent-info, sh-prev-stmt): Use it.
1089 (sh-prev-line): Simplify by using forward-comment.
1090 (sh-this-is-a-continuation): Simplify.
1091 (sh-learn-buffer-indent): Use dolist.
1092 (sh-do-nothing): Remove.
1093 (sh-set-char-syntax, sh-set-here-doc-region):
1094 Use inhibit-modification-hooks.
1095 (sh-name-style): Use mapcar and push.
1096 (sh-load-style): Use dolist.
1097 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
1098 (sh-case, sh-while-getopts): Use propertize directly rather
1099 than sh-electric-rparen.
1100
11012000-10-14 Stefan Monnier <monnier@cs.yale.edu>
1102
1103 * textmodes/tex-mode.el: Require CL when compiling.
1104 (tex-mode-syntax-table): Init immediately.
1105 (tex-mode-map): Bind M-RET to latex-insert-item.
1106 (latex-mode): Set indent-line-function to latex-indent.
1107 (tex-common-initialization): Don't setup the syntax-table any more.
1108 (latex-insert-item): New skeleton.
1109 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 1110 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 1111 (latex-indent, latex-find-indent): New functions.
4836835a 1112 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
1113 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
1114 (tex-compilation-parse-errors): Use with-syntax-table.
1115
86b7fcbb
MB
11162000-10-15 Miles Bader <miles@gnu.org>
1117
1118 * font-lock.el (font-lock-comment-face): Change dark-background,
1119 color, non-tty, default to `chocolate1'.
1120
57a24508
JW
11212000-10-13 John Wiegley <johnw@gnu.org>
1122
1123 * eshell/esh-util.el (require): Added a missing `require' form,
1124 needed when compiling (for an ange-ftp macro definition).
1125
40ad3db4
DL
11262000-10-13 Dave Love <fx@gnu.org>
1127
1128 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
1129
db460189
GM
11302000-10-13 Gerd Moellmann <gerd@gnu.org>
1131
b41c9501
GM
1132 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
1133 fix.
1134
4836835a 1135 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
1136 transparent -colors 8).
1137
3b5e21df
GM
11382000-10-13 Stephen Gildea <gildea@alum.mit.edu>
1139
1140 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
1141 that breaks with old list format timestamps.
1142 (time-stamp-warn-inactive, time-stamp-old-format-warn)
1143 (time-stamp-count, time-stamp-conversion-warn): Improved doc
1144 strings.
1145
16908a3f
JW
11462000-10-13 John Wiegley <johnw@gnu.org>
1147
d7103dda
JW
1148 * align.el, pcomplete.el, calendar/timeclock.el,
1149 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
1150
dace60cf 1151 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
1152 faulty math, where holiday hours were being computing as seconds.
1153
b6b70cda
JW
11542000-10-13 John Wiegley <johnw@gnu.org>
1155
1156 * desktop.el (desktop-buffer-modes-to-save): Added a global for
1157 specifying what "other" kinds of buffers should be saved. This
1158 used to be hard-coded.
1159 (desktop-buffer-misc-functions): A global for specifying how
1160 auxiliary data should be determined for special buffer types.
1161 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
1162 instead of hard-coding the special buffer types.
1163 (desktop-save): Run `desktop-buffer-misc-functions' to gather
1164 auxiliary data, instead of hard-coding for Info buffers and dired.
1165 (desktop-buffer-info-misc-data): Aux function for determining Info
1166 buffer auxiliary info.
1167 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
1168 (desktop-buffer-info): Changed this function to use the info
1169 gathered above.
1170 (desktop-create-buffer): Be a little more careful about what
1171 `minor-mode' means before calling it. This is important for some
1172 buffer types.
1173
8c6b1d83
JW
11742000-10-13 John Wiegley <johnw@gnu.org>
1175
1176 * eshell/esh-util.el: Added a global form which declares an
1177 autoload for `parse-time-string', if that function is not already
1178 defined, and if parse-time.el is available on the user's system.
1179
1180 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
1181 to be aware of ange-ftp user info.
1182 (eshell-do-ls): Bind `ange-cache'. Also, use
1183 `eshell-file-attributes'.
1184 (eshell-ls-annotate): Use `eshell-file-attributes'.
1185 (eshell-ls-file): Made the user-id printing code a bit smarter.
1186
1187 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
1188 allow identification of alias user ids in remote directories.
1189 It's manual, but there's no other way to know when the current
1190 user on the local machine, is also the owning user on the remote
1191 machine.
1192 (fboundp): Bind `ange-cache'.
1193 (eshell-directory-files-and-attributes): Re-organized the logic a
1194 bit to use `eshell-file-attributes' instead of `file-attributes'.
1195 The former is more sensitive to directories that are read via FTP,
1196 and knows how to use ange-ftp to determine full attribute
1197 information, instead of just the name and last modtime.
1198 (eshell-current-ange-uids): Return the current user id when in a
1199 remote directory.
1200 (eshell-parse-ange-ls): Parse a full directory listing that has
1201 been returned by ange-ftp.
1202 (eshell-file-attributes): This beefed up version of
1203 `file-attributes' is only special if the user is currently in a
1204 remote directory, in which case it does a lot of work to find out
1205 what the real attributes of a file are, as they appear on the
1206 remote machine. This makes usage of remote directories (i.e.,
1207 ange-ftp pathnames) much more useful. You can now use Eshell as a
1208 full-fledged FTP client, with much more manipulation ability than
1209 most other clients.
1210
1211 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
1212 variable, which means that Eshell's du should always be preferred
1213 in remote directories.
1214 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
1215 just `file-attributes'.
1216 (eshell-mvcp-template): Bind `ange-cache', to improve performance
1217 when reading remote directories. This is an Eshell-specific
1218 variable (not part of ange-ftp).
1219 (eshell/ln): Bind `ange-cache'.
1220 (eshell/du): Added some extra logic for determining when to use
1221 Eshell's du (which is slow), and when to use the external version
1222 (which may or may not exist).
1223
1224 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
1225 `eshell-interactive-process', rather than using
1226 `get-buffer-process', since backgrounded processes don't count in
1227 the context of this function's logic.
1228
1229 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
1230 `forward-char', so that null strings are parsed correctly.
1231
87730e84 12322000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1233
1234 * eshell/em-pred.el (eshell-pred-file-type,
1235 eshell-pred-file-links, eshell-pred-file-size): Use
1236 `eshell-file-attributes'. This is more correct over ange-ftp.
1237
1238 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
1239 that remote file globbing is more efficient.
1240
1241 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
1242 gathering the files and attributes within a directory.
1243
1244 * eshell/em-unix.el (eshell/cat): If any of the files passed on
1245 the command line is a special file (not a regular file, directory
1246 or symlink), always attempt to call the external version of cat.
1247
87730e84 12482000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1249
1250 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
1251 Eshell-friendly version of find-tag.
1252
1c7e37a9
MB
12532000-10-13 Miles Bader <miles@lsi.nec.co.jp>
1254
4836835a 1255 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
1256 (image-file-name-regexps): Add autoload cookies.
1257
11a7f341
KH
12582000-10-13 Kenichi Handa <handa@etl.go.jp>
1259
1260 * international/mule-cmds.el (select-safe-coding-system): If FROM
1261 is string, show it in *Warning* buffer.
1262
8ddddcb0
EZ
12632000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1264
1265 * startup.el (normal-top-level): Use display-popup-menus-p instead
1266 of window-system.
1267 (command-line): Use display-graphic-p instead of window-system.
1268 (command-line-1): Use display-popup-menus-p and display-mouse-p
1269 instead of window-system.
1270
72200f89
SS
12712000-10-12 Sam Steingold <sds@gnu.org>
1272
1273 * tooltip.el (tooltip-use-echo-area): New user variable.
1274 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
1275
8661c643
DL
12762000-10-12 Dave Love <fx@gnu.org>
1277
d0b40dc1
DL
1278 * recentf.el: Maintainer's checkdoc fixes.
1279
a622451f
DL
1280 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
1281 character class, not ASCII when matching file names.
1282 (fancy-splash-head): Add trailing slash to URL.
1283 (command-line): Don't require XPM support for toolbar.
1284
8661c643
DL
1285 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
1286 (cperl-invalid-face): Revert last change.
1287 (cperl-init-faces): Quote cperl-invalid-face.
1288
ef2ed8ab
KH
12892000-10-12 Kenichi Handa <handa@etl.go.jp>
1290
1291 * startup.el (fancy-splash-text): Remove superfluous quote.
1292
b0da379e
GM
12932000-10-12 Gerd Moellmann <gerd@gnu.org>
1294
dbeb499b
GM
1295 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
1296 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
1297 (command-line-1): Don't use fancy-splash-pending-command.
1298 (fancy-splash-screens-1): Goto point-min after inserting text.
1299
d861718a
GM
1300 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
1301
b0da379e
GM
1302 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
1303 instead of shared-lisp-mode-map.
1304
4fb2ad98
MB
13052000-10-12 Miles Bader <miles@lsi.nec.co.jp>
1306
1cb4393e
MB
1307 * faces.el (header-line): Change tty-variant to use underlining.
1308
4fb2ad98
MB
1309 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
1310 (isearch-highlight): Restore lazy-isearch face properties at old
1311 position, and suppress them at new position.
1312 (isearch-dehighlight): Restore lazy-isearch face properties.
1313 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
1314 over the real isearch overlay, but in that case, don't give it a
1315 face property. Use `push'.
1316
eb991b25
KH
13172000-10-12 Kenichi Handa <handa@etl.go.jp>
1318
1319 * man.el (Man-getpage-in-background): Fix previous change.
1320 Decode the process output only when we are in multibyte mode.
1321
a818c1c0
DL
13222000-10-11 Dave Love <fx@gnu.org>
1323
c990f53a
DL
1324 * info.el (Info-mode-menu): Fix some help.
1325 (info-tool-bar-map): Add entry for Info-last.
1326
a818c1c0
DL
1327 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
1328 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
1329 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
1330 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
1331 * toolbar/search-replace.xpm, toolbar/exit.xpm:
1332 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
1333 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
1334 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
1335 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
1336 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
1337 Reduce colour requirements to 25 overall. (Probably wants
1338 revisiting from the originals to reduce further.)
1339
c1b096cb
EZ
13402000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
1341
1342 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
1343 buffer-file-coding-system, instead of raw-text.
1344 (dehexlify-buffer): Bind coding-system-for-read to
1345 buffer-file-coding-system, instead of raw-text.
1346
5c8b7eaf
SS
13472000-10-11 Sam Steingold <sds@gnu.org>
1348
1349 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
1350 `underline' - fixes the bug introduced on 2000-09-21.
1351
2cfbdb7a
DL
13522000-10-11 Dave Love <fx@gnu.org>
1353
1354 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
1355 compiler warnings.
1356 (scheme-mode): Doc fix.
1357 (scheme-font-lock-keywords-1): Match `define-syntax'.
1358
13592000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
1360
1361 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
1362 face specs as well as default ones. Only do anything if the
1363 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 1364 (region): Make dark-background `region' face less in-your-face.
4b33f290 1365
690ec649
SS
13662000-10-10 Sam Steingold <sds@gnu.org>
1367
1368 * chistory.el, ielm.el, ledit.el:
1369 * progmodes/inf-lisp.el, progmodes/scheme.el:
1370 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
1371
3b95d6bb
SM
13722000-10-10 Stefan Monnier <monnier@cs.yale.edu>
1373
1374 * textmodes/texinfo.el: Update copyright and fix typo.
1375
1376 * desktop.el (desktop-modes-not-to-save): New var.
1377 (desktop-save-buffer-p): Use it.
1378 Also, obey desktop-buffers-not-to-save even for non-file buffers.
1379 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
1380
d646c828
DL
13812000-10-10 Dave Love <fx@gnu.org>
1382
1383 * toolbar/tool-bar.el (tool-bar-add-item)
1384 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
1385 display.
1386
d646c828
DL
1387 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
1388 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
1389 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
1390 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
1391 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
1392 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
1393 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
1394 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
1395 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
1396 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
1397 the .xpms; probably need retouching.
1398
862a7e28
MB
13992000-10-10 Miles Bader <miles@lsi.nec.co.jp>
1400
1401 * subr.el (add-to-list): Add optional argument APPEND.
1402 * battery.el (display-battery): Use `add-to-list'.
1403
46e33aee
TTN
14042000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
1405
930baf47
TTN
1406 * play/zone.el (zone-timer, zone-wc-tbl): Rework
1407 these vars as symbol properties.
2cfbdb7a
DL
1408 (zone, zone-when-idle, zone-leave-me-alone)
1409 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 1410
5a430f9c
TTN
1411 * battery.el (display-battery): Doc spelling fix.
1412
46e33aee
TTN
1413 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
1414 property.
1415
adf7d3a8
DL
14162000-10-09 Dave Love <fx@gnu.org>
1417
1418 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
1419 has been initialized before calling tool-bar-setup.
c2156508 1420 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 1421
06a8c9f8
EZ
14222000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
1423
e4ca8f8c
EZ
1424 * menu-bar.el (send-mail-item-name): New function.
1425 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
1426 of mail-user-agent in the menu. Don't display the "Send Mail"
1427 item if mail-user-agent is nil or its value is ignore.
1428 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
1429 if read-mail-command is nil or its value is ignore.
1430
06a8c9f8
EZ
1431 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
1432
7dbc9c8a
MB
14332000-10-09 Miles Bader <miles@gnu.org>
1434
29e0814b
MB
1435 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
1436 Correct image size.
1437 * toolbar/left_arrow.xpm: Correct image size.
1438
7dbc9c8a
MB
1439 * jka-compr.el: Don't call `jka-compr-install' when loading (it
1440 will be done by the definition of `auto-compression-mode' if
1441 necessary. Move code to uninstall existing file-name handler
1442 before definition of `auto-compression-mode'.
1443
1444 * image-file.el (auto-image-file-mode): Move to the end of the
1445 file, because `define-minor-mode' actually calls the mode-function
1446 if the associated variable is non-nil, which requires that all
1447 needed functions be already defined.
1448
65b61266
MB
1449 * mouse.el (popup-menu): Balance parens.
1450
d6b8c85b
SM
14512000-10-08 Stefan Monnier <monnier@cs.yale.edu>
1452
1453 * mouse.el (popup-menu): Move the command call outside the loop
1454 so that popup-menu returns whatever the command returns.
1455
1456 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
1457 (initialize-new-tags-table): Use run-hook-with-args-until-success.
1458 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
1459 (tags-table-format-functions): Renamed from tags-table-format-hooks.
1460
1461 * vc.el (vc-version-diff): diff-switches can be a list.
1462 Use relative filenames for prettier output.
1463
46e33aee 1464 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
1465 (vc-post-command-functions): Remove old-VC compatibility code.
1466
1467 * newcomment.el (comment-indent-default): Autoload.
1468
1469 * font-lock.el (font-lock-defaults): Make buffer-local.
1470 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
1471 (font-lock-choose-keywords):
1472 Ignore LEVEL unless KEYWORDS is a list of syms.
1473 (c-keywords, c++-keywords, objc-keywords, java-keywords):
1474 Don't wrap regexp-opt things in \(...\) unnecessarily.
1475
1476 * jit-lock.el: Don't require font-lock any more.
1477 (jit-lock-functions): Make buffer-local.
1478 (jit-lock-saved-fontify-buffer-function): Remove.
1479 (jit-lock-mode): Remove autoload cookie.
1480 Remove font-lock specific code.
1481 (jit-lock-unregister): Don't bother handling complex hooks any more.
1482 (jit-lock-refontify): New function.
1483 (jit-lock-fontify-buffer): Use it.
1484 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
1485 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
1486 Add optional args START and END.
1487 Never call font-lock-fontify-region directly.
1488 (jit-lock-function, jit-lock-stealth-fontify): Use it.
1489
1490 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
1491
a30ed6ac
DL
14922000-10-08 Dave Love <fx@gnu.org>
1493
4e7c7ca9
DL
1494 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
1495
1496 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
1497
1498 * play/studly.el (studlify-region, studlify-word): Add autoload
1499 cookie.
1500
1501 * play/morse.el (morse-region, unmorse-region): Add autoload
1502 cookie.
1503
1504 * play/spook.el (spook-phrases-file): Use expand-file-name, not
1505 concat.
1506
1507 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
1508 insist on symbols starting with word syntax.
1509 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
1510 (eval-defun-1): Doc fix.
1511 (indent-sexp): Use nconc to build up indent-stack.
1512
1513 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
1514 Gnus with little use.
1515 (mail-setup-hook): Add mail-abbrevs-setup to options.
1516
968f7c4a
DL
1517 * recentf.el: Doc fixes.
1518
1519 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
1520 Clean up remainder.
1521
1522 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
1523 without timezone and (8) with timezone to enforce some whitespace.
1524 Simplify code somewhat.
1525
1526 * options.el (list-options): Doc that you should use customize.
1527
1528 * iswitchb.el (iswitchb-mode): Add :require.
1529
a30ed6ac
DL
1530 * info.el (Info-goto-node, Info-menu): Doc fix.
1531 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
1532 (info-tool-bar-map): New variable.
1533 (Info-mode): Use it.
1534 (Info-edit-map): Define all in defvar.
1535 (speedbar-attached-frame): Avoid compiler warning.
1536
1537 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
1538 (global-map): Bind [tool-bar] to a filtered map.
1539 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
1540 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
1541 Allow PBM icons.
1542 (tool-bar-setup): Adjust calls of tool-bar-add-item.
1543
1544 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
1545 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
1546 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
1547 icons, except up_arrow, which is left-arrow rotated.
1548
1549 * imenu.el (imenu-add-to-menubar): Fix last change.
1550
4e953aff
PB
15512000-10-08 Peter Breton <pbreton@ne.mediaone.net>
1552
1553 * generic-x.el (rul-generic-mode): Remove eval-when-compile
1554 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
1555
739e92a7
EZ
15562000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
1557
d20faceb
EZ
1558 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
1559 typos in doc strings.
1560
a640322e
EZ
1561 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
1562 the doc strings how to customize Font Lock faces.
1563
739e92a7
EZ
1564 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
1565 computing growth when dragging the header line.
1566
8be7408c
EZ
15672000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
1568
1569 * simple.el (kill-line): Doc fix.
1570
6fee86a3
MB
15712000-10-08 Miles Bader <miles@gnu.org>
1572
445a653e
MB
1573 * faces.el (secondary-selection): Make foreground visible on tty.
1574
6fee86a3
MB
1575 * jka-compr.el (auto-compression-mode): Move to the end of the
1576 file, because `define-minor-mode' actually calls the mode-function
1577 if the associated variable is non-nil, which requires that all
1578 needed functions be already defined.
1579 (with-auto-compression-mode): Add autoload cookie.
1580
a115794c
EZ
15812000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
1582
1583 * files.el (find-backup-file-name) [ms-dos]: If support for long
1584 file names is not available, behave as if version-control were set
1585 to never.
1586
b12e6de3
DL
15872000-10-07 Dave Love <fx@gnu.org>
1588
1589 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
1590 (browse-url-gnome-moz): New function.
1591 (browse-url-browser-function): Use it.
1592 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
1593
20b1d079
SM
15942000-10-07 Stefan Monnier <monnier@cs.yale.edu>
1595
1596 * indent.el (tab-always-indent): New var.
1597 (indent-for-tab-command): Use it.
39250ec3 1598
9ee45b2c 1599 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 1600 raise an error. This way it can still default to a sane value.
9ee45b2c 1601
8c6b1d83
JW
16022000-10-06 Stefan Monnier <monnier@cs.yale.edu>
1603
39250ec3
SM
1604 * startup.el (fancy-splash-screens): Use local rather than global map.
1605 Don't use `update-menu-bindings' any more.
1606 Get rid of assumptions about keymap representation.
1607
a23ccdf2
DL
16082000-10-06 Dave Love <fx@gnu.org>
1609
814299a7 1610 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
1611 (sentence-end-without-period): Doc fix.
1612 (adaptive-fill-regexp): Purecopy.
1613 (unjustify-current-line): Use line-end-position.
1614 (fill-individual-paragraphs-prefix): Use line-beginning-position.
1615
1616 * net/eudc-vars.el (eudc): Add :version, :link.
1617
39250ec3 1618 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
1619
1620 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
1621 Fix for define-minor-mode.
1622 (function-at-point): Alias to function-called-at-point.
1623
1624 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
1625
1626 * simple.el (backward-word): Doc fix.
1627
a23ccdf2
DL
1628 * image-file.el (image-file-name-regexp): image-file-regexps ->
1629 image-file-name-regexps.
742c1822 1630 (image-file-name-extensions): Add pbm.
a23ccdf2 1631
39250ec3
SM
16322000-10-06 Stefan Monnier <monnier@cs.yale.edu>
1633
1634 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
1635 and add filename to the names so that diff-mode can jump to source.
1636
1637 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 1638 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
1639 (tex-font-lock-keywords-1): Remove.
1640 (font-lock-turn-on-thing-lock): Use jit-lock-register.
1641 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
1642 (font-lock-default-fontify-region):
1643 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
1644 (font-lock-fontify-anchored-keywords):
1645 Include the anchor text as part of the multiline.
1646
8d5dfacd
GM
16472000-10-06 Gerd Moellmann <gerd@gnu.org>
1648
1649 * loadup.el (toplevel): Load `loaddefs' before `help' because the
1650 latter needs the autoloaded define-minor-mode macro during the
1651 bootstrap.
1652
1653 * startup.el (command-line): For now, activate tool-bar-mode only
1654 if XPM images are supported.
1655
1656 * mouse.el (mouse-drag-header-line): Don't allow resizing a
1657 window by dragging a header-line at the top of the frame; that's
4c19fbce 1658 confusing because the header-line doesn't move.
8d5dfacd
GM
1659 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
1660 of treating the event as a list. Some cleanup.
1661
f69aad2b 16622000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 1663
f69aad2b
MB
1664 * simple.el (display-message-or-buffer): New function.
1665 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 1666
09cb7646
MB
1667 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
1668 docstring parts.
1669
814299a7 1670 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
1671 (smbclient-prompt-regexp): Add usage note to doc string.
1672 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
1673 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
1674 Use add-hook for adding the comint filter function, and only do so
1675 if it's not already in the global hook list.
1676 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
1677 to `make-local-variable'.
1678 (nslookup-font-lock-keywords): Remove prompt entry.
1679 (nslookup): Don't set the process-filter.
1680 (finger): Exit the loop correctly when the regexps list runs out.
1681 (ftp, smbclient, smbclient-list-shares):
1682 Set the real major mode immediately, not after execing.
1683 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
1684
1685 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
1686
4c19fbce
SM
16872000-10-05 Stefan Monnier <monnier@cs.yale.edu>
1688
1689 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
1690
1691 * which-func.el (which-func-format): Remove spurious space.
1692 (which-func-mode): Don't make it permanent-local.
1693 (which-func-ff-hook): Allow which-func-maxout to be nil.
1694 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
1695 (which-func-mode): Simplify.
1696 Use post-command-idle-hook rather than post-command-hook.
1697 Go through all buffers and update their state.
1698 (which-function): Also try add-log-current-defun-function.
1699
1700 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
1701 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
1702 Update call to with-vc-properties accordingly.
1703 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
1704 (vc-revert-buffer): More careful about window selection and deletion.
1705 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
1706
1707 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
1708 (cvs-retrieve-revision): Reuse a pre-existing buffer.
1709 (cvs-dired-action): Change the default to quickdir.
1710
1711 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
1712 if comment-indent-function returns nil.
1713 (comment-indent-default): New function.
1714 (comment-indent-function): Use it and document the new semantics.
1715
1716 * image-file.el: Docstring fixes.
1717
1718 * help.el (help-xref-on-pp): Use match-string.
1719 (describe-variable): New arg BUFFER.
1720 Store the current buffer in the help-xref-stack.
1721 (temp-buffer-resize-mode): Use define-minor-mode.
1722
1723 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
1724 consistently with its docstring.
1725 Set jit-lock-first-unfontify-pos in an idempotent way.
1726 (jit-lock-register): Autoload and add arg CONTEXTUAL.
1727
542c6552
GM
17282000-10-05 Alex Schroeder <alex@gnu.org>
1729
1730 * sql.el (sql-mysql-options): New variable.
1731 (sql-mysql): Use it.
1732
a3489ece
MB
17332000-10-05 Miles Bader <miles@lsi.nec.co.jp>
1734
77f6105c
MB
1735 * image.el (image): New group.
1736
814299a7 1737 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
1738 (smerge-base-face, smerge-markers-face): Add dark-background variants.
1739
3478046b
PB
17402000-10-04 Peter Breton <pbreton@ne.mediaone.net>
1741
1742 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 1743 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
1744 Ignore the value of wqindow-system; always define keywords
1745
22aca186
KH
17462000-10-05 Kenichi Handa <handa@etl.go.jp>
1747
1748 * startup.el (fancy-splash-screens): Remove the code for
1749 debugging; `(trace-to-stderr "EXITTT\n")'.
1750
55d5d717
MB
17512000-10-05 Miles Bader <miles@gnu.org>
1752
1753 * diff-mode.el (diff-goto-source): Update call to
1754 `diff-hunk-status-msg' to reflect new REV variable.
1755
41fa7178
SM
17562000-10-04 Stefan Monnier <monnier@cs.yale.edu>
1757
1758 * progmodes/icon.el (icon-mode):
1759 Don't gratuitously override the default for comment-column.
1760
1761 * vc-hooks.el (vc-mode-line): Fix interactive spec.
1762
1763 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
1764 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
1765 (jit-lock-functions): New var.
1766 (jit-lock-function-1): Use it if non-nil.
1767 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
1768 Set the `fontified' property before doing the fontification to avoid
1769 repeatedly going through the same error.
1770 Don't turn errors into messages.
1771 (jit-lock-register, jit-lock-unregister): New functions.
1772
1773 * dired.el (dired-mark-pop-up): Turn comment into docstring.
1774 Use with-current-buffer.
1775
1776 * dired-aux.el (dired-do-create-files, dired-kill-tree):
1777 Turn comment into docstring.
1778
1779 * apropos.el (apropos-mode): Use define-derived-mode.
1780
3dc78168
GM
17812000-10-04 Gerd Moellmann <gerd@gnu.org>
1782
1783 * startup.el (fancy-splash-pending-command): New variable.
1784 (fancy-splash-pre-command): New function.
1785 (fancy-splash-screens): Rewritten.
1786 (command-line-1): If fancy-splash-pending-command is set, call it
1787 interactively.
1788
dae9dc56
DL
17892000-10-04 Dave Love <fx@gnu.org>
1790
1791 * toolbar/tool-bar.el (tool-bar-setup): New function.
1792 (tool-bar-mode): Use it.
1793
1794 * subr.el (substitute-key-definition): Doc fix.
1795 (play-sound-file): New command.
1796
3388f0a5
AS
17972000-10-04 Andre Spiegel <spiegel@gnu.org>
1798
814299a7 1799 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
1800 vc-version-backup-file-name): New functions.
1801
1802 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
1803
1804 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
1805 vc-cvs-stay-local-p.
1806
1807 * vc.el (vc-revert-buffer): Handle empty diff properly.
1808 (vc-version-backup-file): New function.
1809 (vc-checkout): Create a version backup if necessary.
1810 (vc-checkin): If a version backup file exists, delete it.
1811 (vc-version-diff): Diff locally using version backups, if available.
1812 (vc-revert-file): If there's a version backup, revert locally.
1813 (vc-transfer-file): Use version backup for base version, if
1814 available. If not, ask for confirmation whether to get it from the
1815 server. Update mode line before check-in.
1816
ebd4825d
DL
18172000-10-04 Dave Love <fx@gnu.org>
1818
1819 * toolbar/tool-bar.el (tool-bar-setup): New function.
1820 (tool-bar-mode): Use it.
1821
1b24f4b7
PB
18222000-10-04 Peter Breton <pbreton@ne.mediaone.net>
1823
3dc78168 1824 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 1825 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
1826 Only set if window-system is non-nil
1827 (net-utils-run-program): Returns buffer.
1828 (network-connection-reconnect): Added this function.
1829
814299a7
MB
1830 * generic.el:
1831 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
1832 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
1833 Uses cl compile-time macros.
3dc78168
GM
1834 (generic-mode-name, generic-comment-list)
1835 (generic-keywords-list, generic-font-lock-expressions)
1836 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
1837 Removed variables.
1838 (generic-mode-alist): Renamed to generic-mode-list.
1839 (generic-find-file-regexp): Default changed to "^#".
1840 (generic-read-type): Uses completing read on generic-mode-list.
1841 (generic-mode-sanity-check): removed this function.
1842 (generic-add-to-auto-mode): Removed this function
3dc78168 1843 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
1844 into function instead of putting them in alist.
1845 (generic-mode-set-comments): Reworked extensively.
1846 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 1847 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 1848
814299a7 1849 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
1850 Make sure directory name ends with "/".
1851
814299a7 1852 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
1853 Regexp now allows leading whitespace.
1854 (rc-generic-mode): Added eval-when-compile
1855 around generic-make-keywords-list.
1856 Deleted duplicate regexp
1857 (rul-generic-mode): Added eval-when-compile
1858 around generic-make-keywords-list.
1859 (etc-fstab-generic-mode): New generic mode.
1860 (rul-generic-mode): Removed one eval-when-compile
814299a7 1861 which caused a max-specpdl-size exceeded error.
1b24f4b7 1862
a7bf5cf3
MB
18632000-10-04 Miles Bader <miles@gnu.org>
1864
1865 * simple.el (minibuffer-temporary-goal-position): New variable.
1866 (next-history-element): Try to keep the position of point in the
1867 input string constant.
1868
1869 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
1870 (dired-do-create-files): If there's only one file, pass it in as
1871 the DEFAULT arg to dired-mark-read-file-name.
1872
ce1087a9
SM
18732000-10-03 Stefan Monnier <monnier@cs.yale.edu>
1874
1875 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
1876 (diff-goto-source): Be smarter when choosing REVERSE or not.
1877
1878 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
1879 (texinfo-mode-menu): Add an explicit shortcut for update all.
1880
0e41e1d6
AS
18812000-10-03 Andre Spiegel <spiegel@gnu.org>
1882
814299a7 1883 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
1884 factorize backend-specific code cleanly (this was essentially
1885 conceived by Stefan Monnier).
1886 (vc-unregister): Function removed.
814299a7 1887 (vc-revert-file): New function.
858f7cb4
AS
1888 (vc-revert-buffer): Delegate some of the work to it.
1889
0e41e1d6
AS
1890 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
1891 default branch unconditionally.
1892 (vc-rcs-set-default-branch): New function.
1893 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
1894 (vc-rcs-checkin): If an appropriate default branch has been set,
1895 force creation of that branch.
858f7cb4
AS
1896 (vc-rcs-receive-file): Rewritten to contain only backend-specific
1897 code (as suggested by Stefan Monnier).
0e41e1d6 1898
01c86c56
GM
18992000-10-02 Gerd Moellmann <gerd@gnu.org>
1900
45c477b4
GM
1901 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
1902 highlighting overlay with a different face over the overlay
1903 isearch uses to highlight the current match because that can lead
1904 to bad face combinations.
1905
01c86c56
GM
1906 * loadup.el (toplevel): Load faces before isearch.
1907
1908 * isearch.el (isearch-faces): New custom group.
1909 (isearch): New defface; was already tested for in the code.
1910 (isearch-lazy-highlight-face): Changed to defface from defcustom.
1911 (isearch-highlight): Always use face `isearch'.
1912
944425c0
DL
19132000-10-02 Dave Love <fx@gnu.org>
1914
1915 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
1916 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
1917 comparison of opcode with operand.
1918
2a099bcc
MB
19192000-10-03 Miles Bader <miles@gnu.org>
1920
1921 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
1922 buffer, since the echo area will now grow to accommodate them.
1923
4300ecb8
AS
19242000-10-02 Andre Spiegel <spiegel@gnu.org>
1925
1926 * vc-hooks.el (vc-registered): If FILE used to be registered under
1927 a certain backend, try that one first.
1928
814299a7 1929 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
1930 argument list. Handle multiple backends correctly.
1931 (vc-find-new-backend): Function removed.
1932 (vc-register): Use vc-responsible-backend, as before.
1933 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
1934
64e6cc18
GM
19352000-10-02 Gerd Moellmann <gerd@gnu.org>
1936
1937 * startup.el (fancy-splash-head): Change message below the
1938 logo.
1939
00df919e
MB
19402000-10-02 Miles Bader <miles@lsi.nec.co.jp>
1941
1942 * diff-mode.el (diff-goto-source): Emit a status message.
1943 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 1944 (diff-test-hunk): Fix doc string.
00df919e
MB
1945 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
1946 (diff-advance-after-apply-hunk): New variable.
4eaa6852 1947 (diff-apply-hunk): Don't return a value.
00df919e 1948
ceec5a0c
SM
19492000-10-01 Stefan Monnier <monnier@cs.yale.edu>
1950
1951 * vc.el (vc-editable-p): Minor optimization.
1952 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
1953 (vc-find-new-backend): New function split from vc-responsible-backend.
1954 (vc-register): Use it.
1955 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
1956 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
1957 (vc-default-unregister, vc-revert-buffer): Docstring fix.
1958 (vc-clear-headers): Don't use find-file.
1959 (vc-revert-buffer): Use `and' again (must have been a braino).
1960 (vc-switch-backend): Only prompt if requested.
1961 Short circuit if nothing is to be done.
1962 Don't use vc-resynch-buffer which could lose unsaved editing.
1963 (vc-default-receive-file): Update call to vc-unregister.
1964 (with-vc-file, vc-next-action-on-file):
1965 Use vc-backend rather than vc-registered.
1966 (vc-next-action-on-file): Use intern-soft.
1967 Deal with read-only *vc-diff* buffer.
1968 (vc-transfer-file): Docstring fix.
1969
1970 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
1971 (vc-rcs-receive-file): Avoid with-vc-properties.
1972 Update call to vc-unregister.
1973 Use constant `RCS' rather than (dynamically bound) var `backend'.
1974
4ad5da8f
AS
19752000-10-01 Andre Spiegel <spiegel@gnu.org>
1976
814299a7 1977 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
1978 is visited.
1979 (vc-start-entry): New argument initial-contents. Don't visit the file
1980 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
1981 (vc-next-action, vc-register): Updated calls to vc-start-entry.
1982 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
1983 vc-start-entry.
1984 (vc-finish-logentry): Make sure to bury log buffer only if there
1985 really is one. Call `vc-resynch-buffer' on log-file, not
1986 buffer-file-name.
1987 (vc-default-comment-history, vc-default-wash-log): New functions.
1988 (vc-index-of): Removed.
1989 (vc-transfer-file): Make do without the above.
1990 (vc-default-receive-file): Call comment-history unconditionally. Pass
1991 the resulting string to vc-checkin, instead of inserting it into the
1992 comment ring.
1993
1994 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
1995 unconditionally. Use the comments as initial contents of the log
814299a7 1996 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
1997 changes.
1998
aa0c3dca
MB
19992000-10-01 Miles Bader <miles@gnu.org>
2000
2001 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
2002 `recenter' with an arg to prevent redrawing the display.
2003
d5f5a2c5
SM
20042000-09-30 Stefan Monnier <monnier@cs.yale.edu>
2005
2006 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
2007
2008 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
2009
814299a7 2010 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
2011 Don't gratuitously override the default for comment-column.
2012
2013 * textmodes/tex-mode.el (latex-metasection-list): New var.
2014 (latex-imenu-create-index): Use it.
2015 Move the regexp construction outside loops (and use push).
814299a7 2016 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
2017 (tex-font-lock-keywords): Moved from font-lock.el.
2018 (tex-comment-indent): Remove.
2019 (tex-common-initialization): Don't set comment-indent-function.
2020 (latex-block-default): New var.
2021 (tex-latex-block): Use it to provide a default choice.
2022 Add any unknown choice to latex-block-names.
2023 Insert [...] after {...}.
2024 (tex-last-unended-begin): Simplify regexp.
2025 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
2026 (latex-forward-sexp-1, latex-forward-sexp): New functions.
2027 (latex-mode): Set forward-sexp-function.
2028
2029 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
2030 Add regexp for @ignore ... @end ignore.
2031 (texinfo-heading-face): New face.
2032 (texinfo-font-lock-keywords): Use it.
2033 (texinfo-mode-menu): New menu.
2034 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
2035 New functions.
2036 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 2037 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
2038 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
2039 Remove declaration.
2040 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
2041
2042 * delsel.el (delete-selection-mode): Use define-minor-mode.
2043
2044 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
2045
20462000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2047
2048 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
2049
8a5506f2
GM
20502000-09-30 Gerd Moellmann <gerd@gnu.org>
2051
068127d6
GM
2052 * replace.el (keep-lines-read-args): New function.
2053 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
2054 read arguments interactively. Add parameters RSTART and REND.
2055 Operate on the active region in Transient Mark mode.
2056
d777bb8f
GM
2057 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
2058
8a5506f2
GM
2059 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
2060 (authors-obsolete-files-regexps): New variable.
2061 (authors-add): Don't record changes in obsolete files.
2062
3fa87bfc
SM
20632000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2064
2065 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
2066
2067 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
2068 (comment-indent): Make sure there's a space between code and comment.
2069 Shift comments left to avoid going past fill-column.
2070
f02149ce
GM
20712000-09-29 Gerd Moellmann <gerd@gnu.org>
2072
2073 * startup.el (startup-echo-area-message): New function.
2074 (display-startup-echo-area-message): Use it.
2075 (fancy-splash-screens): Rewritten to use keymaps and a timer.
2076 (fancy-splash-default-action): New function.
2077 (fancy-splash-screens-1): New function.
2078 (fancy-splash-head): Put a help-echo and a keymap under the image.
2079
a3ef6569
SM
20802000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2081
2082 * diff-mode.el (diff-add-log-file-name): Remove.
2083 (diff-mode): Use add-log-buffer-file-name-function.
2084
2085 * add-log.el (find-change-log): New arg BUFFER-FILE.
2086 (add-log-file-name): Obey add-log-file-name-function.
2087 (add-log-buffer-file-name-function): New var.
2088 (add-change-log-entry): Use it.
2089
75e5b373
MB
20902000-09-29 Miles Bader <miles@gnu.org>
2091
2092 * image-file.el (image-file-name-extensions): New variable.
2093 (image-file-name-regexps): Renamed from `image-file-regexps'.
2094 New default value is nil. Call `auto-image-file-mode'.
2095 (image-file-name-regexp): New function.
2096 (auto-image-file-mode): New minor mode.
2097 (insert-image-file): Don't make conditional on the image-file
2098 handler being enabled.
2099 (image-file-handler): Make the call here conditional instead.
2100 (set-image-file-handler-enabled, enable-image-file-handler)
2101 (disable-image-file-handler): Functions removed.
2102
2103 * emacs-lisp/authors.el (authors-print): Rephrase many-files
2104 string.
2105
de6e1f7c
GM
21062000-09-29 Gerd Moellmann <gerd@gnu.org>
2107
2108 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
2109 it's a function from CL.
2110 (latex-imenu-create-index): Replace eval-when-compile with progn
2111 because latex-section-alist is not bound while compiling.
2112
d8c201f5
SM
21132000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2114
2115 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
2116 (outline-mode): Use define-derived-mode.
2117
814299a7 2118 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
2119 * progmodes/awk-mode.el (awk-mode):
2120 * progmodes/asm-mode.el (asm-mode):
2121 Don't gratuitously override the default for comment-column.
2122
2123 * emacs-lisp/lisp.el (lisp-complete-symbol):
2124 Distinguish the let-binding case from the funcall case.
2125 (forward-sexp-function): New variable.
2126 (forward-sexp): Use it.
2127
2128 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
2129 (easy-mmode-defmap): Remove the now useless autoload.
2130
2131 * time.el (display-time-mode): Use define-minor-mode.
2132
2133 * subr.el (add-minor-mode): Don't eval NAME.
2134 Don't depend on the presence of TOGGLE-FUN for any special behavior.
2135 Use if rather than cond.
2136
2137 * simple.el (read-expression-map): Define more properly.
2138 (comment-indent-hook): Remove.
2139 (string-to-syntax): Bug fix.
2140
2141 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
2142 (cvs-ediff-diff): Fix typo.
2143 (cvs-revert-if-needed): Don't bother preserving read-only.
2144
2145 * paren.el (show-paren-mode): Use define-minor-mode.
2146
2147 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
2148 (toggle-auto-compression): Remove.
2149 (jka-compr-build-file-regexp): Remove useless grouping.
2150
2151 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
2152 Avoid user-reserved bindings.
2153 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
2154 (diff-header-face): Revert to grey85.
2155
2156 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
2157
2158 * complete.el (partial-completion-mode) <defcustom>: Remove.
2159 (partial-completion-mode): Use define-minor-mode.
2160 (PC-do-completion): Understand `completion-auto-help = delay'
2161 to mean to popup the completion buffer only the second time.
814299a7 2162 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
2163 (PC-include-file-all-completions): Don't quote lambda.
2164
2165 * comint.el (comint-mode-hook): Docstring fix.
2166 (comint-mode): Use define-derived-mode.
2167 (comint-mode-map): Remove obsolete comment.
2168 (make-comint): Minor stylistic change.
2169 (comint-insert-clicked-input): Be more careful to find the overlay.
2170 Use this-command-keys rather than hardcoding mouse-2.
2171
2172 * font-lock.el: Replace confusing (,@ with ,
2173 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2174 Don't use regexp-opt-depth. Spice up the regexp for args.
2175 Don't distinguish between cmds that can take an opt arg or not.
2176 Use `append' and `prepend' rather than `keep'.
2177
2178 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
2179 (latex-outline-regexp): New var.
2180 (latex-outline-level): New fun.
2181 (latex-section-alist): New var.
2182 (latex-imenu-create-index): Use it. Use `push' as well.
2183 (tex-shell-map): Initialize it properly.
2184 (tex-mode): Minor stylistic change.
2185 (plain-tex-mode): Use define-derived-mode.
2186 (latex-mode): Use define-derived-mode.
2187 Construct the paragraph regexps in a more readable way.
2188 Set the buffer-local outline-{level,regexp} vars.
2189 (slitex-mode): Derive from latex-mode.
2190 (tex-common-initialization): Don't kill-all-vars anymore.
2191 Add setting for comment-add and font-lock-defaults.
2192 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
2193 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
2194 (tex-start-tex): New arg DIR (and send a chdir command for it).
2195 Also display the shell buffer and save it in tex-last-buffer-texed.
2196 (tex-region): Use expand-file-name rather than concat.
2197 Remove code made useless by changes in tex-start-tex.
2198 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
2199
2200 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
2201
ff398532
DL
22022000-09-28 Dave Love <fx@gnu.org>
2203
2204 * eshell/eshell.el (eshell) <defgroup>: Add :version.
2205
f9415d5b
GM
22062000-09-28 Gerd Moellmann <gerd@gnu.org>
2207
2208 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
2209 `append'.
2210
fa003899
SM
22112000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2212
2213 * info.el (Info-extract-pointer): Undo last change.
2214 Instead, fix the position of the `bound' arg to re-search-backward.
2215
22162000-09-27 Stefan Monnier <monnier@cs.yale.edu>
2217
2218 * info.el (Info-extract-pointer):
2219 Widen more carefully, to avoid finding pointers in other nodes.
2220 (Info-index): Use push.
2221
f9415d5b 22222000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
2223
2224 * frame.el (set-frame-font): Remove call to obsolete function
2225 frame-update-faces.
2226 (set-foreground-color, set-background-color): Likewise for
2227 frame-update-face-colors.
2228
5538b8ba
MB
22292000-09-27 Miles Bader <miles@gnu.org>
2230
2231 * image-file.el: New file.
2232
60536eea
GM
22332000-09-27 Gerd Moellmann <gerd@gnu.org>
2234
5b551d58
GM
2235 * frame.el (frame-notice-user-settings): Don't call
2236 frame-update-faces, which is a no-op now.
814299a7 2237
60536eea
GM
2238 * ediff-wind.el (ediff-control-frame-parameters): Add zero
2239 tool-bar-lines.
2240
36f1966f
DL
22412000-09-27 Dave Love <fx@gnu.org>
2242
2243 * mouse.el: Fix last change.
2244
c5785b73
MB
22452000-09-27 Miles Bader <miles@lsi.nec.co.jp>
2246
2247 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
2248
672172d9
KH
22492000-09-22 Kenichi Handa <handa@etl.go.jp>
2250
2251 * international/quail.el (quail-help): The output message is
2252 improved.
2253
4653b4ea
DL
22542000-09-26 Dave Love <fx@gnu.org>
2255
2256 * mouse.el (popup-menu): If POSITION is nil, set it using
2257 mouse-position.
2258
63900fcf
SS
22592000-09-25 Sam Steingold <sds@gnu.org>
2260
2261 * net/browse-url.el (browse-url-file-url): Check for null maps.
2262
cd3b81be
GM
22632000-09-26 Gerd Moellmann <gerd@gnu.org>
2264
876512ab 2265 * frame.el (frame-notice-user-settings): Don't add a
fa003899 2266 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 2267
fa003899
SM
2268 * frame.el (frame-notice-user-settings):
2269 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 2270
cd3b81be
GM
2271 * toolbar/tool-bar.el (tool-bar-help): New function.
2272
d8b4516f
GM
22732000-09-25 Gerd Moellmann <gerd@gnu.org>
2274
6567e9b5
GM
2275 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
2276 current-load-list in top-level forms. Else this leaks a cons cell
2277 every time a defun is called.
63900fcf 2278
d8b4516f 2279 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 2280
a461758e
DL
22812000-09-25 Dave Love <fx@gnu.org>
2282
7df6adc3
DL
2283 * startup.el (fancy-splash-head): Check XPM is available.
2284
a461758e
DL
2285 * autoinsert.el (auto-insert): Doc fix.
2286 (auto-insert-alist): Following GNU notices, don't say `copyright
2287 _by_'. Use line-beginning-position.
2288 (auto-insert): Check buffer-file-name is non-nil before use.
2289
b11af2dd
GM
22902000-09-25 Gerd Moellmann <gerd@gnu.org>
2291
2292 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
2293 starting with `@def' or `@multitable', in addition to ones
2294 specified by the user in auto-fill-inhibit-regexp.
2295
5f9f981b
GM
22962000-09-25 Markus Rost <rost@math.ohio-state.edu>
2297
2298 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
2299 rmail-dont-reply-to-names matches the empty string.
63900fcf 2300
8ff16b4e
GM
23012000-09-25 Gerd Moellmann <gerd@gnu.org>
2302
63900fcf 2303 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
2304 text to sound more friendly.
2305
9b4a7800
TTN
23062000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
2307
2308 * progmodes/hideshow.el: Update author email address.
2309 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
2310 (hs-hide-all-non-comment-function): New var.
2311 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
2312 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
2313 (hs-show-region): Delete this command.
2314 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
2315
4c7c1f3f
DL
23162000-09-22 Dave Love <fx@gnu.org>
2317
2318 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
2319 (hl-line-highlight): Specify buffer when moving overlay.
2320
2321 * progmodes/fortran.el (fortran-mode): Locally set
2322 normal-auto-fill-function.
2323 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
2324 (fortran-mode-map): Adjust auto-fill menu entry.
2325
13f93dee
GM
23262000-09-22 Gerd Moellmann <gerd@gnu.org>
2327
36eb0a91
GM
2328 * vc-rcs.el (toplevel): Require `vc' when compiling.
2329
fa003899 2330 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 2331
36a03bf9
AS
23322000-09-22 Andre Spiegel <spiegel@gnu.org>
2333
9b4a7800 2334 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
2335 registered under the new backend.
2336
9b4a7800 2337 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
2338 without explicit revision number.
2339
6e4e8a3b
SM
23402000-09-21 Stefan Monnier <monnier@cs.yale.edu>
2341
2342 * diff-mode.el (diff-file-header-face): Reset to its previous value.
2343 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
2344 (diff-xor): New function.
2345 (diff-find-source-location): Use it. Fix a stupid name clash.
2346 (diff-hunk-status-msg): New function.
2347 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
2348 (diff-test-hunk): Use diff-find-source-location.
2349 (diff-goto-source): Favor the `reverse'.
2350 (diff-hunk-text): Properly handle one-sided context diffs.
2351 (diff-apply-hunk): When done, advance to the next hunk.
2352
1b24b888
GM
23532000-09-21 Gerd Moellmann <gerd@gnu.org>
2354
623a0aae
GM
2355 * startup.el (command-line): If frame was created with a non-zero
2356 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 2357
1b24b888
GM
2358 * add-log.el (change-log-date-face, change-log-name-face)
2359 (change-log-email-face, change-log-file-face)
2360 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
2361 (change-log-function-face, change-log-acknowledgement-face):
2362 New faces, inheriting from font-lock faces.
1b24b888 2363 (change-log-font-lock-keywords): Use them.
9b4a7800 2364
93b3a1c8
DL
23652000-09-21 Dave Love <fx@gnu.org>
2366
80585273
DL
2367 * progmodes/cperl-mode.el (top-level): Clean up
2368 `eval-when-compile's and assorted defvars.
2369 (cperl-invalid-face): Don't double-quote value. Change custom
2370 type.
2371 (cperl-mode): Set normal-auto-fill-function and don't zap
2372 auto-fill-function.
2373 (cperl-imenu--function-name-regexp-perl): Renamed from
2374 imenu-example--function-name-regexp-perl.
2375 (cperl-imenu--create-perl-index): Renamed from
2376 imenu-example--create-perl-index.
2377 (cperl-xsub-scan): Don't require cl.
2378
93b3a1c8
DL
2379 * msb.el (msb-mode-map): Use substitute-key-definition.
2380 (msb-mode): Use msb-mode-map.
2381
43ccb598
AS
23822000-09-21 Andre Spiegel <spiegel@gnu.org>
2383
2384 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
2385 New functions.
fa003899 2386 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
2387 (vc-switch-backend): New function.
2388 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
2389 (vc-register): Fix prompt.
2390 (vc-unregister, vc-default-unregister): New functions.
2391 (vc-version-diff): Handle empty buffer in sentinel.
2392
2393 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
2394 (vc-rcs-state-heuristic): Use it to guess the state of files with
2395 non-strict locking.
2396 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
2397 been set with -b, but not created yet.
2398 (vc-rcs-fetch-master-state): With non-strict locking, compare file
2399 contents in order to find the state.
2400 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
2401 (vc-rcs-unregister, vc-rcs-receive-file)
2402 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 2403
9b4a7800 2404 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 2405 in case it is missing.
9b4a7800 2406
95fadcca
GM
24072000-09-21 Gerd Moellmann <gerd@gnu.org>
2408
2409 * startup.el (fancy-splash-tail): Use a different foreground
2410 color on a dark frame background.
2411
470f23e1
MB
24122000-09-21 Miles Bader <miles@lsi.nec.co.jp>
2413
2414 * info.el: Use the correct capitalization when making Info-mode
2415 and Info-edit-mode `special' modes.
2416
281096ed
SM
24172000-09-20 Stefan Monnier <monnier@cs.yale.edu>
2418
2419 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
2420 (diff-mode): Add support for add-log.el.
2421 (diff-hunk-text): Use char offsets rather than line offsets.
2422 (diff-find-source-location): Replace LINE with line-offset (nil
2423 if not found) and always set POS to a meaningful position.
2424 Adapt to the new char-offsets.
2425 (diff-apply-hunk): Drop support for the unused `select' POPUP.
2426 Adapt to the new diff-find-source-location.
2427 (diff-goto-source): Adapt to the new diff-find-source-location.
2428
2429 * add-log.el (add-log-file-name): New function (split out of
2430 add-change-log-entry).
2431 (add-change-log-entry): Use it.
2432 Call add-log-file-name-function with the changelog file name if
2433 the current buffer is not associated with any file.
2434 Avoid find-file if the selected window is dedicated.
2435
2436 * diff-mode.el (diff-find-source-location):
2437 Move code from diff-apply-hunk. Return buffer rather than file.
2438 (diff-apply-hunk): Use the new result from diff-find-source-location.
2439 (diff-goto-source): Use the new diff-find-source-location.
2440
c29d77c4
DL
24412000-09-20 Dave Love <fx@gnu.org>
2442
2443 * iswitchb.el: Some doc fixes.
2444 (iswitchb-mode-map): Define completely initially. Inherit
2445 minibuffer-local-map.
2446 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
2447 fundamental-mode.
2448 (iswitchb-global-map): New variable.
2449 (iswitchb-summaries-to-end): Amalgamate regexps.
2450 (iswitchb-mode): New.
2451 (iswitchb-mode-hook): New variable.
2452 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
2453 `extensions'.
2454
49939379
GM
24552000-09-20 Gerd Moellmann <gerd@gnu.org>
2456
d05c87ac
GM
2457 * ehelp.el (electric-help): New defgroup.
2458 (electric-help-shrink-window): New user-option.
2459 (with-electric-help): Use it.
2460
1ec082d4
GM
2461 * window.el (shrink-window-if-larger-than-buffer): If face
2462 `mode-line' has a :box, and we're on a graphical frame, add 1
2463 to the needed window height.
2464
f46c275e
GM
2465 * frame.el (frame-notice-user-settings): Add a last parameter nil
2466 to a call to `append', because the last list passed to `append' is
2467 not copied, and so subsequent calls to assq-delete-all will modify
2468 default-frame-alist.
2469
b7e11c5b
GM
2470 * startup.el (fancy-splash-image): Change :type.
2471 (fancy-splash-head): Use an XBM image if appropriate.
2472 (command-line-1): Show splash screens in more cases.
2473
26ff68aa
GM
2474 * startup.el (fancy-splash-text): Don't quote faces.
2475
8320414c
GM
2476 * dired.el (dired-font-lock-keywords): Undo last change.
2477 (dired-readin): Bind indent-tabs-mode to nil.
2478
49939379
GM
2479 * startup.el (fancy-splash-head): If frame's background mode
2480 is `dark', change the black background of the image to gray.
2481 (fancy-splash-screens): Display startup echo area message.
2482 (display-startup-echo-area-message): New function.
2483
c3b27206
MB
24842000-09-20 Miles Bader <miles@lsi.nec.co.jp>
2485
55a3d2a1
MB
2486 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
2487
2488 * info.el (info-header-node): Tweak for color ttys.
2489
37a99821
MB
2490 * faces.el (face-valid-attribute-values): Make sure directories we
2491 search for stipples both exist and are readable before trying to
2492 search them.
2493
0415d0d0
MB
2494 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
2495 in the dry-run case.
2496
523b128c
MB
2497 * jka-compr.el (with-auto-compression-mode): New macro.
2498
c3b27206
MB
2499 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
2500 (custom-group-tag-face, custom-variable-tag-face): Use relative
2501 :height and inherit from `variable-pitch' face instead of
2502 hardwiring :family.
2503 * hi-lock.el (hi-black-hb): Likewise.
2504
ddba99ad
MB
2505 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
2506 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
2507 toolbar-add-item, if image doesn't have a mask add a `:mask
2508 heuristic'.
2509
7e99fbde
SM
25102000-09-19 Stefan Monnier <monnier@cs.yale.edu>
2511
2512 * diff-mode.el: Docstring fixes.
2513 (diff-header-face, diff-comment-face): New faces.
2514 (diff-font-lock-keywords): Highlight a bit differently.
2515 (diff-find-source-location): Don't return SPAN any more.
2516 (diff-hunk-text): Don't bother erasing the temp buffer.
2517 (diff-find-text): Drop argument LINE.
2518 (diff-apply-hunk): Update calls to diff-find-text.
2519 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
2520
2521 * calendar/calendar.el: Docstring fixes.
2522 (calendar-make-alist): Don't quote lambda.
2523 (calendar-star-date): Use make-local-variable.
2524
fb275c02
DL
25252000-09-19 Dave Love <fx@gnu.org>
2526
7e99fbde
SM
2527 * toolbar/tool-bar.el: Renamed from toolbar.el.
2528 Change `toolbar' to `tool-bar' generally in symbols.
2529 Make some items invisible in `special' major modes.
2530 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
2531 Add arg PROPS.
532cb34d 2532
7e99fbde
SM
2533 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
2534 Add :version here.
fb275c02
DL
2535 (fancy-splash-delay, fancy-splash-image): Remove :version here.
2536
8f4ca9a5
GM
25372000-09-19 Gerd Moellmann <gerd@gnu.org>
2538
8b7707e1 2539 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 2540
8b7707e1 2541 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
2542 (find-file-noselect): Use it.
2543
8b7707e1 2544 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
2545 (fancy-splash-screen): Defgroup.
2546
8f4ca9a5
GM
2547 * add-log.el (change-log-font-lock-keywords): Match names
2548 more exactly for the case that font-lock-constant-face is
2549 underlined.
2550
ba9eeda1 25512000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 2552
8b7707e1 2553 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 2554
289eaef9
AS
25552000-09-19 Andre Spiegel <spiegel@gnu.org>
2556
2557 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
2558
ce9ded5d
GM
25592000-09-19 Gerd Moellmann <gerd@gnu.org>
2560
c113de23
GM
2561 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
2562 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
2563 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
2564 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
2565 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
2566 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
2567 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
2568 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
2569 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
2570 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
2571 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 2572 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 2573
ce9ded5d
GM
2574 * startup.el (fancy-splash-text): New variable.
2575 (fancy-splash-delay, fancy-splash-image): New user-options.
2576 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
2577 (fancy-splash-screens): New functions.
2578 (command-line-1): If display has a `display' frame parameter, has
2579 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 2580
b9b1c3a9
DL
25812000-09-19 Dave Love <fx@gnu.org>
2582
2583 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
2584 with null `help'. Use modern backquote syntax.
2585
1af25534
GM
25862000-09-19 Gerd Moellmann <gerd@gnu.org>
2587
afd3c8cd
GM
2588 * font-lock.el (font-lock-mode): Change message telling the user
2589 that ``the buffer is too big''.
2590
1af25534
GM
2591 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
2592 for instance for the case that tab-width is 2.
2593
05b1f851
GM
25942000-09-18 Gerd Moellmann <gerd@gnu.org>
2595
2596 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
2597 toolbar-add-item, if image doesn't have a mask add a `:mask
2598 heuristic'.
2599
8ec8f673
MB
26002000-09-18 Miles Bader <miles@lsi.nec.co.jp>
2601
2b612b1f
MB
2602 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
2603 and return a cons if it's non-nil.
2604 (diff-apply-hunk): Try to jump to the line in the source text
2605 corresponding to the position of point in the in the hunk.
2606
9b4a7800 2607 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
2608 (Info-title-1-face): Use face inheritance and relative sizes
2609 instead of hard-wiring things.
2610
2611 * faces.el (secondary-selection): Make dark-background variant sane.
2612
5eedab4d
AI
26132000-09-16 Andrew Innes <andrewi@gnu.org>
2614
5eedab4d
AI
2615 * makefile.w32-in (compile-files-CMD): No need to make .elc files
2616 read-only, since they aren't under VC now.
2617
6a142f26
DL
26182000-09-17 Dave Love <fx@gnu.org>
2619
e07436e1
DL
2620 * tmm.el: Replace mapcar with mapc in several places.
2621
2622 * loadhist.el (unload-feature): Maybe call elp-restore-list and
2623 ad-unadvise.
2624
7d354dd5
DL
2625 * international/latin1-disp.el: New file.
2626
6a142f26
DL
2627 * calendar/cal-move.el (scroll-calendar-left)
2628 (scroll-calendar-right): Make arg optional (for active mode line).
2629
2630 * calendar/calendar.el (calendar-mode-line-format): Make fields
2631 mouse-sensitive.
2632 (calendar-read-date, calendar-read-date, calendar-window-list):
2633 Unquote lambda.
2634 (calendar-month-name): Use aref, not sref.
2635
2636 * view.el (minor-mode-alist): Propertize the string.
2637
2638 * international/characters.el (standard-case-table): Add entries
2639 for Greek.
2640
50ac70af
MB
26412000-09-18 Miles Bader <miles@gnu.org>
2642
53c9ab4f
MB
2643 * info.el (info-node, info-xref): Add dark-background variants.
2644
a114b1ca
MB
2645 * faces.el (header-line): Change defaults to be less confusing
2646 when mixed with mode-lines.
2647
50ac70af
MB
2648 * info.el (Info-fontify-node): Make a few cleanups.
2649 Add extra `help-echo' and `local-map' props to node xrefs.
2650 Use header-specific faces for node-names & xrefs.
2651 (Info-use-header-line): New variable.
53c9ab4f 2652 (info-header-xref, info-header-node): New faces.
50ac70af
MB
2653 (Info-setup-header-line): New function.
2654 (Info-select-node): Call Info-setup-header-line when enabled.
2655 (Info-extract-pointer): Work even if the header line is hidden.
2656 (Info-header-line): New variable.
2657
729927ff
SM
26582000-09-16 Stefan Monnier <monnier@cs.yale.edu>
2659
2660 * vms-patch.el (print-region-function): Don't quote lambda.
2661
2662 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
2663
2664 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
2665 (lm-get-header-re): Allow spaces between the header and the colon.
2666 (lm-header): Allow $ in non-RCS headers.
2667 (lm-header-multiline): Put the strings back into order.
2668 Stop at an empty line. Don't require two space chars if the
2669 line is clearly not another header line.
2670
2671 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
2672 (popup-menu-popup): Remove.
2673
7a98d821
GM
26742000-09-15 Gerd Moellmann <gerd@gnu.org>
2675
7f8f1edc
GM
2676 * toolbar/toolbar.el (toolbar-add-item): Use the same image
2677 specification if or if not tool-bar item contains an `:enabled'
2678 property.
2679
7a98d821
GM
2680 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
2681 current buffer has no file name.
2682
a7bc704b
DL
26832000-09-15 Dave Love <fx@gnu.org>
2684
2685 * strokes.el: Sync with maintainer's current version with changes
2686 for Emacs, but avoid runtime cl and levents.
2687 (toplevel): Change autoloads and compilation requires.
2688 (strokes-version, strokes-bug-address, strokes-lift): Values
2689 changed.
2690 (strokes-xpm-header, strokes-insinuated): New variable.
2691 (strokes): Add :link.
2692 (strokes-mode): Customized.
2693 (strokes-while-inhibiting-garbage-collector): New macro.
2694 (strokes-remassoc): Avoid remove-if.
2695 (strokes-fix-button2-command): Don't use ad-do-it.
2696 (strokes-insinuate): New function.
2697 (strokes-button-press-event-p, strokes-button-release-event-p):
2698 New functions, used instead of non-`strokes-' versions..
2699 (strokes-mouse-event-p): Rewritten.
2700 (strokes-event-closest-point): Avoid event-point.
2701 (strokes-get-grid-position): Avoid cdadr, caadr
2702 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
2703 functions.
2704 (strokes-help): Use with-output-to-temp-buffer.
2705 (strokes-window-configuration-changed-p): New function.
2706 (strokes-update-window-configuration): Use buffer-live-p,
2707 strokes-window-configuration-changed-p.
2708 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
2709 (strokes-char-face): New face.
2710 (strokes-char-table, strokes-base64-chars): New variable.
2711 (strokes-xpm-for-stroke, strokes-list-strokes)
2712 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
2713 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
2714 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
2715 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
2716 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
2717 functions.
2718
47e351a3
GM
27192000-09-15 Gerd Moellmann <gerd@gnu.org>
2720
ebb8f116
GM
2721 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
2722
47e351a3
GM
2723 * image.el (create-image): Doc fix.
2724
2725 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
2726 instead of `:heuristic-mask t'.
2727
fe83b953
AI
27282000-09-14 Andrew Innes <andrewi@gnu.org>
2729
2730 * makefile.w32-in: Revert to Unix line endings.
2731
52481729
AI
27322000-09-14 Andrew Innes <andrewi@gnu.org>
2733
3021e816
AI
2734 * makefile.w32-in: Add bootstrap support. Also copy lisp source
2735 when installing.
2736
52481729
AI
2737 * makefile.nt (DONTCOMPILE): Fix typo.
2738
2739 * shell.el (shell-write-history-on-exit): New function.
2740 (shell-dumb-shell-regexp): New custom variable.
2741 (shell-mode): Make shell-write-history-on-exit the process
2742 sentinel if shell name matches shell-dumb-shell-regexp.
2743
2744 * w32-fns.el: Comment out before-init-hook function which resets
2745 source-directory based; this breaks bootstrap.
2746
f8034e41
DL
27472000-09-14 Dave Love <fx@gnu.org>
2748
2749 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
2750 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
2751 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
2752 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
2753 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
2754 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
2755 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
2756 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
2757 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
2758
2759 * toolbar/toolbar.el: New.
2760
2761 * subdirs.el: Add toolbar.
2762
b9ce5694
GM
27632000-09-14 Gerd Moellmann <gerd@gnu.org>
2764
2765 * indent.el (indent-for-tab-command): Doc fix.
2766
986b7dee
GM
27672000-09-14 Alex Schroeder <alex@gnu.org>
2768
2769 * ansi-color.el (ansi-colors): Doc change.
2770 (ansi-color-get-face): Simplified regexp.
2771 (ansi-color-faces-vector): Added more faces, doc change.
2772 (ansi-color-names-vector): Doc change.
2773 (ansi-color-regexp): Simplified regexp.
2774 (ansi-color-parameter-regexp): New regexp.
2775 (ansi-color-filter-apply): Doc change.
2776 (ansi-color-filter-region): Doc change.
2777 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
2778 deal with zero length parameters.
2779 (ansi-color-apply-on-region): Doc change.
2780 (ansi-color-map): Doc change.
2781 (ansi-color-map-update): Removed debugging message.
2782 (ansi-color-get-face-1): Added condition-case to trap
2783 args-out-of-range errors.
2784 (ansi-color-get-face): Doc change.
2785 (ansi-color-make-face): Removed.
2786 (ansi-color-for-shell-mode): New option.
9b4a7800 2787
076ff911
KH
27882000-09-13 Kenichi Handa <handa@etl.go.jp>
2789
2790 * international/quail.el (quail-start-translation): Translate KEY
2791 if necessary even if it doesn't have any mapping in the current
2792 input method.
2793 (quail-start-conversion): Likewise.
2794 (quail-help): The output message is improved.
2795
bdf08678
MB
27962000-09-13 Miles Bader <miles@gnu.org>
2797
2798 * comint.el (comint-output-filter): Revert to using
2799 `insert-before-markers'. Add bletcherous hack to undo damage
2800 caused by `insert-before-markers'. Put `front-sticky' property on
2801 overlays created here so that the field code understands how the
2802 overlay works. Use a let when making comint-last-prompt-overlay,
2803 so that the code is easier to read.
2804
ffb8db8d
DL
28052000-09-13 Dave Love <fx@gnu.org>
2806
2807 * wid-edit.el (widget-default-format-handler): DTRT when
2808 doc-property is a function.
2809
5dd05f61
GM
28102000-09-12 Francesco Potorti` <pot@gnu.org>
2811
2812 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
2813 filed name if it's not there.
2814
35177617
DL
28152000-09-12 Dave Love <fx@gnu.org>
2816
9023837e
DL
2817 * simple.el (read-mail-command): Doc fix.
2818 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
2819
35177617
DL
2820 * vc.el (vc-dired-listing-switches): Fix :version.
2821
2822 * vc-hooks.el: Doc fixes.
2823
2824 * subr.el (add-minor-mode): Use toggle-fun arg.
2825
2826 * speedbar.el: Add :version to several defcustoms.
2827
2828 * imenu.el (imenu--truncate-items, imenu--cleanup)
2829 (imenu--generic-function): Avoid mapcar.
2830 (imenu--replace-spaces): Function removed.
2831 (imenu--completion-buffer): Use subst-char-in-string.
2832 (imenu-add-to-menubar): Use keymap inheritance.
2833
1afaae94
MB
28342000-09-12 Miles Bader <miles@gnu.org>
2835
2836 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
2837 (diff-mode-map): Bind `diff-test-hunk'.
2838 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
2839
28402000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
2841
2842 * bytecomp.el (byte-compile-defvar): Undo last change
2843 because it breaks '(make-variable-buffer-local (defvar ...)'
2844 which is used at least in dired.
2845
63c36c3c
KH
28462000-09-12 Kenichi Handa <handa@etl.go.jp>
2847
2848 * international/quail.el (quail-define-package): Docstring
2849 modified.
2850
1ad24be1
KH
28512000-09-12 Kenichi Handa <handa@etl.go.jp>
2852
362a8065
KH
2853 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
2854 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
2855 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
2856 docstring of "chinese-py".
2857
1ad24be1
KH
2858 * international/quail.el (quail-translation-docstring): New
2859 variable.
2860 (quail-show-keyboard-layout): Docstring modified.
2861 (quail-select-current): Likewise.
2862 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
2863 infinite recursive call.
2864 (quail-help): Check quail-translation-docstring. Format of the
2865 output changed.
2866 (quail-help-insert-keymap-description): Adjusted for the above
2867 change.
2868
cc0f95a4
GM
28692000-09-11 Gerd Moellmann <gerd@gnu.org>
2870
2871 * bytecomp.el (byte-compile-defvar): Only cons onto
2872 current-load-list in top-level forms. Else this leaks a cons cell
2873 every time a defun is called.
2874
7530b6da
MB
28752000-09-11 Miles Bader <miles@lsi.nec.co.jp>
2876
2877 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
2878 Now understands non-unified diffs. Some functionality moved into
2879 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
2880 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
2881 modify anything. Only reposition point in the patched file if the
2882 patch succeeds. Only pop up another window if POPUP is true.
2883 Emit a message describing what happened if successful, and at what
2884 line-offset. Automatically detect reversed hunks and do something
2885 appropriate.
2886 (diff-hunk-text, diff-find-text): New functions.
2887 (diff-filter-lines): Function removed.
2888 (diff-test-hunk): New function.
2889 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
2890
6b124390
DL
28912000-09-10 Dave Love <fx@gnu.org>
2892
2893 * textmodes/tildify.el: Minor doc/commentary fixes.
2894 (tildify) <defgroup>: Add :version.
2895
2896 * faces.el (face-x-resources): Make custom type more specific.
2897 (frame-background-mode): Use mapc.
2898 (region) <defcustom>: Add :version.
2899
7f8b6551
SM
29002000-09-08 Stefan Monnier <monnier@cs.yale.edu>
2901
9b4a7800
TTN
2902 * vc-sccs.el (vc-sccs-register):
2903 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
2904 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
2905 * vc.el (vc-register): Clear file's properties.
2906
c454aac1
GM
29072000-09-08 Gerd Moellmann <gerd@gnu.org>
2908
2909 * faces.el (face-spec-set): Only face-spec-reset-face when
2910 ATTRS is non-nil.
2911
bb934822
EZ
29122000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
2913
2914 * help.el (help-insert-xref-button): Fix a typo in doc string.
2915
03419440
EZ
29162000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2917
7f8b6551
SM
2918 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2919 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
2920 methods.
2921
03419440
EZ
2922 * menu-bar.el (read-mail-item-name): New function.
2923 (menu-bar-tools-menu): Use it to compute and display the package
2924 used to read email.
2925 (menu-bar-tools-menu): Fix typo in GUD's help string.
2926
dbcee71a
DL
29272000-09-07 Dave Love <fx@gnu.org>
2928
19e713d8
DL
2929 * diff-mode.el (diff-mouse-goto-source): New function.
2930
a7cafade 2931 * vc-sccs.el: Doc fixes.
7f8b6551 2932 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
2933
2934 * vc-rcs.el: Doc fixes.
7f8b6551
SM
2935 (vc-rcs-register-switches, vc-rcs-checkin-switches)
2936 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
2937 (vc-rcs-master-templates): Add or change :version.
2938
7f8b6551 2939 * vc-cvs.el: Doc fixes.
a7cafade
DL
2940 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
2941 (vc-cvs-stay-local): Add :version.
2942
dbcee71a
DL
2943 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
2944
ed254191
KH
29452000-09-07 Kenichi Handa <handa@etl.go.jp>
2946
2947 * international/quail.el (quail-help): Fix previous change.
2948
ab0ee409
GM
29492000-09-07 Gerd Moellmann <gerd@gnu.org>
2950
f46f845b 2951 * faces.el (color-values): Doc fix.
9b4a7800 2952
ab0ee409
GM
2953 * faces.el (frame-set-background-mode): Use frame-parameter
2954 instead of frame-parameters.
2955
2956 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 2957 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 2958 frame-parameters.
9b4a7800 2959
f7246ac7
KH
29602000-09-07 Kenichi Handa <handa@etl.go.jp>
2961
2962 * language/devan-util.el (devanagari-to-indian-region): In the
2963 loop, change the following char, not preceding char.
2964
96889af2
GM
29652000-09-07 Gerd Moellmann <gerd@gnu.org>
2966
1091dd67
GM
2967 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
2968 instead of frame-parameters.
2969
9b4a7800 2970 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
2971 internal-set-lisp-face-attribute with FRAME being 0.
2972
2973 * vc.el: Remove `Id' version control keyword.
96889af2 2974
0fddd0dc
KH
29752000-09-07 Kenichi Handa <handa@etl.go.jp>
2976
2977 * help.el (help-make-xrefs): Adjusted for the change of
2978 help-xref-mule-regexp.
2979 (help-insert-xref-button): New function.
2980
2981 * international/mule-cmds.el (help-xref-mule-regexp-template):
2982 Include the pattern for character set.
2983 (leim): New group.
2984
2985 * international/quail.el: Don't require face.
2986 (quail): New group.
7f8b6551 2987 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
2988 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
2989 (quail-keyboard-layout-substitution): New variable.
2990 (quail-update-keyboard-layout): New function.
2991 (quail-keyboard-layout-type): New customizable variable.
2992 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
2993 (quail-keyboard-translate): Pay attention to
2994 quail-keyboard-layout-substitution.
2995 (quail-insert-kbd-layout): New function.
2996 (quail-show-keyboard-layout): New function.
2997 (quail-get-translation): If the definition is a vector of length
7f8b6551 2998 1, and the element is a string of length 1, return the character
0fddd0dc
KH
2999 in that string.
3000 (quail-update-current-translations): Fix the case of
3001 relative-index out of range.
3002 (quail-build-decode-map, quail-insert-decode-map): New Functions.
3003 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 3004 Show key sequences for all available characters.
0fddd0dc
KH
3005 (quail-help-insert-keymap-description): Don't show such verbose
3006 key bindings as quail-self-insert-command.
3007
3008 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3009 Format changed, and each element now have extra documentations.
3010 (tit-process-header): Delete invalid characters from TIT-PROMPT.
3011 Adjusted for the change of quail-cxterm-package-ext-info.
3012
8ddceaf1
GM
30132000-09-06 Gerd Moellmann <gerd@gnu.org>
3014
3015 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
3016 requiring it leads to a recursive loading of vc.el and vc-hooks.el
3017 during bootstrap.
3018
099bd78a
SM
30192000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3020
3021 * vc.el: (toplevel): Don't require `dired' at run-time.
3022 (vc-dired-resynch-file): Remove autoload cookie.
3023
30242000-09-05 Andre Spiegel <spiegel@gnu.org>
3025
3026 * vc.el: Made several backend functions optional.
3027 (vc-default-responsible-p): New function.
3028 (vc-merge): Use RET for first version to trigger merge-news, not
3029 prefix arg.
3030 (vc-annotate): Handle backends that do not support annotation.
3031 (vc-default-merge-news): Removed. The existence of a merge-news
3032 implementation is now checked on caller sites.
3033
9b4a7800 3034 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
3035 case.
3036
9b4a7800 3037 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
3038 special case that has been removed from the default in vc-hooks.el.
3039
30402000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3041
3042 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
3043
30442000-09-05 Andre Spiegel <spiegel@gnu.org>
3045
3046 * vc-hooks.el: Require vc during compilation.
3047 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
3048 macro `with-vc-properties' in vc.el.
3049 (vc-file-getprop): Doc fix.
3050 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 3051
099bd78a
SM
3052 * vc.el: Require dired-aux during compilation.
3053 (vc-name-assoc-file): Moved to vc-sccs.el.
3054 (with-vc-properties): New macro.
9b4a7800 3055 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
3056 vc-finish-steal): Use it.
3057 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
3058 to the backend-specific function is now supposed to do the checkout,
3059 too.
3060 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
3061
9b4a7800 3062 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
3063 set file properties; that gets done in the generic code now.
3064
3065 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
3066 Changed parameter list, added code from vc.el that does the
3067 checkout, possibly with a double-take.
3068
3069 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
3070 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
3071 the above under the new name.
3072 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
3073 parameter list, added checkout command.
3074 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
3075 properties; that gets done in the generic code now.
3076
30772000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3078
3079 * vc.el: Docstring fixes (courtesy of checkdoc).
3080
30812000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3082
3083 * vc.el (vc-checkout-writable-buffer-hook)
3084 (vc-checkout-writable-buffer): Remove.
3085 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
3086 (vc-log-mode): Make it into a clean derived major mode.
3087 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
3088 vc-log-mode if log-edit is not available.
3089 (vc-dired-mode-map): Don't set-keymap-parent yet.
3090 (vc-dired-mode): Do set-keymap-parent here.
3091 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
3092
08ba3862
GM
30932000-09-05 Gerd Moellmann <gerd@gnu.org>
3094
3095 * faces.el (set-face-attribute, face-spec-reset-face)
3096 (face-spec-set): Avoid consing by removing calls to `apply'.
3097
3098 * frame.el (frame-parameter): Move to C code.
3099
3b4429b4
DL
31002000-09-05 Dave Love <fx@gnu.org>
3101
3102 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
3103 insert-before-markers-and-inherit. Now checked systematically!
3104
877055f6
GM
31052000-09-05 Alex Schroeder <alex@gnu.org>
3106
3107 * sql.el (sql-postgres): Use sql-postgres-options.
3108 (sql-postgres-options): New variable.
3109
31102000-09-05 Alex Schroeder <alex@gnu.org>
3111
3112 * sql.el (sql-mode-menu): Work around missing variable mark-active
3113 in XEmacs.
3114 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
3115 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
3116 compatibility.
3117
7a004b71
GM
31182000-09-04 Gerd Moellmann <gerd@gnu.org>
3119
54baed30 3120 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 3121
7a004b71
GM
3122 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
3123
3124 * Makefile.in (DONTCOMPILE): Fix typo in file name.
3125
31262000-09-04 Andre Spiegel <spiegel@gnu.org>
3127
3128 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
3129 don't support anything else under SCCS yet.
3130
3131 * vc-hooks.el: Minor doc fixes.
3132
31332000-09-04 Andre Spiegel <spiegel@gnu.org>
3134
3135 * vc.el (vc-next-action-on-file): Do not visit the file if it's
3136 not necessary. If verbose in state `needs-patch', do the same as
3137 under `up-to-date'. When NOT verbose and `needs-patch', check out
3138 latest version instead of `merge-news'.
3139 (vc-next-action-dired): Don't mess with default-directory here; it
3140 breaks other parts of dired. It is the job of the
099bd78a 3141 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
3142 (vc-next-action): Remove a special CVS case.
3143 (vc-clear-headers): New optional arg FILE.
3144 (vc-checkin, vc-checkout): Set properties vc-state and
3145 vc-checkout-time properly.
099bd78a 3146 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
3147 (vc-print-log): Use new backend function `show-log-entry'.
3148 (vc-cancel-version): Do the checks in a different order. Added a
3149 FIXME concerning RCS-only code.
3150
3151 * vc-rcs.el (vc-rcs-show-log-entry): New function.
3152 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
3153
3154 * vc-cvs.el (vc-cvs-show-log-entry): New function.
3155
9b4a7800 3156 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
3157 `needs-patch' as a `-' too.
3158
31592000-09-04 Andre Spiegel <spiegel@gnu.org>
3160
3161 * vc.el (vc-responsible-backend): New optional arg REGISTER.
3162 (vc-default-could-register): New function.
3163 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
3164 (vc-resynch-buffer): Call vc-dired-resynch-file.
3165 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
3166 vc-resynch-buffer instead of vc-resynch-window.
3167 (vc-next-action-dired): Don't redisplay here, that gets done as a
3168 result of the individual file operations.
3169 (vc-retrieve-snapshot): Corrected prompt order.
3170
3171 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 3172
7a004b71
GM
3173 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
3174 as well.
3175 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
3176 hostname regexps. Updated all callers.
3177 (vc-cvs-responsible-p): Handle directories as well.
3178 (vc-cvs-could-register): New function.
3179 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
3180 properties up-to-date.
9b4a7800 3181
7a004b71
GM
3182 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
3183 user whether to create one.
3184
31852000-09-04 Andre Spiegel <spiegel@gnu.org>
3186
3187 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
3188 check out a non-existing file.
3189
3190 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
3191 workfile does not exist.
3192
3193 * vc.el (vc-version-diff): Use `require' to check for existence of
3194 diff-mode.
3195
31962000-09-04 Andre Spiegel <spiegel@gnu.org>
3197
3198 * vc-cvs.el (vc-cvs-registered): Use new function
3199 vc-cvs-parse-entry to do the actual work.
3200
32012000-09-04 Andre Spiegel <spiegel@gnu.org>
3202
3203 * vc-hooks.el (vc-find-backend-function): If function doesn't
3204 exist, return nil instead of error.
3205 (vc-call-backend): Doc fix.
3206
3207 * vc.el (vc-do-command): Doc fix.
3208 (vc-finish-logentry): When checking in from vc-dired, choose the
3209 right backend for logentry check.
3210 (vc-dired-mode-map): Inherit from dired-mode-map.
3211 (vc-dired-mode): Local value of dired-move-to-filename-regexp
3212 simplified.
3213 (vc-dired-state-info): Removed, updated caller.
3214 (vc-default-dired-state-info): Use parentheses instead of hyphens.
3215 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
3216 (vc-dired-listing-switches): New variable.
3217 (vc-directory): Use it, instead of dired-listing-switches.
3218
3219 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
3220 (vc-cvs-dir-state): New function.
7f8b6551 3221 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
3222 (vc-cvs-parse-entry): New function, also to be used in
3223 vc-cvs-registered.
9b4a7800 3224
7a004b71
GM
32252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3226
3227 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
3228 *or* single-window-frames.
3229
32302000-09-04 Andre Spiegel <spiegel@gnu.org>
3231
3232 * vc.el (vc-update-changelog): Split into generic part and default
3233 implementation. Doc string adapted.
3234 (vc-default-update-changelog): New function. Call the `rcs2log'
3235 script in exec-directory, to fix a long-standing nuisance.
3236
3237 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
3238 simply signals an error.
9b4a7800 3239
7a004b71
GM
32402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3241
3242 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
3243 control-flow more clear and to avoid running `cvs' twice.
3244
3245 * vc.el (vc-next-action-on-file): Doc fix.
3246 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
3247 (vc-print-log): Eval `file' before constructing the continuation.
3248
32492000-09-04 Andre Spiegel <spiegel@gnu.org>
3250
3251 * vc.el (vc-next-action-on-file): Corrected several messages.
3252 (vc-merge): Add prefix arg `merge-news'; handle it.
3253
3254 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
3255 is not reached. It is.
3256 (vc-cvs-merge): Set state to 'edited after merge.
3257 (vc-cvs-merge-news): Set workfile version to nil if not known.
3258 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
3259
3260 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
3261 via stdout. (Merge from main line.)
9b4a7800 3262
7a004b71
GM
32632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3264
3265 * vc.el (vc-finish-logentry): Thinko in the "same comment"
3266 detection.
3267
32682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3269
3270 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
3271 against kill-all-local-variables.
3272 (vc-log-edit): Don't save vc-parent-buffer any more.
3273 (vc-last-comment-match): Initialize to an empty string.
3274 (vc-post-command-functions): New hook.
3275 (vc-do-command): Run it.
3276 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
3277 (vc-finish-logentry): Only add the comment to the ring if it's
3278 different from the last comment entered.
3279 (vc-new-comment-index): New function.
3280 (vc-previous-comment): Use it. Make the minibuffer message
3281 slightly less terse.
3282 (vc-comment-search-reverse): Make it work forward as well. Don't
3283 set vc-comment-ring-index if no match is found. Use
3284 vc-new-comment-index.
3285 (vc-comment-search-forward): Use vc-comment-search-reverse.
3286 (vc-dired-mode-map): Don't inherit from dired-mode-map since
3287 define-derived-mode will do it for us. Bind `v' to a keymap that
3288 inherits from vc-prefix-map so that we can bind `vt' without
3289 binding C-x v t.
3290 (vc-retrieve-snapshot): Parenthesis typo.
3291
3292 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
3293 to 1. Make sure to switch to *vc* before looking for an error
3294 message. Use vc-parse-buffer.
3295
32962000-09-04 Andre Spiegel <spiegel@gnu.org>
3297
3298 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
3299 and NAME.
3300 (vc-retrieve-snapshot): Split into two parts.
3301 (vc-default-retrieve-snapshot): New function.
3302
3303 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
3304 (vc-cvs-retrieve-snapshot): New function (untested).
3305 (vc-cvs-stay-local): Default to t.
3306 (vc-cvs-remote-p): New function and property.
3307 (vc-cvs-state): Stay local only if the above is t.
3308 (vc-handle-cvs): Removed.
3309 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
3310 done via vc-handled-backends now.
3311 (vc-cvs-header): Escape Id.
3312
33132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3314
3315 * vc.el (vc-do-command): Remove unused commands.
3316 (vc-version-diff): Make sure default-directory ends with a slash.
3317 Move the window commands into a vc-exec-after.
3318 (vc-print-log): Move more of the code into the `vc-exec-after'.
3319
33202000-09-04 Andre Spiegel <spiegel@gnu.org>
3321
3322 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
3323 (vc-print-log): Search current revision from beginning of buffer.
3324 (vc-revert-buffer): Clear echo area after the diff is finished.
3325 (vc-prefix-map): Removed definition of "t" for terse display in vc
3326 dired.
3327 (vc-dired-mode-map): Inherit from dired-mode-map. Added
3328 definition of "vt" for terse display.
3329 (vc-dired-mode): Fix dired-move-to-filename-regexp.
3330
33312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3332
3333 * vc.el (vc-exec-after): Avoid caddr.
3334
33352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3336
3337 * vc.el (vc-exec-after): New function.
3338 (vc-do-command): Use it to add a termination message for async
3339 procs.
3340 (vc-checkout): Try to handle a missing-backend situation.
3341 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
3342 of a directory with a backend using async diffs.
3343 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
3344 present.
3345
3346 * vc-sccs.el (vc-sccs-state-heuristic): Use
3347 file-ownership-preserved-p.
3348
3349 * vc-rcs.el (vc-rcs-state-heuristic): Use
3350 file-ownership-preserved-p.
3351 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
3352
33532000-09-04 Andre Spiegel <spiegel@gnu.org>
3354
3355 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
3356 vc-do-command.
3357
3358 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
3359 when there are no changes.
3360
33612000-09-04 Andre Spiegel <spiegel@gnu.org>
3362
3363 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
3364
3365 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
3366
33672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3368
3369 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
3370
3371 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
3372 the `fset' outside of the defvar so that it works even if
3373 vc-prefix-map was already defined.
3374 (vc-setup-buffer): New function, split out of vc-do-command.
3375 (vc-do-command): Allow BUFFER to be t to mean `just use the
3376 current buffer without any fuss'.
3377 (vc-version-diff): Change the `diff' backend operation to just put
3378 the diff in the current buffer without erasing it. Always use
3379 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
3380 shrink-window-if-larger-than-buffer.
3381 (vc-print-log): Change the `print-log' backend operation to just
3382 put the log in the current buffer without erasing it. Protect
3383 shrink-window-if-larger-than-buffer.
3384 (vc-update-change-log): Fix setd typo.
3385
3386 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
3387 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
3388
3389 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
3390 (vc-rcs-diff): Insert in the current buffer and remove unused arg
3391 CMP.
3392
3393 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
3394 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
3395 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
3396
33972000-09-04 Andre Spiegel <spiegel@gnu.org>
3398
3399 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
3400 not possible, use vc-BACKEND-workfile-unchanged-p.
3401 (vc-default-workfile-unchanged-p): New function. Delegates to a
3402 full vc-BACKEND-diff.
3403
3404 * vc-hooks.el (vc-simple-command): Removed.
3405
3406 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
3407 instead of vc-simple-command.
3408 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
3409 avoid doing a diff when opening a file.
3410 (vc-rcs-state): Added check for unlocked-changes.
3411 (vc-rcs-header): Escape Id.
3412 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
3413 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
3414 version.
3415
3416 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
3417 (vc-sccs-diff): Remove optional arg CMP.
3418 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
3419 SCCS-specific function.
3420
3421 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
3422 vc-simple-command.
3423
34242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3425
3426 * vc.el (vc-editable-p): Renamed from vc-writable-p.
3427 (with-vc-file, vc-merge): Use vc-editable-p.
3428 (vc-do-command): Remove unused var vc-file and fix the
3429 doubly-defined `status' var. Add a user message when starting an
3430 async command.
3431 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
3432 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
3433 Use with-current-buffer.
3434 (vc-buffer-sync): Use unless.
3435 (vc-next-action-on-file): If the file is 'edited by read-only,
3436 make it read-write instead of trying to commit.
3437 (vc-version-diff, vc-update-change-log): Use `setq
3438 default-directory' rather than `cd'.
3439 (vc-log-edit): Don't forget to set default-directory in the
3440 buffer.
3441
3442 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
3443 (vc-sccs-state-heuristic): Use file-writable-p instead of
3444 comparing userids.
3445 (vc-sccs-checkout): Use `unless'.
3446
3447 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
3448 of comparing userids.
3449 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
3450 Simplify the logic by eliminating unreachable code.
3451 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
3452 just do a recursive call if we need to retry.
3453 (vc-rcs-checkout): Handle the case where rcs is missing by making
3454 the buffer read-write if requested and re-signalling the error.
3455
3456 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
3457
34582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3459
3460 * vc-hooks.el (vc-handled-backends): Docstring change.
3461 (vc-ignore-vc-files): Mark obsolete.
3462 (vc-registered): Check vc-ignore-vc-files.
3463 (vc-find-file-hook, vc-file-not-found-hook): Don't check
3464 vc-ignore-vc-files.
3465
3466 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
3467
34682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3469
3470 * vc.el (vc-checkout): Don't do anything special for ange-ftp
3471 files since ange-ftp already has vc-registered return nil.
3472
3473 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
3474 (vc-sccs-workfile-version): Use with-temp-buffer and new
3475 vc-parse-buffer and don't bother setting the property.
3476 (vc-sccs-add-triple): Use with-current-buffer and
3477 find-file-noselect.
3478 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
3479
3480 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
3481 derives from the old vc-parse-buffer but uses the revision number
3482 rather than the date (much easier to compare robustly).
3483 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
3484 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
3485 locking-user more directly. Check strict locking and set
3486 checkout-model appropriately.
3487 (vc-rcs-parse-locks): Remove.
3488 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
3489 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
3490 (vc-rcs-system-release): Use with-current-buffer and
3491 vc-parse-buffer.
3492 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
3493
3494 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
3495 (vc-simple-command): Docstring fix.
3496 (vc-registered): Align the way the file-handler is called with the
3497 way the function itself works.
3498 (vc-file-owner): Remove.
3499
3500 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
3501 extraction of fields and call to file-attributes because of a
3502 temporary bug in rcp.el.
3503 (vc-cvs-fetch-status): Use with-current-buffer.
3504
35052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3506
3507 * vc.el (vc-do-command): Use file-relative-name.
3508 (vc-responsible-backend): Use vc-backend if possible.
3509 (vc-create-snapshot): Improve the `interactive' spec. Add support
3510 for branches and dispatch to backend-specific `create-snapshot'.
3511 (vc-default-create-snapshot): New function, containing the bulk of
3512 the old vc-create-snapshot.
3513 (vc-retrieve-snapshot): Improve the interactive spec.
3514
3515 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
3516 (vc-backend-hook-functions): Remove.
3517 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
3518 (vc-backend): Reintroduce the test for `file = nil' now that I
3519 know why it was there (and added a comment to better remember).
3520
3521 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
3522 code from vc-sccs-hooks.el.
3523 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
3524 'vc anymore.
3525 (vc-sccs-responsible-p): Use expand-file-name instead of concat
3526 and file-directory-p instead of file-exists-p.
3527 (vc-sccs-check-headers): Simplify the regexp.
3528
3529 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
3530 from vc-rcs-hooks.el. Don't require 'vc anymore.
3531 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
3532 file-directory-p instead of file-exists-p.
3533
3534 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
3535 from vc-cvs-hooks.el.
3536 (proto vc-cvs-registered): Require 'vc-cvs instead of
3537 'vc-cvs-hooks. Don't require 'vc anymore.
3538 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
3539 file-directory-p instead of file-exists-p.
3540 (vc-cvs-create-snapshot): New function, replacing
3541 vc-cvs-assign-name.
3542 (vc-cvs-assign-name): Remove.
3543
35442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3545
3546 * vc-cvs.el (vc-cvs-header): New var.
3547
3548 * vc-rcs.el (vc-rcs-exists): Remove.
3549 (vc-rcs-header): New var.
3550
3551 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
3552 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
3553 (vc-sccs-header): New var.
3554
3555 * vc.el (vc-do-command): Get rid of the `last' argument.
3556 (vc-header-alist): Remove, replaced by vc-X-header.
3557 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
3558 (vc-dired-hook): Use expand-file-name instead of concat.
3559 (vc-directory): Use file-name-as-directory.
3560 (vc-snapshot-precondition, vc-create-snapshot)
3561 (vc-retrieve-snapshot): Allow the command to operate on any
3562 directory.
3563
3564 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
3565 just removing the 'WORKFILE argument or by removing the 'MASTER
3566 argument and replacing `file' with (vc-name file).
3567
35682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3569
3570 * vc.el: Update Copyright and add a crude list of backend funs.
3571 (vc-writable-p): New function.
3572 (with-vc-file): Use vc-writable-p.
7f8b6551 3573 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
3574 (vc-register): Avoid vc-name.
3575 (vc-locking-user): Remove.
3576 (vc-steal-lock): Make the `owner' arg non-optional.
3577 (vc-merge): Use vc-writable-p instead of vc-locking-user and
3578 vc-checkout-model.
3579 (vc-default-dired-state-info): Use vc-state instead of
3580 vc-locking-user and return special strings for special states.
3581 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
3582 and get rid of one of the special CVS cases.
3583 (vc-cancel-version): prettify error message with \\[...].
3584 (vc-rename-master): New function.
3585 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
3586 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
3587 the CVS special case generic.
3588 (vc-default-record-rename): Remove.
3589 (vc-file-tree-walk-internal): Only call FUNC for files that are
3590 under control of some VC backend and replace `concat' with
3591 expand-file-name.
3592 (vc-file-tree-walk): Update docstring.
3593 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
3594 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
3595
3596 * vc-sccs.el (vc-sccs-rename-file): Renamed from
3597 vc-sccs-record-rename. Use `find-file-noselect' rather than
3598 `find-file' and call `vc-rename-master' to do the actual move.
3599 (vc-sccs-diff): Remove unused `backend' variable.
3600
3601 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
3602 to delay loading of vc-sccs until it is really used.
3603 (vc-sccs-master-templates): Preload.
3604 (vc-sccs-state): Update call to vc-sccs-parse-locks.
3605 (vc-sccs-project-dir): Remove (merged into
3606 vc-sccs-search-project-dir).
3607 (vc-sccs-search-project-dir): Rewrite using file name handling ops
3608 rather than `concat', make sure it is preloaded and don't bother
3609 to check that the file actually exists.
3610 (vc-sccs-parse-locks): Remove unused `file' argument, remove
3611 `locks' argument (use buffer's content instead) and eliminate n^2
3612 behavior.
3613
3614 * vc-rcs.el: Update Copyright.
3615 (vc-rcs-rename-file): New function.
3616 (vc-rcs-diff): Remove unused `backend' variable.
3617
3618 * vc-hooks.el: Update Copyright.
3619 (vc-backend): Don't accept a nil argument any more.
3620 (vc-up-to-date-p): Turn into a defsubst.
3621 (vc-possible-master): New function.
3622 (vc-check-master-templates): Use `vc-possible-master' and allow
3623 funs in vc-X-master-templates to return a non-existent file.
3624
3625 * vc-cvs.el: Update Copyright.
3626 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 3627 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
3628
3629 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
3630
36312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3632
3633 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
3634 since it can be called from vc-rcs.el.
3635 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
3636
36372000-09-04 Andre Spiegel <spiegel@gnu.org>
3638
3639 * vc.el (vc-version-diff): Expand file name read from the
3640 minibuffer. Handle the case when a previous version number can't
3641 be guessed. Give suitable messages when there were no differences
3642 found.
3643 (vc-clear-headers): Call backend-specific implementation, if one
3644 exists.
3645 (vc-cancel-version): Made error checks generic. When done, clear
3646 headers generically, too.
3647
3648 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
3649 from vc-clear-headers in vc.el.
3650
3651 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
3652 correctly.
3653 (vc-rcs-latest-on-branch-p): Made second argument VERSION
3654 optional. Handle the case when it's not there.
3655
36562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3657
3658 * vc.el (vc-locking-user): Moved from vc-hooks.el.
3659
36602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3661
3662 * vc-hooks.el (vc-loadup): Remove.
3663 (vc-find-backend-function): Use `require'. Also, handle the case
3664 where vc-BACKEND-hooks.el doesn't exist.
3665 (vc-call-backend): Cleanup.
3666
36672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3668
3669 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
3670 vc-rcs-grab-templates)
3671 (vc-rcs-registered): Remove. The default function works as well.
3672 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
3673 vc-sccs-grab-templates)
3674 (vc-sccs-registered): Remove. The default function works as well.
3675
3676 * vc.el (vc-version-diff): Left out a vc- in call to
3677 vc-call-backend.
3678 (vc-default-dired-state-info, vc-default-record-rename)
3679 (vc-default-merge-news): Update for the new backend argument.
3680
3681 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
3682 using the default function.
3683 (vc-call-backend): If calling the default function, pass it the
3684 backend as first argument. Update the docstring accordingly.
3685 (vc-default-state-heuristic, vc-default-mode-line-string): Update
3686 for the new backend argument.
3687 (vc-make-backend-sym): Renamed from vc-make-backend-function.
3688 (vc-find-backend-function): Use the new name.
3689 (vc-default-registered): New function.
3690
36912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3692
3693 * vc.el (vc-merge): Use vc-find-backend-function.
3694
3695 * vc-hooks.el (vc-backend-functions): Remove.
3696 (vc-loadup): Don't setup 'vc-functions.
3697 (vc-find-backend-function): New function.
3698 (vc-call-backend): Use above fun and populate 'vc-functions
3699 lazily.
3700 (vc-backend-defines): Remove.
3701
37022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3703
3704 * vc.el (vc-register): Put a FIXME note for a newly found bug.
3705 Call vc-call-backend without the leading vc-.
3706 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
3707 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 3708 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
3709 (vc-annotate-display): Replace confusing use of `cond' with `or'.
3710 Call vc-call-backend without the leading vc-.
3711
3712 * vc-cvs.el (tail): Provide vc-cvs.
3713 * vc-sccs.el (tail): Provide vc-sccs.
3714 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
3715
3716 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
3717 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 3718 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
3719 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
3720 (vc-call-backend): Always try to load vc-X-hooks.
3721 (vc-registered): Remove vc- in call to vc-call-backend.
3722
37232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3724
3725 * vc.el (vc-process-filter): New function.
3726 (vc-do-command): Setup `vc-process-filter' for the async process.
3727 (vc-maybe-resolve-conflicts): New function to reduce
3728 code-duplication. Additionally, it puts the buffer in
3729 `smerge-mode' if applicable.
3730 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
3731 calling `merge-news'.
7f8b6551 3732 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
3733 (vc-log-edit): New function. Replacement for `vc-log-mode' by
3734 interfacing to log-edit.el.
3735 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
3736 log-edit is available.
3737 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
3738
37392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3740
3741 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
3742 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
3743 defvar and the initialization.
3744 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
3745
3746 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
3747 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
3748
7f8b6551 3749 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
3750
37512000-09-04 Andre Spiegel <spiegel@gnu.org>
3752
3753 * vc.el (vc-file-clear-masterprops): Removed.
3754 (vc-checkin, vc-revert-buffer): Removed calls to the above.
3755 (vc-version-diff): Use buffer-size without argument.
3756 (vc-register): Heed vc-initial-comment.
3757
3758 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
3759 default branch.
3760
3761 * vc-rcs.el (vc-rcs-register): Parse command output to find master
3762 file name and workfile version.
3763 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
3764
3765 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
3766 vc-file-clear-masterprops.
3767
3768 * vc-sccs.el (vc-sccs-checkout): Removed call to
3769 vc-file-clear-masterprops. If writable, set vc-state to 'edited
3770 rather than user login name.
3771
3772
37732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3774
3775 * vc.el (vc-workfile-unchanged-p): Remove unused argument
3776 `want-differences-if-changed' and simplify.
3777 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
3778 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
3779 output (which is invalid for async vc-diff) to decide whether to
3780 do the revert silently or not.
3781
37822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3783
3784 * vc-hooks.el (vc-loadup): Load files quietly.
3785 (vc-call-backend): Oops, brain fart.
3786
37872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3788
3789 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 3790 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
3791
37922000-09-04 Andre Spiegel <spiegel@gnu.org>
3793
3794 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
3795 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
3796 vc-state or vc-up-to-date-p.
3797 (vc-merge): Use vc-backend-defines to check whether merging is
3798 possible. Set state to 'edited after successful merge.
3799
3800 * vc-hooks.el (vc-locking-user): If locked by the calling user,
3801 return that name. Redocumented.
3802
38032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3804
3805 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
3806 new `vc-state' semantics.
3807 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
3808 'vc-locking-user to the current user.
3809 (vc-merge): Inline vc-backend-merge. Comment out code that I
3810 don't understand and hence can't adapt to the new `vc-state' and
3811 `vc-locking-user' semantics.
3812 (vc-backend-merge): Remove.
3813
3814 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
3815 rather than 'vc-locking-user.
3816
3817 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
3818
3819 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
3820 (vc-state): Don't use 'reserved any more. Just use the same
3821 convention as the one used for vc-<backend>-state where the
3822 locking user (as a string) is returned.
3823 (vc-locking-user): Update, based on the above convention. The
3824 'vc-locking-user property has disappeared.
7f8b6551 3825 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
3826
3827 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
3828 with a heuristic one.
3829 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
3830 (vc-cvs-checkin): Do a trivial parse to set the state in case of
3831 error. That allows us to get to 'needs-merge even in the
3832 stay-local case. There's still no way to detect 'needs-patch in
3833 such a setup (or to force an update for that matter).
3834 (vc-cvs-logentry-check): Remove, the default works as well.
3835
38362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3837
7f8b6551 3838 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
3839
3840 * vc.el (vc-do-command): kill-all-local-variables, to reset any
3841 major-mode in which the buffer might have been put earlier. Use
3842 `remove' and `when'. Allow `okstatus' to be `async' and use
3843 `start-process' in this case.
3844 (vc-version-diff): Handle the case where the diff looks empty
3845 because of the use of an async process.
3846
38472000-09-04 Andre Spiegel <spiegel@gnu.org>
3848
3849 * vc.el (vc-next-action-on-file): Removed optional parameter
3850 `simple'. Recompute state unconditionally.
3851 (vc-default-toggle-read-only): Removed.
3852
3853 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
3854 (vc-toggle-read-only): Undid prev change.
3855
3856 * vc-cvs.el (vc-cvs-stay-local): Renamed from
3857 vc-cvs-simple-toggle. Redocumented.
3858 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
3859 (vc-cvs-toggle-read-only): Removed.
3860
38612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3862
7f8b6551 3863 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
3864 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
3865 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
3866 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
3867 still is. So maybe it should be removed.
3868 (vc-head-version, vc-find-binary): Remove.
3869 (vc-recompute-state): Move from vc-hooks.el.
3870 (vc-next-action-on-file): Add a `simple' argument to allow
3871 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
3872 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
3873 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
3874 (vc-dired-mode-map): Properly defvar it.
3875 (vc-print-log): Call log-view-mode if available.
3876 (small-temporary-file-directory): defvar instead of use boundp.
3877 (vc-merge-news): Moved to vc-cvs.el.
3878 (vc-default-merge-news): New function.
3879
3880 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
3881 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
3882 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
3883 unknown `vc-latest-version' function. It should probably refer to
3884 vc-workfile-version or somesuch, but it's very unclear to me and I
3885 don't have SCCS to test things.
3886
3887 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
3888 (vc-sccs-state-heuristic): Fix typo.
3889 (vc-sccs-workfile-unchanged-p): Add missing argument.
3890
3891 * vc-rcs.el: Require vc and vc-rcs-hooks.
3892 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
3893 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
3894 (vc-release-greater-or-equal-p): Move from vc.
3895 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
3896 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
3897 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 3898 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
3899
3900 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
3901 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
3902 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
3903 than the apparently unbound `workfile-version'.
3904
3905 * vc-hooks.el (vc-master-templates): Def the obsolete var.
3906 (vc-file-prop-obarray): Use `make-vector'.
3907 (vc-backend-functions): Add new hookable functions
3908 vc-toggle-read-only, vc-record-rename and vc-merge-news.
3909 (vc-loadup): If neither backend nor default functions exist, use
3910 the backend function rather than nil.
3911 (vc-call-backend): If the function if not bound yet, try to load
3912 the non-hook file to see if it provides it.
3913 (vc-call): New macro plus use it wherever possible.
3914 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
3915 nor `vc-find-binary' since it's only called from
7f8b6551 3916 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
3917 (vc-checkout-model): Fix parenthesis.
3918 (vc-recompute-state, vc-prefix-map): Move to vc.el.
3919
7f8b6551 3920 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
3921 (vc-cvs-release, vc-cvs-system-release): Remove.
3922 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
3923 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
3924 status symbols.
3925 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
3926 (vc-cvs-toggle-read-only): First cut at a function to allow a
3927 cvs-status-free vc-toggle-read-only.
3928 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
3929 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
3930 vc-cvs-status. Also set vc-state rather than vc-locking-user.
3931 (vc-cvs-checkout): Modify access rights directly if the user
3932 requested not to use `cvs edit'. And refresh the mode line.
3933
3934 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
3935 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
3936
39372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3938
3939 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
3940 workfile' that got lost when the code was extracted from vc.el.
3941 And merged the tail with the rest of the code (not possible in the
3942 old vc.el where the tail was shared among all backends). And
3943 explicitly set the state to 'edited if `writable' is set.
3944
3945 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
3946 (vc-cvs-state): Be careful to return the value from
3947 vc-cvs-parse-state.
3948 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
3949 property but return it instead. Also be careful to handle a nil
3950 or "" `rev' when workfile is non-nil (it was handled properly when
3951 workfile was nil).
3952
3953 * vc.el: Removed those pesky unnecessary `(function' quotes.
3954 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
3955 directly in the defvar.
3956 (vc-do-command): Bind inhibit-read-only so as to properly handle
3957 the case where the destination buffer has been made read-only.
3958 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 3959 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
3960 (vc-annotate-mode-variables): Removed (code moved partly to
3961 defvars and partly to vc-annotate-add-menu).
3962 (vc-annotate-mode): Turned into a derived-mode.
3963 (vc-annotate-add-menu): Moved in code in
3964 vc-annotate-mode-variables.
3965 (vc-update-change-log): Use make-temp-file if available.
3966
39672000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
3968
3969 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
3970 `vc-checkout-model' updated to `vc-cvs-update-model'.
3971
39722000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3973
3974 * vc.el (vc-next-action-on-file): Added handling of state
3975 `unlocked-changes'.
3976 (vc-checkout-carefully): Is now practically obsolete, unless the
3977 above is too slow to be enabled unconditionally.
3978 (vc-update-change-log): Fixed typo.
3979
3980 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
3981
7f8b6551
SM
3982 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
3983 Now handles state `unlocked-changes'.
3984 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
3985
3986 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
3987
3988 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
3989 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
3990 `unlocked-changes'.
3991 (vc-rcs-workfile-unchanged-p): Renamed from
3992 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
3993 function yet, but supposed to become one soon.
3994
3995 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
3996 `vc-steal-lock'.
3997 (vc-call-backend): Changed error message.
3998 (vc-state): Added description of state `unlocked-changes'.
3999
40002000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4001
4002 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
4003 always return t in CVS-controlled directories.
4004
4005 * vc.el (vc-responsible-backend): New function.
4006 (vc-register): Largely rewritten.
4007 (vc-admin): Removed (implementation moved into vc-register).
4008 (vc-checkin): Redocumented.
4009 (vc-finish-logentry): If no backend defined yet (because we are in
4010 the process of registering), use the responsible backend.
4011
4012 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4013 Updated function lists.
4014 (vc-call-backend): Fixed typo.
4015
7f8b6551
SM
4016 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
4017 New functions.
4018 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
4019 Removed query option. Redocumented.
7a004b71
GM
4020
40212000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4022
4023 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
4024
4025 * vc.el: Updated callers of `vc-checkout-required' to use
4026 `vc-checkout-model'.
4027
40282000-09-04 Martin Lorentzson <martinl@gnu.org>
4029
4030 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
4031 stuff updated to reference this function instead of the old
4032 `vc-backend-release-p'.
4033
40342000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4035
4036 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
4037 vc-checkout-model. Return appropriate values. Updated callers.
4038
40392000-09-04 Martin Lorentzson <martinl@gnu.org>
4040
7f8b6551 4041 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
4042 (vc-backend-revert): Function moved into `vc-revert';
4043 `vc-next-action' must be updated to accomodate this change.
4044 (vc-backend-steal): Function moved into `vc-finish-steal'.
4045 (vc-backend-logentry-check): Function moved into
4046 `vc-finish-logentry'.
4047 (vc-backend-printlog): Function moved into `vc-print-log'.
4048 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
4049 (vc-backend-assign-name): Function moved into
4050 `vc-create-snapshot'.
4051
40522000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4053
4054 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
4055 Rename to vc-checkout-model. Return appropriate values.
4056 Update callers.
7a004b71 4057
7f8b6551 4058 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 4059 to vc-checkout-model.
7f8b6551
SM
4060 (vc-checkout-required): Rename to vc-checkout-model.
4061 Re-implement and re-comment.
7a004b71
GM
4062 (vc-after-save): Use vc-checkout-model.
4063
40642000-09-04 Martin Lorentzson <martinl@gnu.org>
4065
7f8b6551
SM
4066 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
4067 Update to use the vc-BACKEND-diff functions instead.
4068 `vc-diff' is now working.
7a004b71 4069
7f8b6551 4070 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 4071
7f8b6551 4072 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
4073
4074 * vc-sccs.el (vc-sccs-diff): Function changed name from
4075 `vc-backend-diff'. This makes `vc-diff' work.
4076
7f8b6551 4077 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 4078 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 4079 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
4080 signaled during `vc-after-save'.
4081
7f8b6551
SM
4082 * vc.el: Fix typo.
4083 This checkin is made with our new VC code base for the very first time.
4084 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
4085
4086 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
4087 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
4088
4089 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
4090 updated to `vc-uses-locking'.
7f8b6551 4091 (vc-checkout-required): Call to backend function.
7a004b71
GM
4092 `vc-checkout-required' updated to `vc-uses-locking' instead.
4093
4094 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
4095 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
4096
7f8b6551 4097 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 4098 to match the split into various backends.
7f8b6551 4099 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
4100 (vc-retrieve-snapshot): Bug fix.
4101
41022000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4103
4104 * vc-sccs.el (vc-sccs-release): Doc fix.
4105
41062000-09-04 Martin Lorentzson <martinl@gnu.org>
4107
4108 * vc.el (vc-next-action-on-file): Bug found and fixed.
4109 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
4110 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
4111
4112 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
4113 (vc-rcs-checkout): Name space cleaned up. No more revision number
4114 crunching function names that are not prefixed with vc-rcs.
4115 (vc-rcs-checkout-model): Function added. References to
4116 `vc-checkout-model' replaced.
4117
41182000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4119
4120 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
4121 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
4122 still need to be split, and implemented for RCS).
4123
41242000-09-04 Martin Lorentzson <martinl@gnu.org>
4125
4126 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
4127
4128 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
4129 required by the vc.el file.
4130
4131 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
4132 required by the vc.el file.
4133 (vc-rcs-exists): Function added.
4134
4135 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
4136 required by the vc.el file.
4137
4138 * vc.el (vc-admin): Updated to handle selection of appropriate
4139 backend. Current implementation is crufty and need re-thinking.
4140
4141 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
4142
41432000-09-04 Martin Lorentzson <martinl@gnu.org>
4144
4145 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
4146 beginning of annotate buffers correctly.
4147
4148 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
4149 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
4150 functionality updated quite a lot to support multiple backends.
4151 Variables `vc-annotate-mode', `vc-annotate-buffers',
4152 `vc-annotate-backend' added.
4153
4154 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
4155 `vc-annotate-difference' added to supported backend functions.
4156
41572000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4158
4159 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
4160 Use with-temp-file instead of /bin/sh. Merged from mainline
4161
41622000-09-04 Martin Lorentzson <martinl@gnu.org>
4163
4164 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
4165
4166 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
4167
4168 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
4169
41702000-09-04 Martin Lorentzson <martinl@gnu.org>
4171
4172 * vc-hooks.el: vc-state-heuristic added to
4173 vc-backend-hook-functions.
4174
4175 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
4176
4177 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
4178
7f8b6551
SM
4179 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
4180 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
4181 state to `reserved'.
4182
4183 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
4184 `vc-checkout-required'. Rename the `locked' state to `reserved'.
4185
41862000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4187
7f8b6551 4188 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
4189 untouched.
4190
7f8b6551 4191 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 4192
7f8b6551 4193 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
4194 if defined. (Merged from main line, slightly adapted.)
4195
4196 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
4197 millenium problem (merged from mainline).
4198
41992000-09-04 Martin Lorentzson <martinl@gnu.org>
4200
4201 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
4202 part and moved the non-BACKEND stuff to vc.el.
4203
4204 * vc.el: Split the annotate feature into a BACKEND specific part
4205 and moved it from the vc-cvs.el file to this one.
4206
42072000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4208
7f8b6551
SM
4209 * vc-hooks.el: Implement new state model.
4210 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
4211 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 4212 locked by somebody else.
7f8b6551 4213 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
4214 vc-sccs-hooks.el and vc-rcs-hooks.el now.
4215 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 4216 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 4217
7f8b6551
SM
4218 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
4219 Various simplifications and adaptations all over the place.
7a004b71 4220
7f8b6551
SM
4221 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
4222 Simplify and adapt the rest.
7a004b71 4223
7f8b6551 4224 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 4225 interaction with view mode according to recent RCS change.
7f8b6551 4226 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
4227
42282000-09-04 Martin Lorentzson <martinl@gnu.org>
4229
7f8b6551 4230 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
4231
42322000-09-04 Martin Lorentzson <martinl@gnu.org>
4233
4234 * vc.el (vc-backend-release, vc-release-greater-or-equal)
4235 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
4236 (vc-minor-part, vc-previous-version): Functions that operate and
4237 compare revision numbers got proper documentation. Comments added
4238 about their possible removal.
4239
42402000-09-04 Martin Lorentzson <martinl@gnu.org>
4241
4242 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
4243 the vc-backend.el files.
4244
4245 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
4246
4247 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
4248 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
4249 (vc-rcs-previous-version): Functions added.
4250
4251 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
4252
4253 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
4254
42552000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4256
4257 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 4258 Comment out the definition for now. What is the right procedure
7a004b71
GM
4259 to get rid of it?
4260 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
4261 rewritten.
7f8b6551 4262 (vc-default-registered): Remove.
7a004b71
GM
4263 (vc-check-master-templates): New function; does mostly what the
4264 above did before.
4265 (vc-locking-user): Don't rely on the backend to set the property.
4266
4267 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 4268 Rewrite documentation.
7a004b71
GM
4269 (vc-rcs-templates-grabbed): New variable.
4270 (vc-rcs-grab-templates): New function.
7f8b6551 4271 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
4272
4273 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 4274 Rewrite documentation.
7a004b71
GM
4275 (vc-sccs-templates-grabbed): New variable.
4276 (vc-sccs-grab-templates): New function.
7f8b6551
SM
4277 (vc-sccs-registered): Rewrite to use above mechanism.
4278 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
4279 Don't throw the result, simply return it.
7a004b71 4280
7f8b6551
SM
4281 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
4282 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
4283 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 4284
7f8b6551 4285 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
4286 from main line.
4287
42882000-09-04 Martin Lorentzson <martinl@gnu.org>
4289
7f8b6551 4290 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 4291
7f8b6551 4292 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 4293
7f8b6551
SM
4294 * vc-rcs.el (vc-rcs-diff): New function.
4295 (vc-rcs-checkout): Bug (typo) found and fixed.
4296 (vc-rcs-register-switches): New variable.
7a004b71
GM
4297
4298 * vc.el (vc-backend-diff): Function removed and placed in the
4299 backend files.
4300
43012000-09-04 Martin Lorentzson <martinl@gnu.org>
4302
4303 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
4304
4305 * vc.el (vc-backend-checkout): Function removed and replaced in
4306 the vc-backend.el files.
4307
4308 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
4309
4310 * vc.el (vc-backend-admin): Removed and replaced in the
4311 vc-backend.el files.
4312
4313 * vc.el (Martin): Removed all the annotate functionality since it
4314 is CVS backend specific.
4315
43162000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4317
4318 * spec.txt: Added specification of vc-state.
4319
4320 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 4321 Remove handling of vc-latest-version and
7a004b71
GM
4322 vc-your-latest-version. What used to be vc-latest-version, is now
4323 returned as vc-workfile-version.
7f8b6551 4324 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
4325
43262000-09-04 Dave Love <fx@gnu.org>
4327
4328 * vc.el: [Merged from mainline.]
4329 (vc-dired-mode): Make the dired-move-to-filename-regexp
4330 regexp match the date, to avoid treating date as file size.
4331 Add YYYY S option to WESTERN/
4332
43332000-09-04 Dave Love <fx@gnu.org>
4334
4335 * vc.el: Require `compile' when compiling.
4336 (vc-logentry-check-hook): New option.
4337 (vc-steal-lock): Use compose-mail.
4338 (vc-dired-mode-map): Defvar when compiling.
4339 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
4340 vc-sccs.el and renamed. Callers changed.
4341 (vc-backend-checkout, vc-backend-logentry-check)
4342 (vc-backend-merge-news): Doc fix.
4343 (vc-default-logentry-check): New function.
4344 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
4345 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
4346 (vc-backend-merge): Doc fix. Use backend functions.
4347 (vc-check-headers): Use backend functions.
4348
4349 * vc-cvs.el: Require vc when compiling.
4350 (vc-cvs-register-switches): Doc fix.
4351 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
4352 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
4353 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
4354 New functions (code from vc.el).
4355 (vc-annotate-display-default): Fix interactive spec.
4356 (vc-annotate-time-span): Doc fix.
4357
4358 * vc-rcs.el: Require vc when compiling.
4359 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
4360 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
4361 (vc-rcs-checkin): New functions (code from vc.el).
4362 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
4363 Doc fix.
4364 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
4365
4366 * vc-sccs.el: Require vc when compiling.
4367 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
4368 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
4369 (vc-sccs-revert)
4370 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
4371 from vc.el).
4372 (vc-sccs-add-triple, vc-sccs-record-rename)
4373 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
4374 (vc-sccs-admin): Doc fix.
4375
43762000-09-04 Martin Lorentzson <martinl@gnu.org>
4377
4378 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
4379 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
4380 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
4381 from vc.el.
4382
4383 * vc-sccs.el (vc-admin-sccs): Added from vc.el
4384
4385 * vc-cvs.el: Moved the annotate functionality from vc.el.
4386 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
4387
43882000-09-04 Dave Love <fx@gnu.org>
4389
4390 * vc.el (vc-backend-release): Call vc-system-release.
4391
4392 * vc-sccs.el (vc-sccs-system-release):
4393 Renamed from vc-sccs-backend-release.
4394
4395 * vc-rcs.el (vc-rcs-system-release):
4396 Renamed from vc-rcs-backend-release.
4397
4398 * vc-cvs.el (vc-cvs-system-release):
4399 Renamed from vc-cvs-backend-release.
4400
44012000-09-04 Dave Love <fx@gnu.org>
4402
4403 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
4404 backend files.
4405 (vc-backend-release): Dispatch to backend functions.
4406 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
4407 probably needs attention.]
4408
4409 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
4410 (vc-sccs-backend-release): New function.
4411
4412 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
4413 (vc-cvs-backend-release): New function.
4414
4415 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
4416 Doc fix.
4417 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
4418 (vc-default-dired-state-info): New function.
4419 (vc-dired-state-info): Dispatch to backends.
4420 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
4421
4422 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
4423 from vc.el and renamed.
4424
44252000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4426
4427 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
4428 (vc-version-other-window, vc-backend-assign-name): Removed
4429 references to vc-latest-version; sometimes changed into
4430 vc-workfile-version.
4431
4432 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
4433 vc-rcs-master-workfile-version.
4434 (vc-rcs-workfile-version): Use the above. Don't call
4435 vc-latest-version (that was unreachable code, anyway).
4436 (vc-rcs-fetch-master-properties): Doc fix.
4437
4438 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
4439 (vc-backend-hook-functions): Removed them from this list, too.
4440 (vc-fetch-properties): Removed.
4441 (vc-workfile-version): Doc fix.
4442
4443 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
4444 (vc-rcs-workfile-version, vc-rcs-locking-user)
4445 (vc-rcs-uses-locking): Use it.
4446
4447 * vc-hooks.el (vc-consult-rcs-headers):
4448 Moved into vc-rcs-hooks.el, under the name
4449 vc-rcs-consult-headers.
4450
4451 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
4452 headers.
4453 (vc-cvs-find-master): Use this name only; correct different
4454 versions of the name.
4455
4456 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
4457 New functions.
4458 (vc-sccs-locking-user): Use the latter.
4459
4460 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
4461 New functions.
4462
4463 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
4464 Moved into both
4465 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
4466 functions are implementation details of those two backends.
4467
44682000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4469
4470 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
4471 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
4472
4473 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
4474 (vc-sccs-parse-locks): SCCS-specific code moved here from
4475 vc-hooks.
4476
4477 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
4478 code moved here from vc-hooks.
4479
4480 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
4481 into back-end specific parts and removed. Callers not updated
4482 yet; because I guess these callers will disappear into back-end
4483 specific files anyway.
4484
44852000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4486
4487 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
4488 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
4489 `vc-uses-locking'.
4490
4491 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
4492 Store yes/no in the property, and return t/nil. Updated all
4493 callers.
4494
4495 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
4496 vc-sccs-uses-locking. Don't set property.
4497 (vc-sccs-locking-user): Don't set property.
4498
4499 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
4500 vc-cvs-uses-locking. Don't set property here; leave that to
4501 vc-hooks.
4502 (vc-cvs-locking-user): Reflect above change. Streamlined.
4503
4504 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
4505 vc-rcs-uses-locking.
4506 (vc-rcs-locking-user): Reflect above change.
4507
45082000-09-04 Dave Love <fx@gnu.org>
4509
4510 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
4511
4512 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
4513
4514 * vc-hooks.el (vc-checkout-model): Punt to backends.
4515
4516 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
4517
4518 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
4519
4520 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
4521 New functions.
4522
4523 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
4524 New functions.
4525
4526 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
4527 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
4528
4529 * vc-hooks.el (vc-default-locking-user): New function.
4530 (vc-locking-user, vc-workfile-version): Punt to backends.
4531
45322000-09-04 Dave Love <fx@gnu.org>
4533
4534 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
4535 (vc-master-workfile-version): Moved from vc-hooks.
4536
4537 * vc-rcs-hooks.el: Fix duplicate code in last change.
4538
4539 * vc-rcs-hooks.el: Require vc-hooks when compiling.
4540 (vc-rcs-master-templates): Improve :type.
4541 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
4542 vc-master-workfile-version): Moved from vc-hooks.
4543
4544 * vc-sccs-hooks.el: Require vc-hooks when compiling.
4545 (vc-sccs-master-templates): Improve :type.
4546 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
4547
4548 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
4549
4550 * vc-cvs-hooks.el: Require vc-hooks when compiling.
4551 (vc-cvs-master-templates): Improve :type. Use
4552 vc-cvs-find-cvs-master.
4553 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
4554 from vc-hooks.
4555 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
4556
4557 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
4558 Moved to vc-cvs-hooks.
4559
4560 * vc-hooks.el: Add doc strings in various places. Simplify the
4561 minor mode setup.
4562 (vc-handled-backends): New user variable.
4563 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
4564 simplification.
4565
45662000-09-04 Dave Love <fx@gnu.org>
4567
4568 * vc.el: Some doc fixes for autoloaded and interactive functions.
4569 Fix compilation warnings from ediff stuff.
4570 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
4571
4572 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
4573
4574 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
4575
4576 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
4577
45782000-09-04 Dave Love <fx@gnu.org>
4579
4580 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4581 New variable.
4582 (vc-make-backend-function, vc-loadup, vc-call-backend)
4583 (vc-backend-defines): New functions.
4584
4585 * vc-hooks.el: Various doc fixes.
4586 (vc-default-back-end, vc-follow-symlinks): Custom fix.
4587 (vc-match-substring): Function removed. Callers changed to use
4588 match-string.
4589 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
4590 Simplify.
4591
45922000-09-04 Dave Love <fx@gnu.org>
4593
4594 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
4595 type.
4596 (vc-sccs-project-dir, vc-search-sccs-project-dir)
4597 (vc-sccs-registered): Doc fix.
4598
4599 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
4600 (vc-cvs-registered): Doc fix.
4601
4602 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
4603 (vc-rcs-registered): Doc fix.
4604
46052000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4606
4607 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
4608
4609 * vc-hooks.el: vc-registered has been renamed
4610 vc-default-registered. Some functions have been moved to the
4611 backend specific files. they all support the
4612 vc-BACKEND-registered functions.
4613
46142000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4615
4616 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
4617
4618 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
4619
a033ea13
DL
46202000-09-04 Dave Love <fx@gnu.org>
4621
179fc9ef
DL
4622 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
4623 menu-bar-update-hook.
4624
4625 * help.el (help-manyarg-func-alist): Add
4626 find-operation-coding-system.
4627
a033ea13
DL
4628 * wid-edit.el (widget-sexp-validate): Fix garbled code.
4629
4630 * custom.el (custom-set-variables): Print message about errors in
4631 setting.
4632
f8803e97
AI
46332000-09-03 Andrew Innes <andrewi@gnu.org>
4634
4635 * makefile.w32-in: Change to DOS line endings.
4636
59836110
EZ
46372000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4638
4639 * mouse.el (mouse-popup-menubar): Supply the prompt string for
4640 minor-mode keymaps, if they don't have one.
4641
5514ba5c
EZ
46422000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4643
4644 * eshell/esh-module.el (eval-when-compile): Don't lose if
4645 esh-module.el's file name is truncated to DOS 8+3 limits.
4646
79cf8e80
JW
46472000-09-01 John Wiegley <johnw@gnu.org>
4648
4649 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
4650 predicate, which caused entries in the completion list to be
4651 doubled.
4652
46532000-08-30 John Wiegley <johnw@gnu.org>
4654
4655 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
4656 sending to subprocesses. Also, hook pre-command-hook if
4657 `eshell-send-direct-to-subprocesses' is non-nil.
4658 (eshell-send-direct-to-subprocesses): New config variable. If t,
4659 subprocess input is send immediately.
4660 (eshell-toggle-direct-send): New function.
4661 (eshell-self-insert-command): New function.
4662 (eshell-intercept-commands): New function.
4663 (eshell-send-input): If direct subprocess sending is enabled,
4664 don't echo any input to the Eshell buffer. Let the subprocess
4665 handle that. This requires "stty echo" in bash, for example.
4666
46672000-08-28 John Wiegley <johnw@gnu.org>
4668
4669 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
4670 completion function for Eshell's implementation of `unset'.
4671
778911b9
EZ
46722000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4673
4674 * info.el (Info-directory-list): Doc fix.
4675
05d07b49
PB
46762000-08-31 Peter Breton <pbreton@ne.mediaone.net>
4677
9b4a7800 4678 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
4679 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
4680
9941d4c7
KH
46812000-08-31 Kenichi Handa <handa@etl.go.jp>
4682
4683 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
4684 coding systems.
4685
af9ba8ad
AI
46862000-08-30 Andrew Innes <andrewi@gnu.org>
4687
4688 * timer.el (run-with-idle-timer): Undo last change, so that timer
4689 is not activated immediately if Emacs is already idle. Some
4690 existing code relies on this behaviour.
4691
caccd8f2
MB
46922000-08-30 Miles Bader <miles@gnu.org>
4693
4694 * frame.el (set-frame-font): Do completion of font-name for
4695 interactive use.
4696
b64c0a1c
KH
46972000-08-30 Kenichi Handa <handa@etl.go.jp>
4698
4699 * international/quail.el (quail-start-translation): Bind locally
4700 last-command-event, last-command, and this-command.
4701 (quail-start-conversion): Likewise.
75cf0095 4702 (quail-self-insert-command): Fix docstring.
b64c0a1c 4703
fd5f61d3
GM
47042000-08-29 Gerd Moellmann <gerd@gnu.org>
4705
4706 * progmodes/executable.el
4707 (executable-make-buffer-file-executable-if-script-p): Check that
4708 buffer contains at least 2 characters.
4709
5b671d04
EZ
47102000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
4711
4712 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
4713
485d9513
DL
47142000-08-29 Dave Love <fx@gnu.org>
4715
a39fb83d
DL
4716 * diff-mode.el (diff-mode) <defgroup>: Add :version.
4717 (diff-mode-shared-map): Bind mouse-2.
4718 (diff-imenu-generic-expression): New variable.
4719 (diff-mode): Use it.
4720
485d9513
DL
4721 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
4722 (mouse-popup-menubar): Add minor mode menus.
4723 (popup-menu): Check for lookup-key returning number.
4724
ba3478d9
MB
47252000-08-29 Miles Bader <miles@gnu.org>
4726
4727 * comint.el (comint-send-input): Create overlays using the proper
4728 front/read-advance arguments.
9b4a7800 4729
c3d6d211
GM
47302000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4731
4732 * ps-print.el: Even/odd pages printing. Doc fix.
4733 (ps-print-version): New version number (6.0).
4734 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
4735 (ps-background, ps-begin-file, ps-begin-job): Code fix.
4736 (ps-print-duplex-feature): Variable eliminated.
4737 (ps-even-or-odd-pages): New variable.
4738
ba087cd7 4739 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
4740 (ebnf-version): New version (3.3).
4741 (ebnf-user-arrow): Change variable customization to sexp.
4742 (ebnf-user-arrow): Function eliminated.
4743 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 4744
d313265f
KH
47452000-08-29 Kenichi Handa <handa@etl.go.jp>
4746
cba62b78 4747 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
4748 (help-make-xrefs): Handle help-xref-mule-regexp.
4749
4750 * international/mule-cmds.el (help-xref-mule-regexp-template): New
4751 variable.
4752 (describe-input-method): Temporarily activate the specfied input
4753 method to display the information.
4754 (describe-language-environment): Hyperlinks to mule related items.
4755
4756 * international/mule-diag.el (charset-multibyte-form-string): New
4757 function.
4758 (list-character-sets-1): Use charset-multibyte-form-string.
4759 (describe-character-set): New function.
4760 (describe-coding-system): Hyperlinks to safe character sets.
4761
4762 * international/quail.el (quail-help): New arg PACKAGE.
4763 Hyperlinks to mule related items.
4764 (quail-help-insert-keymap-description): Use
4765 substitute-command-keys instead of describe-bindings.
4766 (quail-translation-help): Hyperlinks to mule related items.
4767
b4bd214e
JW
47682000-08-28 John Wiegley <johnw@gnu.org>
4769
ca7aae91
JW
4770 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
4771 have a defsubst call itself. Made `eshell-flatten-list' back into
4772 a function again.
4773
b4bd214e
JW
4774 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
4775 catch, in case re-centering point at bottom messes up the display.
4776 This happens frequently in Emacs 21, due I believe to variable
4777 line heights.
4778
4779 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
4780 to call `find-tag-interactive'.
4781
4782 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
4783 the list of remember directories.
4784
d44e146b
JW
47852000-08-28 John Wiegley <johnw@gnu.org>
4786
4787 * align.el: Test align-region-separate to see if it's a symbol.
4788
546c0888 47892000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
4790
4791 * eshell/esh-util.el (eshell-flatten-list): Made this function
4792 into a defsubst form. It gets used very frequently, although
4793 calls don't occur all that often.
4794
4795 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
4796 examining it.
4797
4798 * eshell/esh-cmd.el (eshell-rewrite-while-command):
4799 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
4800 `eshell-protect'.
4801 (eshell-copy-handles): Created a new macro for duplicating the
4802 current set of open handles. This is needed by the looping
4803 functions.
4804 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
4805 is not incorrectly stomped on.
4806
4807 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
4808 declaration for pcomplete-use-paring.
4809 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
4810 value of eshell-cmpl-use-paring.
4811 * pcomplete.el (pcomplete-use-paring): New config variable, to
4812 indicate whether paring should be used.
4813 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
4814 completion alternatives that have already been used.
4815
4816 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
4817 bound to C-c C-y, which will repeat the previous N arguments
4818 (based on prefix argument).
4819 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
4820
4821 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
4822 if there is no *Help* buffer. This is for XEmacs, which renames
4823 its help buffers uniquely. TODO: Find out what the current buffer
4824 name to delete is.
4825
4826 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
4827 first entry that correlates to a passwd/group number. Later
4828 entries (used for group/user name aliasing to multiple IDs) are
4829 ignored.
4830
9b4a7800
TTN
4831 * eshell/em-xtra.el (eshell/expr):
4832 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
4833 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
4834 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
4835 argument list, before passing it to the system command.
4836
4837 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
4838 `find-tag' for use at final position in Eshell buffers (which
4839 otherwise triggers an error on Emacs 21).
4840 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
4841 buffer, if it is currently bound to `find-tag'.
4842
4843 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
4844 in the list of matched Makefile names.
4845 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
4846 directory, prefer its contents to Makefile.
4847
4848 * eshell/em-dirs.el (eshell/cd): cd commands that look up
4849 directory parts (like "cd old new", or "cd =regexp"), are now case
4850 sensitive on non-Windows/DOS platforms.
4851
4852 * eshell/esh-mode.el (eshell-parse-command-input): When a user
4853 types RET after an open delimiter (like "), display a message
4854 indicating that Eshell is waiting for the closing delimiter.
4855
4856 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
4857 environment variables.
4858
4859 * eshell/em-unix.el (eshell/diff): Added logic to fail more
4860 gracefully if the user enters incorrect arguments.
4861
4862 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
4863 Eshell buffers.
4864
9b4a7800
TTN
4865 * eshell/esh-var.el (eshell-interpolate-variable):
4866 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
4867 * eshell/em-unix.el (eshell-du-sum-directory):
4868 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
4869 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
4870 (not (= ...)).
4871
4872 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
4873 to ensure the `preserve' flag gets propagated when doing recursive
4874 directory copies.
4875
546c0888 48762000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
4877
4878 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
4879 Don't convert \n into \0177 in memory.
4880 (eshell-read-history, eshell-write-history): Convert \n to \0177,
4881 and back again, when reading and writing.
9b4a7800 4882
546c0888 48832000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
4884
4885 * eshell/esh-util.el (eshell-processp): Added to relieve constant
4886 testing of `fboundp' on `processp'.
4887
4888 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
4889 (eshell/jobs): Don't call process-list if it is not bound.
4890 (eshell-gather-process-output): Support systems where async
4891 subprocesses aren't supported.
4892 (eshell-scratch-buffer, eshell-last-sync-output-start): New
4893 variables.
4894
4895 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
4896 eshell-do-eval returns t.
4897 (eshell-do-pipelines-synchronously): New defmacro.
4898 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
4899 when async subprocesses aren't supported.
4900 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
4901 if async subprocesses aren't supported.
4902 (eshell-resume-command): Don't assume STATUS is a string.
4903
4904 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
4905
4906 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
4907 (eshell-close-target, eshell-get-target): Use eshell-processp.
4908 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
4909 fix.
4910 (eshell-get-target, eshell-create-handles): Doc fix.
4911
546c0888 49122000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 4913
546c0888 4914 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
4915 criterion to include commands that output something, as long as it
4916 leaves both the command and the end-of-buffer visible when the
4917 command has exited.
4918 (eshell-review-quick-commands): Adjust the help doc string
4919 accordingly.
4920
2a371c3b
PB
49212000-08-28 Peter Breton <pbreton@ne.mediaone.net>
4922
8348e1f9 4923 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 4924 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 4925
9b4a7800 4926 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
4927 (file-cache-assoc-function): New variable
4928 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
4929 Use file-cache-case-fold-search variable
4930 (file-cache-add-file): Use file-cache-assoc-function
4931 (file-cache-delete-file): likewise
4932 (file-cache-directory-name): likewise
4933 (file-cache-debug-read-from-minibuffer): likewise
4934
95931eb1
GM
49352000-08-28 Gerd Moellmann <gerd@gnu.org>
4936
4937 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
4938 (abbrev-table-name): New function.
4939 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
4940 If non-nil list local abbrev, only.
4941
bb17930d
GM
49422000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
4943
546c0888
EZ
4944 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
4945 from Gnus support code, and use special article copy buffer
bb17930d
GM
4946 `(gnus-original-article-buffer)' instead. This allows to get rid
4947 of article-hide-headers usage (which breaks in the latest Gnus
4948 version). Thanks to Detlev Zundel.
4949
41a68aef
KH
49502000-08-28 Kenichi Handa <handa@etl.go.jp>
4951
4952 * international/quail.el (quail-use-package): Hide "... loaded"
4953 message.
4954 (quail-start-translation, quail-start-conversion): Likewise.
4955
4956 * international/kkc.el (kkc-region): Hide "... loaded" message.
4957
28bb2cef
DL
49582000-08-27 Dave Love <fx@gnu.org>
4959
4960 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
4961
11a1118d
MB
49622000-08-27 Miles Bader <miles@gnu.org>
4963
4964 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
4965
0f85d477
KH
49662000-08-27 Kenichi Handa <handa@etl.go.jp>
4967
4968 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
4969 'ja-dic-cnv), not (require 'skkdic-cnv).
4970
2d73e8d3
MB
49712000-08-26 Miles Bader <miles@gnu.org>
4972
a0e5a5a4
MB
4973 * faces.el (face-x-resources): Add entry for :inherit.
4974 * cus-face.el (custom-face-attributes): Add support for :inherit
4975 attribute. Add support for relative face heights.
4976 (custom-face-attributes-get): Treat `nil' as being a default value
4977 for :inherit (as well as `unspecified').
4978
19feb949
MB
4979 * faces.el (set-face-attribute): Update doc string.
4980 (face-attribute-name-alist): Add :inherit.
4981 (face-valid-attribute-values): Handle :inherit.
4982 (face-read-string): Rephrase prompt to be less confusing.
4983 Assume that DEFAULT is a string, since we must return a string.
4984 (face-read-integer): Use `format' to turn DEFAULT into an
4985 acceptable default for face-read-string. Match NEW-VALUE against
4986 the string "unspecified", not the symbol `unspecified', since
4987 that's what face-read-string returns.
4988 (read-face-attribute): Lookup a name for old-value in valid, and
4989 use it as a default if we find one. Treat all values from
4990 face-read-string as strings. If the default is used, don't do any
4991 more processing on the value, just use the old value directly.
4992 (read-face-and-attribute, modify-face): Tweak prompt.
4993 (read-face-name): Don't assume prompt ends with a space.
4994
2d73e8d3
MB
4995 * faces.el (describe-face): Add support for :inherit attribute.
4996
a1a2e38f
KH
49972000-08-25 Kenichi Handa <handa@etl.go.jp>
4998
e84fa7c5
KH
4999 * terminal.el (terminal-emulator): Fix args to `concat'. Now
5000 concat doesn't accept interger.
5001
a1a2e38f
KH
5002 * international/kkc.el: Remove SKK from Keywords. Require
5003 ja-dic-utl instead of skkdic-utl.
5004
5005 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
5006 Provide ja-dic-cnv instead of skkdic-cnv.
5007 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
5008 (iso-2022-7bit-short): Add safe-charsets property.
5009 (skkdic-convert-postfix): Search Japanese chou-on character in
5010 addition to Hiragana character.
5011 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
5012 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
5013 (batch-skkdic-convert): Likewise.
5014
5015 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
5016 Provide ja-dic-utl instead of skkdic-utl.
5017 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
5018
f6499c03
DL
50192000-08-24 Dave Love <fx@gnu.org>
5020
1c2c3f16
DL
5021 * disp-table.el (standard-display-default): Make the test of `l'
5022 useful.
5023
f6499c03
DL
5024 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
5025 mod sample text.
5026
5027 * international/iso-ascii.el: Make pilcrow convenient string
5028 consistent with section.
5029 (iso-ascii-display): Set up multibyte characters as well as
5030 unibyte.
5031
c543db81
KH
50322000-08-24 Kenichi Handa <handa@etl.go.jp>
5033
5034 * international/mule-cmds.el (reset-language-environment): Set
5035 default-process-coding-system to '(undecided . iso-latin-1), which
5036 makes process I/O almost consistent with file I/O. Call this
5037 function when mule-cmds.el[c] is loaded.
5038
746d9caf
AI
50392000-08-22 Andrew Innes <andrewi@gnu.org>
5040
5041 * makefile.w32-in: New file.
5042
5484005d
MB
50432000-08-22 Miles Bader <miles@lsi.nec.co.jp>
5044
5045 * comint.el (comint-output-filter): Compare end of
5046 comint-last-output-overlay with the start of the newly inserted
5047 text, not the end, when deciding whether to extend it.
9b4a7800 5048 Set saved-point's insertion type to advance after insertion.
5484005d
MB
5049
5050 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
5051 since this is now done independently of font-lock mode.
5052
7a912f63
GM
50532000-08-21 Gerd Moellmann <gerd@gnu.org>
5054
5055 * server.el (server-kill-new-buffers): New user option.
5056 (server-existing-buffer): New buffer-local variable.
5057 (server-visit-files): When using an existing buffer, set
5058 server-existing-buffer to t.
5059 (server-buffer-done): If server-kill-new-buffers is t, kill the
5060 buffer, unless it was already present before visiting it with
5061 Emacs server.
9b4a7800 5062
240301df
EZ
50632000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
5064
5065 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
5066 even if the display doesn't support colors: some displays will
5067 support bold/underline faces.
5068
cbcef616
GM
50692000-08-21 Gerd Moellmann <gerd@gnu.org>
5070
6917e6bb
GM
5071 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
5072
cbcef616
GM
5073 * startup.el (command-line): If user's init file had an error,
5074 add explanatory text to *Messages*.
5075
6922b018
KH
50762000-08-21 Kenichi Handa <handa@etl.go.jp>
5077
5078 * man.el (Man-getpage-in-background): Decode the process output by
5079 the system locale coding system.
5080
e50c4203
DL
50812000-08-20 Dave Love <fx@gnu.org>
5082
96ab6351
DL
5083 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
5084 Don't test x-popup-menu.
5085 (function) <complete-function>: Complete only fbound symbols.
5086 <validate, value>: New.
5087 (variable) <complete-function>: Complete only bound symbols.
5088 (coding-system): Add :base-only, :complete-function, :validate,
5089 :value, :prompt-match.
5090 (widget-coding-system-prompt-value): Use read-coding-system and
5091 act on :base-only.
5092 (editable-field): Add :help-echo.
5093 (widget-push-button-gui, widget-push-button-cache)
5094 (widget-gui-action, widget-editable-list-gui): COmment out, along
5095 with uses.
5096 (widget-at): Make arg optional.
5097 (widget-echo-help): Adjust for current help-echo calling sequence.
5098 (widget-specify-field, widget-specify-button)
5099 (widget-specify-insert, widget-get-sibling, widget-image-find)
5100 (widget-convert, widget-insert, widget-leave-text)
5101 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
5102 (widget-setup, widget-field-find, widget-before-change)
5103 (widget-after-change, widget-default-complete)
5104 (widget-default-create, widget-default-delete)
5105 (widget-push-button-value-create, editable-field)
5106 (widget-field-prompt-value, widget-field-validate)
5107 (widget-choice-value-create, widget-choice-action)
5108 (widget-choice-validate, widget-checklist-add-item)
5109 (widget-radio-add-item, widget-radio-chosen)
5110 (widget-radio-value-inline, widget-editable-list-value-create)
5111 (widget-editable-list-entry-create)
5112 (widget-documentation-link-add)
5113 (widget-documentation-string-value-create)
5114 (widget-regexp-validate, widget-file-complete)
5115 (widget-sexp-validate, widget-plist-convert-widget)
5116 (widget-plist-convert-widget, widget-alist-convert-widget)
5117 (widget-alist-convert-widget, widget-color-complete): Simplify,
5118 particularly to avoid bindings which aren't optimized out.
5119
e50c4203
DL
5120 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
5121 Doc fix.
5122 (down-list, backward-up-list, up-list, kill-sexp)
5123 (backward-kill-sexp, mark-sexp): Make arg optional.
5124 (lisp-complete-symbol): Add optional arg PREDICATE.
5125
5126 * cus-start.el: Add display-buffer-reuse-frames,
5127 file-coding-system-alist.
5128
511bd4eb
GM
51292000-08-20 Gerd Moellmann <gerd@gnu.org>
5130
5131 * startup.el (command-line): Clear realized faces after
5132 modifying TTY color mappings.
5133
a9de7d29
MB
51342000-08-20 Miles Bader <miles@gnu.org>
5135
5136 * faces.el (face-attr-match-p): Don't return true if ATTRS are
5137 merely a subset of FACE's attributes.
5138
8a8023d9
MB
51392000-08-19 Miles Bader <miles@gnu.org>
5140
5141 * comint.el (comint-output-filter): Save the point with a marker,
5142 not just a buffer position.
5143
5144 * international/mule.el (set-buffer-process-coding-system): Make
5145 interactive prompt less confusing.
5146
1433385f
GM
51472000-08-19 Gerd Moellmann <gerd@gnu.org>
5148
5149 * hilit-chg.el: General cleanup of doc strings, comments and
5150 code formatting.
5151
136b4eda
MB
51522000-08-19 Miles Bader <miles@gnu.org>
5153
5154 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
5155 Compiler macro removed; beginning-of-line is no longer always
5156 equivalent to forward-line, in the presence of fields.
5157
5158 * comint.el (comint-output-filter): Remove ad-hoc saving of
5159 restriction, and just use save-restriction, now that it works
5160 correctly. Don't adjust comint-last-input-start to account for
5161 our insertion; it shouldn't have moved because we don't use
5162 insert-before-markers anymore. Comment out call to
5163 `force-mode-line-update'; why is it here?
5164
5165 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
5166 while checking for prompt to delete. Use `forward-line 0'
5167 instead of beginning-of-line.
5168 (gud-filter): Temporarily widen gud comint buffer while
5169 examining output.
5170
cdd0f857
SM
51712000-08-18 Stefan Monnier <monnier@cs.yale.edu>
5172
ebf96bfa
SM
5173 * progmodes/sh-script.el: Big bag of typos.
5174
cdd0f857
SM
5175 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
5176 check since ispell-process is not bound when ispell is not yet loaded.
5177
9bb7a286
DL
51782000-08-18 Dave Love <fx@gnu.org>
5179
5180 * image.el (find-image): Copy `spec' before using plist-put.
5181
74ec6045
GM
51822000-08-18 Gerd Moellmann <gerd@gnu.org>
5183
5184 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
5185 `portugues'.
5186
5187 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
5188 backward-kill-sexp, analogous to kill-sexp.
5189
5190 * progmodes/icon.el (icon-indent-line)
5191 (icon-is-continuation-line): Handle comments specially.
5192
51932000-08-17 Ken Stevens <k.stevens@ieee.org>
5194
5195 * ispell.el: Set to standard author/maintainer/keyword fields.
5196 Fine tuning to menu map appearance and operation, and added help.
5197 Remove `start' and `end' error messages when compiling.
5198 (ispell-choices-win-default-height): Fixed comment string.
5199 (ispell-dictionary-alist-1): Fixed regexp in castellano and
5200 castellano8 dictionaries.
5201 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
5202 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
5203 dictionary, added italiano dictionary.
5204 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
5205 word character
5206 (ispell-tex-skip-alists): Added psfig support.
5207 (ispell-skip-html): Renamed from ispell-skip-sgml.
5208 (ispell-begin-skip-region-regexp, ispell-skip-region)
5209 (ispell-minor-check): Improved html skipping support to skip across
5210 code, and recognize `&' commands without propper `;' syntax;
5211 (ispell-process-line): Fix alignment error when manually
5212 correcting spelling.
5213 (ispell): Fix comment string.
5214 (ispell-add-per-file-word-list): Always put word list on new line.
5215
3787e12e
GM
52162000-08-17 Gerd Moellmann <gerd@gnu.org>
5217
a7b28523
GM
5218 * format.el (format-encode-run-method): Fix error message to say
5219 `encode' instead of `decode'. Use save-window-excursion around
5220 shell-command-on-region as in format-decode-run-method because
5221 shell-command-on-region can display a buffer with error output.
5222 (format-decode): Don't record undo information for the decoding.
5223 (format-annotate-function): Add parameter FORMAT-COUNT. Make
5224 that number part of the temporary buffer name so that more than
5225 one decoding using a temporary buffer can happen safely.
5226
5227 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
5228 of `A-z' in the regexp.
5229
5230 * hilit-chg.el: Fix typos in commentary.
5231
3787e12e
GM
5232 * help.el (view-emacs-news): Rewritten for new naming scheme
5233 for old NEWS files.
5234
5235 * startup.el (command-line): Pop to *Messages* in case an error
5236 is signaled while loading user-init-file.
5237
d2473540
AS
52382000-08-17 Andreas Schwab <schwab@suse.de>
5239
5240 * files.el (insert-directory): Don't lose original file name,
5241 undoing an undocumented change.
5242
c0bbaf57
GM
52432000-08-17 Alex Schroeder <alex@gnu.org>
5244
5245 * sql.el (sql-magic-go): Use comint-bol.
5246 (sql-copy-column): Use comint-line-beginning-position.
5247 (comint-line-beginning-position): Define a replacement for
5248 comint-line-beginning-position if it is not fboundp.
5249
52502000-08-17 Alex Schroeder <alex@gnu.org>
5251
5252 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
5253 it didn't have any effect anyway.
5254
52552000-08-17 Alex Schroeder <alex@gnu.org>
5256
5257 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
5258 --pset and pager=off instead of sending \\o|cat at the beginning
5259 of the session.
5260
9d245da5
MB
52612000-08-17 Miles Bader <miles@gnu.org>
5262
5263 * progmodes/octave-inf.el: Add compatibility definition of
5264 comint-line-beginning-position.
5265
abfdbd2e
KH
52662000-08-17 Kenichi Handa <handa@etl.go.jp>
5267
5268 * startup.el (normal-top-level): Look in each dir in load-path for
5269 a leim-list.el file too. This assures of loading leim-list.el
5270 that is created at Emacs installation time even if a user have his
5271 own leim-list.el.
5272
a0b8c939
MB
52732000-08-17 Miles Bader <miles@gnu.org>
5274
5275 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
5276 foreground color to black if the background is dark.
5277
7382bcae
SM
52782000-08-16 Stefan Monnier <monnier@cs.yale.edu>
5279
5280 * loadhist.el (unload-feature): Typo.
5281
9b4a7800 5282 * finder.el (finder-compile-keywords):
7382bcae
SM
5283 * cus-dep.el (custom-make-dependencies): Add local-variable settings
5284 to the generated file.
5285
5286 * mail/mh-e.el (mh-make-local-vars):
5287 Replace make-variable-buffer-local with make-local-variable.
5288
cdd0f857 5289 * play/landmark.el:
7382bcae 5290 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
5291 * mail/mailabbrev.el (mail-abbrevs-mode):
5292 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
5293 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
5294
5295 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
5296
5297 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
5298 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
5299 Allow going past the last element.
9b4a7800 5300 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
5301 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
5302 (cvs-mouse-toggle-mark): Don't move point.
5303 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
5304
5305 * progmodes/compile.el (grep): Provide a default set of files.
5306 (next-error): Docstring fix.
5307 (compilation-find-file): Avoid find-file (fails in a dedicated window).
5308
5309 * emacs-lisp/easy-mmode.el (define-minor-mode):
5310 Use `symbol-value' to keep the byte-compiler quiet.
5311
5312 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
5313 (diff-find-source-location): New fun, extracted from diff-goto-source.
5314 (diff-goto-source): Use it.
5315 (diff-next-complex-hunk, diff-filter-lines): New function.
5316 (diff-apply-hunk): New command.
5317
5318 * smerge-mode.el (smerge-mode-menu): Doc fix.
5319
5320 * msb.el (msb-mode): Define it in terms of define-minor-mode.
5321
4f00b8c1
DL
53222000-08-16 Dave Love <fx@gnu.org>
5323
2b5198bb
DL
5324 * windmove.el (windmove) <defgroup>: Add :version.
5325
5326 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
5327 (goto-address-fontify-p, goto-address-highlight-p)
5328 (goto-address-url-face, goto-address-url-mouse-face)
5329 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
5330 (goto-address-url-regexp): Use thing-at-point-url-regexp.
5331 (goto-address-fontify, goto-address-at-mouse): Simplify,
5332 (goto-address-at-point): browse-url-url-at-point,
5333 goto-address-find-address-at-point can return nil.
5334 (goto-address-find-address-at-point): Return nil on failure.
5335
5336 * align.el (align) <defgroup>: Add :version.
5337
5338 * calculator.el (calculator): Add :version.
5339 (calculator): Use two lines for calculator window if `modeline'
5340 face is boxed.
5341
4f00b8c1
DL
5342 * play/5x5.el: Doc fixes.
5343 (5x5) <defgroup>: Add :version.
5344
5345 * play/fortune.el (fortune) <defgroup>: Add :version.
5346 (fortune-append): Fix error message.
5347 (fortune-from-region): Doc fix.
5348
5349 * play/pong.el (pong): Doc fix.
5350
5351 * play/morse.el: Keywords, commentary, autoloads.
5352
69db7ee7
EZ
53532000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
5354
5355 * desktop.el (desktop-save): Don't look at symbol-value of a
5356 member of minor-mode-alist, unless it is boundp.
5357
10e1dad9
SS
53582000-08-16 Sam Steingold <sds@gnu.org>
5359
a0b8c939 5360 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
5361 `while'; use `with-current-buffer' instead of `save-excursion'.
5362 Removed unnecessary kludges now that "*Buffer List*" is excluded.
5363
9d7bcb2e
KH
53642000-08-16 Kenichi Handa <handa@etl.go.jp>
5365
5366 * international/ccl.el (declare-ccl-program): Docstring modified.
5367 (ccl-execute-with-args): Likewise.
5368
04231ab8
MB
53692000-08-16 Miles Bader <miles@gnu.org>
5370
9d245da5 5371 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
5372 comint-line-beginning-position.
5373
f68446ef
GM
53742000-08-15 Gerd Moellmann <gerd@gnu.org>
5375
dc28878c
GM
5376 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
5377 'buffer-menu' property.
5378 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
5379 fails.
5380 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
5381 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
5382 wasn't killed.
10e1dad9 5383
58ed0d3b
GM
5384 * buff-menu.el (list-buffers-noselect): Don't display the
5385 *Buffer List* buffer.
5386
32dc52f7
GM
5387 * font-lock.el: Require jit-lock to prevent a very late
5388 `Loading jit-lock' message.
5389
f68446ef 5390 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 5391 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
5392 mail address.
5393
90ac90a2
MB
53942000-08-15 Miles Bader <miles@gnu.org>
5395
5396 * textmodes/ispell.el (ispell-graphic-p): New constant.
5397 (ispell-choices-win-default-height, ispell-help): Use
5398 `ispell-graphic-p' instead of `xemacsp'.
5399
b0a0e263
DL
54002000-08-15 Dave Love <fx@gnu.org>
5401
c1e757e3
DL
5402 * simple.el: Autoload widget-convert when compiling.
5403 (mail-user-agent): Doc fix.
5404
5405 * help.el (function-called-at-point, variable-at-point): Use
5406 with-syntax-table.
5407 (help-manyarg-func-alist): Add insert-and-inherit.
5408
5409 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
5410
5411 * delsel.el (delsel-unload-hook): New function.
5412
5413 * find-file.el: Doc fixes. Move provide to end.
5414 (ff) <defgroup>: Add :link.
5415 (ff-goto-click): Deleted.
5416 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
5417 Use mouse-set-point.
5418
5419 * textmodes/tildify.el: Doc fixes.
5420 (tildify) <defgroup>: Add:version.
5421
5422 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
5423 (glasses-custom-set): Use set-default, not set.
5424 (minor-mode-alist): Propertize the lighter.
5425 (glasses-mode): Provide optional arg.
5426
5f847612
DL
5427 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
5428 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
5429 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
5430 option. Provide :type.
5431 (cwarn-configuration): Provide :type.
5432 (cwarn-mode): Doc fix.
5433
5434 * add-log.el (change-log-merge): Doc fix.
5435 (change-log-redate): New command.
5436
b0a0e263
DL
5437 * net/browse-url.el (browse-url-filename-alist): Add a clause for
5438 Doze and Dog.
5439 (browse-url): Use dolist, not mapcar.
5440 (browse-url-at-point): Check for null url.
5441 (browse-url-event-buffer, browse-url-event-point): Functions
5442 deleted.
5443 (browse-url-at-mouse, browse-url-netscape): Simplify.
5444
5445 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
5446 modes.
5447 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
5448 Fix previous change to mapcan.
5449 (msb--init-file-alist, msb--add-separators)
5450 (msb--make-keymap-menu): Simplify.
5451 (msb--choose-file-menu): Use copy-sequence.
5452 (msb-mode-map): Add title to keymap.
5453 (msb-unload-hook): New function.
5454
5455 * bs.el: Fix indentation.
5456 (bs) <defgroup>: Add :links.
2b5198bb
DL
5457 (bs-show): Doc fix.
5458 (bs-apply-sort-faces): Don't use window-system.
5459 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 5460
70f1b78e
EZ
54612000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
5462
5463 * calendar/timeclock.el (timeclock-file): Run .timelog through
5464 convert-standard-filename.
5465
956777b3
GM
54662000-08-14 Gerd Moellmann <gerd@gnu.org>
5467
3215096c
GM
5468 * emacs-lisp/authors.el: New file.
5469
956777b3
GM
5470 * paren.el (show-paren-priority): New user option.
5471 (show-paren-function): Set overlay priorities to
5472 show-paren-priority.
10e1dad9 5473
0cde1424
MB
54742000-08-14 Miles Bader <miles@gnu.org>
5475
5476 * comint.el (comint-bol): Use `forward-line 0' instead of calling
5477 beginning-of-line with inhibit-field-text-motion bound.
5478
90cbf47e
GM
54792000-08-14 Gerd Moellmann <gerd@gnu.org>
5480
5481 * calendar/timeclock.el: New file.
5482
54832000-08-14 David Ponce <david@dponce.com>
5484
5485 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
5486 `widget-button-click'. so that one can use left mouse button to
5487 click on dialog buttons.
5488
54892000-08-14 Emmanuel Briot <briot@gnat.com>
5490
5491 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 5492 identifiers, since XML is case sensitive
10e1dad9 5493
79e8dca7 54942000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 5495
660394d1
MB
5496 * comint.el (comint-output-filter): Don't bother frobbing
5497 window-start, it doesn't seem to be necessary.
79e8dca7
MB
5498
5499 * comint.el (comint-send-string, comint-send-region): Make into
5500 real functions. Snapshot the prompt before sending.
5501
218c2cc7
EZ
55022000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
5503
5504 * info.el (Info-find-emacs-command-nodes): Rewrite to use
5505 technique similar to Info-index, instead of relying on specific
5506 names of relevant Index nodes.
5507 (Info-goto-emacs-command-node): Bind Info-history to nil when
5508 going to the first node found by Info-find-emacs-command-nodes.
5509
51e066d2 55102000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
5511
5512 * menu-bar.el (menu-bar-help-menu): Add a :help string.
5513
867102f2
MB
55142000-08-10 Miles Bader <miles@gnu.org>
5515
5516 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
5517
af718538
EZ
55182000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
5519
5520 * info.el (Info-file-list-for-emacs): More elements for the
5521 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
5522 and woman manuals.
5523
c51bacd6
MB
55242000-08-10 Miles Bader <miles@lsi.nec.co.jp>
5525
5526 * comint.el (comint-send-input): Make the newline boundary overlay
5527 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
5528 (comint-output-filter): Use `insert' instead of
5529 `insert-before-markers'. Extend comint-last-output-overlay when
5530 necessary since we can't rely on insert-before-markers to do it.
5531 * gud.el (gud-filter): Use `with-current-buffer' instead of
5532 save-excursion when inserting the output, so that point gets
5533 updated correctly; the old method relied on a rather dodgy
5534 side-effect of comint-output-filter to avoid the effect of
5535 save-excursion.
5536
98532b12
EZ
55372000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
5538
5539 * files.el (recover-file): Call insert-directory instead of
5540 invoking `ls' directly.
5541
3db4b719
MB
55422000-08-10 Miles Bader <miles@gnu.org>
5543
5544 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
5545 (comint-last-prompt-overlay): New variables.
5546 (comint-output-filter): Implement prompt highlighting.
5547 (comint-snapshot-last-prompt): New function.
5548 (comint-send-input): Snapshot the last prompt.
5549 Use comint-highlight-input-face.
5550 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
5551 Use defface instead of defcustom.
5552 (send-invisible, comint-send-eof): Snapshot the last prompt.
5553 (comint-delchar-or-maybe-eof): Use comint-send-eof.
5554 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
5555
96190aa1
SM
55562000-08-09 Stefan Monnier <monnier@cs.yale.edu>
5557
5cda4b07
SM
5558 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
5559 (regexp-opt-group): Use a list of chars for `letters'.
5560 (regexp-opt-charset): `chars' is now a list of chars.
5561 Use a char-table rather than a vector so it works for multibyte chars.
5562
96190aa1
SM
5563 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
5564 Set cvs-minor-current-files to the selected fileinfo.
5565 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
5566 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
5567
7d093d56
EZ
55682000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
5569
5570 * files.el (insert-directory): Don't call access-file on
5571 directories on DOS and Windows.
5572
b24c5811
KH
55732000-08-09 Kenichi Handa <handa@etl.go.jp>
5574
5575 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
5576 longer if necessary.
5577 (ccl-embed-code): Call ccl-embed-data to store CODE in
5578 ccl-program-vector.
5579
0a6fd67e
MB
55802000-08-09 Miles Bader <miles@gnu.org>
5581
5582 * comint.el (comint-output-filter): Properly handle the case where
5583 the text surrounded by comint-last-output-overlay was deleted.
5584
9f6d1a6c
GM
55852000-08-08 Gerd Moellmann <gerd@gnu.org>
5586
25ad1371
GM
5587 * info.el (Info-insert-dir): Use Info-additional-directory-list if
5588 non-nil.
5589 (Info-file-list-for-emacs): Remove "info" from the list because
5590 that leads to trying to use the documentation from file `info'
5591 in various situations where it isn't appropriate, for instance
5592 C-h C-k C-h i.
5593
5594 * ffap.el (ffap-read-file-or-url-internal): Handle case that
5595 DIR and/or STRING are nil.
5596
5597 * progmodes/compile.el (compilation-setup): Make variable
5598 compilation-error-screen-columns buffer-local, as some comment
5599 in the code suggests it should be.
5600
5601 * files.el (auto-mode-interpreter-regexp): New variable.
5602 (set-auto-mode): Use it.
5603
5604 * indent.el (indent-for-tab-command): Doc fix.
5605
5606 * mouse-sel.el (mouse-sel-mode): Doc fix.
5607
9f6d1a6c
GM
5608 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
5609 labels.
5610
5611 * help.el (print-help-return-message): When
5612 display-buffer-reuse-frames is set, let the help window been quit,
5613 instead of deleting it, which might delete a reused frame.
5614
3d819a75
EZ
56152000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
5616
5617 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
5618 rename a directory to a name that differs only by its letter case.
5619
c5a52529
KH
56202000-08-08 Kenichi Handa <handa@etl.go.jp>
5621
5622 * international/quail.el (quail-define-rules): Handle Quail decode
5623 map correctly. Add code for supporting annotations.
5624 (quail-install-decode-map): New function.
5625 (quail-defrule-internal): New optional arguments decode-map and
5626 props.
5627 (quail-advice): New function.
5628
5e9e032a
SS
56292000-08-07 Sam Steingold <sds@gnu.org>
5630
5631 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
5632 `defconst', `define-condition', `with-slots'.
5633 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
5634
46645f4b
MB
56352000-08-03 Miles Bader <miles@gnu.org>
5636
5637 * comint.el (comint-use-prompt-regexp-instead-of-fields):
5638 New variable.
5639 (comint-prompt-regexp, comint-get-old-input): Document dependence on
5640 comint-use-prompt-regexp-instead-of-fields.
5641 (comint-send-input): Add `input' field property to stuff we send to
5642 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
5643 (comint-output-filter): Add `output' field property to process
5644 output, if comint-use-prompt-regexp-instead-of-fields is nil.
5645 (comint-replace-by-expanded-history)
5646 (comint-get-old-input-default, comint-show-output)
5647 (comint-backward-matching-input, comint-forward-matching-input)
5648 (comint-next-prompt, comint-previous-prompt): Use field
5649 properties if comint-use-prompt-regexp-instead-of-fields is nil.
5650 (comint-line-beginning-position): New function.
5651 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
5652 (comint-replace-by-expanded-history-before-point): Use
5653 comint-line-beginning-position and line-end-position.
5654 (comint-last-output-overlay): New variable.
5655 (comint-mode): Make `comint-last-output-overlay' buffer-local.
5656
5657 * shell.el (shell-prompt-pattern): Doc change.
5658 (shell-backward-command): Use line-beginning-position.
5659
5660 * gud.el (gud-gdb-complete-command): Use
5661 comint-line-beginning-position.
5662
5663 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
5664 comint-bol doesn't actually go to the beginning of the line.
5665
5666 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
5667 if comint-use-prompt-regexp-instead-of-fields is non-nil.
5668 (try-expand-line-all-buffers): Likewise.
5669
5670 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
5671 explicitly matching comint-prompt-regexp.
5672 (sql-copy-column): Use comint-line-beginning-position instead of
5673 explicitly matching comint-prompt-regexp.
5674
5675 * progmodes/octave-inf.el (inferior-octave-complete): Use
5676 comint-line-beginning-position.
5677
5678 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
5679
5680 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
5681 looking for a prompt, use `forward-line 0' instead of
5682 `beginning-of-line', to avoid getting caught by an input field.
5683
ff3d9573
GM
56842000-08-07 Gerd Moellmann <gerd@gnu.org>
5685
5686 * files.el (shell-quote-wildcard-pattern): Make sure to return
5687 PATTERN, in the Unix case.
5688
e0d8827b
EZ
56892000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
5690
5691 * play/zone.el (zone): Discard any pending input before running
5692 the randomly-chosen pgm.
5693
24d55b8f
KH
56942000-08-07 Kenichi Handa <handa@etl.go.jp>
5695
5696 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
5697 checking the existence of any multibyte characters.
5698
3d05e1ee
GM
56992000-08-06 Gerd Moellmann <gerd@gnu.org>
5700
6c4a4368
GM
5701 * help.el (describe-mode): Test minor-mode symbol for being
5702 bound before testing its value for being nil.
5703
3d05e1ee
GM
5704 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
5705 `first', `second', and `third'.
5706
5707 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
5708 (second): Make it an alias for `cadr'.
5709
6968a481
EZ
57102000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
5711
5712 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
5713 types of display support faces now.
5714
e49aa397
GM
57152000-08-05 Gerd Moellmann <gerd@gnu.org>
5716
5717 * pcvs.el (require): Require `cl' during compilation, only.
5718
5719 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
5720 (toplevel): Remove `remq' and `remove' from autoloads.
5721 (cl-fake-autoloads): New variable. If set, arrange for an error
5722 when CL functions etc. are autoloaded.
5723
588aca27
EZ
57242000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
5725
2e78d4ab
EZ
5726 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
5727
85628348
EZ
5728 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
5729 popped up, but the user clicks outside the menu, return an empty
5730 regexp (that causes unhighlight-regexp to have no effect).
5731
74f0e552
EZ
5732 * menu-bar.el (menu-bar-games-menu): Add Zone.
5733
588aca27
EZ
5734 * hi-lock.el (toplevel): Require font-lock.
5735
f4988be7
GM
57362000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5737
ba087cd7 5738 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
5739 (ebnf-8-bit-chars): New var for bug fix.
5740 (ebnf-string): Bug fix.
5741
027b73ac
SS
57422000-08-03 Sam Steingold <sds@gnu.org>
5743
5744 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
5745 instead of `buffer-string'.
5746 (require 'cl): Always, not just when compiling.
5747 `ignore-errors' in `interactive', `list*', `defun*' &c make this
5748 necessary.
5749
2f1fa038
EZ
57502000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
5751
5752 * international/mule-cmds.el (select-safe-coding-system): Make
5753 the message text about selecting a safe coding system more clear.
5754
ead53494
GM
57552000-08-02 Gerd Moellmann <gerd@gnu.org>
5756
abb2db1c
GM
5757 * hi-lock.el: New file.
5758
5759 * play/zone.el: New file.
5760
ead53494
GM
5761 * replace.el (occur): Set tab-width in the *Occur* buffer to the
5762 value of tab-width in the original buffer. Choose a line number
5763 format that's a multiple of the original buffer's tab width, so
5764 that lines appear right.
5765
5766 * textmodes/ispell.el (ispell): New function, replacing an alias.
5767 Spell-check active region if in transient-mark-mode and mark
5768 is active; otherwise spell-check buffer.
5769
57702000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5771
5772 * ps-mule.el: Fix a customization problem on
5773 ps-mule-font-info-database-default.
5774
f4a2b0a4
EZ
57752000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
5776
5777 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
5778 display-mouse-p instead of window-system.
5779 (ebrowse-member-mode-map): Ditto.
5780
b685181e
GM
57812000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5782
ba087cd7
EZ
5783 * progmodes/ebnf2ps.el: Update ps-print functions call.
5784 Indentation fix. Doc fix.
b685181e
GM
5785 (ebnf-version): New version number (3.2).
5786 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 5787
3b5fab87
EZ
57882000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
5789
032ebb29
EZ
5790 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
5791 font lock support on window-system.
5792 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
5793
3b5fab87
EZ
5794 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
5795 display-color-p, if fboundp, instead of window-system.
5796
7e2605e7
EZ
57972000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
5798
5799 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
5800 instead of window-system.
5801
5802 * wid-edit.el (widget-choose): Use display-mouse-p instead of
5803 window-system.
5804 (widget-choice-mouse-down-action): Use display-popup-menus-p
5805 instead of window-system.
5806
5807 * strokes.el (strokes-file): Run the file name through
5808 convert-standard-filename.
5809 (strokes-mode): Call display-mouse-p instead of looking at
5810 window-system. Change the error message accordingly.
5811
5812 * progmodes/cpp.el (toplevel): Support faces on tty's.
5813
5814 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
5815 (lm-plot-square, lm-init-display): Don't use window-system.
5816
5817 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
5818 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
5819
5820 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
5821 instead of looking at window-system.
5822
26119624
GM
58232000-07-30 Gerd Moellmann <gerd@gnu.org>
5824
5825 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
5826 of testing if iswitchb-prepost-hooks is bound, because the
5827 latter will always be true when invoking a recursive minibuffer
5828 from an active Iswitchb buffer.
5829
c90596f3
EZ
58302000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
5831
5832 * files.el (shell-quote-wildcard-pattern): New function.
5833 (insert-directory): Call it. Only prepend "\" to command on Unix
5834 and GNU/Linux systems.
5835
18925e78
GM
58362000-07-30 Gerd Moellmann <gerd@gnu.org>
5837
5838 * eshell/esh-groups.el: Change custom :link file names
5839 from `eshell.info' to `eshell'.
5840
58412000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
5842
5843 * dired.el (dired-build-subdir-alist): Expand subdirectory names
5844 correctly in recursive ange-ftp listings.
5845
58462000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5847
5848 * ps-print.el: Fix bug 1: if ps-font-size-internal,
5849 ps-header-font-size-internal and
5850 ps-header-title-font-size-internal variables are not set,
5851 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
5852 face text property is (foreground-color . COLOR) or
5853 `(background-color . COLOR)', ps-print crashes. Doc fix.
5854 (ps-print-version): New version number (5.2.4).
5855 (ps-plot-region): Code fix.
5856 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
5857 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
5858 Bug fix 2.
5859
58602000-07-30 Milan Zamazal <pdm@freesoft.cz>
5861
5862 * glasses.el (glasses-make-readable): Fix uncapitalization of
5863 identifiers like `myXMLDocument'.
5864
aeb4c63e
KF
58652000-07-28 Karl Fogel <kfogel@red-bean.com>
5866
18925e78
GM
5867 * mail/mail-hist.el (mail-hist-previous-input)
5868 (mail-hist-next-input): Do the obvious code factorization.
5869 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
5870 code of above two.
5871 If inserting a message body, leave point at top.
5872
9d453139
SS
58732000-07-28 Sam Steingold <sds@gnu.org>
5874
5875 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
5876 Use `<=', not `<' to compare times!
5877 (ange-ftp-ls): Remove.
9d453139 5878
b548072f
GM
58792000-07-27 Gerd Moellmann <gerd@gnu.org>
5880
27848c01
GM
5881 * play/cookie1.el: Add explanation of how to make cookie.el
5882 compatible with strfile(1) to comment.
5883
5884 * subr.el (remove, remq): New functions.
5885
3ab82477
GM
5886 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
5887 escape `*' in regexps.
5888 (midnight-find): Reverse order of arguments in the funcall of
5889 TEST.
5890
5891 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
5892 and `.class'.
5893
b548072f
GM
5894 * play/meese.el: Add Commentary section.
5895
27848c01
GM
58962000-07-27 Alex Schroeder <alex@gnu.org>
5897
5898 * sql.el (sql-ms): Added autoload cookie.
5899 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
5900 (sql-oracle): Ditto.
5901 (sql-help): Doc change.
5902
5903 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
5904 types and exceptions.
5905
59062000-07-27 Alex Schroeder <alex@gnu.org>
5907
5908 * sql.el (sql-placeholder-history): New variable.
5909 (sql-query-placeholders-and-send): New function that will query
5910 the user and replace placeholders with user input.
5911 (sql-oracle): If running on NT, set comint-input-sender to
5912 sql-query-placeholders-and-send.
5913
5914 (sql-stop): If in the SQLi buffer, insert stop notification, else
5915 present it as a message.
5916
59172000-07-27 Alex Schroeder <alex@gnu.org>
5918
5919 * sql.el (sql-input-ring-separator): Doc change.
5920 (sql-input-ring-file-name): Doc change.
5921 (sql-interactive-mode): Use `sql-input-ring-separator' and
5922 `sql-input-ring-file-name' to set the comint-mode equivalents
5923 without making them local variables.
5924 (sql-stop): Don't bind `sql-input-ring-separator' and
5925 `sql-input-ring-file-name' dynamically to their comint-mode
5926 equivalents.
5927
91ae8751
KH
59282000-07-27 Kenichi Handa <handa@etl.go.jp>
5929
5930 * international/mule.el (register-char-codings): New function.
5931 (make-coding-system): Handle `safe-chars' specification in the arg
5932 PROPERTY.
5933
5934 * international/mule-cmds.el
5935 (find-coding-systems-region-subset-p): This function deleted.
5936 (sort-coding-systems-predicate): New variable.
5937 (sort-coding-systems): New function.
5938 (find-coding-systems-region): Use
5939 find-coding-systems-region-internal.
5940 (find-coding-systems-string): Use find-coding-systems-region.
5941 (find-coding-systems-for-charsets): Check
5942 char-coding-system-table.
5943 (select-safe-coding-system-accept-default-p): New variable.
5944 (select-safe-coding-system): Mostly rewritten. New argument
5945 ACCEPT-DEFAULT-P.
5946 (select-message-coding-system): Call select-safe-coding-system
5947 with ACCEPT-DEFAULT-P arg.
5948 (reset-language-environment): Reset default-sendmail-coding-system
5949 to the default value iso-latin-1.
5950 (set-language-environment): Don't set the obsolete variable
5951 charset-origin-alist.
5952
5953 * international/codepage.el (cp-coding-system-for-codepage-1):
5954 Give `safe-chars' property to make-coding-system.
5955
5956 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
5957 calling select-message-coding-system twice.
5958
5959 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
5960 instead of `safe-charsets'.
5961 (cyrillic-alternativnyj): Likewise.
5962 (ccl-encode-alternativnyj): Don't check the charset
5963 cyrillic-iso8859-5.
5964
90cf4474
KH
59652000-07-27 Kenichi Handa <handa@etl.go.jp>
5966
5967 * composite.el (compose-chars-after): Preserve match data.
5968
a1f84f6d
SS
59692000-07-26 Sam Steingold <sds@gnu.org>
5970
5971 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
5972 (ange-ftp-real-file-newer-than-file-p): New function.
5973 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
5974 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
5975
5976 * tooltip.el (tooltip-float-time): Removed (use `float-time').
5977 * midnight.el (midnight-float-time): Ditto.
5978
e092928e
AS
59792000-07-26 Andreas Schwab <schwab@suse.de>
5980
5981 * files.el (normal-backup-enable-predicate): Correct
5982 interpretation of the return value of compare-strings.
5983
7465ebef
GM
59842000-07-26 Gerd Moellmann <gerd@gnu.org>
5985
3353ef5a
GM
5986 * isearch.el (isearch-resume): New function.
5987 (isearch-done): Add something to command-history to resume
5988 the search.
5989 (isearch-yank-line, isearch-yank-word): Use
5990 buffer-substring-no-properties instead of buffer-substring.
5991
7465ebef
GM
5992 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
5993 of flyspell-mouse-map.
5994
5995 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
5996 duplicate definition.
5997 (makefile-mode): Remove duplicate setting of local-abbrev-table.
5998
5999 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
6000 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
6001
5044b74a
SS
60022000-07-25 Sam Steingold <sds@gnu.org>
6003
25759a92
SS
6004 * net/ange-ftp.el: Get modtime over the net.
6005 (ange-ftp-file-modtime): New function.
a95cb10a
GM
6006 (ange-ftp-write-region, ange-ftp-insert-file-contents)
6007 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
6008 Use it.
6009 (ange-ftp-dot-to-slash): New function.
6010 (ange-ftp-fix-name-for-vms): Use it.
6011
5044b74a
SS
6012 * midnight.el (midnight-buffer-display-time): Use
6013 `with-current-buffer'.
6014
5dcfb3f4
GM
60152000-07-25 Gerd Moellmann <gerd@gnu.org>
6016
6017 * find-dired.el: Update copyright notice.
6018 (find-dired): Offer to kill a running `find'.
6019
6020 * enriched.el (enriched-face-ans): For a `foreground-color'
6021 property, return '(("x-color" COLOR))' so that COLOR will be
6022 output as a parameter of the x-color annotation. Likewise for the
6023 `background-color' property. In the case of normal face
6024 properties, don't return annotations for unspecified foreground
6025 and background face attributes.
6026
8c662166
KH
60272000-07-25 Kenichi Handa <handa@etl.go.jp>
6028
6029 * language/japan-util.el (japanese-katakana-region): Fix handling
6030 HANKAKU argument.
6031
c28da489
MB
60322000-07-25 Miles Bader <miles@gnu.org>
6033
6034 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
6035 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
6036 constrain-to-field.
6037
ad349719
AI
60382000-07-24 Andrew Innes <andrewi@gnu.org>
6039
6040 * timer.el (timer-activate-when-idle): Add optional parameter
6041 DONT-WAIT. Update docstring.
6042 (run-with-idle-timer): Specify extra parameter to
6043 timer-activate-when-idle, so that timer will be activated
6044 immediately if Emacs is already idle.
6045
6046 * w32-fns.el (w32-using-nt): Fix docstring.
6047
c95162f5
DL
60482000-07-24 Dave Love <fx@gnu.org>
6049
6050 * mouse.el (popup-menu): Set last-command-event.
6051 (mouse-major-mode-menu-prefix): Declare.
6052
e3c31fd5
GM
60532000-07-24 Gerd Moellmann <gerd@gnu.org>
6054
6055 * textmodes/flyspell.el: Update to author's version 1.5d.
6056
6057 * progmodes/hideshow.el: Update copyright notice.
6058
6059 * vcursor.el: Set maintainer to FSF, since author cannot
6060 be reached.
6061
7636d2a3
EZ
60622000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6063
fbe0a958
EZ
6064 * info.el (Info-goto-emacs-key-command-node): Leave a space after
6065 the prompt.
6066
7636d2a3
EZ
6067 * mouse.el (popup-menu): Run the keymap through indirect-function,
6068 in case it was defined with define-prefix-key. If the menu is a
6069 list of keymaps, look up the binding of user's choice in each one
6070 of the keymaps.
6071 (mouse-popup-menubar): If the global and local menu-bar keymaps
6072 don't have a prompt string, create one and insert it into the
6073 keymap. Don't barf if current-local-map returns nil.
6074
e024b101
GM
60752000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
6076
6077 * dired.el (dired-sort-R-check): Added to allow recursive listing
6078 to be undone.
6079 (dired-sort-other): Use it.
6080
7972fcfc
GM
60812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6082
e024b101 6083 * Release of cc-mode 5.27
7972fcfc
GM
6084
60852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6086
6087 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
6088 c-beginning-of-statement-1 that caused a bad case of recursion
6089 which could consume a lot of CPU in large classes in languages
6090 that have in-expression classes (i.e. Java and Pike).
6091
6092 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
6093 statements before top level constructs (i.e. case 6 is moved
6094 before case 5 and is now case 4) to catch in-expression
6095 classes in top level expressions correctly.
6096
60972000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6098
6099 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
6100 objc-method-intro. Case 4 removed and case 5I added.
6101
6102 * cc-langs.el (c-append-paragraph-start): New variable used by
6103 c-common-init to get paragraph-start correct.
6104 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
6105 initialize paragraph-start to make it correct both with and
6106 without the javadoc special case.
6107
6108 * cc-mode.el (java-mode): Use c-append-paragraph-start to
6109 initialize paragraph-start for javadoc markup.
6110
6111 * cc-vars.el (c-style-variables-are-local-p): Incompatible
6112 change by defaulting this to t. It's motivated by the
6113 confusing behavior that otherwise arise from the style system
6114 when editing both java and non-java files at the same time
6115 (see the comments about style setting in c-common-init).
6116
61172000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6118
6119 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
6120 similar to the one in c-fill-paragraph to check the fill
6121 prefix from the adaptive fill function for sanity.
6122
61232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6124
6125 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
6126 defun block.
6127
61282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6129
5044b74a 6130 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
6131
61322000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6133
6134 * cc-align.el (c-lineup-multi-inher): Handle lines with
6135 leading comma nicely. Extended to handle member initializers
6136 too.
6137
e024b101 6138 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
6139 c-guess-basic-syntax): Fixed recognition of inheritance lists
6140 when the lines begins with a comma.
6141
5044b74a 6142 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
6143
6144 * cc-vars.el (c-offsets-alist): Changed default for
6145 member-init-cont to c-lineup-multi-inher since it now handles
6146 member initializers and indents better for leading commas.
6147
61482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6149
6150 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
6151 handling that caused class open lines to be recognized as
6152 statement-conts in some cases.
6153
6154 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
6155 guessed by the adaptive fill function unless point is on the
6156 first line of a block comment.
6157
6158 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
6159 when the buffer ends with a macro continuation char.
6160
6161 * cc-engine.el (c-guess-basic-syntax): Added support for
6162 function definitions as statements in Pike. The first
6163 statement in a lambda block is now labeled defun-block-intro
6164 instead of statement-block-intro.
6165
6166 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
6167 so that the class surrounding point is selected, not the one
6168 innermost in the state.
6169
6170 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
6171 recognition of switch labels having hanging multiline
6172 statements.
6173
6174 * cc-engine.el (c-beginning-of-member-init-list): Broke out
6175 some code in c-guess-basic-syntax to a separate function.
6176 * cc-engine.el (c-just-after-func-arglist-p): Fixed
6177 recognition of member inits with multiple line arglists.
6178 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
6179 member-init-cont when the commas are in funny places.
6180
61812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6182
6183 * cc-defs.el (c-auto-newline): Removed this macro since it's
6184 not used anymore.
6185
6186 * cc-engine.el (c-looking-at-bos): New helper function.
6187 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
6188 inexpr and toplevel classes apart in Pike.
6189
6190 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
6191 of case 9A.
6192
6193 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
6194 constant, since "class" can introduce an in-expression class
6195 in Pike nowadays.
6196
61972000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6198
6199 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
6200 indentation on cpp-macro lines.
6201
6202 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
6203 a syntax modifier like comment-intro, to make it possible to
6204 get syntactic indentation for preprocessor directives. It's
6205 incompatible wrt to lineup functions on cpp-macro, but it has
6206 no observable effect in the 99.9% common case where cpp-macro
6207 is set to -1000.
6208
62092000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6210
6211 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
6212 member-init-cont when the preceding arglist is several lines.
6213
62142000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6215
6216 * cc-styles.el (c-style-alist): The basic offset for the BSD
6217 style corrected to 8.
6218
62192000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6220
6221 * cc-styles.el (c-style-alist): Adjusted the indentation of
6222 brace list openers in the gnu style.
6223
62242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6225
6226 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
6227
6228 * cc-cmds.el (c-electric-brace, c-electric-slash,
6229 c-electric-star, c-electric-semi&comma, c-electric-colon,
6230 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
6231 when c-syntactic-indentation is nil.
6232
6233 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
6234 we were left at comments preceding the first statement when
6235 reaching the beginning of the buffer.
6236
6237 * cc-vars.el (c-syntactic-indentation): New variable to turn
6238 off all syntactic indentation.
6239
62402000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6241
6242 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
6243 between the text and the block comment ender when it hangs,
6244 depending on how many there are before the fill.
6245
62462000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6247
6248 * cc-engine.el (c-beginning-of-closest-statement): New helper
6249 function to go back to the closest preceding statement start,
6250 which could be inside a conditional statement.
6251 * cc-engine.el (c-guess-basic-syntax): Use
6252 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
6253
6254 * cc-engine.el (c-guess-basic-syntax): Better handling of
6255 arglist-intro, arglist-cont-nonempty and arglist-close when
6256 the arglist is nested inside parens. Cases 7A, 7C and 7F
6257 changed.
6258
6259 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
6260 up-to-date with javadoc 1.2.
6261
62622000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6263
6264 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
6265 multiline Pike type decls.
6266
62672000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6268
6269 * cc-cmds.el (c-indent-new-comment-line): Always break
6270 multiline comments in multiline mode, regardless of
6271 comment-multi-line.
6272
62732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6274
6275 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
6276 fully::qualified::names in C++ member init lists. Preamble in
6277 case 5D changed.
6278
62792000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6280
6281 * cc-langs.el (c-common-init): Handling of obsolete variables
6282 moved to c-initialize-cc-mode. More compatible style override
6283 when using global style variables.
6284 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
6285 variables moved here.
6286
e024b101 6287 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
6288 c-special-indent-hook as a style variable. Don't talk about
6289 doing (c-make-styles-buffer-local t) in a mode hook, since
6290 that's already too late to work right.
5044b74a 6291
7972fcfc
GM
6292 * cc-styles.el (c-make-styles-buffer-local): Flag style
6293 variable localness in c-style-variables-are-local-p to make
6294 the compatibility measure in c-common-init work well.
6295
6296 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
6297 longer contain set-from-style.
6298 * cc-styles.el (c-initialize-builtin-style): Don't check for
6299 set-from-style on c-special-indent-hook.
6300 * cc-styles.el (c-copy-tree): Obsolete. The standard function
6301 copy-alist is sufficient now.
6302
6303 * cc-styles.el (c-set-style, c-set-style-1,
6304 c-get-style-variables): Fixes to variable initialization so
6305 that duplicate entries in styles have the same effect
6306 regardless of DONT-OVERRIDE.
6307
6308 * cc-styles.el (c-set-style-2): Fixed bug where the
6309 initialization of inheriting styles failed when the
6310 dont-override flag is set.
6311
6312 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
6313 on this.
6314
63152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6316
6317 * cc-defs.el (c-forward-comment): Removed the workaround
6318 introduced in 5.38 since it had worse side-effects. If a line
6319 contains the string "//\"", it regarded the // as a comment
6320 start since the \ temporarily doesn't have escape syntax.
6321
63222000-07-17 Emmanuel Briot <briot@act-europe.fr>
6323
6324 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
6325 ada-xref.el before ada-prj.el, so that the Project menu is created
6326 when ada-prj tries to add to it.
6327 (ada-activate-keys-for-case): Suppress the characters that are not
6328 part of the Ada syntax. Better compatibility with else-mode
6329 (ada-adjust-case-interactive): When auto-casing is not active,
6330 correctly insert newlines (used to insert only ^M). Prevent the
6331 syntax table from being changed in case of an error
814299a7 6332 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
6333 Do nothing if ada-auto-case is nil.
6334 (ada-after-keyword-p): Ignore keywords that are also attributes
6335 (ada-batch-reformat): Update usage comment
6336 (ada-call-from-contextual-menu): New function
6337 (ada-case-read-exceptions): Reinitialize the casing exception list
6338 first to nil first, so that the casing exception file can be
6339 shared.
6340 (ada-check-defun-name): Handles "configure" keyword for gnatdist
6341 files.
6342 (ada-compile-goto-error): Fix regexp used to detect a file:line
6343 anywhere in the error message
6344 (ada-contextual-menu-last-point): New variable
6345 (ada-create-keymap): If the variable delete-key-deletes-forward is
6346 t on XEmacs, it means that DEL should delete one character
6347 forward.
6348 (ada-create-menu): Use :included instead of :visible for XEmacs.
6349 New submenu "Options".
6350 (ada-end-stmt-re): Correctly indent "select ... then abort"
6351 statements.
6352 (ada-fill-comment-paragraph): Correctly delete all leading '--'
6353 even if they don't match ada-fill-comment-prefix Fix handling of
6354 paragraphs on the first or last line of a file.
6355 (ada-format-paramlist): Fix handling of default parameter values.
6356 (ada-get-body-name): New function.
6357 (ada-get-current-indent): Optimized by searchling directly for an
6358 existing generic part or a statement outside of it. Handle
6359 ada-indent-align-comments when indenting comments Replaced some
6360 regexps by testing directly the next character. This results in a
6361 huge speedup on some files. New indentation scheme for renames
6362 statements. Stop looking for the 'while' or 'for' associated with
6363 a 'loop' at the first semicolon encountered. A "return" can also
6364 match an anonymous access subprogram declaration.
6365 (ada-get-indent-noindent): Ignore strings and comments when
6366 looking for the keywords "record" and "private".
6367 (ada-goto-matching-decl-start): When matching "if", make sure we
6368 are not in fact seeing "end if". Ignore "when" statements except
6369 when initial keyword was "begin". Fix handling of nested
6370 procedures. Add a recursive call to this function to skip over
6371 other 'end' statmts. Fix indentation for "when .. => begin"
6372 (ada-in-open-paren-p): Fix indentation for complex boolean
6373 expressions, where 'and then', 'or else' and parenthesis
6374 statements are mixed up.
6375 (ada-in-paramlist-p): Skip comments while searching for the
6376 beginning Fix handling of operator declarations.
6377 (ada-indent-align-comments): New variable
6378 (ada-indent-current): Change the syntax table only in the
6379 protected section, so that we are sure it is restored correctly.
6380 (ada-indent-on-previous-lines): Use ada-use-indent and
6381 ada-with-indent Correctly indent "select ... then"
6382 (ada-indent-region): Slight speedup.
6383 (ada-indent-renames): New variable.
6384 (ada-last-which-function-subprog, ada-last-which-function-line):
6385 New variables
6386 (ada-looking-at-semi-private): Correctly indent the 'private'
6387 keyword when it is the first word in a package declaration.
6388 (ada-loose-case-word): Stop searching if at the end of the buffer.
6389 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
6390 even if point is not initially at the end of the word.
6391 (ada-matching-decl-start-re): Add "when".
6392 (ada-mode): Add support for abbrev-mode, outline-mode and
6393 which-func-mode Override the old find-file.el entry in
6394 ff-special-constructs since it is using the obsolete
6395 ada-spec-suffix variable
6396 (ada-no-auto-case): New function
6397 (ada-scan-paramlist): When parsing the argument type, accept
6398 spaces (as in "X 'Class", generated by Rational Rose).
6399 (ada-other-file-name): No longer loads the other file.
6400 (ada-popup-menu): Save and restore the current buffer and cursor
6401 position before and after displaying the menu.
6402 (ada-search-ignore-complex-boolean): New function.
6403 (ada-uncomment-region): Emacs21 already knows how to delete
6404 comments not starting in the first column.
6405 (ada-use-indent): New variable
6406 (ada-which-function): New function.
6407 (ada-with-indent): New variable
6408 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
6409 can be batch-compiled from the command line.
6410
6411 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
6412 Add to the menu when the file is loaded, not in ada-mode-hook.
6413 Add -toolbar to the default ddd command Switches moved from
6414 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
6415 ada-prj-default-comp-opt
6416 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
6417 Reference Manual to the menu
6418 (ada-check-current): rewritten as a call to ada-compile-current
6419 (ada-compile): Removed.
6420 (ada-compile-application, ada-compile-current, ada-check-current):
6421 Set the compilation-search-path so that compile.el automatically
6422 finds the sources in src_dir. Automatic scrollong of the
6423 compilation buffer. C-uC-cC-c asks for confirmation before
6424 compiling
6425 (ada-compile-current): New parameter, prj-field
6426 (ada-complete-identifier): Load the .ali file before doing
6427 processing
6428 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
6429 conform to gnatmake's behavior.
6430 (ada-find-file-in-dir): New function
6431 (ada-find-references): Set the environment variables for gnatfind
6432 (ada-find-src-file-in-dir): New function.
6433 (ada-first-non-nil): Removed
6434 (ada-gdb-application): Add support for jdb, the java debugger.
6435 (ada-get-ada-file-name): Load the original-file first if not done
6436 yet.
6437 (ada-get-all-references): Handles the new ali syntax (parent types
6438 are found between <>).
6439 (ada-initialize-runtime-library): New function
6440 (ada-mode-hook): Always load a project file when a file is opened,
6441 so that the casing exceptions are correctly read.
6442 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
6443 (ada-parse-prj-file): Use find-file-noselect instead of find-file
6444 to open the project file, since the latter does not work with
6445 speedbar Get default values before loading the prj file, or the
6446 default executable file name is wrong. Use the absolute value of
6447 src_dir to initialize ada-search-directories and
6448 compilation-search-path,... Add the standard runtime library to
6449 the search path for find-file.
6450 (ada-prj-default-debugger): Was missing an opening '{'
6451 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
6452 variables.
6453 (ada-prj-default-gnatmake-opt): New variable
6454 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
6455 buffers, the project file is the default one Save the windows
6456 configuration before displaying the menu.
6457 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
6458 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
6459 ...) regexp-quote identifiers names to support operators +,
6460 -,... in regexps.
6461 (ada-remote): New function.
6462 (ada-run-application): Erase the output buffer before starting the
6463 run Support remote execution of the application. Use
6464 call-process, or the arguments are incorrectly parsed
6465 (ada-set-default-project-file): Reread the content of the active
6466 project file, not the one from the current buffer When a project
6467 file is set as the default project, all directories are
6468 automatically associated with it.
6469 (ada-set-environment): New function
6470 (ada-treat-cmd-string): New special variable ${current}
6471 (ada-treat-cmd-string): Revised. The substitution is now done for
6472 any ${...} substring
6473 (ada-xref-current): If no body was found, compiles the spec
6474 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
6475 compiler to get rid of command line length limitations.
6476 (ada-xref-get-project-field): New function
6477 (ada-xref-project-files): New variable
6478 (ada-xref-runtime-library-specs-path)
6479 (ada-xref-runtime-library-ali-path): New variables
6480 (ada-xref-set-default-prj-values): Default run command now does a
6481 cd to the build directory. New field: main_unit Provide a default
6482 file name even if the current buffer has no prj file.
6483
6484 * ada-prj.el:
6485 Rewritten to show a tabbed-dialog.
6486 (ada-prj-add-ada-menu): Remove the map and name parameters.
6487 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
6488 New function
6489 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
6490 (ada-prj-load-from-file): New function
6491 (ada-prj-save): Always save fields that depend on the current buffer
6492 (ada-prj-show-value): New function
5044b74a 6493
7972fcfc
GM
6494 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
6495 Ada mode. This will allow us to display the Ada menu in any buffer
6496 we want (for project items).
6497 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
6498 number of spaces in the header.
5044b74a 6499
8730a8da
DL
65002000-07-24 Dave Love <fx@gnu.org>
6501
6502 * ediff-init.el (ediff-region-help-echo): Bind face-help.
6503
db3ca487
NF
65042000-07-23 Noah Friedman <friedman@splode.com>
6505
ad953485
NF
6506 * type-break.el (type-break): perform autosave.
6507 Suggested by Stephen Gildea <gildea@intouchsys.com>.
6508 (type-break-do-query): Cancel query schedule while performing
6509 actual query, to avoid possibility of a second query being made
6510 while first one is already in progress.
6511 (type-break-time-stamp-format): New variable.
6512 (type-break-time-stamp): New function.
6513 (type-break-time-warning): Use it.
6514 (type-break-keystroke-warning): Use it.
6515 (type-break-noninteractive-query): Use it.
6516
03a9c6d0
NF
6517 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
6518 cookie.
6519 Use add-minor-mode to set minor-mode-alist, if available.
6520 (eldoc-echo-area-use-multiline-p): New user option.
6521 (eldoc-echo-area-multiline-supported-p): New variable.
6522 (eldoc-docstring-format-sym-doc): Use them.
6523 (eldoc-mode): If not using idle timers, append to local post and
6524 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
6525 (eldoc-display-message-no-interference-p): Don't interfere with
6526 edebug.
6527 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
6528 (eldoc-function-arglist): New function.
6529 (eldoc-function-argstring): Use it.
6530
db3ca487
NF
6531 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
6532 auto save directory exists before calling directory-files.
6533
f7ad1899
DL
65342000-07-23 Dave Love <fx@gnu.org>
6535
6536 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
6537 ^o, ^u.
6538
43e764c9
DL
65392000-07-21 Dave Love <fx@gnu.org>
6540
475de6f4
DL
6541 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
6542 now passed to the function. It now works properly.
6543
43e764c9
DL
6544 * smerge-mode.el (smerge-mode-menu): Fill it out.
6545
e8bea4c0
GM
65462000-07-20 Gerd Moellmann <gerd@gnu.org>
6547
6548 * info-look.el (info-lookup): If *info* is shown in another frame
6549 on the same display, select that frame, instead of switching to
6550 the Info buffer in another window of the selected frame.
6551
6552 * simple.el (universal-argument-map): Bind numeric keypad keys
6553 kp-0 to kp-9 and kp-subtract.
6554 (digit-argument): Handle these keys.
6555
bc75b4fd
DL
65562000-07-20 Dave Love <fx@gnu.org>
6557
6558 * net/goto-addr.el (goto-address-fontify): Don't bother with
6559 buffer-modified and read-only stuff -- irrelevant with overlays.
6560 Put an extra property on the overlays and use it to clean up in
6561 case goto-address is re-run.
6562
8b7bc628
RS
65632000-07-19 Richard M. Stallman <rms@gnu.org>
6564
18e21ce8
RS
6565 * timer.el (run-with-idle-timer): Doc fix.
6566
db3ca487 6567 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
6568 Handle case where <...> appears inside "...".
6569 Use replace-match to edit the string more simply.
6570 (rmail-dont-reply-to): Cope with an unmatched ".
6571
50575ec2
DL
65722000-07-19 Dave Love <fx@gnu.org>
6573
6574 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
6575 implementation.
6576
6577 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
6578 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
6579 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
6580
4279296d
GM
65812000-07-19 Gerd Moellmann <gerd@gnu.org>
6582
47db06aa
GM
6583 * textmodes/refer.el: Correct maintainer's email address.
6584
6585 * progmodes/hideif.el: Correct author's email address.
6586 Fix typo in comment.
6587
6588 * xml.el: New file.
6589
4279296d
GM
6590 * mail/mailheader.el: Correct author's mail address.
6591
6592 * gnus/parse-time.el: Correct author's mail address.
6593
47db06aa 65942000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
6595
6596 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
6597 New user options.
6598 (comint-input-ring-file-name): Change custom type.
6599 (comint-mode-map): Bind mouse-2.
6600 (comint-insert-clicked-input): New function.
6601 (comint-send-input): Handle input highlighting.
6602
21ad0f7b
SM
66032000-07-18 Stefan Monnier <monnier@cs.yale.edu>
6604
6605 * mouse.el (popup-menu): New function.
6606 (mouse-major-mode-menu): Use it.
6607
3b33a005
DL
66082000-07-18 Dave Love <fx@gnu.org>
6609
6610 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
6611 improvements.
6612
dc1cac59
GM
66132000-07-18 Gerd Moellmann <gerd@gnu.org>
6614
21ad0f7b 6615 * faces.el (face-font-selection-order)
dc1cac59 6616 (face-font-family-alternatives): Add custom type.
db3ca487 6617
f8276b77
DL
66182000-07-18 Dave Love <fx@gnu.org>
6619
6620 * cus-edit.el (custom-variable-reset-saved)
6621 (custom-variable-reset-standard): Remove unused bindings.
6622
6623 * rect.el (open-rectangle-line): Remove unused let.
6624
6625 * hl-line.el (hl-line-highlight): Check hl-line-mode.
6626
3d6cd763
GM
66272000-07-18 Gerd Moellmann <gerd@gnu.org>
6628
6629 * cdl.el: Fix `Maintainer' keyword.
6630
6631 * play/pong.el: Add author's email address.
6632
34342a07
SS
66332000-07-17 Sam Steingold <sds@gnu.org>
6634
6635 * files.el (insert-directory): Call `split-string' instead of
6636 re-implementing it.
6637
088831a6
GM
66382000-07-18 Gerd Moellmann <gerd@gnu.org>
6639
6640 * mail/vms-pmail.el: Change maintainer to FSF.
6641
6642 * net/goto-addr.el: Change maintainer to FSF.
6643
6644 * recentf.el: Update from author.
6645
6646 * info.el (Info-title-face-alist): Removed.
db3ca487 6647
68be2869
EZ
66482000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
6649
6650 * eshell/eshell.el (eshell): Replace links to eshell.info with
6651 links to eshell, to avoid problems on systems where the manual is
6652 installed as `eshell'.
6653 * eshell/esh-cmd.el (eshell-cmd): Ditto.
6654 * eshell/em-smart.el (eshell-smart): Ditto.
6655 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 6656 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
6657
6658 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
6659 same-file check in the MS-DOS version (it does support inodes).
6660
6661 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
6662
21ad0f7b
SM
6663 * eshell/eshell.el (eshell-directory-name):
6664 Run default directory name through convert-standard-filename.
68be2869 6665
269b4dcb
KH
66662000-07-18 Kenichi Handa <handa@etl.go.jp>
6667
21ad0f7b
SM
6668 * international/mule-cmds.el (select-safe-coding-system):
6669 Fix typo in the comment.
240a16cf 6670
21ad0f7b
SM
6671 * language/european.el (compound-text):
6672 Force katakana-jisx0201 to be designated to G1.
aa96c820 6673
21ad0f7b
SM
6674 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
6675 Don't translate some national variant characters of latin-jisx0201.
aa96c820 6676 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 6677
269b4dcb
KH
6678 * international/kkc.el (kkc-after-update-conversion-functions):
6679 New variable.
6680 (kkc-update-conversion): Run functions in it at the tail.
6681
68be2869 66822000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 6683
21ad0f7b
SM
6684 * lisp/align.el (align-newline-and-indent):
6685 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
6686 (align-region): Fixed badly formatted minibuffer message.
6687
7a3fd467
KH
66882000-07-17 Kenichi Handa <handa@etl.go.jp>
6689
21ad0f7b 6690 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
6691 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
6692 the conversion list at first if appropriate.
6693 (kkc-next): Don't update kkc-next-count here.
6694 (kkc-prev): Don't update kkc-prev-count here.
6695 (kkc-show-conversion-list-update): Fix setting up of conversion
6696 list message.
6697
a45423d8
SM
66982000-07-16 Stefan Monnier <monnier@cs.yale.edu>
6699
088831a6 6700 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 6701
91a38db1
DL
67022000-07-16 Dave Love <fx@gnu.org>
6703
6704 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
6705 function to be more specific.
6706
6707 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
6708 non-string help-echo.
6709 (widget-types-convert-widget): Defsubst it.
6710 (widget-echo-help): Try to cope with a help-echo function of two
6711 possible sorts.
6712
3fddcdc3
JR
67132000-07-15 Jason Rumney <jasonr@gnu.org>
6714
6715 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
6716 Declare as obsolete.
6717
6718 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
6719
bd23a692
GM
67202000-07-14 Gerd Moellmann <gerd@gnu.org>
6721
6722 * hilit-chg.el: Fix typo.
6723
d4af987a
DL
67242000-07-14 Dave Love <fx@gnu.org>
6725
6726 * info.el (Info-mode-menu): Fix use of :help, :enable.
6727
3a4f3f86
SM
67282000-07-14 Stefan Monnier <monnier@cs.yale.edu>
6729
6730 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
6731
cf6936a4
DL
67322000-07-13 Dave Love <fx@gnu.org>
6733
4d6d04b5
DL
6734 * emacs-lisp/easymenu.el: Doc fixes.
6735 (easy-menu-remove): Defalias to ignore.
6736
cf6936a4
DL
6737 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
6738 Call throw correctly.
6739
56437999
GM
67402000-07-13 Gerd Moellmann <gerd@gnu.org>
6741
6742 * faces.el (frame-background-mode): Doc fix.
6743
6744 * simple.el (eval-expression-print-length): Change custom type to
6745 allow entering nil as value.
6746
d04a3972
DL
67472000-07-13 Dave Love <fx@gnu.org>
6748
3a4f3f86
SM
6749 * progmodes/fortran.el (fortran-imenu-generic-expression):
6750 Change definition layout.
a8189dfe
DL
6751 (fortran-mode-menu): Reinstate customize entries.
6752
d04a3972
DL
6753 * cus-edit.el (custom-group-menu-create, customize-menu-create):
6754 Use :filter, per old XEmacs code.
6755
4bf4fb05
GM
67562000-07-12 Gerd Moellmann <gerd@gnu.org>
6757
6758 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
6759 event when deciding what to send to the terminal.
6760
37328bcd
DL
67612000-07-12 Dave Love <fx@gnu.org>
6762
6763 * cus-start.el: Add optional version as 4th element of specs and
6764 use it for several things new in v21. Remove load-path. Fix type
6765 of line-number-display-limit.
6766
89492072
DL
67672000-07-11 Dave Love <fx@gnu.org>
6768
3a4f3f86
SM
6769 * progmodes/fortran.el: Don't require easymenu.
6770 Use repeat counts in various regexps.
315aa1de
DL
6771 (fortran-mode-syntax-table): Defvar directly.
6772 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
6773 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
6774 Use defvar, not defconst.
6775 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
6776 (fortran-mode): Set fortran-comment-line-start-skip,
6777 fortran-comment-line-start-skip, dabbrev-case-fold-search.
6778 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
6779 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
6780 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
6781 (fortran-comment-region, fortran-electric-line-number): Simplify.
6782 (fortran-auto-fill): New function.
6783 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
6784 (fortran-find-comment-start-skip):
6785 Check for non-null comment-start-skip.
6786 (fortran-auto-fill-mode, fortran-fill-statement):
6787 Use fortran-auto-fill.
315aa1de 6788 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 6789 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 6790
89492072
DL
6791 * widget.el (widget-plist-member): New alias.
6792
d55ead18
EZ
67932000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
6794
6795 * eshell/esh-module.el (toplevel): Reference
6796 byte-compile-current-file only if it is bound.
6797
e82a2a05
GM
67982000-07-10 Gerd Moellmann <gerd@gnu.org>
6799
6800 * dired.el: Don't require `dired-aux'.
6801
1fc7fb2b
MB
68022000-07-10 Miles Bader <miles@lsi.nec.co.jp>
6803
6804 * dired-aux.el (dired-show-file-type): New function.
6805 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
6806 (dired-show-file-type): Add autoload.
6807
ab49ce15
KH
68082000-07-10 Kenichi Handa <handa@etl.go.jp>
6809
6810 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 6811 change of fontset-info.
ab49ce15
KH
6812 (print-fontset): Likewise.
6813
f45aab65
SM
68142000-07-09 Stefan Monnier <monnier@cs.yale.edu>
6815
6816 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
6817
2f72fd2f
GM
68182000-07-07 Gerd Moellmann <gerd@gnu.org>
6819
e82a2a05 6820 * bindings.el: Bind `[delete]' to delete-char.
965522f5 6821
2f72fd2f
GM
6822 * dired.el (dired-find-alternate-file): New function.
6823 (dired-mode-map): Bind `a' to dired-find-alternate-file.
6824 (toplevel): Require dired-aux when compiling.
6825 (dired-buffers): Move defvar within file to avoid compiler warning.
6826
6827 * info.el (Info-last-search): Variable removed.
6828 (Info-search-history): New variable.
6829 (Info-search): New Info-search-history.
6830
6831 * battery.el, info-look.el: Change author's mail address.
6832
965522f5 68332000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 6834
965522f5
GM
6835 * mail/rmail.el (rmail-clear-headers): Don't throw an error
6836 if rmail-ignored-headers is nil.
6837 (rmail-retry-failure): Bind rmail-ignored-headers and
6838 rmail-displayed-headers to nil.
6839
dd8888a1
GM
68402000-07-06 Gerd Moellmann <gerd@gnu.org>
6841
e5c81191
GM
6842 * lpr.el (lpr-page-header-switches): Add `-h' switch.
6843 (print-region-1): Don't hard code `-h' here.
6844
dd8888a1
GM
6845 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
6846
e5c81191
GM
68472000-07-01 Francesco Potorti` <pot@gnu.org>
6848
6849 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
6850 exim can use "your message" instead of "the message".
34342a07 6851
f45aab65
SM
68522000-07-06 Stefan Monnier <monnier@cs.yale.edu>
6853
6854 * facemenu.el: Docstrings fixes.
6855 (facemenu-get-face): Don't use internal-find-face.
6856 (facemenu-iterate): Rename arg to match the docstring.
6857
6858 * newcomment.el (uncomment-region): Be more careful when skipping
6859 backwards over `=' not to bump into BOBP.
6860
d396e521 68612000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 6862
dd8888a1
GM
6863 * ediff-diff.el (ediff-wordify): Use syntax table.
6864 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 6865 ediff-color-display-p.
dd8888a1 6866 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
6867 from defsubst.
6868 Got rid of special cases for NeXT and OS/2.
dd8888a1 6869 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 6870 face.
34342a07 6871
5e2dfaa4
SM
68722000-07-05 Stefan Monnier <monnier@cs.yale.edu>
6873
6874 * emacs-lisp/lucid.el: Require CL.
6875 (copy-tree, remprop): Remove, it's provided by CL.
6876 (map-keymap): Define in terms of cl-map-keymap.
6877 (extent-property, set-extent-end-glyph): New functions.
6878
6879 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
6880
d5c5cddd
GM
68812000-07-05 Gerd Moellmann <gerd@gnu.org>
6882
485266d0
GM
6883 * Makefile.in (DONTCOMPILE): Add comment that the name may
6884 not be changed without changing the make-dist script.
6885
5e2dfaa4 6886 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 6887 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 6888
e2c46326
AI
68892000-07-05 Andrew Innes <andrewi@gnu.org>
6890
6891 * makefile.nt: Add support for `bootstrap' and related targets.
6892
a027a91b
SM
68932000-07-05 Stefan Monnier <monnier@cs.yale.edu>
6894
6895 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
6896 (easy-menu-do-define): Use `menu-item' format.
6897 Handle case where easy-menu-create-menu returns a symbol.
6898 Manually call the potential top-level filter in the function binding.
6899 (easy-menu-filter-return): New arg NAME.
6900 Convert to a keymap if MENU is an XEmacs menu.
6901 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
6902 (easy-menu-converted-items-table, easy-menu-convert-item):
6903 New var and fun to memoize easy-menu-convert-item-1.
6904 (easy-menu-do-add-item): Use it.
6905 (easy-menu-create-menu): Use easy-menu-convert-item.
6906 Wrap easy-menu-filter-return around any :filter specification.
6907 Don't convert the menu if a filter was specified.
6908 Tell easy-menu-make-symbol not to check for MENU being an expression.
6909 (easy-menu-make-symbol): New arg NOEXP.
6910
5e03eb84
GM
69112000-07-05 Gerd Moellmann <gerd@gnu.org>
6912
6913 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
6914 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
6915 (eval-defun): If called with prefix arg, instrument code for
6916 Edebug.
6917
6918 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
6919 similar to that of eval-defun.
6920
fca68a95
DL
69212000-07-04 Dave Love <fx@gnu.org>
6922
7ccbba4c
DL
6923 * hl-line.el (hl-line-overlay): Make it permanent-local.
6924
fca68a95
DL
6925 * calendar/todo-mode.el: Replaced with a working version, based on
6926 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
6927
69282000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
6929
6930 * paths.el (prune-directory-list): New function.
6931 (Info-default-directory-list): Rewritten to more methodically
6932 enumerate a big list of possible info directories (based on the
6933 list used by the standalone info reader).
fca68a95 6934
78e7e8a0 6935 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 6936 non-existent directories from Info-directory-list.
78e7e8a0 6937
78e7e8a0
MB
6938 * paths.el (Info-default-directory-list): Try a list of possible
6939 info-directories instead of a single one. Add the possible
6940 info directory "/usr/share/info".
6941
6942 * woman.el (woman-man.conf-path): Explicitly include the debian
6943 man-db config file "/etc/manpath.config".
6944 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
6945 are present in `manpath.config'.
6946 (woman-manpath): Include "/usr/share/man".
6947
67c9a1d2
GM
69482000-07-03 Gerd Moellmann <gerd@gnu.org>
6949
6753393b
GM
6950 * frame.el (blink-cursor-mode): Don't hide cursor initially.
6951
6952 * startup.el (command-line): Initialize blink-cursor based
6953 on window-system.
6954
e4f98ad3
GM
6955 * frame.el (blink-cursor): Default to nil if not running under
6956 a window-system.
6957
2f516940
GM
6958 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
6959 (face-x-resources): Remove duplicate entry for :font.
6960
67c9a1d2
GM
6961 * textmodes/refer.el (refer-find-entry-internal): Use some-window
6962 instead of cycling through windows with next-window.
6963
6964 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
6965 of cycling through windows with next-window.
6966
6967 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
6968 of cycling through windows with next-window.
6969
6970 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
6971 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
6972 instead of cycling through windows with next-window.
6973
6974 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
6975 instead of cycling through windows with next-window.
6976
6977 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
6978 of cycling through windows with next-window.
6979
6980 * terminal.el (te-process-output): Use walk-windows instead of
6981 cycling through windows with next-window.
6982
6983 * server.el (server-switch-buffer): Use some-window instead of
6984 cycling through windows with next-window.
6985
6986 * window.el (some-window): New function.
6987 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 6988
3a4f3f86 6989 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 6990
8b7bc628 69912000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
6992
6993 * window.el (walk-windows): Guarantee termination by keeping a list
6994 of all the windows already handled.
6995
d0d57043
EZ
69962000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
6997
6998 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
6999 window-system.
7000
7001 * man.el (Man-notify-when-ready): Don't use window-system. If
7002 Man-notify-method is newframe, and the display is not
7003 multi-frame, select the frame created for the man page.
7004 (Man-init-defvars): Doc fix.
7005
d5483ab1
GM
70062000-06-28 Gerd Moellmann <gerd@gnu.org>
7007
af5c25e1
GM
7008 * faces.el (region): Change background color for light background.
7009
7010 * ediff-wind.el (ediff-setup-control-frame): Remove :box
7011 attribute from mode-line face of Ediff control frame.
7012
d5483ab1
GM
7013 * replace.el (query-replace-map): Bind `e' like `E'.
7014
9d47450f
EZ
70152000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7016
3a4f3f86
SM
7017 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
7018 Change name to "Select All".
496b7491 7019
9d47450f
EZ
7020 * dos-fns.el (convert-standard-filename): Fix last change.
7021
0b431deb
GM
70222000-06-27 Gerd Moellmann <gerd@gnu.org>
7023
4fa9f636
GM
7024 * help.el (describe-variable): Don't insert a second `'s' in front
7025 of the string `value is shown below'. Since the syntax-table is
7026 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
7027 an existing `'s', so that this won't be deleted.
7028
0b431deb
GM
7029 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
7030 * pcmpl-unix.el: New files.
7031
32cad0aa
SM
70322000-06-26 Stefan Monnier <monnier@cs.yale.edu>
7033
7034 * wid-edit.el (widget-member): Use the new plist-member.
7035
2c69ced2
GM
70362000-06-26 Gerd Moellmann <gerd@gnu.org>
7037
44c0f771
GM
7038 * replace.el (perform-replace): Undo change of 2000-04-04.
7039 Instead, move backward 1 character at the end of the loop when
7040 necessary.
34342a07 7041
1d36487c
GM
7042 * faces.el (fringe): Change face for different backgrounds.
7043
7044 * eshell/esh-module.el (toplevel): Load defgroup's differently;
7045 patch from John.
7046
2c69ced2
GM
7047 * eshell/*.el: Change spelling of the Free Software Foundation.
7048
7049 * eshell/esh-toggle.el: Removed.
7050
7051 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
7052
7053 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
7054 interactively.
7055
70562000-06-26 Alex Schroeder <alex@gnu.org>
7057
7058 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
7059 `define-key'; instead of checking `(emacs-version)' check for
7060 `set-keymap-parent' and `set-keymap-name' directly. Add entries
7061 for `;' and `o' which might be electric.
7062
7063 (sql-electric-stuff): New user option.
7064 (sql-magic-go): New function which uses `sql-electric-stuff'.
7065 (sql-magic-semicolon): New function which uses
7066 `sql-electric-stuff'.
7067
7068 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
7069 is not fboundp.
7070
7071 (sql-oracle-options): New variable.
7072 (sql-oracle): Use it.
7073
7074 (sql-imenu-generic-expression): Doc change.
7075 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
7076 is used.
7077
7078 (sql-informix): Added command line parameter "-" to force
7079 sql-informix-program to use stdout.
7080
db1306d8
EZ
70812000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7082
3a4f3f86 7083 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
7084 (cp864-decode-table): Doc fix.
7085 (cp720-decode-table): New variable, supports the Arabic OEM
7086 codepage used by Windows.
7087 (cp737-decode-table): New, Greek OEM codepage used by Windows.
7088
c69e5fcd
DL
70892000-06-23 Dave Love <fx@gnu.org>
7090
7091 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
7092 (font-lock-fontify-anchored-keywords): Use
7093 line-beginning-position.
7094 (global-font-lock-mode): Use mapc.
7095
30ad8f23
SM
70962000-06-23 Stefan Monnier <monnier@cs.yale.edu>
7097
7098 * eshell/esh-module.el: Require CL when compiling.
7099
26b4dc84
GM
71002000-06-23 Gerd Moellmann <gerd@gnu.org>
7101
78c56e70
GM
7102 * comint.el (comint-substitute-in-file-name): Call replace-match
7103 with second and third arg t.
7104
34342a07 7105 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
7106 Specify foreground color.
7107
7108 * faces.el (tool-bar, mode-line, header-line): Specify foreground
7109 color.
7110
affbf647
GM
7111 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
7112
7113 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
7114 cddr instead of cdddr.
7115
25fffb31
GM
7116 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
7117 instead of copy-list.
7118
7119 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
7120 of copy-list.
7121
26b4dc84
GM
7122 * subdirs.el: Add eshell subdirectory.
7123
7124 * eshell: New subdirectory containing the Eshell package.
7125
7126 * pcomplete.el: New file.
7127
78c56e70
GM
71282000-06-23 Paul Eggert <eggert@twinsun.com>
7129
ea055732
GM
7130 * mail/mailpost.el (post-mail-send-it): Make sure file has
7131 proper permissions from birth.
7132
7133 * files.el (basic-save-buffer-2): When temporarily setting
7134 file modes, set them to current modes plus 0200, not to 0777.
7135
78c56e70
GM
7136 * emerge.el (emerge-make-temp-file): Make sure file has proper
7137 permissions from birth.
7138
a3a7ff33
EZ
71392000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7140
7141 * files.el (make-backup-file-name-1): On DOS/Windows, run the
7142 backup file name through convert-standard-filename.
7143
7144 * dos-fns.el (convert-standard-filename): Convert leading
7145 directories as well. When long file names are supported, convert
7146 characters that are invalid in Windows file names.
7147
1fd9b7fe
GM
71482000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7149
7150 * ps-print.el: Fix bug: if ^L is the very first buffer character,
7151 ps-print crashes. New feature: page selection for printing. Create
7152 raw-text-unix coding system for XEmacs. Doc fix.
7153 (ps-print-version): New version number (5.2.3).
7154 (ps-plot-region): Bug fix.
7155 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
7156 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
7157 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
7158 funs.
7159 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
7160 (ps-last-page): New vars.
7161
16ed8416
GM
71622000-06-21 Gerd Moellmann <gerd@gnu.org>
7163
7164 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
7165 empty option string.
7166
4fbee715
EZ
71672000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7168
7169 * man.el (man): Doc fix.
7170
eaecfc94
KH
71712000-06-21 Kenichi Handa <handa@etl.go.jp>
7172
7173 * international/mule-cmds.el (set-language-info-alist): Docstring
7174 fixed.
7175
4a27bdfb
GM
71762000-06-20 Gerd Moellmann <gerd@gnu.org>
7177
7178 * version.el (emacs-version): Use ISO date format.
7179
7180 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
7181 instead of `M-backspace'.
7182
7183 * simple.el (turn-off-auto-fill): New function.
7184
8972fe79
SM
71852000-06-20 Stefan Monnier <monnier@cs.yale.edu>
7186
7187 * jit-lock.el (with-buffer-prepared-for-jit-lock):
7188 Renamed from with-buffer-prepared-for-font-lock and use
7189 inhibit-modification-hooks rather than setting *-change-functions.
7190 Update all functions to use the new name.
7191 (jit-lock-first-unfontify-pos): New semantics (and doc).
7192 (jit-lock-mode): Make non-interactive.
7193 Don't automatically turn on font-lock.
7194 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
7195 Always use jit-lock-after-change.
7196 Remove and restore font-lock-after-change-function.
7197 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
7198 (jit-lock-after-unfontify-buffer): Remove.
7199 (jit-lock-stealth-fontify):
7200 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
7201 (jit-lock-after-change): Set the `fontified' text-prop to nil.
7202
5d80cc9c
SS
72032000-06-20 Sam Steingold <sds@gnu.org>
7204
7205 * emacs-lisp/cl-indent.el (toplevel): Indent
7206 `print-unreadable-object' properly. Untabify.
7207
f54e4d13
CD
72082000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7209
7210 * textmodes/reftex.el (reftex-find-citation-regexp-format):
7211 Support for bibentry.
7212 (reftex-compile-variables): Fixed problem with end of section-re.
7213
7214 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
7215 reftex-view-crossref-from-bibtex):
7216 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
7217 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
7218 Replaced `remprop' with `put'.
8972fe79
SM
7219 (reftex-view-crossref, reftex-view-crossref-when-idle):
7220 Support for bibentry.
f54e4d13 7221
8972fe79
SM
7222 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7223 New entry for bibentry package.
f54e4d13 7224
8972fe79
SM
7225 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7226 Regexp also matches "\nobibliography".
f54e4d13 7227
8972fe79
SM
7228 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
7229 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
7230 (reftex-ensure-write-access): New function.
7231
f54e4d13
CD
72322000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7233
7234 * progmodes/idlwave.el: File re-installed (update to version 4.2)
7235
7236 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
7237
7238 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
7239
7240 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
7241
7242
560c43f4
DL
72432000-06-20 Dave Love <fx@gnu.org>
7244
7245 * faces.el (frame-background-mode): Use set-default, not set, in
7246 setter.
7247 (frame-update-faces, frame-update-face-colors): Define with
7248 defalias.
7249
7250 * enriched.el (enriched-decode-foreground)
7251 (enriched-decode-background): Don't use internal-find-face.
7252
7253 * apropos.el: Doc fixes.
7254
7255 * cus-edit.el (customize-changed-options): Check arg.
7256 (customize-version-lessp): Don't require decimal point.
7257
7258 * custom.el (defcustom, defgroup): Doc fix.
7259
7260 * newcomment.el (comment) <defgroup>: Add :version.
7261 (comment-multi-line): Doc fix.
7262
7263 * emulation/mlsupport.el (define-hooked-local-abbrev,
7264 define-hooked-global-abbrev): Fix, using define-abbrev.
7265
cdf0357b
GM
72662000-06-19 Gerd Moellmann <gerd@gnu.org>
7267
7268 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
7269 the whole buffer.
7270
10013d74
DL
72712000-06-19 Dave Love <fx@gnu.org>
7272
7273 * menu-bar.el (menu-bar-options-save): New function.
7274 (menu-bar-options-menu): Use it.
7275 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
7276 Simplify.
7277
6922f208
AS
72782000-06-19 Andreas Schwab <schwab@suse.de>
7279
7280 * progmodes/etags.el (tags-query-replace): Put new parameters
7281 START and END at the end, for backward compatibility.
7282
10d7bf84
KH
72832000-06-19 Kenichi Handa <handa@etl.go.jp>
7284
7285 * international/codepage.el:
7286 (cp-coding-system-for-codepage-1): Delete special codes for
7287 generating xxx-dos coding system because now a CCL based coding
7288 system can handle EOL conversion by default.
7289
7290 * international/mule.el (make-coding-system): Generate subsidiary
7291 coding systems for EOL handling variants even for a CCL based
7292 coding system.
7293
8f3c9a3d
KH
72942000-06-19 Kenichi Handa <handa@etl.go.jp>
7295
7296 * international/isearch-x.el (isearch-minibuffer-input-method)
7297 (isearch-minibuffer-input-method-function): These variables
7298 deleted.
7299 (isearch-with-input-method): Don't use the above variables.
7300 (isearch-process-search-multibyte-characters): Likewise. Call
7301 read-string with the arg INHERIT-INPUT-METHOD t.
7302
c2acf685
SM
73032000-06-17 Stefan Monnier <monnier@cs.yale.edu>
7304
13f0d185
SM
7305 * font-lock.el (font-lock-after-fontify-buffer)
7306 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
7307
7308 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
7309 Use consistent make-local-variable style for font-lock-fontified.
7310 (jit-lock-fontify-buffer):
7311 Don't bother checking for font-lock-mode and jit-lock-mode.
7312
c2acf685
SM
7313 * time.el: Remove trailing ^M that prevent CVS-merging.
7314
a9021acd
GM
73152000-06-16 Gerd Moellmann <gerd@gnu.org>
7316
7317 * Makefile.in (distclean): New target.
5d80cc9c 7318
0df68e9f
SM
73192000-06-16 Stefan Monnier <monnier@cs.yale.edu>
7320
7321 * Makefile.in (srcdir): Define for update-subdirs.
7322
6344985d
GM
73232000-06-16 Gerd Moellmann <gerd@gnu.org>
7324
7325 * find-lisp.el: New file.
7326
63239267
AI
73272000-06-16 Andrew Innes <andrewi@gnu.org>
7328
7329 * time.el (display-time-mail-function): New variable, to allow
7330 external packages to indicate when new mail is available.
7331 (display-time-update): Use it.
7332
1699f991
KH
73332000-06-16 Kenichi Handa <handa@etl.go.jp>
7334
a3b37893
KH
7335 * international/mule.el (mule-version): Change version name to
7336 SAKAKI. AOI has already been used by Meadow.
7337
1699f991
KH
7338 * international/quail.el (quail-show-guidance-buf): To find the
7339 bottom window (but minibuffer), pay attention to the height of
7340 minibuffer.
7341
228b083e
EZ
73422000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7343
7d5c8691
EZ
7344 * arc-mode.el (archive-mode-map): Use the new menu-item format for
7345 menu-bar menus. Add help strings. Don't remove the Edit menu
7346 from the menu bar, as the menu bar has enough space now.
7347
261f3289
EZ
7348 * Makefile.in (SHELL): Make sure /bin/sh is used.
7349
228b083e
EZ
7350 * woman.el (woman-man-buffer): Fix bold and underlined CJK
7351 characters, which use series of two ^H characters instead of one.
7352
e27e8d71
GM
73532000-06-15 Gerd Moellmann <gerd@gnu.org>
7354
5d80cc9c 7355 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 7356 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 7357 functions.
451ec4e3
GM
7358 (Info-find-node-2): Try a case-sensitive search first, then
7359 do a case-insensitive search.
7360
7361 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
7362 tutorials.
7363
b675095c
GM
7364 * complete.el (PC-env-vars-alist): New variable.
7365 (PC-complete-as-file-name): New function.
7366 (partial-completion-mode): Initialize PC-env-vars-alist from
7367 process-environment.
7368 (PC-do-completion): Handle completion of env vars.
7369
7370 * info.el (Info-set-mode-line): Show file name in mode line,
7371 use `*Info*' instead of `Info:'.
7372
e27e8d71
GM
7373 * startup.el (command-line-1): Change copyright messages to year
7374 2000.
7375
28223a7e
DL
73762000-06-15 Dave Love <fx@gnu.org>
7377
7378 * net/goto-addr.el (goto-address-fontify): Use keymap property,
7379 not local-map.
7380
32684631
KH
73812000-06-15 Kenichi Handa <handa@etl.go.jp>
7382
7383 * international/mule.el (set-buffer-file-coding-system): Almost
7384 rewritten to handle `undecided' as no-op.
7385
9f817ea4
GM
73862000-06-14 Gerd Moellmann <gerd@gnu.org>
7387
e27e8d71 7388 * Makefile.in: New file.
dce6b995
GM
7389
7390 * Makefile: Removed.
7391
9f817ea4
GM
7392 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
7393 (goto-address-highlight-keymap): Bind C-c RET.
7394
2de33f94
KH
73952000-06-14 Kenichi Handa <handa@etl.go.jp>
7396
bbf1e8a5
KH
7397 * mail/sendmail.el (sendmail-send-it): The temporary buffer
7398 inherits buffer-file-coding-system of the current buffer.
725a6897 7399
02891cc3
KH
7400 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
7401 0. Give correct argument to set-auto-coding-function.
7402 (tar-expunge): For goto-char, use (point-min), not 0.
7403 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
7404 (tar-subfile-save-buffer): Likewize.
7405
2de33f94
KH
7406 * international/mule.el
7407 (after-insert-file-set-buffer-file-coding-system): Call
7408 set-buffer-file-coding-system with the arg FORCE t.
7409
1681ead6
GM
74102000-06-13 Gerd Moellmann <gerd@gnu.org>
7411
7412 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
7413 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 7414 the sender is set with `-f'.
1681ead6 7415
fdf4b680
DL
74162000-06-13 Dave Love <fx@gnu.org>
7417
9c50afce
DL
7418 * help.el (describe-function-1): Kluge around cases of functions
7419 fset to subrs whose doc doesn't match their symbol-name.
7420
0ad550ba 7421 * image.el (insert-image): Default STRING to a space.
f290ca08 7422
fdf4b680 7423 * info.el Doc fixes.
5d80cc9c 7424 (Info-build-node-completions): Match Ref tags.
fdf4b680 7425
9b6610db
EZ
74262000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
7427
a704139d
EZ
7428 * frame.el (display-multi-frame-p, display-multi-font-p): New
7429 defaliases for display-graphic-p.
7430
9b6610db
EZ
7431 * hl-line.el: Fixed a typo in commentary.
7432
7a5ea398
KH
74332000-06-13 Kenichi Handa <handa@etl.go.jp>
7434
7435 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
7436 fixed.
7437
0dc91c57
DL
74382000-06-12 Dave Love <fx@gnu.org>
7439
7440 * image.el (insert-image): Save a little consing.
7441
0bd5914b
KH
74422000-06-12 Kenichi Handa <handa@etl.go.jp>
7443
7444 * language/tibet-util.el: Convert all tibetan-1-column characters
7445 to the corresponding tibetan characters.
7446 (tibetan-add-components): Delete code for the special treatment of
7447 'a chung.
7448
7449 * language/tibetan.el (tibetan-composable-pattern): Fix previous
7450 change.
7451 (tibetan-vowel-transcription-alist): More rules added.
7452 (tibetan-composite-vowel-alist): New variable.
7453 (tibetan-precomposition-rule-alist): More rules added.
7454
6dc7d3d5
SM
74552000-06-12 Stefan Monnier <monnier@cs.yale.edu>
7456
9c04c393
SM
7457 * startup.el (command-line): Only call menu-bar-mode if interactive.
7458
7459 * thingatpt.el (toplevel symbol-properties):
7460 * textmodes/makeinfo.el (makeinfo-compile):
7461 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 7462 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 7463 (hide-ifdef-use-define-alist):
5d80cc9c 7464 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
7465 (ange-ftp-vms-add-file-entry):
7466 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
7467 * man.el (Man-build-man-command):
7468 * mail/rnewspost.el (news-reply-header-hook):
7469 * info.el (Info-insert-dir):
7470 * emulation/mlconvert.el (backward-word, forward-word, setq):
7471 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
7472 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
7473 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
7474 (byte-optimize-apply, end of file):
7475 * emacs-lisp/advice.el (ad-advice-class-completion-table)
7476 (ad-make-freeze-definition):
7477 * startup.el (command-line, command-line-1): Don't quote lambdas.
7478
6dc7d3d5
SM
7479 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
7480 (cvs-cleanup-removed): New function.
7481 (cvs-cleanup-functions): New var.
7482 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
7483 some flexibility in specifying additional entries to auto-cleanup.
7484 (cvs-quickdir): New function.
7485 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
7486 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
7487 (cvs-mode-find-file): Check that we are on a filename or dirname
7488 when invoked through a mouse-click.
7489 (cvs-full-path): Remove.
7490 (cvs-dired-action): Re-introduced.
7491 (cvs-dired-noselect): Use it.
7492 (vc-post-command-functions): use this new hook if available.
7493
7494 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
7495 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
7496 (cvs-filename-map, cvs-dirname-map): Remove.
7497 (cvs-default-action): Remove.
7498 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
7499 if the arg is really a keymap.
7500 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
7501 Don't hardcode the mapping from state (aka type) to face, but check
7502 the var cvs-fi-<type>-face instead.
7503 (cvs-fileinfo-from-entries): New function.
7504
7505 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
7506 Docstring fix.
7507 (cvs-find-file-and-jump): Change default to be safer.
7508 (cvs-mode-diff-map): Define it as a function as well.
7509 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
7510 Bind mouse-2 in this global map rather than with text-properties.
7511
7512 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
7513 file to resolve the ambiguity between C(conflict) and C(need-merge).
7514
5050a2ef
KH
75152000-06-12 Kenichi Handa <handa@etl.go.jp>
7516
7517 * international/mule.el (set-buffer-file-coding-system): If
7518 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
7519 unconditionally.
7520
35a7ac84
DL
75212000-06-12 Dave Love <fx@gnu.org>
7522
7523 * wid-edit.el (widget-specify-button): Really suppress the face if
7524 required.
7525
db8eeecd
GM
75262000-06-11 Gerd Moellmann <gerd@gnu.org>
7527
7528 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
7529
70223ca4
SM
75302000-06-11 Stefan Monnier <monnier@cs.yale.edu>
7531
7532 * imenu.el (imenu-generic-expression): Docstring fix.
7533
7534 * composite.el (composition-function-table): Move the `put'
7535 below the autoload cookie so we can load the file before loaddefs.
7536
7537 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
7538
7539 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
7540 Handle easy-mmode-define-global-mode.
7541 For complex macros like define-minor-mode that can generate
7542 several autoload entries, try to autoload entries in the
7543 macroexpanded code.
7544
7545 * emacs-lisp/easy-mmode.el (define-minor-mode):
7546 If KEYMAP is a symbol, just use it.
7547 Use byte-compile-current-file and load-file-name to infer the
7548 proper :require to pass to defcustom.
7549 Wrap the hook var into `progn' so as not to autoload it.
7550 Add a :autoload-end cookie.
7551 Be more careful about the evaluation of KEYMAP.
7552 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
7553 (define-derived-mode): Move define-abbrev-table outside of defvar.
7554
75552000-06-10 Stefan Monnier <monnier@cs.yale.edu>
7556
7557 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
7558 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
7559 (backup-compiled-files): Ignore errors during `tar'.
7560 (bootstrap): Make autoloads before elc files.
7561
9c53b34e
KH
75622000-06-10 Kenichi Handa <handa@etl.go.jp>
7563
7564 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 7565 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
7566
7567 * international/mule-conf.el (unix): New alias for the coding
7568 system undecided-unix.
7569
22ddd299
DL
75702000-06-09 Dave Love <fx@gnu.org>
7571
5ee42746
DL
7572 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
7573
70223ca4 7574 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
7575 (executable-insert): Change custom type.
7576 (executable-find): Add autoload cookie.
cc7e1d18
DL
7577 (executable-make-buffer-file-executable-if-script-p): New
7578 function. After Noah Friedman.
22ddd299
DL
7579
7580 * files.el (after-save-hook): Customize, with
cc7e1d18 7581 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 7582
41ea3794
KH
75832000-06-09 Kenichi Handa <handa@etl.go.jp>
7584
f89437e3
KH
7585 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
7586 "tib24p-mule.bdf" for Tibetan.
7587
7a4ee259
KH
7588 * composite.el (decompose-composite-char): Declare it as obsolete.
7589
ff6a65c2
KH
7590 * man.el (Man-fontify-manpage): Pay attention to underline and
7591 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 7592
f83fe4b4
GM
75932000-06-08 Gerd Moellmann <gerd@gnu.org>
7594
7595 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
7596 Set maintainer to FSF since author isn't reachable.
7597
e56d7900
DL
75982000-06-08 Dave Love <fx@gnu.org>
7599
7600 * international/mule-cmds.el (select-safe-coding-system): If
7601 DEFAULT-CODING-SYSTEM is not specified, also check the most
7602 preferred coding-system if buffer-file-coding-system is
7603 `undecided'. From Handa.
7604
d3981b49
KH
76052000-06-08 Kenichi Handa <handa@etl.go.jp>
7606
7607 * international/mule.el
7608 (after-insert-file-set-buffer-file-coding-system): If the buffer
7609 size is greater than INSERTED, judget that we are not visiting.
7610
bff71087
RV
76112000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
7612
7613 * whitespace.el (defgroup whitespace): Comment out `:version'.
7614 XEmacs 20.4 has problems defining the group with this present.
7615 We'll have this commented out till get resolve the problem.
7616
45f485a6
GM
76172000-06-07 Gerd Moellmann <gerd@gnu.org>
7618
7619 * align.el: Update from author.
7620
76212000-06-07 Jari Aalto <jari.aalto@poboxes.com>
7622
7623 * apropos.el (apropos-mode-hook): New user variable.
7624 (apropos-mode): Run apropos-mode-hook.
bff71087 7625
45f485a6
GM
76262000-06-07 David Ponce <david@dponce.com>
7627
7628 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
7629 commands. Require `wid-edit' at run-time.
7630
76312000-06-07 David Ponce <david@dponce.com>
7632
7633 * recentf.el: Added some "Commentary".
7634 (recentf-open-more-files, recentf-edit-list): Minor changes to
7635 move the point at the top of the file list. This behaviour is
7636 consistent with the menu one when the list contains a lot of
7637 files.
7638 (recentf-cleanup): Now displays the number of items removed from
7639 the list.
7640 (recentf-relative-filter) New menu filter to show filenames
7641 relative to `default-directory'.
bff71087 7642
45f485a6
GM
76432000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7644
7645 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
7646 with/without giving an error if PostScript printer doesn't have this
7647 kind of page size. Zebra Stripe continues or restarts on next page.
7648 Manual/automatic paper feeding. Switch or not the header.
7649 (ps-print-version): New version number (5.2.2).
7650 (ps-windows-system): Include emx as a Windows system.
7651 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
7652 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
7653 (ps-background-text): Code fix.
7654 (ps-error-handler-message, ps-user-defined-prologue)
7655 (ps-print-prologue-header, ps-printer-name)
7656 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
7657 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
7658 (ps-use-face-background): Customization fix.
7659 (ps-n-up-database): Data fix.
7660 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
7661 (ps-switch-header): New vars.
7662 (ps-xemacs-color-name, ps-face-foreground-name)
7663 (ps-face-background-name, ps-boolean-constant): New funs.
7664
c14dcd22
DL
76652000-06-07 Dave Love <fx@gnu.org>
7666
7667 * allout.el: New version from Manheimer.
7668
e4044bb0
KH
76692000-06-07 Kenichi Handa <handa@etl.go.jp>
7670
7671 * textmodes/fill.el (fill-find-break-point): Check the validity of
7672 charset.
7673
59cfe8b9
KF
76742000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7675
7676 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7677 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7678 Call display-color-p and display-mouse-p instead of looking at
7679 window-system.
7680
bb2337f5
DL
76812000-06-06 Dave Love <fx@gnu.org>
7682
7683 * image.el (find-image): Doc fix. Return nil if image not found.
7684 (put-image, insert-image): Make STRING arg optional.
7685
8e624fa2
KH
76862000-06-06 Kenichi Handa <handa@etl.go.jp>
7687
7688 * language/vietnamese.el: Remove eval-when-compile.
7689 (viet-viscii-nonascii-translation-table): Define it as a
7690 translation table made from viet-viscii-decode-table.
7691 (viet-viscii-encode-table): Define it as a translation table made
7692 from the reverse map of above.
7693 (viet-vscii-nonascii-translation-table): Define it as a
7694 translation table made from viet-vscii-decode-table.
7695 (viet-vscii-encode-table): Define it as a translation table made
7696 from the reverse map of above.
7697 (ccl-decode-viscii): Use translate-character.
7698 (ccl-encode-viscii, ccl-encode-viscii-font)
7699 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
7700 Likewize.
bff71087 7701
8e624fa2
KH
7702 * language/cyrillic.el: Remove eval-when-compile.
7703 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
7704 translation table made from cyrillic-koi8-r-decode-table.
7705 (cyrillic-koi8-r-encode-table): Define it as a translation table
7706 made from the reverse map of above.
7707 (ccl-decode-koi8): Use translate-character.
7708 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
7709 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
7710 a translation table made from cyrillic-alternativnyj-decode-table.
7711 (cyrillic-alternativnyj-encode-table): Define it as a translation
7712 table made from the reverse map of above.
7713 (ccl-decode-alternativnyj): Use translate-character.
7714 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
7715 Likewize
7716
7717 * international/mule-diag.el (non-iso-charset-alist): Specify
7718 translation table symbol instead of translation table itself.
7719 (list-block-of-chars): CHARSET may be a translation table symbol.
7720
7721 * international/mule.el (make-coding-system): If CODING-SYSTEM
7722 already exists, override it.
7723
7724 * international/fontset.el: Use family `proportional' for Tibetan
7725 fonts.
7726
7727 * international/ccl.el (ccl-compile-translate-character): Don't
7728 check if Rrr has property translation-table.
7729 (ccl-compile-map-multiple): Modified to avoid compiler warning.
7730
1969fae2
GM
77312000-06-05 Gerd Moellmann <gerd@gnu.org>
7732
7733 * info.el: Bind case-fold-search to t when searching in case
7734 a user sets it to nil in a hook.
7735
d5b037c5
SM
77362000-06-05 Stefan Monnier <monnier@cs.yale.edu>
7737
d3d02e65
SM
7738 * autoarg.el (autoarg-mode, autoarg-kp-mode):
7739 * hl-line.el (hl-line-mode): Use the new :global key argument.
7740
7741 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
7742 (tar-clip-time-string): Prepend a space.
7743 (tar-grind-file-mode): Construct a string rather than modifying one.
7744 (tar-header-block-summarize): Fix docstring.
7745 Use `format' rather than an error-prone set of copy-loops.
7746
7747 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
7748 (diff-goto-source, diff-unified->context, diff-context->unified)
7749 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
7750 understand the format output by the `-p' argument to diff.
7751
bff71087 7752 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
7753 (sh-re-done): Use defconst.
7754 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
7755 (sh-help-string-for-variable, sh-guess-basic-offset):
7756 Don't quote lambdas.
7757 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
7758 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
7759
f7c4478f
SM
7760 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
7761 (mh-letter-mode): Derive from text-mode.
7762 This implicitly means that it now calls kill-all-local-variables.
7763 Also remove the Emacs-18 compatibility code.
7764
a8add29d
SM
7765 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
7766 Make use of symbol-property doc-string-elt.
7767 Use memq rather than a sequence of eq.
7768 (doc-string-elt): Fix the wrong or missing previously unused values.
7769 (autoload-print-form): New function extracted from
7770 generate-file-autoloads to allow recursion when handling progn
7771 so that defvar's and defun's docstrings are properly printed.
7772 (generate-file-autoloads): Use it.
7773
d5b037c5
SM
7774 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
7775 Use find-file-hooks in the minor-mode function.
7776 Be careful not to loop indefinitely in the post-command-hook function.
7777
560ef11a 77782000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 7779
1969fae2 7780 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 7781 tty's.
1969fae2 7782 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 7783 differences whenever appropriate.
1969fae2
GM
7784 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
7785 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
7786 wildcards.
7787
b5bbbb76
SM
77882000-06-04 Stefan Monnier <monnier@cs.yale.edu>
7789
d5b037c5
SM
7790 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
7791 (jit-lock-fontify-buffer): New function for JIT refontification.
7792 (jit-lock-mode): Fix docstring.
7793 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
7794 Remove jit-lock-after-change from the _local_ hook.
7795 (jit-lock-function-1): Fix docstring.
7796
7797 * info.el (Info-on-current-buffer): Initialize info.
7798
7799 * newcomment.el (comment-indent): Ignore comment-indent-hook.
7800
7801 * progmodes/tcl.el (tcl-indent-for-comment):
7802 Ignore comment-indent-hook.
7803
7804 * emacs-lisp/easy-mmode.el: Require CL during compilation.
7805 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
7806 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
7807 and improve to use the lighter to guess the capitalization.
7808 (define-minor-mode): Inline code from easy-mmode-define-toggle.
7809 Add keyword arguments to specify global-ness or the custom group.
7810 Add local-map and help-echo properties to the lighter.
7811 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 7812 (easy-mmode-define-global-mode): New macro.
b5bbbb76 7813
bfa6c260
DL
78142000-06-02 Dave Love <fx@gnu.org>
7815
7816 * wid-edit.el: byte-compile-dynamic since we typically don't use
7817 all the widgets. Don't require cl or widget. Remove
7818 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
7819 (widget-read-event): Removed. Callers changed to use read-event.
7820 (widget-button-release-event-p): Renamed from
7821 button-release-event-p.
7822 (widget-field-add-space, widget-field-use-before-change):
7823 Uncustomize.
7824 (widget-specify-field): Use keymap property, not local-map.
7825 (widget-specify-button): Obey :suppress-face.
7826 (widget-specify-insert): Use modern backquote syntax.
7827 (widget-image-directory): Renamed from widget-glyph-directory.
7828 (widget-image-enable): Renamed from widget-glyph-enable.
7829 (widget-image-find): Replaces widget-glyph-find.
7830 (widget-button-pressed-face): Move defvar.
7831 (widget-image-insert): Replaces widget-glyph-insert.
7832 (widget-convert): Use keywordp.
7833 (widget-leave-text, widget-children-value-delete): Use mapc.
7834 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 7835 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
7836 (widget-button-click): Don't set point at the click, but re-centre
7837 if we scroll out of window. Rewritten for images v. glyphs &c.
7838 (widget-tabable-at): Use POS arg, not point.
7839 (widget-beginning-of-line, widget-end-of-line)
7840 (widget-item-value-create, widget-sublist, widget-princ-to-string)
7841 (widget-sexp-prompt-value, widget-echo-help): Simplify.
7842 (widget-default-create): Use widget-image-insert; some rewriting.
7843 (widget-visibility-value-create)
7844 (widget-push-button-value-create, widget-toggle-value-create): Use
7845 widget-image-insert.
7846 (checkbox): Create on and off images dynamically.
7847 (documentation-link): Change :help-echo.
7848 (widget-documentation-link-echo-help): Remove.
7849
3837de12
SM
78502000-06-02 Stefan Monnier <monnier@cs.yale.edu>
7851
7852 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
7853
7854 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
7855 (easy-mmode-define-toggle, define-minor-mode): Use it.
7856 (easy-mmode-define-keymap): Docstring fix.
7857 (define-derived-mode): Default PARENT to fundamental-mode.
7858 Add the derived-mode-parent symbol-property.
7859 (easy-mmode-derived-mode-p): New function.
7860
90aa4ea8
DL
78612000-06-02 Dave Love <fx@gnu.org>
7862
37193ee6
DL
7863 * files.el (convert-standard-filename): Doc fix.
7864 (normal-backup-enable-predicate): New function.
7865 (backup-enable-predicate): Use it to replace the lambda form.
7866
7867 * calendar/todo-mode.el: [This needs more work on the outline
7868 stuff.] Doc fixes.
7869 (todo) <defgroup>: Add :version.
7870 (todo-add-category): Don't use pushnew.
7871 (todo-cmd-raise): Fix typo.
7872 (todo-top-priorities): Change temp buffer name.
7873 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
7874 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
7875 Use outline-next-heading.
37193ee6 7876
90aa4ea8
DL
7877 * autoarg.el: Rewritten to use define-minor-mode.
7878 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
7879 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
7880
2e54623a
KH
78812000-06-02 Kenichi Handa <handa@etl.go.jp>
7882
7883 * isearch.el (isearch-other-meta-char): Fix previous change.
7884
c5def0db
SM
78852000-06-01 Stefan Monnier <monnier@cs.yale.edu>
7886
3837de12
SM
7887 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
7888 (log-edit-done): Only add the comment to the ring if it's different
7889 from the last comment entered.
7890
c5def0db
SM
7891 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
7892
2330c9d4
DL
78932000-06-01 Dave Love <fx@gnu.org>
7894
7895 * hl-line.el: Rewritten using define-minor-mode.
7896
7897 * help.el (describe-function-1): Distinguish special form from
7898 builtin function. Sanity-check presence of arglist for builtins.
7899
6e5dfc31
KH
79002000-06-01 Kenichi Handa <handa@etl.go.jp>
7901
4dc1225b
KH
7902 * international/characters.el: Fix syntax/category setting of
7903 Tibetan characters.
7904
7905 * language/tibet-util.el (tibetan-add-components): Fixes for new
7906 encoding of Tibetan characters.
7907 (tibetan-decompose-precomposition-alist): New variable.
7908 (tibetan-decompose-region): Convert precomposed characters to
7909 non-precomposed characters.
7910 (tibetan-decompose-string): Likewise.
7911 (tibetan-composition-function): Fix args to
7912 thibetan-compose-string.
7913
7914 * language/tibetan.el (tibetan-composable-pattern): More
7915 characters included.
7916 (tibetan-consonant-transcription-alist): Rule for "R" added.
7917 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
7918 "+R" added.
7919 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
7920
eadef5e6
KH
7921 * language/lao-util.el (lao-composition-function): Fix args to
7922 compose-string.
7923
7924 * language/thai-util.el (thai-composition-function): Fix args to
7925 compose-string.
7926
6e5dfc31 7927 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
7928 to prevent the point moving to the end of a composition when a
7929 part of a composition is searched.
6e5dfc31
KH
7930 (isearch-other-meta-char): If the key invoking this command can be
7931 mapped by function-key-map to a printing char, call
7932 isearch-process-search-char directly.
7933
2598a293
SM
79342000-06-01 Stefan Monnier <monnier@cs.yale.edu>
7935
7936 * emacs-lisp/bytecomp.el:
7937 * frame.el:
7938 * international/mule-cmds.el:
7939 * international/mule-util.el:
7940 * international/mule.el:
7941 * mouse.el:
7942 * subr.el:
7943 * faces.el: Update calls to make-obsolete with a WHEN argument.
7944
7945 * byte-run.el (make-obsolete, make-obsolete-variable):
7946 Add an optional WHEN argument and change the format of the
bff71087 7947 symbol-property information.
2598a293
SM
7948 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
7949 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
7950 new obsolete-symbol-property format and print WHEN if it is provided.
7951
28d8dff1
DL
79522000-05-31 Dave Love <fx@gnu.org>
7953
7954 * loadhist.el (loadhist-hook-functions): Remove
7955 before-change-function, after-change-function.
7956 (unload-feature): Deal with symbols which are both bound and
7957 fbound.
7958
7959 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
7960 before-change-function, after-change-function.
7961
7962 * simple.el (newline): Don't bind before-change-function,
7963 after-change-function.
7964
7f565d87
RV
79652000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
7966
7967 * whitespace.el (whitespace-rescan-timer-time): Update interval
7968 set to 600 seconds (10 minutes) instead of 60 seconds since
7969 a large number of whitespace buffers causes emacs to `freeze'
7970 for a considerable amount of time.
7971
bff71087 7972 * whitespace.el: Updated email address
7f565d87 7973
a8d693d8
DL
79742000-05-31 Dave Love <fx@gnu.org>
7975
7976 * add-log.el (change-log-font-lock-keywords) <function>: Add
7977 pattern for function of change.
7978 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
7979 acknowledgements patterns.
7980
a50192e7
KH
79812000-05-31 Kenichi Handa <handa@etl.go.jp>
7982
7983 * isearch.el (isearch-printing-char): If keyboard coding system is
7984 being used, call isearch-process-search-multibyte-characters.
7985
7986 * international/isearch-x.el: Mostly rewritten.
7987
7988 * international/quail.el (quail-start-conversion): Don't include
7989 unhandled events in the returned events, but set them in
7990 unread-command-events. Exit if all inputs are deleted.
7991
7e492772
JR
79922000-05-30 Jason Rumney <jasonr@gnu.org>
7993
7994 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
7995
7996 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
7997 Reenable code to create initial fontsets.
7998 Use set-fontset-font in place of put-charset-property.
7999
10fc3187
GM
80002000-05-30 Gerd Moellmann <gerd@gnu.org>
8001
79148ea7
GM
8002 * progmodes/perl-mode.el (perl-indent-line): When looking for a
8003 label, ensure that the first colon isn't followed by another.
8004
8005 * paths.el (Info-default-directory-list): Doc fix.
8006
086d5b87
GM
8007 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
8008 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
8009 send a query containing USER only, not USER@HOST.
8010
10fc3187
GM
8011 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
8012 and rmail-msgend to compute the restriction at the end, instead of
8013 computing it.
8014
49e70dec
GM
80152000-05-29 Gerd Moellmann <gerd@gnu.org>
8016
66254a13
GM
8017 * dabbrev.el (dabbrev-expand): Don't display messages in the
8018 echo area if the minibuffer window is active.
8019
49e70dec
GM
8020 * jit-lock.el (jit-lock-mode): Add after change function to
8021 local hook.
8022
80232000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
8024
8025 * antlr-mode.el: New commands: hide/unhide actions,
8026 upcase/downcase literals.
8027 (antlr-tiny-action-length): New user option.
8028 (antlr-hide-actions): New command. Suggested by
8029 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 8030 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
8031 (antlr-mode-menu): New entries.
8032 (antlr-downcase-literals): New command.
8033 (antlr-upcase-literals): Ditto.
8034
8035 * antlr-mode.el: Minor changes: indendation, mode-name.
8036 (antlr-indent-line): Indent cpp directive at column 0.
8037 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
8038
8039 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
8040 (antlr-font-lock-additional-keywords): Workaround for intentional
8041 bug in XEmacs version of font-lock.
8042 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
8043 be used by a smarter version of `buffers-menu-grouping-function'.
8044
80452000-05-29 Gerd Moellmann <gerd@gnu.org>
8046
8047 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
8048 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
8049
49f93684
KH
80502000-05-29 Kenichi Handa <handa@etl.go.jp>
8051
8052 * international/encoded-kb.el
8053 (encoded-kbd-iso2022-designation-map): Pay attention to that
8054 charset-iso-final-char return -1 for eight-bit-control and
8055 eight-bit-graphic.
8056
5b1ae051
EZ
80572000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8058
8059 * speedbar.el (speedbar-use-images, speedbar-update-flag)
8060 (speedbar-easymenu-definition-base): Use display-graphic-p where
8061 available, instead of window-system.
8062
a205e32a
EZ
80632000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8064
8065 * international/codepage.el (cp-coding-system-for-codepage-1): Add
8066 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
8067 coding systems.
8068
dd854dc2
DL
80692000-05-26 Dave Love <fx@gnu.org>
8070
c88a85d5
DL
8071 * disp-table.el (standard-display-underline): Don't use
8072 internal-find-face.
8073
dd854dc2
DL
8074 * mail/reporter.el: Maintainer change. Doc fixes.
8075 (reporter-version): Deleted.
8076
8077 * emacs-lisp/elp.el: Maintainer change.
8078 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
8079
dc29aa6c
SM
80802000-05-26 Stefan Monnier <monnier@cs.yale.edu>
8081
8082 * add-log.el (add-change-log-entry): Merge the current entry with the
8083 previous one if the previous one is empty.
8084
ed62683d
DL
80852000-05-26 Dave Love <fx@gnu.org>
8086
4370a375
DL
8087 * loadhist.el (unload-feature): Fix interactive spec [from
8088 lijnzaad@ebi.ac.uk].
8089
ed62683d
DL
8090 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
8091 subr-arity to check primitives.
8092 (byte-compile-flush-pending, byte-compile-file-form-progn)
8093 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
8094 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
8095 mapcar.
8096
ba9f8f95
KH
80972000-05-26 Kenichi Handa <handa@etl.go.jp>
8098
0f3e0672
KH
8099 * international/fontset.el: Set family names of non-latin charsets
8100 in default fontset to "*".
8101
cebefb44
KH
8102 * international/mule-diag.el (print-fontset): Combine family part
8103 and registry part of the fontname by "-*-" instead of "-".
8104
ba9f8f95
KH
8105 * international/mule-cmds.el (encode-coding-char): Make strings
8106 multibyte before calling encode-coding-string.
8107
931d0724
SM
81082000-05-25 Stefan Monnier <monnier@cs.yale.edu>
8109
8110 * derived.el: Fix keywords.
8ccce2b0 8111 (define-derived-mode): Only define if needed.
931d0724
SM
8112
8113 * simple.el (fill-comment, comment-column, comment-start)
8114 (comment-start-skip, comment-end, comment-indent-function)
8115 (block-comment-start, block-comment-end, indent-for-comment)
8116 (set-comment-column, kill-comment, comment-padding, comment-region)
8117 (comment-multi-line, indent-new-comment-line): Remove.
8118
8119 * bindings.el (esc-map): Change ; to comment-dwim and use the new
8120 function names for comment operations.
8121
8122 * newcomment.el: Add abundant autoload cookies.
8123 (comment-style): Don't depend on runtime data at compile-time.
8124 (comment-indent-hook): Remove.
8125 (comment-indent): Check if comment-indent-hook is bound.
8126 (comment-region): Docstring fix.
8127
6fc596cf
DL
81282000-05-25 Dave Love <fx@gnu.org>
8129
8130 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
8131 byte-code-function-p.
8132
8133 * mail/rmailsum.el: Add provide.
8134
8135 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
8136
8137 * smerge-mode.el (smerge-diff-switches): Don't use list* in
8138 defcustom.
8139
7997f1ca 81402000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8141
7997f1ca
MK
8142 * ediff-diff.el (ediff-exec-process): delete --binary option from
8143 non-buffer ediff jobs.
7f565d87 8144
e7a903e8
EZ
81452000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8146
8147 * hilit-chg.el (highlight-changes-mode): Ask about color or
8148 grayscale support, not about window-system.
8149
8150 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
8151 window-system.
8152 (ffap-highlight): Always default to t.
8153
8154 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
8155 display-popup-menus-p instead of looking at window-system.
8156
8157 * disp-table.el (standard-display-g1, standard-display-graphic):
8158 Only refuse to use string glyphs on X and MS-Windows.
8159
8160 * avoid.el: Remove window-system from commentary, suggest to use
8161 display-*-p instead.
8162
8163 * apropos.el (apropos-print): Use display-mouse-p instead of
8164 window-system.
8165
14028d57
EZ
81662000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8167
8168 * international/codepage.el (cp-decoding-vector-for-codepage):
8169 Fill up unsupported characters with their own codes. From Kenichi
8170 Handa.
8171
1a4f9cc1
EZ
81722000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8173
8174 * international/mule-diag.el (describe-char-after): Use
8175 display-graphic-p instead of window-system, so that this function
8176 works on MS-DOS.
8177
89f6ca4e
EZ
81782000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8179
8180 * international/codepage.el (cp-make-coding-systems-for-codepage):
8181 Remove the eight-bit-graphic and eight-bit-control charsets from
8182 the list of charsets which we convert into `?'.
8183
eacfd7fe
KH
81842000-05-25 Kenichi Handa <handa@etl.go.jp>
8185
8186 * international/mule-conf.el: Specify CHARSET-ID explicitely for
8187 private charsets.
8188 (mule-unicode-0100-24ff, japanese-jisx0213-1,
8189 japanese-jisx0213-2): New charsets.
8190
8191 * international/fontset.el: Setup default fontset for new charsets.
8192
deadf7e3
DL
81932000-05-24 Dave Love <fx@gnu.org>
8194
8195 * info.el (Info-find-node-2): Restructure [following "Vadim
8196 S. Solomin" <sovs@uic.nnov.ru>].
8197
8198 * icomplete.el: Fix header for Finder.
8199
82002000-05-24 Eric M. Ludlam <zappo@ultranet.com>
8201
8202 * rmailout.el (rmail-output-to-rmail-file): Added optional param
8203 STAY.
8204
8205 * rmail.el (rmail-automatic-folder-directives): New user variable.
8206 (rmail-show-message): Add call to `rmail-auto-file' during
8207 display.
8208 (rmail-auto-file): New function.
8209
6de3983f 82102000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8211
fc6a6a4e 8212 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 8213 account.
fc6a6a4e
GM
8214 (ediff-test-utility,ediff-diff-mandatory-option)
8215 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 8216 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 8217
fc6a6a4e 8218 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 8219 variable.
7f565d87 8220
fc6a6a4e 8221 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
8222 ediff-merge-filename-prefix.
8223
fc290d1d
MK
82242000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
8225
fc6a6a4e 8226 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 8227
273182b8
EZ
82282000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8229
8230 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
8231 aliases for hebrew-iso-8bit.
8232
f471ea57
EZ
82332000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8234
8235 * woman.el: New version from Francis J. Wright
8236 <F.J.Wright@Maths.QMW.ac.uk>.
8237 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
8238 names in environment variables regardless of the path separator.
8239 (woman-topic-all-completions-1): Don't call file-name-directory-p
8240 on all files, since woman-file-regexp already filters out any
8241 directories.
8242
01162f24
KH
82432000-05-24 Kenichi Handa <handa@etl.go.jp>
8244
48e3df76
KH
8245 * international/quail.el (quail-start-translation): Don't change
8246 modified-p of the current buffer.
8247 (quail-start-conversion): Likewise.
8248
8249 * international/kkc.el (kkc-region): Don't change modified-p of
8250 the current buffer.
8251
747d90ea
KH
8252 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
8253 conform to RFC1468.
8254 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 8255
17a223ff
EL
82562000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
8257
8258 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
8259 (speedbar-insert-button): Invisible text property fix.
8260 (speedbar-directory-plus): Renamed from speedbar-directory-+
8261 (speedbar-directory-minus): Renamed from speedbar-directory--
8262 (speedbar-page-plus): Renamed from speedbar-file-+
8263 (speedbar-page-minus): Renamed from speedbar-file--
8264 (speedbar-page): Renamed from speedbar-file-
8265 (speedbar-tag): Renamed from speedbar-tag-
8266 (speedbar-tag-plus): Renamed from speedbar-tag-+
8267 (speedbar-tag-minus): Renamed from speedbar-tag--
8268 (speedbar-expand-image-button-alist): Use above renames.
8269
8270 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
8271 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
8272 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
8273 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
8274 * sb-pg.xpm: Renamed from sb-file.xpm
8275 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
8276 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 8277
e6b6fc18
KH
82782000-05-24 Kenichi Handa <handa@etl.go.jp>
8279
8280 * international/quail.el (quail-show-guidance-buf): Set
8281 current-input-method of the guidance buffer to the name of the
8282 curren input method.
8283
a1a336eb
SM
82842000-05-23 Stefan Monnier <monnier@cs.yale.edu>
8285
8286 * progmodes/compile.el (compile-internal): Style typo.
8287
8288 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
8289 quote vars and functions in the docstring.
8290
8291 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
8292
8293 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
8294 Don't quote lambdas.
8295
8296 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
8297
9695b783
GM
82982000-05-23 Gerd Moellmann <gerd@gnu.org>
8299
716e3b88
GM
8300 * startup.el (command-line): Determine source file of compiled
8301 user init file differently. Warn if compiled user init file
8302 is older than its source file.
8303
9695b783 8304 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 8305
41ac433f
EZ
83062000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
8307
8308 * files.el (make-backup-file-name-1): Replace slashes with `!'
8309 rather than `|' (which is not allowed on Windows). Replace the
8310 drive letters with a string "drive_X".
8311
46600ab1
GM
83122000-05-23 Gerd Moellmann <gerd@gnu.org>
8313
8314 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
8315
8316 * files.el (interpreter-mode-alist): Add `bash2'.
8317
79a64d87
DL
83182000-05-22 Dave Love <fx@gnu.org>
8319
8320 * loadhist.el (feature-symbols, file-provides, file-requires): Use
8321 mapc.
8322 (feature-file): Avoid calling symbol-name. Doc fix.
8323 (file-set-intersect, file-dependents): Use dolist, not mapcar.
8324 (loadhist-hook-functions): Add mouse-position-function.
8325 (unload-feature): Change uses of mapcar.
8326
8327 * files.el (parse-colon-path): Doc fix.
8328 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
8329 (set-auto-mode): Use mapc.
8330
8331 * complete.el (PC-look-for-include-file): Use :alnum: character
8332 class.
8333 (partial-completion-mode): Add autoload cookie.
8334
0e8c11d8
SS
83352000-05-22 Sam Steingold <sds@gnu.org>
8336
ce75fd23 8337 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
8338 `add-text-properties' (bug introduced on 2000-05-18).
8339
d8d0fa6c
DL
83402000-05-22 Dave Love <fx@gnu.org>
8341
8342 * bindings.el: Remove debug-ignored-errors set in other files.
8343
8344 * progmodes/etags.el: Add to debug-ignored-errors.
8345 (visit-tags-table-buffer): Clear out buffers holding old tables
8346 when making a new list.
8347 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
8348 mapc.
8349
8350 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
8351 quote keywords.
8352 (cmpl-string-case-type): Use character classes.
8353
0e8c11d8
SS
8354 * comint.el:
8355 * textmodes/ispell.el:
8356 * imenu.el:
d8d0fa6c
DL
8357 * mail/mh-e.el:
8358 * progmodes/compile.el: Add to debug-ignored-errors.
8359
8360 * dabbrev.el: Add to debug-ignored-errors.
8361 (dabbrev-completion): Use mapc.
8362
1edbbf8a
EZ
83632000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
8364
8365 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
8366 (woman-mapcan, woman-parse-man.conf)
8367 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
8368 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
8369 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
8370 path syntax better.
8371 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
8372 (woman-manpath): Call woman-parse-man.conf.
8373 (woman-emulation): New defcustom, defaults to nroff.
8374 (woman-font-support): New defconst.
8375 (woman-use-symbol-font): New defcustom.
8376 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
8377 "Emulation".
8378 Many functions: Doc fix.
8379
5bd2148c
KH
83802000-05-22 Kenichi Handa <handa@etl.go.jp>
8381
8382 * international/quail.el (quail-simple-translation-keymap): Map
8383 128..255 to quail-self-insert-command.
8384 (quail-keyboard-layout-alist): Add definition for "pc102-de".
8385
4125ec7e
SM
83862000-05-22 Stefan Monnier <monnier@cs.yale.edu>
8387
a1a336eb
SM
8388 * help.el (help-manyarg-func-alist): Typo.
8389
40aeecad
SM
8390 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
8391 intervals which makes it heaps simpler.
8392
4125ec7e
SM
8393 * newcomment.el (comment-region-internal): Go back to BEG after quoting
8394 the nested comment markers.
e4da9c1c
SM
8395
8396 * subr.el (remove-hook): Don't turn the hook's value into a list.
8397
cb7216a7
DL
83982000-05-21 Dave Love <fx@gnu.org>
8399
ac266581
DL
8400 * edmacro.el (edmacro-parse-keys): Return vector if any elements
8401 are invalid characters.
8402
cb7216a7
DL
8403 * international/mule-util.el (detect-coding-with-priority): Use
8404 mapc. Remove redundant lambda.
8405
8406 * international/mule-diag.el (list-non-iso-charset-chars)
8407 (describe-fontset): Remove redundant lambda.
8408
8409 * emulation/crisp.el (brief-mode): New alias.
8410
8411 * emacs-lisp/ring.el (ring-elements): New function.
8412
8413 * emacs-lisp/easymenu.el (easy-menu-create-menu)
8414 (easy-menu-do-add-item): Use keywordp.
8415
8416 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
8417
8418 * replace.el: Doc and error message fixes.
8419 (replace-highlight): Use facep, not internal-find-face.
8420
9b0d1d6e
SM
84212000-05-20 Stefan Monnier <monnier@cs.yale.edu>
8422
b2d2cf58
SM
8423 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
8424
ffe7dc64
SM
8425 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
8426 (log-edit-insert-changelog): Drop `:' as well.
8427
8428 * log-view.el: Fix file description.
8429 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
8430 available.
8431 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
8432 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
8433
c8c21615
SM
8434 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
8435 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
8436 Print a status message if the toggle is called interactively.
8437 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
8438 for global minor modes and use `defcustom' for them.
8439 Use add-minor-mode.
8440 (easy-mmode-define-derived-mode): Remove.
8441 (define-derived-mode): Fancier default docstring.
8442 (easy-mmode-define-navigation): Signal an error rather than (ding).
8443
9b0d1d6e
SM
8444 * newcomment.el (comment-styles): New `box-multi'.
8445 (comment-normalize-vars): Better default for comment-continue to
8446 avoid whitespace-only continuations.
8447 (comment-search-forward): Always move even in the no-syntax case.
8448 (comment-padright): Only obey N if it's only obeyed for padleft.
8449 (comment-make-extra-lines): Better handling of empty continuations.
8450 Use `=' for the filler if comment-start has only one character.
8451 (uncomment-region): Try handling the special `=' filler.
8452 (comment-region): Allow LINES even if MULTI is nil.
8453 (comment-box): Choose box style based on comment-style.
8454
f5ee6d0f
KH
84552000-05-20 Kenichi Handa <handa@etl.go.jp>
8456
9b0d1d6e 8457 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
8458 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
8459
c9671f81
KH
84602000-05-20 Kenichi HANDA <handa@etl.go.jp>
8461
8462 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
8463 and insert, not subst-char-in-region.
8464
8465 * international/mule-diag.el (list-character-sets-1): Handle
8466 charsets eight-bit-control and eight-bit-graphic.
8467 (list-iso-charset-chars): Likewise.
8468 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
8469 charactes as is. Use indent-to to align characters.
8470
8471 * international/mule-cmds.el (find-multibyte-characters): Never
8472 exclude charsets eight-bit-control and eight-bit-graphic.
8473
1426aa5c
SM
84742000-05-19 Stefan Monnier <monnier@cs.yale.edu>
8475
8476 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
8477 Don't quote lambdas.
8478
8479 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
8480
2b63d473
GM
84812000-05-19 Gerd Moellmann <gerd@gnu.org>
8482
8483 * gud.el (gud-jdb-directories): Doc fix.
8484
f1355756
SM
84852000-05-19 Stefan Monnier <monnier@cs.yale.edu>
8486
8487 * newcomment.el: New file.
8488
5f64c9e0
GM
84892000-05-19 Gerd Moellmann <gerd@gnu.org>
8490
2b63d473 8491 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 8492
db7314bd
AS
84932000-05-18 Andreas Schwab <schwab@suse.de>
8494
8495 * dired.el (dired-between-files): Also skip lines beginning with
8496 `used'.
8497
25bb0401
GM
84982000-05-18 Gerd Moellmann <gerd@gnu.org>
8499
8500 * msb.el (msb-menu-cond): Add choice `user'.
8501
a199a865 85022000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 8503
a199a865
GM
8504 * ps-print.el: Compatibility, customization and doc fix.
8505 (ps-printer-name-option): Replace defconst by defvar.
8506 (ps-postscript-code-directory): XEmacs compatibility.
8507 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
8508 fix.
8509 (ps-user-defined-prologue, ps-print-prologue-header)
8510 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
8511 compatibility and code fix.
8512 (ps-print-background-image, ps-print-background-text):
8513 Customization fix.
8514 (ps-line-number-start, ps-n-up-on): New vars.
8515
25bb0401
GM
85162000-05-18 Espen Skoglund <esk@ira.uka.de>
8517
8518 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
8519 the indent-comment function to just return the appropriate indent.
8520
68e6c83a
EL
85212000-05-18 Eric M. Ludlam <zappo@ultranet.com>
8522
8523 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
8524 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
8525 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
8526
dae6cb9f
DL
85272000-05-18 Dave Love <fx@gnu.org>
8528
8529 * info.el (Info-fontify-node): Add intangible property as well as
8530 invisible.
8531
8532 * calendar/appt.el (appt-make-list): Match all lines of entry.
8533 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
8534
813086ea
KH
85352000-05-18 Kenichi Handa <handa@etl.go.jp>
8536
8537 * international/mule-diag.el (describe-char-after): Call
8538 internal-char-font, not char-font. If internal-char-font returns
8539 nil, display "-- none --".
8540
24978190
EZ
85412000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8542
8543 * image.el (image-type-available-p): Don't reference image-types
8544 if it isn't bound.
8545
2fca2d5d
SM
85462000-05-17 Stefan Monnier <monnier@cs.yale.edu>
8547
8548 * autoarg.el (autoarg-mode): Typo in the :set argument.
8549
cfc75d05
EZ
85502000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8551
8552 * startup.el (command-line-1): Don't signal an error if the
8553 directory for auto-save-list files does not yet exist.
8554
c4e30387
KH
85552000-05-17 Kenichi Handa <handa@etl.go.jp>
8556
8557 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
8558
dd6b8ea7
SM
85592000-05-16 Stefan Monnier <monnier@cs.yale.edu>
8560
8561 * subr.el (remove-hook): `setq' hook-value, not `set'.
8562
399c88ad
SS
85632000-05-16 Sam Steingold <sds@gnu.org>
8564
a199a865 8565 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 8566
01651f07
DL
85672000-05-16 Dave Love <fx@gnu.org>
8568
8569 * cus-edit.el: Don't require cl or easymenu.
8570 (custom-variable-prompt): Test standard-value property, not
8571 user-variable-p.
8572
2248c40d
SS
85732000-05-16 Sam Steingold <sds@gnu.org>
8574
8575 * subr.el (add-hook): `setq' hook-value, not `set'.
8576
b15f3b77
GM
85772000-05-16 Gerd Moellmann <gerd@gnu.org>
8578
8579 * startup.el (command-line-1): Mention the FAQ in the startup
8580 message.
8581
8582 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
8583
8584 * progmodes/compile.el (compilation-parse-errors): Collect
8585 `nomessage' regexps last.
8586
8587 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
8588
8589 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
8590 to the function name.
8591
f9bbcfac
EL
85922000-05-15 Dave Love <fx@gnu.org>
8593
8594 * speedbar.el (speedbar-recenter): Typo.
8595 (speedbar-expand-line): Make arg optional.
8596 (speedbar-mode): Avoid a compiler warning.
8597
119b42eb
GM
85982000-05-15 Gerd Moellmann <gerd@gnu.org>
8599
8600 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
8601 user-specified option string is empty.
8602
8603 * mouse.el (mouse-yank-at-click): Doc fix.
8604
f685bea9
EZ
86052000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
8606
8607 * term/internal.el (IT-character-translations): More updates of
8608 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
8609 documents.
8610
a1b8d58b
GM
86112000-05-15 Gerd Moellmann <gerd@gnu.org>
8612
8613 * env.el (getenv): New function, interactively callable.
8614 (setenv, getenv): Remove autoload cookies.
8615
8616 * loadup.el: Load `env'.
8617
8618 * progmodes/f90.el: Change author's mail address.
8619
c9bba7ed
DL
86202000-05-14 Dave Love <fx@gnu.org>
8621
e5c83697
DL
8622 * mail/rmail.el (rmail-show-message-hook): Customize and offer
8623 goto-addr as an option.
8624
8625 * help.el (help-xref-stack): Doc fix.
8626 (help-xref-following): New variable.
8627 (help-make-xrefs): Use it.
8628 (help-xref-go-back): Use position information from stack element.
8629 (help-follow): Make position in stack element a pair. Use
8630 help-xref-following.
399c88ad 8631
e5c83697
DL
8632 * autoarg.el: New file.
8633
8634 * faces.el: Declare more functions obsolete.
8635
c9bba7ed
DL
8636 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
8637 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
8638 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
8639 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
8640 Remove all the setup-...-environment functions.
8641
b6389bfb
EL
86422000-05-13 Eric M. Ludlam <zappo@ultranet.com>
8643
a1b8d58b
GM
8644 * speedbar.el: Updated the commentary section. xemacs20p now uses
8645 >= when detecting. Require `defimage' safely.
b6389bfb
EL
8646 (speedbar-easymenu-definition-base): Add toggle for images.
8647 (speedbar-easymenu-definition-special): Add flush cache & expand.
8648 (speedbar-visiting-tag-hook): Set new defaults. Added options.
8649 (speedbar-reconfigure-keymaps-hook): New variable.
8650 (speedbar-frame-parameters): Updated documentation.
8651 (speedbar-use-imenu-flag): Updated custom tag
8652 (speedbar-dynamic-tags-function-list): New variable.
8653 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
8654 (speedbar-indentation-width, speedbar-indentation-width) New
8655 variables.
8656 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
8657 (speedbar-vc-indicator): Doc update.
8658 (speedbar-ignored-path-expressions): Updated default value.
8659 (speedbar-supported-extension-expressions): Updated default value.
8660 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
8661 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
8662 as "+". Added overlay aliases.
8663 (speedbar-mode): Use `speedbar-mode-line-update' instead of
8664 `force-mode-line-update'.
8665 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
8666 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
8667 `mouse-set-point'
b6389bfb 8668 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
8669 (speedbar-item-info-tag-helper): Revamped to handle a wider range
8670 of arbitrary text, and new helper functions.
8671 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
8672 filename finder.
b6389bfb
EL
8673 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
8674 (speedbar-directory-buttons): Update path search/expansion.
8675 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
8676 `speedbar-indentation-width'. Use more care w/ invisible
8677 properties.
b6389bfb
EL
8678 (speedbar-change-expand-button-char): Call
8679 `speedbar-insert-image-button-maybe'.
8680 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
8681 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
8682 (speedbar-trim-words-tag-hierarchy)
8683 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 8684 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
8685 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
8686 functions.
b6389bfb
EL
8687 (speedbar-mouse-set-point): New function
8688 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
8689 (speedbar-line-token, speedbar-goto-this-file): Handle more types
8690 of tag prefix text.
8691 (speedbar-expand-line, speedbar-contract-line): Make more robust
8692 to strange text.
8693 (speedbar-expand-line): Takes universal argument to flush the
8694 cache.
b6389bfb
EL
8695 (speedbar-flush-expand-line): New function.
8696 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
8697 Use new generator insertion method.
8698 (speedbar-fetch-dynamic-tags): New function.
8699 (speedbar-fetch-dynamic-imenu): Removed code now handled in
8700 `speedbar-fetch-dynamic-imenu'.
8701 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
8702 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
8703 "Revert Buffer" menu items.
8704 (speedbar-buffer-buttons-engine): Be smarter when creating a
8705 filename tag (for expansion purposes.).
a1b8d58b
GM
8706 (speedbar-highlight-one-tag-line,
8707 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
8708 (speedbar-recenter): New functions.
b6389bfb 8709 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
8710 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
8711 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
8712 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
8713 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
8714 (speedbar-expand-image-button-alist): New variable.
8715 (speedbar-insert-image-button-maybe): Insert an image over some
8716 buttons.
8717
43fe9244
KH
87182000-05-13 Kenichi Handa <handa@etl.go.jp>
8719
8720 * international/mule-cmds.el (encode-coding-char): An ASCII
8721 character is always encodable.
8722
8723 * international/mule-conf.el: Add more information in descriptions
8724 of character sets.
8725
813086ea 8726 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
8727 (describe-font-internal): Adjusted for the change of font-info.
8728 (describe-font): Likewise.
8729 (print-fontset): Rewritten for the new fontset implementation.
8730 (describe-fontset): Include fontset alias names in completion.
8731 (list-fontsets): Adjusted for the change of print-fontset.
8732
8733 * simple.el (what-cursor-position): If DETAIL is non-nil, call
8734 describe-char-after instead of displaying the detail in the echo
8735 area.
813086ea
KH
8736 (syntax-code-table): Format changed.
8737 (string-to-syntax): Adjusted for the above change.
0e8c11d8 8738
e8564f57
SM
87392000-05-12 Stefan Monnier <monnier@cs.yale.edu>
8740
8741 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
8742
9278c60d
DL
87432000-05-12 Dave Love <fx@gnu.org>
8744
8745 * calendar/todo-mode.el: Remove some compatibility stuff and CL
8746 dependence. Use line-{beginning,end}-position, not
8747 point-at{b,e}ol. Some doc fixes.
8748 (todo-position): New function. Fix callers of position to use it.
8749 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
8750
be0505fe
GM
87512000-05-12 Gerd Moellmann <gerd@gnu.org>
8752
8753 * time.el (display-time-mail-icon): Use `:ascent center'.
8754
a8a3541c
GM
8755 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
8756 handling FTP security extensions.
399c88ad 8757
44d5f148
DL
87582000-05-11 Dave Love <fx@gnu.org>
8759
33d0c179 8760 * calendar/todo-mode.el: New file.
44d5f148 8761
da4496b6
GM
87622000-05-11 Gerd Moellmann <gerd@gnu.org>
8763
cdc4401d
GM
8764 * comint.el (comint-read-input-ring): Move reference to
8765 comint-input-ring-size outside of the save-excursion. It was
8766 causing the default value to be the only one ever seen.
399c88ad 8767
0279f991
GM
8768 * font-lock.el: Update copyright. Remove Simon Marshall's email
8769 address on request from him.
8770
da4496b6
GM
8771 * subr.el (substitute-key-definition): Add comment describing
8772 the meaning of PREFIX.
8773
ac5cb26d
SM
87742000-05-10 Stefan Monnier <monnier@cs.yale.edu>
8775
8776 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
8777
8778 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
8779 (add-minor-mode): Don't make the variable buffer-local and add a
8780 reference to define-minor-mode in the docstring.
8781
8782 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
8783 HEADER/FOOTER and fix bug with trailing empty directory.
8784 (cvs-append-to-ignore): Use vc-editable-p if available.
8785 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
8786 (vc-do-command): Tweak advice to handle the new VC.
8787
8788 * log-view.el (log-view-goto-rev): New function for the new VC.
8789 (log-view-minor-wrap): Use mark-active.
8790
8791 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
8792 (log-edit-changelog-full-paragraphs): New var.
8793 (log-edit-insert-changelog): Remove a lonely leading `* file'.
8794 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
8795 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
8796 (log-edit-changelog-ours-p, log-edit-changelog-entries)
8797 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
8798 Replace the `cvs' prefix with `log-edit'.
8799
8800 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
8801
8802 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
8803 (diff-font-lock-defaults): Explicitly turn off multiline.
8804 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
8805 (diff-ediff-patch): Fix call to ediff-patch-file.
8806 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
8807 Handle comments.
8808
8809 * frame.el (automatic-hscrolling): Typo.
8810
8811 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
8812
21c34da3
DL
88132000-05-09 Sam Steingold <sds@goems.com>
8814
8815 * apropos.el (apropos-print): use `describe-face' instead of
8816 `customize-face-other-window'.
8817
950cf06f
DL
88182000-05-09 Dave Love <fx@gnu.org>
8819
8820 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
8821
8822 * help.el (describe-variable): Have customize button pop the
8823 help-xref stack when invoked.
8824 (help-xref-symbol-regexp): Add `face'.
8825 (help-make-xrefs): Check for quoted face names and adapt regexp
8826 submatch numbers to cope.
8827 (help-xref-interned): Maybe insert face doc too. Separate
8828 sections with a line of hyphens.
8829
0623e40f 8830 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
8831 (describe-face): Add customize button. Return the help
8832 text. Fix prompt.
8833
82e2ca9d
EZ
88342000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
8835
8836 * term/internal.el (IT-character-translations): Fix last change.
8837
10c00b5c
EZ
88382000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8839
8840 * woman.el: New file
8841 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
8842
9deed82f
EZ
88432000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8844
001ad319
EZ
8845 * term/internal.el (IT-character-translations): Update ASCII
8846 simulations for greek-iso8859-7, add latin-iso8859-14 and
8847 latin-iso8859-15.
8848
9deed82f
EZ
8849 * international/mule-cmds.el (set-language-info-alist): Call
8850 define-prefix-command with 3 arguments, to make the map suitable
8851 for a menu.
8852
4f37b78a
DL
88532000-05-07 Dave Love <fx@gnu.org>
8854
1ec321a7 8855 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 8856
64a4c526
DL
88572000-05-05 Dave Love <fx@gnu.org>
8858
8859 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
8860 list in doc string. Don't quote keyword symbols.
8861 * emacs-lisp/cl.el: Likewise
8862 * emacs-lisp/cl-seq.el: Likewise
8863
056565f7
GM
88642000-05-05 Gerd Moellmann <gerd@gnu.org>
8865
8866 * abbrev.el (abbrev-mode): Make ARG optional.
8867
4656b314
GM
88682000-05-04 Gerd Moellmann <gerd@gnu.org>
8869
ec82fb2f
GM
8870 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
8871
8872 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
8873
4656b314
GM
8874 * subr.el (substitute-key-definition): Clarify documentation.
8875
88762000-05-04 Milan Zamazal <pdm@freesoft.cz>
8877
8878 * glasses.el (glasses-convert-to-unreadable): Use
8879 `glasses-separator' instead of the hard-wired "_".
8880 (glasses-mode): Call `glasses-make-unreadable' only in a single
8881 place.
8882
7b081c78
EZ
88832000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
8884
8885 * term/internal.el (cjk-codepages-alist): Add associations for
8886 Chinese and Korean codepages. Remove FIXME comment.
8887
baa5536e
DL
88882000-05-03 Dave Love <fx@gnu.org>
8889
8890 * time.el (display-time-mail-face, display-time-use-mail-icon):
8891 New option.
8892 (display-time-mail-icon): New variable.
8893 (display-time-string-forms): Use the above. Fix the local-map.
8894
cbf18892
GM
88952000-05-03 Gerd Moellmann <gerd@gnu.org>
8896
4ff40dd0
GM
8897 * replace.el (query-replace-map): Add binding for `E'.
8898 (query-replace-help): Extend help text.
8899 (perform-replace): Allow editing the replacement string.
8900
8901 * make-mode.el (makefile-mode-abbrev-table): New variable.
8902 (makefile-mode): Set local abbrev table to
8903 makefile-mode-abbrev-table.
8904 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 8905
cbf18892
GM
8906 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
8907 set TOGGLE's value.
8908
4ff40dd0
GM
8909 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
8910 mail-interactive-insert-alias.
8911 (mail-abbrev-complete-alias): New command.
8912 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 8913
ffec4d9f
KH
89142000-05-03 Kenichi Handa <handa@etl.go.jp>
8915
8916 * language/lao-util.el (lao-compose-region): New function.
8917
1b0672c3
GM
89182000-05-02 Gerd Moellmann <gerd@gnu.org>
8919
576da55d
GM
8920 * files.el (recover-session): Make directories as necessary
8921 if they don't exist yet.
8922
399c88ad
SS
8923 * calendar/cal-french.el
8924 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
8925 (french-calendar-special-days-array): Change French text.
8926 (calendar-french-date-string): Change output.
8927 (calendar-goto-french-date): Likewise.
8928
89292000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
8930
8931 * wid-edit.el (widget-default-active): Obey `:always-active'.
8932 (widget-documentation-string-value-create): Set `:always-active'.
8933
4b33deaa
EZ
89342000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
8935
8936 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
8937 default prefix to `~/_emacs.d/auto-save.list/_s'.
8938 (normal-top-level): Create the directory for auto-save files, if
8939 it doesn't already exist (in the ms-dos case only).
8940
5c922ea7
EZ
89412000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
8942
8943 * international/mule-cmds.el (set-language-environment): Don't
8944 concat an integer (dos-codepage), use format instead.
8945
820ad5e7
DL
89462000-05-02 Dave Love <fx@gnu.org>
8947
8948 * help.el (help-xref-on-pp): Check for constant symbols.
8949
57cb56f5
GM
89502000-04-29 Gerd Moellmann <gerd@gnu.org>
8951
8952 * startup.el (normal-top-level): Put a condition-case around
8953 the code loading subdirs.el.
8954
89552000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 8956
57cb56f5
GM
8957 * ps-print.el: Upside-down and face background color printing,
8958 line number step, doc fix.
8959 (ps-print-version): New version number (5.2).
8960 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
8961 (ps-face-attribute-list, ps-plot-with-face): Code fix.
8962 (ps-spool-config): Var fix.
8963 (ps-printer-name-option): Const fix.
8964 (ps-print-upside-down, ps-use-face-background)
8965 (ps-line-number-step): New vars.
8966 (ps-window-system, ps-lp-system): New consts.
8967 (ps-face-background): New fun.
8968
084cec2f
GM
89692000-04-28 Richard Stallman <rms@gnu.org>
8970
8971 * files.el (make-auto-save-file-name):
8972 Apply auto-save-file-name-transforms to visited file name
8973 before generating auto save file name.
8974 (auto-save-file-name-transforms): New variable.
8975
399c88ad 8976 * files.el (backup-enable-predicate):
084cec2f
GM
8977 Correctly test for a file under a temporary directory.
8978
c94f4677
GM
89792000-04-28 Gerd Moellmann <gerd@gnu.org>
8980
8981 * subr.el (add-minor-mode): Rewritten.
8982
7b211df5
KH
89832000-04-28 Kenichi Handa <handa@etl.go.jp>
8984
8985 * mail/sendmail.el (sendmail-send-it): Set
8986 buffer-file-coding-system to the selected coding system for MIME
8987 header.
8988
c76e04a8 89892000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 8990
c76e04a8
GM
8991 * dired.el (dired-move-to-filename-regexp): Allow format where
8992 YYYY is followed by two spaces.
e3e36d74 8993
c76e04a8
GM
8994 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
8995 in the second character class of the regexp.
8996
8997 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
8998 mh-etc, too.
353964e3 8999
c76e04a8
GM
9000 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
9001 nil.
399c88ad 9002
353964e3
GM
9003 * subr.el (add-minor-mode): Use `set' instead of `setq'.
9004
9005 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
9006 argument.
9007
c76e04a8 90082000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 9009
c76e04a8
GM
9010 * emacs-lisp/crm.el (crm-completion-table): New variable.
9011 (crm-collection-fn, crm-test-completion)
9012 (completing-read-multiple): Use it.
9013
90142000-04-27 Dave Love <fx@gnu.org>
9015
9016 * help.el (locate-library): Use mapc.
9017 (help-manyarg-func-alist): Add call-process-region.
9018
7464346d
GM
90192000-04-26 Gerd Moellmann <gerd@gnu.org>
9020
b35bd33d
GM
9021 * subr.el (add-minor-mode): Make argument MAP optional.
9022
7464346d
GM
9023 * desktop.el (desktop-save): Save list of minor modes.
9024 (desktop-create-buffer): Restore minor modes.
9025 (desktop-minor-mode-table): New user-option.
9026
9027 * subr.el (add-minor-mode): New function.
9028
9029 * image.el (find-image): New function.
9030 (defimage): Rewritten to find image at load time.
9031
9032 * startup.el (normal-top-level-add-to-load-path): Handle
9033 case that the default directory is not in load-path.
9034
9035 * help.el: Old patch from Stefan Monnier.
9036 (help-xref-on-pp): New function.
9037 (describe-variable): Use it to display xrefs in a symbol's value.
9038
23c0fb21
SM
90392000-04-26 Stefan Monnier <monnier@cs.yale.edu>
9040
9041 * cus-edit.el (custom-face): Fix parenthesis.
9042
fad95037
KH
90432000-04-26 Kenichi Handa <handa@etl.go.jp>
9044
f03392a1
KH
9045 * mail/rmail.el (rmail-expunge): When there are no deleted
9046 messages, do nothing.
fad95037 9047
0d7c5bb9
DL
90482000-04-26 Dave Love <fx@gnu.org>
9049
9050 * international/mule-cmds.el (locale-translation-file-name):
9051 Defvar to nil.
9052 (set-locale-environment): Set it here (at runtime).
9053
612839b6
GM
90542000-04-25 Gerd Moellmann <gerd@gnu.org>
9055
9056 * replace.el (perform-replace): Add parameters START and END. Use
9057 them instead of the check for a region in Transient Mark mode.
9058 (query-replace-read-args): Return two more list elements for the
9059 start and end of the region in Transient Mark mode.
9060 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9061 (map-query-replace-regexp, replace-string, replace-regexp): Add
9062 optional last arguments START and END and pass them to
9063 perform-replace.
9064
9065 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
9066 form with additional arguments for perform-replace.
9067
9068 * progmodes/etags.el (tags-query-replace): Add parameters START
9069 and END. Construct a form with additional arguments for
9070 perform-replace.
9071
9072 * simple.el (shell-command): Set default directory for "*Shell
9073 Command Output" buffer.
9074
9075 * language/european.el (iso-latin-4): Fix typo.
9076
9077 * emacs-lisp/crm.el: New file.
9078
2917cc05
DL
90792000-04-24 Dave Love <fx@gnu.org>
9080
9081 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9082 (Custom-reset-saved, Custom-reset-standard)
9083 (custom-group-value-create, custom-group-set, custom-group-save)
9084 (custom-group-reset-current, custom-group-reset-saved)
9085 (custom-group-reset-standard): Use mapc.
9086 (custom-buffer-create-internal): Disable undo when creating items.
9087 Use mapc.
9088 (custom-face): Avoid redundant lambda.
9089
abfcc168
GM
90902000-04-24 Gerd Moellmann <gerd@gnu.org>
9091
9092 * startup.el (auto-save-list-file-prefix): Set default to
9093 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
9094
fa78f71b
SS
90952000-04-24 Sam Steingold <sds@gnu.org>
9096
9097 * time-stamp.el (time-stamp-string-preprocess): Always convert
9098 `field-result' to a string.
9099
cc181e95
GM
91002000-04-24 Gerd Moellmann <gerd@gnu.org>
9101
9102 * frame.el (scrolling): New group.
9103 (automatic-hscrolling): New user-option.
9104
9105 * startup.el (command-line-x-option-alist): Add `-lsp' and
9106 `--line-spacing'.
9107
6142fdcb
DL
91082000-04-19 Dave Love <fx@gnu.org>
9109
9110 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
9111 (cl-mapc): Rename from mapc. Fix the funcall.
9112
5e3dac3f
GM
91132000-04-19 Gerd Moellmann <gerd@gnu.org>
9114
1c459486
GM
9115 * simple.el (clone-indirect-buffer-other-window): New command.
9116 (clone-indirect-buffer): Add optional arg NORECROD.
9117 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
9118
271b4185
GM
9119 * help.el (resize-temp-buffer-window): Use count-screen-lines.
9120
9121 * window.el (count-screen-lines): New function.
9122 (shrink-window-if-larger-than-buffer): Use count-screen-lines
9123 instead of window-buffer-height.
9124
9125 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
9126 non-existing variable comint-input-sentinel.
9127 (inferior-lisp-args-to-list): Removed.
9128 (inferior-lisp): Use split-string instead of
9129 inferior-lisp-args-to-list.
9130
9131 * hexl.el (hexl-insert-hex-string): New command.
9132
5e3dac3f
GM
9133 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
9134 instead of concat.
9135
f6d3257b
GM
91362000-04-18 Gerd Moellmann <gerd@gnu.org>
9137
9138 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
9139 at the start of an existing but empty folder.
9140
91412000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9142
9143 * ps-mule.el: Customization fix, doc fix.
9144 (ps-multibyte-buffer): Customization fix.
9145
8b7bc628 91462000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
9147
9148 * subr.el (read-passwd): Use read-char-exclusive.
9149
0daee095
GM
91502000-04-17 Gerd Moellmann <gerd@gnu.org>
9151
9152 * textmodes/texinfo.el (texinfo-insert-@email)
9153 (texinfo-insert-@emph, texinfo-insert-@quotation)
9154 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
9155 (texinfo-mode-map): Add key bindings for them.
9156
9157 * files.el (basic-save-buffer-2): Use a template with `$'
9158 instead of `#' for VMS.
9159
9160 * simple.el (clone-indirect-buffer): New function.
9161
e10f64e7
GM
91622000-04-16 Stephen Eglen <stephen@gnu.org>
9163
9164 * iswitchb.el (iswitchb-case): New function. If the user input
9165 contains any upper-case characters, the search is made
9166 case-sensitive.
9167
e3721db1
SM
91682000-04-17 Stefan Monnier <monnier@cs.yale.edu>
9169
e10f64e7
GM
9170 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
9171 comment-end.
e3721db1
SM
9172 (texinfo-font-lock-syntactic-keywords): New var.
9173 (texinfo-font-lock-keywords): Remove comment regexp.
9174 (texinfo-insert-block): New function.
9175 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
9176 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
9177 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 9178 (texinfo-environments): New var.
e10f64e7
GM
9179 (texinfo-environment-regexp): Use regexp-opt and
9180 texinfo-environments.
e3721db1 9181
e10f64e7
GM
9182 * textmodes/ispell.el (ispell-menu-map-needed): Check that
9183 ispell-process is bound since this might be eval'd before ispell
9184 is loaded.
9185 (ispell-message): Use a tiny bit less magic and a bit more hard
9186 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
9187
9188 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
9189
9190 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
9191 (insert-cyclic-diary-entry): Unquote the lambda.
9192
9193 * gud.el (gud-jdb-build-source-files-list): Fix typo.
9194
9195 * files.el (backup-enable-predicate): Unquote the lambda.
9196
9197 * cus-edit.el (custom-face, face): Unquote the lambda.
9198
712dc9e0
GM
91992000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9200
9201 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 9202
712dc9e0
GM
9203 * ps-print.el: Fix counting lines in a region.
9204 (ps-print-version): New version number (5.1.5).
9205 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
9206 (ps-printing-region): Fun code fix.
9207
ffc50f2a
GM
92082000-04-15 Gerd Moellmann <gerd@gnu.org>
9209
9210 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
9211 to file-directory-p.
9212
a2522dca
GM
92132000-04-14 Gerd Moellmann <gerd@gnu.org>
9214
9215 * gud.el (gud-jdb-build-source-files-list): Check that directory
9216 exists before calling directory-files.
9217
6e883610
DL
92182000-04-13 Dave Love <fx@gnu.org>
9219
9220 * emacs-lisp/trace.el: Change maintainer. Use new backquote
9221 syntax.
9222
9223 * emacs-lisp/cl-specs.el: Remove when, unless.
9224
9225 * emacs-lisp/cl-extra.el: Don't quote keywords.
9226 (cl-old-mapc): New variable.
9227 (mapc): Use it.
9228 (cl-map-intervals): Use with-current-buffer. Don't check for
9229 next-property-change.
9230 (cl-map-overlays): Use with-current-buffer.
9231 (cl-expt): Remove.
9232 (copy-tree, remprop): Define unconditionally.
9233
9234 * emacs-lisp/cl-compat.el (keywordp): Remove.
9235
9236 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
9237 to use keywordp.
9238 (edebug-spec): Enable keywordp.
9239
9240 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
9241 string-lessp.
9242
9243 * cus-start.el: Use keywordp.
9244
198e3c7a
GM
92452000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9246
9247 * diary-lib.el (include-other-diary-files): Fix the fix of
9248 2000-02-18 by doing a save-excursion.
9249
92502000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9251
9252 * ps-print.el: Customization fix, doc fix.
9253 (ps-print-version): New version number (5.1.4).
9254 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
9255 (ps-print-preprint): Adjust code.
9256 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
9257 (ps-print-prologue-header, ps-print-control-characters)
9258 (ps-spool-config): Customization fix.
fa78f71b 9259
8eba343c
EZ
92602000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
9261
9262 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
9263 converted to the new menu-item format, names silightly changed,
9264 help strings added.
9265
9266 Support for spelling without async subprocesses:
9267
9268 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
9269 (ispell-session-buffer): New variables.
9270 (ispell-start-process, ispell-process-status,
9271 ispell-accept-output, ispell-send-string): New functions, for
9272 Ispell invocation when async subprocesses aren't supported.
9273 (ispell-word, ispell-pdict-save, ispell-command-loop,
9274 ispell-process-line, ispell-buffer-local-parsing): Replace calls
9275 to process-send-string with calls to ispell-send-string, and
9276 accept-process-output with ispell-accept-output.
9277 (ispell-init-process): Call ispell-process-status instead of
9278 process-status with.
9279 (ispell-init-process): Call ispell-start-process. Call
9280 ispell-accept-output and ispell-send-string. Don't call
9281 process-kill-without-query and kill-process if they are unbound.
9282 (ispell-async-processp): New function.
9283
3d30065d
DL
92842000-04-12 Dave Love <fx@gnu.org>
9285
9286 * info.el: Add debug-ignored-errors.
9287 (Info-mode-menu): Add some items.
9288 (Info-directory): Add autoload cookie.
9289
9290 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
9291 Modify `truncate-lines'. Make `describe-language-environment'
9292 always visible and add help. Modify `describe-key' help. Invoke
9293 Info-directory from `info'. New entry `emacs-manual'.
9294
1a1b1895
GM
92952000-04-10 Gerd Moellmann <gerd@gnu.org>
9296
8b2affc5
GM
9297 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
9298 propertized-buffer-identification.
9299 (ebrowse-update-member-buffer-mode-line): Likewise.
9300 (ebrowse--mode-strings): Removed.
9301 (ebrowse--mode-line-props): Removed.
9302
1a1b1895
GM
9303 * files.el (auto-mode-alist): Add `EBROWSE'.
9304
9305 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
9306 space before testing for end of buffer.
9307 (ebrowse-load): Removed.
9308 (ebrowse-revert-tree-buffer-from-file): Rewritten.
9309 (ebrowse-create-tree-buffer): Rewritten.
9310 (ebrowse-tree-mode): Read tree from buffer.
9311
9312 * progmodes/ebrowse-ffh.el: Removed.
9313
223f3c91
KH
93142000-04-10 Kenichi Handa <handa@etl.go.jp>
9315
9316 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
9317
25fbf2c4
GM
93182000-04-10 Gerd Moellmann <gerd@gnu.org>
9319
9320 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
9321 at the wrong place.
9322
92c13173
DL
93232000-04-09 Dave Love <fx@gnu.org>
9324
9325 * files.el (backup-enable-predicate): Use
9326 temporary-file-directory, small-temporary-file-directory.
9327 (make-backup-file-name-function, backup-directory-alist): New
9328 variables.
9329 (make-backup-file-name-1): New function.
9330 (make-backup-file-name): Use it.
9331 (find-backup-file-name): Likewise. Use format for clarity, not
9332 concat.
9333 (file-newest-backup): Use make-backup-file-name.
9334
be0dbdab
GM
93352000-04-09 Gerd Moellmann <gerd@gnu.org>
9336
c45be9ac 9337 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 9338
c45be9ac
GM
9339 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
9340 to ebrowse-ffh.el.
9341 (ebrowse-load): Add autoload.
9342
9343 * finder.el (finder-commentary): Add autoload cookie.
9344
be0dbdab
GM
9345 * mail/rfc2368.el: Correct author's email address.
9346
9347 * progmodes/ebrowse.el: New file.
9348
9349 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
9350 item help string.
9351 (easy-menu-do-add-item): Ditto.
9352 (easy-menu-define): Extend doc string.
9353
9354 * jit-lock.el (with-buffer-unmodified): Use
9355 restore-buffer-modified-p.
9356 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
9357 (jit-lock-function, jit-lock-stealth-fontify): Don't use
9358 with-buffer-unmodified.
9359
3f923efe
DL
93602000-04-08 Dave Love <fx@gnu.org>
9361
9362 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
9363 unless, when.
9364
d35bee0e
MK
93652000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
9366
9367 * viper-util.el (viper-put-on-search-overlay): New subroutine.
9368 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 9369 doesn't support face.
d35bee0e 9370 Use `viper-put-on-search-overlay'.
fa78f71b 9371
c407c570
GM
93722000-04-04 Gerd Moellmann <gerd@gnu.org>
9373
9374 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
9375 like C-r.
9376
9377 * progmodes/make-mode.el: Some doc fixes.
9378 (makefile-mode-abbrev-table): New variable.
9379 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
9380 (makefile-font-lock-keywords): Fontify includes and conditionals.
9381 (toplevel): Require `dabbrev' and `add-log' when compiling.
9382
9383 * replace.el (perform-replace): Don't move forward one char
9384 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
9385 to do that because it leaves point 1 position after the last
9386 replacement, after everything has been replaced.
9387
9388 * jit-lock.el (with-buffer-unmodified): New macro.
9389 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
9390 modified state.
9391 (jit-lock-function-1): Extracted from jit-lock-function; not
9392 preserving buffer's modified state.
9393 (jit-lock-function, jit-lock-stealth-fontify): Call
9394 jit-lock-function-1.
9395
9396 * mail/rfc2368.el: Remove supernumerary copyright line.
9397
685e5ed2
GM
93982000-04-04 Milan Zamazal <pdm@freesoft.cz>
9399
9400 * glasses.el: Provide facilities for inserting space before left
9401 parentheses and uncapitalization of identifiers.
9402 (glasses-mode): Try to remove old overlays in all cases.
9403
0166aed1
GM
94042000-04-03 Gerd Moellmann <gerd@gnu.org>
9405
62f20204
GM
9406 * progmodes/compile.el (compile-internal): Display the compilation
9407 buffer in a different frame, if it's already displayed there.
9408
6460c400
GM
9409 * mail/rfc2368.el: New file.
9410
c0510d27
GM
9411 * simple.el (sendmail-user-agent-compose): Recognize a `body'
9412 header and insert its value as mail body.
9413
9414 * subr.el (member-ignore-case): New function.
9415
9416 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
9417 (dabbrev--find-expansion): Ignore buffers matching a regexp
9418 from dabbrev-ignored-regexps.
9419
0166aed1
GM
9420 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
9421 to extensions handled by gzip.
9422
c0510d27
GM
94232000-04-03 Richard M. Stallman <rms@gnu.org>
9424
9425 * files.el (insert-directory): List the total free space
9426 along with the used space.
fa78f71b 9427
c0510d27
GM
9428 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
9429 line is followed by one that matches CITATION-REGEXP, end the
9430 paragraph.
9431
94322000-04-03 Markus Rost <rost@delysid.gnu.org>
9433
9434 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
9435 (rmail-make-basic-summary-line): Use that option.
fa78f71b 9436
14c04384
KH
94372000-04-03 Kenichi Handa <handa@etl.go.jp>
9438
9439 * international/mule-cmds.el (encoded-string-description):
9440 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
9441 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
9442 for hexadecimal format.
14c04384 9443
ccf5869a
DL
94442000-04-01 Dave Love <fx@gnu.org>
9445
9446 * cpp.el: Change customization group to `c' from `C'.
9447
9448 * vcursor.el (vcursor-move): Use display-color-p.
9449
9450 * international/mule-util.el: Provide mule-utils.
9451 (string-to-sequence): Simplify and speed up.
9452
9453 * international/mule.el (make-coding-system): Purecopy doc-string.
9454
9455 * international/mule-cmds.el: Various menu changes.
9456 (describe-specified-language-support): Handle `Default'.
9457 (set-language-info): Purecopy `info'.
9458
610d841e
GM
94592000-03-31 Andrew Innes <andrewi@gnu.org>
9460
9461 * vc.el (vc-backend-diff): Return the correct status if we had to
9462 retry the rcsdiff command without the --brief option.
fa78f71b 9463
7f9de034
DL
94642000-03-31 Dave Love <fx@gnu.org>
9465
2de47765
DL
9466 * help.el (help-manyarg-func-alist): Correct several omissions.
9467
72838819
DL
9468 * add-log.el: Don't require cl, fortran.
9469 (add-log-current-defun-function): Doc fix.
9470 (change-log-version-number-regexp-list): Remove SCCS part. Doc
9471 fix.
9472 (change-log-version-rcs): Function deleted.
9473 (change-log-version-number-search): Doc fix. Use
9474 vc-workfile-version. Avoid CL dolist.
9475 (add-change-log-entry): Just call add-log-current-defun to get
9476 defun. Simplify somewhat.
9477 (change-log-get-method-definition-1): Likewise.
9478 (add-log-current-defun): Return nil if calling
9479 add-log-current-defun-function does so. Move Fortran stuff to
9480 fortran.el. Return string without properties.
9481
7f9de034
DL
9482 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
9483 and :alpha: char classes.
9484
9485 * mail/supercite.el: Defvar curline when compiling.
9486 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
9487 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
9488 rather than a-zA-Z0-9 to allow non-ASCII characters.
9489
aa110c0c
GM
94902000-03-31 Gerd Moellmann <gerd@gnu.org>
9491
9492 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
9493
9494 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9495 Re-enable new code.
9496
9497 * lpr.el (print-region-1): Use -d to specify printer name for
9498 systems `usg-unix-v*, `dgux', `hpux', `irix'.
9499
95002000-03-31 Dave Love <fx@gnu.org>
fa78f71b 9501
aa110c0c
GM
9502 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
9503 for function definition in symbol's function value slot first
9504 instead of first consulting byte-compile-function-environment.
fa78f71b 9505
6733d074
KH
95062000-03-31 Kenichi Handa <handa@etl.go.jp>
9507
9508 * language/european.el ("Polish"): New language environment.
9509 (setup-polish-environment): New function.
9510
63fcfa04
GM
95112000-03-30 Gerd Moellmann <gerd@gnu.org>
9512
9513 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9514 Disable new code.
9515
9516 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
9517 trying to `load' the symbol of an autoload instead of the file
9518 recorded in the autoload. Fix error messages.
9519
7438c86b
GM
95202000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9521
9522 * ps-print.el: PostScript programming fix for ghostview, doc fix.
9523 (ps-print-version): New version number (5.1.3).
9524 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
9525 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
9526 (ps-generate-postscript-with-faces): Code fix.
9527 (ps-color-values): XEmacs compatibility.
9528 (ps-print-background-image, ps-print-background-text, ps-printer-name)
9529 (ps-default-fg, ps-default-bg): Adjust customization.
9530 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
9531 (ps-color-scale): Renaming old ps-color-value fun.
9532 (ps-print-headers): Replace ps-print-header group to avoid conflict
9533 with ps-print-header variable.
9534 (ps-print-miscellany): New group.
9535 (ps-format-color, ps-rgb-color): New funs.
9536 (ps-default-foreground): New var.
9537 (ps-printer-name-option): New const.
fa78f71b 9538
326855a0
PB
95392000-03-30 Peter Breton <pbreton@ne.mediaone.net>
9540
1f56ba73
PB
9541 * net/net-utils.el:
9542 (network-connection-host, network-connection-service): New variables
9543 (network-connection-mode): New mode, derived from comint-mode
9544 (network-connection-mode-setup): New function, saves host and
fa78f71b 9545 service information in local variables.
1f56ba73 9546
326855a0
PB
9547 * lisp/locate.el:
9548 (locate-word-at-point): Added this function
9549 (locate): Default to using locate-word-at-point as input
9550 Run dired-mode-hook
9551
141384bd
DL
95522000-03-29 Dave Love <fx@gnu.org>
9553
9554 * calendar/appt.el: Doc fixes.
9555 (appt-check): Convert min-to-app to a string before passing to
9556 appt-disp-window-function or concat.
9557 (appt-delete-window): Remove test for frame-root-window.
9558 (appt-select-lowest-window, appt-convert-time): Simplify.
9559
9560 * emacs-lisp/bytecomp.el: Doc fixes.
9561 (byte-compile-file-form-autoload): Update
9562 byte-compile-function-environment.
9563
c5aa0fc2
AS
95642000-03-29 Andreas Schwab <schwab@suse.de>
9565
9566 * emacs-lisp/autoload.el: Also print defsubst doc string
9567 specially.
9568
9569 * dired.el (dired-insert-directory): If dired-free-space-program
9570 failed just delete its output.
9571
f1d6fe69
DL
95722000-03-29 Dave Love <fx@gnu.org>
9573
9574 * international/iso-cvt.el: Move provide to end. Doc fixes.
9575 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
9576 (iso-iso2sgml, iso-sgml2iso): New functions.
9577 (iso-cvt-define-menu): Fix some entries and use backquote for
9578 clarity.
9579
9580 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
9581
b61f1215
GM
95822000-03-28 Gerd Moellmann <gerd@gnu.org>
9583
9584 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
9585 ISO-DATE. If non-nil, return date in ISO 8601 format.
9586
ea4b0ca3
SM
95872000-03-26 Stefan Monnier <monnier@cs.yale.edu>
9588
3831af62
SM
9589 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
9590 if it ever becomes used.
9591 (log-edit-mode-hook): Default to vc-log-mode-hook.
9592 (log-edit-mode): Fix the docstring.
9593
ea4b0ca3
SM
9594 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
9595 the code.
9596
08f8b1cc
DL
95972000-03-26 Dave Love <fx@gnu.org>
9598
082527fe
DL
9599 * net/browse-url.el (browse-url): Re-fix case of
9600 browse-url-browser-function being an alist.
9601 (browse-url): Add :link to defgroup.
9602
08f8b1cc
DL
9603 * files.el: Doc fixes.
9604 (file-truename): Include `[' in wildcard characters.
9605 (automount-dir-prefix): Customize.
9606 (find-file-wildcards): Add :version.
9607 (find-file-noselect): Simplify a mapcar call.
9608
9609 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
9610 compatible with inf-lisp version.
9611 (eval-defun-1): Fix custom-declare-variable case.
9612
ea4b0ca3
SM
96132000-03-25 Stefan Monnier <monnier@cs.yale.edu>
9614
9615 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
9616
9a0dd3dc
GM
96172000-03-24 Gerd Moellmann <gerd@gnu.org>
9618
b68c375f
GM
9619 * Makefile (COMPILE_FIRST): New macro.
9620 (compile-files): Compile files from COMPILE_FIRST first.
9621
9622 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
9623 code.
9624
9a0dd3dc
GM
9625 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
9626 matching open parenthesis in column 0 to defun-prompt-regexp
9627 only if open-paren-in-column-0-is-defun-start is set.
9628
9629 * sun-curs.el: Require CL at compile-time only.
9630
9631 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
9632 instead of copy-list which is a function from CL.
9633 (msb--choose-menu, msb--mode-menu-cond)
9634 (msb--create-buffer-menu-2): Use dolist instead of mapc.
9635 (msb--init-file-alist): Use mapcar instead of mapcan.
9636 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
9637 `(' in column 0 in doc string.
9638 (msb--add-separators): Use mapcar instead of mapcan.
9639
9640 * cus-dep.el: Require CL at compile-time only.
9641
c7dcadb5
SM
96422000-03-24 Stefan Monnier <monnier@cs.yale.edu>
9643
9644 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
9645 (byte-compile-warnings): New warning `noruntime'.
9646 (byte-compile-constants, byte-compile-variables): Fix docstring.
9647 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
9648 execute `eval-whenc-compile's body.
9649 (byte-compile-unresolved-functions): Fix docstring.
9650 (byte-compile-eval): New function.
9651 (byte-compile-callargs-warn): Check if the function will be available
9652 at runtime (via property `byte-compile-noruntime').
9653 (byte-compile-print-syms): New function.
9654 (byte-compile-warn-about-unresolved-functions): Also warn about
9655 `noruntime' functions (and use `byte-compile-print-syms').
9656 (byte-compile-file): Capitalize the message.
9657
3b55acc9
GM
96582000-03-24 Gerd Moellmann <gerd@gnu.org>
9659
9660 * mail/rmail.el (rmail-confirm-expunge): New user-option.
9661 (rmail-expunge): Ask for confirmation depending on the setting
9662 of rmail-confirm-expunge.
9663
96642000-03-23 Gerd Moellmann <gerd@gnu.org>
9665
9666 * Makefile (bootstrap-clean): If $(emacs) exists, build
9667 loaddefs.el first. A loaddefs.el that's not up-to-date might
9668 cause a bootstrap failure because things don't autoload as
9669 expected.
9670
02c76af4
DL
96712000-03-23 Dave Love <fx@gnu.org>
9672
9673 * net/browse-url.el: Restore previous use of
9674 browse-url-maybe-new-window.
9675
1a3199d9
GM
96762000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9677
9678 * ps-print.el: Skip banner page fix.
9679 (ps-print-version): New version number (5.1.2).
9680 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 9681
1a3199d9
GM
96822000-03-23 Dave Pearson <davep@davep.org>
9683
9684 * net/quickurl.el Changed the type of parameter passed to the
9685 function defined by `quickurl-format-function'. Before only the
9686 text of the URL was passed. Now the whole URL structure is passed
9687 and the function is responsible for extracting the parts it
9688 requires. Changed the default of `quickurl-format-function'
9689 accordingly.
9690 (quickurl-insert): Changed the `funcall' of
9691 `quickurl-format-function' to match the above change.
9692 (quickurl-list-insert): Changed the `url' case so that it makes
9693 use of `quickurl-format-function', previous to this the format was
9694 hard wired.
fa78f71b 9695
72db3ab5
GM
96962000-03-22 Gerd Moellmann <gerd@gnu.org>
9697
9698 * startup.el: Change some spellings for the X Window System.
9699
68049bfa
SM
97002000-03-22 Stefan Monnier <monnier@cs.yale.edu>
9701
9702 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
9703 up the code and the regexp and make sure the cursor is temporarily
9704 moved to the suspicious line while querying the user.
9705
ff4df011
JR
97062000-03-22 Jason Rumney <jasonr@gnu.org>
9707
9708 * w32-fns.el (w32-charset-info-alist): Initialize.
9709
ee1c5b21
GM
97102000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9711
9712 * ps-print.el: N-up last page fix.
9713 (ps-print-version): New version number (5.1.1).
9714 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 9715
d2cbfba0
SM
97162000-03-21 Stefan Monnier <monnier@cs.yale.edu>
9717
bfb857d8
SM
9718 * files.el (find-file-run-dired): Update docstring.
9719 (find-directory-functions): New hook.
9720 (find-file-noselect): Run find-directory-functions rather than
9721 calling dired directly.
9722
9723 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
9724
cb3430a1
SM
9725 * pcvs.el: Add a minimal leading commentary.
9726 (cvs-make-cvs-buffer): Change the header part by removing the startup
9727 message and adding a `Module' entry. Also replace the FOOTER and
9728 HEADER special fileinfos with the new support in ewoc for updating
9729 its own footer and header.
9730 (cvs-update-header): Update to use the header/footer of the ewoc.
9731 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
9732 (cvs-is-within-p): New function.
9733 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
9734 to only examine some subset of the buffers.
9735
9736 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
9737 `format' instead of our own ad-hoc functions.
9738 Remove HEADER and FOOTER cases, now handled in the EWOC.
9739 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
9740
9741 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
9742 output to avoid scaring the user.
9743 (cvs-parse-table): Catch message for non-up-to-date commits.
9744
9745 * pcvs-defs.el (cvs-startup-message): Remove.
9746 (cvs-global-menu): New autoloaded menu.
9747
9748 * pcvs-util.el (cvs-string-fill): Remove.
9749
9750 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
9751 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
9752 PP part of it and also make it work for footers and headers.
9753 (ewoc-create): Drop POS and BUFFER arguments.
9754 Use the DLL's dummy node to store the end-of-footer position.
9755 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
9756 (ewoc-refresh): Remove unused `header' variable.
9757 (ewoc-(get|set)-hf): New functions.
9758
d2cbfba0
SM
9759 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
9760 log-view-*-(message|file) and use easy-mmode-define-navigation.
9761 (log-view-message-re): Match SCCS format as well.
9762 And match the revision line rather than the dashed separator line.
9763 (log-view-mode): Use the new define-derived-mode.
9764 (log-view-current-tag): Fill in with an actual implementation.
9765
9766 * cvs-status.el (cvs-status-(prev|next)): Rename from
9767 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
9768 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
9769 to let the output "breathe" a little more (more readable).
9770 (cvs-status-mode): Use the new define-derived-mode.
9771
9772 * smerge-mode.el (smerge-auto-leave): New function and variable.
9773 (smerge-basic-map): Rename from smerge-basic-keymap.
9774 Change the bindings for smerge-diff-*.
9775 (smerge-*-map): Use easy-mmode-defmap.
9776 (smerge-(next|prev)): Use easy-mmode-define-navigation.
9777 (smerge-keep-*): Use smerge-auto-leave.
9778
51663132
JR
97792000-03-21 Jason Rumney <jasonr@gnu.org>
9780
9781 * cus-edit.el (custom-button-face): Use 3D look for w32.
9782 (custom-button-pressed-face): Likewise.
9783
3f6e4b8b
GM
97842000-03-21 Gerd Moellmann <gerd@gnu.org>
9785
9786 * progmodes/etags.el (tags-case-fold-search): New user-option.
9787 (tags-loop-eval): New function. Bind case-fold-search around eval
9788 depending on the value of tags-case-fold-search.
9789 (tags-loop-continue): Use tags-loop-eval.
9790 (find-tag-in-order): Bind case-fold-search depending on the value
9791 of tags-case-fold-search.
9792
c7ea3acc
SM
97932000-03-21 Stefan Monnier <monnier@cs.yale.edu>
9794
0ae39f53
SM
9795 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
9796 (diff-end-of-hunk): Return the end position for use in
9797 `easy-mmode-define-navigation'.
9798 (diff-recenter): Remove.
9799 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
9800 of `easy-mmode-define-navigation'.
9801 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
9802 previous renaming) and fix to use new names.
9803 (diff-merge-strings): Use \n as separator: simpler, faster.
9804 (diff-mode): Use `define-derived-mode'.
9805
c7ea3acc
SM
9806 * derived.el (define-derived-mode): Don't autoload anymore.
9807 Prefer the macro-only version provided by easy-mmode.el.
9808
9809 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
9810 `easy-mmode-define-derived-mode'.
9811 Use `combine-run-hooks'.
9812 (easy-mmode-define-navigation): New macro.
9813
9814 * subr.el (combine-run-hooks): New function.
9815
6c4bfdc0
KH
98162000-03-21 Kenichi HANDA <handa@etl.go.jp>
9817
9818 * term/x-win.el: Fontsets related initialization is simplified.
9819
9820 * international/mule-diag.el (describe-font): Don't refer to
9821 global-fontset-alist, instead call font-list.
9822 (describe-fontset, list-fontsets, mule-diag): Likewise.
9823 (print-fontset): Adjusted for the change of fontset
9824 implementation.
9825
9826 * international/fontset.el (x-charset-registries): Variable
9827 removed, instead the corresponding data is stored in the default
9828 fontset.
9829 (register-alternate-fontnames): Function removed.
9830 (resolved-ascii-font): Variable removed.
9831 (x-compose-font-name): Ignore the second argument REDOCE.
9832 (x-complement-fontset-spec): Complement only an ASCII font and
9833 element for those charsets than can use that ASCII font.
9834 (generate-fontset-menu): Don't refer to global-fontset-alist,
9835 instead call fontset-list.
9836 (uninstantiated-fontset-alist): Variable removed.
9837 (x-style-funcs-alist): Likewise.
9838 (fontset-default-styles): Likewise.
9839 (x-modify-font-name): Function removed.
9840 (create-fontset-from-fontset-spec): Ignore the argument
9841 STYLE-VARIANT.
9842 (create-fontset-from-ascii-font): Docsting adjusted for the above
9843 change.
9844 (instantiate-fontset, resolve-fontset-name): Functions removed.
9845 (fontset-list): Now implemented by C code.
fa78f71b 9846
6c4bfdc0
KH
9847 * faces.el (read-face-font): Fix TABLE arg to completing-read.
9848 (describe-face): Include `font' attribute in the description.
9849
9111d4b5
KH
98502000-03-21 Kenichi Handa <handa@etl.go.jp>
9851
9852 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
9853
b33dd3b0
GM
98542000-03-20 Gerd Moellmann <gerd@gnu.org>
9855
a25bbe00
GM
9856 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
9857 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
9858 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 9859
b33dd3b0
GM
9860 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
9861 about behavior of set-buffer-modified-p wrt redisplay.
9862
8b7bc628 98632000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
9864
9865 * view.el (view-mode-disable): Kill local binding of view-read-only.
9866
d7b511c4
GM
98672000-03-18 Gerd Moellmann <gerd@gnu.org>
9868
9869 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
9870 is a string, convert it to a syntax cell using string-to-syntax.
9871
9872 * simple.el (syntax-code-table, syntax-flag-table): New variables.
9873 (string-to-syntax): New function.
9874
9875 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
9876 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 9877 try to use passive ftp mode.
d7b511c4 9878
998ecc60
GM
98792000-03-17 Gerd Moellmann <gerd@gnu.org>
9880
b33dd3b0 9881 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
9882
9883 * simple.el (append-to-buffer): Update point of windows after
9884 insertion.
9885
9886 * abbrev.el (inverse-add-abbrev): Identify word by first moving
9887 forward then moving backward. Reindent.
9888
9889 * frame.el (other-frame): Call x-focus-frame only if
9890 focus-follows-mouse is off.
9891
235d6821
DL
98922000-03-17 Dave Love <fx@gnu.org>
9893
9894 * pcvs-util.el (cvs-strings->string): Rename
9895 replace-regexps-in-string.
9896
a29a2cd1
SM
98972000-03-17 Stefan Monnier <monnier@cs.yale.edu>
9898
af595444
SM
9899 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
9900 regexp for labels cannot span several lines.
9901
9902 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 9903 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 9904
a9be2843
DL
99052000-03-16 Dave Love <fx@gnu.org>
9906
9907 * progmodes/f90.el (f90): Put custom group under `languages', not
9908 `fortran'.
9909 (f90-mode-hook): Customize.
9910 (f90-mode): Set add-log-current-defun-function.
9911 (f90-current-defun): New function.
9912
d0ab3e9d
GM
99132000-03-16 Gerd Moellmann <gerd@gnu.org>
9914
16b20ed9
GM
9915 * cus-edit.el (custom-variable-tag-face): Handle case that
9916 default face's height is not a number.
9917 (custom-face-tag-face, custom-group-tag-face-1)
9918 (custom-group-tag-face): Ditto.
9919 (custom-group-tag-face-1): Add :group.
fa78f71b 9920
d0ab3e9d
GM
9921 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
9922
ae8ab422
GM
99232000-03-15 Gerd Moellmann <gerd@gnu.org>
9924
9925 * pcvs-defs.el (toplevel): Remove autoload cookie for form
9926 requiring easymenu.
9927
81c7ca69
GM
99282000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9929
9930 * ps-print.el: PostScript user-defined prologue, PostScript error
9931 handler, doc fix.
9932 (ps-print-version): New version number (5.1).
9933 (ps-user-defined-prologue, ps-error-handler-message)
9934 (ps-print-prologue-0, ps-error-handler-alist): New vars.
9935 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
9936 (ps-insert-string): New function.
fa78f71b 9937
dcf1003d
KH
99382000-03-15 Kenichi Handa <handa@etl.go.jp>
9939
9940 * international/ccl.el (ccl-compile-expression): Don't generate
9941 invalid self-assignment code.
9942
73825616
DL
99432000-03-14 Dave Love <fx@gnu.org>
9944
9945 * subr.el (replace-regexp-in-string): Renamed from
9946 replace-regexps-in-string. Doc fix.
9947
031020ac
DL
99482000-03-12 Dave Love <fx@gnu.org>
9949
9950 * cus-edit.el: Doc fixes.
9951 (customize-set-variable, customize-save-variable): Rename args for
9952 doc.
9953 (custom-variable-tag-face, custom-face-tag-face)
9954 (custom-group-tag-face-1, custom-group-tag-face): Modify from
9955 style which user identify as hyperlink.
9956 (hook): Don't add undefined functions to the hook.
9957 (debug-ignored-errors): Transfer message from bindings.el.
9958
9b2f3c38
GM
99592000-03-12 Gerd Moellmann <gerd@gnu.org>
9960
9961 * recentf.el (recentf-keep-non-readable-files-p): Remove
9962 double/nested definition.
9963
0d6e23cf
DL
99642000-03-12 Dave Love <fx@gnu.org>
9965
9966 * facemenu.el (facemenu-get-face): Use display-color-p.
9967 * enriched.el (enriched-decode-foreground): Likewise.
9968 (enriched-decode-background): Likewise.
9969 * isearch.el (isearch-highlight): Likewise.
9970 * info-look.el (info-lookup): Likewise.
9971 * simple.el (completion-setup-function): Likewise.
9972
9973 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
9974 :options.
9975
9976 * bindings.el (mode-line-format): Fix line-number and
9977 column-number items. Add help-echo for the background.
9978 (mode-line-mule-info): Modify help-echo.
9979
9980 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
9981 defcustom.
9982
9983 * files.el (load-file): Allow completion to .elc.
9984
9985 * man.el: Doc fixes.
9986 (Man-init-defvars): Use display-color-p to set fontification.
9987
9988 * play/hanoi.el (hanoi-internal): Don't use oddp.
9989
e1cff360
GM
99902000-03-12 Gerd Moellmann <gerd@gnu.org>
9991
9992 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
9993
9994 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
9995
5e5dff44
GM
99962000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
9997
9998 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
9999 Fix comment.
10000
5b467bf4
SM
100012000-03-10 Stefan Monnier <monnier@cs.yale.edu>
10002
83fef604
SM
10003 * font-lock.el (font-lock-keywords): Fix the doc now that
10004 regexp-opt-depth is unnecessary.
10005 (save-buffer-state): Set an edebug spec.
10006 (font-lock-fontify-anchored-keywords): Properly handle the case when
10007 the matcher goes past the limit.
10008
5b467bf4
SM
10009 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
10010 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
10011
83fef604
SM
10012 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
10013 dll.el and cookie.el (from Elib) with heavy renaming and other
10014 massaging.
5b467bf4
SM
10015
10016 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
10017 Autoload the functions used.
10018 (easy-mmode-define-syntax): Fix CL typo.
10019 (easy-mmode-define-derived-mode): Improve the docstring generation.
10020
d407456c
GM
100212000-03-10 Gerd Moellmann <gerd@gnu.org>
10022
10023 * textmodes/texinfo.el (texinfo-version): Variable and function
10024 removed.
10025
5a7a545c
SM
100262000-03-09 Stefan Monnier <monnier@cs.yale.edu>
10027
0d6e23cf
DL
10028 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
10029 allow more flexibility.
10030 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
10031 fns.
10032 (easy-mmode-defmap, easy-mmode-defsyntax)
10033 (easy-mmode-define-derived-mode): New macros.
5a7a545c 10034
d407456c 100352000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
10036
10037 * rect.el (replace-rectangle): New function.
10038
100392000-03-09 Dave Love <fx@gnu.org>
10040
10041 * progmodes/fortran.el (fortran-comment-line-start): Define as
10042 "C".
10043 (fortran-comment-line-start-skip): Don't match cpp stuff.
10044 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
10045 (fortran-mode-map): Remove over-eager custom-menu-create for now.
10046 (fortran-mode): Don't set fortran-comment-line-start-skip,
10047 fortran-comment-line-start here. Set comment-start,
10048 add-log-current-defun.
10049 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
10050 (fortran-current-defun): New function.
10051
80460654
GM
100522000-03-09 Gerd Moellmann <gerd@gnu.org>
10053
d1221ea9
GM
10054 * emacs-lisp/re-builder.el: New file.
10055
1853aa6b
GM
10056 * mouse.el (mouse-drag-region): Don't run up-event handler
10057 if hscroll has changed.
10058
80460654
GM
10059 * octave-mod.el (octave-font-lock-keywords): To font-lock the
10060 builtin operators, use `font-lock-builtin-face' for Emacs and
10061 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
10062
10063 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
10064 `(defun (setf foo)' differently.
10065
c0056275
SM
100662000-03-08 Stefan Monnier <monnier@cs.yale.edu>
10067
10068 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
10069 (regexp-opt): Update comment and adapt the code the new meaning of
10070 the `paren' argument of regex-opt-group for shy-groups.
10071 (regexp-opt-depth): Handle shy groups as well as backslashed
10072 backslashes.
c0056275
SM
10073 (regexp-opt-group): Turn the leading comment into a docstring.
10074 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
10075 Remove open-presuf and close-presuf. Instead of checking for `all
10076 one-char' and then later on check for `several one-char', handle
10077 both cases close together. Also apply a more generic algorithm
10078 for suffixes (the mirror image of the algorithm used for
10079 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
10080 (regexp-opt-try-suffix): Removed.
10081
10082 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
10083 from comint-mode-map, so we can just inherit from it. Also, move
10084 the initialization into the `defvar' since there's no docstring
10085 anyway and it's fairly short.
10086 (inferior-scheme-mode): Define it as derived-mode: the code is
10087 shorter and this way we inherit from comint-mode-map rather than
10088 copying it.
c0056275 10089
80460654
GM
10090 * subr.el (replace-regexps-in-string): Properly handle the case
10091 where we match an empty string.
c0056275 10092
80460654
GM
10093 * comint.el (comint-exec-1): Add the current-dir to the exec-path
10094 when the command has a directory component (such as "./testml").
c0056275
SM
10095 Also fix a typo in the comment.
10096
5e91ff9e
GM
100972000-03-08 Gerd Moellmann <gerd@gnu.org>
10098
feab4fba
GM
10099 * Makefile (compile-files): Compile files one by one because
10100 that's the only way to ensure a clean compilation environment for
10101 each individual file.
10102
5e91ff9e
GM
10103 * frame.el (other-frame): Call x-focus-frame.
10104
76162e12
DL
101052000-03-07 Dave Love <fx@gnu.org>
10106
f64ce788
DL
10107 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
10108 :require to defcustom.
10109
76162e12
DL
10110 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
10111 lists.
10112
10113 * files.el (auto-mode-alist): Add configure.in.
10114
10115 * progmodes/autoconf.el: New file.
10116
f7daf1e1
GM
101172000-03-07 Gerd Moellmann <gerd@gnu.org>
10118
10119 * mail/mh-e.el: Change maintainer to `none'.
10120
10121 * recentf.el (recentf-keep-non-readable-files-p): Quote args
10122 to remove-hook and add-hook.
10123
101242000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10125
10126 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
10127 it as the default.
10128 (mail-send): Test mail-send-nonascii also for the new `mime' value.
10129 (sendmail-send-it): Conditionally add MIME headers specifying the
10130 used character set.
fa78f71b 10131
63f6b2c4
DL
101322000-03-07 Dave Love <fx@gnu.org>
10133
10134 * winner.el: Fix keywords, autoload cookies. Split
10135 eval-when-compile form to avoid compilation failure.
10136
8330e2f9
KH
101372000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
10138
10139 * international/mule.el: Modify comment about coding system
10140 property `coding-category'.
10141 (make-coding-system): New argument EOL-TYPE. Pay attention to
10142 coding-category property of PROPERTIES.
10143
10144 * international/mule-conf.el (coding-category-utf-8,
10145 coding-category-utf-16-be, coding-category-utf-16-le): New coding
10146 categories. Include them in the argument for set-coding-priority.
10147
10148 * international/mule-cmds.el (reset-language-environment): Include
10149 coding-category-utf-8, coding-category-utf-16-be, and
10150 coding-category-utf-16-le in the argument for set-coding-priority.
10151 (reset-language-environment): Initialize coding-category-utf-8,
10152 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
10153
18bb0684
GM
101542000-03-06 Karl Fogel <kfogel@red-bean.com>
10155
10156 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
10157 code abstracted out of `bookmark-jump-noselect'. Now tries info
10158 extensions as well as compression extensions.
10159 (bookmark-jump-noselect): Use above new func.
fa78f71b 10160
71a6ba55
GM
101612000-03-03 Gerd Moellmann <gerd@gnu.org>
10162
10163 * strokes.el: Change maintainer's mail address.
10164
0d56cdff
KH
101652000-03-03 Kenichi Handa <handa@etl.go.jp>
10166
10167 * international/mule-diag.el (list-character-sets): Make help-echo
10168 string by substitute-command-keys.
10169 (list-character-sets): Likewise.
10170 (sort-listed-character-sets): Call help-setup-xref.
10171
900fa1f1
GM
101722000-03-02 Gerd Moellmann <gerd@gnu.org>
10173
10174 * time.el (display-time-mail-file): Add `none' to the list of
10175 choices.
10176
54d04320
DL
101772000-03-01 Dave Love <fx@gnu.org>
10178
43f3fa09
DL
10179 * help.el (help-xref-go-back): Don't try to set position.
10180
54d04320
DL
10181 * international/mule-diag.el (list-character-sets): Call
10182 help-setup-xref. Add help-echo to xrefs.
10183 (list-character-sets-1): Add help-echo to xrefs.
10184
d054101f
GM
101852000-03-02 Gerd Moellmann <gerd@gnu.org>
10186
10187 * frame.el (blink-cursor-mode): Switch cursor on when turning
10188 the mode off.
10189
10190 * add-log.el (add-log-current-defun): Add support for
10191 Autoconf mode.
10192
10193 * mail/rmail.el (rmail-quit-hook): New variable.
10194
d77dae5c
DL
101952000-03-01 Dave Love <fx@gnu.org>
10196
e5f597f0
DL
10197 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
10198
d77dae5c
DL
10199 * help.el (help-xref-button): Add help-echo arg.
10200 (describe-function-1, describe-variable, help-make-xrefs): Use it.
10201
10202 * faces.el (list-faces-display): Supply help-echo with
10203 help-make-xrefs.
10204
10205 * facemenu.el (list-text-properties-at): Set help-xref-stack to
10206 nil.
10207
72d19d75
GM
102082000-03-01 Gerd Moellmann <gerd@gnu.org>
10209
2df636f4
GM
10210 * image.el (defimage): Look for image files in load-path.
10211
fa78f71b 10212 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
10213 `number'.
10214
2df636f4
GM
102152000-03-01 David Ponce <david.ponce@wanadoo.fr>
10216
10217 * recentf.el (recentf): Added version tag to the defgroup of
10218 recentf.
10219
102202000-03-01 David Ponce <david.ponce@wanadoo.fr>
10221
10222 * recentf.el (recentf-cleanup): Changed to remove excluded file
10223 too.
10224 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
10225 action to select/unselect a file.
10226 (recentf-edit-list): Code cleanup and improvement.
10227 (recentf-open-more-files-action): `recentf-open-more-files' button
10228 widget action to open a file.
10229 (recentf-open-more-files): No more use standard completion but
10230 widgets.
10231 (recentf-more-collection): Deleted.
10232 (recentf-more-history): Deleted.
10233 (recentf-setup-more-completion): Deleted.
10234
102352000-03-01 David Ponce <david.ponce@wanadoo.fr>
10236
10237 * recentf.el (recentf-mode): No more needs that Emacs is running
10238 under a window-system.
10239
102401999-03-01 David Ponce <david.ponce@wanadoo.fr>
10241
10242 * recentf.el (recentf-edit-list): New command to edit the recent
10243 list which allow the user to remove files.
10244 (recentf-edit-selected-items): New global variable, used by
10245 `recentf-edit-list' to hold the list of files to be removed from
10246 the recent list.
10247 (recentf-make-menu-items): Updated to display a "Edit list..."
10248 menu item. Minor code cleanup.
10249
102501999-03-01 David Ponce <david.ponce@wanadoo.fr>
10251
10252 * recentf.el (recentf-open-more-files): New command to open files
10253 that are not displayed in the menu.
10254 (recentf-more-collection): New global variable holding the set of
10255 permissible completions used by `recentf-open-more-files'.
10256 (recentf-more-history): New global variable holding the history list
10257 used by `recentf-open-more-files' completion.
10258 (recentf-setup-more-completion): New function to setup completion for
10259 `recentf-open-more-files'.
10260 (recentf-make-menu-items): Updated to display a "More..." menu item.
10261
102621999-03-01 David Ponce <david.ponce@wanadoo.fr>
10263
10264 * recentf.el (recentf-menu-action): Doc fixed.
10265
102661999-03-01 David Ponce <david.ponce@wanadoo.fr>
10267
10268 * recentf.el (recentf-menu-filter): Doc updated.
10269 (recentf-update-menu-hook): Allow menu filters to force menu update.
10270 (recentf-make-menu-items): New menu filter handling.
10271 (recentf-make-menu-item): New helper function.
10272 (recentf-menu-elements): New menu handling function.
10273 (recentf-sort-ascending): Updated to new menu filter handling.
10274 (recentf-sort-descending): Updated to new menu filter handling.
10275 (recentf-sort-basenames-ascending): New menu filter function.
10276 (recentf-sort-basenames-descending): New menu filter function.
10277 (recentf-show-basenames): New menu filter function.
10278 (recentf-show-basenames-ascending): New menu filter function.
10279 (recentf-show-basenames-descending): New menu filter function.
10280
72d19d75
GM
102812000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10282
10283 * diary-lib.el (list-diary-entries): Don't try to go forward at
10284 the end of the buffer.
10285
1ac1c836
KH
102862000-02-29 Kenichi Handa <handa@etl.go.jp>
10287
10288 * international/mule-diag.el (list-character-sets): Completely
10289 rewritten.
10290 (sort-listed-character-sets): New function.
10291 (list-character-sets-1): Completely rewritten.
10292 (list-character-sets-2): New function.
10293 (non-iso-charset-alist): New variable.
10294 (decode-codepage-char): New function.
10295 (charset-history): New variable.
10296 (read-charset) (list-block-of-chars)
10297 (list-iso-charset-chars)
10298 (list-non-iso-charset-chars)
10299 (list-charset-chars): New functions.
10300 (mule-diag): Call list-character-sets-2, not
10301 list-character-sets-2.
10302 (dump-charsets): Likewise.
10303
ed4d0512
GM
103042000-02-29 Gerd Moellmann <gerd@gnu.org>
10305
72d19d75
GM
10306 * dired-x.el (dired-filename-at-point): Add `@' to valid
10307 file name characters.
10308 (dired-filename-at-point): Handle ange-ftp file names.
10309
ed4d0512
GM
10310 * frame.el (frame-notice-user-settings): Use assq-delete-all
10311 instead of assoc-delete-all.
10312 (frame-notice-user-settings): Ditto.
10313
10314 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
10315 Don't copy alist.
10316
32038c7a
GM
103172000-02-28 Eli Barzilay <eli@cs.cornell.edu>
10318
10319 * calculator.el (calculator-use-menu): New option.
10320 (calculator-initial-bindings): Changed some bindings to work as
10321 macros.
10322 (calculator-forced-input): Removed.
10323 (calculator-restart-other-mode): New variable.
10324 (calculator-mode-map): Set up menu.
fa78f71b 10325
32038c7a
GM
103262000-02-28 Jari Aalto <jari.aalto@poboxes.com>
10327
10328 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
10329 tags.
fa78f71b 10330
55d7ff38 103312000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 10332
55d7ff38
MK
10333 * viper-cmd.el (viper-envelop-ESC-key): added the option to
10334 translate all ESC key sequences.
10335 (viper-goto-mark-subr): restore markers for files for which
10336 they were saved.
10337 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
10338 * viper-util.el (viper-set-replace-overlay-glyphs,
10339 viper-set-replace-overlay): always check if the replacement
10340 overlay is live.
10341 * viper.el (viper-vi-state-mode-list): added major modes.
10342 * ediff-wind.el: minor comment changes.
10343 * ediff.el: copyright notice date fix.
fa78f71b 10344
387023ee
JR
103452000-02-27 Jason Rumney <jasonr@gnu.org>
10346
10347 * faces.el (face-font-family-alternatives): Add arial to helv.
10348 (mode-line, header-line, tool-bar): Same default as x for w32.
10349 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
10350 face-font-family-alternatives from working.
10351 * term/w32-win.el (mouse-set-font): Do not build fontset from
10352 chosen font.
10353
f43d79c1
GM
103542000-02-25 Sam Steingold <sds@goems.com>
10355
5d80cc9c 10356 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 10357 properly.
fa78f71b 10358
8b7bc628 103592000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
10360
10361 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
10362
4eb8436f
GM
103632000-02-25 Gerd Moellmann <gerd@gnu.org>
10364
10365 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
10366 writable.
10367
449c3c52 10368 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 10369
42088c12
GM
103702000-02-24 Gerd Moellmann <gerd@gnu.org>
10371
10372 * frame.el (show-cursor-in-non-selected-windows): New option.
10373
c60ea02e
GM
103742000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10375
10376 * diary-lib.el (include-other-diary-files): Undo the selective
10377 display in any included file and don't kill it.
10378
d066de8e
EZ
103792000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
10380
10381 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
10382 bar. Menu items converted to (menu-item format, help strings
10383 added.
10384 [downcase, upcase]: Don't enable on MS-DOS.
10385 [symlink, symlinks]: Don't show if make-symbolic-link is not
10386 bound.
10387 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
10388
b6906b38
DL
103892000-02-23 Dave Love <fx@gnu.org>
10390
275cf1b2
DL
10391 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
10392 (backward-kill-word): Revert addition of * to interactive spec --
10393 it's a feature.
10394
10395 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
10396 (backward-kill-sentence, kill-sentence): Likewise.
10397
99d48056
DL
10398 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
10399 scratch buffer name.
10400 (gud-format-command): Use int-to-string in ?l case. Simplify
10401 slightly.
10402
10403 * term/w32-win.el (internal-face-interactive): Update prompt for
10404 new read-face-name.
10405
10406 * mail/footnote.el (footnote): Add :version to defgroup.
10407 (footnote-section-tag-regexp): Customize.
10408 (footnote-start-tag, footnote-end-tag): New option.
10409 (footnote-latin-regexp): New variable.
10410 (Footnote-latin): New function.
10411 (footnote-style-alist): Add element for latin style.
10412 (footnote-style): Moved.
10413 (Footnote-goto-footnote): Use eq to test arg.
10414
10415 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
10416
b6906b38
DL
10417 * emacs-lisp/byte-opt.el: Change old backquote syntax.
10418 (byte-compile-trueconstp): Include keywords.
10419 (byte-optimize-quote, byte-optimize-lapcode): Use
10420 byte-compile-const-symbol-p.
10421 (byte-optimize-char-before): New optimization.
10422
10423 * emacs-lisp/bytecomp.el: Change old backquote syntax.
10424 (byte-compile-const-symbol-p): New function.
10425 (byte-compile-constp, byte-compile-out-toplevel)
10426 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
10427 Use it.
10428
10429 * subr.el (define-key-after): Default AFTER to t. Doc fix.
10430
214f877f
KH
104312000-02-23 Kenichi Handa <handa@etl.go.jp>
10432
c709bcf1
KH
10433 * international/encoded-kb.el: Be sure to update minor-mode-alist
10434 and minor-mode-map-alist.
10435 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
10436 codes SS2 and SS3 correctly.
10437 (encoded-kbd-self-insert-ccl): New function.
10438 (encoded-kbd-setup-keymap): New function.
10439 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
10440 by calling encoded-kbd-setup-keymap.
10441
214f877f
KH
10442 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
10443 characters.
10444 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
10445 locally.
10446
b021ef18
DL
104472000-02-22 Dave Love <fx@gnu.org>
10448
10449 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
10450 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
10451 defvar.
10452 (lisp-mode-syntax-table): Set up for #|...|# comments.
10453 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
10454 classes. Match `defface'.
10455 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
10456 (eval-defun-1): Fix for defcustom.
10457 (lisp-indent-region): Doc fix.
10458
10459 * subr.el (when, unless, split-string): Doc fix.
10460 (read-passwd): Move call of clear-this-command-keys to the right
10461 place.
10462 (replace-regexps-in-string): New function.
10463
14cc00ad
GM
104642000-02-22 Gerd Moellmann <gerd@gnu.org>
10465
10466 * help.el (describe-variable): Set syntax table to
10467 emacs-lisp-mode-syntax-table when moving forward over the
10468 symbol's name.
10469
47da5efa
DL
104702000-02-22 Dave Love <fx@gnu.org>
10471
10472 * xt-mouse.el: Doc fixes.
10473 (xterm-mouse-position-function): New function, replacing advice of
10474 mouse-position.
10475 (xterm-mouse-mode): Use it. Don't turn on under a window system.
10476
10477 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
10478
f0a6c717
GM
104792000-02-21 Gerd Moellmann <gerd@gnu.org>
10480
10481 * format.el (format-annotate-single-property-change): Handle
10482 properties.with dotted-list values.
10483 (format-proper-list-p): New function.
10484
10485 * enriched.el (enriched-face-ans): Handle '(foreground-color
10486 . COLOR) and (background-color . COLOR).
10487
2be80b63
DL
104882000-02-20 Dave Love <fx@gnu.org>
10489
10490 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
10491 and assignments to it.
10492 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
10493 current local map.
10494 (make-flyspell-overlay): Use it.
10495 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
10496
10497 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
10498 (lm-get-header-re): Defun, not defsubst.
10499 (lm-get-package-name): Defun, not defsubst. Simplify.
10500 (lm-version): Doc fix. Simplify.
10501 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
10502 (lm-crack-address, lm-last-modified-date, lm-commentary)
10503 (lm-verify, lm-synopsis): Simplify.
10504 (lm-report-bug): Require emacsbug. Use compose-mail.
10505
329eed9f
GM
105062000-02-20 Gerd Moellmann <gerd@gnu.org>
10507
10508 * dired.el (dired-mode): Call propertized-buffer-identification
10509 to set mode-line-buffer-identification to something having
10510 the right text properties.
10511
10512 * bindings.el (propertized-buffer-identification): New function.
10513
be5bb146
DL
105142000-02-20 Dave Love <fx@gnu.org>
10515
10516 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
10517 check for t-mouse too.
10518
10519 * cus-start.el: Make echo-keystrokes `number'.
10520
1d4311c3
EZ
105212000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
10522
10523 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
10524 Don't call ring-empty-p unless tags-location-ring is bound.
10525 From Noah Friedman <friedman@splode.com>.
10526
a23c5037
TTN
105272000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
10528
10529 * progmodes/hideshow.el (hs-flag-region): No longer use
10530 `intangible' overlay property.
10531
10532 (hs-toggle-hiding): New command.
10533 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
10534
10535 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
10536 Fix omission bug: Run `hs-minor-mode-hook' for both activation
10537 and deactivation.
10538
b6a22bf8
GM
105392000-02-18 Gerd Moellmann <gerd@gnu.org>
10540
10541 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
10542
d621caf7
GM
105432000-02-17 Gerd Moellmann <gerd@gnu.org>
10544
3c0ed7ce
GM
10545 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
10546
d621caf7
GM
10547 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
10548 of `*' to handle `(* ... *)' comments.
10549
538d88fb
EZ
105502000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
10551
53c80cf6 10552 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 10553 window-system.
53c80cf6 10554
538d88fb
EZ
10555 * menu-bar.el (global-map): Menu-bar items converted to the new
10556 format (menu-item..., rearranged for better CUA compliance, and
10557 their names changed for better clarity. Help strings added.
10558
10559 * international/mule-cmds.el (mule-menu-keymap)
10560 (describe-language-environment-map, set-coding-system-map)
10561 (setup-language-environment-map): Convert to new (menu-item...
10562 form, add help strings. Change names of menu items for better
10563 clarity. "Mule" menu-bar item removed (it's now in the "Options"
10564 submenu).
10565
8389e1e2 105662000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 10567
a23c5037 10568 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 10569 within the code.
a23c5037 10570
8389e1e2 105712000-02-16 Dave Love <fx@gnu.org>
a23c5037 10572
84fe35f0
DL
10573 * faces.el: Don't require custom. Add more specific :groups to
10574 various deffaces.
10575 (set-face-attribute): Purecopy args.
10576 (read-face-name): Default to name at point and use it in prompt.
10577 Remove colon from arg in all callers.
10578 (list-faces-display): Hyperlink to face descriptions and customize
10579 buffers.
10580
b2aeee30
DL
105812000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
10582
10583 * wid-edit.el (widget-match-inline): An atom never matches a
10584 list.
10585
99e95407
GM
105862000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10587
82d2c7c5
DL
10588 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10589 at ':' characters by call to split-string.
99e95407
GM
10590
105912000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10592
82d2c7c5 10593 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
10594
105952000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10596
82d2c7c5
DL
10597 * textmodes/bibtex.el: Some temporary comments removed.
10598 (bibtex-field-name, bibtex-entry-type): Made the relationship
10599 explicit.
10600 (bibtex-field-const): Allow capital letters.
10601 (bibtex-start-of-string): Deleted because unused.
10602
10603 * textmodes/bibtex.el: Unified some nomenclature. We no longer
10604 use the term 'reference' to describe a bibtex entry as a whole.
10605 Further, reference keys are no longer called 'labels'.
10606 (bibtex-keys): Renamed to bibtex-reference-keys.
10607 (bibtex-reformat-previous-labels): Renamed to
10608 bibtex-reformat-previous-reference-keys.
10609 (bibtex-reference-type): Renamed to bibtex-entry-type.
10610 (bibtex-reference-head): Renamed to bibtex-entry-head.
10611 (bibtex-reference-maybe-empty-head): Renamed to
10612 bibtex-entry-maybe-empty-head.
10613 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10614 (bibtex-search-reference): Renamed to bibtex-search-entry.
10615 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10616 bibtex-enclosing-entry-maybe-empty-head.
10617 (bibtex-entry-field-alist, bibtex-entry-head,
10618 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10619 bibtex-map-entries, bibtex-search-entry,
10620 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10621 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10622 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10623 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10624 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10625 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10626 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
10627
106282000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10629
82d2c7c5
DL
10630 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10631 comment.
10632 (bibtex-format-field-delimiters): New function, functionality
10633 extracted from bibtex-format-entry.
10634 (bibtex-autokey-get-yearfield-digits): New function, functionality
10635 extracted from bibtex-autokey-get-yearfield.
10636
10637 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10638 entries in order to avoid stack overflow in the regexp matcher if
10639 field contents become large.
10640 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10641 bibtex-field-string-part-not-braced,
10642 bibtex-field-string-part-no-inner-braces,
10643 bibtex-field-string-part-1-inner-brace,
10644 bibtex-field-string-part-2-inner-braces,
10645 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10646 bibtex-field-string-quoted, bibtex-field-string,
10647 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10648 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10649 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10650 as parsing is now performed by the following functions.
10651 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10652 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10653 bibtex-parse-field-string, bibtex-search-forward-field-string,
10654 bibtex-parse-association, bibtex-field-name-for-parsing,
10655 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10656 bibtex-search-forward-field, bibtex-search-backward-field,
10657 bibtex-start-of-field, bibtex-end-of-field,
10658 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10659 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10660 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10661 bibtex-parse-string, bibtex-search-forward-string,
10662 bibtex-search-backward-string, bibtex-start-of-string,
10663 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10664 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10665 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10666 entries. Instead of reporting the results of the parsing by
10667 match-beginning or match-end, these functions return data structures
10668 that hold the corresponding positions.
10669 (bibtex-enclosing-field): Changed to also report field boundaries by
10670 return values rather than by match-beginning or match-end. The
10671 following functions have been adapted to use the new parsing
10672 functions.
10673 (bibtex-skip-to-valid-entry, bibtex-search-reference,
10674 bibtex-enclosing-field, bibtex-format-entry,
10675 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10676 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10677 bibtex-print-help-message, bibtex-end-of-entry,
10678 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10679 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10680 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10681 method for parsing.
10682 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10683 bibtex-map-entries, bibtex-flash-head,
10684 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10685 bibtex-autokey-change, bibtex-autokey-get-namefield,
10686 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10687 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10688 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10689 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10690 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10691 order to make the new binding of case-fold-search immediately
10692 visible.
99e95407
GM
10693
106942000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10695
82d2c7c5
DL
10696 * textmodes/bibtex.el: Copyright notice is up to date.
10697 Added constant 'bibtex-maintainer-salutation.
99e95407 10698
82d2c7c5
DL
10699 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10700 than make-temp-name, use match-string-no-properties and eliminate
10701 a quadratic behavior when building bibtex-strings.
99e95407 10702
82d2c7c5
DL
10703 * bibtex.el (bibtex-reference-key): Accept string entries whose
10704 reference key contains upper case letters.
99e95407
GM
10705
107062000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10707
82d2c7c5
DL
10708 * bibtex.el (bibtex-reference-head): Allow entries to start with
10709 a new line.
99e95407
GM
10710
107112000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10712
82d2c7c5
DL
10713 * bibtex.el: Hiding of entry bodies is not longer provided by
10714 bibtex.el directly. Instead the hideshow package can be used.
10715 Added a special bibtex entry to hs-special-modes-alist.
10716 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
10717
107182000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10719
f24fef2f
SM
10720 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10721 at ':' characters by call to split-string.
8389e1e2
GM
10722
107232000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10724
f24fef2f 10725 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
10726
107272000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10728
f24fef2f
SM
10729 * textmodes/bibtex.el: Some temporary comments removed.
10730 (bibtex-field-name, bibtex-entry-type): Made the relationship
10731 explicit.
10732 (bibtex-field-const): Allow capital letters.
10733 (bibtex-start-of-string): Deleted because unused.
fa78f71b 10734
f24fef2f
SM
10735 * textmodes/bibtex.el: Unified some nomenclature. We no longer
10736 use the term 'reference' to describe a bibtex entry as a whole.
10737 Further, reference keys are no longer called 'labels'.
10738 (bibtex-keys): Renamed to bibtex-reference-keys.
10739 (bibtex-reformat-previous-labels): Renamed to
10740 bibtex-reformat-previous-reference-keys.
10741 (bibtex-reference-type): Renamed to bibtex-entry-type.
10742 (bibtex-reference-head): Renamed to bibtex-entry-head.
10743 (bibtex-reference-maybe-empty-head): Renamed to
10744 bibtex-entry-maybe-empty-head.
10745 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10746 (bibtex-search-reference): Renamed to bibtex-search-entry.
10747 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10748 bibtex-enclosing-entry-maybe-empty-head.
10749 (bibtex-entry-field-alist, bibtex-entry-head,
10750 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10751 bibtex-map-entries, bibtex-search-entry,
10752 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10753 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10754 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10755 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10756 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10757 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10758 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
10759
107602000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10761
f24fef2f
SM
10762 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10763 comment.
10764 (bibtex-format-field-delimiters): New function, functionality
10765 extracted from bibtex-format-entry.
10766 (bibtex-autokey-get-yearfield-digits): New function, functionality
10767 extracted from bibtex-autokey-get-yearfield.
fa78f71b 10768
f24fef2f
SM
10769 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10770 entries in order to avoid stack overflow in the regexp matcher if
10771 field contents become large.
10772 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10773 bibtex-field-string-part-not-braced,
10774 bibtex-field-string-part-no-inner-braces,
10775 bibtex-field-string-part-1-inner-brace,
10776 bibtex-field-string-part-2-inner-braces,
10777 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10778 bibtex-field-string-quoted, bibtex-field-string,
10779 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10780 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10781 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10782 as parsing is now performed by the following functions.
10783 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10784 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10785 bibtex-parse-field-string, bibtex-search-forward-field-string,
10786 bibtex-parse-association, bibtex-field-name-for-parsing,
10787 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10788 bibtex-search-forward-field, bibtex-search-backward-field,
10789 bibtex-start-of-field, bibtex-end-of-field,
10790 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10791 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10792 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10793 bibtex-parse-string, bibtex-search-forward-string,
10794 bibtex-search-backward-string, bibtex-start-of-string,
10795 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10796 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10797 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10798 entries. Instead of reporting the results of the parsing by
10799 match-beginning or match-end, these functions return data structures
10800 that hold the corresponding positions.
10801 (bibtex-enclosing-field): Changed to also report field boundaries by
10802 return values rather than by match-beginning or match-end. The
10803 following functions have been adapted to use the new parsing
10804 functions.
10805 (bibtex-skip-to-valid-entry, bibtex-search-reference,
10806 bibtex-enclosing-field, bibtex-format-entry,
10807 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10808 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10809 bibtex-print-help-message, bibtex-end-of-entry,
10810 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10811 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10812 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10813 method for parsing.
10814 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10815 bibtex-map-entries, bibtex-flash-head,
10816 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10817 bibtex-autokey-change, bibtex-autokey-get-namefield,
10818 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10819 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10820 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10821 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10822 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10823 order to make the new binding of case-fold-search immediately
10824 visible.
8389e1e2
GM
10825
108262000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10827
f24fef2f
SM
10828 * textmodes/bibtex.el: Copyright notice is up to date.
10829 Added constant 'bibtex-maintainer-salutation.
fa78f71b 10830
f24fef2f
SM
10831 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10832 than make-temp-name, use match-string-no-properties and eliminate
10833 a quadratic behavior when building bibtex-strings.
fa78f71b 10834
f24fef2f
SM
10835 * bibtex.el (bibtex-reference-key): Accept string entries whose
10836 reference key contains upper case letters.
8389e1e2
GM
10837
108382000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10839
f24fef2f
SM
10840 * bibtex.el (bibtex-reference-head): Allow entries to start with
10841 a new line.
8389e1e2
GM
10842
108432000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10844
f24fef2f
SM
10845 * bibtex.el: Hiding of entry bodies is not longer provided by
10846 bibtex.el directly. Instead the hideshow package can be used.
10847 Added a special bibtex entry to hs-special-modes-alist.
10848 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
10849
108502000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10851
82d2c7c5 10852 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
10853 proceedings entry type (for cross referencing). Thanks to Wagner
10854 Toledo Correa for the suggestion.
10855
82d2c7c5 10856 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 10857
eae61d8f
KH
108582000-02-14 Kenichi Handa <handa@etl.go.jp>
10859
10860 * international/characters.el: Setup case table for Vietnamese.
10861
fb07a302
GM
108622000-02-12 Gerd Moellmann <gerd@gnu.org>
10863
10864 * uniquify.el (toplevel): Require CL at compile time.
10865 (uniquify-push): Removed.
10866
10867 * shadowfile.el (shadow-when): Removed.
10868
10869 * tempo.el (tempo-dolist, tempo-mapc): Removed.
10870 (tempo-process-and-insert-string): Use dolist instead of
10871 tempo-dolist.
10872
10873 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
10874 regexp for paragraph-start.
10875
10876 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
10877 commas as well.
10878
a0eddf92
DL
108792000-02-10 Dave Love <fx@gnu.org>
10880
10881 * wid-edit.el: (widgets) [defgroup]: Remove url link.
10882 (widget-color-choice-list, widget-color-history, widget-mouse-help):
10883 Deleted.
10884 (widget-specify-field, widget-specify-button): Don't use
10885 widget-mouse-help as help-echo property.
10886 (default): Use #'ignore for :validate and :mouse-down-action.
10887 (checkbox): Add help-echo.
10888 (widget-sexp-validate): Rewritten to clarify error messages.
10889 (character): Use char-valid-p in :match function.
10890 (widget-color-complete): Use facemenu-color-alist.
10891 (widget-color-action): Use facemenu-read-color.
10892
10893 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
10894 set up `caar' &c that we now have.
10895
82d2c7c5
DL
108962000-02-09 Ray Blaak <blaak@gnu.org>
10897
10898 * delphi.el: Make resourcestring a declaration region, like const
10899 and var.
10900
6cbc1482
DL
109012000-02-09 Dave Love <fx@gnu.org>
10902
10903 * bindings.el (mode-line-input-method-map): New variable.
10904 (mode-line-mule-info): Use it; fix last change.
10905 (mode-line-mode-menu): Move definition.
10906 (mode-line-mouse-sensitive-p): Deleted.
10907 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
10908 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
10909 level.
10910
10911 * startup.el (command-line-1): Don't call
10912 make-mode-line-mouse-sensitive.
10913
f7136ee8
GM
109142000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10915
10916 * mail/rmail.el (rmail-retry-failure): Use
10917 rmail-beginning-of-message before rmail-toggle-header, because the
10918 former toggles headers.
10919
6e1d0d15
SM
109202000-02-06 Stefan Monnier <monnier@cs.yale.edu>
10921
fef8c55b
SM
10922 * diff-mode.el (diff-kill-junk): New interactive function.
10923 (diff-reverse-direction): Use delete-and-extract-region.
10924 (diff-post-command-hook): Restrict the area so that the hook also works
10925 outside of any diff hunk. This is necessary for the minor-mode.
10926 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
10927 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
10928
6e1d0d15
SM
10929 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
10930 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
10931 so that it can be used more easily in <foo>-mode-hook. Also make sure
10932 to avoid duplicate entries.
10933 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
10934 (font-lock-remove-keywords): Just as was done for `add', allow it to
10935 work even if font-lock-mode is nil. Also make sure we don't modify
10936 any pre-existing list by forcing a copy-sequence. Finally rename
10937 `major-mode' to `mode'.
10938 (font-lock-fontify-syntactic-anchored-keywords)
10939 (font-lock-fontify-anchored-keywords)
10940 (font-lock-fontify-keywords-region): Use line-end-position.
10941 Don't make `font-lock-multiline' local (it's now done in
10942 font-lock-set-defaults).
10943 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
10944 move the `font-lock-fontified' creation to inside the `unless'.
10945
a75dfea0
AI
109462000-02-06 Andrew Innes <andrewi@gnu.org>
10947
10948 * term/w32-win.el (x-handle-args): Comment out call to message,
10949 which occurs before window system is initialized.
10950
10951 * makefile.nt: Add support for recompiling lisp code.
10952
b85e9462
DL
109532000-02-04 Dave Love <fx@gnu.org>
10954
9ff33afb
DL
10955 * bindings.el (mode-line-mule-info): Fix/extend last change.
10956
b85e9462
DL
10957 * completion.el: Replace completion-dolist with dolist.
10958
10959 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
10960 dotimes.
10961
44dff075
CD
109622000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
10963
10964 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
10965 environment names before they go into the section regexp.
10966
10967 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
10968 char class in regexp.
10969
10970 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
10971 `case-fold-search' to nil.
10972
10973 * progmodes/idlwave.el (idlwave-template): Respect
10974 `idlwave-abbrev-change-case'.
10975 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
10976 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
10977 idlwave-while): respect `idlwave-reserved-word-upcase'.
10978 (idlwave-rw-case): New function.
10979 (idlwave-statement-match): Fixed problem with assignment regexp.
10980 (idlwave-font-lock-keywords): Improved regexp for keyword
10981 parameters.
a23c5037 10982 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
10983 operators longer than 1 char.
10984
10985 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
10986 idlwave-shell-expression-overlay. Implemented printing of
10987 expressions on higher levels of the calling stack.
10988 (idlwave-shell-display-level-in-calling-stack): Restore stack
10989 level.
10990 (idlwave-retrieve-expression-from-level): New function.
10991 (idlwave-shell-last-calling-stack): Variable removed.
10992 (idlwave-shell-reset): Argument action reversed (`visible' to
10993 `hidden'). Also remove stop-line overlay.
10994 (idlwave-shell-calling-stack-routine): New variable.
10995 (idlwave-shell-parse-stack-and-display): Messages now display
10996 negative level numbers.
10997 (idlwave-shell-mode): Set `modeline-format'.
10998 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
10999 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
11000 21.
11001 (idlwave-shell-print-expression-function): New option.
a23c5037 11002
44dff075
CD
11003 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
11004 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
11005 `tool-bar' instead of `toolbar'.
11006
f26c34fd
DL
110072000-02-02 Dave Love <fx@gnu.org>
11008
11009 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
11010 emacs-lisp-mode-hook. Don't check for defalias being defined.
11011
11012 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11013 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
11014 the new builtins directly.
11015
11016 * whitespace.el (whitespace): Add :version to defgroup.
11017
11018 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
11019 Doc fix.
11020
11021 * thingatpt.el (sexp-at-point, symbol-at-point)
11022 (number-at-point, list-at-point): Add autoload cookie.
11023
11024 * recentf.el (recentf): Add :version to defgroup.
11025
11026 * quickurl.el (quickurl): Add :version to defgroup.
11027
11028 * elide-head.el (elide-head): Use point-marker more.
11029
11030 * bs.el (bs): Add :version to defgroup.
11031
11032 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
11033
11034 * progmodes/delphi.el (delphi): Add :version to defgroup.
11035
d240a249
GM
110362000-02-02 Gerd Moellmann <gerd@gnu.org>
11037
11038 * ange-ftp.el (ange-ftp-write-region): Handle case that
11039 succeeding process operation sets a different coding system.
11040
11041 * calculator.el: New file.
11042
d5179a01
EZ
110432000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
11044
11045 * frame.el (frames-on-display-list, framep-on-display): New
11046 functions.
11047 (display-mouse-p, display-popup-menus-p, display-graphic-p)
11048 (display-selections-p, display-screens, display-pixel-width)
11049 (display-pixel-height, display-mm-width, display-mm-height)
11050 (display-backing-store, display-save-under, display-planes)
11051 (display-color-cells, display-visual-class): New functions.
11052
11053 * term/tty-colors.el (tty-color-gray-shades): New function.
11054
11055 * faces.el (display-color-p): Use framep-on-display.
11056 (display-grayscale-p): New function.
11057
968e00f0
DL
110582000-01-31 Dave Love <fx@gnu.org>
11059
11060 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
11061 (create-fontset-from-x-resource): Don't concat integers.
11062
2cb750ba
GM
110632000-01-31 Inge Frick <inge@nada.kth.se>
11064
11065 * view.el: Some changes in documentation. Removed some trailing
11066 whitespace. Changed some parameter names to agree with
11067 documentation.
11068 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
11069 window is not deleted. Modifies change 1998-04-26.
a23c5037 11070
74e9213b
GM
110712000-01-31 Gerd Moellmann <gerd@gnu.org>
11072
47569935
GM
11073 * windmove.el: New file.
11074
74e9213b
GM
11075 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11076 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 11077 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 11078
74e9213b
GM
11079 * jit-lock.el (jit-lock-function): Widen before calculating end
11080 position.
11081 (jit-lock-stealth-chunk-start): Rewritten.
11082
11083 * info.el (Info-title-face-alist): Removed.
11084 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
11085 faces.
11086 (Info-fontify-node): Use these faces.
11087
994c5afe
GM
110882000-01-30 Gerd Moellmann <gerd@gnu.org>
11089
11090 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
11091 (cl-macro-list1): Recognize `&allow-other-keys' instead of
11092 `&allow-other-keywords'.
11093
11094 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
11095 the list of directories scanned heuristically.
11096
11097 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
11098 exist.
11099
f00276e3
JR
111002000-01-30 Jason Rumney <jasonr@gnu.org>
11101
11102 * w32-fns.el: Define w32-tty-standard-colors.
11103
11104 * startup.el (command-line): Use w32-tty-standard-colors when in
11105 w32 console mode.
11106
cc4dfff0
DL
111072000-01-30 Dave Love <fx@gnu.org>
11108
e645e77b
DL
11109 * jka-compr.el (jka-compr-load): Fix up load-history.
11110
cc4dfff0
DL
11111 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
11112
11113 * emacs-lisp/cl-macs.el: Revert previous change.
11114
16215eb0
DL
111152000-01-29 Dave Love <fx@gnu.org>
11116
11117 * facemenu.el: Purecopy various strings.
11118
11119 * timezone.el (timezone-fix-time): Window against 69 for two-digit
11120 years. Deal with three-digit years.
11121
11122 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
11123 defconst, purecopy.
11124 (help-back-label): Purecopy it.
11125
bbd9b566
GM
111262000-01-18 Gerd Moellmann <gerd@gnu.org>
11127
11128 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
11129 variable. If non-nil, order the buffer list according to the
11130 currently selected frame.
11131 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
11132 non-nil, pass the selected frame to function buffer-list.
a23c5037 11133
887448e1
GM
111342000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11135
11136 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
11137
7df85084
DL
111382000-01-28 Dave Love <fx@gnu.org>
11139
142e109c
DL
11140 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
11141
7df85084
DL
11142 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
11143 Don't use lisp-indent-hook property.
11144 (cl-abs): Remove.
11145
11146 * subr.el: Move out indent and edebug specs for when and unless.
11147
11148 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
11149 when, unless.
11150
11151 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
11152 unless, when.
11153
3b43c01c
GM
111542000-01-28 Gerd Moellmann <gerd@gnu.org>
11155
d060bc9f
GM
11156 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
11157 `collecting' as synonym for `collect'.
11158
11159 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
11160 for the case it contains spaces.
11161
11162 * simple.el (what-cursor-position): Change formatting of
11163 messages.
11164
b02786f9
GM
11165 * frame.el (delete-other-frames): New function.
11166 (toplevel): Bind it to C-x 5 1.
11167
efd68b8a
GM
11168 * sort.el (sort-numeric-base): New option.
11169 (sort-numeric-fields): If number starts with `0' or `0[xX[',
11170 interpret it as octal or hexadecimal. Use sort-numeric-base
11171 as default base.
11172
3b43c01c
GM
11173 * progmodes/glasses.el: New file.
11174
984ae001
GM
111752000-01-27 Gerd Moellmann <gerd@gnu.org>
11176
a0b796e3
GM
11177 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
11178 userids differently.
11179
984ae001
GM
11180 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11181 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11182 progmodes/ebnf-yac.el: New files.
11183
6c67ddee
DL
111842000-01-26 Dave Love <fx@gnu.org>
11185
11186 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
11187 on a function with an empty body. [From Eric Ludlam.]
11188
4e6473c8
GM
111892000-01-25 Andre Spiegel <spiegel@gnu.org>
11190
11191 * vc.el (vc-version-diff): Make sure file name is expanded.
11192
e12489f9
GM
111932000-01-25 Gerd Moellmann <gerd@gnu.org>
11194
11195 * scroll-bar.el (scroll-bar-timer): Variable removed.
11196 (scroll-bar-toolkit-scroll): Don't use a timer.
11197
8dbe2b07
KH
111982000-01-25 Kenichi Handa <handa@etl.go.jp>
11199
11200 * language/thai-util.el (thai-composition-function): Delete
11201 superfluous `a'.
11202
26ef1c87
DL
112032000-01-24 Dave Love <fx@gnu.org>
11204
11205 * fortran.el (fortran-mode): Use beginning-of-defun-function,
11206 end-of-defun-function.
11207
11208 * font-lock.el (turn-on-font-lock): Don't depend on window-system
11209 &c.
11210
7ed4e9a7
JR
112112000-01-22 Jason Rumney <jasonr@gnu.org>
11212
11213 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
11214 conflicts with new face support.
11215
8b7bc628 112162000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
11217
11218 * replace.el (query-replace): Rename last arg to DELIMITED.
11219 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
11220 (query-replace-regexp): Likewise.
11221
8b7bc628 112222000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 11223
02b14400
RS
11224 * subr.el (with-syntax-table): Use make-symbol, not gensym.
11225
5bb6f079
RS
11226 * emacs-lisp/lisp.el (beginning-of-defun-function):
11227 Variable renamed from beginning-of-defun.
11228 Do not call make-variable-buffer-local.
11229 (beginning-of-defun-raw): Use new variable name; doc fix.
11230 (beginning-of-defun): Doc fix.
11231 (end-of-defun-function): Variable renamed from end-of-defun.
11232 Do not call make-variable-buffer-local.
11233 (end-of-defun): Use new variable name; doc fix.
11234
02b14400
RS
11235 * subr.el (dolist, dotimes): Copied from cl-macs.el
11236 and made to work.
2d5e9b54 11237
a23c5037 11238 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
11239 Variable replaces rmail-digest-end-regexp.
11240 Allows multiple regexps for detecting the end line.
11241 (undigestify-rmail-message): Corresponding changes.
11242
60af03f1
DL
112432000-01-19 Dave Love <fx@gnu.org>
11244
fe5d99e1
DL
11245 * files.el (user-init-file): Don't declare here -- is primitive.
11246
60af03f1
DL
11247 * startup.el (command-line): Check for compiled user-init-file and
11248 set to uncompiled version if necessary.
11249
72dbbc7d
GM
112502000-01-18 Gerd Moellmann <gerd@gnu.org>
11251
6a1950ec
GM
11252 * mail/undigest.el (rmail-digest-end-regexp): New user option.
11253 (undigestify-rmail-message): Use it.
11254
72dbbc7d
GM
11255 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
11256
fbe91bbd
GM
112572000-01-17 Gerd Moellmann <gerd@gnu.org>
11258
11259 * tmm.el (tmm-goto-completions): Adapt to prompt being part
11260 of mini-buffer.
11261
33a6685b
GM
112622000-01-14 Gerd Moellmann <gerd@gnu.org>
11263
b3303df7
GM
11264 * emacs-lisp/copyright.el (copyright-update): Removed the
11265 requirement for a trailing space from `copyright-regexp', to
11266 support copyrights with owner specified on a separate line..
a23c5037 11267
3c4c8064
GM
11268 * align.el: New file.
11269
33a6685b
GM
11270 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
11271
11272 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
11273
044a4975
DL
112742000-01-13 Dave Love <fx@gnu.org>
11275
11276 * ph.el: Removed. (Obsoleted by EUDC.)
11277
0a352cd7
GM
112782000-01-13 Gerd Moellmann <gerd@gnu.org>
11279
11280 * net/eudc.el (toplevel): Remove autoloaded code installing
11281 menu with easymenu, because that causes build problems.
11282
11283 * frame.el (frame-notice-user-settings): New variable.
11284 (frame-notice-user-settings): Don't modify frame parameters
11285 if called a second time.
11286
8b7bc628 112872000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
11288
11289 * frame.el (frame-notice-user-settings):
11290 Notice default-frame-parameters even for non-window frames.
11291
feb450e0
GM
112922000-01-13 Gerd Moellmann <gerd@gnu.org>
11293
11294 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
11295 for Emacs.
11296 (eudc-bob-can-display-inline-images): Extend for Emacs.
11297 (eudc-bob-toggle-inline-display): Ditto.
11298 (eudc-bob-display-jpeg): Ditto.
11299
99c6d63b
GM
113002000-01-12 Gerd Moellmann <gerd@gnu.org>
11301
7970b229
GM
11302 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
11303 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
11304 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 11305
e4936aa9
GM
11306 * add-log.el (add-change-log-entry): Fix error trying an `(insert
11307 nil)'.
11308
11309 * subdirs.el: Add `net' directory.
11310
133c9e59
GM
11311 * net: New directory.
11312
99c6d63b
GM
11313 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
11314 eval-last-sexp. Don't bind debug-on-error here.
11315 (eval-last-sexp): New function. Bind debug-on-error if
11316 eval-expression-debug-on-error is non-nil.
11317 (eval-defun-2, eval-defun): Likewise.
11318
11319 * simple.el (eval-expression): Don't bind debug-on-error if
11320 eval-expression-debug-on-error is nil. Detect changed
11321 debug-on-error, and propagate new value to global binding, if
11322 eval-expression-debug-on-error is non-nil,
11323 (eval-expression-debug-on-error): Change doc string.
a23c5037 11324
8b7bc628 113252000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
11326
11327 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
11328
11329 * emacs-lisp/lisp-mode.el (with-syntax-table):
11330 Set up lisp-indent-function property.
11331
11332 * subr.el (with-syntax-table): Moved from simple.el.
11333
11334 * simple.el (with-syntax-table): Moved to subr.el.
11335
7e3c74fa
GM
113362000-01-11 Gerd Moellmann <gerd@gnu.org>
11337
1fab1775
GM
11338 * tmm.el (tmm-shortcut): Delete region after prompt instead
11339 of erasing buffer.
11340
7e3c74fa 11341 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
11342 (fill-context-prefix): Use the longest common prefix of first
11343 and second line fill prefix, if there is one.
7e3c74fa 11344
8b7bc628 113452000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
11346
11347 * array.el (array-mode): Don't use make-variable-buffer-local.
11348 Use make-local-variable for `truncate-lines'.
11349
aa705642 113502000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 11351
aa705642
GM
11352 * add-log.el (add-log-current-defun): Handle user-defined
11353 add-log-current-function returning nil,
a23c5037 11354
57df2446 11355 * add-log.el (add-change-log-entry): Insert version number
aa705642 11356 if having found a current function
c1356086
GM
11357
11358 * add-log.el (add-log-current-defun): Call
11359 `add-log-current-defun-function'. Try matches at level 0 and
11360 level 1. Strip whitespace from defun found.
a23c5037 11361
1d8c59e9
RS
113622000-01-10 John Wiegley <johnw@gnu.org>
11363
11364 * allout.el (isearch-done/outline-provisions): Added `edit'
11365 argument to correspond with the current definition of
11366 `isearch-done'.
11367
8cf87e9b
DL
113682000-01-10 Dave Love <fx@gnu.org>
11369
11370 * elide-head.el (elide-head): Use point-marker, not point.
11371
9050446c
GM
113722000-01-10 Gerd Moellmann <gerd@gnu.org>
11373
8321b22a
GM
11374 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
11375 before and after the year 2000.
a23c5037 11376
9050446c
GM
11377 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
11378 Add ispell- prefix.
11379
113802000-01-10 Ken Stevens <k.stevens@ieee.org>
11381
11382 * ispell.el: Only define dictionaries in menus when they exist.
11383 (version18p): New variable.
11384 (version20p): New variable.
11385 (xemacsp): New variable.
11386 (ispell-choices-win-default-height): Fix for XEmacs visibility.
11387 (ispell-dictionary-alist1): Added Brasileiro dictionary.
11388 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 11389 run-together words.
9050446c
GM
11390 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
11391 (ispell-dictionary-alist): Add koi8-r to customize definition.
11392 (check-ispell-version): Added documentation string. Returns
f24fef2f 11393 library path when called non-interactively.
9050446c
GM
11394 (ispell-menu-map-needed): Uses new variables.
11395 (ispell-library-path): New variable.
11396 (ispell-decode-string): XEmacs fix for bogus variable bindings.
11397 (ispell-word): Improved documentation string. Test for valid
11398 character mappings. Correctly check typed in word changes that can
11399 result in single words split into multiple words. Returns
11400 replacement word.
11401 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
11402 replace in recursive query replace mode. Help message for
11403 recursive edit mode.
11404 (ispell-show-choices): Protect against bad framepop bindings.
11405 (ispell-help): Fix to work with XEmacs.
11406 (ispell-highlight-spelling-error): Use new variables.
11407 (ispell-overlay-window): Fix to work with XEmacs.
11408 (ispell-parse-output): Passed and returns location information
11409 tracking spelling corrections. Doesn't recheck same word on
11410 current line.
11411 (ispell-init-process): Protect against bogus XEmacs variable binding.
11412 Fix call to single argument in sleep-for. Use new variables.
11413 (ispell-region): Passed and returns location information tracking
11414 spelling corrections. Doesn't check same word on current line.
11415 Improved documentation string. Doesn't resend a line already
11416 checked to the ispell process - fixes bug in LaTeX parsing.
11417 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
11418 (ispell-skip-region): No longer skips <TT> in SGML.
11419 (ispell-process-line): Tracks location information with spelling
11420 corrections. Added documentation string. Accounts for words
11421 already accepted on this line. Don't allow query-replace on line
11422 starting with math characters. Doesn't resend a line already sent
11423 to ispell process. Fixes alignment error bug.
a23c5037 11424
8b7bc628 114252000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 11426
a23c5037 11427 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
11428 Suggest xloadimage, which is free, not xv, which isn't.
11429
a23c5037 11430 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
11431 Don't ever include the host name or user name in the value.
11432
9ed79f5d
GM
114332000-01-09 Gerd Moellmann <gerd@gnu.org>
11434
11435 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
11436 of a real newline.
11437
b950abb1
GM
114382000-01-09 Stephen Eglen <stephen@gnu.org>
11439
a23c5037 11440 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
11441 for .png files.
11442
3c708e98
GM
114432000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
11444
11445 * cus-edit.el (custom-hook-convert-widget): Fix comment.
11446
bf61662d
GM
114472000-01-09 Gerd Moellmann <gerd@gnu.org>
11448
f1d851ae
GM
11449 * progmodes/cperl-mode.el: Replace ^F with ^L.
11450
bf61662d 11451 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 11452 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
11453 recursion.
11454
c65d14ee
DL
114552000-01-08 Dave Love <fx@gnu.org>
11456
8cf87e9b
DL
11457 * emacs-lisp/backquote.el: Remove inappropriate customization
11458 (allowing custom.el to use backquote).
c65d14ee 11459
83de2ebc
DL
114602000-01-07 Dave Love <fx@gnu.org>
11461
11462 * add-log.el (add-log-debugging): Deleted.
11463 (add-change-log-entry): Treat a backup FILE-NAME as its parent
11464 file. Remove debugging code.
11465 (change-log-get-method-definition, change-log-name): Add doc.
11466 (change-log-sortable-date-at): New function.
11467 (change-log-merge): New command.
11468
11469 * time.el (display-time-string-forms): Make the Mail string active.
11470 (display-time-update): Provide help-echo for load average.
11471
11472 * bindings.el (make-mode-line-mouse2-map): New function.
11473 (mode-line-modified): Use it and simplify.
11474 (mode-line-mule-info): Provide help-echo info.
11475 (minor-mode-alist): Activate the strings.
11476 (make-mode-line-mouse-sensitive): Simplify for
11477 mode-line-buffer-identification.
11478
c1475eae
GM
114792000-01-07 Gerd Moellmann <gerd@gnu.org>
11480
11481 * play/pong.el: New file.
11482
83de2ebc
DL
114832000-01-06 Dave Love <fx@gnu.org>
11484
11485 * array.el: Assorted cleanups for compiler warnings, doc strings,
11486 `array-' prefix for symbols.
11487
114882000-01-05 Dave Love <fx@gnu.org>
11489
11490 * textmodes/outline.el (outline-mode-menu-bar-map): Add
11491 outline-headers-as-kill.
11492 (outline-mode): Define imenu-generic-expression.
11493 (outline-headers-as-kill): New command.
11494
11495 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
11496 from paragraph-start.
11497 (paragraph-indent-minor-mode): New command.
11498
11499 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
11500 M-C-e, M-C-h, C-j, C-xnd, TAB.
11501 (fortran-mode): Set beginning-of-defun, end-of-defun.
11502 (fortran-column-ruler): Simplify.
11503 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
11504 (fortran-with-subprogram-narrowing): Likewise.
11505 (fortran-indent-subprogram): Call mark-defun.
11506 (fortran-check-for-matching-do): Change narrowing.
11507
11508 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
11509 (cl-lucid-hash-tag): Delete.
11510 (cl-hash-table-p): Correct test for native table.
11511 (cl-hash-table-count): Use hash-table-count.
11512
11513 * browse-url.el (browse-url): Fix case of
11514 browse-url-browser-function being an alist.
11515
676ac023
CD
115162000-01-05 Carsten Dominik <cd@gnu.org>
11517
c1475eae
GM
11518 * textmodes/reftex-vars.el (reftex-parse-file-extension)
11519 (reftex-index-phrase-file-extension): New options.
676ac023
CD
11520
11521 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 11522 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
11523
11524 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 11525 `reftex-parse-file-extension'.
eb483e17 11526
88807984
DL
115272000-01-05 Dave Love <fx@gnu.org>
11528
83de2ebc 11529 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
11530 (beginning-of-defun-raw): Use it.
11531 (end-of-defun): New variable.
11532 (end-of-defun): Use it.
11533 (check-parens): New command.
11534
1362aeb4
TTN
115352000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
11536
c1475eae
GM
11537 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
11538 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 11539
7ddafb95
TTN
11540 Fix buglet in local variables initialization.
11541
7334aa99
AS
115422000-01-05 Andreas Schwab <schwab@suse.de>
11543
11544 * hscroll.el (hscroll): Doc fix.
11545
b12e24cd
CD
115462000-01-05 Carsten Dominik <cd@gnu.org>
11547
11548 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
11549 idlw-toolbar.
11550
11551 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
11552 file idlw-rinfo.el.
1362aeb4
TTN
11553 (idlwave-customize): load must read file idlw-shell.el.
11554 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 11555
d6226972
CD
115562000-01-05 Carsten Dominik <dominik@astro.uva.nl>
11557
11558 * progmodes/idlw-shell.el: Also provide idlwave-shell
11559 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
11560 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
11561
11562 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
11563 both reftex-dcr and reftex-vcr.
1362aeb4 11564
d6226972
CD
11565 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
11566
6ddb893f 115672000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
11568
11569 * ps-print.el: PostScript code now is in separate files, doc fix.
11570 (ps-print-version): New version number (5.0.3).
11571 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
11572 local.
11573 (ps-spool-config): Initialization fix.
c1475eae
GM
11574 (ps-print-prologue-1, ps-print-prologue-2)
11575 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
11576 (ps-background-image): Little code reformating.
11577 (ps-begin-file, ps-begin-job): Fix code.
88807984 11578 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
11579 (ps-prologue-file): New fun.
11580
ae833aae
KH
115812000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11582
c1475eae 11583 * ps-vars.el: Eliminated.
ae833aae
KH
11584
11585 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
11586 `;;;###autoload'.
11587
11588 * ps-print.el: ps-vars eliminated, doc fix.
11589 (ps-print-version): New version number (5.0.2).
11590 (ps-spool-config): Initialization fix.
11591 (ps-print-customize): New fun.
11592
560a7bd2
GM
115932000-01-04 Gerd Moellmann <gerd@gnu.org>
11594
11595 * autorevert.el (auto-revert-mode): Return value of
11596 auto-revert-mode.
11597
f45dd0f4
DL
115982000-01-04 Dave Love <fx@gnu.org>
11599
fae2ac05
DL
11600 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
11601 menu items.
f45dd0f4 11602
61255981
DL
116032000-01-03 Dave Love <fx@gnu.org>
11604
88807984 11605 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 11606
83de2ebc 11607 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
11608 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
11609 `cl-hash-table-p', not `hash-table-p'.
11610 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
11611
c182a70f
EZ
116122000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11613
11614 * faces.el (face-read-integer, read-face-attribute)
11615 (color-defined-p, color-values): unspecified-{f,b}g are now
11616 strings.
11617
047f434a
GM
116182000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
11619
11620 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
11621 at comment end, and re-insert them after filling.
11622
bab531e2
EZ
116232000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11624
11625 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
11626 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
11627 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 11628
d684c676
EZ
116292000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11630
11631 * term/x-win.el (xw-defined-colors): Call color-supported-p,
11632 the new name of face-color-supported-p.
11633
11634 * term/w32-win.el (xw-defined-colors): Likewise.
11635
0aad4805
EZ
116362000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11637
11638 * simple.el (completion-setup-function): Count completion-size
11639 from minibuffer-prompt-end, not from point-min.
11640
5fe1d139
EZ
116412000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
11642
11643 * faces.el (read-face-attribute, defined-colors, color-defined-p):
11644 Pass the frame to tty-color-* functions.
11645 (display-color-p, frame-set-background-mode): Pass the frame to
11646 tty-display-color-p.
11647
11648 * term/tty-colors.el (tty-defined-color-alist): Renamed from
11649 tty-color-alist.
11650 (tty-color-alist, tty-modify-color-alist): New functions.
11651 (tty-color-define, tty-color-clear, tty-color-approximate)
11652 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
11653 an optional parameter FRAME.
11654
162dec01
GM
116552000-01-01 Gerd Moellmann <gerd@gnu.org>
11656
27189709
GM
11657 * image.el (create-image, defimage): Don't assume image data is a
11658 string.
11659
162dec01
GM
11660 * image.el (defimage): Handle specifications containing :data
11661 instead of :file.
11662 (image-type-from-data): New function.
11663 (image-type-from-file-header): Use it.
11664 (create-image): Add parameter DATA-P.
1362aeb4 11665
bea56df7 11666See ChangeLog.8 for earlier changes.
25a6fab1
KH
11667
11668;; Local Variables:
e64c3a75 11669;; coding: iso-2022-7bit
25a6fab1 11670;; End: