(vc-insert-file): Rewritten. Don't bother about auto-save-mode.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
ad88b950
SZ
12000-11-04 11:48:02 ShengHuo ZHU <zsh@cs.rochester.edu>
2
3 * calendar/calendar.el (diary-face, holiday-face): Fix typo.
4 * info.el (info-menu-header): Fix typo.
5
546790cb
JR
62000-11-04 Jason Rumney <jasonr@gnu.org>
7
8 * language/european.el (decode-mac-roman): Test against r1 not r0.
9
d247e32d
SM
102000-11-03 Stefan Monnier <monnier@cs.yale.edu>
11
fbf44f44
SM
12 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
13 (icon-mode): Define indent-line-function.
14 (icon-comment-indent): Simplify.
15 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
16
17 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
18
19 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
20 Bind change-log-default-mode to defeat the caching done on it.
21 Don't bother saving excursion any more.
22
23 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
24
25 * frame.el (after-setting-font-hook): Rename hooks -> hook.
26 (set-frame-font): Use the new name (and the old for compatibility).
27
28 * toolbar/tool-bar.el (tool-bar-mode):
29 * time.el (display-time-mode):
30 * recentf.el (recentf-mode):
31 * paren.el (show-paren-mode):
32 * mwheel.el (mouse-wheel-mode):
33 * msb.el (msb-mode):
34 * jka-compr.el (auto-compression-mode):
35 * image-file.el (auto-image-file-mode):
36 * hl-line.el (hl-line-mode):
37 * delsel.el (delete-selection-mode):
38 * autoinsert.el (auto-insert-mode):
39 * complete.el (partial-completion-mode): Drop unneeded positional args.
40
41 * info.el (Info-mode):
42 * comint.el (comint-mode): Don't both with make-local-hook.
43
d247e32d
SM
44 * log-edit.el (log-edit-menu): New menu.
45
4921558e
MB
462000-11-03 Miles Bader <miles@gnu.org>
47
48 * wid-edit.el (widget-end-of-line): Reinstate, with a new
49 definition, so that trailing spaces are handled properly.
50 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
51
1fc02b3c
GM
522000-11-03 Gerd Moellmann <gerd@gnu.org>
53
54 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
55 tab character.
56 (fancy-splash-screens): Set tab-width to 20.
57
51d001f7
DL
582000-11-03 Dave Love <fx@gnu.org>
59
60 * comint.el (comint-completion-addsuffix): Fix custom type.
61
ba22aeff
SM
622000-11-02 Stefan Monnier <monnier@cs.yale.edu>
63
64 * font-lock.el (font-lock-buffers): Remove.
65 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
66 (font-lock-change-major-mode): Remove.
67 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
68 (font-lock-default-fontify-region): Extend the multiline
69 fontification to whole lines.
70 (font-lock-fontify-anchored-keywords)
71 (font-lock-fontify-keywords-region): If matching just one
72 line (with \n) only mark the \n as multiline.
73
74 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
75 Correctly handle the case where several :group args are supplied.
76 Allow :extra-args.
77 (easy-mmode-define-global-mode): Allow :extra-args.
78 Correctly handle the case where several :group args are supplied.
79
9c887ada
MB
802000-11-02 Miles Bader <miles@gnu.org>
81
82 * calendar/calendar.el (diary-face, calendar-today-face)
83 (holiday-face): Remove dependency on `window-system'.
84
7f25090d
KR
852000-11-02 Ken Raeburn <raeburn@gnu.org>
86
87 * Makefile.in (emacs): Set EMACSLOADPATH always.
88 (update-authors, .el.elc, compile-files): Don't do it explicitly
89 here.
9b911107 90 (compile-files): Bomb out if compilation of a file fails.
7f25090d 91
7dd6009c
DL
922000-11-02 Dave Love <fx@gnu.org>
93
94 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
95
94821e4f
EZ
962000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
97
98 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
99 punctuation in the warning inserted into the *mail* buffer.
100
1ac3fc42
GM
1012000-11-02 Gerd Moellmann <gerd@gnu.org>
102
57731876
GM
103 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
104 (authors-public-domain-p): New function.
105 (authors-print): Use it.
106
975f82c9
GM
107 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
108
1ac3fc42
GM
109 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
110
4b3eb10f
GM
1112000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
112
975f82c9 113 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
114 (ps-print-version): New version number (6.3.1).
115 (ps-even-or-odd-pages): Customization fix.
116 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
117 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
118 (ps-page-count): Var replaced by `ps-page-column'.
119 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
120 (ps-print-sheet-p): New fun.
121
7da794df
MB
1222000-11-02 Miles Bader <miles@lsi.nec.co.jp>
123
124 * tooltip.el (tooltip-gud-tips-setup): New function.
125 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
126 (tooltip-mode): Call tooltip-gud-tips-setup.
127 (tooltip-gud-tips): Use `gud-basic-call' instead of
128 process-send-string, so the prompt gets frobbed appropriately.
129 Handle nil return value from `tooltip-gud-print-command'.
130
0e40b809
EL
1312000-11-01 Eric M. Ludlam <zappo@ultranet.com>
132
133 * comint.el (comint-add-to-input-history): New function.
134 (comint-send-input): Use `comint-add-to-input-history'.
135
50ada0db
MB
1362000-11-02 Miles Bader <miles@lsi.nec.co.jp>
137
973a3104
MB
138 * info.el (info-menu-header): New face.
139 (Info-fontify-menu-headers): New function.
140 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
141
50ada0db
MB
142 * info.el (Info-insert-dir): Don't include blank lines at
143 beginning of additional dir files (one is added automatically).
144
bff53411
SM
1452000-11-01 Stefan Monnier <monnier@cs.yale.edu>
146
147 * emacs-lisp/easy-mmode.el (define-minor-mode):
148 Revert the latest changes.
149 Allow the three positional arguments to be skipped and replaced
150 by keyword arguments.
151 Add a :toggle argument to determine whether a nil arg means toggle
152 or means turn-on. The default is unchanged.
153 Add a call to force-mode-line-update.
154
6b8a0b2d
DL
1552000-11-01 Dave Love <fx@gnu.org>
156
157 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
158 cookie.
159
5bf99100
MB
1602000-11-01 Miles Bader <miles@lsi.nec.co.jp>
161
162 * calendar/calendar.el (diary-face, holiday-face): Add
163 dark-background variants.
164
a4032611
SS
1652000-10-31 Sam Steingold <sds@gnu.org>
166
167 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
168 `tex-main-file' does not have directory in it.
169
c286608e
SM
1702000-10-31 Stefan Monnier <monnier@cs.yale.edu>
171
172 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
173
4836835a
TTN
1742000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
175
176 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
177 functional change.
178
26dcb81b
GM
1792000-10-31 Gerd Moellmann <gerd@gnu.org>
180
181 * files.el (find-file-noselect): When we expand a wildcard, return
182 a list of buffers, as we should do according to the doc string.
183
49fc4500
KR
1842000-10-31 Ken Raeburn <raeburn@gnu.org>
185
186 * loadup.el (top level): Adjust load path if program name is
187 "../src/bootstrap-emacs", in case it's not dumped and thus the
188 load path adjustment hasn't already been done.
189
ea0c615d
GM
1902000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
191
192 * ps-print.el: Fix bug on selected pages for printing. Use
193 `color-values' for Emacs 21. Ensure fontification when jit-lock
194 is on. Try to avoid warning messages when compiling. Doc Fix.
195 (ps-print-version): New version number (6.3).
196 (ps-color-device): Use `color-values' to determine if device
197 supports color.
198 (ps-color-values): Try to use `x-color-values' when using XEmacs.
199 (ps-print-page-p): Changed from defsubst to defun.
200 (ps-page-number): Changed from defmacro to defun.
201 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
202 printing.
c286608e 203 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
204 (ps-end-file, ps-dummy-page): Funs eliminated.
205 (ps-print-color-scale): Changed default value.
206 (ps-page-n-up, ps-print-page-p): New internal vars.
207 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
208 (ps-plot-region, ps-generate, ps-end-job): Code fix.
209
9e20722f
GM
210 * delim-col.el: Little programming improvement.
211 (delimit-columns-str): New macro.
212 (delimit-columns-region, delimit-columns-rectangle): Code fix.
213
d7a0fd00
KH
2142000-10-31 Kenichi Handa <handa@etl.go.jp>
215
c286608e
SM
216 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
217 Moved to european.el.
d7a0fd00
KH
218 (ccl-encode-mac-roman-font, fontset-mac): Modified for
219 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
220 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
221 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 222
234be340
DL
2232000-10-30 Dave Love <fx@gnu.org>
224
225 * progmodes/cc-menus.el (imenu-generic-expression)
226 (imenu-progress-message): Only defvar when compiling.
227
4edc4a39
DL
228 * emacs-lisp/elp.el (elp-unload-hook): New function.
229
230 * loadhist.el (unload-feature): Call elp-restore-function,
231 checking for symbols; don't use elp-restore-all.
232 (loadhist-hook-functions): Doc fix.
233
70c825df
SM
2342000-10-30 Stefan Monnier <monnier@cs.yale.edu>
235
236 * log-edit.el (log-edit-confirm): Fix the default.
237
1d3baf74
GM
2382000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
239
240 * delim-col.el: Little fix: replace delimit-columns-align-columns by
241 delimit-columns-format.
242 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 243
1ec321a7
MB
2442000-10-30 Miles Bader <miles@lsi.nec.co.jp>
245
246 * comint.el (comint-replace-by-expanded-history): Don't use
247 comint-get-old-input (we're not looking at *old* input).
248 (comint-get-old-input-default): If using fields, signal an error
249 when the point is not in an input field.
250
70737ea9
KH
2512000-10-30 Kenichi Handa <handa@etl.go.jp>
252
253 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
254 and mule-unicode-e000-ffff.
255
fa0cb51d 256 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
257 (make-coding-system): Accept a symbol of translation table as a
258 value of property `safe-chars'.
259
260 * international/mule-cmds.el (encode-coding-char): Check property
261 safe-chars instead of safe-charsets.
262
263 * international/fontset.el (fontset-default): Modified for
264 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
265 (x-font-name-charset-alist): Likewise.
266 (ccl-encode-unicode-font): New CCL program. Record it in
267 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
268
70c825df
SM
269 * language/european.el (mac-roman-decoder, mac-roman-encoder):
270 New translation tables.
70737ea9
KH
271 (decode-mac-roman, encode-mac-roman): Definition of these CCL
272 programs are modified and moved from mac-win.el.
273 (mac-roman): Definition of this coding system is modified and
274 moved from mac-win.el.
4836835a 275
fda2ce24 2762000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 277
1d3baf74 278 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 279 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 280
dd4d3cb6
MB
2812000-10-29 Miles Bader <miles@gnu.org>
282
283 * custom.el (custom-add-to-group): Allow multiple entries for a
284 given value OPTION, as long as their widget types are different.
285 * cus-edit.el (custom-face-value-create): If face name doesn't end
286 with "face", add such here (similar to custom group widgets).
287
288 * comint.el (comint-highlight-prompt): Add :type.
289
dace60cf
JW
2902000-10-28 John Wiegley <johnw@gnu.org>
291
292 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
293 Changed this function to operate on a temporary buffer instead of
294 the main buffer. This not only keeps flyspell from marking a
295 buffer as changed that wasn't, but it solves the jumpy cursor
296 problem when attempts are made to edit incorrect words.
297 (flyspell-maybe-correct-doubling): Same change as for
298 `flyspell-maybe-correct-transposition'.
299
300 * calendar/timeclock.el (timeclock-log): Doc fix.
301 (timeclock-last-event): Doc fix.
302 (timeclock-log): Kill the timelog buffer after appending a new
303 event.
304 (timeclock-find-discrep): Use a temp buffer to read in the
305 timelog, instead of visiting the file.
306 (timeclock-log-data): A new function, along with a host of helper
307 functions, for the purpose of making timelog data accessible to
308 programmers.
309
310 * eshell/esh-mode.el (window-height test): Make certain that
311 `eshell-stringify-t' is non-nil.
312 (eshell-password-prompt-regexp): Changed to a much simpler
313 password regexp.
314 (eshell-send-input): If `eshell-invoke-directly' returns t,
315 directly invoke the parsed command using `eval'. This improves
316 turn-around time on simple commands by a factor of three or
317 greater, such as cd, ls, pwd, etc. -- which get used very often.
318 It also conserves thousands of cons cells per call (since
319 `eshell-do-eval' consumes memory like a Cookie Monster set loose
320 in the Pacific Cookie Company).
321
322 * eshell/esh-test.el (eshell-test): Whitespace fix.
323
324 * eshell/em-ls.el (eshell-ls-insert-directory): Make
325 `eshell-ls-initial-args' nil when inserting directory contents.
326
327 * eshell/em-script.el (eshell-script-initialize): Add names to
328 `eshell-complex-commands, since `source' and `.' are complex.
329
0467b076
EZ
330 * eshell/esh-cmd.el (eshell-rewrite-for-command)
331 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
332 `eshell-copy-handles'.
333 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
334 bodies.
335 (eshell-separate-commands): Whitespace fix.
336 (eshell-complex-commands): Added a new list of names, for
337 determining whether a given command is as simple as it looks.
338 (eshell-invoke-directly): New function. Returns t if a command
339 should be invoked directly (using `eval'), rather than indirectly
340 using `eshell-do-eval'.
341 (eshell-do-eval): Whitespace fix.
342
343 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
344 which provides an emulation of the DOS shell behavior of assuming
345 that cp/mv/ln should copy/move/link to the current directory.
346 (eshell-remove-entries): Added a doc string.
347 (eshell-shuffle-files): Removed the check for `target' being null.
348 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
349 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
350 it to do a smarter check of whether a destination was provided.
351 (eshell/mv, eshell/cp): Enable `:preserve-args'.
352 (eshell/ln): Enable `:preserve-args', and use
353 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
354 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
355 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
356 list after flattening it. This makes it possible to cat files
357 with numerical names.
358 (eshell-unix-initialize): Added several names to
359 `eshell-complex-commands.
360 (eshell-unix-command-complex-p): Return t if a given command name
361 may result in external processes being invoked.
362
363 * eshell/em-glob.el (eshell-glob-show-progress): Make this
364 variable nil by default, since it slows down glob processing by a
365 factor of two or more, and increases memory consumption.
366
367 * eshell/em-smart.el: Added a note about how memory consumptive
368 smart display mode can be (at least this is true in Emacs 21).
369 (eshell-smart-initialize): Whitespace fix.
370 (eshell-refresh-windows): Use `if' instead of `when'.
371 (eshell-smart-scroll-window): Calling `save-current-buffer' was
372 not necessary.
373 (eshell-currently-handling-window): Added a missing global
374 variable.
375
376 * eshell/em-ls.el (eshell-do-ls): Code simplification.
377 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
378 Whitespace fix.
379 (eshell-ls-exclude-hidden): Added this variable in addition to
380 `eshell-ls-exclude-regexp'. This one prevents files beginning
381 with . from even being read, which can improve memory consumption
382 quite a bit.
383 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
384 read file entries beginning with a dot. In home directories with
385 lots of hidden files, fully two-thirds of the time spent in ls is
386 used to read directory entries that are immediately thrown away.
387 (eshell-ls-initial-args): Added back this configuration variable,
388 for specifying default initial arguments to every call to ls.
389 Much faster than using an alias to do the same thing.
390 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
391 (eshell-ls-dir): Whitespace change.
392
393 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
394
395 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
396 available.
397 (eshell-stringify-t): Added a customization variable, to indicate
398 whether `t' should be rendered as a string at all. If not, one
399 can still determine if the result of an expression is true using
400 "file-exists-p FILE && echo true".
401 (eshell-stringify): If `eshell-stringify-t' is nil, don't
402 stringify t!
403
404 * eshell/esh-module.el: Whitespace fix.
405
406 * eshell/em-alias.el (eshell-alias-initialize): Added
407 `eshell-command-aliased-p' to `eshell-complex-commands'.
408 (eshell-command-aliased-p): New function that returns t if a
409 command name names an aliased.
410
657f9cb8 4112000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 412
0467b076 413 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 414 redrawing the screen when changing cursor color.
0467b076
EZ
415 (viper-insert-state-pre-command-sentinel)
416 (viper-replace-state-pre-command-sentinel)
70c825df
SM
417 (viper-replace-state-post-command-sentinel):
418 Use viper-preserve-cursor-color.
657f9cb8
MK
419 Many functions changed to use viper= instead of = when comparing
420 characters.
0467b076 421 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 422 working with characters.
0467b076 423 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
424 Many functions changed to use viper= instead of = when comparing
425 characters.
0467b076 426 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 427
0467b076 428 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 429 Several typos fixed in various docstrings.
0467b076
EZ
430 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
431 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 432 hook.
0467b076
EZ
433 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
434 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
435 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
436 (ediff-get-selected-buffers): New function.
437 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
438 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 439 save-window-excursion.
0467b076 440 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 441 termination check in while loop.
0467b076 442 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 443 dired buffer.
0467b076
EZ
444 (ediff-files,ediff-merge-files,ediff-files3)
445 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 446
4f490d99
DL
4472000-10-28 Dave Love <fx@gnu.org>
448
449 * info.el (Info-fontify-node): Add help-echo for menu items.
450
45b84006
EZ
4512000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
452
5ebc02b3
EZ
453 * startup.el (normal-top-level): If the value of $TERM indicates
454 we are running from xterm or one of its work-alikes, default to a
455 light background mode.
456
45b84006
EZ
457 Support for -fg, -bg, and -rv command-line arguments for TTYs:
458 * faces.el (tty-handle-reverse-video): New function.
459 (tty-create-frame-with-faces): Call it.
460
461 * frame.el (frame-notice-user-settings): Don't apply
462 default-frame-alist and initial-frame-alist to MS-DOS frames.
463 Call tty-handle-reverse-video, frame-set-background-mode, and
464 face-set-after-frame-default for non-MS-DOS frames.
465
466 * startup.el (tty-long-option-alist): New variable.
467 (tty-handle-args): New function.
468 (command-line): Call tty-handle-args.
469
470 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
471 startup.el now does that for all character-terminal frames.
472
eab6e8b9
MB
4732000-10-28 Miles Bader <miles@gnu.org>
474
475 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
476 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
477 global. If :global is followed by a non-nil but non-t value,
478 make the mode buffer-local, but also generate a `global-MODE'
479 version using `easy-mmode-define-global-mode'. Add
480 :conditional-turn-on keyword argument.
481
51a29efc
DL
4822000-10-28 Dave Love <fx@gnu.org>
483
484 * international/latin1-disp.el (latin1-char-displayable-p): Don't
485 use window-system.
486
d71d7114
EZ
4872000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
488
489 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
490 Don't call find-buffer-file-type-coding-system. Instead, just
491 set eol-type to -unix if inhibit-eol-conversion is in effect, or
492 if the file is on an untranslated filesystem.
493 (add-untranslated-filesystem): Use "D" instead of "f" inside
494 interactive.
495
1f9cab4b
DL
4962000-10-27 Dave Love <fx@gnu.org>
497
70c825df 498 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
499 (refill-mode): Use it.
500
70c825df
SM
5012000-10-27 Stefan Monnier <monnier@cs.yale.edu>
502
503 * international/quail.el (quail-activate): Don't make-local-hook.
504
7432cf10
AS
5052000-10-27 Andre Spiegel <spiegel@gnu.org>
506
4836835a 507 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 508 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
509 (vc-make-version-backup): Don't do it on MS-DOS without long file
510 names.
4836835a 511
7432cf10
AS
512 * vc.el (vc-version-other-window): If an automatic backup of the
513 desired version exists, rename it instead of copying it.
514
4836835a
TTN
515 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
516 after command. If there's an unexpected error, signal it instead
7432cf10 517 of being silent.
e1483c38 518 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 519
05ea7ef2
MB
5202000-10-27 Miles Bader <miles@lsi.nec.co.jp>
521
fd1035aa
MB
522 * shell.el (shell): Add BUFFER argument.
523 * comint.el (make-comint-in-buffer): New function.
524 (make-comint): Use it.
525
05ea7ef2
MB
526 * faces.el (face-spec-choose): Change syntax so that the list of
527 attribute-value pairs is now the cdr of each clause, not the cadr.
528 Detect old-style entries, and handle them. Use pop.
529
835a55fe
SM
5302000-10-26 Stefan Monnier <monnier@cs.yale.edu>
531
f5ab1cdd
SM
532 * cus-edit.el (custom-mode-map): Use a sparse map.
533 (custom-mode): Don't bother with make-local-hook.
534
535 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
536
835a55fe
SM
537 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
538
c13b0ec8
GM
5392000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
540
541 * ps-print.el: Avoid compilation gripes.
542 (ps-print-version): New version number (6.2.1).
4836835a 543
e9f63196
DL
5442000-10-26 Dave Love <fx@gnu.org>
545
0b95284b
DL
546 * menu-bar.el: Modify some menu item help strings.
547 (menu-bar-help-menu): Add link to MORE.STUFF.
548
e9f63196
DL
549 * cus-edit.el (custom-mode): Add `special' mode-class property.
550
551 * wid-browse.el (widget-browse-mode): Likewise.
552
553 * wid-edit.el (widget-specify-field): Revert to using local-map
554 property, not keymap.
555
e276a14a
MB
5562000-10-26 Miles Bader <miles@lsi.nec.co.jp>
557
c1545d88
MB
558 * wid-edit.el (widget-field-end): When checking for a `boundary'
559 field, do so in the correct buffer.
560
3c1b77ca
MB
561 * simple.el (undo): Correctly distinguish between numeric and
562 non-numeric prefix args in non-transient-mark-mode, as per the doc
563 string. When in transient-mark-mode, treat all prefix-args as
564 numeric.
565
f5ab1cdd
SM
566 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
567 Position point on match. Handle N == 0 correctly.
22626d9d
MB
568
569 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
570 (comint-mode-map): Reverse order of `comint-write-output' and
571 `comint-append-output-to-file'.
572 (comint-append-output-to-file): Reinstate this function, for the
573 benefit of the menu.
574
d97151cb
SM
5752000-10-25 Stefan Monnier <monnier@cs.yale.edu>
576
577 * vc.el (vc-version-other-window): Bind `file'.
578
ea7d6f5b
GM
5792000-10-25 Gerd Moellmann <gerd@gnu.org>
580
f5ab1cdd 581 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
582
583 * emacs-lisp/authors.el (batch-update-authors): New function.
584 (authors-fixed-entries): New defconst.
585 (authors-add-fixed-entries): New function.
586 (authors): Call it.: Don't process lispref/.
587
17c25cea
JR
5882000-10-25 Jason Rumney <jasonr@gnu.org>
589
590 * cus-edit.el (custom-button-face, custom-button-pressed-face):
591 Merge x w32 and mac definitions.
592
4ecda532
GM
5932000-10-25 Gerd Moellmann <gerd@gnu.org>
594
595 * menu-bar.el (menu-bar-options-menu): Add a help string for
596 `uniquify'.
597
b6735035
GM
5982000-10-25 Stephen Gildea <gildea@alum.mit.edu>
599
f5ab1cdd
SM
600 * time-stamp.el (time-stamp-string-preprocess):
601 Fix a wrong type argument error.
b6735035 602
f4cbc7a0
MB
6032000-10-25 Miles Bader <miles@gnu.org>
604
605 * recentf.el (recentf-mode): Variable removed.
606 (recentf-mode): Use `define-minor-mode'.
607
608 * mwheel.el (mouse-wheel-mode): New global minor mode.
609 (mwheel-install): Use `mouse-wheel-mode'.
610
f4b020f6
DL
6112000-10-25 Dave Love <fx@gnu.org>
612
f5ab1cdd
SM
613 * progmodes/cperl-mode.el (cperl-mode):
614 Set normal-auto-fill-function correctly.
072cb6f9 615
f4b020f6
DL
616 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
617 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 618 bindings.
f4b020f6 619
ebe2a441
MB
6202000-10-25 Miles Bader <miles@lsi.nec.co.jp>
621
ff4dcd4b
MB
622 * wid-edit.el (widget-field-at): New function.
623 (widget-at, widget-field-activate): Use it.
624 (widget-tabable-at): Use `widget-at'.
625 (widget-specify-field): If the terminating character of the widget
626 field (which is read-only) is a newline, put it into a special
627 `boundary' field so that C-n/C-p act more naturally.
628 (widget-field-end): Also don't subtract one if a special
629 `boundary' field has been added after the widget field.
630
ebe2a441
MB
631 * comint.el (comint-output-filter, comint-send-input): Don't
632 bother adding stickiness fields to overlays to fool the field
633 code, since it should notice the overlay insertion-types now.
ff4dcd4b 634
ebe2a441
MB
635 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
636 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
637 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
638
fe50b6ab
GM
6392000-10-24 Gerd Moellmann <gerd@gnu.org>
640
53df4dda
GM
641 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
642 (authors): Set file coding system to iso-2022-7bit. Add
643 file-local variables to output buffer.
644
4836835a 645 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
646 WARN is nil.
647
53df4dda
GM
6482000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
649
650 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
651
652 * delim-col.el: Now there is a column formatting mechanism.
653 Modified to customization mechanisms convention. Doc fix.
654 (columns): New group for delim-col.
655 (delimit-columns-before, delimit-columns-after)
656 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
657 (delimit-columns-end): New vars.
658 (delimit-columns-customize, delimit-columns-format): New funs.
659 (delimit-columns-region, delimit-columns-rectangle)
660 (delimit-columns-rectangle-line): Modified to support column
661 formatting.
4836835a 662
a9839779
DL
6632000-10-24 Dave Love <fx@gnu.org>
664
665 * log-edit.el (log-edit): Add :version and a :group for vc.
666
df0267b8
GM
6672000-10-24 Gerd Moellmann <gerd@gnu.org>
668
9acc3873
GM
669 * files.el (after-find-file): Don't print a message ``New file''
670 if WARN is nil.
671
63e1b552
GM
672 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
673 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
674 get duplicate tool-bar entries because we'll see the global ones
675 on more than one path through keymaps.
676
1946f901
GM
677 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
678
df0267b8
GM
679 * progmodes/cmacexp.el: Change Francesco's email address.
680
ae3b264b
KH
6812000-10-24 Kenichi Handa <handa@etl.go.jp>
682
683 * window.el (fit-window-to-buffer): Adjust point of the window
684 buffer, not that of the current buffer.
685
23afac01
EZ
6862000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
687
688 * progmodes/cmacexp.el: Update the euthor's email address.
689
22d1a4ed
MB
6902000-10-24 Miles Bader <miles@lsi.nec.co.jp>
691
692 * faces.el (face-spec-set-match-display): Add `graphic' display
693 type (the inverse of `tty'). Use `display-graphic-p' instead of
694 the window-system variable.
695
f408aa48
KH
6962000-10-24 Kenichi Handa <handa@etl.go.jp>
697
698 * international/isearch-x.el (isearch-with-input-method): Call
699 input-method-function with the first event in
700 unread-command-events.
701
94fe8a31
MB
7022000-10-24 Miles Bader <miles@lsi.nec.co.jp>
703
704 * faces.el (face-default-spec, face-user-default-spec): Make
705 defsubsts.
706
8f47302e
AC
7072000-10-24 Andrew Choi <akochoi@i-cable.com>
708
709 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
710 New charsets.
711
712 * term/mac-win.el: Remove definitions of mac-roman-lower and
713 mac-roman-upper, require dired, and define instead of set
714 mac-ready-for-drag-n-drop to avoid compilation error.
715
446c097e
AI
7162000-10-23 Andrew Innes <andrewi@gnu.org>
717
718 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
719 superfluous calls to subst-char-in-string; instead apply
720 expand-file-name after convert-standard-filename to ensure
721 expected directory separators are used.
722
379b70e7
EZ
7232000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
724
725 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
726
85c766e9
DL
7272000-10-23 Dave Love <fx@gnu.org>
728
b7e03a67
DL
729 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
730 (tool-bar-add-item): Set foreground and background for XBM icons.
731
732 * international/latin1-disp.el (latin1-char-displayable-p): New
733 function (from Handa).
734 (latin1-display-check-font): Use it.
735
0dcf8835
DL
736 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
737 using :key-sequence, making it much more usable. Use nconc, not
738 append.
739 (imenu--create-keymap-1): Avoid append.
740
85c766e9 741 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 742
cb3069bb
MB
7432000-10-23 Miles Bader <miles@lsi.nec.co.jp>
744
745 [the following changes fix a bug where `define-minor-mode' didn't
746 correctly generate :require clauses for defcustoms in compiled files]
747 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
748 (byte-compile-log-file, byte-compile-log-1): Don't set
749 `byte-compile-current-file' to nil. Instead set
750 `byte-compile-last-logged-file' to it. Test whether
751 byte-compile-current-file equals byte-compile-last-logged-file
752 instead of whether its nil.
3b6542ba 753 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 754
6db6243b
SM
7552000-10-23 Stefan Monnier <monnier@cs.yale.edu>
756
757 * textmodes/refill.el: Fix var names in doc.
758 (refill-mode): Don't bother with make-local-hook anymore.
759
98490598
MB
7602000-10-23 Miles Bader <miles@lsi.nec.co.jp>
761
e01cd227
MB
762 * faces.el (face-user-default-spec, face-default-spec): New functions.
763 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 764 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
765 Use `face-user-default-spec'. Simplify code slightly.
766
4836835a 767 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
768 (woman-unknown-face): Add dark-background variants.
769 (woman-default-faces): Renamed from `woman-colour-faces'.
770 Set using the stored defaults, rather than using hard-wired colors.
771 (woman-monochrome-faces): Renamed from `woman-black-faces'.
772 Just make the foreground `unspecified' rather than "black".
773 (woman-menu): Rename menu entries accordingly.
774
98490598
MB
775 * faces.el (header-line): Make more reasonable on mono/grayscale
776 displays.
777
1a578e9b
AC
7782000-10-23 Andrew Choi <akochoi@i-cable.com>
779
780 * cus-edit.el (custom-button-face): Use 3D look for mac.
781 (custom-button-pressed-face): Likewise.
782
783 * faces.el (set-face-attributes-from-resources): Handle mac frames
784 in the same way as x and w32 frames.
785 (face-valid-attribute-values): Likewise.
786 (read-face-attribute): Likewise.
787 (defined-colors): Likewise.
788 (color-defined-p): Likewise.
789 (color-values): Likewise.
790 (display-grayscale-p): Likewise.
791 (face-set-after-frame-default): Likewise.
792 (mode-line): Same default face as for x and w32.
793 (tool-bar): Likewise.
794
795 * frame.el: Remove call to frame-notice-user-settings at end of
796 the file.
797
798 * info.el (Info-fontify-node): make underlines invisible for mac
799 as for x, pc, and w32 frame types.
800
801 * term/mac-win.el: New file.
802
aaaf7be7
DL
8032000-10-22 Dave Love <fx@gnu.org>
804
805 * textmodes/refill.el: New file.
806
5392d654
AS
8072000-10-22 Andre Spiegel <spiegel@gnu.org>
808
4836835a 809 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 810 MANUAL and REGEXP.
4836835a 811 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
812 New functions.
813 (vc-before-save): Use the latter.
814 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
815 confusion.
816
4836835a 817 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
818 expected by vc[-hooks].el.
819
820 * vc.el (vc-checkout): Added `-p' suffix in call to
821 vc-make-version-backups-p; use vc-make-version-backup to actually
822 make the backup.
823 (vc-version-other-window, vc-version-backup-file): Handle both
824 automatic and manual backups.
825 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
826 of all of them.
827
1e221c16
MB
8282000-10-22 Miles Bader <miles@gnu.org>
829
7ff4fda5
MB
830 * comint.el (comint-highlight-input, comint-highlight-prompt):
831 Renamed, `-face' at end removed.
832 (comint-send-input, comint-output-filter): Use renamed faces.
833
3511cde8
MB
834 * window.el (fit-window-to-buffer): Change defaulting of
835 MAX-HEIGHT slightly.
836
1e221c16
MB
837 * faces.el (color-values, color-defined-p): Use `member', not
838 `memq', because it works correctly for strings.
839 (frame-set-background-mode): Actually, "unspecified-fg" and
840 "unspecified-bg" *are* strings. Use `member', not `memq', and
841 `equal', not `eq', when a string value is possible.
842
b6ef4898
EZ
8432000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
844
845 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
846
34939e2c
SM
8472000-10-21 Stefan Monnier <monnier@cs.yale.edu>
848
849 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
850 sh-electric-rparen, sh-electric-less and sh-electric-hash.
851 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
852 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
853 (sh-font-lock-syntactic-keywords): Use them.
854 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
855 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
856 (sh-mode): Don't override font-lock-unfontify-region-function.
857 Use a copy of sh-font-lock-syntactic-keywords.
858 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
859 Don't call sh-scan-buffer since font-lock does it on the fly.
860 (sh-get-indent-info): Use `face' rather than `syntax-table'
861 text-property to detect here-documents.
862 Replace sh-special-syntax with sh-st-punc.
863 (sh-prev-line): Use `face' rather than `syntax-table'
864 text-property to skip over here-documents.
865 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
866 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
867 (sh-electric-less, sh-set-here-doc-region)
4836835a 868 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
869 (sh-scan-buffer, sh-rescan-buffer): Remove.
870
f3d3c491
AI
8712000-10-21 Andrew Innes <andrewi@gnu.org>
872
873 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
874 remote (ange-ftp) file names.
875
b86c791c
MB
8762000-10-21 Miles Bader <miles@gnu.org>
877
d9c30bdf
MB
878 * window.el (fit-window-to-buffer): New function.
879 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
880 (window-text-height): Don't expect minibuffers to have mode-lines.
881
d9c30bdf 882 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
883 * international/quail.el (quail-update-guidance): Use
884 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 885
617fee5a
MB
886 * international/quail.el (quail-show-guidance-buf): Make sure
887 guidance window really has enough room.
888 (quail-update-guidance): If quail-guidance-win is already shown,
889 make sure its height is OK.
890
b86c791c
MB
891 * window.el (window-text-height, set-window-text-height):
892 New functions.
893 (shrink-window-if-larger-than-buffer): Use `window-text-height'
894 instead of `window-height' & `mode-line-window-height-fudge'.
895 (mode-line-window-height-fudge): Add FACE parameter.
896 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
897 instead of `enlarge-window' & `mode-line-window-height-fudge'.
898
e34850d1
MB
8992000-10-20 Miles Bader <miles@gnu.org>
900
901 * window.el (height-affecting-face-attributes): Use `defconst'.
902
903 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
904 New function, conditionally aliased to `mode-line-window-height-fudge'.
905 (ispell-help): Use it.
906 (ispell-choices-win-default-height): Don't include mode-line fudge.
907 (ispell-choices-win-default-height): New function.
908 (ispell-show-choices, ispell-command-loop): Use function
909 `ispell-choices-win-default-height' instead of variable.
910
a8b883c2
MB
9112000-10-20 Miles Bader <miles@lsi.nec.co.jp>
912
8c6e4a58
MB
913 * window.el (mode-line-window-height-fudge): New variable.
914 (height-affecting-face-attributes): New variable.
915 (mode-line-window-height-fudge): New function.
916 (shrink-window-if-larger-than-buffer): Use it.
917 * help.el (resize-temp-buffer-window): Likewise.
918
a8b883c2
MB
919 * info.el (Info-fontify-node): Add support for @subsubsection
920 titles, which use `Info-title-4-face'.
921 (Info-title-4-face): New face.
922 (Info-title-3-face): Inherit from Info-title-4-face instead of
923 variable-pitch.
924
e64c3a75
JR
9252000-10-19 Jason Rumney <jasonr@gnu.org>
926
927 * dired.el (dired-insert-directory): Do not let errors signalled by
928 attempt to run dired-free-space-program prevent dired from working.
929
c70fe852
SM
9302000-10-19 Stefan Monnier <monnier@cs.yale.edu>
931
932 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
933
877cf6b4
GM
9342000-10-19 Gerd Moellmann <gerd@gnu.org>
935
5de037e0
GM
936 * dirtrack.el (dirtrack): Fix call to run-hooks.
937
6deb9af9
GM
938 * cmuscheme.el (cmuscheme-program-name): Renamed from
939 scheme-program-name because xscheme.el contains a defcustom with
940 the same name. As a consequence, customizing group `cmuscheme'
941 loaded `xscheme' which redefined run-scheme.
942 (run-scheme): Use cmuscheme-program-name.
943
877cf6b4
GM
944 * ps-print.el (ps-print-emacs-type): Move into the
945 eval-and-compile.
946
e597d8fb 947 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 948 anonymous address, and add a website for Befrienders International.
4836835a 949
3e9cb08f
GM
9502000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
951
c70fe852
SM
952 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
953 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
954 (ps-print-version): New version number (6.2).
955 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
956 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
957 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
958 (ps-x-extent-priority, ps-x-extent-start-position)
959 (ps-x-face-font-instance, ps-x-find-coding-system)
960 (ps-x-font-instance-properties, ps-x-make-color-instance)
961 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
962 avoid compilation gripes without defining functions.
963 (ps-e-find-composition): Alias for function find-composition, to have a
964 suitable function depending on Emacs version.
965 (ps-color-device, ps-color-values, ps-face-foreground-name)
966 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
967 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
968 (ps-print-ensure-fontified): Function definitions surrounded by
969 `eval-and-compile' to avoid compilation gripes.
970 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
971 by symbol-value to avoid compilation gripes.
972 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
973 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
974
d8abcd91
MB
9752000-10-19 Miles Bader <miles@lsi.nec.co.jp>
976
13ab33c4
MB
977 * startup.el (normal-top-level): Call `frame-set-background-mode'
978 after `frame-notice-user-settings' because the latter doesn't call
979 the former on a tty.
980
d8abcd91
MB
981 * faces.el (frame-set-background-mode): `unspecified' &c are
982 symbols, not strings.
983
e8bce0a9
EZ
9842000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
985
c70fe852
SM
986 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
987 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 988
c70fe852
SM
989 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
990 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 991
773272d8
KH
9922000-10-19 Kenichi Handa <handa@etl.go.jp>
993
c70fe852 994 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
995 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
996 for ISO10646-1 fonts.
997 (x-font-name-charset-alist): Add an entry for "iso10646-1".
998
772139c0
EZ
9992000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1000
1001 * faces.el (frame-set-background-mode): If a tty frame defines a
1002 background color, use that to compute the background mode, instead
1003 of always defaulting to "dark".
1004
d134a19f
MB
10052000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1006
8bb84cb2
MB
1007 * comint.el (comint-write-output): New function.
1008 (comint-mode-map): Add it to the menu.
e40a778f 1009 Bind `C-c C-s' to comint-write-output.
d134a19f 1010
dada41e1
GM
10112000-10-18 Gerd Moellmann <gerd@gnu.org>
1012
1013 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
1014 Use fancy-splash-delay.
1015
9b5360aa
GM
10162000-10-18 Alex Schroeder <alex@gnu.org>
1017
1018 * progmodes/sql.el (sql-sybase-options): New option.
1019 (sql-sybase): Use it. Add sql-database to the list of parameters
1020 provided for login. The options -w 2048 -n are not used any more.
1021
9035a35a
GM
1022 * comint.el (comint-read-input-ring): Bugfix such that the first
1023 and the last entry of the input ring file are not lost.
1024
3556c6dd
GM
10252000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1026
1027 * ps-print.el: Internal variable changes to defcustom,
1028 make-local-hook changes to defvar. Doc fix.
1029 (ps-print-version): New version number (6.1).
1030 (ps-setup, ps-do-despool): Code fix.
1031 (ps-printer-name): Customization fix.
1032 (ps-printer-name-option): Now is a defcustom instead of an
1033 internal variable.
1034 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
1035 (ps-print-begin-column-hook): Now are defvar instead of
1036 make-local-hook.
4836835a 1037
4e217e50
MB
10382000-10-18 Miles Bader <miles@gnu.org>
1039
1040 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
1041 (comint-kill-output): Changed into an alias for `comint-delete-output',
1042 and made obsolete.
1043 (comint-mode-map): Rename references to comint-kill-output.
1044
34460354
EZ
10452000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
1046
1047 * diff-mode.el (diff-header-face, diff-file-header-face)
1048 (diff-changed-face): Add bold and italic attributes to tty faces.
1049 (diff-function-face): New face.
1050 (diff-font-lock-keywords): Use it.
1051
17ea3cdb
MB
10522000-10-18 Miles Bader <miles@lsi.nec.co.jp>
1053
1054 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
1055 Remove commented-out call to force-mode-line-update.
1056 (comint-kill-output): Use `forward-line 0' instead of
1057 beginning-of-line to make sure we get past the prompt.
1058
9244f2c7
SM
10592000-10-17 Stefan Monnier <monnier@cs.yale.edu>
1060
1061 * diff-mode.el (diff-header-face, diff-file-header-face):
1062 Add specific setting for dark background.
1063 (diff-context-face): Renamed from diff-comment-face.
1064 Set explicitly rather than inheriting from font-lock-comment-face.
1065
1592c1ef
EZ
10662000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1067
1068 * startup.el (command-line): Move the code which sets the default
1069 TTY colors to before before-init-hook.
1070
f86292a9
GM
10712000-10-17 Gerd Moellmann <gerd@gnu.org>
1072
1073 * jit-lock.el (jit-lock-stealth-time): Doc fix.
1074
f7f2e883
EZ
10752000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1076
e854cc22
EZ
1077 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
1078 extensions, for MS-DOS.
1079
f7f2e883
EZ
1080 * diff-mode.el (diff-header-face, diff-file-header-face)
1081 (diff-changed-face): Define tty-specific colors.
1082
c7b4f0f9
GM
10832000-10-17 Gerd Moellmann <gerd@gnu.org>
1084
1085 * startup.el (fancy-splash-text): Realign the text.
1086
12a72271
EZ
10872000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1088
1089 * font-lock.el (font-lock-comment-face): Define a separate default
1090 for dark-background tty's.
1091
61dfccfd
MB
10922000-10-17 Miles Bader <miles@gnu.org>
1093
1094 * help.el (resize-temp-buffer-window): Add hack to avoid last line
1095 being obscured by whizzy mode-lines on graphics displays.
1096
333cd59e
EZ
10972000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1098
1099 * info.el (Info-title-1-face, Info-title-2-face)
1100 (Info-title-3-face): Define colors for tty's.
dada41e1 1101 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 1102
dbf1fcc1
EZ
11032000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1104
1105 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
1106 reverse from the frame parameters, and don't invert foreground and
1107 background colors.
1108
ac629823
MB
11092000-10-16 Miles Bader <miles@gnu.org>
1110
1111 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
1112 string "*Info*". Call propertized-buffer-identification to spruce
1113 up the result.
1114
76eebffc
GM
11152000-10-16 Gerd Moellmann <gerd@gnu.org>
1116
3a6b59d9
GM
1117 * help.el: Provide `help' for the sake of define-minor-mode
1118 which generates defcustoms with requires.
1119
6569c3d3
GM
1120 * jit-lock.el (jit-lock-after-change): If we're in text that
1121 matches a multi-line font-lock pattern, make sure the whole text
1122 will be redisplayed.
1123
c2e0a611
GM
1124 * emacs-lisp/authors.el (authors-add): Don't add an entry if
1125 author's name is unknown.
1126
76eebffc
GM
1127 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
1128 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
1129 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
1130 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
1131 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
1132 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
1133 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
1134 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
1135 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
1136 Add author information.
1137
cf1e7b12
MB
11382000-10-16 Miles Bader <miles@lsi.nec.co.jp>
1139
1140 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
1141 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
1142 full-color version (using the Gimp) to eliminate dithering artifacts.
1143
5586f3eb
SM
11442000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1145
1146 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
1147
1148 * simple.el (syntax-flag-table, string-to-syntax): Remove.
1149
ad64a888
DL
11502000-10-15 Dave Love <fx@gnu.org>
1151
1152 * progmodes/sh-script.el: Require skeleton and comint when
1153 compiling.
1154
1155 * pcomplete.el (pcomplete) <defgroup>: Add :version.
1156
1157 * whitespace.el: Doc fixes.
1158 (top-level): Don't add hooks here.
1159 (whitespace-running-emacs): Deleted.
1160 (timer): Don't require.
1161 (whitespace): Add back :version conditional on xemacs test.
1162 (whitespace-spacetab-regexp, whitespace-indent-regexp)
1163 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
1164 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
1165 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
1166 Avoid specific xemacs test.
1167 (whitespace-global-mode): New option.
1168 (whitespace-global-mode): New command.
1169 (whitespace-unload-hook): New function.
1170
1171 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 1172 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
1173 (Info-fontify-node): `Goto' goes to `Go to'.
1174 (Info-fontify-node): Add help-echo to xref links.
1175
1ef49fc6
EZ
11762000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
1177
1178 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
1179
8b7707e1
SM
11802000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1181
b3b7f42f
SM
1182 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1183 Use plist-get and allow :inherit.
1184
1185 * emacs-lisp/cl-macs.el (cl-do-arglist):
1186 Use plist-get and plist-member instead of memq.
1187
3c7fafc7
SM
1188 * emacs-lisp/ewoc.el (ewoc-location): New function.
1189 (ewoc-enter-after, ewoc-enter-before): Document return value.
1190 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
1191 Don't need make-local-hook any more.
1192 (cvs-addto-collection): Return the new tin.
1193 (cvs-mode-insert): Jump to the new line.
1194
8b7707e1
SM
1195 * jit-lock.el (jit-lock-fontify-buffer): Remove.
1196
1197 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
1198
1199 * font-lock.el (font-lock-syntactically-fontified): New var.
1200 (font-lock-fontify-syntactic-keywords-region): Use it.
1201 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
1202
1203 * diff-mode.el (diff-find-file-name): Fix regexp.
1204
1205 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1206 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
1207
1208 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
1209 (sh-mode-syntax-table): Add punctuation syntax for < and >.
1210 (sh-mode): Don't make all vars local here.
1211 (sh-kw): Reformat.
1212 (sh-set-shell): Use dolist. Don't set indent-region-function.
1213 (sh-mode-syntax-table): Use pop.
1214 (sh-remember-variable): Use push.
1215 (sh-help-string-for-variable): Use memq.
1216 (sh-safe-backward-sexp): Remove.
1217 (sh-safe-forward-sexp): Add ARG.
1218 (sh-get-indent-info, sh-prev-stmt): Use it.
1219 (sh-prev-line): Simplify by using forward-comment.
1220 (sh-this-is-a-continuation): Simplify.
1221 (sh-learn-buffer-indent): Use dolist.
1222 (sh-do-nothing): Remove.
1223 (sh-set-char-syntax, sh-set-here-doc-region):
1224 Use inhibit-modification-hooks.
1225 (sh-name-style): Use mapcar and push.
1226 (sh-load-style): Use dolist.
1227 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
1228 (sh-case, sh-while-getopts): Use propertize directly rather
1229 than sh-electric-rparen.
1230
12312000-10-14 Stefan Monnier <monnier@cs.yale.edu>
1232
1233 * textmodes/tex-mode.el: Require CL when compiling.
1234 (tex-mode-syntax-table): Init immediately.
1235 (tex-mode-map): Bind M-RET to latex-insert-item.
1236 (latex-mode): Set indent-line-function to latex-indent.
1237 (tex-common-initialization): Don't setup the syntax-table any more.
1238 (latex-insert-item): New skeleton.
1239 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 1240 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 1241 (latex-indent, latex-find-indent): New functions.
4836835a 1242 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
1243 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
1244 (tex-compilation-parse-errors): Use with-syntax-table.
1245
86b7fcbb
MB
12462000-10-15 Miles Bader <miles@gnu.org>
1247
1248 * font-lock.el (font-lock-comment-face): Change dark-background,
1249 color, non-tty, default to `chocolate1'.
1250
57a24508
JW
12512000-10-13 John Wiegley <johnw@gnu.org>
1252
1253 * eshell/esh-util.el (require): Added a missing `require' form,
1254 needed when compiling (for an ange-ftp macro definition).
1255
40ad3db4
DL
12562000-10-13 Dave Love <fx@gnu.org>
1257
1258 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
1259
db460189
GM
12602000-10-13 Gerd Moellmann <gerd@gnu.org>
1261
b41c9501
GM
1262 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
1263 fix.
1264
4836835a 1265 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
1266 transparent -colors 8).
1267
3b5e21df
GM
12682000-10-13 Stephen Gildea <gildea@alum.mit.edu>
1269
1270 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
1271 that breaks with old list format timestamps.
1272 (time-stamp-warn-inactive, time-stamp-old-format-warn)
1273 (time-stamp-count, time-stamp-conversion-warn): Improved doc
1274 strings.
1275
16908a3f
JW
12762000-10-13 John Wiegley <johnw@gnu.org>
1277
d7103dda
JW
1278 * align.el, pcomplete.el, calendar/timeclock.el,
1279 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
1280
dace60cf 1281 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
1282 faulty math, where holiday hours were being computing as seconds.
1283
b6b70cda
JW
12842000-10-13 John Wiegley <johnw@gnu.org>
1285
1286 * desktop.el (desktop-buffer-modes-to-save): Added a global for
1287 specifying what "other" kinds of buffers should be saved. This
1288 used to be hard-coded.
1289 (desktop-buffer-misc-functions): A global for specifying how
1290 auxiliary data should be determined for special buffer types.
1291 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
1292 instead of hard-coding the special buffer types.
1293 (desktop-save): Run `desktop-buffer-misc-functions' to gather
1294 auxiliary data, instead of hard-coding for Info buffers and dired.
1295 (desktop-buffer-info-misc-data): Aux function for determining Info
1296 buffer auxiliary info.
1297 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
1298 (desktop-buffer-info): Changed this function to use the info
1299 gathered above.
1300 (desktop-create-buffer): Be a little more careful about what
1301 `minor-mode' means before calling it. This is important for some
1302 buffer types.
1303
8c6b1d83
JW
13042000-10-13 John Wiegley <johnw@gnu.org>
1305
1306 * eshell/esh-util.el: Added a global form which declares an
1307 autoload for `parse-time-string', if that function is not already
1308 defined, and if parse-time.el is available on the user's system.
1309
1310 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
1311 to be aware of ange-ftp user info.
1312 (eshell-do-ls): Bind `ange-cache'. Also, use
1313 `eshell-file-attributes'.
1314 (eshell-ls-annotate): Use `eshell-file-attributes'.
1315 (eshell-ls-file): Made the user-id printing code a bit smarter.
1316
1317 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
1318 allow identification of alias user ids in remote directories.
1319 It's manual, but there's no other way to know when the current
1320 user on the local machine, is also the owning user on the remote
1321 machine.
1322 (fboundp): Bind `ange-cache'.
1323 (eshell-directory-files-and-attributes): Re-organized the logic a
1324 bit to use `eshell-file-attributes' instead of `file-attributes'.
1325 The former is more sensitive to directories that are read via FTP,
1326 and knows how to use ange-ftp to determine full attribute
1327 information, instead of just the name and last modtime.
1328 (eshell-current-ange-uids): Return the current user id when in a
1329 remote directory.
1330 (eshell-parse-ange-ls): Parse a full directory listing that has
1331 been returned by ange-ftp.
1332 (eshell-file-attributes): This beefed up version of
1333 `file-attributes' is only special if the user is currently in a
1334 remote directory, in which case it does a lot of work to find out
1335 what the real attributes of a file are, as they appear on the
1336 remote machine. This makes usage of remote directories (i.e.,
1337 ange-ftp pathnames) much more useful. You can now use Eshell as a
1338 full-fledged FTP client, with much more manipulation ability than
1339 most other clients.
1340
1341 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
1342 variable, which means that Eshell's du should always be preferred
1343 in remote directories.
1344 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
1345 just `file-attributes'.
1346 (eshell-mvcp-template): Bind `ange-cache', to improve performance
1347 when reading remote directories. This is an Eshell-specific
1348 variable (not part of ange-ftp).
1349 (eshell/ln): Bind `ange-cache'.
1350 (eshell/du): Added some extra logic for determining when to use
1351 Eshell's du (which is slow), and when to use the external version
1352 (which may or may not exist).
1353
1354 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
1355 `eshell-interactive-process', rather than using
1356 `get-buffer-process', since backgrounded processes don't count in
1357 the context of this function's logic.
1358
1359 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
1360 `forward-char', so that null strings are parsed correctly.
1361
87730e84 13622000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1363
1364 * eshell/em-pred.el (eshell-pred-file-type,
1365 eshell-pred-file-links, eshell-pred-file-size): Use
1366 `eshell-file-attributes'. This is more correct over ange-ftp.
1367
1368 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
1369 that remote file globbing is more efficient.
1370
1371 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
1372 gathering the files and attributes within a directory.
1373
1374 * eshell/em-unix.el (eshell/cat): If any of the files passed on
1375 the command line is a special file (not a regular file, directory
1376 or symlink), always attempt to call the external version of cat.
1377
87730e84 13782000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1379
1380 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
1381 Eshell-friendly version of find-tag.
1382
1c7e37a9
MB
13832000-10-13 Miles Bader <miles@lsi.nec.co.jp>
1384
4836835a 1385 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
1386 (image-file-name-regexps): Add autoload cookies.
1387
11a7f341
KH
13882000-10-13 Kenichi Handa <handa@etl.go.jp>
1389
1390 * international/mule-cmds.el (select-safe-coding-system): If FROM
1391 is string, show it in *Warning* buffer.
1392
8ddddcb0
EZ
13932000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1394
1395 * startup.el (normal-top-level): Use display-popup-menus-p instead
1396 of window-system.
1397 (command-line): Use display-graphic-p instead of window-system.
1398 (command-line-1): Use display-popup-menus-p and display-mouse-p
1399 instead of window-system.
1400
72200f89
SS
14012000-10-12 Sam Steingold <sds@gnu.org>
1402
1403 * tooltip.el (tooltip-use-echo-area): New user variable.
1404 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
1405
8661c643
DL
14062000-10-12 Dave Love <fx@gnu.org>
1407
d0b40dc1
DL
1408 * recentf.el: Maintainer's checkdoc fixes.
1409
a622451f
DL
1410 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
1411 character class, not ASCII when matching file names.
1412 (fancy-splash-head): Add trailing slash to URL.
1413 (command-line): Don't require XPM support for toolbar.
1414
8661c643
DL
1415 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
1416 (cperl-invalid-face): Revert last change.
1417 (cperl-init-faces): Quote cperl-invalid-face.
1418
ef2ed8ab
KH
14192000-10-12 Kenichi Handa <handa@etl.go.jp>
1420
1421 * startup.el (fancy-splash-text): Remove superfluous quote.
1422
b0da379e
GM
14232000-10-12 Gerd Moellmann <gerd@gnu.org>
1424
dbeb499b
GM
1425 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
1426 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
1427 (command-line-1): Don't use fancy-splash-pending-command.
1428 (fancy-splash-screens-1): Goto point-min after inserting text.
1429
d861718a
GM
1430 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
1431
b0da379e
GM
1432 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
1433 instead of shared-lisp-mode-map.
1434
4fb2ad98
MB
14352000-10-12 Miles Bader <miles@lsi.nec.co.jp>
1436
1cb4393e
MB
1437 * faces.el (header-line): Change tty-variant to use underlining.
1438
4fb2ad98
MB
1439 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
1440 (isearch-highlight): Restore lazy-isearch face properties at old
1441 position, and suppress them at new position.
1442 (isearch-dehighlight): Restore lazy-isearch face properties.
1443 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
1444 over the real isearch overlay, but in that case, don't give it a
1445 face property. Use `push'.
1446
eb991b25
KH
14472000-10-12 Kenichi Handa <handa@etl.go.jp>
1448
1449 * man.el (Man-getpage-in-background): Fix previous change.
1450 Decode the process output only when we are in multibyte mode.
1451
a818c1c0
DL
14522000-10-11 Dave Love <fx@gnu.org>
1453
c990f53a
DL
1454 * info.el (Info-mode-menu): Fix some help.
1455 (info-tool-bar-map): Add entry for Info-last.
1456
a818c1c0
DL
1457 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
1458 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
1459 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
1460 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
1461 * toolbar/search-replace.xpm, toolbar/exit.xpm:
1462 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
1463 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
1464 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
1465 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
1466 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
1467 Reduce colour requirements to 25 overall. (Probably wants
1468 revisiting from the originals to reduce further.)
1469
c1b096cb
EZ
14702000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
1471
1472 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
1473 buffer-file-coding-system, instead of raw-text.
1474 (dehexlify-buffer): Bind coding-system-for-read to
1475 buffer-file-coding-system, instead of raw-text.
1476
5c8b7eaf
SS
14772000-10-11 Sam Steingold <sds@gnu.org>
1478
1479 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
1480 `underline' - fixes the bug introduced on 2000-09-21.
1481
2cfbdb7a
DL
14822000-10-11 Dave Love <fx@gnu.org>
1483
1484 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
1485 compiler warnings.
1486 (scheme-mode): Doc fix.
1487 (scheme-font-lock-keywords-1): Match `define-syntax'.
1488
14892000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
1490
1491 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
1492 face specs as well as default ones. Only do anything if the
1493 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 1494 (region): Make dark-background `region' face less in-your-face.
4b33f290 1495
690ec649
SS
14962000-10-10 Sam Steingold <sds@gnu.org>
1497
1498 * chistory.el, ielm.el, ledit.el:
1499 * progmodes/inf-lisp.el, progmodes/scheme.el:
1500 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
1501
3b95d6bb
SM
15022000-10-10 Stefan Monnier <monnier@cs.yale.edu>
1503
1504 * textmodes/texinfo.el: Update copyright and fix typo.
1505
1506 * desktop.el (desktop-modes-not-to-save): New var.
1507 (desktop-save-buffer-p): Use it.
1508 Also, obey desktop-buffers-not-to-save even for non-file buffers.
1509 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
1510
d646c828
DL
15112000-10-10 Dave Love <fx@gnu.org>
1512
1513 * toolbar/tool-bar.el (tool-bar-add-item)
1514 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
1515 display.
1516
d646c828
DL
1517 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
1518 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
1519 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
1520 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
1521 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
1522 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
1523 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
1524 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
1525 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
1526 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
1527 the .xpms; probably need retouching.
1528
862a7e28
MB
15292000-10-10 Miles Bader <miles@lsi.nec.co.jp>
1530
1531 * subr.el (add-to-list): Add optional argument APPEND.
1532 * battery.el (display-battery): Use `add-to-list'.
1533
46e33aee
TTN
15342000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
1535
930baf47
TTN
1536 * play/zone.el (zone-timer, zone-wc-tbl): Rework
1537 these vars as symbol properties.
2cfbdb7a
DL
1538 (zone, zone-when-idle, zone-leave-me-alone)
1539 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 1540
5a430f9c
TTN
1541 * battery.el (display-battery): Doc spelling fix.
1542
46e33aee
TTN
1543 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
1544 property.
1545
adf7d3a8
DL
15462000-10-09 Dave Love <fx@gnu.org>
1547
1548 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
1549 has been initialized before calling tool-bar-setup.
c2156508 1550 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 1551
06a8c9f8
EZ
15522000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
1553
e4ca8f8c
EZ
1554 * menu-bar.el (send-mail-item-name): New function.
1555 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
1556 of mail-user-agent in the menu. Don't display the "Send Mail"
1557 item if mail-user-agent is nil or its value is ignore.
1558 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
1559 if read-mail-command is nil or its value is ignore.
1560
06a8c9f8
EZ
1561 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
1562
7dbc9c8a
MB
15632000-10-09 Miles Bader <miles@gnu.org>
1564
29e0814b
MB
1565 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
1566 Correct image size.
1567 * toolbar/left_arrow.xpm: Correct image size.
1568
7dbc9c8a
MB
1569 * jka-compr.el: Don't call `jka-compr-install' when loading (it
1570 will be done by the definition of `auto-compression-mode' if
1571 necessary. Move code to uninstall existing file-name handler
1572 before definition of `auto-compression-mode'.
1573
1574 * image-file.el (auto-image-file-mode): Move to the end of the
1575 file, because `define-minor-mode' actually calls the mode-function
1576 if the associated variable is non-nil, which requires that all
1577 needed functions be already defined.
1578
65b61266
MB
1579 * mouse.el (popup-menu): Balance parens.
1580
d6b8c85b
SM
15812000-10-08 Stefan Monnier <monnier@cs.yale.edu>
1582
1583 * mouse.el (popup-menu): Move the command call outside the loop
1584 so that popup-menu returns whatever the command returns.
1585
1586 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
1587 (initialize-new-tags-table): Use run-hook-with-args-until-success.
1588 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
1589 (tags-table-format-functions): Renamed from tags-table-format-hooks.
1590
1591 * vc.el (vc-version-diff): diff-switches can be a list.
1592 Use relative filenames for prettier output.
1593
46e33aee 1594 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
1595 (vc-post-command-functions): Remove old-VC compatibility code.
1596
1597 * newcomment.el (comment-indent-default): Autoload.
1598
1599 * font-lock.el (font-lock-defaults): Make buffer-local.
1600 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
1601 (font-lock-choose-keywords):
1602 Ignore LEVEL unless KEYWORDS is a list of syms.
1603 (c-keywords, c++-keywords, objc-keywords, java-keywords):
1604 Don't wrap regexp-opt things in \(...\) unnecessarily.
1605
1606 * jit-lock.el: Don't require font-lock any more.
1607 (jit-lock-functions): Make buffer-local.
1608 (jit-lock-saved-fontify-buffer-function): Remove.
1609 (jit-lock-mode): Remove autoload cookie.
1610 Remove font-lock specific code.
1611 (jit-lock-unregister): Don't bother handling complex hooks any more.
1612 (jit-lock-refontify): New function.
1613 (jit-lock-fontify-buffer): Use it.
1614 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
1615 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
1616 Add optional args START and END.
1617 Never call font-lock-fontify-region directly.
1618 (jit-lock-function, jit-lock-stealth-fontify): Use it.
1619
1620 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
1621
a30ed6ac
DL
16222000-10-08 Dave Love <fx@gnu.org>
1623
4e7c7ca9
DL
1624 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
1625
1626 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
1627
1628 * play/studly.el (studlify-region, studlify-word): Add autoload
1629 cookie.
1630
1631 * play/morse.el (morse-region, unmorse-region): Add autoload
1632 cookie.
1633
1634 * play/spook.el (spook-phrases-file): Use expand-file-name, not
1635 concat.
1636
1637 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
1638 insist on symbols starting with word syntax.
1639 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
1640 (eval-defun-1): Doc fix.
1641 (indent-sexp): Use nconc to build up indent-stack.
1642
1643 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
1644 Gnus with little use.
1645 (mail-setup-hook): Add mail-abbrevs-setup to options.
1646
968f7c4a
DL
1647 * recentf.el: Doc fixes.
1648
1649 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
1650 Clean up remainder.
1651
1652 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
1653 without timezone and (8) with timezone to enforce some whitespace.
1654 Simplify code somewhat.
1655
1656 * options.el (list-options): Doc that you should use customize.
1657
1658 * iswitchb.el (iswitchb-mode): Add :require.
1659
a30ed6ac
DL
1660 * info.el (Info-goto-node, Info-menu): Doc fix.
1661 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
1662 (info-tool-bar-map): New variable.
1663 (Info-mode): Use it.
1664 (Info-edit-map): Define all in defvar.
1665 (speedbar-attached-frame): Avoid compiler warning.
1666
1667 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
1668 (global-map): Bind [tool-bar] to a filtered map.
1669 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
1670 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
1671 Allow PBM icons.
1672 (tool-bar-setup): Adjust calls of tool-bar-add-item.
1673
1674 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
1675 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
1676 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
1677 icons, except up_arrow, which is left-arrow rotated.
1678
1679 * imenu.el (imenu-add-to-menubar): Fix last change.
1680
4e953aff
PB
16812000-10-08 Peter Breton <pbreton@ne.mediaone.net>
1682
1683 * generic-x.el (rul-generic-mode): Remove eval-when-compile
1684 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
1685
739e92a7
EZ
16862000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
1687
d20faceb
EZ
1688 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
1689 typos in doc strings.
1690
a640322e
EZ
1691 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
1692 the doc strings how to customize Font Lock faces.
1693
739e92a7
EZ
1694 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
1695 computing growth when dragging the header line.
1696
8be7408c
EZ
16972000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
1698
1699 * simple.el (kill-line): Doc fix.
1700
6fee86a3
MB
17012000-10-08 Miles Bader <miles@gnu.org>
1702
445a653e
MB
1703 * faces.el (secondary-selection): Make foreground visible on tty.
1704
6fee86a3
MB
1705 * jka-compr.el (auto-compression-mode): Move to the end of the
1706 file, because `define-minor-mode' actually calls the mode-function
1707 if the associated variable is non-nil, which requires that all
1708 needed functions be already defined.
1709 (with-auto-compression-mode): Add autoload cookie.
1710
a115794c
EZ
17112000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
1712
1713 * files.el (find-backup-file-name) [ms-dos]: If support for long
1714 file names is not available, behave as if version-control were set
1715 to never.
1716
b12e6de3
DL
17172000-10-07 Dave Love <fx@gnu.org>
1718
1719 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
1720 (browse-url-gnome-moz): New function.
1721 (browse-url-browser-function): Use it.
1722 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
1723
20b1d079
SM
17242000-10-07 Stefan Monnier <monnier@cs.yale.edu>
1725
1726 * indent.el (tab-always-indent): New var.
1727 (indent-for-tab-command): Use it.
39250ec3 1728
9ee45b2c 1729 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 1730 raise an error. This way it can still default to a sane value.
9ee45b2c 1731
8c6b1d83
JW
17322000-10-06 Stefan Monnier <monnier@cs.yale.edu>
1733
39250ec3
SM
1734 * startup.el (fancy-splash-screens): Use local rather than global map.
1735 Don't use `update-menu-bindings' any more.
1736 Get rid of assumptions about keymap representation.
1737
a23ccdf2
DL
17382000-10-06 Dave Love <fx@gnu.org>
1739
814299a7 1740 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
1741 (sentence-end-without-period): Doc fix.
1742 (adaptive-fill-regexp): Purecopy.
1743 (unjustify-current-line): Use line-end-position.
1744 (fill-individual-paragraphs-prefix): Use line-beginning-position.
1745
1746 * net/eudc-vars.el (eudc): Add :version, :link.
1747
39250ec3 1748 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
1749
1750 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
1751 Fix for define-minor-mode.
1752 (function-at-point): Alias to function-called-at-point.
1753
1754 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
1755
1756 * simple.el (backward-word): Doc fix.
1757
a23ccdf2
DL
1758 * image-file.el (image-file-name-regexp): image-file-regexps ->
1759 image-file-name-regexps.
742c1822 1760 (image-file-name-extensions): Add pbm.
a23ccdf2 1761
39250ec3
SM
17622000-10-06 Stefan Monnier <monnier@cs.yale.edu>
1763
1764 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
1765 and add filename to the names so that diff-mode can jump to source.
1766
1767 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 1768 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
1769 (tex-font-lock-keywords-1): Remove.
1770 (font-lock-turn-on-thing-lock): Use jit-lock-register.
1771 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
1772 (font-lock-default-fontify-region):
1773 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
1774 (font-lock-fontify-anchored-keywords):
1775 Include the anchor text as part of the multiline.
1776
8d5dfacd
GM
17772000-10-06 Gerd Moellmann <gerd@gnu.org>
1778
1779 * loadup.el (toplevel): Load `loaddefs' before `help' because the
1780 latter needs the autoloaded define-minor-mode macro during the
1781 bootstrap.
1782
1783 * startup.el (command-line): For now, activate tool-bar-mode only
1784 if XPM images are supported.
1785
1786 * mouse.el (mouse-drag-header-line): Don't allow resizing a
1787 window by dragging a header-line at the top of the frame; that's
4c19fbce 1788 confusing because the header-line doesn't move.
8d5dfacd
GM
1789 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
1790 of treating the event as a list. Some cleanup.
1791
f69aad2b 17922000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 1793
f69aad2b
MB
1794 * simple.el (display-message-or-buffer): New function.
1795 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 1796
09cb7646
MB
1797 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
1798 docstring parts.
1799
814299a7 1800 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
1801 (smbclient-prompt-regexp): Add usage note to doc string.
1802 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
1803 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
1804 Use add-hook for adding the comint filter function, and only do so
1805 if it's not already in the global hook list.
1806 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
1807 to `make-local-variable'.
1808 (nslookup-font-lock-keywords): Remove prompt entry.
1809 (nslookup): Don't set the process-filter.
1810 (finger): Exit the loop correctly when the regexps list runs out.
1811 (ftp, smbclient, smbclient-list-shares):
1812 Set the real major mode immediately, not after execing.
1813 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
1814
1815 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
1816
4c19fbce
SM
18172000-10-05 Stefan Monnier <monnier@cs.yale.edu>
1818
1819 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
1820
1821 * which-func.el (which-func-format): Remove spurious space.
1822 (which-func-mode): Don't make it permanent-local.
1823 (which-func-ff-hook): Allow which-func-maxout to be nil.
1824 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
1825 (which-func-mode): Simplify.
1826 Use post-command-idle-hook rather than post-command-hook.
1827 Go through all buffers and update their state.
1828 (which-function): Also try add-log-current-defun-function.
1829
1830 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
1831 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
1832 Update call to with-vc-properties accordingly.
1833 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
1834 (vc-revert-buffer): More careful about window selection and deletion.
1835 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
1836
1837 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
1838 (cvs-retrieve-revision): Reuse a pre-existing buffer.
1839 (cvs-dired-action): Change the default to quickdir.
1840
1841 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
1842 if comment-indent-function returns nil.
1843 (comment-indent-default): New function.
1844 (comment-indent-function): Use it and document the new semantics.
1845
1846 * image-file.el: Docstring fixes.
1847
1848 * help.el (help-xref-on-pp): Use match-string.
1849 (describe-variable): New arg BUFFER.
1850 Store the current buffer in the help-xref-stack.
1851 (temp-buffer-resize-mode): Use define-minor-mode.
1852
1853 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
1854 consistently with its docstring.
1855 Set jit-lock-first-unfontify-pos in an idempotent way.
1856 (jit-lock-register): Autoload and add arg CONTEXTUAL.
1857
542c6552
GM
18582000-10-05 Alex Schroeder <alex@gnu.org>
1859
1860 * sql.el (sql-mysql-options): New variable.
1861 (sql-mysql): Use it.
1862
a3489ece
MB
18632000-10-05 Miles Bader <miles@lsi.nec.co.jp>
1864
77f6105c
MB
1865 * image.el (image): New group.
1866
814299a7 1867 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
1868 (smerge-base-face, smerge-markers-face): Add dark-background variants.
1869
3478046b
PB
18702000-10-04 Peter Breton <pbreton@ne.mediaone.net>
1871
1872 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 1873 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
1874 Ignore the value of wqindow-system; always define keywords
1875
22aca186
KH
18762000-10-05 Kenichi Handa <handa@etl.go.jp>
1877
1878 * startup.el (fancy-splash-screens): Remove the code for
1879 debugging; `(trace-to-stderr "EXITTT\n")'.
1880
55d5d717
MB
18812000-10-05 Miles Bader <miles@gnu.org>
1882
1883 * diff-mode.el (diff-goto-source): Update call to
1884 `diff-hunk-status-msg' to reflect new REV variable.
1885
41fa7178
SM
18862000-10-04 Stefan Monnier <monnier@cs.yale.edu>
1887
1888 * progmodes/icon.el (icon-mode):
1889 Don't gratuitously override the default for comment-column.
1890
1891 * vc-hooks.el (vc-mode-line): Fix interactive spec.
1892
1893 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
1894 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
1895 (jit-lock-functions): New var.
1896 (jit-lock-function-1): Use it if non-nil.
1897 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
1898 Set the `fontified' property before doing the fontification to avoid
1899 repeatedly going through the same error.
1900 Don't turn errors into messages.
1901 (jit-lock-register, jit-lock-unregister): New functions.
1902
1903 * dired.el (dired-mark-pop-up): Turn comment into docstring.
1904 Use with-current-buffer.
1905
1906 * dired-aux.el (dired-do-create-files, dired-kill-tree):
1907 Turn comment into docstring.
1908
1909 * apropos.el (apropos-mode): Use define-derived-mode.
1910
3dc78168
GM
19112000-10-04 Gerd Moellmann <gerd@gnu.org>
1912
1913 * startup.el (fancy-splash-pending-command): New variable.
1914 (fancy-splash-pre-command): New function.
1915 (fancy-splash-screens): Rewritten.
1916 (command-line-1): If fancy-splash-pending-command is set, call it
1917 interactively.
1918
dae9dc56
DL
19192000-10-04 Dave Love <fx@gnu.org>
1920
1921 * toolbar/tool-bar.el (tool-bar-setup): New function.
1922 (tool-bar-mode): Use it.
1923
1924 * subr.el (substitute-key-definition): Doc fix.
1925 (play-sound-file): New command.
1926
3388f0a5
AS
19272000-10-04 Andre Spiegel <spiegel@gnu.org>
1928
814299a7 1929 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
1930 vc-version-backup-file-name): New functions.
1931
1932 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
1933
1934 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
1935 vc-cvs-stay-local-p.
1936
1937 * vc.el (vc-revert-buffer): Handle empty diff properly.
1938 (vc-version-backup-file): New function.
1939 (vc-checkout): Create a version backup if necessary.
1940 (vc-checkin): If a version backup file exists, delete it.
1941 (vc-version-diff): Diff locally using version backups, if available.
1942 (vc-revert-file): If there's a version backup, revert locally.
1943 (vc-transfer-file): Use version backup for base version, if
1944 available. If not, ask for confirmation whether to get it from the
1945 server. Update mode line before check-in.
1946
ebd4825d
DL
19472000-10-04 Dave Love <fx@gnu.org>
1948
1949 * toolbar/tool-bar.el (tool-bar-setup): New function.
1950 (tool-bar-mode): Use it.
1951
1b24f4b7
PB
19522000-10-04 Peter Breton <pbreton@ne.mediaone.net>
1953
3dc78168 1954 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 1955 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
1956 Only set if window-system is non-nil
1957 (net-utils-run-program): Returns buffer.
1958 (network-connection-reconnect): Added this function.
1959
814299a7
MB
1960 * generic.el:
1961 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
1962 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
1963 Uses cl compile-time macros.
3dc78168
GM
1964 (generic-mode-name, generic-comment-list)
1965 (generic-keywords-list, generic-font-lock-expressions)
1966 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
1967 Removed variables.
1968 (generic-mode-alist): Renamed to generic-mode-list.
1969 (generic-find-file-regexp): Default changed to "^#".
1970 (generic-read-type): Uses completing read on generic-mode-list.
1971 (generic-mode-sanity-check): removed this function.
1972 (generic-add-to-auto-mode): Removed this function
3dc78168 1973 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
1974 into function instead of putting them in alist.
1975 (generic-mode-set-comments): Reworked extensively.
1976 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 1977 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 1978
814299a7 1979 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
1980 Make sure directory name ends with "/".
1981
814299a7 1982 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
1983 Regexp now allows leading whitespace.
1984 (rc-generic-mode): Added eval-when-compile
1985 around generic-make-keywords-list.
1986 Deleted duplicate regexp
1987 (rul-generic-mode): Added eval-when-compile
1988 around generic-make-keywords-list.
1989 (etc-fstab-generic-mode): New generic mode.
1990 (rul-generic-mode): Removed one eval-when-compile
814299a7 1991 which caused a max-specpdl-size exceeded error.
1b24f4b7 1992
a7bf5cf3
MB
19932000-10-04 Miles Bader <miles@gnu.org>
1994
1995 * simple.el (minibuffer-temporary-goal-position): New variable.
1996 (next-history-element): Try to keep the position of point in the
1997 input string constant.
1998
1999 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
2000 (dired-do-create-files): If there's only one file, pass it in as
2001 the DEFAULT arg to dired-mark-read-file-name.
2002
ce1087a9
SM
20032000-10-03 Stefan Monnier <monnier@cs.yale.edu>
2004
2005 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
2006 (diff-goto-source): Be smarter when choosing REVERSE or not.
2007
2008 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
2009 (texinfo-mode-menu): Add an explicit shortcut for update all.
2010
0e41e1d6
AS
20112000-10-03 Andre Spiegel <spiegel@gnu.org>
2012
814299a7 2013 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
2014 factorize backend-specific code cleanly (this was essentially
2015 conceived by Stefan Monnier).
2016 (vc-unregister): Function removed.
814299a7 2017 (vc-revert-file): New function.
858f7cb4
AS
2018 (vc-revert-buffer): Delegate some of the work to it.
2019
0e41e1d6
AS
2020 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
2021 default branch unconditionally.
2022 (vc-rcs-set-default-branch): New function.
2023 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
2024 (vc-rcs-checkin): If an appropriate default branch has been set,
2025 force creation of that branch.
858f7cb4
AS
2026 (vc-rcs-receive-file): Rewritten to contain only backend-specific
2027 code (as suggested by Stefan Monnier).
0e41e1d6 2028
01c86c56
GM
20292000-10-02 Gerd Moellmann <gerd@gnu.org>
2030
45c477b4
GM
2031 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
2032 highlighting overlay with a different face over the overlay
2033 isearch uses to highlight the current match because that can lead
2034 to bad face combinations.
2035
01c86c56
GM
2036 * loadup.el (toplevel): Load faces before isearch.
2037
2038 * isearch.el (isearch-faces): New custom group.
2039 (isearch): New defface; was already tested for in the code.
2040 (isearch-lazy-highlight-face): Changed to defface from defcustom.
2041 (isearch-highlight): Always use face `isearch'.
2042
944425c0
DL
20432000-10-02 Dave Love <fx@gnu.org>
2044
2045 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
2046 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
2047 comparison of opcode with operand.
2048
2a099bcc
MB
20492000-10-03 Miles Bader <miles@gnu.org>
2050
2051 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
2052 buffer, since the echo area will now grow to accommodate them.
2053
4300ecb8
AS
20542000-10-02 Andre Spiegel <spiegel@gnu.org>
2055
2056 * vc-hooks.el (vc-registered): If FILE used to be registered under
2057 a certain backend, try that one first.
2058
814299a7 2059 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
2060 argument list. Handle multiple backends correctly.
2061 (vc-find-new-backend): Function removed.
2062 (vc-register): Use vc-responsible-backend, as before.
2063 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
2064
64e6cc18
GM
20652000-10-02 Gerd Moellmann <gerd@gnu.org>
2066
2067 * startup.el (fancy-splash-head): Change message below the
2068 logo.
2069
00df919e
MB
20702000-10-02 Miles Bader <miles@lsi.nec.co.jp>
2071
2072 * diff-mode.el (diff-goto-source): Emit a status message.
2073 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 2074 (diff-test-hunk): Fix doc string.
00df919e
MB
2075 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
2076 (diff-advance-after-apply-hunk): New variable.
4eaa6852 2077 (diff-apply-hunk): Don't return a value.
00df919e 2078
ceec5a0c
SM
20792000-10-01 Stefan Monnier <monnier@cs.yale.edu>
2080
2081 * vc.el (vc-editable-p): Minor optimization.
2082 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
2083 (vc-find-new-backend): New function split from vc-responsible-backend.
2084 (vc-register): Use it.
2085 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
2086 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
2087 (vc-default-unregister, vc-revert-buffer): Docstring fix.
2088 (vc-clear-headers): Don't use find-file.
2089 (vc-revert-buffer): Use `and' again (must have been a braino).
2090 (vc-switch-backend): Only prompt if requested.
2091 Short circuit if nothing is to be done.
2092 Don't use vc-resynch-buffer which could lose unsaved editing.
2093 (vc-default-receive-file): Update call to vc-unregister.
2094 (with-vc-file, vc-next-action-on-file):
2095 Use vc-backend rather than vc-registered.
2096 (vc-next-action-on-file): Use intern-soft.
2097 Deal with read-only *vc-diff* buffer.
2098 (vc-transfer-file): Docstring fix.
2099
2100 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
2101 (vc-rcs-receive-file): Avoid with-vc-properties.
2102 Update call to vc-unregister.
2103 Use constant `RCS' rather than (dynamically bound) var `backend'.
2104
4ad5da8f
AS
21052000-10-01 Andre Spiegel <spiegel@gnu.org>
2106
814299a7 2107 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
2108 is visited.
2109 (vc-start-entry): New argument initial-contents. Don't visit the file
2110 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
2111 (vc-next-action, vc-register): Updated calls to vc-start-entry.
2112 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
2113 vc-start-entry.
2114 (vc-finish-logentry): Make sure to bury log buffer only if there
2115 really is one. Call `vc-resynch-buffer' on log-file, not
2116 buffer-file-name.
2117 (vc-default-comment-history, vc-default-wash-log): New functions.
2118 (vc-index-of): Removed.
2119 (vc-transfer-file): Make do without the above.
2120 (vc-default-receive-file): Call comment-history unconditionally. Pass
2121 the resulting string to vc-checkin, instead of inserting it into the
2122 comment ring.
2123
2124 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
2125 unconditionally. Use the comments as initial contents of the log
814299a7 2126 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
2127 changes.
2128
aa0c3dca
MB
21292000-10-01 Miles Bader <miles@gnu.org>
2130
2131 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
2132 `recenter' with an arg to prevent redrawing the display.
2133
d5f5a2c5
SM
21342000-09-30 Stefan Monnier <monnier@cs.yale.edu>
2135
2136 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
2137
2138 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
2139
814299a7 2140 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
2141 Don't gratuitously override the default for comment-column.
2142
2143 * textmodes/tex-mode.el (latex-metasection-list): New var.
2144 (latex-imenu-create-index): Use it.
2145 Move the regexp construction outside loops (and use push).
814299a7 2146 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
2147 (tex-font-lock-keywords): Moved from font-lock.el.
2148 (tex-comment-indent): Remove.
2149 (tex-common-initialization): Don't set comment-indent-function.
2150 (latex-block-default): New var.
2151 (tex-latex-block): Use it to provide a default choice.
2152 Add any unknown choice to latex-block-names.
2153 Insert [...] after {...}.
2154 (tex-last-unended-begin): Simplify regexp.
2155 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
2156 (latex-forward-sexp-1, latex-forward-sexp): New functions.
2157 (latex-mode): Set forward-sexp-function.
2158
2159 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
2160 Add regexp for @ignore ... @end ignore.
2161 (texinfo-heading-face): New face.
2162 (texinfo-font-lock-keywords): Use it.
2163 (texinfo-mode-menu): New menu.
2164 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
2165 New functions.
2166 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 2167 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
2168 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
2169 Remove declaration.
2170 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
2171
2172 * delsel.el (delete-selection-mode): Use define-minor-mode.
2173
2174 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
2175
21762000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2177
2178 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
2179
8a5506f2
GM
21802000-09-30 Gerd Moellmann <gerd@gnu.org>
2181
068127d6
GM
2182 * replace.el (keep-lines-read-args): New function.
2183 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
2184 read arguments interactively. Add parameters RSTART and REND.
2185 Operate on the active region in Transient Mark mode.
2186
d777bb8f
GM
2187 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
2188
8a5506f2
GM
2189 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
2190 (authors-obsolete-files-regexps): New variable.
2191 (authors-add): Don't record changes in obsolete files.
2192
3fa87bfc
SM
21932000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2194
2195 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
2196
2197 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
2198 (comment-indent): Make sure there's a space between code and comment.
2199 Shift comments left to avoid going past fill-column.
2200
f02149ce
GM
22012000-09-29 Gerd Moellmann <gerd@gnu.org>
2202
2203 * startup.el (startup-echo-area-message): New function.
2204 (display-startup-echo-area-message): Use it.
2205 (fancy-splash-screens): Rewritten to use keymaps and a timer.
2206 (fancy-splash-default-action): New function.
2207 (fancy-splash-screens-1): New function.
2208 (fancy-splash-head): Put a help-echo and a keymap under the image.
2209
a3ef6569
SM
22102000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2211
2212 * diff-mode.el (diff-add-log-file-name): Remove.
2213 (diff-mode): Use add-log-buffer-file-name-function.
2214
2215 * add-log.el (find-change-log): New arg BUFFER-FILE.
2216 (add-log-file-name): Obey add-log-file-name-function.
2217 (add-log-buffer-file-name-function): New var.
2218 (add-change-log-entry): Use it.
2219
75e5b373
MB
22202000-09-29 Miles Bader <miles@gnu.org>
2221
2222 * image-file.el (image-file-name-extensions): New variable.
2223 (image-file-name-regexps): Renamed from `image-file-regexps'.
2224 New default value is nil. Call `auto-image-file-mode'.
2225 (image-file-name-regexp): New function.
2226 (auto-image-file-mode): New minor mode.
2227 (insert-image-file): Don't make conditional on the image-file
2228 handler being enabled.
2229 (image-file-handler): Make the call here conditional instead.
2230 (set-image-file-handler-enabled, enable-image-file-handler)
2231 (disable-image-file-handler): Functions removed.
2232
2233 * emacs-lisp/authors.el (authors-print): Rephrase many-files
2234 string.
2235
de6e1f7c
GM
22362000-09-29 Gerd Moellmann <gerd@gnu.org>
2237
2238 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
2239 it's a function from CL.
2240 (latex-imenu-create-index): Replace eval-when-compile with progn
2241 because latex-section-alist is not bound while compiling.
2242
d8c201f5
SM
22432000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2244
2245 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
2246 (outline-mode): Use define-derived-mode.
2247
814299a7 2248 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
2249 * progmodes/awk-mode.el (awk-mode):
2250 * progmodes/asm-mode.el (asm-mode):
2251 Don't gratuitously override the default for comment-column.
2252
2253 * emacs-lisp/lisp.el (lisp-complete-symbol):
2254 Distinguish the let-binding case from the funcall case.
2255 (forward-sexp-function): New variable.
2256 (forward-sexp): Use it.
2257
2258 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
2259 (easy-mmode-defmap): Remove the now useless autoload.
2260
2261 * time.el (display-time-mode): Use define-minor-mode.
2262
2263 * subr.el (add-minor-mode): Don't eval NAME.
2264 Don't depend on the presence of TOGGLE-FUN for any special behavior.
2265 Use if rather than cond.
2266
2267 * simple.el (read-expression-map): Define more properly.
2268 (comment-indent-hook): Remove.
2269 (string-to-syntax): Bug fix.
2270
2271 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
2272 (cvs-ediff-diff): Fix typo.
2273 (cvs-revert-if-needed): Don't bother preserving read-only.
2274
2275 * paren.el (show-paren-mode): Use define-minor-mode.
2276
2277 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
2278 (toggle-auto-compression): Remove.
2279 (jka-compr-build-file-regexp): Remove useless grouping.
2280
2281 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
2282 Avoid user-reserved bindings.
2283 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
2284 (diff-header-face): Revert to grey85.
2285
2286 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
2287
2288 * complete.el (partial-completion-mode) <defcustom>: Remove.
2289 (partial-completion-mode): Use define-minor-mode.
2290 (PC-do-completion): Understand `completion-auto-help = delay'
2291 to mean to popup the completion buffer only the second time.
814299a7 2292 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
2293 (PC-include-file-all-completions): Don't quote lambda.
2294
2295 * comint.el (comint-mode-hook): Docstring fix.
2296 (comint-mode): Use define-derived-mode.
2297 (comint-mode-map): Remove obsolete comment.
2298 (make-comint): Minor stylistic change.
2299 (comint-insert-clicked-input): Be more careful to find the overlay.
2300 Use this-command-keys rather than hardcoding mouse-2.
2301
2302 * font-lock.el: Replace confusing (,@ with ,
2303 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2304 Don't use regexp-opt-depth. Spice up the regexp for args.
2305 Don't distinguish between cmds that can take an opt arg or not.
2306 Use `append' and `prepend' rather than `keep'.
2307
2308 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
2309 (latex-outline-regexp): New var.
2310 (latex-outline-level): New fun.
2311 (latex-section-alist): New var.
2312 (latex-imenu-create-index): Use it. Use `push' as well.
2313 (tex-shell-map): Initialize it properly.
2314 (tex-mode): Minor stylistic change.
2315 (plain-tex-mode): Use define-derived-mode.
2316 (latex-mode): Use define-derived-mode.
2317 Construct the paragraph regexps in a more readable way.
2318 Set the buffer-local outline-{level,regexp} vars.
2319 (slitex-mode): Derive from latex-mode.
2320 (tex-common-initialization): Don't kill-all-vars anymore.
2321 Add setting for comment-add and font-lock-defaults.
2322 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
2323 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
2324 (tex-start-tex): New arg DIR (and send a chdir command for it).
2325 Also display the shell buffer and save it in tex-last-buffer-texed.
2326 (tex-region): Use expand-file-name rather than concat.
2327 Remove code made useless by changes in tex-start-tex.
2328 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
2329
2330 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
2331
ff398532
DL
23322000-09-28 Dave Love <fx@gnu.org>
2333
2334 * eshell/eshell.el (eshell) <defgroup>: Add :version.
2335
f9415d5b
GM
23362000-09-28 Gerd Moellmann <gerd@gnu.org>
2337
2338 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
2339 `append'.
2340
fa003899
SM
23412000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2342
2343 * info.el (Info-extract-pointer): Undo last change.
2344 Instead, fix the position of the `bound' arg to re-search-backward.
2345
23462000-09-27 Stefan Monnier <monnier@cs.yale.edu>
2347
2348 * info.el (Info-extract-pointer):
2349 Widen more carefully, to avoid finding pointers in other nodes.
2350 (Info-index): Use push.
2351
f9415d5b 23522000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
2353
2354 * frame.el (set-frame-font): Remove call to obsolete function
2355 frame-update-faces.
2356 (set-foreground-color, set-background-color): Likewise for
2357 frame-update-face-colors.
2358
5538b8ba
MB
23592000-09-27 Miles Bader <miles@gnu.org>
2360
2361 * image-file.el: New file.
2362
60536eea
GM
23632000-09-27 Gerd Moellmann <gerd@gnu.org>
2364
5b551d58
GM
2365 * frame.el (frame-notice-user-settings): Don't call
2366 frame-update-faces, which is a no-op now.
814299a7 2367
60536eea
GM
2368 * ediff-wind.el (ediff-control-frame-parameters): Add zero
2369 tool-bar-lines.
2370
36f1966f
DL
23712000-09-27 Dave Love <fx@gnu.org>
2372
2373 * mouse.el: Fix last change.
2374
c5785b73
MB
23752000-09-27 Miles Bader <miles@lsi.nec.co.jp>
2376
2377 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
2378
672172d9
KH
23792000-09-22 Kenichi Handa <handa@etl.go.jp>
2380
2381 * international/quail.el (quail-help): The output message is
2382 improved.
2383
4653b4ea
DL
23842000-09-26 Dave Love <fx@gnu.org>
2385
2386 * mouse.el (popup-menu): If POSITION is nil, set it using
2387 mouse-position.
2388
63900fcf
SS
23892000-09-25 Sam Steingold <sds@gnu.org>
2390
2391 * net/browse-url.el (browse-url-file-url): Check for null maps.
2392
cd3b81be
GM
23932000-09-26 Gerd Moellmann <gerd@gnu.org>
2394
876512ab 2395 * frame.el (frame-notice-user-settings): Don't add a
fa003899 2396 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 2397
fa003899
SM
2398 * frame.el (frame-notice-user-settings):
2399 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 2400
cd3b81be
GM
2401 * toolbar/tool-bar.el (tool-bar-help): New function.
2402
d8b4516f
GM
24032000-09-25 Gerd Moellmann <gerd@gnu.org>
2404
6567e9b5
GM
2405 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
2406 current-load-list in top-level forms. Else this leaks a cons cell
2407 every time a defun is called.
63900fcf 2408
d8b4516f 2409 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 2410
a461758e
DL
24112000-09-25 Dave Love <fx@gnu.org>
2412
7df6adc3
DL
2413 * startup.el (fancy-splash-head): Check XPM is available.
2414
a461758e
DL
2415 * autoinsert.el (auto-insert): Doc fix.
2416 (auto-insert-alist): Following GNU notices, don't say `copyright
2417 _by_'. Use line-beginning-position.
2418 (auto-insert): Check buffer-file-name is non-nil before use.
2419
b11af2dd
GM
24202000-09-25 Gerd Moellmann <gerd@gnu.org>
2421
2422 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
2423 starting with `@def' or `@multitable', in addition to ones
2424 specified by the user in auto-fill-inhibit-regexp.
2425
5f9f981b
GM
24262000-09-25 Markus Rost <rost@math.ohio-state.edu>
2427
2428 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
2429 rmail-dont-reply-to-names matches the empty string.
63900fcf 2430
8ff16b4e
GM
24312000-09-25 Gerd Moellmann <gerd@gnu.org>
2432
63900fcf 2433 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
2434 text to sound more friendly.
2435
9b4a7800
TTN
24362000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
2437
2438 * progmodes/hideshow.el: Update author email address.
2439 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
2440 (hs-hide-all-non-comment-function): New var.
2441 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
2442 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
2443 (hs-show-region): Delete this command.
2444 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
2445
4c7c1f3f
DL
24462000-09-22 Dave Love <fx@gnu.org>
2447
2448 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
2449 (hl-line-highlight): Specify buffer when moving overlay.
2450
2451 * progmodes/fortran.el (fortran-mode): Locally set
2452 normal-auto-fill-function.
2453 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
2454 (fortran-mode-map): Adjust auto-fill menu entry.
2455
13f93dee
GM
24562000-09-22 Gerd Moellmann <gerd@gnu.org>
2457
36eb0a91
GM
2458 * vc-rcs.el (toplevel): Require `vc' when compiling.
2459
fa003899 2460 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 2461
36a03bf9
AS
24622000-09-22 Andre Spiegel <spiegel@gnu.org>
2463
9b4a7800 2464 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
2465 registered under the new backend.
2466
9b4a7800 2467 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
2468 without explicit revision number.
2469
6e4e8a3b
SM
24702000-09-21 Stefan Monnier <monnier@cs.yale.edu>
2471
2472 * diff-mode.el (diff-file-header-face): Reset to its previous value.
2473 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
2474 (diff-xor): New function.
2475 (diff-find-source-location): Use it. Fix a stupid name clash.
2476 (diff-hunk-status-msg): New function.
2477 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
2478 (diff-test-hunk): Use diff-find-source-location.
2479 (diff-goto-source): Favor the `reverse'.
2480 (diff-hunk-text): Properly handle one-sided context diffs.
2481 (diff-apply-hunk): When done, advance to the next hunk.
2482
1b24b888
GM
24832000-09-21 Gerd Moellmann <gerd@gnu.org>
2484
623a0aae
GM
2485 * startup.el (command-line): If frame was created with a non-zero
2486 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 2487
1b24b888
GM
2488 * add-log.el (change-log-date-face, change-log-name-face)
2489 (change-log-email-face, change-log-file-face)
2490 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
2491 (change-log-function-face, change-log-acknowledgement-face):
2492 New faces, inheriting from font-lock faces.
1b24b888 2493 (change-log-font-lock-keywords): Use them.
9b4a7800 2494
93b3a1c8
DL
24952000-09-21 Dave Love <fx@gnu.org>
2496
80585273
DL
2497 * progmodes/cperl-mode.el (top-level): Clean up
2498 `eval-when-compile's and assorted defvars.
2499 (cperl-invalid-face): Don't double-quote value. Change custom
2500 type.
2501 (cperl-mode): Set normal-auto-fill-function and don't zap
2502 auto-fill-function.
2503 (cperl-imenu--function-name-regexp-perl): Renamed from
2504 imenu-example--function-name-regexp-perl.
2505 (cperl-imenu--create-perl-index): Renamed from
2506 imenu-example--create-perl-index.
2507 (cperl-xsub-scan): Don't require cl.
2508
93b3a1c8
DL
2509 * msb.el (msb-mode-map): Use substitute-key-definition.
2510 (msb-mode): Use msb-mode-map.
2511
43ccb598
AS
25122000-09-21 Andre Spiegel <spiegel@gnu.org>
2513
2514 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
2515 New functions.
fa003899 2516 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
2517 (vc-switch-backend): New function.
2518 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
2519 (vc-register): Fix prompt.
2520 (vc-unregister, vc-default-unregister): New functions.
2521 (vc-version-diff): Handle empty buffer in sentinel.
2522
2523 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
2524 (vc-rcs-state-heuristic): Use it to guess the state of files with
2525 non-strict locking.
2526 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
2527 been set with -b, but not created yet.
2528 (vc-rcs-fetch-master-state): With non-strict locking, compare file
2529 contents in order to find the state.
2530 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
2531 (vc-rcs-unregister, vc-rcs-receive-file)
2532 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 2533
9b4a7800 2534 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 2535 in case it is missing.
9b4a7800 2536
95fadcca
GM
25372000-09-21 Gerd Moellmann <gerd@gnu.org>
2538
2539 * startup.el (fancy-splash-tail): Use a different foreground
2540 color on a dark frame background.
2541
470f23e1
MB
25422000-09-21 Miles Bader <miles@lsi.nec.co.jp>
2543
2544 * info.el: Use the correct capitalization when making Info-mode
2545 and Info-edit-mode `special' modes.
2546
281096ed
SM
25472000-09-20 Stefan Monnier <monnier@cs.yale.edu>
2548
2549 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
2550 (diff-mode): Add support for add-log.el.
2551 (diff-hunk-text): Use char offsets rather than line offsets.
2552 (diff-find-source-location): Replace LINE with line-offset (nil
2553 if not found) and always set POS to a meaningful position.
2554 Adapt to the new char-offsets.
2555 (diff-apply-hunk): Drop support for the unused `select' POPUP.
2556 Adapt to the new diff-find-source-location.
2557 (diff-goto-source): Adapt to the new diff-find-source-location.
2558
2559 * add-log.el (add-log-file-name): New function (split out of
2560 add-change-log-entry).
2561 (add-change-log-entry): Use it.
2562 Call add-log-file-name-function with the changelog file name if
2563 the current buffer is not associated with any file.
2564 Avoid find-file if the selected window is dedicated.
2565
2566 * diff-mode.el (diff-find-source-location):
2567 Move code from diff-apply-hunk. Return buffer rather than file.
2568 (diff-apply-hunk): Use the new result from diff-find-source-location.
2569 (diff-goto-source): Use the new diff-find-source-location.
2570
c29d77c4
DL
25712000-09-20 Dave Love <fx@gnu.org>
2572
2573 * iswitchb.el: Some doc fixes.
2574 (iswitchb-mode-map): Define completely initially. Inherit
2575 minibuffer-local-map.
2576 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
2577 fundamental-mode.
2578 (iswitchb-global-map): New variable.
2579 (iswitchb-summaries-to-end): Amalgamate regexps.
2580 (iswitchb-mode): New.
2581 (iswitchb-mode-hook): New variable.
2582 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
2583 `extensions'.
2584
49939379
GM
25852000-09-20 Gerd Moellmann <gerd@gnu.org>
2586
d05c87ac
GM
2587 * ehelp.el (electric-help): New defgroup.
2588 (electric-help-shrink-window): New user-option.
2589 (with-electric-help): Use it.
2590
1ec082d4
GM
2591 * window.el (shrink-window-if-larger-than-buffer): If face
2592 `mode-line' has a :box, and we're on a graphical frame, add 1
2593 to the needed window height.
2594
f46c275e
GM
2595 * frame.el (frame-notice-user-settings): Add a last parameter nil
2596 to a call to `append', because the last list passed to `append' is
2597 not copied, and so subsequent calls to assq-delete-all will modify
2598 default-frame-alist.
2599
b7e11c5b
GM
2600 * startup.el (fancy-splash-image): Change :type.
2601 (fancy-splash-head): Use an XBM image if appropriate.
2602 (command-line-1): Show splash screens in more cases.
2603
26ff68aa
GM
2604 * startup.el (fancy-splash-text): Don't quote faces.
2605
8320414c
GM
2606 * dired.el (dired-font-lock-keywords): Undo last change.
2607 (dired-readin): Bind indent-tabs-mode to nil.
2608
49939379
GM
2609 * startup.el (fancy-splash-head): If frame's background mode
2610 is `dark', change the black background of the image to gray.
2611 (fancy-splash-screens): Display startup echo area message.
2612 (display-startup-echo-area-message): New function.
2613
c3b27206
MB
26142000-09-20 Miles Bader <miles@lsi.nec.co.jp>
2615
55a3d2a1
MB
2616 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
2617
2618 * info.el (info-header-node): Tweak for color ttys.
2619
37a99821
MB
2620 * faces.el (face-valid-attribute-values): Make sure directories we
2621 search for stipples both exist and are readable before trying to
2622 search them.
2623
0415d0d0
MB
2624 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
2625 in the dry-run case.
2626
523b128c
MB
2627 * jka-compr.el (with-auto-compression-mode): New macro.
2628
c3b27206
MB
2629 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
2630 (custom-group-tag-face, custom-variable-tag-face): Use relative
2631 :height and inherit from `variable-pitch' face instead of
2632 hardwiring :family.
2633 * hi-lock.el (hi-black-hb): Likewise.
2634
ddba99ad
MB
2635 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
2636 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
2637 toolbar-add-item, if image doesn't have a mask add a `:mask
2638 heuristic'.
2639
7e99fbde
SM
26402000-09-19 Stefan Monnier <monnier@cs.yale.edu>
2641
2642 * diff-mode.el: Docstring fixes.
2643 (diff-header-face, diff-comment-face): New faces.
2644 (diff-font-lock-keywords): Highlight a bit differently.
2645 (diff-find-source-location): Don't return SPAN any more.
2646 (diff-hunk-text): Don't bother erasing the temp buffer.
2647 (diff-find-text): Drop argument LINE.
2648 (diff-apply-hunk): Update calls to diff-find-text.
2649 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
2650
2651 * calendar/calendar.el: Docstring fixes.
2652 (calendar-make-alist): Don't quote lambda.
2653 (calendar-star-date): Use make-local-variable.
2654
fb275c02
DL
26552000-09-19 Dave Love <fx@gnu.org>
2656
7e99fbde
SM
2657 * toolbar/tool-bar.el: Renamed from toolbar.el.
2658 Change `toolbar' to `tool-bar' generally in symbols.
2659 Make some items invisible in `special' major modes.
2660 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
2661 Add arg PROPS.
532cb34d 2662
7e99fbde
SM
2663 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
2664 Add :version here.
fb275c02
DL
2665 (fancy-splash-delay, fancy-splash-image): Remove :version here.
2666
8f4ca9a5
GM
26672000-09-19 Gerd Moellmann <gerd@gnu.org>
2668
8b7707e1 2669 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 2670
8b7707e1 2671 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
2672 (find-file-noselect): Use it.
2673
8b7707e1 2674 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
2675 (fancy-splash-screen): Defgroup.
2676
8f4ca9a5
GM
2677 * add-log.el (change-log-font-lock-keywords): Match names
2678 more exactly for the case that font-lock-constant-face is
2679 underlined.
2680
ba9eeda1 26812000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 2682
8b7707e1 2683 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 2684
289eaef9
AS
26852000-09-19 Andre Spiegel <spiegel@gnu.org>
2686
2687 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
2688
ce9ded5d
GM
26892000-09-19 Gerd Moellmann <gerd@gnu.org>
2690
c113de23
GM
2691 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
2692 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
2693 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
2694 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
2695 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
2696 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
2697 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
2698 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
2699 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
2700 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
2701 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 2702 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 2703
ce9ded5d
GM
2704 * startup.el (fancy-splash-text): New variable.
2705 (fancy-splash-delay, fancy-splash-image): New user-options.
2706 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
2707 (fancy-splash-screens): New functions.
2708 (command-line-1): If display has a `display' frame parameter, has
2709 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 2710
b9b1c3a9
DL
27112000-09-19 Dave Love <fx@gnu.org>
2712
2713 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
2714 with null `help'. Use modern backquote syntax.
2715
1af25534
GM
27162000-09-19 Gerd Moellmann <gerd@gnu.org>
2717
afd3c8cd
GM
2718 * font-lock.el (font-lock-mode): Change message telling the user
2719 that ``the buffer is too big''.
2720
1af25534
GM
2721 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
2722 for instance for the case that tab-width is 2.
2723
05b1f851
GM
27242000-09-18 Gerd Moellmann <gerd@gnu.org>
2725
2726 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
2727 toolbar-add-item, if image doesn't have a mask add a `:mask
2728 heuristic'.
2729
8ec8f673
MB
27302000-09-18 Miles Bader <miles@lsi.nec.co.jp>
2731
2b612b1f
MB
2732 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
2733 and return a cons if it's non-nil.
2734 (diff-apply-hunk): Try to jump to the line in the source text
2735 corresponding to the position of point in the in the hunk.
2736
9b4a7800 2737 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
2738 (Info-title-1-face): Use face inheritance and relative sizes
2739 instead of hard-wiring things.
2740
2741 * faces.el (secondary-selection): Make dark-background variant sane.
2742
5eedab4d
AI
27432000-09-16 Andrew Innes <andrewi@gnu.org>
2744
5eedab4d
AI
2745 * makefile.w32-in (compile-files-CMD): No need to make .elc files
2746 read-only, since they aren't under VC now.
2747
6a142f26
DL
27482000-09-17 Dave Love <fx@gnu.org>
2749
e07436e1
DL
2750 * tmm.el: Replace mapcar with mapc in several places.
2751
2752 * loadhist.el (unload-feature): Maybe call elp-restore-list and
2753 ad-unadvise.
2754
7d354dd5
DL
2755 * international/latin1-disp.el: New file.
2756
6a142f26
DL
2757 * calendar/cal-move.el (scroll-calendar-left)
2758 (scroll-calendar-right): Make arg optional (for active mode line).
2759
2760 * calendar/calendar.el (calendar-mode-line-format): Make fields
2761 mouse-sensitive.
2762 (calendar-read-date, calendar-read-date, calendar-window-list):
2763 Unquote lambda.
2764 (calendar-month-name): Use aref, not sref.
2765
2766 * view.el (minor-mode-alist): Propertize the string.
2767
2768 * international/characters.el (standard-case-table): Add entries
2769 for Greek.
2770
50ac70af
MB
27712000-09-18 Miles Bader <miles@gnu.org>
2772
53c9ab4f
MB
2773 * info.el (info-node, info-xref): Add dark-background variants.
2774
a114b1ca
MB
2775 * faces.el (header-line): Change defaults to be less confusing
2776 when mixed with mode-lines.
2777
50ac70af
MB
2778 * info.el (Info-fontify-node): Make a few cleanups.
2779 Add extra `help-echo' and `local-map' props to node xrefs.
2780 Use header-specific faces for node-names & xrefs.
2781 (Info-use-header-line): New variable.
53c9ab4f 2782 (info-header-xref, info-header-node): New faces.
50ac70af
MB
2783 (Info-setup-header-line): New function.
2784 (Info-select-node): Call Info-setup-header-line when enabled.
2785 (Info-extract-pointer): Work even if the header line is hidden.
2786 (Info-header-line): New variable.
2787
729927ff
SM
27882000-09-16 Stefan Monnier <monnier@cs.yale.edu>
2789
2790 * vms-patch.el (print-region-function): Don't quote lambda.
2791
2792 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
2793
2794 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
2795 (lm-get-header-re): Allow spaces between the header and the colon.
2796 (lm-header): Allow $ in non-RCS headers.
2797 (lm-header-multiline): Put the strings back into order.
2798 Stop at an empty line. Don't require two space chars if the
2799 line is clearly not another header line.
2800
2801 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
2802 (popup-menu-popup): Remove.
2803
7a98d821
GM
28042000-09-15 Gerd Moellmann <gerd@gnu.org>
2805
7f8f1edc
GM
2806 * toolbar/toolbar.el (toolbar-add-item): Use the same image
2807 specification if or if not tool-bar item contains an `:enabled'
2808 property.
2809
7a98d821
GM
2810 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
2811 current buffer has no file name.
2812
a7bc704b
DL
28132000-09-15 Dave Love <fx@gnu.org>
2814
2815 * strokes.el: Sync with maintainer's current version with changes
2816 for Emacs, but avoid runtime cl and levents.
2817 (toplevel): Change autoloads and compilation requires.
2818 (strokes-version, strokes-bug-address, strokes-lift): Values
2819 changed.
2820 (strokes-xpm-header, strokes-insinuated): New variable.
2821 (strokes): Add :link.
2822 (strokes-mode): Customized.
2823 (strokes-while-inhibiting-garbage-collector): New macro.
2824 (strokes-remassoc): Avoid remove-if.
2825 (strokes-fix-button2-command): Don't use ad-do-it.
2826 (strokes-insinuate): New function.
2827 (strokes-button-press-event-p, strokes-button-release-event-p):
2828 New functions, used instead of non-`strokes-' versions..
2829 (strokes-mouse-event-p): Rewritten.
2830 (strokes-event-closest-point): Avoid event-point.
2831 (strokes-get-grid-position): Avoid cdadr, caadr
2832 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
2833 functions.
2834 (strokes-help): Use with-output-to-temp-buffer.
2835 (strokes-window-configuration-changed-p): New function.
2836 (strokes-update-window-configuration): Use buffer-live-p,
2837 strokes-window-configuration-changed-p.
2838 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
2839 (strokes-char-face): New face.
2840 (strokes-char-table, strokes-base64-chars): New variable.
2841 (strokes-xpm-for-stroke, strokes-list-strokes)
2842 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
2843 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
2844 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
2845 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
2846 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
2847 functions.
2848
47e351a3
GM
28492000-09-15 Gerd Moellmann <gerd@gnu.org>
2850
ebb8f116
GM
2851 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
2852
47e351a3
GM
2853 * image.el (create-image): Doc fix.
2854
2855 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
2856 instead of `:heuristic-mask t'.
2857
fe83b953
AI
28582000-09-14 Andrew Innes <andrewi@gnu.org>
2859
2860 * makefile.w32-in: Revert to Unix line endings.
2861
52481729
AI
28622000-09-14 Andrew Innes <andrewi@gnu.org>
2863
3021e816
AI
2864 * makefile.w32-in: Add bootstrap support. Also copy lisp source
2865 when installing.
2866
52481729
AI
2867 * makefile.nt (DONTCOMPILE): Fix typo.
2868
2869 * shell.el (shell-write-history-on-exit): New function.
2870 (shell-dumb-shell-regexp): New custom variable.
2871 (shell-mode): Make shell-write-history-on-exit the process
2872 sentinel if shell name matches shell-dumb-shell-regexp.
2873
2874 * w32-fns.el: Comment out before-init-hook function which resets
2875 source-directory based; this breaks bootstrap.
2876
f8034e41
DL
28772000-09-14 Dave Love <fx@gnu.org>
2878
2879 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
2880 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
2881 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
2882 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
2883 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
2884 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
2885 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
2886 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
2887 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
2888
2889 * toolbar/toolbar.el: New.
2890
2891 * subdirs.el: Add toolbar.
2892
b9ce5694
GM
28932000-09-14 Gerd Moellmann <gerd@gnu.org>
2894
2895 * indent.el (indent-for-tab-command): Doc fix.
2896
986b7dee
GM
28972000-09-14 Alex Schroeder <alex@gnu.org>
2898
2899 * ansi-color.el (ansi-colors): Doc change.
2900 (ansi-color-get-face): Simplified regexp.
2901 (ansi-color-faces-vector): Added more faces, doc change.
2902 (ansi-color-names-vector): Doc change.
2903 (ansi-color-regexp): Simplified regexp.
2904 (ansi-color-parameter-regexp): New regexp.
2905 (ansi-color-filter-apply): Doc change.
2906 (ansi-color-filter-region): Doc change.
2907 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
2908 deal with zero length parameters.
2909 (ansi-color-apply-on-region): Doc change.
2910 (ansi-color-map): Doc change.
2911 (ansi-color-map-update): Removed debugging message.
2912 (ansi-color-get-face-1): Added condition-case to trap
2913 args-out-of-range errors.
2914 (ansi-color-get-face): Doc change.
2915 (ansi-color-make-face): Removed.
2916 (ansi-color-for-shell-mode): New option.
9b4a7800 2917
076ff911
KH
29182000-09-13 Kenichi Handa <handa@etl.go.jp>
2919
2920 * international/quail.el (quail-start-translation): Translate KEY
2921 if necessary even if it doesn't have any mapping in the current
2922 input method.
2923 (quail-start-conversion): Likewise.
2924 (quail-help): The output message is improved.
2925
bdf08678
MB
29262000-09-13 Miles Bader <miles@gnu.org>
2927
2928 * comint.el (comint-output-filter): Revert to using
2929 `insert-before-markers'. Add bletcherous hack to undo damage
2930 caused by `insert-before-markers'. Put `front-sticky' property on
2931 overlays created here so that the field code understands how the
2932 overlay works. Use a let when making comint-last-prompt-overlay,
2933 so that the code is easier to read.
2934
ffb8db8d
DL
29352000-09-13 Dave Love <fx@gnu.org>
2936
2937 * wid-edit.el (widget-default-format-handler): DTRT when
2938 doc-property is a function.
2939
5dd05f61
GM
29402000-09-12 Francesco Potorti` <pot@gnu.org>
2941
2942 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
2943 filed name if it's not there.
2944
35177617
DL
29452000-09-12 Dave Love <fx@gnu.org>
2946
9023837e
DL
2947 * simple.el (read-mail-command): Doc fix.
2948 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
2949
35177617
DL
2950 * vc.el (vc-dired-listing-switches): Fix :version.
2951
2952 * vc-hooks.el: Doc fixes.
2953
2954 * subr.el (add-minor-mode): Use toggle-fun arg.
2955
2956 * speedbar.el: Add :version to several defcustoms.
2957
2958 * imenu.el (imenu--truncate-items, imenu--cleanup)
2959 (imenu--generic-function): Avoid mapcar.
2960 (imenu--replace-spaces): Function removed.
2961 (imenu--completion-buffer): Use subst-char-in-string.
2962 (imenu-add-to-menubar): Use keymap inheritance.
2963
1afaae94
MB
29642000-09-12 Miles Bader <miles@gnu.org>
2965
2966 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
2967 (diff-mode-map): Bind `diff-test-hunk'.
2968 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
2969
29702000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
2971
2972 * bytecomp.el (byte-compile-defvar): Undo last change
2973 because it breaks '(make-variable-buffer-local (defvar ...)'
2974 which is used at least in dired.
2975
63c36c3c
KH
29762000-09-12 Kenichi Handa <handa@etl.go.jp>
2977
2978 * international/quail.el (quail-define-package): Docstring
2979 modified.
2980
1ad24be1
KH
29812000-09-12 Kenichi Handa <handa@etl.go.jp>
2982
362a8065
KH
2983 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
2984 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
2985 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
2986 docstring of "chinese-py".
2987
1ad24be1
KH
2988 * international/quail.el (quail-translation-docstring): New
2989 variable.
2990 (quail-show-keyboard-layout): Docstring modified.
2991 (quail-select-current): Likewise.
2992 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
2993 infinite recursive call.
2994 (quail-help): Check quail-translation-docstring. Format of the
2995 output changed.
2996 (quail-help-insert-keymap-description): Adjusted for the above
2997 change.
2998
cc0f95a4
GM
29992000-09-11 Gerd Moellmann <gerd@gnu.org>
3000
3001 * bytecomp.el (byte-compile-defvar): Only cons onto
3002 current-load-list in top-level forms. Else this leaks a cons cell
3003 every time a defun is called.
3004
7530b6da
MB
30052000-09-11 Miles Bader <miles@lsi.nec.co.jp>
3006
3007 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
3008 Now understands non-unified diffs. Some functionality moved into
3009 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
3010 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
3011 modify anything. Only reposition point in the patched file if the
3012 patch succeeds. Only pop up another window if POPUP is true.
3013 Emit a message describing what happened if successful, and at what
3014 line-offset. Automatically detect reversed hunks and do something
3015 appropriate.
3016 (diff-hunk-text, diff-find-text): New functions.
3017 (diff-filter-lines): Function removed.
3018 (diff-test-hunk): New function.
3019 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
3020
6b124390
DL
30212000-09-10 Dave Love <fx@gnu.org>
3022
3023 * textmodes/tildify.el: Minor doc/commentary fixes.
3024 (tildify) <defgroup>: Add :version.
3025
3026 * faces.el (face-x-resources): Make custom type more specific.
3027 (frame-background-mode): Use mapc.
3028 (region) <defcustom>: Add :version.
3029
7f8b6551
SM
30302000-09-08 Stefan Monnier <monnier@cs.yale.edu>
3031
9b4a7800
TTN
3032 * vc-sccs.el (vc-sccs-register):
3033 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
3034 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
3035 * vc.el (vc-register): Clear file's properties.
3036
c454aac1
GM
30372000-09-08 Gerd Moellmann <gerd@gnu.org>
3038
3039 * faces.el (face-spec-set): Only face-spec-reset-face when
3040 ATTRS is non-nil.
3041
bb934822
EZ
30422000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3043
3044 * help.el (help-insert-xref-button): Fix a typo in doc string.
3045
03419440
EZ
30462000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3047
7f8b6551
SM
3048 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3049 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
3050 methods.
3051
03419440
EZ
3052 * menu-bar.el (read-mail-item-name): New function.
3053 (menu-bar-tools-menu): Use it to compute and display the package
3054 used to read email.
3055 (menu-bar-tools-menu): Fix typo in GUD's help string.
3056
dbcee71a
DL
30572000-09-07 Dave Love <fx@gnu.org>
3058
19e713d8
DL
3059 * diff-mode.el (diff-mouse-goto-source): New function.
3060
a7cafade 3061 * vc-sccs.el: Doc fixes.
7f8b6551 3062 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
3063
3064 * vc-rcs.el: Doc fixes.
7f8b6551
SM
3065 (vc-rcs-register-switches, vc-rcs-checkin-switches)
3066 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
3067 (vc-rcs-master-templates): Add or change :version.
3068
7f8b6551 3069 * vc-cvs.el: Doc fixes.
a7cafade
DL
3070 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
3071 (vc-cvs-stay-local): Add :version.
3072
dbcee71a
DL
3073 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
3074
ed254191
KH
30752000-09-07 Kenichi Handa <handa@etl.go.jp>
3076
3077 * international/quail.el (quail-help): Fix previous change.
3078
ab0ee409
GM
30792000-09-07 Gerd Moellmann <gerd@gnu.org>
3080
f46f845b 3081 * faces.el (color-values): Doc fix.
9b4a7800 3082
ab0ee409
GM
3083 * faces.el (frame-set-background-mode): Use frame-parameter
3084 instead of frame-parameters.
3085
3086 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 3087 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 3088 frame-parameters.
9b4a7800 3089
f7246ac7
KH
30902000-09-07 Kenichi Handa <handa@etl.go.jp>
3091
3092 * language/devan-util.el (devanagari-to-indian-region): In the
3093 loop, change the following char, not preceding char.
3094
96889af2
GM
30952000-09-07 Gerd Moellmann <gerd@gnu.org>
3096
1091dd67
GM
3097 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
3098 instead of frame-parameters.
3099
9b4a7800 3100 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
3101 internal-set-lisp-face-attribute with FRAME being 0.
3102
3103 * vc.el: Remove `Id' version control keyword.
96889af2 3104
0fddd0dc
KH
31052000-09-07 Kenichi Handa <handa@etl.go.jp>
3106
3107 * help.el (help-make-xrefs): Adjusted for the change of
3108 help-xref-mule-regexp.
3109 (help-insert-xref-button): New function.
3110
3111 * international/mule-cmds.el (help-xref-mule-regexp-template):
3112 Include the pattern for character set.
3113 (leim): New group.
3114
3115 * international/quail.el: Don't require face.
3116 (quail): New group.
7f8b6551 3117 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
3118 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
3119 (quail-keyboard-layout-substitution): New variable.
3120 (quail-update-keyboard-layout): New function.
3121 (quail-keyboard-layout-type): New customizable variable.
3122 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
3123 (quail-keyboard-translate): Pay attention to
3124 quail-keyboard-layout-substitution.
3125 (quail-insert-kbd-layout): New function.
3126 (quail-show-keyboard-layout): New function.
3127 (quail-get-translation): If the definition is a vector of length
7f8b6551 3128 1, and the element is a string of length 1, return the character
0fddd0dc
KH
3129 in that string.
3130 (quail-update-current-translations): Fix the case of
3131 relative-index out of range.
3132 (quail-build-decode-map, quail-insert-decode-map): New Functions.
3133 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 3134 Show key sequences for all available characters.
0fddd0dc
KH
3135 (quail-help-insert-keymap-description): Don't show such verbose
3136 key bindings as quail-self-insert-command.
3137
3138 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3139 Format changed, and each element now have extra documentations.
3140 (tit-process-header): Delete invalid characters from TIT-PROMPT.
3141 Adjusted for the change of quail-cxterm-package-ext-info.
3142
8ddceaf1
GM
31432000-09-06 Gerd Moellmann <gerd@gnu.org>
3144
3145 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
3146 requiring it leads to a recursive loading of vc.el and vc-hooks.el
3147 during bootstrap.
3148
099bd78a
SM
31492000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3150
3151 * vc.el: (toplevel): Don't require `dired' at run-time.
3152 (vc-dired-resynch-file): Remove autoload cookie.
3153
31542000-09-05 Andre Spiegel <spiegel@gnu.org>
3155
3156 * vc.el: Made several backend functions optional.
3157 (vc-default-responsible-p): New function.
3158 (vc-merge): Use RET for first version to trigger merge-news, not
3159 prefix arg.
3160 (vc-annotate): Handle backends that do not support annotation.
3161 (vc-default-merge-news): Removed. The existence of a merge-news
3162 implementation is now checked on caller sites.
3163
9b4a7800 3164 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
3165 case.
3166
9b4a7800 3167 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
3168 special case that has been removed from the default in vc-hooks.el.
3169
31702000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3171
3172 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
3173
31742000-09-05 Andre Spiegel <spiegel@gnu.org>
3175
3176 * vc-hooks.el: Require vc during compilation.
3177 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
3178 macro `with-vc-properties' in vc.el.
3179 (vc-file-getprop): Doc fix.
3180 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 3181
099bd78a
SM
3182 * vc.el: Require dired-aux during compilation.
3183 (vc-name-assoc-file): Moved to vc-sccs.el.
3184 (with-vc-properties): New macro.
9b4a7800 3185 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
3186 vc-finish-steal): Use it.
3187 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
3188 to the backend-specific function is now supposed to do the checkout,
3189 too.
3190 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
3191
9b4a7800 3192 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
3193 set file properties; that gets done in the generic code now.
3194
3195 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
3196 Changed parameter list, added code from vc.el that does the
3197 checkout, possibly with a double-take.
3198
3199 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
3200 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
3201 the above under the new name.
3202 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
3203 parameter list, added checkout command.
3204 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
3205 properties; that gets done in the generic code now.
3206
32072000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3208
3209 * vc.el: Docstring fixes (courtesy of checkdoc).
3210
32112000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3212
3213 * vc.el (vc-checkout-writable-buffer-hook)
3214 (vc-checkout-writable-buffer): Remove.
3215 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
3216 (vc-log-mode): Make it into a clean derived major mode.
3217 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
3218 vc-log-mode if log-edit is not available.
3219 (vc-dired-mode-map): Don't set-keymap-parent yet.
3220 (vc-dired-mode): Do set-keymap-parent here.
3221 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
3222
08ba3862
GM
32232000-09-05 Gerd Moellmann <gerd@gnu.org>
3224
3225 * faces.el (set-face-attribute, face-spec-reset-face)
3226 (face-spec-set): Avoid consing by removing calls to `apply'.
3227
3228 * frame.el (frame-parameter): Move to C code.
3229
3b4429b4
DL
32302000-09-05 Dave Love <fx@gnu.org>
3231
3232 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
3233 insert-before-markers-and-inherit. Now checked systematically!
3234
877055f6
GM
32352000-09-05 Alex Schroeder <alex@gnu.org>
3236
3237 * sql.el (sql-postgres): Use sql-postgres-options.
3238 (sql-postgres-options): New variable.
3239
32402000-09-05 Alex Schroeder <alex@gnu.org>
3241
3242 * sql.el (sql-mode-menu): Work around missing variable mark-active
3243 in XEmacs.
3244 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
3245 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
3246 compatibility.
3247
7a004b71
GM
32482000-09-04 Gerd Moellmann <gerd@gnu.org>
3249
54baed30 3250 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 3251
7a004b71
GM
3252 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
3253
3254 * Makefile.in (DONTCOMPILE): Fix typo in file name.
3255
32562000-09-04 Andre Spiegel <spiegel@gnu.org>
3257
3258 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
3259 don't support anything else under SCCS yet.
3260
3261 * vc-hooks.el: Minor doc fixes.
3262
32632000-09-04 Andre Spiegel <spiegel@gnu.org>
3264
3265 * vc.el (vc-next-action-on-file): Do not visit the file if it's
3266 not necessary. If verbose in state `needs-patch', do the same as
3267 under `up-to-date'. When NOT verbose and `needs-patch', check out
3268 latest version instead of `merge-news'.
3269 (vc-next-action-dired): Don't mess with default-directory here; it
3270 breaks other parts of dired. It is the job of the
099bd78a 3271 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
3272 (vc-next-action): Remove a special CVS case.
3273 (vc-clear-headers): New optional arg FILE.
3274 (vc-checkin, vc-checkout): Set properties vc-state and
3275 vc-checkout-time properly.
099bd78a 3276 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
3277 (vc-print-log): Use new backend function `show-log-entry'.
3278 (vc-cancel-version): Do the checks in a different order. Added a
3279 FIXME concerning RCS-only code.
3280
3281 * vc-rcs.el (vc-rcs-show-log-entry): New function.
3282 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
3283
3284 * vc-cvs.el (vc-cvs-show-log-entry): New function.
3285
9b4a7800 3286 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
3287 `needs-patch' as a `-' too.
3288
32892000-09-04 Andre Spiegel <spiegel@gnu.org>
3290
3291 * vc.el (vc-responsible-backend): New optional arg REGISTER.
3292 (vc-default-could-register): New function.
3293 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
3294 (vc-resynch-buffer): Call vc-dired-resynch-file.
3295 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
3296 vc-resynch-buffer instead of vc-resynch-window.
3297 (vc-next-action-dired): Don't redisplay here, that gets done as a
3298 result of the individual file operations.
3299 (vc-retrieve-snapshot): Corrected prompt order.
3300
3301 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 3302
7a004b71
GM
3303 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
3304 as well.
3305 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
3306 hostname regexps. Updated all callers.
3307 (vc-cvs-responsible-p): Handle directories as well.
3308 (vc-cvs-could-register): New function.
3309 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
3310 properties up-to-date.
9b4a7800 3311
7a004b71
GM
3312 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
3313 user whether to create one.
3314
33152000-09-04 Andre Spiegel <spiegel@gnu.org>
3316
3317 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
3318 check out a non-existing file.
3319
3320 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
3321 workfile does not exist.
3322
3323 * vc.el (vc-version-diff): Use `require' to check for existence of
3324 diff-mode.
3325
33262000-09-04 Andre Spiegel <spiegel@gnu.org>
3327
3328 * vc-cvs.el (vc-cvs-registered): Use new function
3329 vc-cvs-parse-entry to do the actual work.
3330
33312000-09-04 Andre Spiegel <spiegel@gnu.org>
3332
3333 * vc-hooks.el (vc-find-backend-function): If function doesn't
3334 exist, return nil instead of error.
3335 (vc-call-backend): Doc fix.
3336
3337 * vc.el (vc-do-command): Doc fix.
3338 (vc-finish-logentry): When checking in from vc-dired, choose the
3339 right backend for logentry check.
3340 (vc-dired-mode-map): Inherit from dired-mode-map.
3341 (vc-dired-mode): Local value of dired-move-to-filename-regexp
3342 simplified.
3343 (vc-dired-state-info): Removed, updated caller.
3344 (vc-default-dired-state-info): Use parentheses instead of hyphens.
3345 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
3346 (vc-dired-listing-switches): New variable.
3347 (vc-directory): Use it, instead of dired-listing-switches.
3348
3349 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
3350 (vc-cvs-dir-state): New function.
7f8b6551 3351 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
3352 (vc-cvs-parse-entry): New function, also to be used in
3353 vc-cvs-registered.
9b4a7800 3354
7a004b71
GM
33552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3356
3357 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
3358 *or* single-window-frames.
3359
33602000-09-04 Andre Spiegel <spiegel@gnu.org>
3361
3362 * vc.el (vc-update-changelog): Split into generic part and default
3363 implementation. Doc string adapted.
3364 (vc-default-update-changelog): New function. Call the `rcs2log'
3365 script in exec-directory, to fix a long-standing nuisance.
3366
3367 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
3368 simply signals an error.
9b4a7800 3369
7a004b71
GM
33702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3371
3372 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
3373 control-flow more clear and to avoid running `cvs' twice.
3374
3375 * vc.el (vc-next-action-on-file): Doc fix.
3376 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
3377 (vc-print-log): Eval `file' before constructing the continuation.
3378
33792000-09-04 Andre Spiegel <spiegel@gnu.org>
3380
3381 * vc.el (vc-next-action-on-file): Corrected several messages.
3382 (vc-merge): Add prefix arg `merge-news'; handle it.
3383
3384 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
3385 is not reached. It is.
3386 (vc-cvs-merge): Set state to 'edited after merge.
3387 (vc-cvs-merge-news): Set workfile version to nil if not known.
3388 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
3389
3390 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
3391 via stdout. (Merge from main line.)
9b4a7800 3392
7a004b71
GM
33932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3394
3395 * vc.el (vc-finish-logentry): Thinko in the "same comment"
3396 detection.
3397
33982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3399
3400 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
3401 against kill-all-local-variables.
3402 (vc-log-edit): Don't save vc-parent-buffer any more.
3403 (vc-last-comment-match): Initialize to an empty string.
3404 (vc-post-command-functions): New hook.
3405 (vc-do-command): Run it.
3406 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
3407 (vc-finish-logentry): Only add the comment to the ring if it's
3408 different from the last comment entered.
3409 (vc-new-comment-index): New function.
3410 (vc-previous-comment): Use it. Make the minibuffer message
3411 slightly less terse.
3412 (vc-comment-search-reverse): Make it work forward as well. Don't
3413 set vc-comment-ring-index if no match is found. Use
3414 vc-new-comment-index.
3415 (vc-comment-search-forward): Use vc-comment-search-reverse.
3416 (vc-dired-mode-map): Don't inherit from dired-mode-map since
3417 define-derived-mode will do it for us. Bind `v' to a keymap that
3418 inherits from vc-prefix-map so that we can bind `vt' without
3419 binding C-x v t.
3420 (vc-retrieve-snapshot): Parenthesis typo.
3421
3422 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
3423 to 1. Make sure to switch to *vc* before looking for an error
3424 message. Use vc-parse-buffer.
3425
34262000-09-04 Andre Spiegel <spiegel@gnu.org>
3427
3428 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
3429 and NAME.
3430 (vc-retrieve-snapshot): Split into two parts.
3431 (vc-default-retrieve-snapshot): New function.
3432
3433 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
3434 (vc-cvs-retrieve-snapshot): New function (untested).
3435 (vc-cvs-stay-local): Default to t.
3436 (vc-cvs-remote-p): New function and property.
3437 (vc-cvs-state): Stay local only if the above is t.
3438 (vc-handle-cvs): Removed.
3439 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
3440 done via vc-handled-backends now.
3441 (vc-cvs-header): Escape Id.
3442
34432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3444
3445 * vc.el (vc-do-command): Remove unused commands.
3446 (vc-version-diff): Make sure default-directory ends with a slash.
3447 Move the window commands into a vc-exec-after.
3448 (vc-print-log): Move more of the code into the `vc-exec-after'.
3449
34502000-09-04 Andre Spiegel <spiegel@gnu.org>
3451
3452 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
3453 (vc-print-log): Search current revision from beginning of buffer.
3454 (vc-revert-buffer): Clear echo area after the diff is finished.
3455 (vc-prefix-map): Removed definition of "t" for terse display in vc
3456 dired.
3457 (vc-dired-mode-map): Inherit from dired-mode-map. Added
3458 definition of "vt" for terse display.
3459 (vc-dired-mode): Fix dired-move-to-filename-regexp.
3460
34612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3462
3463 * vc.el (vc-exec-after): Avoid caddr.
3464
34652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3466
3467 * vc.el (vc-exec-after): New function.
3468 (vc-do-command): Use it to add a termination message for async
3469 procs.
3470 (vc-checkout): Try to handle a missing-backend situation.
3471 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
3472 of a directory with a backend using async diffs.
3473 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
3474 present.
3475
3476 * vc-sccs.el (vc-sccs-state-heuristic): Use
3477 file-ownership-preserved-p.
3478
3479 * vc-rcs.el (vc-rcs-state-heuristic): Use
3480 file-ownership-preserved-p.
3481 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
3482
34832000-09-04 Andre Spiegel <spiegel@gnu.org>
3484
3485 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
3486 vc-do-command.
3487
3488 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
3489 when there are no changes.
3490
34912000-09-04 Andre Spiegel <spiegel@gnu.org>
3492
3493 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
3494
3495 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
3496
34972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3498
3499 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
3500
3501 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
3502 the `fset' outside of the defvar so that it works even if
3503 vc-prefix-map was already defined.
3504 (vc-setup-buffer): New function, split out of vc-do-command.
3505 (vc-do-command): Allow BUFFER to be t to mean `just use the
3506 current buffer without any fuss'.
3507 (vc-version-diff): Change the `diff' backend operation to just put
3508 the diff in the current buffer without erasing it. Always use
3509 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
3510 shrink-window-if-larger-than-buffer.
3511 (vc-print-log): Change the `print-log' backend operation to just
3512 put the log in the current buffer without erasing it. Protect
3513 shrink-window-if-larger-than-buffer.
3514 (vc-update-change-log): Fix setd typo.
3515
3516 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
3517 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
3518
3519 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
3520 (vc-rcs-diff): Insert in the current buffer and remove unused arg
3521 CMP.
3522
3523 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
3524 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
3525 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
3526
35272000-09-04 Andre Spiegel <spiegel@gnu.org>
3528
3529 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
3530 not possible, use vc-BACKEND-workfile-unchanged-p.
3531 (vc-default-workfile-unchanged-p): New function. Delegates to a
3532 full vc-BACKEND-diff.
3533
3534 * vc-hooks.el (vc-simple-command): Removed.
3535
3536 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
3537 instead of vc-simple-command.
3538 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
3539 avoid doing a diff when opening a file.
3540 (vc-rcs-state): Added check for unlocked-changes.
3541 (vc-rcs-header): Escape Id.
3542 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
3543 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
3544 version.
3545
3546 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
3547 (vc-sccs-diff): Remove optional arg CMP.
3548 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
3549 SCCS-specific function.
3550
3551 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
3552 vc-simple-command.
3553
35542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3555
3556 * vc.el (vc-editable-p): Renamed from vc-writable-p.
3557 (with-vc-file, vc-merge): Use vc-editable-p.
3558 (vc-do-command): Remove unused var vc-file and fix the
3559 doubly-defined `status' var. Add a user message when starting an
3560 async command.
3561 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
3562 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
3563 Use with-current-buffer.
3564 (vc-buffer-sync): Use unless.
3565 (vc-next-action-on-file): If the file is 'edited by read-only,
3566 make it read-write instead of trying to commit.
3567 (vc-version-diff, vc-update-change-log): Use `setq
3568 default-directory' rather than `cd'.
3569 (vc-log-edit): Don't forget to set default-directory in the
3570 buffer.
3571
3572 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
3573 (vc-sccs-state-heuristic): Use file-writable-p instead of
3574 comparing userids.
3575 (vc-sccs-checkout): Use `unless'.
3576
3577 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
3578 of comparing userids.
3579 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
3580 Simplify the logic by eliminating unreachable code.
3581 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
3582 just do a recursive call if we need to retry.
3583 (vc-rcs-checkout): Handle the case where rcs is missing by making
3584 the buffer read-write if requested and re-signalling the error.
3585
3586 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
3587
35882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3589
3590 * vc-hooks.el (vc-handled-backends): Docstring change.
3591 (vc-ignore-vc-files): Mark obsolete.
3592 (vc-registered): Check vc-ignore-vc-files.
3593 (vc-find-file-hook, vc-file-not-found-hook): Don't check
3594 vc-ignore-vc-files.
3595
3596 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
3597
35982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3599
3600 * vc.el (vc-checkout): Don't do anything special for ange-ftp
3601 files since ange-ftp already has vc-registered return nil.
3602
3603 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
3604 (vc-sccs-workfile-version): Use with-temp-buffer and new
3605 vc-parse-buffer and don't bother setting the property.
3606 (vc-sccs-add-triple): Use with-current-buffer and
3607 find-file-noselect.
3608 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
3609
3610 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
3611 derives from the old vc-parse-buffer but uses the revision number
3612 rather than the date (much easier to compare robustly).
3613 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
3614 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
3615 locking-user more directly. Check strict locking and set
3616 checkout-model appropriately.
3617 (vc-rcs-parse-locks): Remove.
3618 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
3619 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
3620 (vc-rcs-system-release): Use with-current-buffer and
3621 vc-parse-buffer.
3622 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
3623
3624 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
3625 (vc-simple-command): Docstring fix.
3626 (vc-registered): Align the way the file-handler is called with the
3627 way the function itself works.
3628 (vc-file-owner): Remove.
3629
3630 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
3631 extraction of fields and call to file-attributes because of a
3632 temporary bug in rcp.el.
3633 (vc-cvs-fetch-status): Use with-current-buffer.
3634
36352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3636
3637 * vc.el (vc-do-command): Use file-relative-name.
3638 (vc-responsible-backend): Use vc-backend if possible.
3639 (vc-create-snapshot): Improve the `interactive' spec. Add support
3640 for branches and dispatch to backend-specific `create-snapshot'.
3641 (vc-default-create-snapshot): New function, containing the bulk of
3642 the old vc-create-snapshot.
3643 (vc-retrieve-snapshot): Improve the interactive spec.
3644
3645 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
3646 (vc-backend-hook-functions): Remove.
3647 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
3648 (vc-backend): Reintroduce the test for `file = nil' now that I
3649 know why it was there (and added a comment to better remember).
3650
3651 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
3652 code from vc-sccs-hooks.el.
3653 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
3654 'vc anymore.
3655 (vc-sccs-responsible-p): Use expand-file-name instead of concat
3656 and file-directory-p instead of file-exists-p.
3657 (vc-sccs-check-headers): Simplify the regexp.
3658
3659 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
3660 from vc-rcs-hooks.el. Don't require 'vc anymore.
3661 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
3662 file-directory-p instead of file-exists-p.
3663
3664 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
3665 from vc-cvs-hooks.el.
3666 (proto vc-cvs-registered): Require 'vc-cvs instead of
3667 'vc-cvs-hooks. Don't require 'vc anymore.
3668 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
3669 file-directory-p instead of file-exists-p.
3670 (vc-cvs-create-snapshot): New function, replacing
3671 vc-cvs-assign-name.
3672 (vc-cvs-assign-name): Remove.
3673
36742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3675
3676 * vc-cvs.el (vc-cvs-header): New var.
3677
3678 * vc-rcs.el (vc-rcs-exists): Remove.
3679 (vc-rcs-header): New var.
3680
3681 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
3682 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
3683 (vc-sccs-header): New var.
3684
3685 * vc.el (vc-do-command): Get rid of the `last' argument.
3686 (vc-header-alist): Remove, replaced by vc-X-header.
3687 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
3688 (vc-dired-hook): Use expand-file-name instead of concat.
3689 (vc-directory): Use file-name-as-directory.
3690 (vc-snapshot-precondition, vc-create-snapshot)
3691 (vc-retrieve-snapshot): Allow the command to operate on any
3692 directory.
3693
3694 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
3695 just removing the 'WORKFILE argument or by removing the 'MASTER
3696 argument and replacing `file' with (vc-name file).
3697
36982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3699
3700 * vc.el: Update Copyright and add a crude list of backend funs.
3701 (vc-writable-p): New function.
3702 (with-vc-file): Use vc-writable-p.
7f8b6551 3703 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
3704 (vc-register): Avoid vc-name.
3705 (vc-locking-user): Remove.
3706 (vc-steal-lock): Make the `owner' arg non-optional.
3707 (vc-merge): Use vc-writable-p instead of vc-locking-user and
3708 vc-checkout-model.
3709 (vc-default-dired-state-info): Use vc-state instead of
3710 vc-locking-user and return special strings for special states.
3711 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
3712 and get rid of one of the special CVS cases.
3713 (vc-cancel-version): prettify error message with \\[...].
3714 (vc-rename-master): New function.
3715 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
3716 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
3717 the CVS special case generic.
3718 (vc-default-record-rename): Remove.
3719 (vc-file-tree-walk-internal): Only call FUNC for files that are
3720 under control of some VC backend and replace `concat' with
3721 expand-file-name.
3722 (vc-file-tree-walk): Update docstring.
3723 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
3724 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
3725
3726 * vc-sccs.el (vc-sccs-rename-file): Renamed from
3727 vc-sccs-record-rename. Use `find-file-noselect' rather than
3728 `find-file' and call `vc-rename-master' to do the actual move.
3729 (vc-sccs-diff): Remove unused `backend' variable.
3730
3731 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
3732 to delay loading of vc-sccs until it is really used.
3733 (vc-sccs-master-templates): Preload.
3734 (vc-sccs-state): Update call to vc-sccs-parse-locks.
3735 (vc-sccs-project-dir): Remove (merged into
3736 vc-sccs-search-project-dir).
3737 (vc-sccs-search-project-dir): Rewrite using file name handling ops
3738 rather than `concat', make sure it is preloaded and don't bother
3739 to check that the file actually exists.
3740 (vc-sccs-parse-locks): Remove unused `file' argument, remove
3741 `locks' argument (use buffer's content instead) and eliminate n^2
3742 behavior.
3743
3744 * vc-rcs.el: Update Copyright.
3745 (vc-rcs-rename-file): New function.
3746 (vc-rcs-diff): Remove unused `backend' variable.
3747
3748 * vc-hooks.el: Update Copyright.
3749 (vc-backend): Don't accept a nil argument any more.
3750 (vc-up-to-date-p): Turn into a defsubst.
3751 (vc-possible-master): New function.
3752 (vc-check-master-templates): Use `vc-possible-master' and allow
3753 funs in vc-X-master-templates to return a non-existent file.
3754
3755 * vc-cvs.el: Update Copyright.
3756 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 3757 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
3758
3759 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
3760
37612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3762
3763 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
3764 since it can be called from vc-rcs.el.
3765 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
3766
37672000-09-04 Andre Spiegel <spiegel@gnu.org>
3768
3769 * vc.el (vc-version-diff): Expand file name read from the
3770 minibuffer. Handle the case when a previous version number can't
3771 be guessed. Give suitable messages when there were no differences
3772 found.
3773 (vc-clear-headers): Call backend-specific implementation, if one
3774 exists.
3775 (vc-cancel-version): Made error checks generic. When done, clear
3776 headers generically, too.
3777
3778 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
3779 from vc-clear-headers in vc.el.
3780
3781 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
3782 correctly.
3783 (vc-rcs-latest-on-branch-p): Made second argument VERSION
3784 optional. Handle the case when it's not there.
3785
37862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3787
3788 * vc.el (vc-locking-user): Moved from vc-hooks.el.
3789
37902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3791
3792 * vc-hooks.el (vc-loadup): Remove.
3793 (vc-find-backend-function): Use `require'. Also, handle the case
3794 where vc-BACKEND-hooks.el doesn't exist.
3795 (vc-call-backend): Cleanup.
3796
37972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3798
3799 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
3800 vc-rcs-grab-templates)
3801 (vc-rcs-registered): Remove. The default function works as well.
3802 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
3803 vc-sccs-grab-templates)
3804 (vc-sccs-registered): Remove. The default function works as well.
3805
3806 * vc.el (vc-version-diff): Left out a vc- in call to
3807 vc-call-backend.
3808 (vc-default-dired-state-info, vc-default-record-rename)
3809 (vc-default-merge-news): Update for the new backend argument.
3810
3811 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
3812 using the default function.
3813 (vc-call-backend): If calling the default function, pass it the
3814 backend as first argument. Update the docstring accordingly.
3815 (vc-default-state-heuristic, vc-default-mode-line-string): Update
3816 for the new backend argument.
3817 (vc-make-backend-sym): Renamed from vc-make-backend-function.
3818 (vc-find-backend-function): Use the new name.
3819 (vc-default-registered): New function.
3820
38212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3822
3823 * vc.el (vc-merge): Use vc-find-backend-function.
3824
3825 * vc-hooks.el (vc-backend-functions): Remove.
3826 (vc-loadup): Don't setup 'vc-functions.
3827 (vc-find-backend-function): New function.
3828 (vc-call-backend): Use above fun and populate 'vc-functions
3829 lazily.
3830 (vc-backend-defines): Remove.
3831
38322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3833
3834 * vc.el (vc-register): Put a FIXME note for a newly found bug.
3835 Call vc-call-backend without the leading vc-.
3836 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
3837 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 3838 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
3839 (vc-annotate-display): Replace confusing use of `cond' with `or'.
3840 Call vc-call-backend without the leading vc-.
3841
3842 * vc-cvs.el (tail): Provide vc-cvs.
3843 * vc-sccs.el (tail): Provide vc-sccs.
3844 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
3845
3846 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
3847 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 3848 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
3849 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
3850 (vc-call-backend): Always try to load vc-X-hooks.
3851 (vc-registered): Remove vc- in call to vc-call-backend.
3852
38532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3854
3855 * vc.el (vc-process-filter): New function.
3856 (vc-do-command): Setup `vc-process-filter' for the async process.
3857 (vc-maybe-resolve-conflicts): New function to reduce
3858 code-duplication. Additionally, it puts the buffer in
3859 `smerge-mode' if applicable.
3860 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
3861 calling `merge-news'.
7f8b6551 3862 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
3863 (vc-log-edit): New function. Replacement for `vc-log-mode' by
3864 interfacing to log-edit.el.
3865 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
3866 log-edit is available.
3867 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
3868
38692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3870
3871 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
3872 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
3873 defvar and the initialization.
3874 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
3875
3876 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
3877 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
3878
7f8b6551 3879 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
3880
38812000-09-04 Andre Spiegel <spiegel@gnu.org>
3882
3883 * vc.el (vc-file-clear-masterprops): Removed.
3884 (vc-checkin, vc-revert-buffer): Removed calls to the above.
3885 (vc-version-diff): Use buffer-size without argument.
3886 (vc-register): Heed vc-initial-comment.
3887
3888 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
3889 default branch.
3890
3891 * vc-rcs.el (vc-rcs-register): Parse command output to find master
3892 file name and workfile version.
3893 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
3894
3895 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
3896 vc-file-clear-masterprops.
3897
3898 * vc-sccs.el (vc-sccs-checkout): Removed call to
3899 vc-file-clear-masterprops. If writable, set vc-state to 'edited
3900 rather than user login name.
3901
3902
39032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3904
3905 * vc.el (vc-workfile-unchanged-p): Remove unused argument
3906 `want-differences-if-changed' and simplify.
3907 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
3908 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
3909 output (which is invalid for async vc-diff) to decide whether to
3910 do the revert silently or not.
3911
39122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3913
3914 * vc-hooks.el (vc-loadup): Load files quietly.
3915 (vc-call-backend): Oops, brain fart.
3916
39172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3918
3919 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 3920 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
3921
39222000-09-04 Andre Spiegel <spiegel@gnu.org>
3923
3924 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
3925 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
3926 vc-state or vc-up-to-date-p.
3927 (vc-merge): Use vc-backend-defines to check whether merging is
3928 possible. Set state to 'edited after successful merge.
3929
3930 * vc-hooks.el (vc-locking-user): If locked by the calling user,
3931 return that name. Redocumented.
3932
39332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3934
3935 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
3936 new `vc-state' semantics.
3937 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
3938 'vc-locking-user to the current user.
3939 (vc-merge): Inline vc-backend-merge. Comment out code that I
3940 don't understand and hence can't adapt to the new `vc-state' and
3941 `vc-locking-user' semantics.
3942 (vc-backend-merge): Remove.
3943
3944 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
3945 rather than 'vc-locking-user.
3946
3947 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
3948
3949 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
3950 (vc-state): Don't use 'reserved any more. Just use the same
3951 convention as the one used for vc-<backend>-state where the
3952 locking user (as a string) is returned.
3953 (vc-locking-user): Update, based on the above convention. The
3954 'vc-locking-user property has disappeared.
7f8b6551 3955 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
3956
3957 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
3958 with a heuristic one.
3959 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
3960 (vc-cvs-checkin): Do a trivial parse to set the state in case of
3961 error. That allows us to get to 'needs-merge even in the
3962 stay-local case. There's still no way to detect 'needs-patch in
3963 such a setup (or to force an update for that matter).
3964 (vc-cvs-logentry-check): Remove, the default works as well.
3965
39662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3967
7f8b6551 3968 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
3969
3970 * vc.el (vc-do-command): kill-all-local-variables, to reset any
3971 major-mode in which the buffer might have been put earlier. Use
3972 `remove' and `when'. Allow `okstatus' to be `async' and use
3973 `start-process' in this case.
3974 (vc-version-diff): Handle the case where the diff looks empty
3975 because of the use of an async process.
3976
39772000-09-04 Andre Spiegel <spiegel@gnu.org>
3978
3979 * vc.el (vc-next-action-on-file): Removed optional parameter
3980 `simple'. Recompute state unconditionally.
3981 (vc-default-toggle-read-only): Removed.
3982
3983 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
3984 (vc-toggle-read-only): Undid prev change.
3985
3986 * vc-cvs.el (vc-cvs-stay-local): Renamed from
3987 vc-cvs-simple-toggle. Redocumented.
3988 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
3989 (vc-cvs-toggle-read-only): Removed.
3990
39912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3992
7f8b6551 3993 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
3994 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
3995 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
3996 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
3997 still is. So maybe it should be removed.
3998 (vc-head-version, vc-find-binary): Remove.
3999 (vc-recompute-state): Move from vc-hooks.el.
4000 (vc-next-action-on-file): Add a `simple' argument to allow
4001 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
4002 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
4003 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
4004 (vc-dired-mode-map): Properly defvar it.
4005 (vc-print-log): Call log-view-mode if available.
4006 (small-temporary-file-directory): defvar instead of use boundp.
4007 (vc-merge-news): Moved to vc-cvs.el.
4008 (vc-default-merge-news): New function.
4009
4010 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
4011 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
4012 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
4013 unknown `vc-latest-version' function. It should probably refer to
4014 vc-workfile-version or somesuch, but it's very unclear to me and I
4015 don't have SCCS to test things.
4016
4017 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
4018 (vc-sccs-state-heuristic): Fix typo.
4019 (vc-sccs-workfile-unchanged-p): Add missing argument.
4020
4021 * vc-rcs.el: Require vc and vc-rcs-hooks.
4022 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
4023 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
4024 (vc-release-greater-or-equal-p): Move from vc.
4025 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
4026 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
4027 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 4028 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
4029
4030 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
4031 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
4032 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
4033 than the apparently unbound `workfile-version'.
4034
4035 * vc-hooks.el (vc-master-templates): Def the obsolete var.
4036 (vc-file-prop-obarray): Use `make-vector'.
4037 (vc-backend-functions): Add new hookable functions
4038 vc-toggle-read-only, vc-record-rename and vc-merge-news.
4039 (vc-loadup): If neither backend nor default functions exist, use
4040 the backend function rather than nil.
4041 (vc-call-backend): If the function if not bound yet, try to load
4042 the non-hook file to see if it provides it.
4043 (vc-call): New macro plus use it wherever possible.
4044 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
4045 nor `vc-find-binary' since it's only called from
7f8b6551 4046 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
4047 (vc-checkout-model): Fix parenthesis.
4048 (vc-recompute-state, vc-prefix-map): Move to vc.el.
4049
7f8b6551 4050 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
4051 (vc-cvs-release, vc-cvs-system-release): Remove.
4052 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
4053 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
4054 status symbols.
4055 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
4056 (vc-cvs-toggle-read-only): First cut at a function to allow a
4057 cvs-status-free vc-toggle-read-only.
4058 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
4059 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
4060 vc-cvs-status. Also set vc-state rather than vc-locking-user.
4061 (vc-cvs-checkout): Modify access rights directly if the user
4062 requested not to use `cvs edit'. And refresh the mode line.
4063
4064 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
4065 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
4066
40672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4068
4069 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
4070 workfile' that got lost when the code was extracted from vc.el.
4071 And merged the tail with the rest of the code (not possible in the
4072 old vc.el where the tail was shared among all backends). And
4073 explicitly set the state to 'edited if `writable' is set.
4074
4075 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
4076 (vc-cvs-state): Be careful to return the value from
4077 vc-cvs-parse-state.
4078 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
4079 property but return it instead. Also be careful to handle a nil
4080 or "" `rev' when workfile is non-nil (it was handled properly when
4081 workfile was nil).
4082
4083 * vc.el: Removed those pesky unnecessary `(function' quotes.
4084 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
4085 directly in the defvar.
4086 (vc-do-command): Bind inhibit-read-only so as to properly handle
4087 the case where the destination buffer has been made read-only.
4088 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 4089 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
4090 (vc-annotate-mode-variables): Removed (code moved partly to
4091 defvars and partly to vc-annotate-add-menu).
4092 (vc-annotate-mode): Turned into a derived-mode.
4093 (vc-annotate-add-menu): Moved in code in
4094 vc-annotate-mode-variables.
4095 (vc-update-change-log): Use make-temp-file if available.
4096
40972000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
4098
4099 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
4100 `vc-checkout-model' updated to `vc-cvs-update-model'.
4101
41022000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4103
4104 * vc.el (vc-next-action-on-file): Added handling of state
4105 `unlocked-changes'.
4106 (vc-checkout-carefully): Is now practically obsolete, unless the
4107 above is too slow to be enabled unconditionally.
4108 (vc-update-change-log): Fixed typo.
4109
4110 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
4111
7f8b6551
SM
4112 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
4113 Now handles state `unlocked-changes'.
4114 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
4115
4116 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
4117
4118 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
4119 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
4120 `unlocked-changes'.
4121 (vc-rcs-workfile-unchanged-p): Renamed from
4122 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
4123 function yet, but supposed to become one soon.
4124
4125 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
4126 `vc-steal-lock'.
4127 (vc-call-backend): Changed error message.
4128 (vc-state): Added description of state `unlocked-changes'.
4129
41302000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4131
4132 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
4133 always return t in CVS-controlled directories.
4134
4135 * vc.el (vc-responsible-backend): New function.
4136 (vc-register): Largely rewritten.
4137 (vc-admin): Removed (implementation moved into vc-register).
4138 (vc-checkin): Redocumented.
4139 (vc-finish-logentry): If no backend defined yet (because we are in
4140 the process of registering), use the responsible backend.
4141
4142 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4143 Updated function lists.
4144 (vc-call-backend): Fixed typo.
4145
7f8b6551
SM
4146 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
4147 New functions.
4148 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
4149 Removed query option. Redocumented.
7a004b71
GM
4150
41512000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4152
4153 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
4154
4155 * vc.el: Updated callers of `vc-checkout-required' to use
4156 `vc-checkout-model'.
4157
41582000-09-04 Martin Lorentzson <martinl@gnu.org>
4159
4160 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
4161 stuff updated to reference this function instead of the old
4162 `vc-backend-release-p'.
4163
41642000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4165
4166 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
4167 vc-checkout-model. Return appropriate values. Updated callers.
4168
41692000-09-04 Martin Lorentzson <martinl@gnu.org>
4170
7f8b6551 4171 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
4172 (vc-backend-revert): Function moved into `vc-revert';
4173 `vc-next-action' must be updated to accomodate this change.
4174 (vc-backend-steal): Function moved into `vc-finish-steal'.
4175 (vc-backend-logentry-check): Function moved into
4176 `vc-finish-logentry'.
4177 (vc-backend-printlog): Function moved into `vc-print-log'.
4178 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
4179 (vc-backend-assign-name): Function moved into
4180 `vc-create-snapshot'.
4181
41822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4183
4184 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
4185 Rename to vc-checkout-model. Return appropriate values.
4186 Update callers.
7a004b71 4187
7f8b6551 4188 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 4189 to vc-checkout-model.
7f8b6551
SM
4190 (vc-checkout-required): Rename to vc-checkout-model.
4191 Re-implement and re-comment.
7a004b71
GM
4192 (vc-after-save): Use vc-checkout-model.
4193
41942000-09-04 Martin Lorentzson <martinl@gnu.org>
4195
7f8b6551
SM
4196 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
4197 Update to use the vc-BACKEND-diff functions instead.
4198 `vc-diff' is now working.
7a004b71 4199
7f8b6551 4200 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 4201
7f8b6551 4202 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
4203
4204 * vc-sccs.el (vc-sccs-diff): Function changed name from
4205 `vc-backend-diff'. This makes `vc-diff' work.
4206
7f8b6551 4207 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 4208 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 4209 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
4210 signaled during `vc-after-save'.
4211
7f8b6551
SM
4212 * vc.el: Fix typo.
4213 This checkin is made with our new VC code base for the very first time.
4214 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
4215
4216 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
4217 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
4218
4219 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
4220 updated to `vc-uses-locking'.
7f8b6551 4221 (vc-checkout-required): Call to backend function.
7a004b71
GM
4222 `vc-checkout-required' updated to `vc-uses-locking' instead.
4223
4224 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
4225 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
4226
7f8b6551 4227 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 4228 to match the split into various backends.
7f8b6551 4229 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
4230 (vc-retrieve-snapshot): Bug fix.
4231
42322000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4233
4234 * vc-sccs.el (vc-sccs-release): Doc fix.
4235
42362000-09-04 Martin Lorentzson <martinl@gnu.org>
4237
4238 * vc.el (vc-next-action-on-file): Bug found and fixed.
4239 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
4240 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
4241
4242 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
4243 (vc-rcs-checkout): Name space cleaned up. No more revision number
4244 crunching function names that are not prefixed with vc-rcs.
4245 (vc-rcs-checkout-model): Function added. References to
4246 `vc-checkout-model' replaced.
4247
42482000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4249
4250 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
4251 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
4252 still need to be split, and implemented for RCS).
4253
42542000-09-04 Martin Lorentzson <martinl@gnu.org>
4255
4256 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
4257
4258 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
4259 required by the vc.el file.
4260
4261 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
4262 required by the vc.el file.
4263 (vc-rcs-exists): Function added.
4264
4265 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
4266 required by the vc.el file.
4267
4268 * vc.el (vc-admin): Updated to handle selection of appropriate
4269 backend. Current implementation is crufty and need re-thinking.
4270
4271 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
4272
42732000-09-04 Martin Lorentzson <martinl@gnu.org>
4274
4275 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
4276 beginning of annotate buffers correctly.
4277
4278 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
4279 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
4280 functionality updated quite a lot to support multiple backends.
4281 Variables `vc-annotate-mode', `vc-annotate-buffers',
4282 `vc-annotate-backend' added.
4283
4284 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
4285 `vc-annotate-difference' added to supported backend functions.
4286
42872000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4288
4289 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
4290 Use with-temp-file instead of /bin/sh. Merged from mainline
4291
42922000-09-04 Martin Lorentzson <martinl@gnu.org>
4293
4294 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
4295
4296 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
4297
4298 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
4299
43002000-09-04 Martin Lorentzson <martinl@gnu.org>
4301
4302 * vc-hooks.el: vc-state-heuristic added to
4303 vc-backend-hook-functions.
4304
4305 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
4306
4307 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
4308
7f8b6551
SM
4309 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
4310 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
4311 state to `reserved'.
4312
4313 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
4314 `vc-checkout-required'. Rename the `locked' state to `reserved'.
4315
43162000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4317
7f8b6551 4318 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
4319 untouched.
4320
7f8b6551 4321 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 4322
7f8b6551 4323 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
4324 if defined. (Merged from main line, slightly adapted.)
4325
4326 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
4327 millenium problem (merged from mainline).
4328
43292000-09-04 Martin Lorentzson <martinl@gnu.org>
4330
4331 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
4332 part and moved the non-BACKEND stuff to vc.el.
4333
4334 * vc.el: Split the annotate feature into a BACKEND specific part
4335 and moved it from the vc-cvs.el file to this one.
4336
43372000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4338
7f8b6551
SM
4339 * vc-hooks.el: Implement new state model.
4340 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
4341 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 4342 locked by somebody else.
7f8b6551 4343 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
4344 vc-sccs-hooks.el and vc-rcs-hooks.el now.
4345 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 4346 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 4347
7f8b6551
SM
4348 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
4349 Various simplifications and adaptations all over the place.
7a004b71 4350
7f8b6551
SM
4351 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
4352 Simplify and adapt the rest.
7a004b71 4353
7f8b6551 4354 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 4355 interaction with view mode according to recent RCS change.
7f8b6551 4356 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
4357
43582000-09-04 Martin Lorentzson <martinl@gnu.org>
4359
7f8b6551 4360 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
4361
43622000-09-04 Martin Lorentzson <martinl@gnu.org>
4363
4364 * vc.el (vc-backend-release, vc-release-greater-or-equal)
4365 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
4366 (vc-minor-part, vc-previous-version): Functions that operate and
4367 compare revision numbers got proper documentation. Comments added
4368 about their possible removal.
4369
43702000-09-04 Martin Lorentzson <martinl@gnu.org>
4371
4372 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
4373 the vc-backend.el files.
4374
4375 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
4376
4377 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
4378 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
4379 (vc-rcs-previous-version): Functions added.
4380
4381 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
4382
4383 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
4384
43852000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4386
4387 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 4388 Comment out the definition for now. What is the right procedure
7a004b71
GM
4389 to get rid of it?
4390 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
4391 rewritten.
7f8b6551 4392 (vc-default-registered): Remove.
7a004b71
GM
4393 (vc-check-master-templates): New function; does mostly what the
4394 above did before.
4395 (vc-locking-user): Don't rely on the backend to set the property.
4396
4397 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 4398 Rewrite documentation.
7a004b71
GM
4399 (vc-rcs-templates-grabbed): New variable.
4400 (vc-rcs-grab-templates): New function.
7f8b6551 4401 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
4402
4403 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 4404 Rewrite documentation.
7a004b71
GM
4405 (vc-sccs-templates-grabbed): New variable.
4406 (vc-sccs-grab-templates): New function.
7f8b6551
SM
4407 (vc-sccs-registered): Rewrite to use above mechanism.
4408 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
4409 Don't throw the result, simply return it.
7a004b71 4410
7f8b6551
SM
4411 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
4412 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
4413 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 4414
7f8b6551 4415 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
4416 from main line.
4417
44182000-09-04 Martin Lorentzson <martinl@gnu.org>
4419
7f8b6551 4420 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 4421
7f8b6551 4422 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 4423
7f8b6551
SM
4424 * vc-rcs.el (vc-rcs-diff): New function.
4425 (vc-rcs-checkout): Bug (typo) found and fixed.
4426 (vc-rcs-register-switches): New variable.
7a004b71
GM
4427
4428 * vc.el (vc-backend-diff): Function removed and placed in the
4429 backend files.
4430
44312000-09-04 Martin Lorentzson <martinl@gnu.org>
4432
4433 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
4434
4435 * vc.el (vc-backend-checkout): Function removed and replaced in
4436 the vc-backend.el files.
4437
4438 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
4439
4440 * vc.el (vc-backend-admin): Removed and replaced in the
4441 vc-backend.el files.
4442
4443 * vc.el (Martin): Removed all the annotate functionality since it
4444 is CVS backend specific.
4445
44462000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4447
4448 * spec.txt: Added specification of vc-state.
4449
4450 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 4451 Remove handling of vc-latest-version and
7a004b71
GM
4452 vc-your-latest-version. What used to be vc-latest-version, is now
4453 returned as vc-workfile-version.
7f8b6551 4454 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
4455
44562000-09-04 Dave Love <fx@gnu.org>
4457
4458 * vc.el: [Merged from mainline.]
4459 (vc-dired-mode): Make the dired-move-to-filename-regexp
4460 regexp match the date, to avoid treating date as file size.
4461 Add YYYY S option to WESTERN/
4462
44632000-09-04 Dave Love <fx@gnu.org>
4464
4465 * vc.el: Require `compile' when compiling.
4466 (vc-logentry-check-hook): New option.
4467 (vc-steal-lock): Use compose-mail.
4468 (vc-dired-mode-map): Defvar when compiling.
4469 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
4470 vc-sccs.el and renamed. Callers changed.
4471 (vc-backend-checkout, vc-backend-logentry-check)
4472 (vc-backend-merge-news): Doc fix.
4473 (vc-default-logentry-check): New function.
4474 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
4475 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
4476 (vc-backend-merge): Doc fix. Use backend functions.
4477 (vc-check-headers): Use backend functions.
4478
4479 * vc-cvs.el: Require vc when compiling.
4480 (vc-cvs-register-switches): Doc fix.
4481 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
4482 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
4483 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
4484 New functions (code from vc.el).
4485 (vc-annotate-display-default): Fix interactive spec.
4486 (vc-annotate-time-span): Doc fix.
4487
4488 * vc-rcs.el: Require vc when compiling.
4489 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
4490 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
4491 (vc-rcs-checkin): New functions (code from vc.el).
4492 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
4493 Doc fix.
4494 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
4495
4496 * vc-sccs.el: Require vc when compiling.
4497 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
4498 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
4499 (vc-sccs-revert)
4500 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
4501 from vc.el).
4502 (vc-sccs-add-triple, vc-sccs-record-rename)
4503 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
4504 (vc-sccs-admin): Doc fix.
4505
45062000-09-04 Martin Lorentzson <martinl@gnu.org>
4507
4508 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
4509 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
4510 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
4511 from vc.el.
4512
4513 * vc-sccs.el (vc-admin-sccs): Added from vc.el
4514
4515 * vc-cvs.el: Moved the annotate functionality from vc.el.
4516 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
4517
45182000-09-04 Dave Love <fx@gnu.org>
4519
4520 * vc.el (vc-backend-release): Call vc-system-release.
4521
4522 * vc-sccs.el (vc-sccs-system-release):
4523 Renamed from vc-sccs-backend-release.
4524
4525 * vc-rcs.el (vc-rcs-system-release):
4526 Renamed from vc-rcs-backend-release.
4527
4528 * vc-cvs.el (vc-cvs-system-release):
4529 Renamed from vc-cvs-backend-release.
4530
45312000-09-04 Dave Love <fx@gnu.org>
4532
4533 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
4534 backend files.
4535 (vc-backend-release): Dispatch to backend functions.
4536 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
4537 probably needs attention.]
4538
4539 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
4540 (vc-sccs-backend-release): New function.
4541
4542 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
4543 (vc-cvs-backend-release): New function.
4544
4545 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
4546 Doc fix.
4547 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
4548 (vc-default-dired-state-info): New function.
4549 (vc-dired-state-info): Dispatch to backends.
4550 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
4551
4552 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
4553 from vc.el and renamed.
4554
45552000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4556
4557 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
4558 (vc-version-other-window, vc-backend-assign-name): Removed
4559 references to vc-latest-version; sometimes changed into
4560 vc-workfile-version.
4561
4562 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
4563 vc-rcs-master-workfile-version.
4564 (vc-rcs-workfile-version): Use the above. Don't call
4565 vc-latest-version (that was unreachable code, anyway).
4566 (vc-rcs-fetch-master-properties): Doc fix.
4567
4568 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
4569 (vc-backend-hook-functions): Removed them from this list, too.
4570 (vc-fetch-properties): Removed.
4571 (vc-workfile-version): Doc fix.
4572
4573 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
4574 (vc-rcs-workfile-version, vc-rcs-locking-user)
4575 (vc-rcs-uses-locking): Use it.
4576
4577 * vc-hooks.el (vc-consult-rcs-headers):
4578 Moved into vc-rcs-hooks.el, under the name
4579 vc-rcs-consult-headers.
4580
4581 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
4582 headers.
4583 (vc-cvs-find-master): Use this name only; correct different
4584 versions of the name.
4585
4586 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
4587 New functions.
4588 (vc-sccs-locking-user): Use the latter.
4589
4590 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
4591 New functions.
4592
4593 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
4594 Moved into both
4595 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
4596 functions are implementation details of those two backends.
4597
45982000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4599
4600 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
4601 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
4602
4603 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
4604 (vc-sccs-parse-locks): SCCS-specific code moved here from
4605 vc-hooks.
4606
4607 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
4608 code moved here from vc-hooks.
4609
4610 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
4611 into back-end specific parts and removed. Callers not updated
4612 yet; because I guess these callers will disappear into back-end
4613 specific files anyway.
4614
46152000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4616
4617 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
4618 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
4619 `vc-uses-locking'.
4620
4621 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
4622 Store yes/no in the property, and return t/nil. Updated all
4623 callers.
4624
4625 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
4626 vc-sccs-uses-locking. Don't set property.
4627 (vc-sccs-locking-user): Don't set property.
4628
4629 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
4630 vc-cvs-uses-locking. Don't set property here; leave that to
4631 vc-hooks.
4632 (vc-cvs-locking-user): Reflect above change. Streamlined.
4633
4634 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
4635 vc-rcs-uses-locking.
4636 (vc-rcs-locking-user): Reflect above change.
4637
46382000-09-04 Dave Love <fx@gnu.org>
4639
4640 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
4641
4642 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
4643
4644 * vc-hooks.el (vc-checkout-model): Punt to backends.
4645
4646 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
4647
4648 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
4649
4650 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
4651 New functions.
4652
4653 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
4654 New functions.
4655
4656 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
4657 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
4658
4659 * vc-hooks.el (vc-default-locking-user): New function.
4660 (vc-locking-user, vc-workfile-version): Punt to backends.
4661
46622000-09-04 Dave Love <fx@gnu.org>
4663
4664 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
4665 (vc-master-workfile-version): Moved from vc-hooks.
4666
4667 * vc-rcs-hooks.el: Fix duplicate code in last change.
4668
4669 * vc-rcs-hooks.el: Require vc-hooks when compiling.
4670 (vc-rcs-master-templates): Improve :type.
4671 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
4672 vc-master-workfile-version): Moved from vc-hooks.
4673
4674 * vc-sccs-hooks.el: Require vc-hooks when compiling.
4675 (vc-sccs-master-templates): Improve :type.
4676 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
4677
4678 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
4679
4680 * vc-cvs-hooks.el: Require vc-hooks when compiling.
4681 (vc-cvs-master-templates): Improve :type. Use
4682 vc-cvs-find-cvs-master.
4683 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
4684 from vc-hooks.
4685 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
4686
4687 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
4688 Moved to vc-cvs-hooks.
4689
4690 * vc-hooks.el: Add doc strings in various places. Simplify the
4691 minor mode setup.
4692 (vc-handled-backends): New user variable.
4693 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
4694 simplification.
4695
46962000-09-04 Dave Love <fx@gnu.org>
4697
4698 * vc.el: Some doc fixes for autoloaded and interactive functions.
4699 Fix compilation warnings from ediff stuff.
4700 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
4701
4702 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
4703
4704 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
4705
4706 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
4707
47082000-09-04 Dave Love <fx@gnu.org>
4709
4710 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4711 New variable.
4712 (vc-make-backend-function, vc-loadup, vc-call-backend)
4713 (vc-backend-defines): New functions.
4714
4715 * vc-hooks.el: Various doc fixes.
4716 (vc-default-back-end, vc-follow-symlinks): Custom fix.
4717 (vc-match-substring): Function removed. Callers changed to use
4718 match-string.
4719 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
4720 Simplify.
4721
47222000-09-04 Dave Love <fx@gnu.org>
4723
4724 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
4725 type.
4726 (vc-sccs-project-dir, vc-search-sccs-project-dir)
4727 (vc-sccs-registered): Doc fix.
4728
4729 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
4730 (vc-cvs-registered): Doc fix.
4731
4732 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
4733 (vc-rcs-registered): Doc fix.
4734
47352000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4736
4737 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
4738
4739 * vc-hooks.el: vc-registered has been renamed
4740 vc-default-registered. Some functions have been moved to the
4741 backend specific files. they all support the
4742 vc-BACKEND-registered functions.
4743
47442000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4745
4746 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
4747
4748 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
4749
a033ea13
DL
47502000-09-04 Dave Love <fx@gnu.org>
4751
179fc9ef
DL
4752 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
4753 menu-bar-update-hook.
4754
4755 * help.el (help-manyarg-func-alist): Add
4756 find-operation-coding-system.
4757
a033ea13
DL
4758 * wid-edit.el (widget-sexp-validate): Fix garbled code.
4759
4760 * custom.el (custom-set-variables): Print message about errors in
4761 setting.
4762
f8803e97
AI
47632000-09-03 Andrew Innes <andrewi@gnu.org>
4764
4765 * makefile.w32-in: Change to DOS line endings.
4766
59836110
EZ
47672000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4768
4769 * mouse.el (mouse-popup-menubar): Supply the prompt string for
4770 minor-mode keymaps, if they don't have one.
4771
5514ba5c
EZ
47722000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4773
4774 * eshell/esh-module.el (eval-when-compile): Don't lose if
4775 esh-module.el's file name is truncated to DOS 8+3 limits.
4776
79cf8e80
JW
47772000-09-01 John Wiegley <johnw@gnu.org>
4778
4779 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
4780 predicate, which caused entries in the completion list to be
4781 doubled.
4782
47832000-08-30 John Wiegley <johnw@gnu.org>
4784
4785 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
4786 sending to subprocesses. Also, hook pre-command-hook if
4787 `eshell-send-direct-to-subprocesses' is non-nil.
4788 (eshell-send-direct-to-subprocesses): New config variable. If t,
4789 subprocess input is send immediately.
4790 (eshell-toggle-direct-send): New function.
4791 (eshell-self-insert-command): New function.
4792 (eshell-intercept-commands): New function.
4793 (eshell-send-input): If direct subprocess sending is enabled,
4794 don't echo any input to the Eshell buffer. Let the subprocess
4795 handle that. This requires "stty echo" in bash, for example.
4796
47972000-08-28 John Wiegley <johnw@gnu.org>
4798
4799 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
4800 completion function for Eshell's implementation of `unset'.
4801
778911b9
EZ
48022000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4803
4804 * info.el (Info-directory-list): Doc fix.
4805
05d07b49
PB
48062000-08-31 Peter Breton <pbreton@ne.mediaone.net>
4807
9b4a7800 4808 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
4809 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
4810
9941d4c7
KH
48112000-08-31 Kenichi Handa <handa@etl.go.jp>
4812
4813 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
4814 coding systems.
4815
af9ba8ad
AI
48162000-08-30 Andrew Innes <andrewi@gnu.org>
4817
4818 * timer.el (run-with-idle-timer): Undo last change, so that timer
4819 is not activated immediately if Emacs is already idle. Some
4820 existing code relies on this behaviour.
4821
caccd8f2
MB
48222000-08-30 Miles Bader <miles@gnu.org>
4823
4824 * frame.el (set-frame-font): Do completion of font-name for
4825 interactive use.
4826
b64c0a1c
KH
48272000-08-30 Kenichi Handa <handa@etl.go.jp>
4828
4829 * international/quail.el (quail-start-translation): Bind locally
4830 last-command-event, last-command, and this-command.
4831 (quail-start-conversion): Likewise.
75cf0095 4832 (quail-self-insert-command): Fix docstring.
b64c0a1c 4833
fd5f61d3
GM
48342000-08-29 Gerd Moellmann <gerd@gnu.org>
4835
4836 * progmodes/executable.el
4837 (executable-make-buffer-file-executable-if-script-p): Check that
4838 buffer contains at least 2 characters.
4839
5b671d04
EZ
48402000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
4841
4842 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
4843
485d9513
DL
48442000-08-29 Dave Love <fx@gnu.org>
4845
a39fb83d
DL
4846 * diff-mode.el (diff-mode) <defgroup>: Add :version.
4847 (diff-mode-shared-map): Bind mouse-2.
4848 (diff-imenu-generic-expression): New variable.
4849 (diff-mode): Use it.
4850
485d9513
DL
4851 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
4852 (mouse-popup-menubar): Add minor mode menus.
4853 (popup-menu): Check for lookup-key returning number.
4854
ba3478d9
MB
48552000-08-29 Miles Bader <miles@gnu.org>
4856
4857 * comint.el (comint-send-input): Create overlays using the proper
4858 front/read-advance arguments.
9b4a7800 4859
c3d6d211
GM
48602000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4861
4862 * ps-print.el: Even/odd pages printing. Doc fix.
4863 (ps-print-version): New version number (6.0).
4864 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
4865 (ps-background, ps-begin-file, ps-begin-job): Code fix.
4866 (ps-print-duplex-feature): Variable eliminated.
4867 (ps-even-or-odd-pages): New variable.
4868
ba087cd7 4869 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
4870 (ebnf-version): New version (3.3).
4871 (ebnf-user-arrow): Change variable customization to sexp.
4872 (ebnf-user-arrow): Function eliminated.
4873 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 4874
d313265f
KH
48752000-08-29 Kenichi Handa <handa@etl.go.jp>
4876
cba62b78 4877 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
4878 (help-make-xrefs): Handle help-xref-mule-regexp.
4879
4880 * international/mule-cmds.el (help-xref-mule-regexp-template): New
4881 variable.
4882 (describe-input-method): Temporarily activate the specfied input
4883 method to display the information.
4884 (describe-language-environment): Hyperlinks to mule related items.
4885
4886 * international/mule-diag.el (charset-multibyte-form-string): New
4887 function.
4888 (list-character-sets-1): Use charset-multibyte-form-string.
4889 (describe-character-set): New function.
4890 (describe-coding-system): Hyperlinks to safe character sets.
4891
4892 * international/quail.el (quail-help): New arg PACKAGE.
4893 Hyperlinks to mule related items.
4894 (quail-help-insert-keymap-description): Use
4895 substitute-command-keys instead of describe-bindings.
4896 (quail-translation-help): Hyperlinks to mule related items.
4897
b4bd214e
JW
48982000-08-28 John Wiegley <johnw@gnu.org>
4899
ca7aae91
JW
4900 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
4901 have a defsubst call itself. Made `eshell-flatten-list' back into
4902 a function again.
4903
b4bd214e
JW
4904 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
4905 catch, in case re-centering point at bottom messes up the display.
4906 This happens frequently in Emacs 21, due I believe to variable
4907 line heights.
4908
4909 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
4910 to call `find-tag-interactive'.
4911
4912 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
4913 the list of remember directories.
4914
d44e146b
JW
49152000-08-28 John Wiegley <johnw@gnu.org>
4916
4917 * align.el: Test align-region-separate to see if it's a symbol.
4918
546c0888 49192000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
4920
4921 * eshell/esh-util.el (eshell-flatten-list): Made this function
4922 into a defsubst form. It gets used very frequently, although
4923 calls don't occur all that often.
4924
4925 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
4926 examining it.
4927
4928 * eshell/esh-cmd.el (eshell-rewrite-while-command):
4929 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
4930 `eshell-protect'.
4931 (eshell-copy-handles): Created a new macro for duplicating the
4932 current set of open handles. This is needed by the looping
4933 functions.
4934 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
4935 is not incorrectly stomped on.
4936
4937 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
4938 declaration for pcomplete-use-paring.
4939 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
4940 value of eshell-cmpl-use-paring.
4941 * pcomplete.el (pcomplete-use-paring): New config variable, to
4942 indicate whether paring should be used.
4943 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
4944 completion alternatives that have already been used.
4945
4946 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
4947 bound to C-c C-y, which will repeat the previous N arguments
4948 (based on prefix argument).
4949 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
4950
4951 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
4952 if there is no *Help* buffer. This is for XEmacs, which renames
4953 its help buffers uniquely. TODO: Find out what the current buffer
4954 name to delete is.
4955
4956 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
4957 first entry that correlates to a passwd/group number. Later
4958 entries (used for group/user name aliasing to multiple IDs) are
4959 ignored.
4960
9b4a7800
TTN
4961 * eshell/em-xtra.el (eshell/expr):
4962 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
4963 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
4964 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
4965 argument list, before passing it to the system command.
4966
4967 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
4968 `find-tag' for use at final position in Eshell buffers (which
4969 otherwise triggers an error on Emacs 21).
4970 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
4971 buffer, if it is currently bound to `find-tag'.
4972
4973 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
4974 in the list of matched Makefile names.
4975 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
4976 directory, prefer its contents to Makefile.
4977
4978 * eshell/em-dirs.el (eshell/cd): cd commands that look up
4979 directory parts (like "cd old new", or "cd =regexp"), are now case
4980 sensitive on non-Windows/DOS platforms.
4981
4982 * eshell/esh-mode.el (eshell-parse-command-input): When a user
4983 types RET after an open delimiter (like "), display a message
4984 indicating that Eshell is waiting for the closing delimiter.
4985
4986 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
4987 environment variables.
4988
4989 * eshell/em-unix.el (eshell/diff): Added logic to fail more
4990 gracefully if the user enters incorrect arguments.
4991
4992 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
4993 Eshell buffers.
4994
9b4a7800
TTN
4995 * eshell/esh-var.el (eshell-interpolate-variable):
4996 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
4997 * eshell/em-unix.el (eshell-du-sum-directory):
4998 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
4999 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
5000 (not (= ...)).
5001
5002 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
5003 to ensure the `preserve' flag gets propagated when doing recursive
5004 directory copies.
5005
546c0888 50062000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
5007
5008 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
5009 Don't convert \n into \0177 in memory.
5010 (eshell-read-history, eshell-write-history): Convert \n to \0177,
5011 and back again, when reading and writing.
9b4a7800 5012
546c0888 50132000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
5014
5015 * eshell/esh-util.el (eshell-processp): Added to relieve constant
5016 testing of `fboundp' on `processp'.
5017
5018 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
5019 (eshell/jobs): Don't call process-list if it is not bound.
5020 (eshell-gather-process-output): Support systems where async
5021 subprocesses aren't supported.
5022 (eshell-scratch-buffer, eshell-last-sync-output-start): New
5023 variables.
5024
5025 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
5026 eshell-do-eval returns t.
5027 (eshell-do-pipelines-synchronously): New defmacro.
5028 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
5029 when async subprocesses aren't supported.
5030 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
5031 if async subprocesses aren't supported.
5032 (eshell-resume-command): Don't assume STATUS is a string.
5033
5034 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
5035
5036 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
5037 (eshell-close-target, eshell-get-target): Use eshell-processp.
5038 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
5039 fix.
5040 (eshell-get-target, eshell-create-handles): Doc fix.
5041
546c0888 50422000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 5043
546c0888 5044 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
5045 criterion to include commands that output something, as long as it
5046 leaves both the command and the end-of-buffer visible when the
5047 command has exited.
5048 (eshell-review-quick-commands): Adjust the help doc string
5049 accordingly.
5050
2a371c3b
PB
50512000-08-28 Peter Breton <pbreton@ne.mediaone.net>
5052
8348e1f9 5053 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 5054 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 5055
9b4a7800 5056 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
5057 (file-cache-assoc-function): New variable
5058 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
5059 Use file-cache-case-fold-search variable
5060 (file-cache-add-file): Use file-cache-assoc-function
5061 (file-cache-delete-file): likewise
5062 (file-cache-directory-name): likewise
5063 (file-cache-debug-read-from-minibuffer): likewise
5064
95931eb1
GM
50652000-08-28 Gerd Moellmann <gerd@gnu.org>
5066
5067 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
5068 (abbrev-table-name): New function.
5069 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
5070 If non-nil list local abbrev, only.
5071
bb17930d
GM
50722000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
5073
546c0888
EZ
5074 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
5075 from Gnus support code, and use special article copy buffer
bb17930d
GM
5076 `(gnus-original-article-buffer)' instead. This allows to get rid
5077 of article-hide-headers usage (which breaks in the latest Gnus
5078 version). Thanks to Detlev Zundel.
5079
41a68aef
KH
50802000-08-28 Kenichi Handa <handa@etl.go.jp>
5081
5082 * international/quail.el (quail-use-package): Hide "... loaded"
5083 message.
5084 (quail-start-translation, quail-start-conversion): Likewise.
5085
5086 * international/kkc.el (kkc-region): Hide "... loaded" message.
5087
28bb2cef
DL
50882000-08-27 Dave Love <fx@gnu.org>
5089
5090 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
5091
11a1118d
MB
50922000-08-27 Miles Bader <miles@gnu.org>
5093
5094 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
5095
0f85d477
KH
50962000-08-27 Kenichi Handa <handa@etl.go.jp>
5097
5098 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
5099 'ja-dic-cnv), not (require 'skkdic-cnv).
5100
2d73e8d3
MB
51012000-08-26 Miles Bader <miles@gnu.org>
5102
a0e5a5a4
MB
5103 * faces.el (face-x-resources): Add entry for :inherit.
5104 * cus-face.el (custom-face-attributes): Add support for :inherit
5105 attribute. Add support for relative face heights.
5106 (custom-face-attributes-get): Treat `nil' as being a default value
5107 for :inherit (as well as `unspecified').
5108
19feb949
MB
5109 * faces.el (set-face-attribute): Update doc string.
5110 (face-attribute-name-alist): Add :inherit.
5111 (face-valid-attribute-values): Handle :inherit.
5112 (face-read-string): Rephrase prompt to be less confusing.
5113 Assume that DEFAULT is a string, since we must return a string.
5114 (face-read-integer): Use `format' to turn DEFAULT into an
5115 acceptable default for face-read-string. Match NEW-VALUE against
5116 the string "unspecified", not the symbol `unspecified', since
5117 that's what face-read-string returns.
5118 (read-face-attribute): Lookup a name for old-value in valid, and
5119 use it as a default if we find one. Treat all values from
5120 face-read-string as strings. If the default is used, don't do any
5121 more processing on the value, just use the old value directly.
5122 (read-face-and-attribute, modify-face): Tweak prompt.
5123 (read-face-name): Don't assume prompt ends with a space.
5124
2d73e8d3
MB
5125 * faces.el (describe-face): Add support for :inherit attribute.
5126
a1a2e38f
KH
51272000-08-25 Kenichi Handa <handa@etl.go.jp>
5128
e84fa7c5
KH
5129 * terminal.el (terminal-emulator): Fix args to `concat'. Now
5130 concat doesn't accept interger.
5131
a1a2e38f
KH
5132 * international/kkc.el: Remove SKK from Keywords. Require
5133 ja-dic-utl instead of skkdic-utl.
5134
5135 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
5136 Provide ja-dic-cnv instead of skkdic-cnv.
5137 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
5138 (iso-2022-7bit-short): Add safe-charsets property.
5139 (skkdic-convert-postfix): Search Japanese chou-on character in
5140 addition to Hiragana character.
5141 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
5142 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
5143 (batch-skkdic-convert): Likewise.
5144
5145 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
5146 Provide ja-dic-utl instead of skkdic-utl.
5147 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
5148
f6499c03
DL
51492000-08-24 Dave Love <fx@gnu.org>
5150
1c2c3f16
DL
5151 * disp-table.el (standard-display-default): Make the test of `l'
5152 useful.
5153
f6499c03
DL
5154 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
5155 mod sample text.
5156
5157 * international/iso-ascii.el: Make pilcrow convenient string
5158 consistent with section.
5159 (iso-ascii-display): Set up multibyte characters as well as
5160 unibyte.
5161
c543db81
KH
51622000-08-24 Kenichi Handa <handa@etl.go.jp>
5163
5164 * international/mule-cmds.el (reset-language-environment): Set
5165 default-process-coding-system to '(undecided . iso-latin-1), which
5166 makes process I/O almost consistent with file I/O. Call this
5167 function when mule-cmds.el[c] is loaded.
5168
746d9caf
AI
51692000-08-22 Andrew Innes <andrewi@gnu.org>
5170
5171 * makefile.w32-in: New file.
5172
5484005d
MB
51732000-08-22 Miles Bader <miles@lsi.nec.co.jp>
5174
5175 * comint.el (comint-output-filter): Compare end of
5176 comint-last-output-overlay with the start of the newly inserted
5177 text, not the end, when deciding whether to extend it.
9b4a7800 5178 Set saved-point's insertion type to advance after insertion.
5484005d
MB
5179
5180 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
5181 since this is now done independently of font-lock mode.
5182
7a912f63
GM
51832000-08-21 Gerd Moellmann <gerd@gnu.org>
5184
5185 * server.el (server-kill-new-buffers): New user option.
5186 (server-existing-buffer): New buffer-local variable.
5187 (server-visit-files): When using an existing buffer, set
5188 server-existing-buffer to t.
5189 (server-buffer-done): If server-kill-new-buffers is t, kill the
5190 buffer, unless it was already present before visiting it with
5191 Emacs server.
9b4a7800 5192
240301df
EZ
51932000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
5194
5195 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
5196 even if the display doesn't support colors: some displays will
5197 support bold/underline faces.
5198
cbcef616
GM
51992000-08-21 Gerd Moellmann <gerd@gnu.org>
5200
6917e6bb
GM
5201 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
5202
cbcef616
GM
5203 * startup.el (command-line): If user's init file had an error,
5204 add explanatory text to *Messages*.
5205
6922b018
KH
52062000-08-21 Kenichi Handa <handa@etl.go.jp>
5207
5208 * man.el (Man-getpage-in-background): Decode the process output by
5209 the system locale coding system.
5210
e50c4203
DL
52112000-08-20 Dave Love <fx@gnu.org>
5212
96ab6351
DL
5213 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
5214 Don't test x-popup-menu.
5215 (function) <complete-function>: Complete only fbound symbols.
5216 <validate, value>: New.
5217 (variable) <complete-function>: Complete only bound symbols.
5218 (coding-system): Add :base-only, :complete-function, :validate,
5219 :value, :prompt-match.
5220 (widget-coding-system-prompt-value): Use read-coding-system and
5221 act on :base-only.
5222 (editable-field): Add :help-echo.
5223 (widget-push-button-gui, widget-push-button-cache)
5224 (widget-gui-action, widget-editable-list-gui): COmment out, along
5225 with uses.
5226 (widget-at): Make arg optional.
5227 (widget-echo-help): Adjust for current help-echo calling sequence.
5228 (widget-specify-field, widget-specify-button)
5229 (widget-specify-insert, widget-get-sibling, widget-image-find)
5230 (widget-convert, widget-insert, widget-leave-text)
5231 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
5232 (widget-setup, widget-field-find, widget-before-change)
5233 (widget-after-change, widget-default-complete)
5234 (widget-default-create, widget-default-delete)
5235 (widget-push-button-value-create, editable-field)
5236 (widget-field-prompt-value, widget-field-validate)
5237 (widget-choice-value-create, widget-choice-action)
5238 (widget-choice-validate, widget-checklist-add-item)
5239 (widget-radio-add-item, widget-radio-chosen)
5240 (widget-radio-value-inline, widget-editable-list-value-create)
5241 (widget-editable-list-entry-create)
5242 (widget-documentation-link-add)
5243 (widget-documentation-string-value-create)
5244 (widget-regexp-validate, widget-file-complete)
5245 (widget-sexp-validate, widget-plist-convert-widget)
5246 (widget-plist-convert-widget, widget-alist-convert-widget)
5247 (widget-alist-convert-widget, widget-color-complete): Simplify,
5248 particularly to avoid bindings which aren't optimized out.
5249
e50c4203
DL
5250 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
5251 Doc fix.
5252 (down-list, backward-up-list, up-list, kill-sexp)
5253 (backward-kill-sexp, mark-sexp): Make arg optional.
5254 (lisp-complete-symbol): Add optional arg PREDICATE.
5255
5256 * cus-start.el: Add display-buffer-reuse-frames,
5257 file-coding-system-alist.
5258
511bd4eb
GM
52592000-08-20 Gerd Moellmann <gerd@gnu.org>
5260
5261 * startup.el (command-line): Clear realized faces after
5262 modifying TTY color mappings.
5263
a9de7d29
MB
52642000-08-20 Miles Bader <miles@gnu.org>
5265
5266 * faces.el (face-attr-match-p): Don't return true if ATTRS are
5267 merely a subset of FACE's attributes.
5268
8a8023d9
MB
52692000-08-19 Miles Bader <miles@gnu.org>
5270
5271 * comint.el (comint-output-filter): Save the point with a marker,
5272 not just a buffer position.
5273
5274 * international/mule.el (set-buffer-process-coding-system): Make
5275 interactive prompt less confusing.
5276
1433385f
GM
52772000-08-19 Gerd Moellmann <gerd@gnu.org>
5278
5279 * hilit-chg.el: General cleanup of doc strings, comments and
5280 code formatting.
5281
136b4eda
MB
52822000-08-19 Miles Bader <miles@gnu.org>
5283
5284 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
5285 Compiler macro removed; beginning-of-line is no longer always
5286 equivalent to forward-line, in the presence of fields.
5287
5288 * comint.el (comint-output-filter): Remove ad-hoc saving of
5289 restriction, and just use save-restriction, now that it works
5290 correctly. Don't adjust comint-last-input-start to account for
5291 our insertion; it shouldn't have moved because we don't use
5292 insert-before-markers anymore. Comment out call to
5293 `force-mode-line-update'; why is it here?
5294
5295 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
5296 while checking for prompt to delete. Use `forward-line 0'
5297 instead of beginning-of-line.
5298 (gud-filter): Temporarily widen gud comint buffer while
5299 examining output.
5300
cdd0f857
SM
53012000-08-18 Stefan Monnier <monnier@cs.yale.edu>
5302
ebf96bfa
SM
5303 * progmodes/sh-script.el: Big bag of typos.
5304
cdd0f857
SM
5305 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
5306 check since ispell-process is not bound when ispell is not yet loaded.
5307
9bb7a286
DL
53082000-08-18 Dave Love <fx@gnu.org>
5309
5310 * image.el (find-image): Copy `spec' before using plist-put.
5311
74ec6045
GM
53122000-08-18 Gerd Moellmann <gerd@gnu.org>
5313
5314 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
5315 `portugues'.
5316
5317 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
5318 backward-kill-sexp, analogous to kill-sexp.
5319
5320 * progmodes/icon.el (icon-indent-line)
5321 (icon-is-continuation-line): Handle comments specially.
5322
53232000-08-17 Ken Stevens <k.stevens@ieee.org>
5324
5325 * ispell.el: Set to standard author/maintainer/keyword fields.
5326 Fine tuning to menu map appearance and operation, and added help.
5327 Remove `start' and `end' error messages when compiling.
5328 (ispell-choices-win-default-height): Fixed comment string.
5329 (ispell-dictionary-alist-1): Fixed regexp in castellano and
5330 castellano8 dictionaries.
5331 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
5332 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
5333 dictionary, added italiano dictionary.
5334 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
5335 word character
5336 (ispell-tex-skip-alists): Added psfig support.
5337 (ispell-skip-html): Renamed from ispell-skip-sgml.
5338 (ispell-begin-skip-region-regexp, ispell-skip-region)
5339 (ispell-minor-check): Improved html skipping support to skip across
5340 code, and recognize `&' commands without propper `;' syntax;
5341 (ispell-process-line): Fix alignment error when manually
5342 correcting spelling.
5343 (ispell): Fix comment string.
5344 (ispell-add-per-file-word-list): Always put word list on new line.
5345
3787e12e
GM
53462000-08-17 Gerd Moellmann <gerd@gnu.org>
5347
a7b28523
GM
5348 * format.el (format-encode-run-method): Fix error message to say
5349 `encode' instead of `decode'. Use save-window-excursion around
5350 shell-command-on-region as in format-decode-run-method because
5351 shell-command-on-region can display a buffer with error output.
5352 (format-decode): Don't record undo information for the decoding.
5353 (format-annotate-function): Add parameter FORMAT-COUNT. Make
5354 that number part of the temporary buffer name so that more than
5355 one decoding using a temporary buffer can happen safely.
5356
5357 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
5358 of `A-z' in the regexp.
5359
5360 * hilit-chg.el: Fix typos in commentary.
5361
3787e12e
GM
5362 * help.el (view-emacs-news): Rewritten for new naming scheme
5363 for old NEWS files.
5364
5365 * startup.el (command-line): Pop to *Messages* in case an error
5366 is signaled while loading user-init-file.
5367
d2473540
AS
53682000-08-17 Andreas Schwab <schwab@suse.de>
5369
5370 * files.el (insert-directory): Don't lose original file name,
5371 undoing an undocumented change.
5372
c0bbaf57
GM
53732000-08-17 Alex Schroeder <alex@gnu.org>
5374
5375 * sql.el (sql-magic-go): Use comint-bol.
5376 (sql-copy-column): Use comint-line-beginning-position.
5377 (comint-line-beginning-position): Define a replacement for
5378 comint-line-beginning-position if it is not fboundp.
5379
53802000-08-17 Alex Schroeder <alex@gnu.org>
5381
5382 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
5383 it didn't have any effect anyway.
5384
53852000-08-17 Alex Schroeder <alex@gnu.org>
5386
5387 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
5388 --pset and pager=off instead of sending \\o|cat at the beginning
5389 of the session.
5390
9d245da5
MB
53912000-08-17 Miles Bader <miles@gnu.org>
5392
5393 * progmodes/octave-inf.el: Add compatibility definition of
5394 comint-line-beginning-position.
5395
abfdbd2e
KH
53962000-08-17 Kenichi Handa <handa@etl.go.jp>
5397
5398 * startup.el (normal-top-level): Look in each dir in load-path for
5399 a leim-list.el file too. This assures of loading leim-list.el
5400 that is created at Emacs installation time even if a user have his
5401 own leim-list.el.
5402
a0b8c939
MB
54032000-08-17 Miles Bader <miles@gnu.org>
5404
5405 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
5406 foreground color to black if the background is dark.
5407
7382bcae
SM
54082000-08-16 Stefan Monnier <monnier@cs.yale.edu>
5409
5410 * loadhist.el (unload-feature): Typo.
5411
9b4a7800 5412 * finder.el (finder-compile-keywords):
7382bcae
SM
5413 * cus-dep.el (custom-make-dependencies): Add local-variable settings
5414 to the generated file.
5415
5416 * mail/mh-e.el (mh-make-local-vars):
5417 Replace make-variable-buffer-local with make-local-variable.
5418
cdd0f857 5419 * play/landmark.el:
7382bcae 5420 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
5421 * mail/mailabbrev.el (mail-abbrevs-mode):
5422 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
5423 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
5424
5425 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
5426
5427 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
5428 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
5429 Allow going past the last element.
9b4a7800 5430 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
5431 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
5432 (cvs-mouse-toggle-mark): Don't move point.
5433 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
5434
5435 * progmodes/compile.el (grep): Provide a default set of files.
5436 (next-error): Docstring fix.
5437 (compilation-find-file): Avoid find-file (fails in a dedicated window).
5438
5439 * emacs-lisp/easy-mmode.el (define-minor-mode):
5440 Use `symbol-value' to keep the byte-compiler quiet.
5441
5442 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
5443 (diff-find-source-location): New fun, extracted from diff-goto-source.
5444 (diff-goto-source): Use it.
5445 (diff-next-complex-hunk, diff-filter-lines): New function.
5446 (diff-apply-hunk): New command.
5447
5448 * smerge-mode.el (smerge-mode-menu): Doc fix.
5449
5450 * msb.el (msb-mode): Define it in terms of define-minor-mode.
5451
4f00b8c1
DL
54522000-08-16 Dave Love <fx@gnu.org>
5453
2b5198bb
DL
5454 * windmove.el (windmove) <defgroup>: Add :version.
5455
5456 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
5457 (goto-address-fontify-p, goto-address-highlight-p)
5458 (goto-address-url-face, goto-address-url-mouse-face)
5459 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
5460 (goto-address-url-regexp): Use thing-at-point-url-regexp.
5461 (goto-address-fontify, goto-address-at-mouse): Simplify,
5462 (goto-address-at-point): browse-url-url-at-point,
5463 goto-address-find-address-at-point can return nil.
5464 (goto-address-find-address-at-point): Return nil on failure.
5465
5466 * align.el (align) <defgroup>: Add :version.
5467
5468 * calculator.el (calculator): Add :version.
5469 (calculator): Use two lines for calculator window if `modeline'
5470 face is boxed.
5471
4f00b8c1
DL
5472 * play/5x5.el: Doc fixes.
5473 (5x5) <defgroup>: Add :version.
5474
5475 * play/fortune.el (fortune) <defgroup>: Add :version.
5476 (fortune-append): Fix error message.
5477 (fortune-from-region): Doc fix.
5478
5479 * play/pong.el (pong): Doc fix.
5480
5481 * play/morse.el: Keywords, commentary, autoloads.
5482
69db7ee7
EZ
54832000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
5484
5485 * desktop.el (desktop-save): Don't look at symbol-value of a
5486 member of minor-mode-alist, unless it is boundp.
5487
10e1dad9
SS
54882000-08-16 Sam Steingold <sds@gnu.org>
5489
a0b8c939 5490 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
5491 `while'; use `with-current-buffer' instead of `save-excursion'.
5492 Removed unnecessary kludges now that "*Buffer List*" is excluded.
5493
9d7bcb2e
KH
54942000-08-16 Kenichi Handa <handa@etl.go.jp>
5495
5496 * international/ccl.el (declare-ccl-program): Docstring modified.
5497 (ccl-execute-with-args): Likewise.
5498
04231ab8
MB
54992000-08-16 Miles Bader <miles@gnu.org>
5500
9d245da5 5501 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
5502 comint-line-beginning-position.
5503
f68446ef
GM
55042000-08-15 Gerd Moellmann <gerd@gnu.org>
5505
dc28878c
GM
5506 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
5507 'buffer-menu' property.
5508 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
5509 fails.
5510 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
5511 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
5512 wasn't killed.
10e1dad9 5513
58ed0d3b
GM
5514 * buff-menu.el (list-buffers-noselect): Don't display the
5515 *Buffer List* buffer.
5516
32dc52f7
GM
5517 * font-lock.el: Require jit-lock to prevent a very late
5518 `Loading jit-lock' message.
5519
f68446ef 5520 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 5521 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
5522 mail address.
5523
90ac90a2
MB
55242000-08-15 Miles Bader <miles@gnu.org>
5525
5526 * textmodes/ispell.el (ispell-graphic-p): New constant.
5527 (ispell-choices-win-default-height, ispell-help): Use
5528 `ispell-graphic-p' instead of `xemacsp'.
5529
b0a0e263
DL
55302000-08-15 Dave Love <fx@gnu.org>
5531
c1e757e3
DL
5532 * simple.el: Autoload widget-convert when compiling.
5533 (mail-user-agent): Doc fix.
5534
5535 * help.el (function-called-at-point, variable-at-point): Use
5536 with-syntax-table.
5537 (help-manyarg-func-alist): Add insert-and-inherit.
5538
5539 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
5540
5541 * delsel.el (delsel-unload-hook): New function.
5542
5543 * find-file.el: Doc fixes. Move provide to end.
5544 (ff) <defgroup>: Add :link.
5545 (ff-goto-click): Deleted.
5546 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
5547 Use mouse-set-point.
5548
5549 * textmodes/tildify.el: Doc fixes.
5550 (tildify) <defgroup>: Add:version.
5551
5552 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
5553 (glasses-custom-set): Use set-default, not set.
5554 (minor-mode-alist): Propertize the lighter.
5555 (glasses-mode): Provide optional arg.
5556
5f847612
DL
5557 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
5558 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
5559 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
5560 option. Provide :type.
5561 (cwarn-configuration): Provide :type.
5562 (cwarn-mode): Doc fix.
5563
5564 * add-log.el (change-log-merge): Doc fix.
5565 (change-log-redate): New command.
5566
b0a0e263
DL
5567 * net/browse-url.el (browse-url-filename-alist): Add a clause for
5568 Doze and Dog.
5569 (browse-url): Use dolist, not mapcar.
5570 (browse-url-at-point): Check for null url.
5571 (browse-url-event-buffer, browse-url-event-point): Functions
5572 deleted.
5573 (browse-url-at-mouse, browse-url-netscape): Simplify.
5574
5575 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
5576 modes.
5577 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
5578 Fix previous change to mapcan.
5579 (msb--init-file-alist, msb--add-separators)
5580 (msb--make-keymap-menu): Simplify.
5581 (msb--choose-file-menu): Use copy-sequence.
5582 (msb-mode-map): Add title to keymap.
5583 (msb-unload-hook): New function.
5584
5585 * bs.el: Fix indentation.
5586 (bs) <defgroup>: Add :links.
2b5198bb
DL
5587 (bs-show): Doc fix.
5588 (bs-apply-sort-faces): Don't use window-system.
5589 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 5590
70f1b78e
EZ
55912000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
5592
5593 * calendar/timeclock.el (timeclock-file): Run .timelog through
5594 convert-standard-filename.
5595
956777b3
GM
55962000-08-14 Gerd Moellmann <gerd@gnu.org>
5597
3215096c
GM
5598 * emacs-lisp/authors.el: New file.
5599
956777b3
GM
5600 * paren.el (show-paren-priority): New user option.
5601 (show-paren-function): Set overlay priorities to
5602 show-paren-priority.
10e1dad9 5603
0cde1424
MB
56042000-08-14 Miles Bader <miles@gnu.org>
5605
5606 * comint.el (comint-bol): Use `forward-line 0' instead of calling
5607 beginning-of-line with inhibit-field-text-motion bound.
5608
90cbf47e
GM
56092000-08-14 Gerd Moellmann <gerd@gnu.org>
5610
5611 * calendar/timeclock.el: New file.
5612
56132000-08-14 David Ponce <david@dponce.com>
5614
5615 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
5616 `widget-button-click'. so that one can use left mouse button to
5617 click on dialog buttons.
5618
56192000-08-14 Emmanuel Briot <briot@gnat.com>
5620
5621 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 5622 identifiers, since XML is case sensitive
10e1dad9 5623
79e8dca7 56242000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 5625
660394d1
MB
5626 * comint.el (comint-output-filter): Don't bother frobbing
5627 window-start, it doesn't seem to be necessary.
79e8dca7
MB
5628
5629 * comint.el (comint-send-string, comint-send-region): Make into
5630 real functions. Snapshot the prompt before sending.
5631
218c2cc7
EZ
56322000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
5633
5634 * info.el (Info-find-emacs-command-nodes): Rewrite to use
5635 technique similar to Info-index, instead of relying on specific
5636 names of relevant Index nodes.
5637 (Info-goto-emacs-command-node): Bind Info-history to nil when
5638 going to the first node found by Info-find-emacs-command-nodes.
5639
51e066d2 56402000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
5641
5642 * menu-bar.el (menu-bar-help-menu): Add a :help string.
5643
867102f2
MB
56442000-08-10 Miles Bader <miles@gnu.org>
5645
5646 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
5647
af718538
EZ
56482000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
5649
5650 * info.el (Info-file-list-for-emacs): More elements for the
5651 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
5652 and woman manuals.
5653
c51bacd6
MB
56542000-08-10 Miles Bader <miles@lsi.nec.co.jp>
5655
5656 * comint.el (comint-send-input): Make the newline boundary overlay
5657 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
5658 (comint-output-filter): Use `insert' instead of
5659 `insert-before-markers'. Extend comint-last-output-overlay when
5660 necessary since we can't rely on insert-before-markers to do it.
5661 * gud.el (gud-filter): Use `with-current-buffer' instead of
5662 save-excursion when inserting the output, so that point gets
5663 updated correctly; the old method relied on a rather dodgy
5664 side-effect of comint-output-filter to avoid the effect of
5665 save-excursion.
5666
98532b12
EZ
56672000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
5668
5669 * files.el (recover-file): Call insert-directory instead of
5670 invoking `ls' directly.
5671
3db4b719
MB
56722000-08-10 Miles Bader <miles@gnu.org>
5673
5674 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
5675 (comint-last-prompt-overlay): New variables.
5676 (comint-output-filter): Implement prompt highlighting.
5677 (comint-snapshot-last-prompt): New function.
5678 (comint-send-input): Snapshot the last prompt.
5679 Use comint-highlight-input-face.
5680 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
5681 Use defface instead of defcustom.
5682 (send-invisible, comint-send-eof): Snapshot the last prompt.
5683 (comint-delchar-or-maybe-eof): Use comint-send-eof.
5684 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
5685
96190aa1
SM
56862000-08-09 Stefan Monnier <monnier@cs.yale.edu>
5687
5cda4b07
SM
5688 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
5689 (regexp-opt-group): Use a list of chars for `letters'.
5690 (regexp-opt-charset): `chars' is now a list of chars.
5691 Use a char-table rather than a vector so it works for multibyte chars.
5692
96190aa1
SM
5693 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
5694 Set cvs-minor-current-files to the selected fileinfo.
5695 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
5696 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
5697
7d093d56
EZ
56982000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
5699
5700 * files.el (insert-directory): Don't call access-file on
5701 directories on DOS and Windows.
5702
b24c5811
KH
57032000-08-09 Kenichi Handa <handa@etl.go.jp>
5704
5705 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
5706 longer if necessary.
5707 (ccl-embed-code): Call ccl-embed-data to store CODE in
5708 ccl-program-vector.
5709
0a6fd67e
MB
57102000-08-09 Miles Bader <miles@gnu.org>
5711
5712 * comint.el (comint-output-filter): Properly handle the case where
5713 the text surrounded by comint-last-output-overlay was deleted.
5714
9f6d1a6c
GM
57152000-08-08 Gerd Moellmann <gerd@gnu.org>
5716
25ad1371
GM
5717 * info.el (Info-insert-dir): Use Info-additional-directory-list if
5718 non-nil.
5719 (Info-file-list-for-emacs): Remove "info" from the list because
5720 that leads to trying to use the documentation from file `info'
5721 in various situations where it isn't appropriate, for instance
5722 C-h C-k C-h i.
5723
5724 * ffap.el (ffap-read-file-or-url-internal): Handle case that
5725 DIR and/or STRING are nil.
5726
5727 * progmodes/compile.el (compilation-setup): Make variable
5728 compilation-error-screen-columns buffer-local, as some comment
5729 in the code suggests it should be.
5730
5731 * files.el (auto-mode-interpreter-regexp): New variable.
5732 (set-auto-mode): Use it.
5733
5734 * indent.el (indent-for-tab-command): Doc fix.
5735
5736 * mouse-sel.el (mouse-sel-mode): Doc fix.
5737
9f6d1a6c
GM
5738 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
5739 labels.
5740
5741 * help.el (print-help-return-message): When
5742 display-buffer-reuse-frames is set, let the help window been quit,
5743 instead of deleting it, which might delete a reused frame.
5744
3d819a75
EZ
57452000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
5746
5747 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
5748 rename a directory to a name that differs only by its letter case.
5749
c5a52529
KH
57502000-08-08 Kenichi Handa <handa@etl.go.jp>
5751
5752 * international/quail.el (quail-define-rules): Handle Quail decode
5753 map correctly. Add code for supporting annotations.
5754 (quail-install-decode-map): New function.
5755 (quail-defrule-internal): New optional arguments decode-map and
5756 props.
5757 (quail-advice): New function.
5758
5e9e032a
SS
57592000-08-07 Sam Steingold <sds@gnu.org>
5760
5761 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
5762 `defconst', `define-condition', `with-slots'.
5763 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
5764
46645f4b
MB
57652000-08-03 Miles Bader <miles@gnu.org>
5766
5767 * comint.el (comint-use-prompt-regexp-instead-of-fields):
5768 New variable.
5769 (comint-prompt-regexp, comint-get-old-input): Document dependence on
5770 comint-use-prompt-regexp-instead-of-fields.
5771 (comint-send-input): Add `input' field property to stuff we send to
5772 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
5773 (comint-output-filter): Add `output' field property to process
5774 output, if comint-use-prompt-regexp-instead-of-fields is nil.
5775 (comint-replace-by-expanded-history)
5776 (comint-get-old-input-default, comint-show-output)
5777 (comint-backward-matching-input, comint-forward-matching-input)
5778 (comint-next-prompt, comint-previous-prompt): Use field
5779 properties if comint-use-prompt-regexp-instead-of-fields is nil.
5780 (comint-line-beginning-position): New function.
5781 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
5782 (comint-replace-by-expanded-history-before-point): Use
5783 comint-line-beginning-position and line-end-position.
5784 (comint-last-output-overlay): New variable.
5785 (comint-mode): Make `comint-last-output-overlay' buffer-local.
5786
5787 * shell.el (shell-prompt-pattern): Doc change.
5788 (shell-backward-command): Use line-beginning-position.
5789
5790 * gud.el (gud-gdb-complete-command): Use
5791 comint-line-beginning-position.
5792
5793 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
5794 comint-bol doesn't actually go to the beginning of the line.
5795
5796 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
5797 if comint-use-prompt-regexp-instead-of-fields is non-nil.
5798 (try-expand-line-all-buffers): Likewise.
5799
5800 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
5801 explicitly matching comint-prompt-regexp.
5802 (sql-copy-column): Use comint-line-beginning-position instead of
5803 explicitly matching comint-prompt-regexp.
5804
5805 * progmodes/octave-inf.el (inferior-octave-complete): Use
5806 comint-line-beginning-position.
5807
5808 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
5809
5810 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
5811 looking for a prompt, use `forward-line 0' instead of
5812 `beginning-of-line', to avoid getting caught by an input field.
5813
ff3d9573
GM
58142000-08-07 Gerd Moellmann <gerd@gnu.org>
5815
5816 * files.el (shell-quote-wildcard-pattern): Make sure to return
5817 PATTERN, in the Unix case.
5818
e0d8827b
EZ
58192000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
5820
5821 * play/zone.el (zone): Discard any pending input before running
5822 the randomly-chosen pgm.
5823
24d55b8f
KH
58242000-08-07 Kenichi Handa <handa@etl.go.jp>
5825
5826 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
5827 checking the existence of any multibyte characters.
5828
3d05e1ee
GM
58292000-08-06 Gerd Moellmann <gerd@gnu.org>
5830
6c4a4368
GM
5831 * help.el (describe-mode): Test minor-mode symbol for being
5832 bound before testing its value for being nil.
5833
3d05e1ee
GM
5834 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
5835 `first', `second', and `third'.
5836
5837 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
5838 (second): Make it an alias for `cadr'.
5839
6968a481
EZ
58402000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
5841
5842 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
5843 types of display support faces now.
5844
e49aa397
GM
58452000-08-05 Gerd Moellmann <gerd@gnu.org>
5846
5847 * pcvs.el (require): Require `cl' during compilation, only.
5848
5849 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
5850 (toplevel): Remove `remq' and `remove' from autoloads.
5851 (cl-fake-autoloads): New variable. If set, arrange for an error
5852 when CL functions etc. are autoloaded.
5853
588aca27
EZ
58542000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
5855
2e78d4ab
EZ
5856 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
5857
85628348
EZ
5858 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
5859 popped up, but the user clicks outside the menu, return an empty
5860 regexp (that causes unhighlight-regexp to have no effect).
5861
74f0e552
EZ
5862 * menu-bar.el (menu-bar-games-menu): Add Zone.
5863
588aca27
EZ
5864 * hi-lock.el (toplevel): Require font-lock.
5865
f4988be7
GM
58662000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5867
ba087cd7 5868 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
5869 (ebnf-8-bit-chars): New var for bug fix.
5870 (ebnf-string): Bug fix.
5871
027b73ac
SS
58722000-08-03 Sam Steingold <sds@gnu.org>
5873
5874 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
5875 instead of `buffer-string'.
5876 (require 'cl): Always, not just when compiling.
5877 `ignore-errors' in `interactive', `list*', `defun*' &c make this
5878 necessary.
5879
2f1fa038
EZ
58802000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
5881
5882 * international/mule-cmds.el (select-safe-coding-system): Make
5883 the message text about selecting a safe coding system more clear.
5884
ead53494
GM
58852000-08-02 Gerd Moellmann <gerd@gnu.org>
5886
abb2db1c
GM
5887 * hi-lock.el: New file.
5888
5889 * play/zone.el: New file.
5890
ead53494
GM
5891 * replace.el (occur): Set tab-width in the *Occur* buffer to the
5892 value of tab-width in the original buffer. Choose a line number
5893 format that's a multiple of the original buffer's tab width, so
5894 that lines appear right.
5895
5896 * textmodes/ispell.el (ispell): New function, replacing an alias.
5897 Spell-check active region if in transient-mark-mode and mark
5898 is active; otherwise spell-check buffer.
5899
59002000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5901
5902 * ps-mule.el: Fix a customization problem on
5903 ps-mule-font-info-database-default.
5904
f4a2b0a4
EZ
59052000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
5906
5907 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
5908 display-mouse-p instead of window-system.
5909 (ebrowse-member-mode-map): Ditto.
5910
b685181e
GM
59112000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5912
ba087cd7
EZ
5913 * progmodes/ebnf2ps.el: Update ps-print functions call.
5914 Indentation fix. Doc fix.
b685181e
GM
5915 (ebnf-version): New version number (3.2).
5916 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 5917
3b5fab87
EZ
59182000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
5919
032ebb29
EZ
5920 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
5921 font lock support on window-system.
5922 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
5923
3b5fab87
EZ
5924 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
5925 display-color-p, if fboundp, instead of window-system.
5926
7e2605e7
EZ
59272000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
5928
5929 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
5930 instead of window-system.
5931
5932 * wid-edit.el (widget-choose): Use display-mouse-p instead of
5933 window-system.
5934 (widget-choice-mouse-down-action): Use display-popup-menus-p
5935 instead of window-system.
5936
5937 * strokes.el (strokes-file): Run the file name through
5938 convert-standard-filename.
5939 (strokes-mode): Call display-mouse-p instead of looking at
5940 window-system. Change the error message accordingly.
5941
5942 * progmodes/cpp.el (toplevel): Support faces on tty's.
5943
5944 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
5945 (lm-plot-square, lm-init-display): Don't use window-system.
5946
5947 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
5948 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
5949
5950 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
5951 instead of looking at window-system.
5952
26119624
GM
59532000-07-30 Gerd Moellmann <gerd@gnu.org>
5954
5955 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
5956 of testing if iswitchb-prepost-hooks is bound, because the
5957 latter will always be true when invoking a recursive minibuffer
5958 from an active Iswitchb buffer.
5959
c90596f3
EZ
59602000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
5961
5962 * files.el (shell-quote-wildcard-pattern): New function.
5963 (insert-directory): Call it. Only prepend "\" to command on Unix
5964 and GNU/Linux systems.
5965
18925e78
GM
59662000-07-30 Gerd Moellmann <gerd@gnu.org>
5967
5968 * eshell/esh-groups.el: Change custom :link file names
5969 from `eshell.info' to `eshell'.
5970
59712000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
5972
5973 * dired.el (dired-build-subdir-alist): Expand subdirectory names
5974 correctly in recursive ange-ftp listings.
5975
59762000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5977
5978 * ps-print.el: Fix bug 1: if ps-font-size-internal,
5979 ps-header-font-size-internal and
5980 ps-header-title-font-size-internal variables are not set,
5981 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
5982 face text property is (foreground-color . COLOR) or
5983 `(background-color . COLOR)', ps-print crashes. Doc fix.
5984 (ps-print-version): New version number (5.2.4).
5985 (ps-plot-region): Code fix.
5986 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
5987 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
5988 Bug fix 2.
5989
59902000-07-30 Milan Zamazal <pdm@freesoft.cz>
5991
5992 * glasses.el (glasses-make-readable): Fix uncapitalization of
5993 identifiers like `myXMLDocument'.
5994
aeb4c63e
KF
59952000-07-28 Karl Fogel <kfogel@red-bean.com>
5996
18925e78
GM
5997 * mail/mail-hist.el (mail-hist-previous-input)
5998 (mail-hist-next-input): Do the obvious code factorization.
5999 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
6000 code of above two.
6001 If inserting a message body, leave point at top.
6002
9d453139
SS
60032000-07-28 Sam Steingold <sds@gnu.org>
6004
6005 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
6006 Use `<=', not `<' to compare times!
6007 (ange-ftp-ls): Remove.
9d453139 6008
b548072f
GM
60092000-07-27 Gerd Moellmann <gerd@gnu.org>
6010
27848c01
GM
6011 * play/cookie1.el: Add explanation of how to make cookie.el
6012 compatible with strfile(1) to comment.
6013
6014 * subr.el (remove, remq): New functions.
6015
3ab82477
GM
6016 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
6017 escape `*' in regexps.
6018 (midnight-find): Reverse order of arguments in the funcall of
6019 TEST.
6020
6021 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
6022 and `.class'.
6023
b548072f
GM
6024 * play/meese.el: Add Commentary section.
6025
27848c01
GM
60262000-07-27 Alex Schroeder <alex@gnu.org>
6027
6028 * sql.el (sql-ms): Added autoload cookie.
6029 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
6030 (sql-oracle): Ditto.
6031 (sql-help): Doc change.
6032
6033 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
6034 types and exceptions.
6035
60362000-07-27 Alex Schroeder <alex@gnu.org>
6037
6038 * sql.el (sql-placeholder-history): New variable.
6039 (sql-query-placeholders-and-send): New function that will query
6040 the user and replace placeholders with user input.
6041 (sql-oracle): If running on NT, set comint-input-sender to
6042 sql-query-placeholders-and-send.
6043
6044 (sql-stop): If in the SQLi buffer, insert stop notification, else
6045 present it as a message.
6046
60472000-07-27 Alex Schroeder <alex@gnu.org>
6048
6049 * sql.el (sql-input-ring-separator): Doc change.
6050 (sql-input-ring-file-name): Doc change.
6051 (sql-interactive-mode): Use `sql-input-ring-separator' and
6052 `sql-input-ring-file-name' to set the comint-mode equivalents
6053 without making them local variables.
6054 (sql-stop): Don't bind `sql-input-ring-separator' and
6055 `sql-input-ring-file-name' dynamically to their comint-mode
6056 equivalents.
6057
91ae8751
KH
60582000-07-27 Kenichi Handa <handa@etl.go.jp>
6059
6060 * international/mule.el (register-char-codings): New function.
6061 (make-coding-system): Handle `safe-chars' specification in the arg
6062 PROPERTY.
6063
6064 * international/mule-cmds.el
6065 (find-coding-systems-region-subset-p): This function deleted.
6066 (sort-coding-systems-predicate): New variable.
6067 (sort-coding-systems): New function.
6068 (find-coding-systems-region): Use
6069 find-coding-systems-region-internal.
6070 (find-coding-systems-string): Use find-coding-systems-region.
6071 (find-coding-systems-for-charsets): Check
6072 char-coding-system-table.
6073 (select-safe-coding-system-accept-default-p): New variable.
6074 (select-safe-coding-system): Mostly rewritten. New argument
6075 ACCEPT-DEFAULT-P.
6076 (select-message-coding-system): Call select-safe-coding-system
6077 with ACCEPT-DEFAULT-P arg.
6078 (reset-language-environment): Reset default-sendmail-coding-system
6079 to the default value iso-latin-1.
6080 (set-language-environment): Don't set the obsolete variable
6081 charset-origin-alist.
6082
6083 * international/codepage.el (cp-coding-system-for-codepage-1):
6084 Give `safe-chars' property to make-coding-system.
6085
6086 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
6087 calling select-message-coding-system twice.
6088
6089 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
6090 instead of `safe-charsets'.
6091 (cyrillic-alternativnyj): Likewise.
6092 (ccl-encode-alternativnyj): Don't check the charset
6093 cyrillic-iso8859-5.
6094
90cf4474
KH
60952000-07-27 Kenichi Handa <handa@etl.go.jp>
6096
6097 * composite.el (compose-chars-after): Preserve match data.
6098
a1f84f6d
SS
60992000-07-26 Sam Steingold <sds@gnu.org>
6100
6101 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
6102 (ange-ftp-real-file-newer-than-file-p): New function.
6103 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
6104 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
6105
6106 * tooltip.el (tooltip-float-time): Removed (use `float-time').
6107 * midnight.el (midnight-float-time): Ditto.
6108
e092928e
AS
61092000-07-26 Andreas Schwab <schwab@suse.de>
6110
6111 * files.el (normal-backup-enable-predicate): Correct
6112 interpretation of the return value of compare-strings.
6113
7465ebef
GM
61142000-07-26 Gerd Moellmann <gerd@gnu.org>
6115
3353ef5a
GM
6116 * isearch.el (isearch-resume): New function.
6117 (isearch-done): Add something to command-history to resume
6118 the search.
6119 (isearch-yank-line, isearch-yank-word): Use
6120 buffer-substring-no-properties instead of buffer-substring.
6121
7465ebef
GM
6122 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
6123 of flyspell-mouse-map.
6124
6125 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
6126 duplicate definition.
6127 (makefile-mode): Remove duplicate setting of local-abbrev-table.
6128
6129 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
6130 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
6131
5044b74a
SS
61322000-07-25 Sam Steingold <sds@gnu.org>
6133
25759a92
SS
6134 * net/ange-ftp.el: Get modtime over the net.
6135 (ange-ftp-file-modtime): New function.
a95cb10a
GM
6136 (ange-ftp-write-region, ange-ftp-insert-file-contents)
6137 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
6138 Use it.
6139 (ange-ftp-dot-to-slash): New function.
6140 (ange-ftp-fix-name-for-vms): Use it.
6141
5044b74a
SS
6142 * midnight.el (midnight-buffer-display-time): Use
6143 `with-current-buffer'.
6144
5dcfb3f4
GM
61452000-07-25 Gerd Moellmann <gerd@gnu.org>
6146
6147 * find-dired.el: Update copyright notice.
6148 (find-dired): Offer to kill a running `find'.
6149
6150 * enriched.el (enriched-face-ans): For a `foreground-color'
6151 property, return '(("x-color" COLOR))' so that COLOR will be
6152 output as a parameter of the x-color annotation. Likewise for the
6153 `background-color' property. In the case of normal face
6154 properties, don't return annotations for unspecified foreground
6155 and background face attributes.
6156
8c662166
KH
61572000-07-25 Kenichi Handa <handa@etl.go.jp>
6158
6159 * language/japan-util.el (japanese-katakana-region): Fix handling
6160 HANKAKU argument.
6161
c28da489
MB
61622000-07-25 Miles Bader <miles@gnu.org>
6163
6164 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
6165 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
6166 constrain-to-field.
6167
ad349719
AI
61682000-07-24 Andrew Innes <andrewi@gnu.org>
6169
6170 * timer.el (timer-activate-when-idle): Add optional parameter
6171 DONT-WAIT. Update docstring.
6172 (run-with-idle-timer): Specify extra parameter to
6173 timer-activate-when-idle, so that timer will be activated
6174 immediately if Emacs is already idle.
6175
6176 * w32-fns.el (w32-using-nt): Fix docstring.
6177
c95162f5
DL
61782000-07-24 Dave Love <fx@gnu.org>
6179
6180 * mouse.el (popup-menu): Set last-command-event.
6181 (mouse-major-mode-menu-prefix): Declare.
6182
e3c31fd5
GM
61832000-07-24 Gerd Moellmann <gerd@gnu.org>
6184
6185 * textmodes/flyspell.el: Update to author's version 1.5d.
6186
6187 * progmodes/hideshow.el: Update copyright notice.
6188
6189 * vcursor.el: Set maintainer to FSF, since author cannot
6190 be reached.
6191
7636d2a3
EZ
61922000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6193
fbe0a958
EZ
6194 * info.el (Info-goto-emacs-key-command-node): Leave a space after
6195 the prompt.
6196
7636d2a3
EZ
6197 * mouse.el (popup-menu): Run the keymap through indirect-function,
6198 in case it was defined with define-prefix-key. If the menu is a
6199 list of keymaps, look up the binding of user's choice in each one
6200 of the keymaps.
6201 (mouse-popup-menubar): If the global and local menu-bar keymaps
6202 don't have a prompt string, create one and insert it into the
6203 keymap. Don't barf if current-local-map returns nil.
6204
e024b101
GM
62052000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
6206
6207 * dired.el (dired-sort-R-check): Added to allow recursive listing
6208 to be undone.
6209 (dired-sort-other): Use it.
6210
7972fcfc
GM
62112000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6212
e024b101 6213 * Release of cc-mode 5.27
7972fcfc
GM
6214
62152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6216
6217 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
6218 c-beginning-of-statement-1 that caused a bad case of recursion
6219 which could consume a lot of CPU in large classes in languages
6220 that have in-expression classes (i.e. Java and Pike).
6221
6222 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
6223 statements before top level constructs (i.e. case 6 is moved
6224 before case 5 and is now case 4) to catch in-expression
6225 classes in top level expressions correctly.
6226
62272000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6228
6229 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
6230 objc-method-intro. Case 4 removed and case 5I added.
6231
6232 * cc-langs.el (c-append-paragraph-start): New variable used by
6233 c-common-init to get paragraph-start correct.
6234 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
6235 initialize paragraph-start to make it correct both with and
6236 without the javadoc special case.
6237
6238 * cc-mode.el (java-mode): Use c-append-paragraph-start to
6239 initialize paragraph-start for javadoc markup.
6240
6241 * cc-vars.el (c-style-variables-are-local-p): Incompatible
6242 change by defaulting this to t. It's motivated by the
6243 confusing behavior that otherwise arise from the style system
6244 when editing both java and non-java files at the same time
6245 (see the comments about style setting in c-common-init).
6246
62472000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6248
6249 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
6250 similar to the one in c-fill-paragraph to check the fill
6251 prefix from the adaptive fill function for sanity.
6252
62532000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6254
6255 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
6256 defun block.
6257
62582000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6259
5044b74a 6260 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
6261
62622000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6263
6264 * cc-align.el (c-lineup-multi-inher): Handle lines with
6265 leading comma nicely. Extended to handle member initializers
6266 too.
6267
e024b101 6268 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
6269 c-guess-basic-syntax): Fixed recognition of inheritance lists
6270 when the lines begins with a comma.
6271
5044b74a 6272 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
6273
6274 * cc-vars.el (c-offsets-alist): Changed default for
6275 member-init-cont to c-lineup-multi-inher since it now handles
6276 member initializers and indents better for leading commas.
6277
62782000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6279
6280 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
6281 handling that caused class open lines to be recognized as
6282 statement-conts in some cases.
6283
6284 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
6285 guessed by the adaptive fill function unless point is on the
6286 first line of a block comment.
6287
6288 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
6289 when the buffer ends with a macro continuation char.
6290
6291 * cc-engine.el (c-guess-basic-syntax): Added support for
6292 function definitions as statements in Pike. The first
6293 statement in a lambda block is now labeled defun-block-intro
6294 instead of statement-block-intro.
6295
6296 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
6297 so that the class surrounding point is selected, not the one
6298 innermost in the state.
6299
6300 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
6301 recognition of switch labels having hanging multiline
6302 statements.
6303
6304 * cc-engine.el (c-beginning-of-member-init-list): Broke out
6305 some code in c-guess-basic-syntax to a separate function.
6306 * cc-engine.el (c-just-after-func-arglist-p): Fixed
6307 recognition of member inits with multiple line arglists.
6308 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
6309 member-init-cont when the commas are in funny places.
6310
63112000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6312
6313 * cc-defs.el (c-auto-newline): Removed this macro since it's
6314 not used anymore.
6315
6316 * cc-engine.el (c-looking-at-bos): New helper function.
6317 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
6318 inexpr and toplevel classes apart in Pike.
6319
6320 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
6321 of case 9A.
6322
6323 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
6324 constant, since "class" can introduce an in-expression class
6325 in Pike nowadays.
6326
63272000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6328
6329 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
6330 indentation on cpp-macro lines.
6331
6332 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
6333 a syntax modifier like comment-intro, to make it possible to
6334 get syntactic indentation for preprocessor directives. It's
6335 incompatible wrt to lineup functions on cpp-macro, but it has
6336 no observable effect in the 99.9% common case where cpp-macro
6337 is set to -1000.
6338
63392000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6340
6341 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
6342 member-init-cont when the preceding arglist is several lines.
6343
63442000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6345
6346 * cc-styles.el (c-style-alist): The basic offset for the BSD
6347 style corrected to 8.
6348
63492000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6350
6351 * cc-styles.el (c-style-alist): Adjusted the indentation of
6352 brace list openers in the gnu style.
6353
63542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6355
6356 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
6357
6358 * cc-cmds.el (c-electric-brace, c-electric-slash,
6359 c-electric-star, c-electric-semi&comma, c-electric-colon,
6360 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
6361 when c-syntactic-indentation is nil.
6362
6363 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
6364 we were left at comments preceding the first statement when
6365 reaching the beginning of the buffer.
6366
6367 * cc-vars.el (c-syntactic-indentation): New variable to turn
6368 off all syntactic indentation.
6369
63702000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6371
6372 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
6373 between the text and the block comment ender when it hangs,
6374 depending on how many there are before the fill.
6375
63762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6377
6378 * cc-engine.el (c-beginning-of-closest-statement): New helper
6379 function to go back to the closest preceding statement start,
6380 which could be inside a conditional statement.
6381 * cc-engine.el (c-guess-basic-syntax): Use
6382 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
6383
6384 * cc-engine.el (c-guess-basic-syntax): Better handling of
6385 arglist-intro, arglist-cont-nonempty and arglist-close when
6386 the arglist is nested inside parens. Cases 7A, 7C and 7F
6387 changed.
6388
6389 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
6390 up-to-date with javadoc 1.2.
6391
63922000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6393
6394 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
6395 multiline Pike type decls.
6396
63972000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6398
6399 * cc-cmds.el (c-indent-new-comment-line): Always break
6400 multiline comments in multiline mode, regardless of
6401 comment-multi-line.
6402
64032000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6404
6405 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
6406 fully::qualified::names in C++ member init lists. Preamble in
6407 case 5D changed.
6408
64092000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6410
6411 * cc-langs.el (c-common-init): Handling of obsolete variables
6412 moved to c-initialize-cc-mode. More compatible style override
6413 when using global style variables.
6414 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
6415 variables moved here.
6416
e024b101 6417 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
6418 c-special-indent-hook as a style variable. Don't talk about
6419 doing (c-make-styles-buffer-local t) in a mode hook, since
6420 that's already too late to work right.
5044b74a 6421
7972fcfc
GM
6422 * cc-styles.el (c-make-styles-buffer-local): Flag style
6423 variable localness in c-style-variables-are-local-p to make
6424 the compatibility measure in c-common-init work well.
6425
6426 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
6427 longer contain set-from-style.
6428 * cc-styles.el (c-initialize-builtin-style): Don't check for
6429 set-from-style on c-special-indent-hook.
6430 * cc-styles.el (c-copy-tree): Obsolete. The standard function
6431 copy-alist is sufficient now.
6432
6433 * cc-styles.el (c-set-style, c-set-style-1,
6434 c-get-style-variables): Fixes to variable initialization so
6435 that duplicate entries in styles have the same effect
6436 regardless of DONT-OVERRIDE.
6437
6438 * cc-styles.el (c-set-style-2): Fixed bug where the
6439 initialization of inheriting styles failed when the
6440 dont-override flag is set.
6441
6442 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
6443 on this.
6444
64452000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6446
6447 * cc-defs.el (c-forward-comment): Removed the workaround
6448 introduced in 5.38 since it had worse side-effects. If a line
6449 contains the string "//\"", it regarded the // as a comment
6450 start since the \ temporarily doesn't have escape syntax.
6451
64522000-07-17 Emmanuel Briot <briot@act-europe.fr>
6453
6454 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
6455 ada-xref.el before ada-prj.el, so that the Project menu is created
6456 when ada-prj tries to add to it.
6457 (ada-activate-keys-for-case): Suppress the characters that are not
6458 part of the Ada syntax. Better compatibility with else-mode
6459 (ada-adjust-case-interactive): When auto-casing is not active,
6460 correctly insert newlines (used to insert only ^M). Prevent the
6461 syntax table from being changed in case of an error
814299a7 6462 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
6463 Do nothing if ada-auto-case is nil.
6464 (ada-after-keyword-p): Ignore keywords that are also attributes
6465 (ada-batch-reformat): Update usage comment
6466 (ada-call-from-contextual-menu): New function
6467 (ada-case-read-exceptions): Reinitialize the casing exception list
6468 first to nil first, so that the casing exception file can be
6469 shared.
6470 (ada-check-defun-name): Handles "configure" keyword for gnatdist
6471 files.
6472 (ada-compile-goto-error): Fix regexp used to detect a file:line
6473 anywhere in the error message
6474 (ada-contextual-menu-last-point): New variable
6475 (ada-create-keymap): If the variable delete-key-deletes-forward is
6476 t on XEmacs, it means that DEL should delete one character
6477 forward.
6478 (ada-create-menu): Use :included instead of :visible for XEmacs.
6479 New submenu "Options".
6480 (ada-end-stmt-re): Correctly indent "select ... then abort"
6481 statements.
6482 (ada-fill-comment-paragraph): Correctly delete all leading '--'
6483 even if they don't match ada-fill-comment-prefix Fix handling of
6484 paragraphs on the first or last line of a file.
6485 (ada-format-paramlist): Fix handling of default parameter values.
6486 (ada-get-body-name): New function.
6487 (ada-get-current-indent): Optimized by searchling directly for an
6488 existing generic part or a statement outside of it. Handle
6489 ada-indent-align-comments when indenting comments Replaced some
6490 regexps by testing directly the next character. This results in a
6491 huge speedup on some files. New indentation scheme for renames
6492 statements. Stop looking for the 'while' or 'for' associated with
6493 a 'loop' at the first semicolon encountered. A "return" can also
6494 match an anonymous access subprogram declaration.
6495 (ada-get-indent-noindent): Ignore strings and comments when
6496 looking for the keywords "record" and "private".
6497 (ada-goto-matching-decl-start): When matching "if", make sure we
6498 are not in fact seeing "end if". Ignore "when" statements except
6499 when initial keyword was "begin". Fix handling of nested
6500 procedures. Add a recursive call to this function to skip over
6501 other 'end' statmts. Fix indentation for "when .. => begin"
6502 (ada-in-open-paren-p): Fix indentation for complex boolean
6503 expressions, where 'and then', 'or else' and parenthesis
6504 statements are mixed up.
6505 (ada-in-paramlist-p): Skip comments while searching for the
6506 beginning Fix handling of operator declarations.
6507 (ada-indent-align-comments): New variable
6508 (ada-indent-current): Change the syntax table only in the
6509 protected section, so that we are sure it is restored correctly.
6510 (ada-indent-on-previous-lines): Use ada-use-indent and
6511 ada-with-indent Correctly indent "select ... then"
6512 (ada-indent-region): Slight speedup.
6513 (ada-indent-renames): New variable.
6514 (ada-last-which-function-subprog, ada-last-which-function-line):
6515 New variables
6516 (ada-looking-at-semi-private): Correctly indent the 'private'
6517 keyword when it is the first word in a package declaration.
6518 (ada-loose-case-word): Stop searching if at the end of the buffer.
6519 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
6520 even if point is not initially at the end of the word.
6521 (ada-matching-decl-start-re): Add "when".
6522 (ada-mode): Add support for abbrev-mode, outline-mode and
6523 which-func-mode Override the old find-file.el entry in
6524 ff-special-constructs since it is using the obsolete
6525 ada-spec-suffix variable
6526 (ada-no-auto-case): New function
6527 (ada-scan-paramlist): When parsing the argument type, accept
6528 spaces (as in "X 'Class", generated by Rational Rose).
6529 (ada-other-file-name): No longer loads the other file.
6530 (ada-popup-menu): Save and restore the current buffer and cursor
6531 position before and after displaying the menu.
6532 (ada-search-ignore-complex-boolean): New function.
6533 (ada-uncomment-region): Emacs21 already knows how to delete
6534 comments not starting in the first column.
6535 (ada-use-indent): New variable
6536 (ada-which-function): New function.
6537 (ada-with-indent): New variable
6538 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
6539 can be batch-compiled from the command line.
6540
6541 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
6542 Add to the menu when the file is loaded, not in ada-mode-hook.
6543 Add -toolbar to the default ddd command Switches moved from
6544 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
6545 ada-prj-default-comp-opt
6546 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
6547 Reference Manual to the menu
6548 (ada-check-current): rewritten as a call to ada-compile-current
6549 (ada-compile): Removed.
6550 (ada-compile-application, ada-compile-current, ada-check-current):
6551 Set the compilation-search-path so that compile.el automatically
6552 finds the sources in src_dir. Automatic scrollong of the
6553 compilation buffer. C-uC-cC-c asks for confirmation before
6554 compiling
6555 (ada-compile-current): New parameter, prj-field
6556 (ada-complete-identifier): Load the .ali file before doing
6557 processing
6558 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
6559 conform to gnatmake's behavior.
6560 (ada-find-file-in-dir): New function
6561 (ada-find-references): Set the environment variables for gnatfind
6562 (ada-find-src-file-in-dir): New function.
6563 (ada-first-non-nil): Removed
6564 (ada-gdb-application): Add support for jdb, the java debugger.
6565 (ada-get-ada-file-name): Load the original-file first if not done
6566 yet.
6567 (ada-get-all-references): Handles the new ali syntax (parent types
6568 are found between <>).
6569 (ada-initialize-runtime-library): New function
6570 (ada-mode-hook): Always load a project file when a file is opened,
6571 so that the casing exceptions are correctly read.
6572 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
6573 (ada-parse-prj-file): Use find-file-noselect instead of find-file
6574 to open the project file, since the latter does not work with
6575 speedbar Get default values before loading the prj file, or the
6576 default executable file name is wrong. Use the absolute value of
6577 src_dir to initialize ada-search-directories and
6578 compilation-search-path,... Add the standard runtime library to
6579 the search path for find-file.
6580 (ada-prj-default-debugger): Was missing an opening '{'
6581 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
6582 variables.
6583 (ada-prj-default-gnatmake-opt): New variable
6584 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
6585 buffers, the project file is the default one Save the windows
6586 configuration before displaying the menu.
6587 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
6588 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
6589 ...) regexp-quote identifiers names to support operators +,
6590 -,... in regexps.
6591 (ada-remote): New function.
6592 (ada-run-application): Erase the output buffer before starting the
6593 run Support remote execution of the application. Use
6594 call-process, or the arguments are incorrectly parsed
6595 (ada-set-default-project-file): Reread the content of the active
6596 project file, not the one from the current buffer When a project
6597 file is set as the default project, all directories are
6598 automatically associated with it.
6599 (ada-set-environment): New function
6600 (ada-treat-cmd-string): New special variable ${current}
6601 (ada-treat-cmd-string): Revised. The substitution is now done for
6602 any ${...} substring
6603 (ada-xref-current): If no body was found, compiles the spec
6604 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
6605 compiler to get rid of command line length limitations.
6606 (ada-xref-get-project-field): New function
6607 (ada-xref-project-files): New variable
6608 (ada-xref-runtime-library-specs-path)
6609 (ada-xref-runtime-library-ali-path): New variables
6610 (ada-xref-set-default-prj-values): Default run command now does a
6611 cd to the build directory. New field: main_unit Provide a default
6612 file name even if the current buffer has no prj file.
6613
6614 * ada-prj.el:
6615 Rewritten to show a tabbed-dialog.
6616 (ada-prj-add-ada-menu): Remove the map and name parameters.
6617 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
6618 New function
6619 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
6620 (ada-prj-load-from-file): New function
6621 (ada-prj-save): Always save fields that depend on the current buffer
6622 (ada-prj-show-value): New function
5044b74a 6623
7972fcfc
GM
6624 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
6625 Ada mode. This will allow us to display the Ada menu in any buffer
6626 we want (for project items).
6627 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
6628 number of spaces in the header.
5044b74a 6629
8730a8da
DL
66302000-07-24 Dave Love <fx@gnu.org>
6631
6632 * ediff-init.el (ediff-region-help-echo): Bind face-help.
6633
db3ca487
NF
66342000-07-23 Noah Friedman <friedman@splode.com>
6635
ad953485
NF
6636 * type-break.el (type-break): perform autosave.
6637 Suggested by Stephen Gildea <gildea@intouchsys.com>.
6638 (type-break-do-query): Cancel query schedule while performing
6639 actual query, to avoid possibility of a second query being made
6640 while first one is already in progress.
6641 (type-break-time-stamp-format): New variable.
6642 (type-break-time-stamp): New function.
6643 (type-break-time-warning): Use it.
6644 (type-break-keystroke-warning): Use it.
6645 (type-break-noninteractive-query): Use it.
6646
03a9c6d0
NF
6647 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
6648 cookie.
6649 Use add-minor-mode to set minor-mode-alist, if available.
6650 (eldoc-echo-area-use-multiline-p): New user option.
6651 (eldoc-echo-area-multiline-supported-p): New variable.
6652 (eldoc-docstring-format-sym-doc): Use them.
6653 (eldoc-mode): If not using idle timers, append to local post and
6654 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
6655 (eldoc-display-message-no-interference-p): Don't interfere with
6656 edebug.
6657 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
6658 (eldoc-function-arglist): New function.
6659 (eldoc-function-argstring): Use it.
6660
db3ca487
NF
6661 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
6662 auto save directory exists before calling directory-files.
6663
f7ad1899
DL
66642000-07-23 Dave Love <fx@gnu.org>
6665
6666 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
6667 ^o, ^u.
6668
43e764c9
DL
66692000-07-21 Dave Love <fx@gnu.org>
6670
475de6f4
DL
6671 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
6672 now passed to the function. It now works properly.
6673
43e764c9
DL
6674 * smerge-mode.el (smerge-mode-menu): Fill it out.
6675
e8bea4c0
GM
66762000-07-20 Gerd Moellmann <gerd@gnu.org>
6677
6678 * info-look.el (info-lookup): If *info* is shown in another frame
6679 on the same display, select that frame, instead of switching to
6680 the Info buffer in another window of the selected frame.
6681
6682 * simple.el (universal-argument-map): Bind numeric keypad keys
6683 kp-0 to kp-9 and kp-subtract.
6684 (digit-argument): Handle these keys.
6685
bc75b4fd
DL
66862000-07-20 Dave Love <fx@gnu.org>
6687
6688 * net/goto-addr.el (goto-address-fontify): Don't bother with
6689 buffer-modified and read-only stuff -- irrelevant with overlays.
6690 Put an extra property on the overlays and use it to clean up in
6691 case goto-address is re-run.
6692
8b7bc628
RS
66932000-07-19 Richard M. Stallman <rms@gnu.org>
6694
18e21ce8
RS
6695 * timer.el (run-with-idle-timer): Doc fix.
6696
db3ca487 6697 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
6698 Handle case where <...> appears inside "...".
6699 Use replace-match to edit the string more simply.
6700 (rmail-dont-reply-to): Cope with an unmatched ".
6701
50575ec2
DL
67022000-07-19 Dave Love <fx@gnu.org>
6703
6704 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
6705 implementation.
6706
6707 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
6708 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
6709 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
6710
4279296d
GM
67112000-07-19 Gerd Moellmann <gerd@gnu.org>
6712
47db06aa
GM
6713 * textmodes/refer.el: Correct maintainer's email address.
6714
6715 * progmodes/hideif.el: Correct author's email address.
6716 Fix typo in comment.
6717
6718 * xml.el: New file.
6719
4279296d
GM
6720 * mail/mailheader.el: Correct author's mail address.
6721
6722 * gnus/parse-time.el: Correct author's mail address.
6723
47db06aa 67242000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
6725
6726 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
6727 New user options.
6728 (comint-input-ring-file-name): Change custom type.
6729 (comint-mode-map): Bind mouse-2.
6730 (comint-insert-clicked-input): New function.
6731 (comint-send-input): Handle input highlighting.
6732
21ad0f7b
SM
67332000-07-18 Stefan Monnier <monnier@cs.yale.edu>
6734
6735 * mouse.el (popup-menu): New function.
6736 (mouse-major-mode-menu): Use it.
6737
3b33a005
DL
67382000-07-18 Dave Love <fx@gnu.org>
6739
6740 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
6741 improvements.
6742
dc1cac59
GM
67432000-07-18 Gerd Moellmann <gerd@gnu.org>
6744
21ad0f7b 6745 * faces.el (face-font-selection-order)
dc1cac59 6746 (face-font-family-alternatives): Add custom type.
db3ca487 6747
f8276b77
DL
67482000-07-18 Dave Love <fx@gnu.org>
6749
6750 * cus-edit.el (custom-variable-reset-saved)
6751 (custom-variable-reset-standard): Remove unused bindings.
6752
6753 * rect.el (open-rectangle-line): Remove unused let.
6754
6755 * hl-line.el (hl-line-highlight): Check hl-line-mode.
6756
3d6cd763
GM
67572000-07-18 Gerd Moellmann <gerd@gnu.org>
6758
6759 * cdl.el: Fix `Maintainer' keyword.
6760
6761 * play/pong.el: Add author's email address.
6762
34342a07
SS
67632000-07-17 Sam Steingold <sds@gnu.org>
6764
6765 * files.el (insert-directory): Call `split-string' instead of
6766 re-implementing it.
6767
088831a6
GM
67682000-07-18 Gerd Moellmann <gerd@gnu.org>
6769
6770 * mail/vms-pmail.el: Change maintainer to FSF.
6771
6772 * net/goto-addr.el: Change maintainer to FSF.
6773
6774 * recentf.el: Update from author.
6775
6776 * info.el (Info-title-face-alist): Removed.
db3ca487 6777
68be2869
EZ
67782000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
6779
6780 * eshell/eshell.el (eshell): Replace links to eshell.info with
6781 links to eshell, to avoid problems on systems where the manual is
6782 installed as `eshell'.
6783 * eshell/esh-cmd.el (eshell-cmd): Ditto.
6784 * eshell/em-smart.el (eshell-smart): Ditto.
6785 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 6786 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
6787
6788 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
6789 same-file check in the MS-DOS version (it does support inodes).
6790
6791 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
6792
21ad0f7b
SM
6793 * eshell/eshell.el (eshell-directory-name):
6794 Run default directory name through convert-standard-filename.
68be2869 6795
269b4dcb
KH
67962000-07-18 Kenichi Handa <handa@etl.go.jp>
6797
21ad0f7b
SM
6798 * international/mule-cmds.el (select-safe-coding-system):
6799 Fix typo in the comment.
240a16cf 6800
21ad0f7b
SM
6801 * language/european.el (compound-text):
6802 Force katakana-jisx0201 to be designated to G1.
aa96c820 6803
21ad0f7b
SM
6804 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
6805 Don't translate some national variant characters of latin-jisx0201.
aa96c820 6806 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 6807
269b4dcb
KH
6808 * international/kkc.el (kkc-after-update-conversion-functions):
6809 New variable.
6810 (kkc-update-conversion): Run functions in it at the tail.
6811
68be2869 68122000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 6813
21ad0f7b
SM
6814 * lisp/align.el (align-newline-and-indent):
6815 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
6816 (align-region): Fixed badly formatted minibuffer message.
6817
7a3fd467
KH
68182000-07-17 Kenichi Handa <handa@etl.go.jp>
6819
21ad0f7b 6820 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
6821 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
6822 the conversion list at first if appropriate.
6823 (kkc-next): Don't update kkc-next-count here.
6824 (kkc-prev): Don't update kkc-prev-count here.
6825 (kkc-show-conversion-list-update): Fix setting up of conversion
6826 list message.
6827
a45423d8
SM
68282000-07-16 Stefan Monnier <monnier@cs.yale.edu>
6829
088831a6 6830 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 6831
91a38db1
DL
68322000-07-16 Dave Love <fx@gnu.org>
6833
6834 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
6835 function to be more specific.
6836
6837 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
6838 non-string help-echo.
6839 (widget-types-convert-widget): Defsubst it.
6840 (widget-echo-help): Try to cope with a help-echo function of two
6841 possible sorts.
6842
3fddcdc3
JR
68432000-07-15 Jason Rumney <jasonr@gnu.org>
6844
6845 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
6846 Declare as obsolete.
6847
6848 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
6849
bd23a692
GM
68502000-07-14 Gerd Moellmann <gerd@gnu.org>
6851
6852 * hilit-chg.el: Fix typo.
6853
d4af987a
DL
68542000-07-14 Dave Love <fx@gnu.org>
6855
6856 * info.el (Info-mode-menu): Fix use of :help, :enable.
6857
3a4f3f86
SM
68582000-07-14 Stefan Monnier <monnier@cs.yale.edu>
6859
6860 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
6861
cf6936a4
DL
68622000-07-13 Dave Love <fx@gnu.org>
6863
4d6d04b5
DL
6864 * emacs-lisp/easymenu.el: Doc fixes.
6865 (easy-menu-remove): Defalias to ignore.
6866
cf6936a4
DL
6867 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
6868 Call throw correctly.
6869
56437999
GM
68702000-07-13 Gerd Moellmann <gerd@gnu.org>
6871
6872 * faces.el (frame-background-mode): Doc fix.
6873
6874 * simple.el (eval-expression-print-length): Change custom type to
6875 allow entering nil as value.
6876
d04a3972
DL
68772000-07-13 Dave Love <fx@gnu.org>
6878
3a4f3f86
SM
6879 * progmodes/fortran.el (fortran-imenu-generic-expression):
6880 Change definition layout.
a8189dfe
DL
6881 (fortran-mode-menu): Reinstate customize entries.
6882
d04a3972
DL
6883 * cus-edit.el (custom-group-menu-create, customize-menu-create):
6884 Use :filter, per old XEmacs code.
6885
4bf4fb05
GM
68862000-07-12 Gerd Moellmann <gerd@gnu.org>
6887
6888 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
6889 event when deciding what to send to the terminal.
6890
37328bcd
DL
68912000-07-12 Dave Love <fx@gnu.org>
6892
6893 * cus-start.el: Add optional version as 4th element of specs and
6894 use it for several things new in v21. Remove load-path. Fix type
6895 of line-number-display-limit.
6896
89492072
DL
68972000-07-11 Dave Love <fx@gnu.org>
6898
3a4f3f86
SM
6899 * progmodes/fortran.el: Don't require easymenu.
6900 Use repeat counts in various regexps.
315aa1de
DL
6901 (fortran-mode-syntax-table): Defvar directly.
6902 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
6903 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
6904 Use defvar, not defconst.
6905 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
6906 (fortran-mode): Set fortran-comment-line-start-skip,
6907 fortran-comment-line-start-skip, dabbrev-case-fold-search.
6908 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
6909 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
6910 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
6911 (fortran-comment-region, fortran-electric-line-number): Simplify.
6912 (fortran-auto-fill): New function.
6913 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
6914 (fortran-find-comment-start-skip):
6915 Check for non-null comment-start-skip.
6916 (fortran-auto-fill-mode, fortran-fill-statement):
6917 Use fortran-auto-fill.
315aa1de 6918 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 6919 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 6920
89492072
DL
6921 * widget.el (widget-plist-member): New alias.
6922
d55ead18
EZ
69232000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
6924
6925 * eshell/esh-module.el (toplevel): Reference
6926 byte-compile-current-file only if it is bound.
6927
e82a2a05
GM
69282000-07-10 Gerd Moellmann <gerd@gnu.org>
6929
6930 * dired.el: Don't require `dired-aux'.
6931
1fc7fb2b
MB
69322000-07-10 Miles Bader <miles@lsi.nec.co.jp>
6933
6934 * dired-aux.el (dired-show-file-type): New function.
6935 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
6936 (dired-show-file-type): Add autoload.
6937
ab49ce15
KH
69382000-07-10 Kenichi Handa <handa@etl.go.jp>
6939
6940 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 6941 change of fontset-info.
ab49ce15
KH
6942 (print-fontset): Likewise.
6943
f45aab65
SM
69442000-07-09 Stefan Monnier <monnier@cs.yale.edu>
6945
6946 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
6947
2f72fd2f
GM
69482000-07-07 Gerd Moellmann <gerd@gnu.org>
6949
e82a2a05 6950 * bindings.el: Bind `[delete]' to delete-char.
965522f5 6951
2f72fd2f
GM
6952 * dired.el (dired-find-alternate-file): New function.
6953 (dired-mode-map): Bind `a' to dired-find-alternate-file.
6954 (toplevel): Require dired-aux when compiling.
6955 (dired-buffers): Move defvar within file to avoid compiler warning.
6956
6957 * info.el (Info-last-search): Variable removed.
6958 (Info-search-history): New variable.
6959 (Info-search): New Info-search-history.
6960
6961 * battery.el, info-look.el: Change author's mail address.
6962
965522f5 69632000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 6964
965522f5
GM
6965 * mail/rmail.el (rmail-clear-headers): Don't throw an error
6966 if rmail-ignored-headers is nil.
6967 (rmail-retry-failure): Bind rmail-ignored-headers and
6968 rmail-displayed-headers to nil.
6969
dd8888a1
GM
69702000-07-06 Gerd Moellmann <gerd@gnu.org>
6971
e5c81191
GM
6972 * lpr.el (lpr-page-header-switches): Add `-h' switch.
6973 (print-region-1): Don't hard code `-h' here.
6974
dd8888a1
GM
6975 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
6976
e5c81191
GM
69772000-07-01 Francesco Potorti` <pot@gnu.org>
6978
6979 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
6980 exim can use "your message" instead of "the message".
34342a07 6981
f45aab65
SM
69822000-07-06 Stefan Monnier <monnier@cs.yale.edu>
6983
6984 * facemenu.el: Docstrings fixes.
6985 (facemenu-get-face): Don't use internal-find-face.
6986 (facemenu-iterate): Rename arg to match the docstring.
6987
6988 * newcomment.el (uncomment-region): Be more careful when skipping
6989 backwards over `=' not to bump into BOBP.
6990
d396e521 69912000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 6992
dd8888a1
GM
6993 * ediff-diff.el (ediff-wordify): Use syntax table.
6994 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 6995 ediff-color-display-p.
dd8888a1 6996 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
6997 from defsubst.
6998 Got rid of special cases for NeXT and OS/2.
dd8888a1 6999 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 7000 face.
34342a07 7001
5e2dfaa4
SM
70022000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7003
7004 * emacs-lisp/lucid.el: Require CL.
7005 (copy-tree, remprop): Remove, it's provided by CL.
7006 (map-keymap): Define in terms of cl-map-keymap.
7007 (extent-property, set-extent-end-glyph): New functions.
7008
7009 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
7010
d5c5cddd
GM
70112000-07-05 Gerd Moellmann <gerd@gnu.org>
7012
485266d0
GM
7013 * Makefile.in (DONTCOMPILE): Add comment that the name may
7014 not be changed without changing the make-dist script.
7015
5e2dfaa4 7016 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 7017 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 7018
e2c46326
AI
70192000-07-05 Andrew Innes <andrewi@gnu.org>
7020
7021 * makefile.nt: Add support for `bootstrap' and related targets.
7022
a027a91b
SM
70232000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7024
7025 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
7026 (easy-menu-do-define): Use `menu-item' format.
7027 Handle case where easy-menu-create-menu returns a symbol.
7028 Manually call the potential top-level filter in the function binding.
7029 (easy-menu-filter-return): New arg NAME.
7030 Convert to a keymap if MENU is an XEmacs menu.
7031 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
7032 (easy-menu-converted-items-table, easy-menu-convert-item):
7033 New var and fun to memoize easy-menu-convert-item-1.
7034 (easy-menu-do-add-item): Use it.
7035 (easy-menu-create-menu): Use easy-menu-convert-item.
7036 Wrap easy-menu-filter-return around any :filter specification.
7037 Don't convert the menu if a filter was specified.
7038 Tell easy-menu-make-symbol not to check for MENU being an expression.
7039 (easy-menu-make-symbol): New arg NOEXP.
7040
5e03eb84
GM
70412000-07-05 Gerd Moellmann <gerd@gnu.org>
7042
7043 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
7044 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
7045 (eval-defun): If called with prefix arg, instrument code for
7046 Edebug.
7047
7048 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
7049 similar to that of eval-defun.
7050
fca68a95
DL
70512000-07-04 Dave Love <fx@gnu.org>
7052
7ccbba4c
DL
7053 * hl-line.el (hl-line-overlay): Make it permanent-local.
7054
fca68a95
DL
7055 * calendar/todo-mode.el: Replaced with a working version, based on
7056 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
7057
70582000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
7059
7060 * paths.el (prune-directory-list): New function.
7061 (Info-default-directory-list): Rewritten to more methodically
7062 enumerate a big list of possible info directories (based on the
7063 list used by the standalone info reader).
fca68a95 7064
78e7e8a0 7065 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 7066 non-existent directories from Info-directory-list.
78e7e8a0 7067
78e7e8a0
MB
7068 * paths.el (Info-default-directory-list): Try a list of possible
7069 info-directories instead of a single one. Add the possible
7070 info directory "/usr/share/info".
7071
7072 * woman.el (woman-man.conf-path): Explicitly include the debian
7073 man-db config file "/etc/manpath.config".
7074 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
7075 are present in `manpath.config'.
7076 (woman-manpath): Include "/usr/share/man".
7077
67c9a1d2
GM
70782000-07-03 Gerd Moellmann <gerd@gnu.org>
7079
6753393b
GM
7080 * frame.el (blink-cursor-mode): Don't hide cursor initially.
7081
7082 * startup.el (command-line): Initialize blink-cursor based
7083 on window-system.
7084
e4f98ad3
GM
7085 * frame.el (blink-cursor): Default to nil if not running under
7086 a window-system.
7087
2f516940
GM
7088 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
7089 (face-x-resources): Remove duplicate entry for :font.
7090
67c9a1d2
GM
7091 * textmodes/refer.el (refer-find-entry-internal): Use some-window
7092 instead of cycling through windows with next-window.
7093
7094 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
7095 of cycling through windows with next-window.
7096
7097 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
7098 of cycling through windows with next-window.
7099
7100 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
7101 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
7102 instead of cycling through windows with next-window.
7103
7104 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
7105 instead of cycling through windows with next-window.
7106
7107 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
7108 of cycling through windows with next-window.
7109
7110 * terminal.el (te-process-output): Use walk-windows instead of
7111 cycling through windows with next-window.
7112
7113 * server.el (server-switch-buffer): Use some-window instead of
7114 cycling through windows with next-window.
7115
7116 * window.el (some-window): New function.
7117 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 7118
3a4f3f86 7119 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 7120
8b7bc628 71212000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
7122
7123 * window.el (walk-windows): Guarantee termination by keeping a list
7124 of all the windows already handled.
7125
d0d57043
EZ
71262000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7127
7128 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
7129 window-system.
7130
7131 * man.el (Man-notify-when-ready): Don't use window-system. If
7132 Man-notify-method is newframe, and the display is not
7133 multi-frame, select the frame created for the man page.
7134 (Man-init-defvars): Doc fix.
7135
d5483ab1
GM
71362000-06-28 Gerd Moellmann <gerd@gnu.org>
7137
af5c25e1
GM
7138 * faces.el (region): Change background color for light background.
7139
7140 * ediff-wind.el (ediff-setup-control-frame): Remove :box
7141 attribute from mode-line face of Ediff control frame.
7142
d5483ab1
GM
7143 * replace.el (query-replace-map): Bind `e' like `E'.
7144
9d47450f
EZ
71452000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7146
3a4f3f86
SM
7147 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
7148 Change name to "Select All".
496b7491 7149
9d47450f
EZ
7150 * dos-fns.el (convert-standard-filename): Fix last change.
7151
0b431deb
GM
71522000-06-27 Gerd Moellmann <gerd@gnu.org>
7153
4fa9f636
GM
7154 * help.el (describe-variable): Don't insert a second `'s' in front
7155 of the string `value is shown below'. Since the syntax-table is
7156 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
7157 an existing `'s', so that this won't be deleted.
7158
0b431deb
GM
7159 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
7160 * pcmpl-unix.el: New files.
7161
32cad0aa
SM
71622000-06-26 Stefan Monnier <monnier@cs.yale.edu>
7163
7164 * wid-edit.el (widget-member): Use the new plist-member.
7165
2c69ced2
GM
71662000-06-26 Gerd Moellmann <gerd@gnu.org>
7167
44c0f771
GM
7168 * replace.el (perform-replace): Undo change of 2000-04-04.
7169 Instead, move backward 1 character at the end of the loop when
7170 necessary.
34342a07 7171
1d36487c
GM
7172 * faces.el (fringe): Change face for different backgrounds.
7173
7174 * eshell/esh-module.el (toplevel): Load defgroup's differently;
7175 patch from John.
7176
2c69ced2
GM
7177 * eshell/*.el: Change spelling of the Free Software Foundation.
7178
7179 * eshell/esh-toggle.el: Removed.
7180
7181 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
7182
7183 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
7184 interactively.
7185
71862000-06-26 Alex Schroeder <alex@gnu.org>
7187
7188 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
7189 `define-key'; instead of checking `(emacs-version)' check for
7190 `set-keymap-parent' and `set-keymap-name' directly. Add entries
7191 for `;' and `o' which might be electric.
7192
7193 (sql-electric-stuff): New user option.
7194 (sql-magic-go): New function which uses `sql-electric-stuff'.
7195 (sql-magic-semicolon): New function which uses
7196 `sql-electric-stuff'.
7197
7198 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
7199 is not fboundp.
7200
7201 (sql-oracle-options): New variable.
7202 (sql-oracle): Use it.
7203
7204 (sql-imenu-generic-expression): Doc change.
7205 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
7206 is used.
7207
7208 (sql-informix): Added command line parameter "-" to force
7209 sql-informix-program to use stdout.
7210
db1306d8
EZ
72112000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7212
3a4f3f86 7213 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
7214 (cp864-decode-table): Doc fix.
7215 (cp720-decode-table): New variable, supports the Arabic OEM
7216 codepage used by Windows.
7217 (cp737-decode-table): New, Greek OEM codepage used by Windows.
7218
c69e5fcd
DL
72192000-06-23 Dave Love <fx@gnu.org>
7220
7221 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
7222 (font-lock-fontify-anchored-keywords): Use
7223 line-beginning-position.
7224 (global-font-lock-mode): Use mapc.
7225
30ad8f23
SM
72262000-06-23 Stefan Monnier <monnier@cs.yale.edu>
7227
7228 * eshell/esh-module.el: Require CL when compiling.
7229
26b4dc84
GM
72302000-06-23 Gerd Moellmann <gerd@gnu.org>
7231
78c56e70
GM
7232 * comint.el (comint-substitute-in-file-name): Call replace-match
7233 with second and third arg t.
7234
34342a07 7235 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
7236 Specify foreground color.
7237
7238 * faces.el (tool-bar, mode-line, header-line): Specify foreground
7239 color.
7240
affbf647
GM
7241 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
7242
7243 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
7244 cddr instead of cdddr.
7245
25fffb31
GM
7246 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
7247 instead of copy-list.
7248
7249 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
7250 of copy-list.
7251
26b4dc84
GM
7252 * subdirs.el: Add eshell subdirectory.
7253
7254 * eshell: New subdirectory containing the Eshell package.
7255
7256 * pcomplete.el: New file.
7257
78c56e70
GM
72582000-06-23 Paul Eggert <eggert@twinsun.com>
7259
ea055732
GM
7260 * mail/mailpost.el (post-mail-send-it): Make sure file has
7261 proper permissions from birth.
7262
7263 * files.el (basic-save-buffer-2): When temporarily setting
7264 file modes, set them to current modes plus 0200, not to 0777.
7265
78c56e70
GM
7266 * emerge.el (emerge-make-temp-file): Make sure file has proper
7267 permissions from birth.
7268
a3a7ff33
EZ
72692000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7270
7271 * files.el (make-backup-file-name-1): On DOS/Windows, run the
7272 backup file name through convert-standard-filename.
7273
7274 * dos-fns.el (convert-standard-filename): Convert leading
7275 directories as well. When long file names are supported, convert
7276 characters that are invalid in Windows file names.
7277
1fd9b7fe
GM
72782000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7279
7280 * ps-print.el: Fix bug: if ^L is the very first buffer character,
7281 ps-print crashes. New feature: page selection for printing. Create
7282 raw-text-unix coding system for XEmacs. Doc fix.
7283 (ps-print-version): New version number (5.2.3).
7284 (ps-plot-region): Bug fix.
7285 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
7286 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
7287 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
7288 funs.
7289 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
7290 (ps-last-page): New vars.
7291
16ed8416
GM
72922000-06-21 Gerd Moellmann <gerd@gnu.org>
7293
7294 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
7295 empty option string.
7296
4fbee715
EZ
72972000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7298
7299 * man.el (man): Doc fix.
7300
eaecfc94
KH
73012000-06-21 Kenichi Handa <handa@etl.go.jp>
7302
7303 * international/mule-cmds.el (set-language-info-alist): Docstring
7304 fixed.
7305
4a27bdfb
GM
73062000-06-20 Gerd Moellmann <gerd@gnu.org>
7307
7308 * version.el (emacs-version): Use ISO date format.
7309
7310 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
7311 instead of `M-backspace'.
7312
7313 * simple.el (turn-off-auto-fill): New function.
7314
8972fe79
SM
73152000-06-20 Stefan Monnier <monnier@cs.yale.edu>
7316
7317 * jit-lock.el (with-buffer-prepared-for-jit-lock):
7318 Renamed from with-buffer-prepared-for-font-lock and use
7319 inhibit-modification-hooks rather than setting *-change-functions.
7320 Update all functions to use the new name.
7321 (jit-lock-first-unfontify-pos): New semantics (and doc).
7322 (jit-lock-mode): Make non-interactive.
7323 Don't automatically turn on font-lock.
7324 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
7325 Always use jit-lock-after-change.
7326 Remove and restore font-lock-after-change-function.
7327 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
7328 (jit-lock-after-unfontify-buffer): Remove.
7329 (jit-lock-stealth-fontify):
7330 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
7331 (jit-lock-after-change): Set the `fontified' text-prop to nil.
7332
5d80cc9c
SS
73332000-06-20 Sam Steingold <sds@gnu.org>
7334
7335 * emacs-lisp/cl-indent.el (toplevel): Indent
7336 `print-unreadable-object' properly. Untabify.
7337
f54e4d13
CD
73382000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7339
7340 * textmodes/reftex.el (reftex-find-citation-regexp-format):
7341 Support for bibentry.
7342 (reftex-compile-variables): Fixed problem with end of section-re.
7343
7344 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
7345 reftex-view-crossref-from-bibtex):
7346 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
7347 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
7348 Replaced `remprop' with `put'.
8972fe79
SM
7349 (reftex-view-crossref, reftex-view-crossref-when-idle):
7350 Support for bibentry.
f54e4d13 7351
8972fe79
SM
7352 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7353 New entry for bibentry package.
f54e4d13 7354
8972fe79
SM
7355 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7356 Regexp also matches "\nobibliography".
f54e4d13 7357
8972fe79
SM
7358 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
7359 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
7360 (reftex-ensure-write-access): New function.
7361
f54e4d13
CD
73622000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7363
7364 * progmodes/idlwave.el: File re-installed (update to version 4.2)
7365
7366 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
7367
7368 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
7369
7370 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
7371
7372
560c43f4
DL
73732000-06-20 Dave Love <fx@gnu.org>
7374
7375 * faces.el (frame-background-mode): Use set-default, not set, in
7376 setter.
7377 (frame-update-faces, frame-update-face-colors): Define with
7378 defalias.
7379
7380 * enriched.el (enriched-decode-foreground)
7381 (enriched-decode-background): Don't use internal-find-face.
7382
7383 * apropos.el: Doc fixes.
7384
7385 * cus-edit.el (customize-changed-options): Check arg.
7386 (customize-version-lessp): Don't require decimal point.
7387
7388 * custom.el (defcustom, defgroup): Doc fix.
7389
7390 * newcomment.el (comment) <defgroup>: Add :version.
7391 (comment-multi-line): Doc fix.
7392
7393 * emulation/mlsupport.el (define-hooked-local-abbrev,
7394 define-hooked-global-abbrev): Fix, using define-abbrev.
7395
cdf0357b
GM
73962000-06-19 Gerd Moellmann <gerd@gnu.org>
7397
7398 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
7399 the whole buffer.
7400
10013d74
DL
74012000-06-19 Dave Love <fx@gnu.org>
7402
7403 * menu-bar.el (menu-bar-options-save): New function.
7404 (menu-bar-options-menu): Use it.
7405 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
7406 Simplify.
7407
6922f208
AS
74082000-06-19 Andreas Schwab <schwab@suse.de>
7409
7410 * progmodes/etags.el (tags-query-replace): Put new parameters
7411 START and END at the end, for backward compatibility.
7412
10d7bf84
KH
74132000-06-19 Kenichi Handa <handa@etl.go.jp>
7414
7415 * international/codepage.el:
7416 (cp-coding-system-for-codepage-1): Delete special codes for
7417 generating xxx-dos coding system because now a CCL based coding
7418 system can handle EOL conversion by default.
7419
7420 * international/mule.el (make-coding-system): Generate subsidiary
7421 coding systems for EOL handling variants even for a CCL based
7422 coding system.
7423
8f3c9a3d
KH
74242000-06-19 Kenichi Handa <handa@etl.go.jp>
7425
7426 * international/isearch-x.el (isearch-minibuffer-input-method)
7427 (isearch-minibuffer-input-method-function): These variables
7428 deleted.
7429 (isearch-with-input-method): Don't use the above variables.
7430 (isearch-process-search-multibyte-characters): Likewise. Call
7431 read-string with the arg INHERIT-INPUT-METHOD t.
7432
c2acf685
SM
74332000-06-17 Stefan Monnier <monnier@cs.yale.edu>
7434
13f0d185
SM
7435 * font-lock.el (font-lock-after-fontify-buffer)
7436 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
7437
7438 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
7439 Use consistent make-local-variable style for font-lock-fontified.
7440 (jit-lock-fontify-buffer):
7441 Don't bother checking for font-lock-mode and jit-lock-mode.
7442
c2acf685
SM
7443 * time.el: Remove trailing ^M that prevent CVS-merging.
7444
a9021acd
GM
74452000-06-16 Gerd Moellmann <gerd@gnu.org>
7446
7447 * Makefile.in (distclean): New target.
5d80cc9c 7448
0df68e9f
SM
74492000-06-16 Stefan Monnier <monnier@cs.yale.edu>
7450
7451 * Makefile.in (srcdir): Define for update-subdirs.
7452
6344985d
GM
74532000-06-16 Gerd Moellmann <gerd@gnu.org>
7454
7455 * find-lisp.el: New file.
7456
63239267
AI
74572000-06-16 Andrew Innes <andrewi@gnu.org>
7458
7459 * time.el (display-time-mail-function): New variable, to allow
7460 external packages to indicate when new mail is available.
7461 (display-time-update): Use it.
7462
1699f991
KH
74632000-06-16 Kenichi Handa <handa@etl.go.jp>
7464
a3b37893
KH
7465 * international/mule.el (mule-version): Change version name to
7466 SAKAKI. AOI has already been used by Meadow.
7467
1699f991
KH
7468 * international/quail.el (quail-show-guidance-buf): To find the
7469 bottom window (but minibuffer), pay attention to the height of
7470 minibuffer.
7471
228b083e
EZ
74722000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7473
7d5c8691
EZ
7474 * arc-mode.el (archive-mode-map): Use the new menu-item format for
7475 menu-bar menus. Add help strings. Don't remove the Edit menu
7476 from the menu bar, as the menu bar has enough space now.
7477
261f3289
EZ
7478 * Makefile.in (SHELL): Make sure /bin/sh is used.
7479
228b083e
EZ
7480 * woman.el (woman-man-buffer): Fix bold and underlined CJK
7481 characters, which use series of two ^H characters instead of one.
7482
e27e8d71
GM
74832000-06-15 Gerd Moellmann <gerd@gnu.org>
7484
5d80cc9c 7485 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 7486 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 7487 functions.
451ec4e3
GM
7488 (Info-find-node-2): Try a case-sensitive search first, then
7489 do a case-insensitive search.
7490
7491 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
7492 tutorials.
7493
b675095c
GM
7494 * complete.el (PC-env-vars-alist): New variable.
7495 (PC-complete-as-file-name): New function.
7496 (partial-completion-mode): Initialize PC-env-vars-alist from
7497 process-environment.
7498 (PC-do-completion): Handle completion of env vars.
7499
7500 * info.el (Info-set-mode-line): Show file name in mode line,
7501 use `*Info*' instead of `Info:'.
7502
e27e8d71
GM
7503 * startup.el (command-line-1): Change copyright messages to year
7504 2000.
7505
28223a7e
DL
75062000-06-15 Dave Love <fx@gnu.org>
7507
7508 * net/goto-addr.el (goto-address-fontify): Use keymap property,
7509 not local-map.
7510
32684631
KH
75112000-06-15 Kenichi Handa <handa@etl.go.jp>
7512
7513 * international/mule.el (set-buffer-file-coding-system): Almost
7514 rewritten to handle `undecided' as no-op.
7515
9f817ea4
GM
75162000-06-14 Gerd Moellmann <gerd@gnu.org>
7517
e27e8d71 7518 * Makefile.in: New file.
dce6b995
GM
7519
7520 * Makefile: Removed.
7521
9f817ea4
GM
7522 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
7523 (goto-address-highlight-keymap): Bind C-c RET.
7524
2de33f94
KH
75252000-06-14 Kenichi Handa <handa@etl.go.jp>
7526
bbf1e8a5
KH
7527 * mail/sendmail.el (sendmail-send-it): The temporary buffer
7528 inherits buffer-file-coding-system of the current buffer.
725a6897 7529
02891cc3
KH
7530 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
7531 0. Give correct argument to set-auto-coding-function.
7532 (tar-expunge): For goto-char, use (point-min), not 0.
7533 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
7534 (tar-subfile-save-buffer): Likewize.
7535
2de33f94
KH
7536 * international/mule.el
7537 (after-insert-file-set-buffer-file-coding-system): Call
7538 set-buffer-file-coding-system with the arg FORCE t.
7539
1681ead6
GM
75402000-06-13 Gerd Moellmann <gerd@gnu.org>
7541
7542 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
7543 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 7544 the sender is set with `-f'.
1681ead6 7545
fdf4b680
DL
75462000-06-13 Dave Love <fx@gnu.org>
7547
9c50afce
DL
7548 * help.el (describe-function-1): Kluge around cases of functions
7549 fset to subrs whose doc doesn't match their symbol-name.
7550
0ad550ba 7551 * image.el (insert-image): Default STRING to a space.
f290ca08 7552
fdf4b680 7553 * info.el Doc fixes.
5d80cc9c 7554 (Info-build-node-completions): Match Ref tags.
fdf4b680 7555
9b6610db
EZ
75562000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
7557
a704139d
EZ
7558 * frame.el (display-multi-frame-p, display-multi-font-p): New
7559 defaliases for display-graphic-p.
7560
9b6610db
EZ
7561 * hl-line.el: Fixed a typo in commentary.
7562
7a5ea398
KH
75632000-06-13 Kenichi Handa <handa@etl.go.jp>
7564
7565 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
7566 fixed.
7567
0dc91c57
DL
75682000-06-12 Dave Love <fx@gnu.org>
7569
7570 * image.el (insert-image): Save a little consing.
7571
0bd5914b
KH
75722000-06-12 Kenichi Handa <handa@etl.go.jp>
7573
7574 * language/tibet-util.el: Convert all tibetan-1-column characters
7575 to the corresponding tibetan characters.
7576 (tibetan-add-components): Delete code for the special treatment of
7577 'a chung.
7578
7579 * language/tibetan.el (tibetan-composable-pattern): Fix previous
7580 change.
7581 (tibetan-vowel-transcription-alist): More rules added.
7582 (tibetan-composite-vowel-alist): New variable.
7583 (tibetan-precomposition-rule-alist): More rules added.
7584
6dc7d3d5
SM
75852000-06-12 Stefan Monnier <monnier@cs.yale.edu>
7586
9c04c393
SM
7587 * startup.el (command-line): Only call menu-bar-mode if interactive.
7588
7589 * thingatpt.el (toplevel symbol-properties):
7590 * textmodes/makeinfo.el (makeinfo-compile):
7591 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 7592 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 7593 (hide-ifdef-use-define-alist):
5d80cc9c 7594 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
7595 (ange-ftp-vms-add-file-entry):
7596 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
7597 * man.el (Man-build-man-command):
7598 * mail/rnewspost.el (news-reply-header-hook):
7599 * info.el (Info-insert-dir):
7600 * emulation/mlconvert.el (backward-word, forward-word, setq):
7601 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
7602 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
7603 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
7604 (byte-optimize-apply, end of file):
7605 * emacs-lisp/advice.el (ad-advice-class-completion-table)
7606 (ad-make-freeze-definition):
7607 * startup.el (command-line, command-line-1): Don't quote lambdas.
7608
6dc7d3d5
SM
7609 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
7610 (cvs-cleanup-removed): New function.
7611 (cvs-cleanup-functions): New var.
7612 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
7613 some flexibility in specifying additional entries to auto-cleanup.
7614 (cvs-quickdir): New function.
7615 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
7616 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
7617 (cvs-mode-find-file): Check that we are on a filename or dirname
7618 when invoked through a mouse-click.
7619 (cvs-full-path): Remove.
7620 (cvs-dired-action): Re-introduced.
7621 (cvs-dired-noselect): Use it.
7622 (vc-post-command-functions): use this new hook if available.
7623
7624 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
7625 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
7626 (cvs-filename-map, cvs-dirname-map): Remove.
7627 (cvs-default-action): Remove.
7628 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
7629 if the arg is really a keymap.
7630 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
7631 Don't hardcode the mapping from state (aka type) to face, but check
7632 the var cvs-fi-<type>-face instead.
7633 (cvs-fileinfo-from-entries): New function.
7634
7635 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
7636 Docstring fix.
7637 (cvs-find-file-and-jump): Change default to be safer.
7638 (cvs-mode-diff-map): Define it as a function as well.
7639 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
7640 Bind mouse-2 in this global map rather than with text-properties.
7641
7642 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
7643 file to resolve the ambiguity between C(conflict) and C(need-merge).
7644
5050a2ef
KH
76452000-06-12 Kenichi Handa <handa@etl.go.jp>
7646
7647 * international/mule.el (set-buffer-file-coding-system): If
7648 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
7649 unconditionally.
7650
35a7ac84
DL
76512000-06-12 Dave Love <fx@gnu.org>
7652
7653 * wid-edit.el (widget-specify-button): Really suppress the face if
7654 required.
7655
db8eeecd
GM
76562000-06-11 Gerd Moellmann <gerd@gnu.org>
7657
7658 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
7659
70223ca4
SM
76602000-06-11 Stefan Monnier <monnier@cs.yale.edu>
7661
7662 * imenu.el (imenu-generic-expression): Docstring fix.
7663
7664 * composite.el (composition-function-table): Move the `put'
7665 below the autoload cookie so we can load the file before loaddefs.
7666
7667 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
7668
7669 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
7670 Handle easy-mmode-define-global-mode.
7671 For complex macros like define-minor-mode that can generate
7672 several autoload entries, try to autoload entries in the
7673 macroexpanded code.
7674
7675 * emacs-lisp/easy-mmode.el (define-minor-mode):
7676 If KEYMAP is a symbol, just use it.
7677 Use byte-compile-current-file and load-file-name to infer the
7678 proper :require to pass to defcustom.
7679 Wrap the hook var into `progn' so as not to autoload it.
7680 Add a :autoload-end cookie.
7681 Be more careful about the evaluation of KEYMAP.
7682 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
7683 (define-derived-mode): Move define-abbrev-table outside of defvar.
7684
76852000-06-10 Stefan Monnier <monnier@cs.yale.edu>
7686
7687 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
7688 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
7689 (backup-compiled-files): Ignore errors during `tar'.
7690 (bootstrap): Make autoloads before elc files.
7691
9c53b34e
KH
76922000-06-10 Kenichi Handa <handa@etl.go.jp>
7693
7694 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 7695 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
7696
7697 * international/mule-conf.el (unix): New alias for the coding
7698 system undecided-unix.
7699
22ddd299
DL
77002000-06-09 Dave Love <fx@gnu.org>
7701
5ee42746
DL
7702 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
7703
70223ca4 7704 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
7705 (executable-insert): Change custom type.
7706 (executable-find): Add autoload cookie.
cc7e1d18
DL
7707 (executable-make-buffer-file-executable-if-script-p): New
7708 function. After Noah Friedman.
22ddd299
DL
7709
7710 * files.el (after-save-hook): Customize, with
cc7e1d18 7711 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 7712
41ea3794
KH
77132000-06-09 Kenichi Handa <handa@etl.go.jp>
7714
f89437e3
KH
7715 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
7716 "tib24p-mule.bdf" for Tibetan.
7717
7a4ee259
KH
7718 * composite.el (decompose-composite-char): Declare it as obsolete.
7719
ff6a65c2
KH
7720 * man.el (Man-fontify-manpage): Pay attention to underline and
7721 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 7722
f83fe4b4
GM
77232000-06-08 Gerd Moellmann <gerd@gnu.org>
7724
7725 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
7726 Set maintainer to FSF since author isn't reachable.
7727
e56d7900
DL
77282000-06-08 Dave Love <fx@gnu.org>
7729
7730 * international/mule-cmds.el (select-safe-coding-system): If
7731 DEFAULT-CODING-SYSTEM is not specified, also check the most
7732 preferred coding-system if buffer-file-coding-system is
7733 `undecided'. From Handa.
7734
d3981b49
KH
77352000-06-08 Kenichi Handa <handa@etl.go.jp>
7736
7737 * international/mule.el
7738 (after-insert-file-set-buffer-file-coding-system): If the buffer
7739 size is greater than INSERTED, judget that we are not visiting.
7740
bff71087
RV
77412000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
7742
7743 * whitespace.el (defgroup whitespace): Comment out `:version'.
7744 XEmacs 20.4 has problems defining the group with this present.
7745 We'll have this commented out till get resolve the problem.
7746
45f485a6
GM
77472000-06-07 Gerd Moellmann <gerd@gnu.org>
7748
7749 * align.el: Update from author.
7750
77512000-06-07 Jari Aalto <jari.aalto@poboxes.com>
7752
7753 * apropos.el (apropos-mode-hook): New user variable.
7754 (apropos-mode): Run apropos-mode-hook.
bff71087 7755
45f485a6
GM
77562000-06-07 David Ponce <david@dponce.com>
7757
7758 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
7759 commands. Require `wid-edit' at run-time.
7760
77612000-06-07 David Ponce <david@dponce.com>
7762
7763 * recentf.el: Added some "Commentary".
7764 (recentf-open-more-files, recentf-edit-list): Minor changes to
7765 move the point at the top of the file list. This behaviour is
7766 consistent with the menu one when the list contains a lot of
7767 files.
7768 (recentf-cleanup): Now displays the number of items removed from
7769 the list.
7770 (recentf-relative-filter) New menu filter to show filenames
7771 relative to `default-directory'.
bff71087 7772
45f485a6
GM
77732000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7774
7775 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
7776 with/without giving an error if PostScript printer doesn't have this
7777 kind of page size. Zebra Stripe continues or restarts on next page.
7778 Manual/automatic paper feeding. Switch or not the header.
7779 (ps-print-version): New version number (5.2.2).
7780 (ps-windows-system): Include emx as a Windows system.
7781 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
7782 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
7783 (ps-background-text): Code fix.
7784 (ps-error-handler-message, ps-user-defined-prologue)
7785 (ps-print-prologue-header, ps-printer-name)
7786 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
7787 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
7788 (ps-use-face-background): Customization fix.
7789 (ps-n-up-database): Data fix.
7790 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
7791 (ps-switch-header): New vars.
7792 (ps-xemacs-color-name, ps-face-foreground-name)
7793 (ps-face-background-name, ps-boolean-constant): New funs.
7794
c14dcd22
DL
77952000-06-07 Dave Love <fx@gnu.org>
7796
7797 * allout.el: New version from Manheimer.
7798
e4044bb0
KH
77992000-06-07 Kenichi Handa <handa@etl.go.jp>
7800
7801 * textmodes/fill.el (fill-find-break-point): Check the validity of
7802 charset.
7803
59cfe8b9
KF
78042000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7805
7806 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7807 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7808 Call display-color-p and display-mouse-p instead of looking at
7809 window-system.
7810
bb2337f5
DL
78112000-06-06 Dave Love <fx@gnu.org>
7812
7813 * image.el (find-image): Doc fix. Return nil if image not found.
7814 (put-image, insert-image): Make STRING arg optional.
7815
8e624fa2
KH
78162000-06-06 Kenichi Handa <handa@etl.go.jp>
7817
7818 * language/vietnamese.el: Remove eval-when-compile.
7819 (viet-viscii-nonascii-translation-table): Define it as a
7820 translation table made from viet-viscii-decode-table.
7821 (viet-viscii-encode-table): Define it as a translation table made
7822 from the reverse map of above.
7823 (viet-vscii-nonascii-translation-table): Define it as a
7824 translation table made from viet-vscii-decode-table.
7825 (viet-vscii-encode-table): Define it as a translation table made
7826 from the reverse map of above.
7827 (ccl-decode-viscii): Use translate-character.
7828 (ccl-encode-viscii, ccl-encode-viscii-font)
7829 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
7830 Likewize.
bff71087 7831
8e624fa2
KH
7832 * language/cyrillic.el: Remove eval-when-compile.
7833 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
7834 translation table made from cyrillic-koi8-r-decode-table.
7835 (cyrillic-koi8-r-encode-table): Define it as a translation table
7836 made from the reverse map of above.
7837 (ccl-decode-koi8): Use translate-character.
7838 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
7839 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
7840 a translation table made from cyrillic-alternativnyj-decode-table.
7841 (cyrillic-alternativnyj-encode-table): Define it as a translation
7842 table made from the reverse map of above.
7843 (ccl-decode-alternativnyj): Use translate-character.
7844 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
7845 Likewize
7846
7847 * international/mule-diag.el (non-iso-charset-alist): Specify
7848 translation table symbol instead of translation table itself.
7849 (list-block-of-chars): CHARSET may be a translation table symbol.
7850
7851 * international/mule.el (make-coding-system): If CODING-SYSTEM
7852 already exists, override it.
7853
7854 * international/fontset.el: Use family `proportional' for Tibetan
7855 fonts.
7856
7857 * international/ccl.el (ccl-compile-translate-character): Don't
7858 check if Rrr has property translation-table.
7859 (ccl-compile-map-multiple): Modified to avoid compiler warning.
7860
1969fae2
GM
78612000-06-05 Gerd Moellmann <gerd@gnu.org>
7862
7863 * info.el: Bind case-fold-search to t when searching in case
7864 a user sets it to nil in a hook.
7865
d5b037c5
SM
78662000-06-05 Stefan Monnier <monnier@cs.yale.edu>
7867
d3d02e65
SM
7868 * autoarg.el (autoarg-mode, autoarg-kp-mode):
7869 * hl-line.el (hl-line-mode): Use the new :global key argument.
7870
7871 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
7872 (tar-clip-time-string): Prepend a space.
7873 (tar-grind-file-mode): Construct a string rather than modifying one.
7874 (tar-header-block-summarize): Fix docstring.
7875 Use `format' rather than an error-prone set of copy-loops.
7876
7877 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
7878 (diff-goto-source, diff-unified->context, diff-context->unified)
7879 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
7880 understand the format output by the `-p' argument to diff.
7881
bff71087 7882 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
7883 (sh-re-done): Use defconst.
7884 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
7885 (sh-help-string-for-variable, sh-guess-basic-offset):
7886 Don't quote lambdas.
7887 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
7888 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
7889
f7c4478f
SM
7890 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
7891 (mh-letter-mode): Derive from text-mode.
7892 This implicitly means that it now calls kill-all-local-variables.
7893 Also remove the Emacs-18 compatibility code.
7894
a8add29d
SM
7895 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
7896 Make use of symbol-property doc-string-elt.
7897 Use memq rather than a sequence of eq.
7898 (doc-string-elt): Fix the wrong or missing previously unused values.
7899 (autoload-print-form): New function extracted from
7900 generate-file-autoloads to allow recursion when handling progn
7901 so that defvar's and defun's docstrings are properly printed.
7902 (generate-file-autoloads): Use it.
7903
d5b037c5
SM
7904 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
7905 Use find-file-hooks in the minor-mode function.
7906 Be careful not to loop indefinitely in the post-command-hook function.
7907
560ef11a 79082000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 7909
1969fae2 7910 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 7911 tty's.
1969fae2 7912 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 7913 differences whenever appropriate.
1969fae2
GM
7914 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
7915 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
7916 wildcards.
7917
b5bbbb76
SM
79182000-06-04 Stefan Monnier <monnier@cs.yale.edu>
7919
d5b037c5
SM
7920 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
7921 (jit-lock-fontify-buffer): New function for JIT refontification.
7922 (jit-lock-mode): Fix docstring.
7923 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
7924 Remove jit-lock-after-change from the _local_ hook.
7925 (jit-lock-function-1): Fix docstring.
7926
7927 * info.el (Info-on-current-buffer): Initialize info.
7928
7929 * newcomment.el (comment-indent): Ignore comment-indent-hook.
7930
7931 * progmodes/tcl.el (tcl-indent-for-comment):
7932 Ignore comment-indent-hook.
7933
7934 * emacs-lisp/easy-mmode.el: Require CL during compilation.
7935 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
7936 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
7937 and improve to use the lighter to guess the capitalization.
7938 (define-minor-mode): Inline code from easy-mmode-define-toggle.
7939 Add keyword arguments to specify global-ness or the custom group.
7940 Add local-map and help-echo properties to the lighter.
7941 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 7942 (easy-mmode-define-global-mode): New macro.
b5bbbb76 7943
bfa6c260
DL
79442000-06-02 Dave Love <fx@gnu.org>
7945
7946 * wid-edit.el: byte-compile-dynamic since we typically don't use
7947 all the widgets. Don't require cl or widget. Remove
7948 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
7949 (widget-read-event): Removed. Callers changed to use read-event.
7950 (widget-button-release-event-p): Renamed from
7951 button-release-event-p.
7952 (widget-field-add-space, widget-field-use-before-change):
7953 Uncustomize.
7954 (widget-specify-field): Use keymap property, not local-map.
7955 (widget-specify-button): Obey :suppress-face.
7956 (widget-specify-insert): Use modern backquote syntax.
7957 (widget-image-directory): Renamed from widget-glyph-directory.
7958 (widget-image-enable): Renamed from widget-glyph-enable.
7959 (widget-image-find): Replaces widget-glyph-find.
7960 (widget-button-pressed-face): Move defvar.
7961 (widget-image-insert): Replaces widget-glyph-insert.
7962 (widget-convert): Use keywordp.
7963 (widget-leave-text, widget-children-value-delete): Use mapc.
7964 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 7965 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
7966 (widget-button-click): Don't set point at the click, but re-centre
7967 if we scroll out of window. Rewritten for images v. glyphs &c.
7968 (widget-tabable-at): Use POS arg, not point.
7969 (widget-beginning-of-line, widget-end-of-line)
7970 (widget-item-value-create, widget-sublist, widget-princ-to-string)
7971 (widget-sexp-prompt-value, widget-echo-help): Simplify.
7972 (widget-default-create): Use widget-image-insert; some rewriting.
7973 (widget-visibility-value-create)
7974 (widget-push-button-value-create, widget-toggle-value-create): Use
7975 widget-image-insert.
7976 (checkbox): Create on and off images dynamically.
7977 (documentation-link): Change :help-echo.
7978 (widget-documentation-link-echo-help): Remove.
7979
3837de12
SM
79802000-06-02 Stefan Monnier <monnier@cs.yale.edu>
7981
7982 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
7983
7984 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
7985 (easy-mmode-define-toggle, define-minor-mode): Use it.
7986 (easy-mmode-define-keymap): Docstring fix.
7987 (define-derived-mode): Default PARENT to fundamental-mode.
7988 Add the derived-mode-parent symbol-property.
7989 (easy-mmode-derived-mode-p): New function.
7990
90aa4ea8
DL
79912000-06-02 Dave Love <fx@gnu.org>
7992
37193ee6
DL
7993 * files.el (convert-standard-filename): Doc fix.
7994 (normal-backup-enable-predicate): New function.
7995 (backup-enable-predicate): Use it to replace the lambda form.
7996
7997 * calendar/todo-mode.el: [This needs more work on the outline
7998 stuff.] Doc fixes.
7999 (todo) <defgroup>: Add :version.
8000 (todo-add-category): Don't use pushnew.
8001 (todo-cmd-raise): Fix typo.
8002 (todo-top-priorities): Change temp buffer name.
8003 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
8004 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
8005 Use outline-next-heading.
37193ee6 8006
90aa4ea8
DL
8007 * autoarg.el: Rewritten to use define-minor-mode.
8008 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
8009 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
8010
2e54623a
KH
80112000-06-02 Kenichi Handa <handa@etl.go.jp>
8012
8013 * isearch.el (isearch-other-meta-char): Fix previous change.
8014
c5def0db
SM
80152000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8016
3837de12
SM
8017 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
8018 (log-edit-done): Only add the comment to the ring if it's different
8019 from the last comment entered.
8020
c5def0db
SM
8021 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
8022
2330c9d4
DL
80232000-06-01 Dave Love <fx@gnu.org>
8024
8025 * hl-line.el: Rewritten using define-minor-mode.
8026
8027 * help.el (describe-function-1): Distinguish special form from
8028 builtin function. Sanity-check presence of arglist for builtins.
8029
6e5dfc31
KH
80302000-06-01 Kenichi Handa <handa@etl.go.jp>
8031
4dc1225b
KH
8032 * international/characters.el: Fix syntax/category setting of
8033 Tibetan characters.
8034
8035 * language/tibet-util.el (tibetan-add-components): Fixes for new
8036 encoding of Tibetan characters.
8037 (tibetan-decompose-precomposition-alist): New variable.
8038 (tibetan-decompose-region): Convert precomposed characters to
8039 non-precomposed characters.
8040 (tibetan-decompose-string): Likewise.
8041 (tibetan-composition-function): Fix args to
8042 thibetan-compose-string.
8043
8044 * language/tibetan.el (tibetan-composable-pattern): More
8045 characters included.
8046 (tibetan-consonant-transcription-alist): Rule for "R" added.
8047 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
8048 "+R" added.
8049 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
8050
eadef5e6
KH
8051 * language/lao-util.el (lao-composition-function): Fix args to
8052 compose-string.
8053
8054 * language/thai-util.el (thai-composition-function): Fix args to
8055 compose-string.
8056
6e5dfc31 8057 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
8058 to prevent the point moving to the end of a composition when a
8059 part of a composition is searched.
6e5dfc31
KH
8060 (isearch-other-meta-char): If the key invoking this command can be
8061 mapped by function-key-map to a printing char, call
8062 isearch-process-search-char directly.
8063
2598a293
SM
80642000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8065
8066 * emacs-lisp/bytecomp.el:
8067 * frame.el:
8068 * international/mule-cmds.el:
8069 * international/mule-util.el:
8070 * international/mule.el:
8071 * mouse.el:
8072 * subr.el:
8073 * faces.el: Update calls to make-obsolete with a WHEN argument.
8074
8075 * byte-run.el (make-obsolete, make-obsolete-variable):
8076 Add an optional WHEN argument and change the format of the
bff71087 8077 symbol-property information.
2598a293
SM
8078 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
8079 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
8080 new obsolete-symbol-property format and print WHEN if it is provided.
8081
28d8dff1
DL
80822000-05-31 Dave Love <fx@gnu.org>
8083
8084 * loadhist.el (loadhist-hook-functions): Remove
8085 before-change-function, after-change-function.
8086 (unload-feature): Deal with symbols which are both bound and
8087 fbound.
8088
8089 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
8090 before-change-function, after-change-function.
8091
8092 * simple.el (newline): Don't bind before-change-function,
8093 after-change-function.
8094
7f565d87
RV
80952000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
8096
8097 * whitespace.el (whitespace-rescan-timer-time): Update interval
8098 set to 600 seconds (10 minutes) instead of 60 seconds since
8099 a large number of whitespace buffers causes emacs to `freeze'
8100 for a considerable amount of time.
8101
bff71087 8102 * whitespace.el: Updated email address
7f565d87 8103
a8d693d8
DL
81042000-05-31 Dave Love <fx@gnu.org>
8105
8106 * add-log.el (change-log-font-lock-keywords) <function>: Add
8107 pattern for function of change.
8108 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
8109 acknowledgements patterns.
8110
a50192e7
KH
81112000-05-31 Kenichi Handa <handa@etl.go.jp>
8112
8113 * isearch.el (isearch-printing-char): If keyboard coding system is
8114 being used, call isearch-process-search-multibyte-characters.
8115
8116 * international/isearch-x.el: Mostly rewritten.
8117
8118 * international/quail.el (quail-start-conversion): Don't include
8119 unhandled events in the returned events, but set them in
8120 unread-command-events. Exit if all inputs are deleted.
8121
7e492772
JR
81222000-05-30 Jason Rumney <jasonr@gnu.org>
8123
8124 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
8125
8126 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
8127 Reenable code to create initial fontsets.
8128 Use set-fontset-font in place of put-charset-property.
8129
10fc3187
GM
81302000-05-30 Gerd Moellmann <gerd@gnu.org>
8131
79148ea7
GM
8132 * progmodes/perl-mode.el (perl-indent-line): When looking for a
8133 label, ensure that the first colon isn't followed by another.
8134
8135 * paths.el (Info-default-directory-list): Doc fix.
8136
086d5b87
GM
8137 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
8138 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
8139 send a query containing USER only, not USER@HOST.
8140
10fc3187
GM
8141 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
8142 and rmail-msgend to compute the restriction at the end, instead of
8143 computing it.
8144
49e70dec
GM
81452000-05-29 Gerd Moellmann <gerd@gnu.org>
8146
66254a13
GM
8147 * dabbrev.el (dabbrev-expand): Don't display messages in the
8148 echo area if the minibuffer window is active.
8149
49e70dec
GM
8150 * jit-lock.el (jit-lock-mode): Add after change function to
8151 local hook.
8152
81532000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
8154
8155 * antlr-mode.el: New commands: hide/unhide actions,
8156 upcase/downcase literals.
8157 (antlr-tiny-action-length): New user option.
8158 (antlr-hide-actions): New command. Suggested by
8159 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 8160 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
8161 (antlr-mode-menu): New entries.
8162 (antlr-downcase-literals): New command.
8163 (antlr-upcase-literals): Ditto.
8164
8165 * antlr-mode.el: Minor changes: indendation, mode-name.
8166 (antlr-indent-line): Indent cpp directive at column 0.
8167 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
8168
8169 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
8170 (antlr-font-lock-additional-keywords): Workaround for intentional
8171 bug in XEmacs version of font-lock.
8172 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
8173 be used by a smarter version of `buffers-menu-grouping-function'.
8174
81752000-05-29 Gerd Moellmann <gerd@gnu.org>
8176
8177 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
8178 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
8179
49f93684
KH
81802000-05-29 Kenichi Handa <handa@etl.go.jp>
8181
8182 * international/encoded-kb.el
8183 (encoded-kbd-iso2022-designation-map): Pay attention to that
8184 charset-iso-final-char return -1 for eight-bit-control and
8185 eight-bit-graphic.
8186
5b1ae051
EZ
81872000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8188
8189 * speedbar.el (speedbar-use-images, speedbar-update-flag)
8190 (speedbar-easymenu-definition-base): Use display-graphic-p where
8191 available, instead of window-system.
8192
a205e32a
EZ
81932000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8194
8195 * international/codepage.el (cp-coding-system-for-codepage-1): Add
8196 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
8197 coding systems.
8198
dd854dc2
DL
81992000-05-26 Dave Love <fx@gnu.org>
8200
c88a85d5
DL
8201 * disp-table.el (standard-display-underline): Don't use
8202 internal-find-face.
8203
dd854dc2
DL
8204 * mail/reporter.el: Maintainer change. Doc fixes.
8205 (reporter-version): Deleted.
8206
8207 * emacs-lisp/elp.el: Maintainer change.
8208 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
8209
dc29aa6c
SM
82102000-05-26 Stefan Monnier <monnier@cs.yale.edu>
8211
8212 * add-log.el (add-change-log-entry): Merge the current entry with the
8213 previous one if the previous one is empty.
8214
ed62683d
DL
82152000-05-26 Dave Love <fx@gnu.org>
8216
4370a375
DL
8217 * loadhist.el (unload-feature): Fix interactive spec [from
8218 lijnzaad@ebi.ac.uk].
8219
ed62683d
DL
8220 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
8221 subr-arity to check primitives.
8222 (byte-compile-flush-pending, byte-compile-file-form-progn)
8223 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
8224 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
8225 mapcar.
8226
ba9f8f95
KH
82272000-05-26 Kenichi Handa <handa@etl.go.jp>
8228
0f3e0672
KH
8229 * international/fontset.el: Set family names of non-latin charsets
8230 in default fontset to "*".
8231
cebefb44
KH
8232 * international/mule-diag.el (print-fontset): Combine family part
8233 and registry part of the fontname by "-*-" instead of "-".
8234
ba9f8f95
KH
8235 * international/mule-cmds.el (encode-coding-char): Make strings
8236 multibyte before calling encode-coding-string.
8237
931d0724
SM
82382000-05-25 Stefan Monnier <monnier@cs.yale.edu>
8239
8240 * derived.el: Fix keywords.
8ccce2b0 8241 (define-derived-mode): Only define if needed.
931d0724
SM
8242
8243 * simple.el (fill-comment, comment-column, comment-start)
8244 (comment-start-skip, comment-end, comment-indent-function)
8245 (block-comment-start, block-comment-end, indent-for-comment)
8246 (set-comment-column, kill-comment, comment-padding, comment-region)
8247 (comment-multi-line, indent-new-comment-line): Remove.
8248
8249 * bindings.el (esc-map): Change ; to comment-dwim and use the new
8250 function names for comment operations.
8251
8252 * newcomment.el: Add abundant autoload cookies.
8253 (comment-style): Don't depend on runtime data at compile-time.
8254 (comment-indent-hook): Remove.
8255 (comment-indent): Check if comment-indent-hook is bound.
8256 (comment-region): Docstring fix.
8257
6fc596cf
DL
82582000-05-25 Dave Love <fx@gnu.org>
8259
8260 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
8261 byte-code-function-p.
8262
8263 * mail/rmailsum.el: Add provide.
8264
8265 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
8266
8267 * smerge-mode.el (smerge-diff-switches): Don't use list* in
8268 defcustom.
8269
7997f1ca 82702000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8271
7997f1ca
MK
8272 * ediff-diff.el (ediff-exec-process): delete --binary option from
8273 non-buffer ediff jobs.
7f565d87 8274
e7a903e8
EZ
82752000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8276
8277 * hilit-chg.el (highlight-changes-mode): Ask about color or
8278 grayscale support, not about window-system.
8279
8280 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
8281 window-system.
8282 (ffap-highlight): Always default to t.
8283
8284 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
8285 display-popup-menus-p instead of looking at window-system.
8286
8287 * disp-table.el (standard-display-g1, standard-display-graphic):
8288 Only refuse to use string glyphs on X and MS-Windows.
8289
8290 * avoid.el: Remove window-system from commentary, suggest to use
8291 display-*-p instead.
8292
8293 * apropos.el (apropos-print): Use display-mouse-p instead of
8294 window-system.
8295
14028d57
EZ
82962000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8297
8298 * international/codepage.el (cp-decoding-vector-for-codepage):
8299 Fill up unsupported characters with their own codes. From Kenichi
8300 Handa.
8301
1a4f9cc1
EZ
83022000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8303
8304 * international/mule-diag.el (describe-char-after): Use
8305 display-graphic-p instead of window-system, so that this function
8306 works on MS-DOS.
8307
89f6ca4e
EZ
83082000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8309
8310 * international/codepage.el (cp-make-coding-systems-for-codepage):
8311 Remove the eight-bit-graphic and eight-bit-control charsets from
8312 the list of charsets which we convert into `?'.
8313
eacfd7fe
KH
83142000-05-25 Kenichi Handa <handa@etl.go.jp>
8315
8316 * international/mule-conf.el: Specify CHARSET-ID explicitely for
8317 private charsets.
8318 (mule-unicode-0100-24ff, japanese-jisx0213-1,
8319 japanese-jisx0213-2): New charsets.
8320
8321 * international/fontset.el: Setup default fontset for new charsets.
8322
deadf7e3
DL
83232000-05-24 Dave Love <fx@gnu.org>
8324
8325 * info.el (Info-find-node-2): Restructure [following "Vadim
8326 S. Solomin" <sovs@uic.nnov.ru>].
8327
8328 * icomplete.el: Fix header for Finder.
8329
83302000-05-24 Eric M. Ludlam <zappo@ultranet.com>
8331
8332 * rmailout.el (rmail-output-to-rmail-file): Added optional param
8333 STAY.
8334
8335 * rmail.el (rmail-automatic-folder-directives): New user variable.
8336 (rmail-show-message): Add call to `rmail-auto-file' during
8337 display.
8338 (rmail-auto-file): New function.
8339
6de3983f 83402000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8341
fc6a6a4e 8342 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 8343 account.
fc6a6a4e
GM
8344 (ediff-test-utility,ediff-diff-mandatory-option)
8345 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 8346 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 8347
fc6a6a4e 8348 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 8349 variable.
7f565d87 8350
fc6a6a4e 8351 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
8352 ediff-merge-filename-prefix.
8353
fc290d1d
MK
83542000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
8355
fc6a6a4e 8356 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 8357
273182b8
EZ
83582000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8359
8360 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
8361 aliases for hebrew-iso-8bit.
8362
f471ea57
EZ
83632000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8364
8365 * woman.el: New version from Francis J. Wright
8366 <F.J.Wright@Maths.QMW.ac.uk>.
8367 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
8368 names in environment variables regardless of the path separator.
8369 (woman-topic-all-completions-1): Don't call file-name-directory-p
8370 on all files, since woman-file-regexp already filters out any
8371 directories.
8372
01162f24
KH
83732000-05-24 Kenichi Handa <handa@etl.go.jp>
8374
48e3df76
KH
8375 * international/quail.el (quail-start-translation): Don't change
8376 modified-p of the current buffer.
8377 (quail-start-conversion): Likewise.
8378
8379 * international/kkc.el (kkc-region): Don't change modified-p of
8380 the current buffer.
8381
747d90ea
KH
8382 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
8383 conform to RFC1468.
8384 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 8385
17a223ff
EL
83862000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
8387
8388 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
8389 (speedbar-insert-button): Invisible text property fix.
8390 (speedbar-directory-plus): Renamed from speedbar-directory-+
8391 (speedbar-directory-minus): Renamed from speedbar-directory--
8392 (speedbar-page-plus): Renamed from speedbar-file-+
8393 (speedbar-page-minus): Renamed from speedbar-file--
8394 (speedbar-page): Renamed from speedbar-file-
8395 (speedbar-tag): Renamed from speedbar-tag-
8396 (speedbar-tag-plus): Renamed from speedbar-tag-+
8397 (speedbar-tag-minus): Renamed from speedbar-tag--
8398 (speedbar-expand-image-button-alist): Use above renames.
8399
8400 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
8401 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
8402 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
8403 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
8404 * sb-pg.xpm: Renamed from sb-file.xpm
8405 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
8406 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 8407
e6b6fc18
KH
84082000-05-24 Kenichi Handa <handa@etl.go.jp>
8409
8410 * international/quail.el (quail-show-guidance-buf): Set
8411 current-input-method of the guidance buffer to the name of the
8412 curren input method.
8413
a1a336eb
SM
84142000-05-23 Stefan Monnier <monnier@cs.yale.edu>
8415
8416 * progmodes/compile.el (compile-internal): Style typo.
8417
8418 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
8419 quote vars and functions in the docstring.
8420
8421 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
8422
8423 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
8424 Don't quote lambdas.
8425
8426 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
8427
9695b783
GM
84282000-05-23 Gerd Moellmann <gerd@gnu.org>
8429
716e3b88
GM
8430 * startup.el (command-line): Determine source file of compiled
8431 user init file differently. Warn if compiled user init file
8432 is older than its source file.
8433
9695b783 8434 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 8435
41ac433f
EZ
84362000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
8437
8438 * files.el (make-backup-file-name-1): Replace slashes with `!'
8439 rather than `|' (which is not allowed on Windows). Replace the
8440 drive letters with a string "drive_X".
8441
46600ab1
GM
84422000-05-23 Gerd Moellmann <gerd@gnu.org>
8443
8444 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
8445
8446 * files.el (interpreter-mode-alist): Add `bash2'.
8447
79a64d87
DL
84482000-05-22 Dave Love <fx@gnu.org>
8449
8450 * loadhist.el (feature-symbols, file-provides, file-requires): Use
8451 mapc.
8452 (feature-file): Avoid calling symbol-name. Doc fix.
8453 (file-set-intersect, file-dependents): Use dolist, not mapcar.
8454 (loadhist-hook-functions): Add mouse-position-function.
8455 (unload-feature): Change uses of mapcar.
8456
8457 * files.el (parse-colon-path): Doc fix.
8458 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
8459 (set-auto-mode): Use mapc.
8460
8461 * complete.el (PC-look-for-include-file): Use :alnum: character
8462 class.
8463 (partial-completion-mode): Add autoload cookie.
8464
0e8c11d8
SS
84652000-05-22 Sam Steingold <sds@gnu.org>
8466
ce75fd23 8467 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
8468 `add-text-properties' (bug introduced on 2000-05-18).
8469
d8d0fa6c
DL
84702000-05-22 Dave Love <fx@gnu.org>
8471
8472 * bindings.el: Remove debug-ignored-errors set in other files.
8473
8474 * progmodes/etags.el: Add to debug-ignored-errors.
8475 (visit-tags-table-buffer): Clear out buffers holding old tables
8476 when making a new list.
8477 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
8478 mapc.
8479
8480 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
8481 quote keywords.
8482 (cmpl-string-case-type): Use character classes.
8483
0e8c11d8
SS
8484 * comint.el:
8485 * textmodes/ispell.el:
8486 * imenu.el:
d8d0fa6c
DL
8487 * mail/mh-e.el:
8488 * progmodes/compile.el: Add to debug-ignored-errors.
8489
8490 * dabbrev.el: Add to debug-ignored-errors.
8491 (dabbrev-completion): Use mapc.
8492
1edbbf8a
EZ
84932000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
8494
8495 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
8496 (woman-mapcan, woman-parse-man.conf)
8497 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
8498 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
8499 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
8500 path syntax better.
8501 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
8502 (woman-manpath): Call woman-parse-man.conf.
8503 (woman-emulation): New defcustom, defaults to nroff.
8504 (woman-font-support): New defconst.
8505 (woman-use-symbol-font): New defcustom.
8506 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
8507 "Emulation".
8508 Many functions: Doc fix.
8509
5bd2148c
KH
85102000-05-22 Kenichi Handa <handa@etl.go.jp>
8511
8512 * international/quail.el (quail-simple-translation-keymap): Map
8513 128..255 to quail-self-insert-command.
8514 (quail-keyboard-layout-alist): Add definition for "pc102-de".
8515
4125ec7e
SM
85162000-05-22 Stefan Monnier <monnier@cs.yale.edu>
8517
a1a336eb
SM
8518 * help.el (help-manyarg-func-alist): Typo.
8519
40aeecad
SM
8520 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
8521 intervals which makes it heaps simpler.
8522
4125ec7e
SM
8523 * newcomment.el (comment-region-internal): Go back to BEG after quoting
8524 the nested comment markers.
e4da9c1c
SM
8525
8526 * subr.el (remove-hook): Don't turn the hook's value into a list.
8527
cb7216a7
DL
85282000-05-21 Dave Love <fx@gnu.org>
8529
ac266581
DL
8530 * edmacro.el (edmacro-parse-keys): Return vector if any elements
8531 are invalid characters.
8532
cb7216a7
DL
8533 * international/mule-util.el (detect-coding-with-priority): Use
8534 mapc. Remove redundant lambda.
8535
8536 * international/mule-diag.el (list-non-iso-charset-chars)
8537 (describe-fontset): Remove redundant lambda.
8538
8539 * emulation/crisp.el (brief-mode): New alias.
8540
8541 * emacs-lisp/ring.el (ring-elements): New function.
8542
8543 * emacs-lisp/easymenu.el (easy-menu-create-menu)
8544 (easy-menu-do-add-item): Use keywordp.
8545
8546 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
8547
8548 * replace.el: Doc and error message fixes.
8549 (replace-highlight): Use facep, not internal-find-face.
8550
9b0d1d6e
SM
85512000-05-20 Stefan Monnier <monnier@cs.yale.edu>
8552
b2d2cf58
SM
8553 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
8554
ffe7dc64
SM
8555 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
8556 (log-edit-insert-changelog): Drop `:' as well.
8557
8558 * log-view.el: Fix file description.
8559 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
8560 available.
8561 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
8562 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
8563
c8c21615
SM
8564 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
8565 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
8566 Print a status message if the toggle is called interactively.
8567 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
8568 for global minor modes and use `defcustom' for them.
8569 Use add-minor-mode.
8570 (easy-mmode-define-derived-mode): Remove.
8571 (define-derived-mode): Fancier default docstring.
8572 (easy-mmode-define-navigation): Signal an error rather than (ding).
8573
9b0d1d6e
SM
8574 * newcomment.el (comment-styles): New `box-multi'.
8575 (comment-normalize-vars): Better default for comment-continue to
8576 avoid whitespace-only continuations.
8577 (comment-search-forward): Always move even in the no-syntax case.
8578 (comment-padright): Only obey N if it's only obeyed for padleft.
8579 (comment-make-extra-lines): Better handling of empty continuations.
8580 Use `=' for the filler if comment-start has only one character.
8581 (uncomment-region): Try handling the special `=' filler.
8582 (comment-region): Allow LINES even if MULTI is nil.
8583 (comment-box): Choose box style based on comment-style.
8584
f5ee6d0f
KH
85852000-05-20 Kenichi Handa <handa@etl.go.jp>
8586
9b0d1d6e 8587 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
8588 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
8589
c9671f81
KH
85902000-05-20 Kenichi HANDA <handa@etl.go.jp>
8591
8592 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
8593 and insert, not subst-char-in-region.
8594
8595 * international/mule-diag.el (list-character-sets-1): Handle
8596 charsets eight-bit-control and eight-bit-graphic.
8597 (list-iso-charset-chars): Likewise.
8598 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
8599 charactes as is. Use indent-to to align characters.
8600
8601 * international/mule-cmds.el (find-multibyte-characters): Never
8602 exclude charsets eight-bit-control and eight-bit-graphic.
8603
1426aa5c
SM
86042000-05-19 Stefan Monnier <monnier@cs.yale.edu>
8605
8606 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
8607 Don't quote lambdas.
8608
8609 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
8610
2b63d473
GM
86112000-05-19 Gerd Moellmann <gerd@gnu.org>
8612
8613 * gud.el (gud-jdb-directories): Doc fix.
8614
f1355756
SM
86152000-05-19 Stefan Monnier <monnier@cs.yale.edu>
8616
8617 * newcomment.el: New file.
8618
5f64c9e0
GM
86192000-05-19 Gerd Moellmann <gerd@gnu.org>
8620
2b63d473 8621 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 8622
db7314bd
AS
86232000-05-18 Andreas Schwab <schwab@suse.de>
8624
8625 * dired.el (dired-between-files): Also skip lines beginning with
8626 `used'.
8627
25bb0401
GM
86282000-05-18 Gerd Moellmann <gerd@gnu.org>
8629
8630 * msb.el (msb-menu-cond): Add choice `user'.
8631
a199a865 86322000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 8633
a199a865
GM
8634 * ps-print.el: Compatibility, customization and doc fix.
8635 (ps-printer-name-option): Replace defconst by defvar.
8636 (ps-postscript-code-directory): XEmacs compatibility.
8637 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
8638 fix.
8639 (ps-user-defined-prologue, ps-print-prologue-header)
8640 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
8641 compatibility and code fix.
8642 (ps-print-background-image, ps-print-background-text):
8643 Customization fix.
8644 (ps-line-number-start, ps-n-up-on): New vars.
8645
25bb0401
GM
86462000-05-18 Espen Skoglund <esk@ira.uka.de>
8647
8648 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
8649 the indent-comment function to just return the appropriate indent.
8650
68e6c83a
EL
86512000-05-18 Eric M. Ludlam <zappo@ultranet.com>
8652
8653 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
8654 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
8655 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
8656
dae6cb9f
DL
86572000-05-18 Dave Love <fx@gnu.org>
8658
8659 * info.el (Info-fontify-node): Add intangible property as well as
8660 invisible.
8661
8662 * calendar/appt.el (appt-make-list): Match all lines of entry.
8663 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
8664
813086ea
KH
86652000-05-18 Kenichi Handa <handa@etl.go.jp>
8666
8667 * international/mule-diag.el (describe-char-after): Call
8668 internal-char-font, not char-font. If internal-char-font returns
8669 nil, display "-- none --".
8670
24978190
EZ
86712000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8672
8673 * image.el (image-type-available-p): Don't reference image-types
8674 if it isn't bound.
8675
2fca2d5d
SM
86762000-05-17 Stefan Monnier <monnier@cs.yale.edu>
8677
8678 * autoarg.el (autoarg-mode): Typo in the :set argument.
8679
cfc75d05
EZ
86802000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8681
8682 * startup.el (command-line-1): Don't signal an error if the
8683 directory for auto-save-list files does not yet exist.
8684
c4e30387
KH
86852000-05-17 Kenichi Handa <handa@etl.go.jp>
8686
8687 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
8688
dd6b8ea7
SM
86892000-05-16 Stefan Monnier <monnier@cs.yale.edu>
8690
8691 * subr.el (remove-hook): `setq' hook-value, not `set'.
8692
399c88ad
SS
86932000-05-16 Sam Steingold <sds@gnu.org>
8694
a199a865 8695 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 8696
01651f07
DL
86972000-05-16 Dave Love <fx@gnu.org>
8698
8699 * cus-edit.el: Don't require cl or easymenu.
8700 (custom-variable-prompt): Test standard-value property, not
8701 user-variable-p.
8702
2248c40d
SS
87032000-05-16 Sam Steingold <sds@gnu.org>
8704
8705 * subr.el (add-hook): `setq' hook-value, not `set'.
8706
b15f3b77
GM
87072000-05-16 Gerd Moellmann <gerd@gnu.org>
8708
8709 * startup.el (command-line-1): Mention the FAQ in the startup
8710 message.
8711
8712 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
8713
8714 * progmodes/compile.el (compilation-parse-errors): Collect
8715 `nomessage' regexps last.
8716
8717 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
8718
8719 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
8720 to the function name.
8721
f9bbcfac
EL
87222000-05-15 Dave Love <fx@gnu.org>
8723
8724 * speedbar.el (speedbar-recenter): Typo.
8725 (speedbar-expand-line): Make arg optional.
8726 (speedbar-mode): Avoid a compiler warning.
8727
119b42eb
GM
87282000-05-15 Gerd Moellmann <gerd@gnu.org>
8729
8730 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
8731 user-specified option string is empty.
8732
8733 * mouse.el (mouse-yank-at-click): Doc fix.
8734
f685bea9
EZ
87352000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
8736
8737 * term/internal.el (IT-character-translations): More updates of
8738 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
8739 documents.
8740
a1b8d58b
GM
87412000-05-15 Gerd Moellmann <gerd@gnu.org>
8742
8743 * env.el (getenv): New function, interactively callable.
8744 (setenv, getenv): Remove autoload cookies.
8745
8746 * loadup.el: Load `env'.
8747
8748 * progmodes/f90.el: Change author's mail address.
8749
c9bba7ed
DL
87502000-05-14 Dave Love <fx@gnu.org>
8751
e5c83697
DL
8752 * mail/rmail.el (rmail-show-message-hook): Customize and offer
8753 goto-addr as an option.
8754
8755 * help.el (help-xref-stack): Doc fix.
8756 (help-xref-following): New variable.
8757 (help-make-xrefs): Use it.
8758 (help-xref-go-back): Use position information from stack element.
8759 (help-follow): Make position in stack element a pair. Use
8760 help-xref-following.
399c88ad 8761
e5c83697
DL
8762 * autoarg.el: New file.
8763
8764 * faces.el: Declare more functions obsolete.
8765
c9bba7ed
DL
8766 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
8767 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
8768 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
8769 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
8770 Remove all the setup-...-environment functions.
8771
b6389bfb
EL
87722000-05-13 Eric M. Ludlam <zappo@ultranet.com>
8773
a1b8d58b
GM
8774 * speedbar.el: Updated the commentary section. xemacs20p now uses
8775 >= when detecting. Require `defimage' safely.
b6389bfb
EL
8776 (speedbar-easymenu-definition-base): Add toggle for images.
8777 (speedbar-easymenu-definition-special): Add flush cache & expand.
8778 (speedbar-visiting-tag-hook): Set new defaults. Added options.
8779 (speedbar-reconfigure-keymaps-hook): New variable.
8780 (speedbar-frame-parameters): Updated documentation.
8781 (speedbar-use-imenu-flag): Updated custom tag
8782 (speedbar-dynamic-tags-function-list): New variable.
8783 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
8784 (speedbar-indentation-width, speedbar-indentation-width) New
8785 variables.
8786 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
8787 (speedbar-vc-indicator): Doc update.
8788 (speedbar-ignored-path-expressions): Updated default value.
8789 (speedbar-supported-extension-expressions): Updated default value.
8790 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
8791 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
8792 as "+". Added overlay aliases.
8793 (speedbar-mode): Use `speedbar-mode-line-update' instead of
8794 `force-mode-line-update'.
8795 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
8796 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
8797 `mouse-set-point'
b6389bfb 8798 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
8799 (speedbar-item-info-tag-helper): Revamped to handle a wider range
8800 of arbitrary text, and new helper functions.
8801 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
8802 filename finder.
b6389bfb
EL
8803 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
8804 (speedbar-directory-buttons): Update path search/expansion.
8805 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
8806 `speedbar-indentation-width'. Use more care w/ invisible
8807 properties.
b6389bfb
EL
8808 (speedbar-change-expand-button-char): Call
8809 `speedbar-insert-image-button-maybe'.
8810 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
8811 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
8812 (speedbar-trim-words-tag-hierarchy)
8813 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 8814 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
8815 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
8816 functions.
b6389bfb
EL
8817 (speedbar-mouse-set-point): New function
8818 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
8819 (speedbar-line-token, speedbar-goto-this-file): Handle more types
8820 of tag prefix text.
8821 (speedbar-expand-line, speedbar-contract-line): Make more robust
8822 to strange text.
8823 (speedbar-expand-line): Takes universal argument to flush the
8824 cache.
b6389bfb
EL
8825 (speedbar-flush-expand-line): New function.
8826 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
8827 Use new generator insertion method.
8828 (speedbar-fetch-dynamic-tags): New function.
8829 (speedbar-fetch-dynamic-imenu): Removed code now handled in
8830 `speedbar-fetch-dynamic-imenu'.
8831 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
8832 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
8833 "Revert Buffer" menu items.
8834 (speedbar-buffer-buttons-engine): Be smarter when creating a
8835 filename tag (for expansion purposes.).
a1b8d58b
GM
8836 (speedbar-highlight-one-tag-line,
8837 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
8838 (speedbar-recenter): New functions.
b6389bfb 8839 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
8840 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
8841 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
8842 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
8843 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
8844 (speedbar-expand-image-button-alist): New variable.
8845 (speedbar-insert-image-button-maybe): Insert an image over some
8846 buttons.
8847
43fe9244
KH
88482000-05-13 Kenichi Handa <handa@etl.go.jp>
8849
8850 * international/mule-cmds.el (encode-coding-char): An ASCII
8851 character is always encodable.
8852
8853 * international/mule-conf.el: Add more information in descriptions
8854 of character sets.
8855
813086ea 8856 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
8857 (describe-font-internal): Adjusted for the change of font-info.
8858 (describe-font): Likewise.
8859 (print-fontset): Rewritten for the new fontset implementation.
8860 (describe-fontset): Include fontset alias names in completion.
8861 (list-fontsets): Adjusted for the change of print-fontset.
8862
8863 * simple.el (what-cursor-position): If DETAIL is non-nil, call
8864 describe-char-after instead of displaying the detail in the echo
8865 area.
813086ea
KH
8866 (syntax-code-table): Format changed.
8867 (string-to-syntax): Adjusted for the above change.
0e8c11d8 8868
e8564f57
SM
88692000-05-12 Stefan Monnier <monnier@cs.yale.edu>
8870
8871 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
8872
9278c60d
DL
88732000-05-12 Dave Love <fx@gnu.org>
8874
8875 * calendar/todo-mode.el: Remove some compatibility stuff and CL
8876 dependence. Use line-{beginning,end}-position, not
8877 point-at{b,e}ol. Some doc fixes.
8878 (todo-position): New function. Fix callers of position to use it.
8879 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
8880
be0505fe
GM
88812000-05-12 Gerd Moellmann <gerd@gnu.org>
8882
8883 * time.el (display-time-mail-icon): Use `:ascent center'.
8884
a8a3541c
GM
8885 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
8886 handling FTP security extensions.
399c88ad 8887
44d5f148
DL
88882000-05-11 Dave Love <fx@gnu.org>
8889
33d0c179 8890 * calendar/todo-mode.el: New file.
44d5f148 8891
da4496b6
GM
88922000-05-11 Gerd Moellmann <gerd@gnu.org>
8893
cdc4401d
GM
8894 * comint.el (comint-read-input-ring): Move reference to
8895 comint-input-ring-size outside of the save-excursion. It was
8896 causing the default value to be the only one ever seen.
399c88ad 8897
0279f991
GM
8898 * font-lock.el: Update copyright. Remove Simon Marshall's email
8899 address on request from him.
8900
da4496b6
GM
8901 * subr.el (substitute-key-definition): Add comment describing
8902 the meaning of PREFIX.
8903
ac5cb26d
SM
89042000-05-10 Stefan Monnier <monnier@cs.yale.edu>
8905
8906 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
8907
8908 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
8909 (add-minor-mode): Don't make the variable buffer-local and add a
8910 reference to define-minor-mode in the docstring.
8911
8912 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
8913 HEADER/FOOTER and fix bug with trailing empty directory.
8914 (cvs-append-to-ignore): Use vc-editable-p if available.
8915 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
8916 (vc-do-command): Tweak advice to handle the new VC.
8917
8918 * log-view.el (log-view-goto-rev): New function for the new VC.
8919 (log-view-minor-wrap): Use mark-active.
8920
8921 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
8922 (log-edit-changelog-full-paragraphs): New var.
8923 (log-edit-insert-changelog): Remove a lonely leading `* file'.
8924 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
8925 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
8926 (log-edit-changelog-ours-p, log-edit-changelog-entries)
8927 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
8928 Replace the `cvs' prefix with `log-edit'.
8929
8930 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
8931
8932 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
8933 (diff-font-lock-defaults): Explicitly turn off multiline.
8934 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
8935 (diff-ediff-patch): Fix call to ediff-patch-file.
8936 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
8937 Handle comments.
8938
8939 * frame.el (automatic-hscrolling): Typo.
8940
8941 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
8942
21c34da3
DL
89432000-05-09 Sam Steingold <sds@goems.com>
8944
8945 * apropos.el (apropos-print): use `describe-face' instead of
8946 `customize-face-other-window'.
8947
950cf06f
DL
89482000-05-09 Dave Love <fx@gnu.org>
8949
8950 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
8951
8952 * help.el (describe-variable): Have customize button pop the
8953 help-xref stack when invoked.
8954 (help-xref-symbol-regexp): Add `face'.
8955 (help-make-xrefs): Check for quoted face names and adapt regexp
8956 submatch numbers to cope.
8957 (help-xref-interned): Maybe insert face doc too. Separate
8958 sections with a line of hyphens.
8959
0623e40f 8960 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
8961 (describe-face): Add customize button. Return the help
8962 text. Fix prompt.
8963
82e2ca9d
EZ
89642000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
8965
8966 * term/internal.el (IT-character-translations): Fix last change.
8967
10c00b5c
EZ
89682000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8969
8970 * woman.el: New file
8971 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
8972
9deed82f
EZ
89732000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8974
001ad319
EZ
8975 * term/internal.el (IT-character-translations): Update ASCII
8976 simulations for greek-iso8859-7, add latin-iso8859-14 and
8977 latin-iso8859-15.
8978
9deed82f
EZ
8979 * international/mule-cmds.el (set-language-info-alist): Call
8980 define-prefix-command with 3 arguments, to make the map suitable
8981 for a menu.
8982
4f37b78a
DL
89832000-05-07 Dave Love <fx@gnu.org>
8984
1ec321a7 8985 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 8986
64a4c526
DL
89872000-05-05 Dave Love <fx@gnu.org>
8988
8989 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
8990 list in doc string. Don't quote keyword symbols.
8991 * emacs-lisp/cl.el: Likewise
8992 * emacs-lisp/cl-seq.el: Likewise
8993
056565f7
GM
89942000-05-05 Gerd Moellmann <gerd@gnu.org>
8995
8996 * abbrev.el (abbrev-mode): Make ARG optional.
8997
4656b314
GM
89982000-05-04 Gerd Moellmann <gerd@gnu.org>
8999
ec82fb2f
GM
9000 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
9001
9002 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
9003
4656b314
GM
9004 * subr.el (substitute-key-definition): Clarify documentation.
9005
90062000-05-04 Milan Zamazal <pdm@freesoft.cz>
9007
9008 * glasses.el (glasses-convert-to-unreadable): Use
9009 `glasses-separator' instead of the hard-wired "_".
9010 (glasses-mode): Call `glasses-make-unreadable' only in a single
9011 place.
9012
7b081c78
EZ
90132000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
9014
9015 * term/internal.el (cjk-codepages-alist): Add associations for
9016 Chinese and Korean codepages. Remove FIXME comment.
9017
baa5536e
DL
90182000-05-03 Dave Love <fx@gnu.org>
9019
9020 * time.el (display-time-mail-face, display-time-use-mail-icon):
9021 New option.
9022 (display-time-mail-icon): New variable.
9023 (display-time-string-forms): Use the above. Fix the local-map.
9024
cbf18892
GM
90252000-05-03 Gerd Moellmann <gerd@gnu.org>
9026
4ff40dd0
GM
9027 * replace.el (query-replace-map): Add binding for `E'.
9028 (query-replace-help): Extend help text.
9029 (perform-replace): Allow editing the replacement string.
9030
9031 * make-mode.el (makefile-mode-abbrev-table): New variable.
9032 (makefile-mode): Set local abbrev table to
9033 makefile-mode-abbrev-table.
9034 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 9035
cbf18892
GM
9036 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
9037 set TOGGLE's value.
9038
4ff40dd0
GM
9039 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
9040 mail-interactive-insert-alias.
9041 (mail-abbrev-complete-alias): New command.
9042 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 9043
ffec4d9f
KH
90442000-05-03 Kenichi Handa <handa@etl.go.jp>
9045
9046 * language/lao-util.el (lao-compose-region): New function.
9047
1b0672c3
GM
90482000-05-02 Gerd Moellmann <gerd@gnu.org>
9049
576da55d
GM
9050 * files.el (recover-session): Make directories as necessary
9051 if they don't exist yet.
9052
399c88ad
SS
9053 * calendar/cal-french.el
9054 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
9055 (french-calendar-special-days-array): Change French text.
9056 (calendar-french-date-string): Change output.
9057 (calendar-goto-french-date): Likewise.
9058
90592000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
9060
9061 * wid-edit.el (widget-default-active): Obey `:always-active'.
9062 (widget-documentation-string-value-create): Set `:always-active'.
9063
4b33deaa
EZ
90642000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9065
9066 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
9067 default prefix to `~/_emacs.d/auto-save.list/_s'.
9068 (normal-top-level): Create the directory for auto-save files, if
9069 it doesn't already exist (in the ms-dos case only).
9070
5c922ea7
EZ
90712000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9072
9073 * international/mule-cmds.el (set-language-environment): Don't
9074 concat an integer (dos-codepage), use format instead.
9075
820ad5e7
DL
90762000-05-02 Dave Love <fx@gnu.org>
9077
9078 * help.el (help-xref-on-pp): Check for constant symbols.
9079
57cb56f5
GM
90802000-04-29 Gerd Moellmann <gerd@gnu.org>
9081
9082 * startup.el (normal-top-level): Put a condition-case around
9083 the code loading subdirs.el.
9084
90852000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 9086
57cb56f5
GM
9087 * ps-print.el: Upside-down and face background color printing,
9088 line number step, doc fix.
9089 (ps-print-version): New version number (5.2).
9090 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
9091 (ps-face-attribute-list, ps-plot-with-face): Code fix.
9092 (ps-spool-config): Var fix.
9093 (ps-printer-name-option): Const fix.
9094 (ps-print-upside-down, ps-use-face-background)
9095 (ps-line-number-step): New vars.
9096 (ps-window-system, ps-lp-system): New consts.
9097 (ps-face-background): New fun.
9098
084cec2f
GM
90992000-04-28 Richard Stallman <rms@gnu.org>
9100
9101 * files.el (make-auto-save-file-name):
9102 Apply auto-save-file-name-transforms to visited file name
9103 before generating auto save file name.
9104 (auto-save-file-name-transforms): New variable.
9105
399c88ad 9106 * files.el (backup-enable-predicate):
084cec2f
GM
9107 Correctly test for a file under a temporary directory.
9108
c94f4677
GM
91092000-04-28 Gerd Moellmann <gerd@gnu.org>
9110
9111 * subr.el (add-minor-mode): Rewritten.
9112
7b211df5
KH
91132000-04-28 Kenichi Handa <handa@etl.go.jp>
9114
9115 * mail/sendmail.el (sendmail-send-it): Set
9116 buffer-file-coding-system to the selected coding system for MIME
9117 header.
9118
c76e04a8 91192000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 9120
c76e04a8
GM
9121 * dired.el (dired-move-to-filename-regexp): Allow format where
9122 YYYY is followed by two spaces.
e3e36d74 9123
c76e04a8
GM
9124 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
9125 in the second character class of the regexp.
9126
9127 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
9128 mh-etc, too.
353964e3 9129
c76e04a8
GM
9130 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
9131 nil.
399c88ad 9132
353964e3
GM
9133 * subr.el (add-minor-mode): Use `set' instead of `setq'.
9134
9135 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
9136 argument.
9137
c76e04a8 91382000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 9139
c76e04a8
GM
9140 * emacs-lisp/crm.el (crm-completion-table): New variable.
9141 (crm-collection-fn, crm-test-completion)
9142 (completing-read-multiple): Use it.
9143
91442000-04-27 Dave Love <fx@gnu.org>
9145
9146 * help.el (locate-library): Use mapc.
9147 (help-manyarg-func-alist): Add call-process-region.
9148
7464346d
GM
91492000-04-26 Gerd Moellmann <gerd@gnu.org>
9150
b35bd33d
GM
9151 * subr.el (add-minor-mode): Make argument MAP optional.
9152
7464346d
GM
9153 * desktop.el (desktop-save): Save list of minor modes.
9154 (desktop-create-buffer): Restore minor modes.
9155 (desktop-minor-mode-table): New user-option.
9156
9157 * subr.el (add-minor-mode): New function.
9158
9159 * image.el (find-image): New function.
9160 (defimage): Rewritten to find image at load time.
9161
9162 * startup.el (normal-top-level-add-to-load-path): Handle
9163 case that the default directory is not in load-path.
9164
9165 * help.el: Old patch from Stefan Monnier.
9166 (help-xref-on-pp): New function.
9167 (describe-variable): Use it to display xrefs in a symbol's value.
9168
23c0fb21
SM
91692000-04-26 Stefan Monnier <monnier@cs.yale.edu>
9170
9171 * cus-edit.el (custom-face): Fix parenthesis.
9172
fad95037
KH
91732000-04-26 Kenichi Handa <handa@etl.go.jp>
9174
f03392a1
KH
9175 * mail/rmail.el (rmail-expunge): When there are no deleted
9176 messages, do nothing.
fad95037 9177
0d7c5bb9
DL
91782000-04-26 Dave Love <fx@gnu.org>
9179
9180 * international/mule-cmds.el (locale-translation-file-name):
9181 Defvar to nil.
9182 (set-locale-environment): Set it here (at runtime).
9183
612839b6
GM
91842000-04-25 Gerd Moellmann <gerd@gnu.org>
9185
9186 * replace.el (perform-replace): Add parameters START and END. Use
9187 them instead of the check for a region in Transient Mark mode.
9188 (query-replace-read-args): Return two more list elements for the
9189 start and end of the region in Transient Mark mode.
9190 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9191 (map-query-replace-regexp, replace-string, replace-regexp): Add
9192 optional last arguments START and END and pass them to
9193 perform-replace.
9194
9195 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
9196 form with additional arguments for perform-replace.
9197
9198 * progmodes/etags.el (tags-query-replace): Add parameters START
9199 and END. Construct a form with additional arguments for
9200 perform-replace.
9201
9202 * simple.el (shell-command): Set default directory for "*Shell
9203 Command Output" buffer.
9204
9205 * language/european.el (iso-latin-4): Fix typo.
9206
9207 * emacs-lisp/crm.el: New file.
9208
2917cc05
DL
92092000-04-24 Dave Love <fx@gnu.org>
9210
9211 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9212 (Custom-reset-saved, Custom-reset-standard)
9213 (custom-group-value-create, custom-group-set, custom-group-save)
9214 (custom-group-reset-current, custom-group-reset-saved)
9215 (custom-group-reset-standard): Use mapc.
9216 (custom-buffer-create-internal): Disable undo when creating items.
9217 Use mapc.
9218 (custom-face): Avoid redundant lambda.
9219
abfcc168
GM
92202000-04-24 Gerd Moellmann <gerd@gnu.org>
9221
9222 * startup.el (auto-save-list-file-prefix): Set default to
9223 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
9224
fa78f71b
SS
92252000-04-24 Sam Steingold <sds@gnu.org>
9226
9227 * time-stamp.el (time-stamp-string-preprocess): Always convert
9228 `field-result' to a string.
9229
cc181e95
GM
92302000-04-24 Gerd Moellmann <gerd@gnu.org>
9231
9232 * frame.el (scrolling): New group.
9233 (automatic-hscrolling): New user-option.
9234
9235 * startup.el (command-line-x-option-alist): Add `-lsp' and
9236 `--line-spacing'.
9237
6142fdcb
DL
92382000-04-19 Dave Love <fx@gnu.org>
9239
9240 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
9241 (cl-mapc): Rename from mapc. Fix the funcall.
9242
5e3dac3f
GM
92432000-04-19 Gerd Moellmann <gerd@gnu.org>
9244
1c459486
GM
9245 * simple.el (clone-indirect-buffer-other-window): New command.
9246 (clone-indirect-buffer): Add optional arg NORECROD.
9247 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
9248
271b4185
GM
9249 * help.el (resize-temp-buffer-window): Use count-screen-lines.
9250
9251 * window.el (count-screen-lines): New function.
9252 (shrink-window-if-larger-than-buffer): Use count-screen-lines
9253 instead of window-buffer-height.
9254
9255 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
9256 non-existing variable comint-input-sentinel.
9257 (inferior-lisp-args-to-list): Removed.
9258 (inferior-lisp): Use split-string instead of
9259 inferior-lisp-args-to-list.
9260
9261 * hexl.el (hexl-insert-hex-string): New command.
9262
5e3dac3f
GM
9263 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
9264 instead of concat.
9265
f6d3257b
GM
92662000-04-18 Gerd Moellmann <gerd@gnu.org>
9267
9268 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
9269 at the start of an existing but empty folder.
9270
92712000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9272
9273 * ps-mule.el: Customization fix, doc fix.
9274 (ps-multibyte-buffer): Customization fix.
9275
8b7bc628 92762000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
9277
9278 * subr.el (read-passwd): Use read-char-exclusive.
9279
0daee095
GM
92802000-04-17 Gerd Moellmann <gerd@gnu.org>
9281
9282 * textmodes/texinfo.el (texinfo-insert-@email)
9283 (texinfo-insert-@emph, texinfo-insert-@quotation)
9284 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
9285 (texinfo-mode-map): Add key bindings for them.
9286
9287 * files.el (basic-save-buffer-2): Use a template with `$'
9288 instead of `#' for VMS.
9289
9290 * simple.el (clone-indirect-buffer): New function.
9291
e10f64e7
GM
92922000-04-16 Stephen Eglen <stephen@gnu.org>
9293
9294 * iswitchb.el (iswitchb-case): New function. If the user input
9295 contains any upper-case characters, the search is made
9296 case-sensitive.
9297
e3721db1
SM
92982000-04-17 Stefan Monnier <monnier@cs.yale.edu>
9299
e10f64e7
GM
9300 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
9301 comment-end.
e3721db1
SM
9302 (texinfo-font-lock-syntactic-keywords): New var.
9303 (texinfo-font-lock-keywords): Remove comment regexp.
9304 (texinfo-insert-block): New function.
9305 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
9306 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
9307 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 9308 (texinfo-environments): New var.
e10f64e7
GM
9309 (texinfo-environment-regexp): Use regexp-opt and
9310 texinfo-environments.
e3721db1 9311
e10f64e7
GM
9312 * textmodes/ispell.el (ispell-menu-map-needed): Check that
9313 ispell-process is bound since this might be eval'd before ispell
9314 is loaded.
9315 (ispell-message): Use a tiny bit less magic and a bit more hard
9316 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
9317
9318 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
9319
9320 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
9321 (insert-cyclic-diary-entry): Unquote the lambda.
9322
9323 * gud.el (gud-jdb-build-source-files-list): Fix typo.
9324
9325 * files.el (backup-enable-predicate): Unquote the lambda.
9326
9327 * cus-edit.el (custom-face, face): Unquote the lambda.
9328
712dc9e0
GM
93292000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9330
9331 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 9332
712dc9e0
GM
9333 * ps-print.el: Fix counting lines in a region.
9334 (ps-print-version): New version number (5.1.5).
9335 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
9336 (ps-printing-region): Fun code fix.
9337
ffc50f2a
GM
93382000-04-15 Gerd Moellmann <gerd@gnu.org>
9339
9340 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
9341 to file-directory-p.
9342
a2522dca
GM
93432000-04-14 Gerd Moellmann <gerd@gnu.org>
9344
9345 * gud.el (gud-jdb-build-source-files-list): Check that directory
9346 exists before calling directory-files.
9347
6e883610
DL
93482000-04-13 Dave Love <fx@gnu.org>
9349
9350 * emacs-lisp/trace.el: Change maintainer. Use new backquote
9351 syntax.
9352
9353 * emacs-lisp/cl-specs.el: Remove when, unless.
9354
9355 * emacs-lisp/cl-extra.el: Don't quote keywords.
9356 (cl-old-mapc): New variable.
9357 (mapc): Use it.
9358 (cl-map-intervals): Use with-current-buffer. Don't check for
9359 next-property-change.
9360 (cl-map-overlays): Use with-current-buffer.
9361 (cl-expt): Remove.
9362 (copy-tree, remprop): Define unconditionally.
9363
9364 * emacs-lisp/cl-compat.el (keywordp): Remove.
9365
9366 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
9367 to use keywordp.
9368 (edebug-spec): Enable keywordp.
9369
9370 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
9371 string-lessp.
9372
9373 * cus-start.el: Use keywordp.
9374
198e3c7a
GM
93752000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9376
9377 * diary-lib.el (include-other-diary-files): Fix the fix of
9378 2000-02-18 by doing a save-excursion.
9379
93802000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9381
9382 * ps-print.el: Customization fix, doc fix.
9383 (ps-print-version): New version number (5.1.4).
9384 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
9385 (ps-print-preprint): Adjust code.
9386 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
9387 (ps-print-prologue-header, ps-print-control-characters)
9388 (ps-spool-config): Customization fix.
fa78f71b 9389
8eba343c
EZ
93902000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
9391
9392 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
9393 converted to the new menu-item format, names silightly changed,
9394 help strings added.
9395
9396 Support for spelling without async subprocesses:
9397
9398 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
9399 (ispell-session-buffer): New variables.
9400 (ispell-start-process, ispell-process-status,
9401 ispell-accept-output, ispell-send-string): New functions, for
9402 Ispell invocation when async subprocesses aren't supported.
9403 (ispell-word, ispell-pdict-save, ispell-command-loop,
9404 ispell-process-line, ispell-buffer-local-parsing): Replace calls
9405 to process-send-string with calls to ispell-send-string, and
9406 accept-process-output with ispell-accept-output.
9407 (ispell-init-process): Call ispell-process-status instead of
9408 process-status with.
9409 (ispell-init-process): Call ispell-start-process. Call
9410 ispell-accept-output and ispell-send-string. Don't call
9411 process-kill-without-query and kill-process if they are unbound.
9412 (ispell-async-processp): New function.
9413
3d30065d
DL
94142000-04-12 Dave Love <fx@gnu.org>
9415
9416 * info.el: Add debug-ignored-errors.
9417 (Info-mode-menu): Add some items.
9418 (Info-directory): Add autoload cookie.
9419
9420 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
9421 Modify `truncate-lines'. Make `describe-language-environment'
9422 always visible and add help. Modify `describe-key' help. Invoke
9423 Info-directory from `info'. New entry `emacs-manual'.
9424
1a1b1895
GM
94252000-04-10 Gerd Moellmann <gerd@gnu.org>
9426
8b2affc5
GM
9427 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
9428 propertized-buffer-identification.
9429 (ebrowse-update-member-buffer-mode-line): Likewise.
9430 (ebrowse--mode-strings): Removed.
9431 (ebrowse--mode-line-props): Removed.
9432
1a1b1895
GM
9433 * files.el (auto-mode-alist): Add `EBROWSE'.
9434
9435 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
9436 space before testing for end of buffer.
9437 (ebrowse-load): Removed.
9438 (ebrowse-revert-tree-buffer-from-file): Rewritten.
9439 (ebrowse-create-tree-buffer): Rewritten.
9440 (ebrowse-tree-mode): Read tree from buffer.
9441
9442 * progmodes/ebrowse-ffh.el: Removed.
9443
223f3c91
KH
94442000-04-10 Kenichi Handa <handa@etl.go.jp>
9445
9446 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
9447
25fbf2c4
GM
94482000-04-10 Gerd Moellmann <gerd@gnu.org>
9449
9450 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
9451 at the wrong place.
9452
92c13173
DL
94532000-04-09 Dave Love <fx@gnu.org>
9454
9455 * files.el (backup-enable-predicate): Use
9456 temporary-file-directory, small-temporary-file-directory.
9457 (make-backup-file-name-function, backup-directory-alist): New
9458 variables.
9459 (make-backup-file-name-1): New function.
9460 (make-backup-file-name): Use it.
9461 (find-backup-file-name): Likewise. Use format for clarity, not
9462 concat.
9463 (file-newest-backup): Use make-backup-file-name.
9464
be0dbdab
GM
94652000-04-09 Gerd Moellmann <gerd@gnu.org>
9466
c45be9ac 9467 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 9468
c45be9ac
GM
9469 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
9470 to ebrowse-ffh.el.
9471 (ebrowse-load): Add autoload.
9472
9473 * finder.el (finder-commentary): Add autoload cookie.
9474
be0dbdab
GM
9475 * mail/rfc2368.el: Correct author's email address.
9476
9477 * progmodes/ebrowse.el: New file.
9478
9479 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
9480 item help string.
9481 (easy-menu-do-add-item): Ditto.
9482 (easy-menu-define): Extend doc string.
9483
9484 * jit-lock.el (with-buffer-unmodified): Use
9485 restore-buffer-modified-p.
9486 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
9487 (jit-lock-function, jit-lock-stealth-fontify): Don't use
9488 with-buffer-unmodified.
9489
3f923efe
DL
94902000-04-08 Dave Love <fx@gnu.org>
9491
9492 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
9493 unless, when.
9494
d35bee0e
MK
94952000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
9496
9497 * viper-util.el (viper-put-on-search-overlay): New subroutine.
9498 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 9499 doesn't support face.
d35bee0e 9500 Use `viper-put-on-search-overlay'.
fa78f71b 9501
c407c570
GM
95022000-04-04 Gerd Moellmann <gerd@gnu.org>
9503
9504 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
9505 like C-r.
9506
9507 * progmodes/make-mode.el: Some doc fixes.
9508 (makefile-mode-abbrev-table): New variable.
9509 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
9510 (makefile-font-lock-keywords): Fontify includes and conditionals.
9511 (toplevel): Require `dabbrev' and `add-log' when compiling.
9512
9513 * replace.el (perform-replace): Don't move forward one char
9514 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
9515 to do that because it leaves point 1 position after the last
9516 replacement, after everything has been replaced.
9517
9518 * jit-lock.el (with-buffer-unmodified): New macro.
9519 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
9520 modified state.
9521 (jit-lock-function-1): Extracted from jit-lock-function; not
9522 preserving buffer's modified state.
9523 (jit-lock-function, jit-lock-stealth-fontify): Call
9524 jit-lock-function-1.
9525
9526 * mail/rfc2368.el: Remove supernumerary copyright line.
9527
685e5ed2
GM
95282000-04-04 Milan Zamazal <pdm@freesoft.cz>
9529
9530 * glasses.el: Provide facilities for inserting space before left
9531 parentheses and uncapitalization of identifiers.
9532 (glasses-mode): Try to remove old overlays in all cases.
9533
0166aed1
GM
95342000-04-03 Gerd Moellmann <gerd@gnu.org>
9535
62f20204
GM
9536 * progmodes/compile.el (compile-internal): Display the compilation
9537 buffer in a different frame, if it's already displayed there.
9538
6460c400
GM
9539 * mail/rfc2368.el: New file.
9540
c0510d27
GM
9541 * simple.el (sendmail-user-agent-compose): Recognize a `body'
9542 header and insert its value as mail body.
9543
9544 * subr.el (member-ignore-case): New function.
9545
9546 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
9547 (dabbrev--find-expansion): Ignore buffers matching a regexp
9548 from dabbrev-ignored-regexps.
9549
0166aed1
GM
9550 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
9551 to extensions handled by gzip.
9552
c0510d27
GM
95532000-04-03 Richard M. Stallman <rms@gnu.org>
9554
9555 * files.el (insert-directory): List the total free space
9556 along with the used space.
fa78f71b 9557
c0510d27
GM
9558 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
9559 line is followed by one that matches CITATION-REGEXP, end the
9560 paragraph.
9561
95622000-04-03 Markus Rost <rost@delysid.gnu.org>
9563
9564 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
9565 (rmail-make-basic-summary-line): Use that option.
fa78f71b 9566
14c04384
KH
95672000-04-03 Kenichi Handa <handa@etl.go.jp>
9568
9569 * international/mule-cmds.el (encoded-string-description):
9570 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
9571 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
9572 for hexadecimal format.
14c04384 9573
ccf5869a
DL
95742000-04-01 Dave Love <fx@gnu.org>
9575
9576 * cpp.el: Change customization group to `c' from `C'.
9577
9578 * vcursor.el (vcursor-move): Use display-color-p.
9579
9580 * international/mule-util.el: Provide mule-utils.
9581 (string-to-sequence): Simplify and speed up.
9582
9583 * international/mule.el (make-coding-system): Purecopy doc-string.
9584
9585 * international/mule-cmds.el: Various menu changes.
9586 (describe-specified-language-support): Handle `Default'.
9587 (set-language-info): Purecopy `info'.
9588
610d841e
GM
95892000-03-31 Andrew Innes <andrewi@gnu.org>
9590
9591 * vc.el (vc-backend-diff): Return the correct status if we had to
9592 retry the rcsdiff command without the --brief option.
fa78f71b 9593
7f9de034
DL
95942000-03-31 Dave Love <fx@gnu.org>
9595
2de47765
DL
9596 * help.el (help-manyarg-func-alist): Correct several omissions.
9597
72838819
DL
9598 * add-log.el: Don't require cl, fortran.
9599 (add-log-current-defun-function): Doc fix.
9600 (change-log-version-number-regexp-list): Remove SCCS part. Doc
9601 fix.
9602 (change-log-version-rcs): Function deleted.
9603 (change-log-version-number-search): Doc fix. Use
9604 vc-workfile-version. Avoid CL dolist.
9605 (add-change-log-entry): Just call add-log-current-defun to get
9606 defun. Simplify somewhat.
9607 (change-log-get-method-definition-1): Likewise.
9608 (add-log-current-defun): Return nil if calling
9609 add-log-current-defun-function does so. Move Fortran stuff to
9610 fortran.el. Return string without properties.
9611
7f9de034
DL
9612 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
9613 and :alpha: char classes.
9614
9615 * mail/supercite.el: Defvar curline when compiling.
9616 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
9617 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
9618 rather than a-zA-Z0-9 to allow non-ASCII characters.
9619
aa110c0c
GM
96202000-03-31 Gerd Moellmann <gerd@gnu.org>
9621
9622 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
9623
9624 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9625 Re-enable new code.
9626
9627 * lpr.el (print-region-1): Use -d to specify printer name for
9628 systems `usg-unix-v*, `dgux', `hpux', `irix'.
9629
96302000-03-31 Dave Love <fx@gnu.org>
fa78f71b 9631
aa110c0c
GM
9632 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
9633 for function definition in symbol's function value slot first
9634 instead of first consulting byte-compile-function-environment.
fa78f71b 9635
6733d074
KH
96362000-03-31 Kenichi Handa <handa@etl.go.jp>
9637
9638 * language/european.el ("Polish"): New language environment.
9639 (setup-polish-environment): New function.
9640
63fcfa04
GM
96412000-03-30 Gerd Moellmann <gerd@gnu.org>
9642
9643 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9644 Disable new code.
9645
9646 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
9647 trying to `load' the symbol of an autoload instead of the file
9648 recorded in the autoload. Fix error messages.
9649
7438c86b
GM
96502000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9651
9652 * ps-print.el: PostScript programming fix for ghostview, doc fix.
9653 (ps-print-version): New version number (5.1.3).
9654 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
9655 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
9656 (ps-generate-postscript-with-faces): Code fix.
9657 (ps-color-values): XEmacs compatibility.
9658 (ps-print-background-image, ps-print-background-text, ps-printer-name)
9659 (ps-default-fg, ps-default-bg): Adjust customization.
9660 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
9661 (ps-color-scale): Renaming old ps-color-value fun.
9662 (ps-print-headers): Replace ps-print-header group to avoid conflict
9663 with ps-print-header variable.
9664 (ps-print-miscellany): New group.
9665 (ps-format-color, ps-rgb-color): New funs.
9666 (ps-default-foreground): New var.
9667 (ps-printer-name-option): New const.
fa78f71b 9668
326855a0
PB
96692000-03-30 Peter Breton <pbreton@ne.mediaone.net>
9670
1f56ba73
PB
9671 * net/net-utils.el:
9672 (network-connection-host, network-connection-service): New variables
9673 (network-connection-mode): New mode, derived from comint-mode
9674 (network-connection-mode-setup): New function, saves host and
fa78f71b 9675 service information in local variables.
1f56ba73 9676
326855a0
PB
9677 * lisp/locate.el:
9678 (locate-word-at-point): Added this function
9679 (locate): Default to using locate-word-at-point as input
9680 Run dired-mode-hook
9681
141384bd
DL
96822000-03-29 Dave Love <fx@gnu.org>
9683
9684 * calendar/appt.el: Doc fixes.
9685 (appt-check): Convert min-to-app to a string before passing to
9686 appt-disp-window-function or concat.
9687 (appt-delete-window): Remove test for frame-root-window.
9688 (appt-select-lowest-window, appt-convert-time): Simplify.
9689
9690 * emacs-lisp/bytecomp.el: Doc fixes.
9691 (byte-compile-file-form-autoload): Update
9692 byte-compile-function-environment.
9693
c5aa0fc2
AS
96942000-03-29 Andreas Schwab <schwab@suse.de>
9695
9696 * emacs-lisp/autoload.el: Also print defsubst doc string
9697 specially.
9698
9699 * dired.el (dired-insert-directory): If dired-free-space-program
9700 failed just delete its output.
9701
f1d6fe69
DL
97022000-03-29 Dave Love <fx@gnu.org>
9703
9704 * international/iso-cvt.el: Move provide to end. Doc fixes.
9705 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
9706 (iso-iso2sgml, iso-sgml2iso): New functions.
9707 (iso-cvt-define-menu): Fix some entries and use backquote for
9708 clarity.
9709
9710 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
9711
b61f1215
GM
97122000-03-28 Gerd Moellmann <gerd@gnu.org>
9713
9714 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
9715 ISO-DATE. If non-nil, return date in ISO 8601 format.
9716
ea4b0ca3
SM
97172000-03-26 Stefan Monnier <monnier@cs.yale.edu>
9718
3831af62
SM
9719 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
9720 if it ever becomes used.
9721 (log-edit-mode-hook): Default to vc-log-mode-hook.
9722 (log-edit-mode): Fix the docstring.
9723
ea4b0ca3
SM
9724 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
9725 the code.
9726
08f8b1cc
DL
97272000-03-26 Dave Love <fx@gnu.org>
9728
082527fe
DL
9729 * net/browse-url.el (browse-url): Re-fix case of
9730 browse-url-browser-function being an alist.
9731 (browse-url): Add :link to defgroup.
9732
08f8b1cc
DL
9733 * files.el: Doc fixes.
9734 (file-truename): Include `[' in wildcard characters.
9735 (automount-dir-prefix): Customize.
9736 (find-file-wildcards): Add :version.
9737 (find-file-noselect): Simplify a mapcar call.
9738
9739 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
9740 compatible with inf-lisp version.
9741 (eval-defun-1): Fix custom-declare-variable case.
9742
ea4b0ca3
SM
97432000-03-25 Stefan Monnier <monnier@cs.yale.edu>
9744
9745 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
9746
9a0dd3dc
GM
97472000-03-24 Gerd Moellmann <gerd@gnu.org>
9748
b68c375f
GM
9749 * Makefile (COMPILE_FIRST): New macro.
9750 (compile-files): Compile files from COMPILE_FIRST first.
9751
9752 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
9753 code.
9754
9a0dd3dc
GM
9755 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
9756 matching open parenthesis in column 0 to defun-prompt-regexp
9757 only if open-paren-in-column-0-is-defun-start is set.
9758
9759 * sun-curs.el: Require CL at compile-time only.
9760
9761 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
9762 instead of copy-list which is a function from CL.
9763 (msb--choose-menu, msb--mode-menu-cond)
9764 (msb--create-buffer-menu-2): Use dolist instead of mapc.
9765 (msb--init-file-alist): Use mapcar instead of mapcan.
9766 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
9767 `(' in column 0 in doc string.
9768 (msb--add-separators): Use mapcar instead of mapcan.
9769
9770 * cus-dep.el: Require CL at compile-time only.
9771
c7dcadb5
SM
97722000-03-24 Stefan Monnier <monnier@cs.yale.edu>
9773
9774 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
9775 (byte-compile-warnings): New warning `noruntime'.
9776 (byte-compile-constants, byte-compile-variables): Fix docstring.
9777 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
9778 execute `eval-whenc-compile's body.
9779 (byte-compile-unresolved-functions): Fix docstring.
9780 (byte-compile-eval): New function.
9781 (byte-compile-callargs-warn): Check if the function will be available
9782 at runtime (via property `byte-compile-noruntime').
9783 (byte-compile-print-syms): New function.
9784 (byte-compile-warn-about-unresolved-functions): Also warn about
9785 `noruntime' functions (and use `byte-compile-print-syms').
9786 (byte-compile-file): Capitalize the message.
9787
3b55acc9
GM
97882000-03-24 Gerd Moellmann <gerd@gnu.org>
9789
9790 * mail/rmail.el (rmail-confirm-expunge): New user-option.
9791 (rmail-expunge): Ask for confirmation depending on the setting
9792 of rmail-confirm-expunge.
9793
97942000-03-23 Gerd Moellmann <gerd@gnu.org>
9795
9796 * Makefile (bootstrap-clean): If $(emacs) exists, build
9797 loaddefs.el first. A loaddefs.el that's not up-to-date might
9798 cause a bootstrap failure because things don't autoload as
9799 expected.
9800
02c76af4
DL
98012000-03-23 Dave Love <fx@gnu.org>
9802
9803 * net/browse-url.el: Restore previous use of
9804 browse-url-maybe-new-window.
9805
1a3199d9
GM
98062000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9807
9808 * ps-print.el: Skip banner page fix.
9809 (ps-print-version): New version number (5.1.2).
9810 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 9811
1a3199d9
GM
98122000-03-23 Dave Pearson <davep@davep.org>
9813
9814 * net/quickurl.el Changed the type of parameter passed to the
9815 function defined by `quickurl-format-function'. Before only the
9816 text of the URL was passed. Now the whole URL structure is passed
9817 and the function is responsible for extracting the parts it
9818 requires. Changed the default of `quickurl-format-function'
9819 accordingly.
9820 (quickurl-insert): Changed the `funcall' of
9821 `quickurl-format-function' to match the above change.
9822 (quickurl-list-insert): Changed the `url' case so that it makes
9823 use of `quickurl-format-function', previous to this the format was
9824 hard wired.
fa78f71b 9825
72db3ab5
GM
98262000-03-22 Gerd Moellmann <gerd@gnu.org>
9827
9828 * startup.el: Change some spellings for the X Window System.
9829
68049bfa
SM
98302000-03-22 Stefan Monnier <monnier@cs.yale.edu>
9831
9832 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
9833 up the code and the regexp and make sure the cursor is temporarily
9834 moved to the suspicious line while querying the user.
9835
ff4df011
JR
98362000-03-22 Jason Rumney <jasonr@gnu.org>
9837
9838 * w32-fns.el (w32-charset-info-alist): Initialize.
9839
ee1c5b21
GM
98402000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9841
9842 * ps-print.el: N-up last page fix.
9843 (ps-print-version): New version number (5.1.1).
9844 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 9845
d2cbfba0
SM
98462000-03-21 Stefan Monnier <monnier@cs.yale.edu>
9847
bfb857d8
SM
9848 * files.el (find-file-run-dired): Update docstring.
9849 (find-directory-functions): New hook.
9850 (find-file-noselect): Run find-directory-functions rather than
9851 calling dired directly.
9852
9853 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
9854
cb3430a1
SM
9855 * pcvs.el: Add a minimal leading commentary.
9856 (cvs-make-cvs-buffer): Change the header part by removing the startup
9857 message and adding a `Module' entry. Also replace the FOOTER and
9858 HEADER special fileinfos with the new support in ewoc for updating
9859 its own footer and header.
9860 (cvs-update-header): Update to use the header/footer of the ewoc.
9861 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
9862 (cvs-is-within-p): New function.
9863 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
9864 to only examine some subset of the buffers.
9865
9866 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
9867 `format' instead of our own ad-hoc functions.
9868 Remove HEADER and FOOTER cases, now handled in the EWOC.
9869 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
9870
9871 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
9872 output to avoid scaring the user.
9873 (cvs-parse-table): Catch message for non-up-to-date commits.
9874
9875 * pcvs-defs.el (cvs-startup-message): Remove.
9876 (cvs-global-menu): New autoloaded menu.
9877
9878 * pcvs-util.el (cvs-string-fill): Remove.
9879
9880 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
9881 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
9882 PP part of it and also make it work for footers and headers.
9883 (ewoc-create): Drop POS and BUFFER arguments.
9884 Use the DLL's dummy node to store the end-of-footer position.
9885 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
9886 (ewoc-refresh): Remove unused `header' variable.
9887 (ewoc-(get|set)-hf): New functions.
9888
d2cbfba0
SM
9889 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
9890 log-view-*-(message|file) and use easy-mmode-define-navigation.
9891 (log-view-message-re): Match SCCS format as well.
9892 And match the revision line rather than the dashed separator line.
9893 (log-view-mode): Use the new define-derived-mode.
9894 (log-view-current-tag): Fill in with an actual implementation.
9895
9896 * cvs-status.el (cvs-status-(prev|next)): Rename from
9897 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
9898 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
9899 to let the output "breathe" a little more (more readable).
9900 (cvs-status-mode): Use the new define-derived-mode.
9901
9902 * smerge-mode.el (smerge-auto-leave): New function and variable.
9903 (smerge-basic-map): Rename from smerge-basic-keymap.
9904 Change the bindings for smerge-diff-*.
9905 (smerge-*-map): Use easy-mmode-defmap.
9906 (smerge-(next|prev)): Use easy-mmode-define-navigation.
9907 (smerge-keep-*): Use smerge-auto-leave.
9908
51663132
JR
99092000-03-21 Jason Rumney <jasonr@gnu.org>
9910
9911 * cus-edit.el (custom-button-face): Use 3D look for w32.
9912 (custom-button-pressed-face): Likewise.
9913
3f6e4b8b
GM
99142000-03-21 Gerd Moellmann <gerd@gnu.org>
9915
9916 * progmodes/etags.el (tags-case-fold-search): New user-option.
9917 (tags-loop-eval): New function. Bind case-fold-search around eval
9918 depending on the value of tags-case-fold-search.
9919 (tags-loop-continue): Use tags-loop-eval.
9920 (find-tag-in-order): Bind case-fold-search depending on the value
9921 of tags-case-fold-search.
9922
c7ea3acc
SM
99232000-03-21 Stefan Monnier <monnier@cs.yale.edu>
9924
0ae39f53
SM
9925 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
9926 (diff-end-of-hunk): Return the end position for use in
9927 `easy-mmode-define-navigation'.
9928 (diff-recenter): Remove.
9929 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
9930 of `easy-mmode-define-navigation'.
9931 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
9932 previous renaming) and fix to use new names.
9933 (diff-merge-strings): Use \n as separator: simpler, faster.
9934 (diff-mode): Use `define-derived-mode'.
9935
c7ea3acc
SM
9936 * derived.el (define-derived-mode): Don't autoload anymore.
9937 Prefer the macro-only version provided by easy-mmode.el.
9938
9939 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
9940 `easy-mmode-define-derived-mode'.
9941 Use `combine-run-hooks'.
9942 (easy-mmode-define-navigation): New macro.
9943
9944 * subr.el (combine-run-hooks): New function.
9945
6c4bfdc0
KH
99462000-03-21 Kenichi HANDA <handa@etl.go.jp>
9947
9948 * term/x-win.el: Fontsets related initialization is simplified.
9949
9950 * international/mule-diag.el (describe-font): Don't refer to
9951 global-fontset-alist, instead call font-list.
9952 (describe-fontset, list-fontsets, mule-diag): Likewise.
9953 (print-fontset): Adjusted for the change of fontset
9954 implementation.
9955
9956 * international/fontset.el (x-charset-registries): Variable
9957 removed, instead the corresponding data is stored in the default
9958 fontset.
9959 (register-alternate-fontnames): Function removed.
9960 (resolved-ascii-font): Variable removed.
9961 (x-compose-font-name): Ignore the second argument REDOCE.
9962 (x-complement-fontset-spec): Complement only an ASCII font and
9963 element for those charsets than can use that ASCII font.
9964 (generate-fontset-menu): Don't refer to global-fontset-alist,
9965 instead call fontset-list.
9966 (uninstantiated-fontset-alist): Variable removed.
9967 (x-style-funcs-alist): Likewise.
9968 (fontset-default-styles): Likewise.
9969 (x-modify-font-name): Function removed.
9970 (create-fontset-from-fontset-spec): Ignore the argument
9971 STYLE-VARIANT.
9972 (create-fontset-from-ascii-font): Docsting adjusted for the above
9973 change.
9974 (instantiate-fontset, resolve-fontset-name): Functions removed.
9975 (fontset-list): Now implemented by C code.
fa78f71b 9976
6c4bfdc0
KH
9977 * faces.el (read-face-font): Fix TABLE arg to completing-read.
9978 (describe-face): Include `font' attribute in the description.
9979
9111d4b5
KH
99802000-03-21 Kenichi Handa <handa@etl.go.jp>
9981
9982 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
9983
b33dd3b0
GM
99842000-03-20 Gerd Moellmann <gerd@gnu.org>
9985
a25bbe00
GM
9986 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
9987 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
9988 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 9989
b33dd3b0
GM
9990 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
9991 about behavior of set-buffer-modified-p wrt redisplay.
9992
8b7bc628 99932000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
9994
9995 * view.el (view-mode-disable): Kill local binding of view-read-only.
9996
d7b511c4
GM
99972000-03-18 Gerd Moellmann <gerd@gnu.org>
9998
9999 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
10000 is a string, convert it to a syntax cell using string-to-syntax.
10001
10002 * simple.el (syntax-code-table, syntax-flag-table): New variables.
10003 (string-to-syntax): New function.
10004
10005 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
10006 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 10007 try to use passive ftp mode.
d7b511c4 10008
998ecc60
GM
100092000-03-17 Gerd Moellmann <gerd@gnu.org>
10010
b33dd3b0 10011 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
10012
10013 * simple.el (append-to-buffer): Update point of windows after
10014 insertion.
10015
10016 * abbrev.el (inverse-add-abbrev): Identify word by first moving
10017 forward then moving backward. Reindent.
10018
10019 * frame.el (other-frame): Call x-focus-frame only if
10020 focus-follows-mouse is off.
10021
235d6821
DL
100222000-03-17 Dave Love <fx@gnu.org>
10023
10024 * pcvs-util.el (cvs-strings->string): Rename
10025 replace-regexps-in-string.
10026
a29a2cd1
SM
100272000-03-17 Stefan Monnier <monnier@cs.yale.edu>
10028
af595444
SM
10029 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
10030 regexp for labels cannot span several lines.
10031
10032 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 10033 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 10034
a9be2843
DL
100352000-03-16 Dave Love <fx@gnu.org>
10036
10037 * progmodes/f90.el (f90): Put custom group under `languages', not
10038 `fortran'.
10039 (f90-mode-hook): Customize.
10040 (f90-mode): Set add-log-current-defun-function.
10041 (f90-current-defun): New function.
10042
d0ab3e9d
GM
100432000-03-16 Gerd Moellmann <gerd@gnu.org>
10044
16b20ed9
GM
10045 * cus-edit.el (custom-variable-tag-face): Handle case that
10046 default face's height is not a number.
10047 (custom-face-tag-face, custom-group-tag-face-1)
10048 (custom-group-tag-face): Ditto.
10049 (custom-group-tag-face-1): Add :group.
fa78f71b 10050
d0ab3e9d
GM
10051 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
10052
ae8ab422
GM
100532000-03-15 Gerd Moellmann <gerd@gnu.org>
10054
10055 * pcvs-defs.el (toplevel): Remove autoload cookie for form
10056 requiring easymenu.
10057
81c7ca69
GM
100582000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10059
10060 * ps-print.el: PostScript user-defined prologue, PostScript error
10061 handler, doc fix.
10062 (ps-print-version): New version number (5.1).
10063 (ps-user-defined-prologue, ps-error-handler-message)
10064 (ps-print-prologue-0, ps-error-handler-alist): New vars.
10065 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
10066 (ps-insert-string): New function.
fa78f71b 10067
dcf1003d
KH
100682000-03-15 Kenichi Handa <handa@etl.go.jp>
10069
10070 * international/ccl.el (ccl-compile-expression): Don't generate
10071 invalid self-assignment code.
10072
73825616
DL
100732000-03-14 Dave Love <fx@gnu.org>
10074
10075 * subr.el (replace-regexp-in-string): Renamed from
10076 replace-regexps-in-string. Doc fix.
10077
031020ac
DL
100782000-03-12 Dave Love <fx@gnu.org>
10079
10080 * cus-edit.el: Doc fixes.
10081 (customize-set-variable, customize-save-variable): Rename args for
10082 doc.
10083 (custom-variable-tag-face, custom-face-tag-face)
10084 (custom-group-tag-face-1, custom-group-tag-face): Modify from
10085 style which user identify as hyperlink.
10086 (hook): Don't add undefined functions to the hook.
10087 (debug-ignored-errors): Transfer message from bindings.el.
10088
9b2f3c38
GM
100892000-03-12 Gerd Moellmann <gerd@gnu.org>
10090
10091 * recentf.el (recentf-keep-non-readable-files-p): Remove
10092 double/nested definition.
10093
0d6e23cf
DL
100942000-03-12 Dave Love <fx@gnu.org>
10095
10096 * facemenu.el (facemenu-get-face): Use display-color-p.
10097 * enriched.el (enriched-decode-foreground): Likewise.
10098 (enriched-decode-background): Likewise.
10099 * isearch.el (isearch-highlight): Likewise.
10100 * info-look.el (info-lookup): Likewise.
10101 * simple.el (completion-setup-function): Likewise.
10102
10103 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
10104 :options.
10105
10106 * bindings.el (mode-line-format): Fix line-number and
10107 column-number items. Add help-echo for the background.
10108 (mode-line-mule-info): Modify help-echo.
10109
10110 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
10111 defcustom.
10112
10113 * files.el (load-file): Allow completion to .elc.
10114
10115 * man.el: Doc fixes.
10116 (Man-init-defvars): Use display-color-p to set fontification.
10117
10118 * play/hanoi.el (hanoi-internal): Don't use oddp.
10119
e1cff360
GM
101202000-03-12 Gerd Moellmann <gerd@gnu.org>
10121
10122 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
10123
10124 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
10125
5e5dff44
GM
101262000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
10127
10128 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
10129 Fix comment.
10130
5b467bf4
SM
101312000-03-10 Stefan Monnier <monnier@cs.yale.edu>
10132
83fef604
SM
10133 * font-lock.el (font-lock-keywords): Fix the doc now that
10134 regexp-opt-depth is unnecessary.
10135 (save-buffer-state): Set an edebug spec.
10136 (font-lock-fontify-anchored-keywords): Properly handle the case when
10137 the matcher goes past the limit.
10138
5b467bf4
SM
10139 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
10140 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
10141
83fef604
SM
10142 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
10143 dll.el and cookie.el (from Elib) with heavy renaming and other
10144 massaging.
5b467bf4
SM
10145
10146 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
10147 Autoload the functions used.
10148 (easy-mmode-define-syntax): Fix CL typo.
10149 (easy-mmode-define-derived-mode): Improve the docstring generation.
10150
d407456c
GM
101512000-03-10 Gerd Moellmann <gerd@gnu.org>
10152
10153 * textmodes/texinfo.el (texinfo-version): Variable and function
10154 removed.
10155
5a7a545c
SM
101562000-03-09 Stefan Monnier <monnier@cs.yale.edu>
10157
0d6e23cf
DL
10158 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
10159 allow more flexibility.
10160 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
10161 fns.
10162 (easy-mmode-defmap, easy-mmode-defsyntax)
10163 (easy-mmode-define-derived-mode): New macros.
5a7a545c 10164
d407456c 101652000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
10166
10167 * rect.el (replace-rectangle): New function.
10168
101692000-03-09 Dave Love <fx@gnu.org>
10170
10171 * progmodes/fortran.el (fortran-comment-line-start): Define as
10172 "C".
10173 (fortran-comment-line-start-skip): Don't match cpp stuff.
10174 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
10175 (fortran-mode-map): Remove over-eager custom-menu-create for now.
10176 (fortran-mode): Don't set fortran-comment-line-start-skip,
10177 fortran-comment-line-start here. Set comment-start,
10178 add-log-current-defun.
10179 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
10180 (fortran-current-defun): New function.
10181
80460654
GM
101822000-03-09 Gerd Moellmann <gerd@gnu.org>
10183
d1221ea9
GM
10184 * emacs-lisp/re-builder.el: New file.
10185
1853aa6b
GM
10186 * mouse.el (mouse-drag-region): Don't run up-event handler
10187 if hscroll has changed.
10188
80460654
GM
10189 * octave-mod.el (octave-font-lock-keywords): To font-lock the
10190 builtin operators, use `font-lock-builtin-face' for Emacs and
10191 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
10192
10193 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
10194 `(defun (setf foo)' differently.
10195
c0056275
SM
101962000-03-08 Stefan Monnier <monnier@cs.yale.edu>
10197
10198 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
10199 (regexp-opt): Update comment and adapt the code the new meaning of
10200 the `paren' argument of regex-opt-group for shy-groups.
10201 (regexp-opt-depth): Handle shy groups as well as backslashed
10202 backslashes.
c0056275
SM
10203 (regexp-opt-group): Turn the leading comment into a docstring.
10204 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
10205 Remove open-presuf and close-presuf. Instead of checking for `all
10206 one-char' and then later on check for `several one-char', handle
10207 both cases close together. Also apply a more generic algorithm
10208 for suffixes (the mirror image of the algorithm used for
10209 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
10210 (regexp-opt-try-suffix): Removed.
10211
10212 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
10213 from comint-mode-map, so we can just inherit from it. Also, move
10214 the initialization into the `defvar' since there's no docstring
10215 anyway and it's fairly short.
10216 (inferior-scheme-mode): Define it as derived-mode: the code is
10217 shorter and this way we inherit from comint-mode-map rather than
10218 copying it.
c0056275 10219
80460654
GM
10220 * subr.el (replace-regexps-in-string): Properly handle the case
10221 where we match an empty string.
c0056275 10222
80460654
GM
10223 * comint.el (comint-exec-1): Add the current-dir to the exec-path
10224 when the command has a directory component (such as "./testml").
c0056275
SM
10225 Also fix a typo in the comment.
10226
5e91ff9e
GM
102272000-03-08 Gerd Moellmann <gerd@gnu.org>
10228
feab4fba
GM
10229 * Makefile (compile-files): Compile files one by one because
10230 that's the only way to ensure a clean compilation environment for
10231 each individual file.
10232
5e91ff9e
GM
10233 * frame.el (other-frame): Call x-focus-frame.
10234
76162e12
DL
102352000-03-07 Dave Love <fx@gnu.org>
10236
f64ce788
DL
10237 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
10238 :require to defcustom.
10239
76162e12
DL
10240 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
10241 lists.
10242
10243 * files.el (auto-mode-alist): Add configure.in.
10244
10245 * progmodes/autoconf.el: New file.
10246
f7daf1e1
GM
102472000-03-07 Gerd Moellmann <gerd@gnu.org>
10248
10249 * mail/mh-e.el: Change maintainer to `none'.
10250
10251 * recentf.el (recentf-keep-non-readable-files-p): Quote args
10252 to remove-hook and add-hook.
10253
102542000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10255
10256 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
10257 it as the default.
10258 (mail-send): Test mail-send-nonascii also for the new `mime' value.
10259 (sendmail-send-it): Conditionally add MIME headers specifying the
10260 used character set.
fa78f71b 10261
63f6b2c4
DL
102622000-03-07 Dave Love <fx@gnu.org>
10263
10264 * winner.el: Fix keywords, autoload cookies. Split
10265 eval-when-compile form to avoid compilation failure.
10266
8330e2f9
KH
102672000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
10268
10269 * international/mule.el: Modify comment about coding system
10270 property `coding-category'.
10271 (make-coding-system): New argument EOL-TYPE. Pay attention to
10272 coding-category property of PROPERTIES.
10273
10274 * international/mule-conf.el (coding-category-utf-8,
10275 coding-category-utf-16-be, coding-category-utf-16-le): New coding
10276 categories. Include them in the argument for set-coding-priority.
10277
10278 * international/mule-cmds.el (reset-language-environment): Include
10279 coding-category-utf-8, coding-category-utf-16-be, and
10280 coding-category-utf-16-le in the argument for set-coding-priority.
10281 (reset-language-environment): Initialize coding-category-utf-8,
10282 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
10283
18bb0684
GM
102842000-03-06 Karl Fogel <kfogel@red-bean.com>
10285
10286 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
10287 code abstracted out of `bookmark-jump-noselect'. Now tries info
10288 extensions as well as compression extensions.
10289 (bookmark-jump-noselect): Use above new func.
fa78f71b 10290
71a6ba55
GM
102912000-03-03 Gerd Moellmann <gerd@gnu.org>
10292
10293 * strokes.el: Change maintainer's mail address.
10294
0d56cdff
KH
102952000-03-03 Kenichi Handa <handa@etl.go.jp>
10296
10297 * international/mule-diag.el (list-character-sets): Make help-echo
10298 string by substitute-command-keys.
10299 (list-character-sets): Likewise.
10300 (sort-listed-character-sets): Call help-setup-xref.
10301
900fa1f1
GM
103022000-03-02 Gerd Moellmann <gerd@gnu.org>
10303
10304 * time.el (display-time-mail-file): Add `none' to the list of
10305 choices.
10306
54d04320
DL
103072000-03-01 Dave Love <fx@gnu.org>
10308
43f3fa09
DL
10309 * help.el (help-xref-go-back): Don't try to set position.
10310
54d04320
DL
10311 * international/mule-diag.el (list-character-sets): Call
10312 help-setup-xref. Add help-echo to xrefs.
10313 (list-character-sets-1): Add help-echo to xrefs.
10314
d054101f
GM
103152000-03-02 Gerd Moellmann <gerd@gnu.org>
10316
10317 * frame.el (blink-cursor-mode): Switch cursor on when turning
10318 the mode off.
10319
10320 * add-log.el (add-log-current-defun): Add support for
10321 Autoconf mode.
10322
10323 * mail/rmail.el (rmail-quit-hook): New variable.
10324
d77dae5c
DL
103252000-03-01 Dave Love <fx@gnu.org>
10326
e5f597f0
DL
10327 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
10328
d77dae5c
DL
10329 * help.el (help-xref-button): Add help-echo arg.
10330 (describe-function-1, describe-variable, help-make-xrefs): Use it.
10331
10332 * faces.el (list-faces-display): Supply help-echo with
10333 help-make-xrefs.
10334
10335 * facemenu.el (list-text-properties-at): Set help-xref-stack to
10336 nil.
10337
72d19d75
GM
103382000-03-01 Gerd Moellmann <gerd@gnu.org>
10339
2df636f4
GM
10340 * image.el (defimage): Look for image files in load-path.
10341
fa78f71b 10342 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
10343 `number'.
10344
2df636f4
GM
103452000-03-01 David Ponce <david.ponce@wanadoo.fr>
10346
10347 * recentf.el (recentf): Added version tag to the defgroup of
10348 recentf.
10349
103502000-03-01 David Ponce <david.ponce@wanadoo.fr>
10351
10352 * recentf.el (recentf-cleanup): Changed to remove excluded file
10353 too.
10354 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
10355 action to select/unselect a file.
10356 (recentf-edit-list): Code cleanup and improvement.
10357 (recentf-open-more-files-action): `recentf-open-more-files' button
10358 widget action to open a file.
10359 (recentf-open-more-files): No more use standard completion but
10360 widgets.
10361 (recentf-more-collection): Deleted.
10362 (recentf-more-history): Deleted.
10363 (recentf-setup-more-completion): Deleted.
10364
103652000-03-01 David Ponce <david.ponce@wanadoo.fr>
10366
10367 * recentf.el (recentf-mode): No more needs that Emacs is running
10368 under a window-system.
10369
103701999-03-01 David Ponce <david.ponce@wanadoo.fr>
10371
10372 * recentf.el (recentf-edit-list): New command to edit the recent
10373 list which allow the user to remove files.
10374 (recentf-edit-selected-items): New global variable, used by
10375 `recentf-edit-list' to hold the list of files to be removed from
10376 the recent list.
10377 (recentf-make-menu-items): Updated to display a "Edit list..."
10378 menu item. Minor code cleanup.
10379
103801999-03-01 David Ponce <david.ponce@wanadoo.fr>
10381
10382 * recentf.el (recentf-open-more-files): New command to open files
10383 that are not displayed in the menu.
10384 (recentf-more-collection): New global variable holding the set of
10385 permissible completions used by `recentf-open-more-files'.
10386 (recentf-more-history): New global variable holding the history list
10387 used by `recentf-open-more-files' completion.
10388 (recentf-setup-more-completion): New function to setup completion for
10389 `recentf-open-more-files'.
10390 (recentf-make-menu-items): Updated to display a "More..." menu item.
10391
103921999-03-01 David Ponce <david.ponce@wanadoo.fr>
10393
10394 * recentf.el (recentf-menu-action): Doc fixed.
10395
103961999-03-01 David Ponce <david.ponce@wanadoo.fr>
10397
10398 * recentf.el (recentf-menu-filter): Doc updated.
10399 (recentf-update-menu-hook): Allow menu filters to force menu update.
10400 (recentf-make-menu-items): New menu filter handling.
10401 (recentf-make-menu-item): New helper function.
10402 (recentf-menu-elements): New menu handling function.
10403 (recentf-sort-ascending): Updated to new menu filter handling.
10404 (recentf-sort-descending): Updated to new menu filter handling.
10405 (recentf-sort-basenames-ascending): New menu filter function.
10406 (recentf-sort-basenames-descending): New menu filter function.
10407 (recentf-show-basenames): New menu filter function.
10408 (recentf-show-basenames-ascending): New menu filter function.
10409 (recentf-show-basenames-descending): New menu filter function.
10410
72d19d75
GM
104112000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10412
10413 * diary-lib.el (list-diary-entries): Don't try to go forward at
10414 the end of the buffer.
10415
1ac1c836
KH
104162000-02-29 Kenichi Handa <handa@etl.go.jp>
10417
10418 * international/mule-diag.el (list-character-sets): Completely
10419 rewritten.
10420 (sort-listed-character-sets): New function.
10421 (list-character-sets-1): Completely rewritten.
10422 (list-character-sets-2): New function.
10423 (non-iso-charset-alist): New variable.
10424 (decode-codepage-char): New function.
10425 (charset-history): New variable.
10426 (read-charset) (list-block-of-chars)
10427 (list-iso-charset-chars)
10428 (list-non-iso-charset-chars)
10429 (list-charset-chars): New functions.
10430 (mule-diag): Call list-character-sets-2, not
10431 list-character-sets-2.
10432 (dump-charsets): Likewise.
10433
ed4d0512
GM
104342000-02-29 Gerd Moellmann <gerd@gnu.org>
10435
72d19d75
GM
10436 * dired-x.el (dired-filename-at-point): Add `@' to valid
10437 file name characters.
10438 (dired-filename-at-point): Handle ange-ftp file names.
10439
ed4d0512
GM
10440 * frame.el (frame-notice-user-settings): Use assq-delete-all
10441 instead of assoc-delete-all.
10442 (frame-notice-user-settings): Ditto.
10443
10444 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
10445 Don't copy alist.
10446
32038c7a
GM
104472000-02-28 Eli Barzilay <eli@cs.cornell.edu>
10448
10449 * calculator.el (calculator-use-menu): New option.
10450 (calculator-initial-bindings): Changed some bindings to work as
10451 macros.
10452 (calculator-forced-input): Removed.
10453 (calculator-restart-other-mode): New variable.
10454 (calculator-mode-map): Set up menu.
fa78f71b 10455
32038c7a
GM
104562000-02-28 Jari Aalto <jari.aalto@poboxes.com>
10457
10458 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
10459 tags.
fa78f71b 10460
55d7ff38 104612000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 10462
55d7ff38
MK
10463 * viper-cmd.el (viper-envelop-ESC-key): added the option to
10464 translate all ESC key sequences.
10465 (viper-goto-mark-subr): restore markers for files for which
10466 they were saved.
10467 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
10468 * viper-util.el (viper-set-replace-overlay-glyphs,
10469 viper-set-replace-overlay): always check if the replacement
10470 overlay is live.
10471 * viper.el (viper-vi-state-mode-list): added major modes.
10472 * ediff-wind.el: minor comment changes.
10473 * ediff.el: copyright notice date fix.
fa78f71b 10474
387023ee
JR
104752000-02-27 Jason Rumney <jasonr@gnu.org>
10476
10477 * faces.el (face-font-family-alternatives): Add arial to helv.
10478 (mode-line, header-line, tool-bar): Same default as x for w32.
10479 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
10480 face-font-family-alternatives from working.
10481 * term/w32-win.el (mouse-set-font): Do not build fontset from
10482 chosen font.
10483
f43d79c1
GM
104842000-02-25 Sam Steingold <sds@goems.com>
10485
5d80cc9c 10486 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 10487 properly.
fa78f71b 10488
8b7bc628 104892000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
10490
10491 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
10492
4eb8436f
GM
104932000-02-25 Gerd Moellmann <gerd@gnu.org>
10494
10495 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
10496 writable.
10497
449c3c52 10498 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 10499
42088c12
GM
105002000-02-24 Gerd Moellmann <gerd@gnu.org>
10501
10502 * frame.el (show-cursor-in-non-selected-windows): New option.
10503
c60ea02e
GM
105042000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10505
10506 * diary-lib.el (include-other-diary-files): Undo the selective
10507 display in any included file and don't kill it.
10508
d066de8e
EZ
105092000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
10510
10511 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
10512 bar. Menu items converted to (menu-item format, help strings
10513 added.
10514 [downcase, upcase]: Don't enable on MS-DOS.
10515 [symlink, symlinks]: Don't show if make-symbolic-link is not
10516 bound.
10517 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
10518
b6906b38
DL
105192000-02-23 Dave Love <fx@gnu.org>
10520
275cf1b2
DL
10521 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
10522 (backward-kill-word): Revert addition of * to interactive spec --
10523 it's a feature.
10524
10525 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
10526 (backward-kill-sentence, kill-sentence): Likewise.
10527
99d48056
DL
10528 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
10529 scratch buffer name.
10530 (gud-format-command): Use int-to-string in ?l case. Simplify
10531 slightly.
10532
10533 * term/w32-win.el (internal-face-interactive): Update prompt for
10534 new read-face-name.
10535
10536 * mail/footnote.el (footnote): Add :version to defgroup.
10537 (footnote-section-tag-regexp): Customize.
10538 (footnote-start-tag, footnote-end-tag): New option.
10539 (footnote-latin-regexp): New variable.
10540 (Footnote-latin): New function.
10541 (footnote-style-alist): Add element for latin style.
10542 (footnote-style): Moved.
10543 (Footnote-goto-footnote): Use eq to test arg.
10544
10545 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
10546
b6906b38
DL
10547 * emacs-lisp/byte-opt.el: Change old backquote syntax.
10548 (byte-compile-trueconstp): Include keywords.
10549 (byte-optimize-quote, byte-optimize-lapcode): Use
10550 byte-compile-const-symbol-p.
10551 (byte-optimize-char-before): New optimization.
10552
10553 * emacs-lisp/bytecomp.el: Change old backquote syntax.
10554 (byte-compile-const-symbol-p): New function.
10555 (byte-compile-constp, byte-compile-out-toplevel)
10556 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
10557 Use it.
10558
10559 * subr.el (define-key-after): Default AFTER to t. Doc fix.
10560
214f877f
KH
105612000-02-23 Kenichi Handa <handa@etl.go.jp>
10562
c709bcf1
KH
10563 * international/encoded-kb.el: Be sure to update minor-mode-alist
10564 and minor-mode-map-alist.
10565 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
10566 codes SS2 and SS3 correctly.
10567 (encoded-kbd-self-insert-ccl): New function.
10568 (encoded-kbd-setup-keymap): New function.
10569 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
10570 by calling encoded-kbd-setup-keymap.
10571
214f877f
KH
10572 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
10573 characters.
10574 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
10575 locally.
10576
b021ef18
DL
105772000-02-22 Dave Love <fx@gnu.org>
10578
10579 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
10580 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
10581 defvar.
10582 (lisp-mode-syntax-table): Set up for #|...|# comments.
10583 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
10584 classes. Match `defface'.
10585 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
10586 (eval-defun-1): Fix for defcustom.
10587 (lisp-indent-region): Doc fix.
10588
10589 * subr.el (when, unless, split-string): Doc fix.
10590 (read-passwd): Move call of clear-this-command-keys to the right
10591 place.
10592 (replace-regexps-in-string): New function.
10593
14cc00ad
GM
105942000-02-22 Gerd Moellmann <gerd@gnu.org>
10595
10596 * help.el (describe-variable): Set syntax table to
10597 emacs-lisp-mode-syntax-table when moving forward over the
10598 symbol's name.
10599
47da5efa
DL
106002000-02-22 Dave Love <fx@gnu.org>
10601
10602 * xt-mouse.el: Doc fixes.
10603 (xterm-mouse-position-function): New function, replacing advice of
10604 mouse-position.
10605 (xterm-mouse-mode): Use it. Don't turn on under a window system.
10606
10607 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
10608
f0a6c717
GM
106092000-02-21 Gerd Moellmann <gerd@gnu.org>
10610
10611 * format.el (format-annotate-single-property-change): Handle
10612 properties.with dotted-list values.
10613 (format-proper-list-p): New function.
10614
10615 * enriched.el (enriched-face-ans): Handle '(foreground-color
10616 . COLOR) and (background-color . COLOR).
10617
2be80b63
DL
106182000-02-20 Dave Love <fx@gnu.org>
10619
10620 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
10621 and assignments to it.
10622 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
10623 current local map.
10624 (make-flyspell-overlay): Use it.
10625 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
10626
10627 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
10628 (lm-get-header-re): Defun, not defsubst.
10629 (lm-get-package-name): Defun, not defsubst. Simplify.
10630 (lm-version): Doc fix. Simplify.
10631 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
10632 (lm-crack-address, lm-last-modified-date, lm-commentary)
10633 (lm-verify, lm-synopsis): Simplify.
10634 (lm-report-bug): Require emacsbug. Use compose-mail.
10635
329eed9f
GM
106362000-02-20 Gerd Moellmann <gerd@gnu.org>
10637
10638 * dired.el (dired-mode): Call propertized-buffer-identification
10639 to set mode-line-buffer-identification to something having
10640 the right text properties.
10641
10642 * bindings.el (propertized-buffer-identification): New function.
10643
be5bb146
DL
106442000-02-20 Dave Love <fx@gnu.org>
10645
10646 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
10647 check for t-mouse too.
10648
10649 * cus-start.el: Make echo-keystrokes `number'.
10650
1d4311c3
EZ
106512000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
10652
10653 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
10654 Don't call ring-empty-p unless tags-location-ring is bound.
10655 From Noah Friedman <friedman@splode.com>.
10656
a23c5037
TTN
106572000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
10658
10659 * progmodes/hideshow.el (hs-flag-region): No longer use
10660 `intangible' overlay property.
10661
10662 (hs-toggle-hiding): New command.
10663 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
10664
10665 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
10666 Fix omission bug: Run `hs-minor-mode-hook' for both activation
10667 and deactivation.
10668
b6a22bf8
GM
106692000-02-18 Gerd Moellmann <gerd@gnu.org>
10670
10671 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
10672
d621caf7
GM
106732000-02-17 Gerd Moellmann <gerd@gnu.org>
10674
3c0ed7ce
GM
10675 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
10676
d621caf7
GM
10677 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
10678 of `*' to handle `(* ... *)' comments.
10679
538d88fb
EZ
106802000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
10681
53c80cf6 10682 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 10683 window-system.
53c80cf6 10684
538d88fb
EZ
10685 * menu-bar.el (global-map): Menu-bar items converted to the new
10686 format (menu-item..., rearranged for better CUA compliance, and
10687 their names changed for better clarity. Help strings added.
10688
10689 * international/mule-cmds.el (mule-menu-keymap)
10690 (describe-language-environment-map, set-coding-system-map)
10691 (setup-language-environment-map): Convert to new (menu-item...
10692 form, add help strings. Change names of menu items for better
10693 clarity. "Mule" menu-bar item removed (it's now in the "Options"
10694 submenu).
10695
8389e1e2 106962000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 10697
a23c5037 10698 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 10699 within the code.
a23c5037 10700
8389e1e2 107012000-02-16 Dave Love <fx@gnu.org>
a23c5037 10702
84fe35f0
DL
10703 * faces.el: Don't require custom. Add more specific :groups to
10704 various deffaces.
10705 (set-face-attribute): Purecopy args.
10706 (read-face-name): Default to name at point and use it in prompt.
10707 Remove colon from arg in all callers.
10708 (list-faces-display): Hyperlink to face descriptions and customize
10709 buffers.
10710
b2aeee30
DL
107112000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
10712
10713 * wid-edit.el (widget-match-inline): An atom never matches a
10714 list.
10715
99e95407
GM
107162000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10717
82d2c7c5
DL
10718 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10719 at ':' characters by call to split-string.
99e95407
GM
10720
107212000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10722
82d2c7c5 10723 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
10724
107252000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10726
82d2c7c5
DL
10727 * textmodes/bibtex.el: Some temporary comments removed.
10728 (bibtex-field-name, bibtex-entry-type): Made the relationship
10729 explicit.
10730 (bibtex-field-const): Allow capital letters.
10731 (bibtex-start-of-string): Deleted because unused.
10732
10733 * textmodes/bibtex.el: Unified some nomenclature. We no longer
10734 use the term 'reference' to describe a bibtex entry as a whole.
10735 Further, reference keys are no longer called 'labels'.
10736 (bibtex-keys): Renamed to bibtex-reference-keys.
10737 (bibtex-reformat-previous-labels): Renamed to
10738 bibtex-reformat-previous-reference-keys.
10739 (bibtex-reference-type): Renamed to bibtex-entry-type.
10740 (bibtex-reference-head): Renamed to bibtex-entry-head.
10741 (bibtex-reference-maybe-empty-head): Renamed to
10742 bibtex-entry-maybe-empty-head.
10743 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10744 (bibtex-search-reference): Renamed to bibtex-search-entry.
10745 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10746 bibtex-enclosing-entry-maybe-empty-head.
10747 (bibtex-entry-field-alist, bibtex-entry-head,
10748 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10749 bibtex-map-entries, bibtex-search-entry,
10750 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10751 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10752 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10753 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10754 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10755 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10756 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
10757
107582000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10759
82d2c7c5
DL
10760 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10761 comment.
10762 (bibtex-format-field-delimiters): New function, functionality
10763 extracted from bibtex-format-entry.
10764 (bibtex-autokey-get-yearfield-digits): New function, functionality
10765 extracted from bibtex-autokey-get-yearfield.
10766
10767 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10768 entries in order to avoid stack overflow in the regexp matcher if
10769 field contents become large.
10770 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10771 bibtex-field-string-part-not-braced,
10772 bibtex-field-string-part-no-inner-braces,
10773 bibtex-field-string-part-1-inner-brace,
10774 bibtex-field-string-part-2-inner-braces,
10775 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10776 bibtex-field-string-quoted, bibtex-field-string,
10777 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10778 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10779 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10780 as parsing is now performed by the following functions.
10781 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10782 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10783 bibtex-parse-field-string, bibtex-search-forward-field-string,
10784 bibtex-parse-association, bibtex-field-name-for-parsing,
10785 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10786 bibtex-search-forward-field, bibtex-search-backward-field,
10787 bibtex-start-of-field, bibtex-end-of-field,
10788 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10789 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10790 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10791 bibtex-parse-string, bibtex-search-forward-string,
10792 bibtex-search-backward-string, bibtex-start-of-string,
10793 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10794 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10795 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10796 entries. Instead of reporting the results of the parsing by
10797 match-beginning or match-end, these functions return data structures
10798 that hold the corresponding positions.
10799 (bibtex-enclosing-field): Changed to also report field boundaries by
10800 return values rather than by match-beginning or match-end. The
10801 following functions have been adapted to use the new parsing
10802 functions.
10803 (bibtex-skip-to-valid-entry, bibtex-search-reference,
10804 bibtex-enclosing-field, bibtex-format-entry,
10805 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10806 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10807 bibtex-print-help-message, bibtex-end-of-entry,
10808 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10809 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10810 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10811 method for parsing.
10812 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10813 bibtex-map-entries, bibtex-flash-head,
10814 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10815 bibtex-autokey-change, bibtex-autokey-get-namefield,
10816 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10817 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10818 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10819 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10820 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10821 order to make the new binding of case-fold-search immediately
10822 visible.
99e95407
GM
10823
108242000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10825
82d2c7c5
DL
10826 * textmodes/bibtex.el: Copyright notice is up to date.
10827 Added constant 'bibtex-maintainer-salutation.
99e95407 10828
82d2c7c5
DL
10829 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10830 than make-temp-name, use match-string-no-properties and eliminate
10831 a quadratic behavior when building bibtex-strings.
99e95407 10832
82d2c7c5
DL
10833 * bibtex.el (bibtex-reference-key): Accept string entries whose
10834 reference key contains upper case letters.
99e95407
GM
10835
108362000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10837
82d2c7c5
DL
10838 * bibtex.el (bibtex-reference-head): Allow entries to start with
10839 a new line.
99e95407
GM
10840
108412000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10842
82d2c7c5
DL
10843 * bibtex.el: Hiding of entry bodies is not longer provided by
10844 bibtex.el directly. Instead the hideshow package can be used.
10845 Added a special bibtex entry to hs-special-modes-alist.
10846 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
10847
108482000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10849
f24fef2f
SM
10850 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10851 at ':' characters by call to split-string.
8389e1e2
GM
10852
108532000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10854
f24fef2f 10855 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
10856
108572000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10858
f24fef2f
SM
10859 * textmodes/bibtex.el: Some temporary comments removed.
10860 (bibtex-field-name, bibtex-entry-type): Made the relationship
10861 explicit.
10862 (bibtex-field-const): Allow capital letters.
10863 (bibtex-start-of-string): Deleted because unused.
fa78f71b 10864
f24fef2f
SM
10865 * textmodes/bibtex.el: Unified some nomenclature. We no longer
10866 use the term 'reference' to describe a bibtex entry as a whole.
10867 Further, reference keys are no longer called 'labels'.
10868 (bibtex-keys): Renamed to bibtex-reference-keys.
10869 (bibtex-reformat-previous-labels): Renamed to
10870 bibtex-reformat-previous-reference-keys.
10871 (bibtex-reference-type): Renamed to bibtex-entry-type.
10872 (bibtex-reference-head): Renamed to bibtex-entry-head.
10873 (bibtex-reference-maybe-empty-head): Renamed to
10874 bibtex-entry-maybe-empty-head.
10875 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10876 (bibtex-search-reference): Renamed to bibtex-search-entry.
10877 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10878 bibtex-enclosing-entry-maybe-empty-head.
10879 (bibtex-entry-field-alist, bibtex-entry-head,
10880 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10881 bibtex-map-entries, bibtex-search-entry,
10882 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10883 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10884 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10885 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10886 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10887 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10888 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
10889
108902000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10891
f24fef2f
SM
10892 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10893 comment.
10894 (bibtex-format-field-delimiters): New function, functionality
10895 extracted from bibtex-format-entry.
10896 (bibtex-autokey-get-yearfield-digits): New function, functionality
10897 extracted from bibtex-autokey-get-yearfield.
fa78f71b 10898
f24fef2f
SM
10899 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10900 entries in order to avoid stack overflow in the regexp matcher if
10901 field contents become large.
10902 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10903 bibtex-field-string-part-not-braced,
10904 bibtex-field-string-part-no-inner-braces,
10905 bibtex-field-string-part-1-inner-brace,
10906 bibtex-field-string-part-2-inner-braces,
10907 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10908 bibtex-field-string-quoted, bibtex-field-string,
10909 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10910 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10911 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10912 as parsing is now performed by the following functions.
10913 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10914 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10915 bibtex-parse-field-string, bibtex-search-forward-field-string,
10916 bibtex-parse-association, bibtex-field-name-for-parsing,
10917 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10918 bibtex-search-forward-field, bibtex-search-backward-field,
10919 bibtex-start-of-field, bibtex-end-of-field,
10920 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10921 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10922 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10923 bibtex-parse-string, bibtex-search-forward-string,
10924 bibtex-search-backward-string, bibtex-start-of-string,
10925 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10926 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10927 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10928 entries. Instead of reporting the results of the parsing by
10929 match-beginning or match-end, these functions return data structures
10930 that hold the corresponding positions.
10931 (bibtex-enclosing-field): Changed to also report field boundaries by
10932 return values rather than by match-beginning or match-end. The
10933 following functions have been adapted to use the new parsing
10934 functions.
10935 (bibtex-skip-to-valid-entry, bibtex-search-reference,
10936 bibtex-enclosing-field, bibtex-format-entry,
10937 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10938 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10939 bibtex-print-help-message, bibtex-end-of-entry,
10940 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10941 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10942 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10943 method for parsing.
10944 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10945 bibtex-map-entries, bibtex-flash-head,
10946 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10947 bibtex-autokey-change, bibtex-autokey-get-namefield,
10948 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10949 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10950 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10951 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10952 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10953 order to make the new binding of case-fold-search immediately
10954 visible.
8389e1e2
GM
10955
109562000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10957
f24fef2f
SM
10958 * textmodes/bibtex.el: Copyright notice is up to date.
10959 Added constant 'bibtex-maintainer-salutation.
fa78f71b 10960
f24fef2f
SM
10961 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10962 than make-temp-name, use match-string-no-properties and eliminate
10963 a quadratic behavior when building bibtex-strings.
fa78f71b 10964
f24fef2f
SM
10965 * bibtex.el (bibtex-reference-key): Accept string entries whose
10966 reference key contains upper case letters.
8389e1e2
GM
10967
109682000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10969
f24fef2f
SM
10970 * bibtex.el (bibtex-reference-head): Allow entries to start with
10971 a new line.
8389e1e2
GM
10972
109732000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10974
f24fef2f
SM
10975 * bibtex.el: Hiding of entry bodies is not longer provided by
10976 bibtex.el directly. Instead the hideshow package can be used.
10977 Added a special bibtex entry to hs-special-modes-alist.
10978 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
10979
109802000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10981
82d2c7c5 10982 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
10983 proceedings entry type (for cross referencing). Thanks to Wagner
10984 Toledo Correa for the suggestion.
10985
82d2c7c5 10986 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 10987
eae61d8f
KH
109882000-02-14 Kenichi Handa <handa@etl.go.jp>
10989
10990 * international/characters.el: Setup case table for Vietnamese.
10991
fb07a302
GM
109922000-02-12 Gerd Moellmann <gerd@gnu.org>
10993
10994 * uniquify.el (toplevel): Require CL at compile time.
10995 (uniquify-push): Removed.
10996
10997 * shadowfile.el (shadow-when): Removed.
10998
10999 * tempo.el (tempo-dolist, tempo-mapc): Removed.
11000 (tempo-process-and-insert-string): Use dolist instead of
11001 tempo-dolist.
11002
11003 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
11004 regexp for paragraph-start.
11005
11006 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
11007 commas as well.
11008
a0eddf92
DL
110092000-02-10 Dave Love <fx@gnu.org>
11010
11011 * wid-edit.el: (widgets) [defgroup]: Remove url link.
11012 (widget-color-choice-list, widget-color-history, widget-mouse-help):
11013 Deleted.
11014 (widget-specify-field, widget-specify-button): Don't use
11015 widget-mouse-help as help-echo property.
11016 (default): Use #'ignore for :validate and :mouse-down-action.
11017 (checkbox): Add help-echo.
11018 (widget-sexp-validate): Rewritten to clarify error messages.
11019 (character): Use char-valid-p in :match function.
11020 (widget-color-complete): Use facemenu-color-alist.
11021 (widget-color-action): Use facemenu-read-color.
11022
11023 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
11024 set up `caar' &c that we now have.
11025
82d2c7c5
DL
110262000-02-09 Ray Blaak <blaak@gnu.org>
11027
11028 * delphi.el: Make resourcestring a declaration region, like const
11029 and var.
11030
6cbc1482
DL
110312000-02-09 Dave Love <fx@gnu.org>
11032
11033 * bindings.el (mode-line-input-method-map): New variable.
11034 (mode-line-mule-info): Use it; fix last change.
11035 (mode-line-mode-menu): Move definition.
11036 (mode-line-mouse-sensitive-p): Deleted.
11037 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
11038 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
11039 level.
11040
11041 * startup.el (command-line-1): Don't call
11042 make-mode-line-mouse-sensitive.
11043
f7136ee8
GM
110442000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11045
11046 * mail/rmail.el (rmail-retry-failure): Use
11047 rmail-beginning-of-message before rmail-toggle-header, because the
11048 former toggles headers.
11049
6e1d0d15
SM
110502000-02-06 Stefan Monnier <monnier@cs.yale.edu>
11051
fef8c55b
SM
11052 * diff-mode.el (diff-kill-junk): New interactive function.
11053 (diff-reverse-direction): Use delete-and-extract-region.
11054 (diff-post-command-hook): Restrict the area so that the hook also works
11055 outside of any diff hunk. This is necessary for the minor-mode.
11056 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
11057 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
11058
6e1d0d15
SM
11059 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
11060 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
11061 so that it can be used more easily in <foo>-mode-hook. Also make sure
11062 to avoid duplicate entries.
11063 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
11064 (font-lock-remove-keywords): Just as was done for `add', allow it to
11065 work even if font-lock-mode is nil. Also make sure we don't modify
11066 any pre-existing list by forcing a copy-sequence. Finally rename
11067 `major-mode' to `mode'.
11068 (font-lock-fontify-syntactic-anchored-keywords)
11069 (font-lock-fontify-anchored-keywords)
11070 (font-lock-fontify-keywords-region): Use line-end-position.
11071 Don't make `font-lock-multiline' local (it's now done in
11072 font-lock-set-defaults).
11073 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
11074 move the `font-lock-fontified' creation to inside the `unless'.
11075
a75dfea0
AI
110762000-02-06 Andrew Innes <andrewi@gnu.org>
11077
11078 * term/w32-win.el (x-handle-args): Comment out call to message,
11079 which occurs before window system is initialized.
11080
11081 * makefile.nt: Add support for recompiling lisp code.
11082
b85e9462
DL
110832000-02-04 Dave Love <fx@gnu.org>
11084
9ff33afb
DL
11085 * bindings.el (mode-line-mule-info): Fix/extend last change.
11086
b85e9462
DL
11087 * completion.el: Replace completion-dolist with dolist.
11088
11089 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
11090 dotimes.
11091
44dff075
CD
110922000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
11093
11094 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
11095 environment names before they go into the section regexp.
11096
11097 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
11098 char class in regexp.
11099
11100 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
11101 `case-fold-search' to nil.
11102
11103 * progmodes/idlwave.el (idlwave-template): Respect
11104 `idlwave-abbrev-change-case'.
11105 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
11106 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
11107 idlwave-while): respect `idlwave-reserved-word-upcase'.
11108 (idlwave-rw-case): New function.
11109 (idlwave-statement-match): Fixed problem with assignment regexp.
11110 (idlwave-font-lock-keywords): Improved regexp for keyword
11111 parameters.
a23c5037 11112 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
11113 operators longer than 1 char.
11114
11115 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
11116 idlwave-shell-expression-overlay. Implemented printing of
11117 expressions on higher levels of the calling stack.
11118 (idlwave-shell-display-level-in-calling-stack): Restore stack
11119 level.
11120 (idlwave-retrieve-expression-from-level): New function.
11121 (idlwave-shell-last-calling-stack): Variable removed.
11122 (idlwave-shell-reset): Argument action reversed (`visible' to
11123 `hidden'). Also remove stop-line overlay.
11124 (idlwave-shell-calling-stack-routine): New variable.
11125 (idlwave-shell-parse-stack-and-display): Messages now display
11126 negative level numbers.
11127 (idlwave-shell-mode): Set `modeline-format'.
11128 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
11129 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
11130 21.
11131 (idlwave-shell-print-expression-function): New option.
a23c5037 11132
44dff075
CD
11133 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
11134 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
11135 `tool-bar' instead of `toolbar'.
11136
f26c34fd
DL
111372000-02-02 Dave Love <fx@gnu.org>
11138
11139 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
11140 emacs-lisp-mode-hook. Don't check for defalias being defined.
11141
11142 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11143 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
11144 the new builtins directly.
11145
11146 * whitespace.el (whitespace): Add :version to defgroup.
11147
11148 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
11149 Doc fix.
11150
11151 * thingatpt.el (sexp-at-point, symbol-at-point)
11152 (number-at-point, list-at-point): Add autoload cookie.
11153
11154 * recentf.el (recentf): Add :version to defgroup.
11155
11156 * quickurl.el (quickurl): Add :version to defgroup.
11157
11158 * elide-head.el (elide-head): Use point-marker more.
11159
11160 * bs.el (bs): Add :version to defgroup.
11161
11162 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
11163
11164 * progmodes/delphi.el (delphi): Add :version to defgroup.
11165
d240a249
GM
111662000-02-02 Gerd Moellmann <gerd@gnu.org>
11167
11168 * ange-ftp.el (ange-ftp-write-region): Handle case that
11169 succeeding process operation sets a different coding system.
11170
11171 * calculator.el: New file.
11172
d5179a01
EZ
111732000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
11174
11175 * frame.el (frames-on-display-list, framep-on-display): New
11176 functions.
11177 (display-mouse-p, display-popup-menus-p, display-graphic-p)
11178 (display-selections-p, display-screens, display-pixel-width)
11179 (display-pixel-height, display-mm-width, display-mm-height)
11180 (display-backing-store, display-save-under, display-planes)
11181 (display-color-cells, display-visual-class): New functions.
11182
11183 * term/tty-colors.el (tty-color-gray-shades): New function.
11184
11185 * faces.el (display-color-p): Use framep-on-display.
11186 (display-grayscale-p): New function.
11187
968e00f0
DL
111882000-01-31 Dave Love <fx@gnu.org>
11189
11190 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
11191 (create-fontset-from-x-resource): Don't concat integers.
11192
2cb750ba
GM
111932000-01-31 Inge Frick <inge@nada.kth.se>
11194
11195 * view.el: Some changes in documentation. Removed some trailing
11196 whitespace. Changed some parameter names to agree with
11197 documentation.
11198 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
11199 window is not deleted. Modifies change 1998-04-26.
a23c5037 11200
74e9213b
GM
112012000-01-31 Gerd Moellmann <gerd@gnu.org>
11202
47569935
GM
11203 * windmove.el: New file.
11204
74e9213b
GM
11205 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11206 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 11207 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 11208
74e9213b
GM
11209 * jit-lock.el (jit-lock-function): Widen before calculating end
11210 position.
11211 (jit-lock-stealth-chunk-start): Rewritten.
11212
11213 * info.el (Info-title-face-alist): Removed.
11214 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
11215 faces.
11216 (Info-fontify-node): Use these faces.
11217
994c5afe
GM
112182000-01-30 Gerd Moellmann <gerd@gnu.org>
11219
11220 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
11221 (cl-macro-list1): Recognize `&allow-other-keys' instead of
11222 `&allow-other-keywords'.
11223
11224 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
11225 the list of directories scanned heuristically.
11226
11227 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
11228 exist.
11229
f00276e3
JR
112302000-01-30 Jason Rumney <jasonr@gnu.org>
11231
11232 * w32-fns.el: Define w32-tty-standard-colors.
11233
11234 * startup.el (command-line): Use w32-tty-standard-colors when in
11235 w32 console mode.
11236
cc4dfff0
DL
112372000-01-30 Dave Love <fx@gnu.org>
11238
e645e77b
DL
11239 * jka-compr.el (jka-compr-load): Fix up load-history.
11240
cc4dfff0
DL
11241 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
11242
11243 * emacs-lisp/cl-macs.el: Revert previous change.
11244
16215eb0
DL
112452000-01-29 Dave Love <fx@gnu.org>
11246
11247 * facemenu.el: Purecopy various strings.
11248
11249 * timezone.el (timezone-fix-time): Window against 69 for two-digit
11250 years. Deal with three-digit years.
11251
11252 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
11253 defconst, purecopy.
11254 (help-back-label): Purecopy it.
11255
bbd9b566
GM
112562000-01-18 Gerd Moellmann <gerd@gnu.org>
11257
11258 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
11259 variable. If non-nil, order the buffer list according to the
11260 currently selected frame.
11261 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
11262 non-nil, pass the selected frame to function buffer-list.
a23c5037 11263
887448e1
GM
112642000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11265
11266 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
11267
7df85084
DL
112682000-01-28 Dave Love <fx@gnu.org>
11269
142e109c
DL
11270 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
11271
7df85084
DL
11272 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
11273 Don't use lisp-indent-hook property.
11274 (cl-abs): Remove.
11275
11276 * subr.el: Move out indent and edebug specs for when and unless.
11277
11278 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
11279 when, unless.
11280
11281 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
11282 unless, when.
11283
3b43c01c
GM
112842000-01-28 Gerd Moellmann <gerd@gnu.org>
11285
d060bc9f
GM
11286 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
11287 `collecting' as synonym for `collect'.
11288
11289 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
11290 for the case it contains spaces.
11291
11292 * simple.el (what-cursor-position): Change formatting of
11293 messages.
11294
b02786f9
GM
11295 * frame.el (delete-other-frames): New function.
11296 (toplevel): Bind it to C-x 5 1.
11297
efd68b8a
GM
11298 * sort.el (sort-numeric-base): New option.
11299 (sort-numeric-fields): If number starts with `0' or `0[xX[',
11300 interpret it as octal or hexadecimal. Use sort-numeric-base
11301 as default base.
11302
3b43c01c
GM
11303 * progmodes/glasses.el: New file.
11304
984ae001
GM
113052000-01-27 Gerd Moellmann <gerd@gnu.org>
11306
a0b796e3
GM
11307 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
11308 userids differently.
11309
984ae001
GM
11310 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11311 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11312 progmodes/ebnf-yac.el: New files.
11313
6c67ddee
DL
113142000-01-26 Dave Love <fx@gnu.org>
11315
11316 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
11317 on a function with an empty body. [From Eric Ludlam.]
11318
4e6473c8
GM
113192000-01-25 Andre Spiegel <spiegel@gnu.org>
11320
11321 * vc.el (vc-version-diff): Make sure file name is expanded.
11322
e12489f9
GM
113232000-01-25 Gerd Moellmann <gerd@gnu.org>
11324
11325 * scroll-bar.el (scroll-bar-timer): Variable removed.
11326 (scroll-bar-toolkit-scroll): Don't use a timer.
11327
8dbe2b07
KH
113282000-01-25 Kenichi Handa <handa@etl.go.jp>
11329
11330 * language/thai-util.el (thai-composition-function): Delete
11331 superfluous `a'.
11332
26ef1c87
DL
113332000-01-24 Dave Love <fx@gnu.org>
11334
11335 * fortran.el (fortran-mode): Use beginning-of-defun-function,
11336 end-of-defun-function.
11337
11338 * font-lock.el (turn-on-font-lock): Don't depend on window-system
11339 &c.
11340
7ed4e9a7
JR
113412000-01-22 Jason Rumney <jasonr@gnu.org>
11342
11343 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
11344 conflicts with new face support.
11345
8b7bc628 113462000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
11347
11348 * replace.el (query-replace): Rename last arg to DELIMITED.
11349 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
11350 (query-replace-regexp): Likewise.
11351
8b7bc628 113522000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 11353
02b14400
RS
11354 * subr.el (with-syntax-table): Use make-symbol, not gensym.
11355
5bb6f079
RS
11356 * emacs-lisp/lisp.el (beginning-of-defun-function):
11357 Variable renamed from beginning-of-defun.
11358 Do not call make-variable-buffer-local.
11359 (beginning-of-defun-raw): Use new variable name; doc fix.
11360 (beginning-of-defun): Doc fix.
11361 (end-of-defun-function): Variable renamed from end-of-defun.
11362 Do not call make-variable-buffer-local.
11363 (end-of-defun): Use new variable name; doc fix.
11364
02b14400
RS
11365 * subr.el (dolist, dotimes): Copied from cl-macs.el
11366 and made to work.
2d5e9b54 11367
a23c5037 11368 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
11369 Variable replaces rmail-digest-end-regexp.
11370 Allows multiple regexps for detecting the end line.
11371 (undigestify-rmail-message): Corresponding changes.
11372
60af03f1
DL
113732000-01-19 Dave Love <fx@gnu.org>
11374
fe5d99e1
DL
11375 * files.el (user-init-file): Don't declare here -- is primitive.
11376
60af03f1
DL
11377 * startup.el (command-line): Check for compiled user-init-file and
11378 set to uncompiled version if necessary.
11379
72dbbc7d
GM
113802000-01-18 Gerd Moellmann <gerd@gnu.org>
11381
6a1950ec
GM
11382 * mail/undigest.el (rmail-digest-end-regexp): New user option.
11383 (undigestify-rmail-message): Use it.
11384
72dbbc7d
GM
11385 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
11386
fbe91bbd
GM
113872000-01-17 Gerd Moellmann <gerd@gnu.org>
11388
11389 * tmm.el (tmm-goto-completions): Adapt to prompt being part
11390 of mini-buffer.
11391
33a6685b
GM
113922000-01-14 Gerd Moellmann <gerd@gnu.org>
11393
b3303df7
GM
11394 * emacs-lisp/copyright.el (copyright-update): Removed the
11395 requirement for a trailing space from `copyright-regexp', to
11396 support copyrights with owner specified on a separate line..
a23c5037 11397
3c4c8064
GM
11398 * align.el: New file.
11399
33a6685b
GM
11400 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
11401
11402 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
11403
044a4975
DL
114042000-01-13 Dave Love <fx@gnu.org>
11405
11406 * ph.el: Removed. (Obsoleted by EUDC.)
11407
0a352cd7
GM
114082000-01-13 Gerd Moellmann <gerd@gnu.org>
11409
11410 * net/eudc.el (toplevel): Remove autoloaded code installing
11411 menu with easymenu, because that causes build problems.
11412
11413 * frame.el (frame-notice-user-settings): New variable.
11414 (frame-notice-user-settings): Don't modify frame parameters
11415 if called a second time.
11416
8b7bc628 114172000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
11418
11419 * frame.el (frame-notice-user-settings):
11420 Notice default-frame-parameters even for non-window frames.
11421
feb450e0
GM
114222000-01-13 Gerd Moellmann <gerd@gnu.org>
11423
11424 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
11425 for Emacs.
11426 (eudc-bob-can-display-inline-images): Extend for Emacs.
11427 (eudc-bob-toggle-inline-display): Ditto.
11428 (eudc-bob-display-jpeg): Ditto.
11429
99c6d63b
GM
114302000-01-12 Gerd Moellmann <gerd@gnu.org>
11431
7970b229
GM
11432 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
11433 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
11434 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 11435
e4936aa9
GM
11436 * add-log.el (add-change-log-entry): Fix error trying an `(insert
11437 nil)'.
11438
11439 * subdirs.el: Add `net' directory.
11440
133c9e59
GM
11441 * net: New directory.
11442
99c6d63b
GM
11443 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
11444 eval-last-sexp. Don't bind debug-on-error here.
11445 (eval-last-sexp): New function. Bind debug-on-error if
11446 eval-expression-debug-on-error is non-nil.
11447 (eval-defun-2, eval-defun): Likewise.
11448
11449 * simple.el (eval-expression): Don't bind debug-on-error if
11450 eval-expression-debug-on-error is nil. Detect changed
11451 debug-on-error, and propagate new value to global binding, if
11452 eval-expression-debug-on-error is non-nil,
11453 (eval-expression-debug-on-error): Change doc string.
a23c5037 11454
8b7bc628 114552000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
11456
11457 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
11458
11459 * emacs-lisp/lisp-mode.el (with-syntax-table):
11460 Set up lisp-indent-function property.
11461
11462 * subr.el (with-syntax-table): Moved from simple.el.
11463
11464 * simple.el (with-syntax-table): Moved to subr.el.
11465
7e3c74fa
GM
114662000-01-11 Gerd Moellmann <gerd@gnu.org>
11467
1fab1775
GM
11468 * tmm.el (tmm-shortcut): Delete region after prompt instead
11469 of erasing buffer.
11470
7e3c74fa 11471 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
11472 (fill-context-prefix): Use the longest common prefix of first
11473 and second line fill prefix, if there is one.
7e3c74fa 11474
8b7bc628 114752000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
11476
11477 * array.el (array-mode): Don't use make-variable-buffer-local.
11478 Use make-local-variable for `truncate-lines'.
11479
aa705642 114802000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 11481
aa705642
GM
11482 * add-log.el (add-log-current-defun): Handle user-defined
11483 add-log-current-function returning nil,
a23c5037 11484
57df2446 11485 * add-log.el (add-change-log-entry): Insert version number
aa705642 11486 if having found a current function
c1356086
GM
11487
11488 * add-log.el (add-log-current-defun): Call
11489 `add-log-current-defun-function'. Try matches at level 0 and
11490 level 1. Strip whitespace from defun found.
a23c5037 11491
1d8c59e9
RS
114922000-01-10 John Wiegley <johnw@gnu.org>
11493
11494 * allout.el (isearch-done/outline-provisions): Added `edit'
11495 argument to correspond with the current definition of
11496 `isearch-done'.
11497
8cf87e9b
DL
114982000-01-10 Dave Love <fx@gnu.org>
11499
11500 * elide-head.el (elide-head): Use point-marker, not point.
11501
9050446c
GM
115022000-01-10 Gerd Moellmann <gerd@gnu.org>
11503
8321b22a
GM
11504 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
11505 before and after the year 2000.
a23c5037 11506
9050446c
GM
11507 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
11508 Add ispell- prefix.
11509
115102000-01-10 Ken Stevens <k.stevens@ieee.org>
11511
11512 * ispell.el: Only define dictionaries in menus when they exist.
11513 (version18p): New variable.
11514 (version20p): New variable.
11515 (xemacsp): New variable.
11516 (ispell-choices-win-default-height): Fix for XEmacs visibility.
11517 (ispell-dictionary-alist1): Added Brasileiro dictionary.
11518 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 11519 run-together words.
9050446c
GM
11520 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
11521 (ispell-dictionary-alist): Add koi8-r to customize definition.
11522 (check-ispell-version): Added documentation string. Returns
f24fef2f 11523 library path when called non-interactively.
9050446c
GM
11524 (ispell-menu-map-needed): Uses new variables.
11525 (ispell-library-path): New variable.
11526 (ispell-decode-string): XEmacs fix for bogus variable bindings.
11527 (ispell-word): Improved documentation string. Test for valid
11528 character mappings. Correctly check typed in word changes that can
11529 result in single words split into multiple words. Returns
11530 replacement word.
11531 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
11532 replace in recursive query replace mode. Help message for
11533 recursive edit mode.
11534 (ispell-show-choices): Protect against bad framepop bindings.
11535 (ispell-help): Fix to work with XEmacs.
11536 (ispell-highlight-spelling-error): Use new variables.
11537 (ispell-overlay-window): Fix to work with XEmacs.
11538 (ispell-parse-output): Passed and returns location information
11539 tracking spelling corrections. Doesn't recheck same word on
11540 current line.
11541 (ispell-init-process): Protect against bogus XEmacs variable binding.
11542 Fix call to single argument in sleep-for. Use new variables.
11543 (ispell-region): Passed and returns location information tracking
11544 spelling corrections. Doesn't check same word on current line.
11545 Improved documentation string. Doesn't resend a line already
11546 checked to the ispell process - fixes bug in LaTeX parsing.
11547 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
11548 (ispell-skip-region): No longer skips <TT> in SGML.
11549 (ispell-process-line): Tracks location information with spelling
11550 corrections. Added documentation string. Accounts for words
11551 already accepted on this line. Don't allow query-replace on line
11552 starting with math characters. Doesn't resend a line already sent
11553 to ispell process. Fixes alignment error bug.
a23c5037 11554
8b7bc628 115552000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 11556
a23c5037 11557 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
11558 Suggest xloadimage, which is free, not xv, which isn't.
11559
a23c5037 11560 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
11561 Don't ever include the host name or user name in the value.
11562
9ed79f5d
GM
115632000-01-09 Gerd Moellmann <gerd@gnu.org>
11564
11565 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
11566 of a real newline.
11567
b950abb1
GM
115682000-01-09 Stephen Eglen <stephen@gnu.org>
11569
a23c5037 11570 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
11571 for .png files.
11572
3c708e98
GM
115732000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
11574
11575 * cus-edit.el (custom-hook-convert-widget): Fix comment.
11576
bf61662d
GM
115772000-01-09 Gerd Moellmann <gerd@gnu.org>
11578
f1d851ae
GM
11579 * progmodes/cperl-mode.el: Replace ^F with ^L.
11580
bf61662d 11581 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 11582 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
11583 recursion.
11584
c65d14ee
DL
115852000-01-08 Dave Love <fx@gnu.org>
11586
8cf87e9b
DL
11587 * emacs-lisp/backquote.el: Remove inappropriate customization
11588 (allowing custom.el to use backquote).
c65d14ee 11589
83de2ebc
DL
115902000-01-07 Dave Love <fx@gnu.org>
11591
11592 * add-log.el (add-log-debugging): Deleted.
11593 (add-change-log-entry): Treat a backup FILE-NAME as its parent
11594 file. Remove debugging code.
11595 (change-log-get-method-definition, change-log-name): Add doc.
11596 (change-log-sortable-date-at): New function.
11597 (change-log-merge): New command.
11598
11599 * time.el (display-time-string-forms): Make the Mail string active.
11600 (display-time-update): Provide help-echo for load average.
11601
11602 * bindings.el (make-mode-line-mouse2-map): New function.
11603 (mode-line-modified): Use it and simplify.
11604 (mode-line-mule-info): Provide help-echo info.
11605 (minor-mode-alist): Activate the strings.
11606 (make-mode-line-mouse-sensitive): Simplify for
11607 mode-line-buffer-identification.
11608
c1475eae
GM
116092000-01-07 Gerd Moellmann <gerd@gnu.org>
11610
11611 * play/pong.el: New file.
11612
83de2ebc
DL
116132000-01-06 Dave Love <fx@gnu.org>
11614
11615 * array.el: Assorted cleanups for compiler warnings, doc strings,
11616 `array-' prefix for symbols.
11617
116182000-01-05 Dave Love <fx@gnu.org>
11619
11620 * textmodes/outline.el (outline-mode-menu-bar-map): Add
11621 outline-headers-as-kill.
11622 (outline-mode): Define imenu-generic-expression.
11623 (outline-headers-as-kill): New command.
11624
11625 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
11626 from paragraph-start.
11627 (paragraph-indent-minor-mode): New command.
11628
11629 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
11630 M-C-e, M-C-h, C-j, C-xnd, TAB.
11631 (fortran-mode): Set beginning-of-defun, end-of-defun.
11632 (fortran-column-ruler): Simplify.
11633 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
11634 (fortran-with-subprogram-narrowing): Likewise.
11635 (fortran-indent-subprogram): Call mark-defun.
11636 (fortran-check-for-matching-do): Change narrowing.
11637
11638 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
11639 (cl-lucid-hash-tag): Delete.
11640 (cl-hash-table-p): Correct test for native table.
11641 (cl-hash-table-count): Use hash-table-count.
11642
11643 * browse-url.el (browse-url): Fix case of
11644 browse-url-browser-function being an alist.
11645
676ac023
CD
116462000-01-05 Carsten Dominik <cd@gnu.org>
11647
c1475eae
GM
11648 * textmodes/reftex-vars.el (reftex-parse-file-extension)
11649 (reftex-index-phrase-file-extension): New options.
676ac023
CD
11650
11651 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 11652 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
11653
11654 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 11655 `reftex-parse-file-extension'.
eb483e17 11656
88807984
DL
116572000-01-05 Dave Love <fx@gnu.org>
11658
83de2ebc 11659 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
11660 (beginning-of-defun-raw): Use it.
11661 (end-of-defun): New variable.
11662 (end-of-defun): Use it.
11663 (check-parens): New command.
11664
1362aeb4
TTN
116652000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
11666
c1475eae
GM
11667 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
11668 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 11669
7ddafb95
TTN
11670 Fix buglet in local variables initialization.
11671
7334aa99
AS
116722000-01-05 Andreas Schwab <schwab@suse.de>
11673
11674 * hscroll.el (hscroll): Doc fix.
11675
b12e24cd
CD
116762000-01-05 Carsten Dominik <cd@gnu.org>
11677
11678 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
11679 idlw-toolbar.
11680
11681 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
11682 file idlw-rinfo.el.
1362aeb4
TTN
11683 (idlwave-customize): load must read file idlw-shell.el.
11684 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 11685
d6226972
CD
116862000-01-05 Carsten Dominik <dominik@astro.uva.nl>
11687
11688 * progmodes/idlw-shell.el: Also provide idlwave-shell
11689 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
11690 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
11691
11692 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
11693 both reftex-dcr and reftex-vcr.
1362aeb4 11694
d6226972
CD
11695 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
11696
6ddb893f 116972000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
11698
11699 * ps-print.el: PostScript code now is in separate files, doc fix.
11700 (ps-print-version): New version number (5.0.3).
11701 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
11702 local.
11703 (ps-spool-config): Initialization fix.
c1475eae
GM
11704 (ps-print-prologue-1, ps-print-prologue-2)
11705 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
11706 (ps-background-image): Little code reformating.
11707 (ps-begin-file, ps-begin-job): Fix code.
88807984 11708 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
11709 (ps-prologue-file): New fun.
11710
ae833aae
KH
117112000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11712
c1475eae 11713 * ps-vars.el: Eliminated.
ae833aae
KH
11714
11715 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
11716 `;;;###autoload'.
11717
11718 * ps-print.el: ps-vars eliminated, doc fix.
11719 (ps-print-version): New version number (5.0.2).
11720 (ps-spool-config): Initialization fix.
11721 (ps-print-customize): New fun.
11722
560a7bd2
GM
117232000-01-04 Gerd Moellmann <gerd@gnu.org>
11724
11725 * autorevert.el (auto-revert-mode): Return value of
11726 auto-revert-mode.
11727
f45dd0f4
DL
117282000-01-04 Dave Love <fx@gnu.org>
11729
fae2ac05
DL
11730 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
11731 menu items.
f45dd0f4 11732
61255981
DL
117332000-01-03 Dave Love <fx@gnu.org>
11734
88807984 11735 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 11736
83de2ebc 11737 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
11738 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
11739 `cl-hash-table-p', not `hash-table-p'.
11740 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
11741
c182a70f
EZ
117422000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11743
11744 * faces.el (face-read-integer, read-face-attribute)
11745 (color-defined-p, color-values): unspecified-{f,b}g are now
11746 strings.
11747
047f434a
GM
117482000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
11749
11750 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
11751 at comment end, and re-insert them after filling.
11752
bab531e2
EZ
117532000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11754
11755 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
11756 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
11757 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 11758
d684c676
EZ
117592000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11760
11761 * term/x-win.el (xw-defined-colors): Call color-supported-p,
11762 the new name of face-color-supported-p.
11763
11764 * term/w32-win.el (xw-defined-colors): Likewise.
11765
0aad4805
EZ
117662000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11767
11768 * simple.el (completion-setup-function): Count completion-size
11769 from minibuffer-prompt-end, not from point-min.
11770
5fe1d139
EZ
117712000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
11772
11773 * faces.el (read-face-attribute, defined-colors, color-defined-p):
11774 Pass the frame to tty-color-* functions.
11775 (display-color-p, frame-set-background-mode): Pass the frame to
11776 tty-display-color-p.
11777
11778 * term/tty-colors.el (tty-defined-color-alist): Renamed from
11779 tty-color-alist.
11780 (tty-color-alist, tty-modify-color-alist): New functions.
11781 (tty-color-define, tty-color-clear, tty-color-approximate)
11782 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
11783 an optional parameter FRAME.
11784
162dec01
GM
117852000-01-01 Gerd Moellmann <gerd@gnu.org>
11786
27189709
GM
11787 * image.el (create-image, defimage): Don't assume image data is a
11788 string.
11789
162dec01
GM
11790 * image.el (defimage): Handle specifications containing :data
11791 instead of :file.
11792 (image-type-from-data): New function.
11793 (image-type-from-file-header): Use it.
11794 (create-image): Add parameter DATA-P.
1362aeb4 11795
bea56df7 11796See ChangeLog.8 for earlier changes.
25a6fab1
KH
11797
11798;; Local Variables:
e64c3a75 11799;; coding: iso-2022-7bit
25a6fab1 11800;; End: