*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
d247e32d
SM
12000-11-03 Stefan Monnier <monnier@cs.yale.edu>
2
fbf44f44
SM
3 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
4 (icon-mode): Define indent-line-function.
5 (icon-comment-indent): Simplify.
6 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
7
8 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
9
10 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11 Bind change-log-default-mode to defeat the caching done on it.
12 Don't bother saving excursion any more.
13
14 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
15
16 * frame.el (after-setting-font-hook): Rename hooks -> hook.
17 (set-frame-font): Use the new name (and the old for compatibility).
18
19 * toolbar/tool-bar.el (tool-bar-mode):
20 * time.el (display-time-mode):
21 * recentf.el (recentf-mode):
22 * paren.el (show-paren-mode):
23 * mwheel.el (mouse-wheel-mode):
24 * msb.el (msb-mode):
25 * jka-compr.el (auto-compression-mode):
26 * image-file.el (auto-image-file-mode):
27 * hl-line.el (hl-line-mode):
28 * delsel.el (delete-selection-mode):
29 * autoinsert.el (auto-insert-mode):
30 * complete.el (partial-completion-mode): Drop unneeded positional args.
31
32 * info.el (Info-mode):
33 * comint.el (comint-mode): Don't both with make-local-hook.
34
d247e32d
SM
35 * log-edit.el (log-edit-menu): New menu.
36
4921558e
MB
372000-11-03 Miles Bader <miles@gnu.org>
38
39 * wid-edit.el (widget-end-of-line): Reinstate, with a new
40 definition, so that trailing spaces are handled properly.
41 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
42
1fc02b3c
GM
432000-11-03 Gerd Moellmann <gerd@gnu.org>
44
45 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
46 tab character.
47 (fancy-splash-screens): Set tab-width to 20.
48
51d001f7
DL
492000-11-03 Dave Love <fx@gnu.org>
50
51 * comint.el (comint-completion-addsuffix): Fix custom type.
52
ba22aeff
SM
532000-11-02 Stefan Monnier <monnier@cs.yale.edu>
54
55 * font-lock.el (font-lock-buffers): Remove.
56 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
57 (font-lock-change-major-mode): Remove.
58 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
59 (font-lock-default-fontify-region): Extend the multiline
60 fontification to whole lines.
61 (font-lock-fontify-anchored-keywords)
62 (font-lock-fontify-keywords-region): If matching just one
63 line (with \n) only mark the \n as multiline.
64
65 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
66 Correctly handle the case where several :group args are supplied.
67 Allow :extra-args.
68 (easy-mmode-define-global-mode): Allow :extra-args.
69 Correctly handle the case where several :group args are supplied.
70
9c887ada
MB
712000-11-02 Miles Bader <miles@gnu.org>
72
73 * calendar/calendar.el (diary-face, calendar-today-face)
74 (holiday-face): Remove dependency on `window-system'.
75
7f25090d
KR
762000-11-02 Ken Raeburn <raeburn@gnu.org>
77
78 * Makefile.in (emacs): Set EMACSLOADPATH always.
79 (update-authors, .el.elc, compile-files): Don't do it explicitly
80 here.
9b911107 81 (compile-files): Bomb out if compilation of a file fails.
7f25090d 82
7dd6009c
DL
832000-11-02 Dave Love <fx@gnu.org>
84
85 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
86
94821e4f
EZ
872000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
88
89 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
90 punctuation in the warning inserted into the *mail* buffer.
91
1ac3fc42
GM
922000-11-02 Gerd Moellmann <gerd@gnu.org>
93
57731876
GM
94 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
95 (authors-public-domain-p): New function.
96 (authors-print): Use it.
97
975f82c9
GM
98 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
99
1ac3fc42
GM
100 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
101
4b3eb10f
GM
1022000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
103
975f82c9 104 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
105 (ps-print-version): New version number (6.3.1).
106 (ps-even-or-odd-pages): Customization fix.
107 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
108 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
109 (ps-page-count): Var replaced by `ps-page-column'.
110 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
111 (ps-print-sheet-p): New fun.
112
7da794df
MB
1132000-11-02 Miles Bader <miles@lsi.nec.co.jp>
114
115 * tooltip.el (tooltip-gud-tips-setup): New function.
116 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
117 (tooltip-mode): Call tooltip-gud-tips-setup.
118 (tooltip-gud-tips): Use `gud-basic-call' instead of
119 process-send-string, so the prompt gets frobbed appropriately.
120 Handle nil return value from `tooltip-gud-print-command'.
121
0e40b809
EL
1222000-11-01 Eric M. Ludlam <zappo@ultranet.com>
123
124 * comint.el (comint-add-to-input-history): New function.
125 (comint-send-input): Use `comint-add-to-input-history'.
126
50ada0db
MB
1272000-11-02 Miles Bader <miles@lsi.nec.co.jp>
128
973a3104
MB
129 * info.el (info-menu-header): New face.
130 (Info-fontify-menu-headers): New function.
131 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
132
50ada0db
MB
133 * info.el (Info-insert-dir): Don't include blank lines at
134 beginning of additional dir files (one is added automatically).
135
bff53411
SM
1362000-11-01 Stefan Monnier <monnier@cs.yale.edu>
137
138 * emacs-lisp/easy-mmode.el (define-minor-mode):
139 Revert the latest changes.
140 Allow the three positional arguments to be skipped and replaced
141 by keyword arguments.
142 Add a :toggle argument to determine whether a nil arg means toggle
143 or means turn-on. The default is unchanged.
144 Add a call to force-mode-line-update.
145
6b8a0b2d
DL
1462000-11-01 Dave Love <fx@gnu.org>
147
148 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
149 cookie.
150
5bf99100
MB
1512000-11-01 Miles Bader <miles@lsi.nec.co.jp>
152
153 * calendar/calendar.el (diary-face, holiday-face): Add
154 dark-background variants.
155
a4032611
SS
1562000-10-31 Sam Steingold <sds@gnu.org>
157
158 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
159 `tex-main-file' does not have directory in it.
160
c286608e
SM
1612000-10-31 Stefan Monnier <monnier@cs.yale.edu>
162
163 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
164
4836835a
TTN
1652000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
166
167 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
168 functional change.
169
26dcb81b
GM
1702000-10-31 Gerd Moellmann <gerd@gnu.org>
171
172 * files.el (find-file-noselect): When we expand a wildcard, return
173 a list of buffers, as we should do according to the doc string.
174
49fc4500
KR
1752000-10-31 Ken Raeburn <raeburn@gnu.org>
176
177 * loadup.el (top level): Adjust load path if program name is
178 "../src/bootstrap-emacs", in case it's not dumped and thus the
179 load path adjustment hasn't already been done.
180
ea0c615d
GM
1812000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
182
183 * ps-print.el: Fix bug on selected pages for printing. Use
184 `color-values' for Emacs 21. Ensure fontification when jit-lock
185 is on. Try to avoid warning messages when compiling. Doc Fix.
186 (ps-print-version): New version number (6.3).
187 (ps-color-device): Use `color-values' to determine if device
188 supports color.
189 (ps-color-values): Try to use `x-color-values' when using XEmacs.
190 (ps-print-page-p): Changed from defsubst to defun.
191 (ps-page-number): Changed from defmacro to defun.
192 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
193 printing.
c286608e 194 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
195 (ps-end-file, ps-dummy-page): Funs eliminated.
196 (ps-print-color-scale): Changed default value.
197 (ps-page-n-up, ps-print-page-p): New internal vars.
198 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
199 (ps-plot-region, ps-generate, ps-end-job): Code fix.
200
9e20722f
GM
201 * delim-col.el: Little programming improvement.
202 (delimit-columns-str): New macro.
203 (delimit-columns-region, delimit-columns-rectangle): Code fix.
204
d7a0fd00
KH
2052000-10-31 Kenichi Handa <handa@etl.go.jp>
206
c286608e
SM
207 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
208 Moved to european.el.
d7a0fd00
KH
209 (ccl-encode-mac-roman-font, fontset-mac): Modified for
210 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
211 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
212 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 213
234be340
DL
2142000-10-30 Dave Love <fx@gnu.org>
215
216 * progmodes/cc-menus.el (imenu-generic-expression)
217 (imenu-progress-message): Only defvar when compiling.
218
4edc4a39
DL
219 * emacs-lisp/elp.el (elp-unload-hook): New function.
220
221 * loadhist.el (unload-feature): Call elp-restore-function,
222 checking for symbols; don't use elp-restore-all.
223 (loadhist-hook-functions): Doc fix.
224
70c825df
SM
2252000-10-30 Stefan Monnier <monnier@cs.yale.edu>
226
227 * log-edit.el (log-edit-confirm): Fix the default.
228
1d3baf74
GM
2292000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
230
231 * delim-col.el: Little fix: replace delimit-columns-align-columns by
232 delimit-columns-format.
233 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 234
1ec321a7
MB
2352000-10-30 Miles Bader <miles@lsi.nec.co.jp>
236
237 * comint.el (comint-replace-by-expanded-history): Don't use
238 comint-get-old-input (we're not looking at *old* input).
239 (comint-get-old-input-default): If using fields, signal an error
240 when the point is not in an input field.
241
70737ea9
KH
2422000-10-30 Kenichi Handa <handa@etl.go.jp>
243
244 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
245 and mule-unicode-e000-ffff.
246
fa0cb51d 247 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
248 (make-coding-system): Accept a symbol of translation table as a
249 value of property `safe-chars'.
250
251 * international/mule-cmds.el (encode-coding-char): Check property
252 safe-chars instead of safe-charsets.
253
254 * international/fontset.el (fontset-default): Modified for
255 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
256 (x-font-name-charset-alist): Likewise.
257 (ccl-encode-unicode-font): New CCL program. Record it in
258 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
259
70c825df
SM
260 * language/european.el (mac-roman-decoder, mac-roman-encoder):
261 New translation tables.
70737ea9
KH
262 (decode-mac-roman, encode-mac-roman): Definition of these CCL
263 programs are modified and moved from mac-win.el.
264 (mac-roman): Definition of this coding system is modified and
265 moved from mac-win.el.
4836835a 266
fda2ce24 2672000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 268
1d3baf74 269 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 270 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 271
dd4d3cb6
MB
2722000-10-29 Miles Bader <miles@gnu.org>
273
274 * custom.el (custom-add-to-group): Allow multiple entries for a
275 given value OPTION, as long as their widget types are different.
276 * cus-edit.el (custom-face-value-create): If face name doesn't end
277 with "face", add such here (similar to custom group widgets).
278
279 * comint.el (comint-highlight-prompt): Add :type.
280
dace60cf
JW
2812000-10-28 John Wiegley <johnw@gnu.org>
282
283 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
284 Changed this function to operate on a temporary buffer instead of
285 the main buffer. This not only keeps flyspell from marking a
286 buffer as changed that wasn't, but it solves the jumpy cursor
287 problem when attempts are made to edit incorrect words.
288 (flyspell-maybe-correct-doubling): Same change as for
289 `flyspell-maybe-correct-transposition'.
290
291 * calendar/timeclock.el (timeclock-log): Doc fix.
292 (timeclock-last-event): Doc fix.
293 (timeclock-log): Kill the timelog buffer after appending a new
294 event.
295 (timeclock-find-discrep): Use a temp buffer to read in the
296 timelog, instead of visiting the file.
297 (timeclock-log-data): A new function, along with a host of helper
298 functions, for the purpose of making timelog data accessible to
299 programmers.
300
301 * eshell/esh-mode.el (window-height test): Make certain that
302 `eshell-stringify-t' is non-nil.
303 (eshell-password-prompt-regexp): Changed to a much simpler
304 password regexp.
305 (eshell-send-input): If `eshell-invoke-directly' returns t,
306 directly invoke the parsed command using `eval'. This improves
307 turn-around time on simple commands by a factor of three or
308 greater, such as cd, ls, pwd, etc. -- which get used very often.
309 It also conserves thousands of cons cells per call (since
310 `eshell-do-eval' consumes memory like a Cookie Monster set loose
311 in the Pacific Cookie Company).
312
313 * eshell/esh-test.el (eshell-test): Whitespace fix.
314
315 * eshell/em-ls.el (eshell-ls-insert-directory): Make
316 `eshell-ls-initial-args' nil when inserting directory contents.
317
318 * eshell/em-script.el (eshell-script-initialize): Add names to
319 `eshell-complex-commands, since `source' and `.' are complex.
320
0467b076
EZ
321 * eshell/esh-cmd.el (eshell-rewrite-for-command)
322 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
323 `eshell-copy-handles'.
324 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
325 bodies.
326 (eshell-separate-commands): Whitespace fix.
327 (eshell-complex-commands): Added a new list of names, for
328 determining whether a given command is as simple as it looks.
329 (eshell-invoke-directly): New function. Returns t if a command
330 should be invoked directly (using `eval'), rather than indirectly
331 using `eshell-do-eval'.
332 (eshell-do-eval): Whitespace fix.
333
334 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
335 which provides an emulation of the DOS shell behavior of assuming
336 that cp/mv/ln should copy/move/link to the current directory.
337 (eshell-remove-entries): Added a doc string.
338 (eshell-shuffle-files): Removed the check for `target' being null.
339 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
340 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
341 it to do a smarter check of whether a destination was provided.
342 (eshell/mv, eshell/cp): Enable `:preserve-args'.
343 (eshell/ln): Enable `:preserve-args', and use
344 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
345 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
346 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
347 list after flattening it. This makes it possible to cat files
348 with numerical names.
349 (eshell-unix-initialize): Added several names to
350 `eshell-complex-commands.
351 (eshell-unix-command-complex-p): Return t if a given command name
352 may result in external processes being invoked.
353
354 * eshell/em-glob.el (eshell-glob-show-progress): Make this
355 variable nil by default, since it slows down glob processing by a
356 factor of two or more, and increases memory consumption.
357
358 * eshell/em-smart.el: Added a note about how memory consumptive
359 smart display mode can be (at least this is true in Emacs 21).
360 (eshell-smart-initialize): Whitespace fix.
361 (eshell-refresh-windows): Use `if' instead of `when'.
362 (eshell-smart-scroll-window): Calling `save-current-buffer' was
363 not necessary.
364 (eshell-currently-handling-window): Added a missing global
365 variable.
366
367 * eshell/em-ls.el (eshell-do-ls): Code simplification.
368 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
369 Whitespace fix.
370 (eshell-ls-exclude-hidden): Added this variable in addition to
371 `eshell-ls-exclude-regexp'. This one prevents files beginning
372 with . from even being read, which can improve memory consumption
373 quite a bit.
374 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
375 read file entries beginning with a dot. In home directories with
376 lots of hidden files, fully two-thirds of the time spent in ls is
377 used to read directory entries that are immediately thrown away.
378 (eshell-ls-initial-args): Added back this configuration variable,
379 for specifying default initial arguments to every call to ls.
380 Much faster than using an alias to do the same thing.
381 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
382 (eshell-ls-dir): Whitespace change.
383
384 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
385
386 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
387 available.
388 (eshell-stringify-t): Added a customization variable, to indicate
389 whether `t' should be rendered as a string at all. If not, one
390 can still determine if the result of an expression is true using
391 "file-exists-p FILE && echo true".
392 (eshell-stringify): If `eshell-stringify-t' is nil, don't
393 stringify t!
394
395 * eshell/esh-module.el: Whitespace fix.
396
397 * eshell/em-alias.el (eshell-alias-initialize): Added
398 `eshell-command-aliased-p' to `eshell-complex-commands'.
399 (eshell-command-aliased-p): New function that returns t if a
400 command name names an aliased.
401
657f9cb8 4022000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 403
0467b076 404 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 405 redrawing the screen when changing cursor color.
0467b076
EZ
406 (viper-insert-state-pre-command-sentinel)
407 (viper-replace-state-pre-command-sentinel)
70c825df
SM
408 (viper-replace-state-post-command-sentinel):
409 Use viper-preserve-cursor-color.
657f9cb8
MK
410 Many functions changed to use viper= instead of = when comparing
411 characters.
0467b076 412 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 413 working with characters.
0467b076 414 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
415 Many functions changed to use viper= instead of = when comparing
416 characters.
0467b076 417 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 418
0467b076 419 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 420 Several typos fixed in various docstrings.
0467b076
EZ
421 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
422 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 423 hook.
0467b076
EZ
424 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
425 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
426 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
427 (ediff-get-selected-buffers): New function.
428 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
429 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 430 save-window-excursion.
0467b076 431 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 432 termination check in while loop.
0467b076 433 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 434 dired buffer.
0467b076
EZ
435 (ediff-files,ediff-merge-files,ediff-files3)
436 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 437
4f490d99
DL
4382000-10-28 Dave Love <fx@gnu.org>
439
440 * info.el (Info-fontify-node): Add help-echo for menu items.
441
45b84006
EZ
4422000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
443
5ebc02b3
EZ
444 * startup.el (normal-top-level): If the value of $TERM indicates
445 we are running from xterm or one of its work-alikes, default to a
446 light background mode.
447
45b84006
EZ
448 Support for -fg, -bg, and -rv command-line arguments for TTYs:
449 * faces.el (tty-handle-reverse-video): New function.
450 (tty-create-frame-with-faces): Call it.
451
452 * frame.el (frame-notice-user-settings): Don't apply
453 default-frame-alist and initial-frame-alist to MS-DOS frames.
454 Call tty-handle-reverse-video, frame-set-background-mode, and
455 face-set-after-frame-default for non-MS-DOS frames.
456
457 * startup.el (tty-long-option-alist): New variable.
458 (tty-handle-args): New function.
459 (command-line): Call tty-handle-args.
460
461 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
462 startup.el now does that for all character-terminal frames.
463
eab6e8b9
MB
4642000-10-28 Miles Bader <miles@gnu.org>
465
466 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
467 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
468 global. If :global is followed by a non-nil but non-t value,
469 make the mode buffer-local, but also generate a `global-MODE'
470 version using `easy-mmode-define-global-mode'. Add
471 :conditional-turn-on keyword argument.
472
51a29efc
DL
4732000-10-28 Dave Love <fx@gnu.org>
474
475 * international/latin1-disp.el (latin1-char-displayable-p): Don't
476 use window-system.
477
d71d7114
EZ
4782000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
479
480 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
481 Don't call find-buffer-file-type-coding-system. Instead, just
482 set eol-type to -unix if inhibit-eol-conversion is in effect, or
483 if the file is on an untranslated filesystem.
484 (add-untranslated-filesystem): Use "D" instead of "f" inside
485 interactive.
486
1f9cab4b
DL
4872000-10-27 Dave Love <fx@gnu.org>
488
70c825df 489 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
490 (refill-mode): Use it.
491
70c825df
SM
4922000-10-27 Stefan Monnier <monnier@cs.yale.edu>
493
494 * international/quail.el (quail-activate): Don't make-local-hook.
495
7432cf10
AS
4962000-10-27 Andre Spiegel <spiegel@gnu.org>
497
4836835a 498 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 499 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
500 (vc-make-version-backup): Don't do it on MS-DOS without long file
501 names.
4836835a 502
7432cf10
AS
503 * vc.el (vc-version-other-window): If an automatic backup of the
504 desired version exists, rename it instead of copying it.
505
4836835a
TTN
506 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
507 after command. If there's an unexpected error, signal it instead
7432cf10 508 of being silent.
e1483c38 509 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 510
05ea7ef2
MB
5112000-10-27 Miles Bader <miles@lsi.nec.co.jp>
512
fd1035aa
MB
513 * shell.el (shell): Add BUFFER argument.
514 * comint.el (make-comint-in-buffer): New function.
515 (make-comint): Use it.
516
05ea7ef2
MB
517 * faces.el (face-spec-choose): Change syntax so that the list of
518 attribute-value pairs is now the cdr of each clause, not the cadr.
519 Detect old-style entries, and handle them. Use pop.
520
835a55fe
SM
5212000-10-26 Stefan Monnier <monnier@cs.yale.edu>
522
f5ab1cdd
SM
523 * cus-edit.el (custom-mode-map): Use a sparse map.
524 (custom-mode): Don't bother with make-local-hook.
525
526 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
527
835a55fe
SM
528 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
529
c13b0ec8
GM
5302000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
531
532 * ps-print.el: Avoid compilation gripes.
533 (ps-print-version): New version number (6.2.1).
4836835a 534
e9f63196
DL
5352000-10-26 Dave Love <fx@gnu.org>
536
0b95284b
DL
537 * menu-bar.el: Modify some menu item help strings.
538 (menu-bar-help-menu): Add link to MORE.STUFF.
539
e9f63196
DL
540 * cus-edit.el (custom-mode): Add `special' mode-class property.
541
542 * wid-browse.el (widget-browse-mode): Likewise.
543
544 * wid-edit.el (widget-specify-field): Revert to using local-map
545 property, not keymap.
546
e276a14a
MB
5472000-10-26 Miles Bader <miles@lsi.nec.co.jp>
548
c1545d88
MB
549 * wid-edit.el (widget-field-end): When checking for a `boundary'
550 field, do so in the correct buffer.
551
3c1b77ca
MB
552 * simple.el (undo): Correctly distinguish between numeric and
553 non-numeric prefix args in non-transient-mark-mode, as per the doc
554 string. When in transient-mark-mode, treat all prefix-args as
555 numeric.
556
f5ab1cdd
SM
557 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
558 Position point on match. Handle N == 0 correctly.
22626d9d
MB
559
560 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
561 (comint-mode-map): Reverse order of `comint-write-output' and
562 `comint-append-output-to-file'.
563 (comint-append-output-to-file): Reinstate this function, for the
564 benefit of the menu.
565
d97151cb
SM
5662000-10-25 Stefan Monnier <monnier@cs.yale.edu>
567
568 * vc.el (vc-version-other-window): Bind `file'.
569
ea7d6f5b
GM
5702000-10-25 Gerd Moellmann <gerd@gnu.org>
571
f5ab1cdd 572 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
573
574 * emacs-lisp/authors.el (batch-update-authors): New function.
575 (authors-fixed-entries): New defconst.
576 (authors-add-fixed-entries): New function.
577 (authors): Call it.: Don't process lispref/.
578
17c25cea
JR
5792000-10-25 Jason Rumney <jasonr@gnu.org>
580
581 * cus-edit.el (custom-button-face, custom-button-pressed-face):
582 Merge x w32 and mac definitions.
583
4ecda532
GM
5842000-10-25 Gerd Moellmann <gerd@gnu.org>
585
586 * menu-bar.el (menu-bar-options-menu): Add a help string for
587 `uniquify'.
588
b6735035
GM
5892000-10-25 Stephen Gildea <gildea@alum.mit.edu>
590
f5ab1cdd
SM
591 * time-stamp.el (time-stamp-string-preprocess):
592 Fix a wrong type argument error.
b6735035 593
f4cbc7a0
MB
5942000-10-25 Miles Bader <miles@gnu.org>
595
596 * recentf.el (recentf-mode): Variable removed.
597 (recentf-mode): Use `define-minor-mode'.
598
599 * mwheel.el (mouse-wheel-mode): New global minor mode.
600 (mwheel-install): Use `mouse-wheel-mode'.
601
f4b020f6
DL
6022000-10-25 Dave Love <fx@gnu.org>
603
f5ab1cdd
SM
604 * progmodes/cperl-mode.el (cperl-mode):
605 Set normal-auto-fill-function correctly.
072cb6f9 606
f4b020f6
DL
607 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
608 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 609 bindings.
f4b020f6 610
ebe2a441
MB
6112000-10-25 Miles Bader <miles@lsi.nec.co.jp>
612
ff4dcd4b
MB
613 * wid-edit.el (widget-field-at): New function.
614 (widget-at, widget-field-activate): Use it.
615 (widget-tabable-at): Use `widget-at'.
616 (widget-specify-field): If the terminating character of the widget
617 field (which is read-only) is a newline, put it into a special
618 `boundary' field so that C-n/C-p act more naturally.
619 (widget-field-end): Also don't subtract one if a special
620 `boundary' field has been added after the widget field.
621
ebe2a441
MB
622 * comint.el (comint-output-filter, comint-send-input): Don't
623 bother adding stickiness fields to overlays to fool the field
624 code, since it should notice the overlay insertion-types now.
ff4dcd4b 625
ebe2a441
MB
626 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
627 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
628 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
629
fe50b6ab
GM
6302000-10-24 Gerd Moellmann <gerd@gnu.org>
631
53df4dda
GM
632 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
633 (authors): Set file coding system to iso-2022-7bit. Add
634 file-local variables to output buffer.
635
4836835a 636 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
637 WARN is nil.
638
53df4dda
GM
6392000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
640
641 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
642
643 * delim-col.el: Now there is a column formatting mechanism.
644 Modified to customization mechanisms convention. Doc fix.
645 (columns): New group for delim-col.
646 (delimit-columns-before, delimit-columns-after)
647 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
648 (delimit-columns-end): New vars.
649 (delimit-columns-customize, delimit-columns-format): New funs.
650 (delimit-columns-region, delimit-columns-rectangle)
651 (delimit-columns-rectangle-line): Modified to support column
652 formatting.
4836835a 653
a9839779
DL
6542000-10-24 Dave Love <fx@gnu.org>
655
656 * log-edit.el (log-edit): Add :version and a :group for vc.
657
df0267b8
GM
6582000-10-24 Gerd Moellmann <gerd@gnu.org>
659
9acc3873
GM
660 * files.el (after-find-file): Don't print a message ``New file''
661 if WARN is nil.
662
63e1b552
GM
663 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
664 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
665 get duplicate tool-bar entries because we'll see the global ones
666 on more than one path through keymaps.
667
1946f901
GM
668 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
669
df0267b8
GM
670 * progmodes/cmacexp.el: Change Francesco's email address.
671
ae3b264b
KH
6722000-10-24 Kenichi Handa <handa@etl.go.jp>
673
674 * window.el (fit-window-to-buffer): Adjust point of the window
675 buffer, not that of the current buffer.
676
23afac01
EZ
6772000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
678
679 * progmodes/cmacexp.el: Update the euthor's email address.
680
22d1a4ed
MB
6812000-10-24 Miles Bader <miles@lsi.nec.co.jp>
682
683 * faces.el (face-spec-set-match-display): Add `graphic' display
684 type (the inverse of `tty'). Use `display-graphic-p' instead of
685 the window-system variable.
686
f408aa48
KH
6872000-10-24 Kenichi Handa <handa@etl.go.jp>
688
689 * international/isearch-x.el (isearch-with-input-method): Call
690 input-method-function with the first event in
691 unread-command-events.
692
94fe8a31
MB
6932000-10-24 Miles Bader <miles@lsi.nec.co.jp>
694
695 * faces.el (face-default-spec, face-user-default-spec): Make
696 defsubsts.
697
8f47302e
AC
6982000-10-24 Andrew Choi <akochoi@i-cable.com>
699
700 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
701 New charsets.
702
703 * term/mac-win.el: Remove definitions of mac-roman-lower and
704 mac-roman-upper, require dired, and define instead of set
705 mac-ready-for-drag-n-drop to avoid compilation error.
706
446c097e
AI
7072000-10-23 Andrew Innes <andrewi@gnu.org>
708
709 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
710 superfluous calls to subst-char-in-string; instead apply
711 expand-file-name after convert-standard-filename to ensure
712 expected directory separators are used.
713
379b70e7
EZ
7142000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
715
716 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
717
85c766e9
DL
7182000-10-23 Dave Love <fx@gnu.org>
719
b7e03a67
DL
720 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
721 (tool-bar-add-item): Set foreground and background for XBM icons.
722
723 * international/latin1-disp.el (latin1-char-displayable-p): New
724 function (from Handa).
725 (latin1-display-check-font): Use it.
726
0dcf8835
DL
727 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
728 using :key-sequence, making it much more usable. Use nconc, not
729 append.
730 (imenu--create-keymap-1): Avoid append.
731
85c766e9 732 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 733
cb3069bb
MB
7342000-10-23 Miles Bader <miles@lsi.nec.co.jp>
735
736 [the following changes fix a bug where `define-minor-mode' didn't
737 correctly generate :require clauses for defcustoms in compiled files]
738 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
739 (byte-compile-log-file, byte-compile-log-1): Don't set
740 `byte-compile-current-file' to nil. Instead set
741 `byte-compile-last-logged-file' to it. Test whether
742 byte-compile-current-file equals byte-compile-last-logged-file
743 instead of whether its nil.
3b6542ba 744 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 745
6db6243b
SM
7462000-10-23 Stefan Monnier <monnier@cs.yale.edu>
747
748 * textmodes/refill.el: Fix var names in doc.
749 (refill-mode): Don't bother with make-local-hook anymore.
750
98490598
MB
7512000-10-23 Miles Bader <miles@lsi.nec.co.jp>
752
e01cd227
MB
753 * faces.el (face-user-default-spec, face-default-spec): New functions.
754 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 755 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
756 Use `face-user-default-spec'. Simplify code slightly.
757
4836835a 758 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
759 (woman-unknown-face): Add dark-background variants.
760 (woman-default-faces): Renamed from `woman-colour-faces'.
761 Set using the stored defaults, rather than using hard-wired colors.
762 (woman-monochrome-faces): Renamed from `woman-black-faces'.
763 Just make the foreground `unspecified' rather than "black".
764 (woman-menu): Rename menu entries accordingly.
765
98490598
MB
766 * faces.el (header-line): Make more reasonable on mono/grayscale
767 displays.
768
1a578e9b
AC
7692000-10-23 Andrew Choi <akochoi@i-cable.com>
770
771 * cus-edit.el (custom-button-face): Use 3D look for mac.
772 (custom-button-pressed-face): Likewise.
773
774 * faces.el (set-face-attributes-from-resources): Handle mac frames
775 in the same way as x and w32 frames.
776 (face-valid-attribute-values): Likewise.
777 (read-face-attribute): Likewise.
778 (defined-colors): Likewise.
779 (color-defined-p): Likewise.
780 (color-values): Likewise.
781 (display-grayscale-p): Likewise.
782 (face-set-after-frame-default): Likewise.
783 (mode-line): Same default face as for x and w32.
784 (tool-bar): Likewise.
785
786 * frame.el: Remove call to frame-notice-user-settings at end of
787 the file.
788
789 * info.el (Info-fontify-node): make underlines invisible for mac
790 as for x, pc, and w32 frame types.
791
792 * term/mac-win.el: New file.
793
aaaf7be7
DL
7942000-10-22 Dave Love <fx@gnu.org>
795
796 * textmodes/refill.el: New file.
797
5392d654
AS
7982000-10-22 Andre Spiegel <spiegel@gnu.org>
799
4836835a 800 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 801 MANUAL and REGEXP.
4836835a 802 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
803 New functions.
804 (vc-before-save): Use the latter.
805 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
806 confusion.
807
4836835a 808 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
809 expected by vc[-hooks].el.
810
811 * vc.el (vc-checkout): Added `-p' suffix in call to
812 vc-make-version-backups-p; use vc-make-version-backup to actually
813 make the backup.
814 (vc-version-other-window, vc-version-backup-file): Handle both
815 automatic and manual backups.
816 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
817 of all of them.
818
1e221c16
MB
8192000-10-22 Miles Bader <miles@gnu.org>
820
7ff4fda5
MB
821 * comint.el (comint-highlight-input, comint-highlight-prompt):
822 Renamed, `-face' at end removed.
823 (comint-send-input, comint-output-filter): Use renamed faces.
824
3511cde8
MB
825 * window.el (fit-window-to-buffer): Change defaulting of
826 MAX-HEIGHT slightly.
827
1e221c16
MB
828 * faces.el (color-values, color-defined-p): Use `member', not
829 `memq', because it works correctly for strings.
830 (frame-set-background-mode): Actually, "unspecified-fg" and
831 "unspecified-bg" *are* strings. Use `member', not `memq', and
832 `equal', not `eq', when a string value is possible.
833
b6ef4898
EZ
8342000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
835
836 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
837
34939e2c
SM
8382000-10-21 Stefan Monnier <monnier@cs.yale.edu>
839
840 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
841 sh-electric-rparen, sh-electric-less and sh-electric-hash.
842 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
843 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
844 (sh-font-lock-syntactic-keywords): Use them.
845 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
846 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
847 (sh-mode): Don't override font-lock-unfontify-region-function.
848 Use a copy of sh-font-lock-syntactic-keywords.
849 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
850 Don't call sh-scan-buffer since font-lock does it on the fly.
851 (sh-get-indent-info): Use `face' rather than `syntax-table'
852 text-property to detect here-documents.
853 Replace sh-special-syntax with sh-st-punc.
854 (sh-prev-line): Use `face' rather than `syntax-table'
855 text-property to skip over here-documents.
856 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
857 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
858 (sh-electric-less, sh-set-here-doc-region)
4836835a 859 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
860 (sh-scan-buffer, sh-rescan-buffer): Remove.
861
f3d3c491
AI
8622000-10-21 Andrew Innes <andrewi@gnu.org>
863
864 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
865 remote (ange-ftp) file names.
866
b86c791c
MB
8672000-10-21 Miles Bader <miles@gnu.org>
868
d9c30bdf
MB
869 * window.el (fit-window-to-buffer): New function.
870 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
871 (window-text-height): Don't expect minibuffers to have mode-lines.
872
d9c30bdf 873 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
874 * international/quail.el (quail-update-guidance): Use
875 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 876
617fee5a
MB
877 * international/quail.el (quail-show-guidance-buf): Make sure
878 guidance window really has enough room.
879 (quail-update-guidance): If quail-guidance-win is already shown,
880 make sure its height is OK.
881
b86c791c
MB
882 * window.el (window-text-height, set-window-text-height):
883 New functions.
884 (shrink-window-if-larger-than-buffer): Use `window-text-height'
885 instead of `window-height' & `mode-line-window-height-fudge'.
886 (mode-line-window-height-fudge): Add FACE parameter.
887 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
888 instead of `enlarge-window' & `mode-line-window-height-fudge'.
889
e34850d1
MB
8902000-10-20 Miles Bader <miles@gnu.org>
891
892 * window.el (height-affecting-face-attributes): Use `defconst'.
893
894 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
895 New function, conditionally aliased to `mode-line-window-height-fudge'.
896 (ispell-help): Use it.
897 (ispell-choices-win-default-height): Don't include mode-line fudge.
898 (ispell-choices-win-default-height): New function.
899 (ispell-show-choices, ispell-command-loop): Use function
900 `ispell-choices-win-default-height' instead of variable.
901
a8b883c2
MB
9022000-10-20 Miles Bader <miles@lsi.nec.co.jp>
903
8c6e4a58
MB
904 * window.el (mode-line-window-height-fudge): New variable.
905 (height-affecting-face-attributes): New variable.
906 (mode-line-window-height-fudge): New function.
907 (shrink-window-if-larger-than-buffer): Use it.
908 * help.el (resize-temp-buffer-window): Likewise.
909
a8b883c2
MB
910 * info.el (Info-fontify-node): Add support for @subsubsection
911 titles, which use `Info-title-4-face'.
912 (Info-title-4-face): New face.
913 (Info-title-3-face): Inherit from Info-title-4-face instead of
914 variable-pitch.
915
e64c3a75
JR
9162000-10-19 Jason Rumney <jasonr@gnu.org>
917
918 * dired.el (dired-insert-directory): Do not let errors signalled by
919 attempt to run dired-free-space-program prevent dired from working.
920
c70fe852
SM
9212000-10-19 Stefan Monnier <monnier@cs.yale.edu>
922
923 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
924
877cf6b4
GM
9252000-10-19 Gerd Moellmann <gerd@gnu.org>
926
5de037e0
GM
927 * dirtrack.el (dirtrack): Fix call to run-hooks.
928
6deb9af9
GM
929 * cmuscheme.el (cmuscheme-program-name): Renamed from
930 scheme-program-name because xscheme.el contains a defcustom with
931 the same name. As a consequence, customizing group `cmuscheme'
932 loaded `xscheme' which redefined run-scheme.
933 (run-scheme): Use cmuscheme-program-name.
934
877cf6b4
GM
935 * ps-print.el (ps-print-emacs-type): Move into the
936 eval-and-compile.
937
e597d8fb 938 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 939 anonymous address, and add a website for Befrienders International.
4836835a 940
3e9cb08f
GM
9412000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
942
c70fe852
SM
943 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
944 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
945 (ps-print-version): New version number (6.2).
946 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
947 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
948 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
949 (ps-x-extent-priority, ps-x-extent-start-position)
950 (ps-x-face-font-instance, ps-x-find-coding-system)
951 (ps-x-font-instance-properties, ps-x-make-color-instance)
952 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
953 avoid compilation gripes without defining functions.
954 (ps-e-find-composition): Alias for function find-composition, to have a
955 suitable function depending on Emacs version.
956 (ps-color-device, ps-color-values, ps-face-foreground-name)
957 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
958 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
959 (ps-print-ensure-fontified): Function definitions surrounded by
960 `eval-and-compile' to avoid compilation gripes.
961 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
962 by symbol-value to avoid compilation gripes.
963 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
964 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
965
d8abcd91
MB
9662000-10-19 Miles Bader <miles@lsi.nec.co.jp>
967
13ab33c4
MB
968 * startup.el (normal-top-level): Call `frame-set-background-mode'
969 after `frame-notice-user-settings' because the latter doesn't call
970 the former on a tty.
971
d8abcd91
MB
972 * faces.el (frame-set-background-mode): `unspecified' &c are
973 symbols, not strings.
974
e8bce0a9
EZ
9752000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
976
c70fe852
SM
977 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
978 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 979
c70fe852
SM
980 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
981 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 982
773272d8
KH
9832000-10-19 Kenichi Handa <handa@etl.go.jp>
984
c70fe852 985 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
986 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
987 for ISO10646-1 fonts.
988 (x-font-name-charset-alist): Add an entry for "iso10646-1".
989
772139c0
EZ
9902000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
991
992 * faces.el (frame-set-background-mode): If a tty frame defines a
993 background color, use that to compute the background mode, instead
994 of always defaulting to "dark".
995
d134a19f
MB
9962000-10-19 Miles Bader <miles@lsi.nec.co.jp>
997
8bb84cb2
MB
998 * comint.el (comint-write-output): New function.
999 (comint-mode-map): Add it to the menu.
e40a778f 1000 Bind `C-c C-s' to comint-write-output.
d134a19f 1001
dada41e1
GM
10022000-10-18 Gerd Moellmann <gerd@gnu.org>
1003
1004 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
1005 Use fancy-splash-delay.
1006
9b5360aa
GM
10072000-10-18 Alex Schroeder <alex@gnu.org>
1008
1009 * progmodes/sql.el (sql-sybase-options): New option.
1010 (sql-sybase): Use it. Add sql-database to the list of parameters
1011 provided for login. The options -w 2048 -n are not used any more.
1012
9035a35a
GM
1013 * comint.el (comint-read-input-ring): Bugfix such that the first
1014 and the last entry of the input ring file are not lost.
1015
3556c6dd
GM
10162000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1017
1018 * ps-print.el: Internal variable changes to defcustom,
1019 make-local-hook changes to defvar. Doc fix.
1020 (ps-print-version): New version number (6.1).
1021 (ps-setup, ps-do-despool): Code fix.
1022 (ps-printer-name): Customization fix.
1023 (ps-printer-name-option): Now is a defcustom instead of an
1024 internal variable.
1025 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
1026 (ps-print-begin-column-hook): Now are defvar instead of
1027 make-local-hook.
4836835a 1028
4e217e50
MB
10292000-10-18 Miles Bader <miles@gnu.org>
1030
1031 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
1032 (comint-kill-output): Changed into an alias for `comint-delete-output',
1033 and made obsolete.
1034 (comint-mode-map): Rename references to comint-kill-output.
1035
34460354
EZ
10362000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
1037
1038 * diff-mode.el (diff-header-face, diff-file-header-face)
1039 (diff-changed-face): Add bold and italic attributes to tty faces.
1040 (diff-function-face): New face.
1041 (diff-font-lock-keywords): Use it.
1042
17ea3cdb
MB
10432000-10-18 Miles Bader <miles@lsi.nec.co.jp>
1044
1045 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
1046 Remove commented-out call to force-mode-line-update.
1047 (comint-kill-output): Use `forward-line 0' instead of
1048 beginning-of-line to make sure we get past the prompt.
1049
9244f2c7
SM
10502000-10-17 Stefan Monnier <monnier@cs.yale.edu>
1051
1052 * diff-mode.el (diff-header-face, diff-file-header-face):
1053 Add specific setting for dark background.
1054 (diff-context-face): Renamed from diff-comment-face.
1055 Set explicitly rather than inheriting from font-lock-comment-face.
1056
1592c1ef
EZ
10572000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1058
1059 * startup.el (command-line): Move the code which sets the default
1060 TTY colors to before before-init-hook.
1061
f86292a9
GM
10622000-10-17 Gerd Moellmann <gerd@gnu.org>
1063
1064 * jit-lock.el (jit-lock-stealth-time): Doc fix.
1065
f7f2e883
EZ
10662000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1067
e854cc22
EZ
1068 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
1069 extensions, for MS-DOS.
1070
f7f2e883
EZ
1071 * diff-mode.el (diff-header-face, diff-file-header-face)
1072 (diff-changed-face): Define tty-specific colors.
1073
c7b4f0f9
GM
10742000-10-17 Gerd Moellmann <gerd@gnu.org>
1075
1076 * startup.el (fancy-splash-text): Realign the text.
1077
12a72271
EZ
10782000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1079
1080 * font-lock.el (font-lock-comment-face): Define a separate default
1081 for dark-background tty's.
1082
61dfccfd
MB
10832000-10-17 Miles Bader <miles@gnu.org>
1084
1085 * help.el (resize-temp-buffer-window): Add hack to avoid last line
1086 being obscured by whizzy mode-lines on graphics displays.
1087
333cd59e
EZ
10882000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1089
1090 * info.el (Info-title-1-face, Info-title-2-face)
1091 (Info-title-3-face): Define colors for tty's.
dada41e1 1092 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 1093
dbf1fcc1
EZ
10942000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1095
1096 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
1097 reverse from the frame parameters, and don't invert foreground and
1098 background colors.
1099
ac629823
MB
11002000-10-16 Miles Bader <miles@gnu.org>
1101
1102 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
1103 string "*Info*". Call propertized-buffer-identification to spruce
1104 up the result.
1105
76eebffc
GM
11062000-10-16 Gerd Moellmann <gerd@gnu.org>
1107
3a6b59d9
GM
1108 * help.el: Provide `help' for the sake of define-minor-mode
1109 which generates defcustoms with requires.
1110
6569c3d3
GM
1111 * jit-lock.el (jit-lock-after-change): If we're in text that
1112 matches a multi-line font-lock pattern, make sure the whole text
1113 will be redisplayed.
1114
c2e0a611
GM
1115 * emacs-lisp/authors.el (authors-add): Don't add an entry if
1116 author's name is unknown.
1117
76eebffc
GM
1118 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
1119 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
1120 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
1121 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
1122 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
1123 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
1124 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
1125 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
1126 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
1127 Add author information.
1128
cf1e7b12
MB
11292000-10-16 Miles Bader <miles@lsi.nec.co.jp>
1130
1131 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
1132 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
1133 full-color version (using the Gimp) to eliminate dithering artifacts.
1134
5586f3eb
SM
11352000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1136
1137 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
1138
1139 * simple.el (syntax-flag-table, string-to-syntax): Remove.
1140
ad64a888
DL
11412000-10-15 Dave Love <fx@gnu.org>
1142
1143 * progmodes/sh-script.el: Require skeleton and comint when
1144 compiling.
1145
1146 * pcomplete.el (pcomplete) <defgroup>: Add :version.
1147
1148 * whitespace.el: Doc fixes.
1149 (top-level): Don't add hooks here.
1150 (whitespace-running-emacs): Deleted.
1151 (timer): Don't require.
1152 (whitespace): Add back :version conditional on xemacs test.
1153 (whitespace-spacetab-regexp, whitespace-indent-regexp)
1154 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
1155 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
1156 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
1157 Avoid specific xemacs test.
1158 (whitespace-global-mode): New option.
1159 (whitespace-global-mode): New command.
1160 (whitespace-unload-hook): New function.
1161
1162 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 1163 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
1164 (Info-fontify-node): `Goto' goes to `Go to'.
1165 (Info-fontify-node): Add help-echo to xref links.
1166
1ef49fc6
EZ
11672000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
1168
1169 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
1170
8b7707e1
SM
11712000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1172
b3b7f42f
SM
1173 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1174 Use plist-get and allow :inherit.
1175
1176 * emacs-lisp/cl-macs.el (cl-do-arglist):
1177 Use plist-get and plist-member instead of memq.
1178
3c7fafc7
SM
1179 * emacs-lisp/ewoc.el (ewoc-location): New function.
1180 (ewoc-enter-after, ewoc-enter-before): Document return value.
1181 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
1182 Don't need make-local-hook any more.
1183 (cvs-addto-collection): Return the new tin.
1184 (cvs-mode-insert): Jump to the new line.
1185
8b7707e1
SM
1186 * jit-lock.el (jit-lock-fontify-buffer): Remove.
1187
1188 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
1189
1190 * font-lock.el (font-lock-syntactically-fontified): New var.
1191 (font-lock-fontify-syntactic-keywords-region): Use it.
1192 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
1193
1194 * diff-mode.el (diff-find-file-name): Fix regexp.
1195
1196 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1197 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
1198
1199 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
1200 (sh-mode-syntax-table): Add punctuation syntax for < and >.
1201 (sh-mode): Don't make all vars local here.
1202 (sh-kw): Reformat.
1203 (sh-set-shell): Use dolist. Don't set indent-region-function.
1204 (sh-mode-syntax-table): Use pop.
1205 (sh-remember-variable): Use push.
1206 (sh-help-string-for-variable): Use memq.
1207 (sh-safe-backward-sexp): Remove.
1208 (sh-safe-forward-sexp): Add ARG.
1209 (sh-get-indent-info, sh-prev-stmt): Use it.
1210 (sh-prev-line): Simplify by using forward-comment.
1211 (sh-this-is-a-continuation): Simplify.
1212 (sh-learn-buffer-indent): Use dolist.
1213 (sh-do-nothing): Remove.
1214 (sh-set-char-syntax, sh-set-here-doc-region):
1215 Use inhibit-modification-hooks.
1216 (sh-name-style): Use mapcar and push.
1217 (sh-load-style): Use dolist.
1218 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
1219 (sh-case, sh-while-getopts): Use propertize directly rather
1220 than sh-electric-rparen.
1221
12222000-10-14 Stefan Monnier <monnier@cs.yale.edu>
1223
1224 * textmodes/tex-mode.el: Require CL when compiling.
1225 (tex-mode-syntax-table): Init immediately.
1226 (tex-mode-map): Bind M-RET to latex-insert-item.
1227 (latex-mode): Set indent-line-function to latex-indent.
1228 (tex-common-initialization): Don't setup the syntax-table any more.
1229 (latex-insert-item): New skeleton.
1230 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 1231 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 1232 (latex-indent, latex-find-indent): New functions.
4836835a 1233 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
1234 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
1235 (tex-compilation-parse-errors): Use with-syntax-table.
1236
86b7fcbb
MB
12372000-10-15 Miles Bader <miles@gnu.org>
1238
1239 * font-lock.el (font-lock-comment-face): Change dark-background,
1240 color, non-tty, default to `chocolate1'.
1241
57a24508
JW
12422000-10-13 John Wiegley <johnw@gnu.org>
1243
1244 * eshell/esh-util.el (require): Added a missing `require' form,
1245 needed when compiling (for an ange-ftp macro definition).
1246
40ad3db4
DL
12472000-10-13 Dave Love <fx@gnu.org>
1248
1249 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
1250
db460189
GM
12512000-10-13 Gerd Moellmann <gerd@gnu.org>
1252
b41c9501
GM
1253 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
1254 fix.
1255
4836835a 1256 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
1257 transparent -colors 8).
1258
3b5e21df
GM
12592000-10-13 Stephen Gildea <gildea@alum.mit.edu>
1260
1261 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
1262 that breaks with old list format timestamps.
1263 (time-stamp-warn-inactive, time-stamp-old-format-warn)
1264 (time-stamp-count, time-stamp-conversion-warn): Improved doc
1265 strings.
1266
16908a3f
JW
12672000-10-13 John Wiegley <johnw@gnu.org>
1268
d7103dda
JW
1269 * align.el, pcomplete.el, calendar/timeclock.el,
1270 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
1271
dace60cf 1272 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
1273 faulty math, where holiday hours were being computing as seconds.
1274
b6b70cda
JW
12752000-10-13 John Wiegley <johnw@gnu.org>
1276
1277 * desktop.el (desktop-buffer-modes-to-save): Added a global for
1278 specifying what "other" kinds of buffers should be saved. This
1279 used to be hard-coded.
1280 (desktop-buffer-misc-functions): A global for specifying how
1281 auxiliary data should be determined for special buffer types.
1282 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
1283 instead of hard-coding the special buffer types.
1284 (desktop-save): Run `desktop-buffer-misc-functions' to gather
1285 auxiliary data, instead of hard-coding for Info buffers and dired.
1286 (desktop-buffer-info-misc-data): Aux function for determining Info
1287 buffer auxiliary info.
1288 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
1289 (desktop-buffer-info): Changed this function to use the info
1290 gathered above.
1291 (desktop-create-buffer): Be a little more careful about what
1292 `minor-mode' means before calling it. This is important for some
1293 buffer types.
1294
8c6b1d83
JW
12952000-10-13 John Wiegley <johnw@gnu.org>
1296
1297 * eshell/esh-util.el: Added a global form which declares an
1298 autoload for `parse-time-string', if that function is not already
1299 defined, and if parse-time.el is available on the user's system.
1300
1301 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
1302 to be aware of ange-ftp user info.
1303 (eshell-do-ls): Bind `ange-cache'. Also, use
1304 `eshell-file-attributes'.
1305 (eshell-ls-annotate): Use `eshell-file-attributes'.
1306 (eshell-ls-file): Made the user-id printing code a bit smarter.
1307
1308 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
1309 allow identification of alias user ids in remote directories.
1310 It's manual, but there's no other way to know when the current
1311 user on the local machine, is also the owning user on the remote
1312 machine.
1313 (fboundp): Bind `ange-cache'.
1314 (eshell-directory-files-and-attributes): Re-organized the logic a
1315 bit to use `eshell-file-attributes' instead of `file-attributes'.
1316 The former is more sensitive to directories that are read via FTP,
1317 and knows how to use ange-ftp to determine full attribute
1318 information, instead of just the name and last modtime.
1319 (eshell-current-ange-uids): Return the current user id when in a
1320 remote directory.
1321 (eshell-parse-ange-ls): Parse a full directory listing that has
1322 been returned by ange-ftp.
1323 (eshell-file-attributes): This beefed up version of
1324 `file-attributes' is only special if the user is currently in a
1325 remote directory, in which case it does a lot of work to find out
1326 what the real attributes of a file are, as they appear on the
1327 remote machine. This makes usage of remote directories (i.e.,
1328 ange-ftp pathnames) much more useful. You can now use Eshell as a
1329 full-fledged FTP client, with much more manipulation ability than
1330 most other clients.
1331
1332 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
1333 variable, which means that Eshell's du should always be preferred
1334 in remote directories.
1335 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
1336 just `file-attributes'.
1337 (eshell-mvcp-template): Bind `ange-cache', to improve performance
1338 when reading remote directories. This is an Eshell-specific
1339 variable (not part of ange-ftp).
1340 (eshell/ln): Bind `ange-cache'.
1341 (eshell/du): Added some extra logic for determining when to use
1342 Eshell's du (which is slow), and when to use the external version
1343 (which may or may not exist).
1344
1345 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
1346 `eshell-interactive-process', rather than using
1347 `get-buffer-process', since backgrounded processes don't count in
1348 the context of this function's logic.
1349
1350 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
1351 `forward-char', so that null strings are parsed correctly.
1352
87730e84 13532000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1354
1355 * eshell/em-pred.el (eshell-pred-file-type,
1356 eshell-pred-file-links, eshell-pred-file-size): Use
1357 `eshell-file-attributes'. This is more correct over ange-ftp.
1358
1359 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
1360 that remote file globbing is more efficient.
1361
1362 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
1363 gathering the files and attributes within a directory.
1364
1365 * eshell/em-unix.el (eshell/cat): If any of the files passed on
1366 the command line is a special file (not a regular file, directory
1367 or symlink), always attempt to call the external version of cat.
1368
87730e84 13692000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1370
1371 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
1372 Eshell-friendly version of find-tag.
1373
1c7e37a9
MB
13742000-10-13 Miles Bader <miles@lsi.nec.co.jp>
1375
4836835a 1376 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
1377 (image-file-name-regexps): Add autoload cookies.
1378
11a7f341
KH
13792000-10-13 Kenichi Handa <handa@etl.go.jp>
1380
1381 * international/mule-cmds.el (select-safe-coding-system): If FROM
1382 is string, show it in *Warning* buffer.
1383
8ddddcb0
EZ
13842000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1385
1386 * startup.el (normal-top-level): Use display-popup-menus-p instead
1387 of window-system.
1388 (command-line): Use display-graphic-p instead of window-system.
1389 (command-line-1): Use display-popup-menus-p and display-mouse-p
1390 instead of window-system.
1391
72200f89
SS
13922000-10-12 Sam Steingold <sds@gnu.org>
1393
1394 * tooltip.el (tooltip-use-echo-area): New user variable.
1395 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
1396
8661c643
DL
13972000-10-12 Dave Love <fx@gnu.org>
1398
d0b40dc1
DL
1399 * recentf.el: Maintainer's checkdoc fixes.
1400
a622451f
DL
1401 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
1402 character class, not ASCII when matching file names.
1403 (fancy-splash-head): Add trailing slash to URL.
1404 (command-line): Don't require XPM support for toolbar.
1405
8661c643
DL
1406 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
1407 (cperl-invalid-face): Revert last change.
1408 (cperl-init-faces): Quote cperl-invalid-face.
1409
ef2ed8ab
KH
14102000-10-12 Kenichi Handa <handa@etl.go.jp>
1411
1412 * startup.el (fancy-splash-text): Remove superfluous quote.
1413
b0da379e
GM
14142000-10-12 Gerd Moellmann <gerd@gnu.org>
1415
dbeb499b
GM
1416 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
1417 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
1418 (command-line-1): Don't use fancy-splash-pending-command.
1419 (fancy-splash-screens-1): Goto point-min after inserting text.
1420
d861718a
GM
1421 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
1422
b0da379e
GM
1423 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
1424 instead of shared-lisp-mode-map.
1425
4fb2ad98
MB
14262000-10-12 Miles Bader <miles@lsi.nec.co.jp>
1427
1cb4393e
MB
1428 * faces.el (header-line): Change tty-variant to use underlining.
1429
4fb2ad98
MB
1430 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
1431 (isearch-highlight): Restore lazy-isearch face properties at old
1432 position, and suppress them at new position.
1433 (isearch-dehighlight): Restore lazy-isearch face properties.
1434 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
1435 over the real isearch overlay, but in that case, don't give it a
1436 face property. Use `push'.
1437
eb991b25
KH
14382000-10-12 Kenichi Handa <handa@etl.go.jp>
1439
1440 * man.el (Man-getpage-in-background): Fix previous change.
1441 Decode the process output only when we are in multibyte mode.
1442
a818c1c0
DL
14432000-10-11 Dave Love <fx@gnu.org>
1444
c990f53a
DL
1445 * info.el (Info-mode-menu): Fix some help.
1446 (info-tool-bar-map): Add entry for Info-last.
1447
a818c1c0
DL
1448 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
1449 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
1450 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
1451 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
1452 * toolbar/search-replace.xpm, toolbar/exit.xpm:
1453 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
1454 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
1455 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
1456 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
1457 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
1458 Reduce colour requirements to 25 overall. (Probably wants
1459 revisiting from the originals to reduce further.)
1460
c1b096cb
EZ
14612000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
1462
1463 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
1464 buffer-file-coding-system, instead of raw-text.
1465 (dehexlify-buffer): Bind coding-system-for-read to
1466 buffer-file-coding-system, instead of raw-text.
1467
5c8b7eaf
SS
14682000-10-11 Sam Steingold <sds@gnu.org>
1469
1470 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
1471 `underline' - fixes the bug introduced on 2000-09-21.
1472
2cfbdb7a
DL
14732000-10-11 Dave Love <fx@gnu.org>
1474
1475 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
1476 compiler warnings.
1477 (scheme-mode): Doc fix.
1478 (scheme-font-lock-keywords-1): Match `define-syntax'.
1479
14802000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
1481
1482 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
1483 face specs as well as default ones. Only do anything if the
1484 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 1485 (region): Make dark-background `region' face less in-your-face.
4b33f290 1486
690ec649
SS
14872000-10-10 Sam Steingold <sds@gnu.org>
1488
1489 * chistory.el, ielm.el, ledit.el:
1490 * progmodes/inf-lisp.el, progmodes/scheme.el:
1491 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
1492
3b95d6bb
SM
14932000-10-10 Stefan Monnier <monnier@cs.yale.edu>
1494
1495 * textmodes/texinfo.el: Update copyright and fix typo.
1496
1497 * desktop.el (desktop-modes-not-to-save): New var.
1498 (desktop-save-buffer-p): Use it.
1499 Also, obey desktop-buffers-not-to-save even for non-file buffers.
1500 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
1501
d646c828
DL
15022000-10-10 Dave Love <fx@gnu.org>
1503
1504 * toolbar/tool-bar.el (tool-bar-add-item)
1505 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
1506 display.
1507
d646c828
DL
1508 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
1509 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
1510 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
1511 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
1512 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
1513 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
1514 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
1515 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
1516 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
1517 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
1518 the .xpms; probably need retouching.
1519
862a7e28
MB
15202000-10-10 Miles Bader <miles@lsi.nec.co.jp>
1521
1522 * subr.el (add-to-list): Add optional argument APPEND.
1523 * battery.el (display-battery): Use `add-to-list'.
1524
46e33aee
TTN
15252000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
1526
930baf47
TTN
1527 * play/zone.el (zone-timer, zone-wc-tbl): Rework
1528 these vars as symbol properties.
2cfbdb7a
DL
1529 (zone, zone-when-idle, zone-leave-me-alone)
1530 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 1531
5a430f9c
TTN
1532 * battery.el (display-battery): Doc spelling fix.
1533
46e33aee
TTN
1534 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
1535 property.
1536
adf7d3a8
DL
15372000-10-09 Dave Love <fx@gnu.org>
1538
1539 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
1540 has been initialized before calling tool-bar-setup.
c2156508 1541 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 1542
06a8c9f8
EZ
15432000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
1544
e4ca8f8c
EZ
1545 * menu-bar.el (send-mail-item-name): New function.
1546 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
1547 of mail-user-agent in the menu. Don't display the "Send Mail"
1548 item if mail-user-agent is nil or its value is ignore.
1549 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
1550 if read-mail-command is nil or its value is ignore.
1551
06a8c9f8
EZ
1552 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
1553
7dbc9c8a
MB
15542000-10-09 Miles Bader <miles@gnu.org>
1555
29e0814b
MB
1556 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
1557 Correct image size.
1558 * toolbar/left_arrow.xpm: Correct image size.
1559
7dbc9c8a
MB
1560 * jka-compr.el: Don't call `jka-compr-install' when loading (it
1561 will be done by the definition of `auto-compression-mode' if
1562 necessary. Move code to uninstall existing file-name handler
1563 before definition of `auto-compression-mode'.
1564
1565 * image-file.el (auto-image-file-mode): Move to the end of the
1566 file, because `define-minor-mode' actually calls the mode-function
1567 if the associated variable is non-nil, which requires that all
1568 needed functions be already defined.
1569
65b61266
MB
1570 * mouse.el (popup-menu): Balance parens.
1571
d6b8c85b
SM
15722000-10-08 Stefan Monnier <monnier@cs.yale.edu>
1573
1574 * mouse.el (popup-menu): Move the command call outside the loop
1575 so that popup-menu returns whatever the command returns.
1576
1577 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
1578 (initialize-new-tags-table): Use run-hook-with-args-until-success.
1579 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
1580 (tags-table-format-functions): Renamed from tags-table-format-hooks.
1581
1582 * vc.el (vc-version-diff): diff-switches can be a list.
1583 Use relative filenames for prettier output.
1584
46e33aee 1585 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
1586 (vc-post-command-functions): Remove old-VC compatibility code.
1587
1588 * newcomment.el (comment-indent-default): Autoload.
1589
1590 * font-lock.el (font-lock-defaults): Make buffer-local.
1591 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
1592 (font-lock-choose-keywords):
1593 Ignore LEVEL unless KEYWORDS is a list of syms.
1594 (c-keywords, c++-keywords, objc-keywords, java-keywords):
1595 Don't wrap regexp-opt things in \(...\) unnecessarily.
1596
1597 * jit-lock.el: Don't require font-lock any more.
1598 (jit-lock-functions): Make buffer-local.
1599 (jit-lock-saved-fontify-buffer-function): Remove.
1600 (jit-lock-mode): Remove autoload cookie.
1601 Remove font-lock specific code.
1602 (jit-lock-unregister): Don't bother handling complex hooks any more.
1603 (jit-lock-refontify): New function.
1604 (jit-lock-fontify-buffer): Use it.
1605 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
1606 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
1607 Add optional args START and END.
1608 Never call font-lock-fontify-region directly.
1609 (jit-lock-function, jit-lock-stealth-fontify): Use it.
1610
1611 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
1612
a30ed6ac
DL
16132000-10-08 Dave Love <fx@gnu.org>
1614
4e7c7ca9
DL
1615 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
1616
1617 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
1618
1619 * play/studly.el (studlify-region, studlify-word): Add autoload
1620 cookie.
1621
1622 * play/morse.el (morse-region, unmorse-region): Add autoload
1623 cookie.
1624
1625 * play/spook.el (spook-phrases-file): Use expand-file-name, not
1626 concat.
1627
1628 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
1629 insist on symbols starting with word syntax.
1630 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
1631 (eval-defun-1): Doc fix.
1632 (indent-sexp): Use nconc to build up indent-stack.
1633
1634 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
1635 Gnus with little use.
1636 (mail-setup-hook): Add mail-abbrevs-setup to options.
1637
968f7c4a
DL
1638 * recentf.el: Doc fixes.
1639
1640 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
1641 Clean up remainder.
1642
1643 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
1644 without timezone and (8) with timezone to enforce some whitespace.
1645 Simplify code somewhat.
1646
1647 * options.el (list-options): Doc that you should use customize.
1648
1649 * iswitchb.el (iswitchb-mode): Add :require.
1650
a30ed6ac
DL
1651 * info.el (Info-goto-node, Info-menu): Doc fix.
1652 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
1653 (info-tool-bar-map): New variable.
1654 (Info-mode): Use it.
1655 (Info-edit-map): Define all in defvar.
1656 (speedbar-attached-frame): Avoid compiler warning.
1657
1658 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
1659 (global-map): Bind [tool-bar] to a filtered map.
1660 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
1661 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
1662 Allow PBM icons.
1663 (tool-bar-setup): Adjust calls of tool-bar-add-item.
1664
1665 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
1666 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
1667 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
1668 icons, except up_arrow, which is left-arrow rotated.
1669
1670 * imenu.el (imenu-add-to-menubar): Fix last change.
1671
4e953aff
PB
16722000-10-08 Peter Breton <pbreton@ne.mediaone.net>
1673
1674 * generic-x.el (rul-generic-mode): Remove eval-when-compile
1675 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
1676
739e92a7
EZ
16772000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
1678
d20faceb
EZ
1679 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
1680 typos in doc strings.
1681
a640322e
EZ
1682 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
1683 the doc strings how to customize Font Lock faces.
1684
739e92a7
EZ
1685 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
1686 computing growth when dragging the header line.
1687
8be7408c
EZ
16882000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
1689
1690 * simple.el (kill-line): Doc fix.
1691
6fee86a3
MB
16922000-10-08 Miles Bader <miles@gnu.org>
1693
445a653e
MB
1694 * faces.el (secondary-selection): Make foreground visible on tty.
1695
6fee86a3
MB
1696 * jka-compr.el (auto-compression-mode): Move to the end of the
1697 file, because `define-minor-mode' actually calls the mode-function
1698 if the associated variable is non-nil, which requires that all
1699 needed functions be already defined.
1700 (with-auto-compression-mode): Add autoload cookie.
1701
a115794c
EZ
17022000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
1703
1704 * files.el (find-backup-file-name) [ms-dos]: If support for long
1705 file names is not available, behave as if version-control were set
1706 to never.
1707
b12e6de3
DL
17082000-10-07 Dave Love <fx@gnu.org>
1709
1710 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
1711 (browse-url-gnome-moz): New function.
1712 (browse-url-browser-function): Use it.
1713 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
1714
20b1d079
SM
17152000-10-07 Stefan Monnier <monnier@cs.yale.edu>
1716
1717 * indent.el (tab-always-indent): New var.
1718 (indent-for-tab-command): Use it.
39250ec3 1719
9ee45b2c 1720 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 1721 raise an error. This way it can still default to a sane value.
9ee45b2c 1722
8c6b1d83
JW
17232000-10-06 Stefan Monnier <monnier@cs.yale.edu>
1724
39250ec3
SM
1725 * startup.el (fancy-splash-screens): Use local rather than global map.
1726 Don't use `update-menu-bindings' any more.
1727 Get rid of assumptions about keymap representation.
1728
a23ccdf2
DL
17292000-10-06 Dave Love <fx@gnu.org>
1730
814299a7 1731 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
1732 (sentence-end-without-period): Doc fix.
1733 (adaptive-fill-regexp): Purecopy.
1734 (unjustify-current-line): Use line-end-position.
1735 (fill-individual-paragraphs-prefix): Use line-beginning-position.
1736
1737 * net/eudc-vars.el (eudc): Add :version, :link.
1738
39250ec3 1739 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
1740
1741 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
1742 Fix for define-minor-mode.
1743 (function-at-point): Alias to function-called-at-point.
1744
1745 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
1746
1747 * simple.el (backward-word): Doc fix.
1748
a23ccdf2
DL
1749 * image-file.el (image-file-name-regexp): image-file-regexps ->
1750 image-file-name-regexps.
742c1822 1751 (image-file-name-extensions): Add pbm.
a23ccdf2 1752
39250ec3
SM
17532000-10-06 Stefan Monnier <monnier@cs.yale.edu>
1754
1755 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
1756 and add filename to the names so that diff-mode can jump to source.
1757
1758 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 1759 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
1760 (tex-font-lock-keywords-1): Remove.
1761 (font-lock-turn-on-thing-lock): Use jit-lock-register.
1762 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
1763 (font-lock-default-fontify-region):
1764 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
1765 (font-lock-fontify-anchored-keywords):
1766 Include the anchor text as part of the multiline.
1767
8d5dfacd
GM
17682000-10-06 Gerd Moellmann <gerd@gnu.org>
1769
1770 * loadup.el (toplevel): Load `loaddefs' before `help' because the
1771 latter needs the autoloaded define-minor-mode macro during the
1772 bootstrap.
1773
1774 * startup.el (command-line): For now, activate tool-bar-mode only
1775 if XPM images are supported.
1776
1777 * mouse.el (mouse-drag-header-line): Don't allow resizing a
1778 window by dragging a header-line at the top of the frame; that's
4c19fbce 1779 confusing because the header-line doesn't move.
8d5dfacd
GM
1780 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
1781 of treating the event as a list. Some cleanup.
1782
f69aad2b 17832000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 1784
f69aad2b
MB
1785 * simple.el (display-message-or-buffer): New function.
1786 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 1787
09cb7646
MB
1788 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
1789 docstring parts.
1790
814299a7 1791 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
1792 (smbclient-prompt-regexp): Add usage note to doc string.
1793 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
1794 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
1795 Use add-hook for adding the comint filter function, and only do so
1796 if it's not already in the global hook list.
1797 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
1798 to `make-local-variable'.
1799 (nslookup-font-lock-keywords): Remove prompt entry.
1800 (nslookup): Don't set the process-filter.
1801 (finger): Exit the loop correctly when the regexps list runs out.
1802 (ftp, smbclient, smbclient-list-shares):
1803 Set the real major mode immediately, not after execing.
1804 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
1805
1806 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
1807
4c19fbce
SM
18082000-10-05 Stefan Monnier <monnier@cs.yale.edu>
1809
1810 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
1811
1812 * which-func.el (which-func-format): Remove spurious space.
1813 (which-func-mode): Don't make it permanent-local.
1814 (which-func-ff-hook): Allow which-func-maxout to be nil.
1815 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
1816 (which-func-mode): Simplify.
1817 Use post-command-idle-hook rather than post-command-hook.
1818 Go through all buffers and update their state.
1819 (which-function): Also try add-log-current-defun-function.
1820
1821 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
1822 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
1823 Update call to with-vc-properties accordingly.
1824 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
1825 (vc-revert-buffer): More careful about window selection and deletion.
1826 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
1827
1828 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
1829 (cvs-retrieve-revision): Reuse a pre-existing buffer.
1830 (cvs-dired-action): Change the default to quickdir.
1831
1832 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
1833 if comment-indent-function returns nil.
1834 (comment-indent-default): New function.
1835 (comment-indent-function): Use it and document the new semantics.
1836
1837 * image-file.el: Docstring fixes.
1838
1839 * help.el (help-xref-on-pp): Use match-string.
1840 (describe-variable): New arg BUFFER.
1841 Store the current buffer in the help-xref-stack.
1842 (temp-buffer-resize-mode): Use define-minor-mode.
1843
1844 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
1845 consistently with its docstring.
1846 Set jit-lock-first-unfontify-pos in an idempotent way.
1847 (jit-lock-register): Autoload and add arg CONTEXTUAL.
1848
542c6552
GM
18492000-10-05 Alex Schroeder <alex@gnu.org>
1850
1851 * sql.el (sql-mysql-options): New variable.
1852 (sql-mysql): Use it.
1853
a3489ece
MB
18542000-10-05 Miles Bader <miles@lsi.nec.co.jp>
1855
77f6105c
MB
1856 * image.el (image): New group.
1857
814299a7 1858 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
1859 (smerge-base-face, smerge-markers-face): Add dark-background variants.
1860
3478046b
PB
18612000-10-04 Peter Breton <pbreton@ne.mediaone.net>
1862
1863 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 1864 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
1865 Ignore the value of wqindow-system; always define keywords
1866
22aca186
KH
18672000-10-05 Kenichi Handa <handa@etl.go.jp>
1868
1869 * startup.el (fancy-splash-screens): Remove the code for
1870 debugging; `(trace-to-stderr "EXITTT\n")'.
1871
55d5d717
MB
18722000-10-05 Miles Bader <miles@gnu.org>
1873
1874 * diff-mode.el (diff-goto-source): Update call to
1875 `diff-hunk-status-msg' to reflect new REV variable.
1876
41fa7178
SM
18772000-10-04 Stefan Monnier <monnier@cs.yale.edu>
1878
1879 * progmodes/icon.el (icon-mode):
1880 Don't gratuitously override the default for comment-column.
1881
1882 * vc-hooks.el (vc-mode-line): Fix interactive spec.
1883
1884 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
1885 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
1886 (jit-lock-functions): New var.
1887 (jit-lock-function-1): Use it if non-nil.
1888 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
1889 Set the `fontified' property before doing the fontification to avoid
1890 repeatedly going through the same error.
1891 Don't turn errors into messages.
1892 (jit-lock-register, jit-lock-unregister): New functions.
1893
1894 * dired.el (dired-mark-pop-up): Turn comment into docstring.
1895 Use with-current-buffer.
1896
1897 * dired-aux.el (dired-do-create-files, dired-kill-tree):
1898 Turn comment into docstring.
1899
1900 * apropos.el (apropos-mode): Use define-derived-mode.
1901
3dc78168
GM
19022000-10-04 Gerd Moellmann <gerd@gnu.org>
1903
1904 * startup.el (fancy-splash-pending-command): New variable.
1905 (fancy-splash-pre-command): New function.
1906 (fancy-splash-screens): Rewritten.
1907 (command-line-1): If fancy-splash-pending-command is set, call it
1908 interactively.
1909
dae9dc56
DL
19102000-10-04 Dave Love <fx@gnu.org>
1911
1912 * toolbar/tool-bar.el (tool-bar-setup): New function.
1913 (tool-bar-mode): Use it.
1914
1915 * subr.el (substitute-key-definition): Doc fix.
1916 (play-sound-file): New command.
1917
3388f0a5
AS
19182000-10-04 Andre Spiegel <spiegel@gnu.org>
1919
814299a7 1920 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
1921 vc-version-backup-file-name): New functions.
1922
1923 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
1924
1925 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
1926 vc-cvs-stay-local-p.
1927
1928 * vc.el (vc-revert-buffer): Handle empty diff properly.
1929 (vc-version-backup-file): New function.
1930 (vc-checkout): Create a version backup if necessary.
1931 (vc-checkin): If a version backup file exists, delete it.
1932 (vc-version-diff): Diff locally using version backups, if available.
1933 (vc-revert-file): If there's a version backup, revert locally.
1934 (vc-transfer-file): Use version backup for base version, if
1935 available. If not, ask for confirmation whether to get it from the
1936 server. Update mode line before check-in.
1937
ebd4825d
DL
19382000-10-04 Dave Love <fx@gnu.org>
1939
1940 * toolbar/tool-bar.el (tool-bar-setup): New function.
1941 (tool-bar-mode): Use it.
1942
1b24f4b7
PB
19432000-10-04 Peter Breton <pbreton@ne.mediaone.net>
1944
3dc78168 1945 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 1946 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
1947 Only set if window-system is non-nil
1948 (net-utils-run-program): Returns buffer.
1949 (network-connection-reconnect): Added this function.
1950
814299a7
MB
1951 * generic.el:
1952 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
1953 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
1954 Uses cl compile-time macros.
3dc78168
GM
1955 (generic-mode-name, generic-comment-list)
1956 (generic-keywords-list, generic-font-lock-expressions)
1957 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
1958 Removed variables.
1959 (generic-mode-alist): Renamed to generic-mode-list.
1960 (generic-find-file-regexp): Default changed to "^#".
1961 (generic-read-type): Uses completing read on generic-mode-list.
1962 (generic-mode-sanity-check): removed this function.
1963 (generic-add-to-auto-mode): Removed this function
3dc78168 1964 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
1965 into function instead of putting them in alist.
1966 (generic-mode-set-comments): Reworked extensively.
1967 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 1968 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 1969
814299a7 1970 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
1971 Make sure directory name ends with "/".
1972
814299a7 1973 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
1974 Regexp now allows leading whitespace.
1975 (rc-generic-mode): Added eval-when-compile
1976 around generic-make-keywords-list.
1977 Deleted duplicate regexp
1978 (rul-generic-mode): Added eval-when-compile
1979 around generic-make-keywords-list.
1980 (etc-fstab-generic-mode): New generic mode.
1981 (rul-generic-mode): Removed one eval-when-compile
814299a7 1982 which caused a max-specpdl-size exceeded error.
1b24f4b7 1983
a7bf5cf3
MB
19842000-10-04 Miles Bader <miles@gnu.org>
1985
1986 * simple.el (minibuffer-temporary-goal-position): New variable.
1987 (next-history-element): Try to keep the position of point in the
1988 input string constant.
1989
1990 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
1991 (dired-do-create-files): If there's only one file, pass it in as
1992 the DEFAULT arg to dired-mark-read-file-name.
1993
ce1087a9
SM
19942000-10-03 Stefan Monnier <monnier@cs.yale.edu>
1995
1996 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
1997 (diff-goto-source): Be smarter when choosing REVERSE or not.
1998
1999 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
2000 (texinfo-mode-menu): Add an explicit shortcut for update all.
2001
0e41e1d6
AS
20022000-10-03 Andre Spiegel <spiegel@gnu.org>
2003
814299a7 2004 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
2005 factorize backend-specific code cleanly (this was essentially
2006 conceived by Stefan Monnier).
2007 (vc-unregister): Function removed.
814299a7 2008 (vc-revert-file): New function.
858f7cb4
AS
2009 (vc-revert-buffer): Delegate some of the work to it.
2010
0e41e1d6
AS
2011 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
2012 default branch unconditionally.
2013 (vc-rcs-set-default-branch): New function.
2014 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
2015 (vc-rcs-checkin): If an appropriate default branch has been set,
2016 force creation of that branch.
858f7cb4
AS
2017 (vc-rcs-receive-file): Rewritten to contain only backend-specific
2018 code (as suggested by Stefan Monnier).
0e41e1d6 2019
01c86c56
GM
20202000-10-02 Gerd Moellmann <gerd@gnu.org>
2021
45c477b4
GM
2022 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
2023 highlighting overlay with a different face over the overlay
2024 isearch uses to highlight the current match because that can lead
2025 to bad face combinations.
2026
01c86c56
GM
2027 * loadup.el (toplevel): Load faces before isearch.
2028
2029 * isearch.el (isearch-faces): New custom group.
2030 (isearch): New defface; was already tested for in the code.
2031 (isearch-lazy-highlight-face): Changed to defface from defcustom.
2032 (isearch-highlight): Always use face `isearch'.
2033
944425c0
DL
20342000-10-02 Dave Love <fx@gnu.org>
2035
2036 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
2037 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
2038 comparison of opcode with operand.
2039
2a099bcc
MB
20402000-10-03 Miles Bader <miles@gnu.org>
2041
2042 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
2043 buffer, since the echo area will now grow to accommodate them.
2044
4300ecb8
AS
20452000-10-02 Andre Spiegel <spiegel@gnu.org>
2046
2047 * vc-hooks.el (vc-registered): If FILE used to be registered under
2048 a certain backend, try that one first.
2049
814299a7 2050 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
2051 argument list. Handle multiple backends correctly.
2052 (vc-find-new-backend): Function removed.
2053 (vc-register): Use vc-responsible-backend, as before.
2054 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
2055
64e6cc18
GM
20562000-10-02 Gerd Moellmann <gerd@gnu.org>
2057
2058 * startup.el (fancy-splash-head): Change message below the
2059 logo.
2060
00df919e
MB
20612000-10-02 Miles Bader <miles@lsi.nec.co.jp>
2062
2063 * diff-mode.el (diff-goto-source): Emit a status message.
2064 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 2065 (diff-test-hunk): Fix doc string.
00df919e
MB
2066 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
2067 (diff-advance-after-apply-hunk): New variable.
4eaa6852 2068 (diff-apply-hunk): Don't return a value.
00df919e 2069
ceec5a0c
SM
20702000-10-01 Stefan Monnier <monnier@cs.yale.edu>
2071
2072 * vc.el (vc-editable-p): Minor optimization.
2073 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
2074 (vc-find-new-backend): New function split from vc-responsible-backend.
2075 (vc-register): Use it.
2076 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
2077 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
2078 (vc-default-unregister, vc-revert-buffer): Docstring fix.
2079 (vc-clear-headers): Don't use find-file.
2080 (vc-revert-buffer): Use `and' again (must have been a braino).
2081 (vc-switch-backend): Only prompt if requested.
2082 Short circuit if nothing is to be done.
2083 Don't use vc-resynch-buffer which could lose unsaved editing.
2084 (vc-default-receive-file): Update call to vc-unregister.
2085 (with-vc-file, vc-next-action-on-file):
2086 Use vc-backend rather than vc-registered.
2087 (vc-next-action-on-file): Use intern-soft.
2088 Deal with read-only *vc-diff* buffer.
2089 (vc-transfer-file): Docstring fix.
2090
2091 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
2092 (vc-rcs-receive-file): Avoid with-vc-properties.
2093 Update call to vc-unregister.
2094 Use constant `RCS' rather than (dynamically bound) var `backend'.
2095
4ad5da8f
AS
20962000-10-01 Andre Spiegel <spiegel@gnu.org>
2097
814299a7 2098 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
2099 is visited.
2100 (vc-start-entry): New argument initial-contents. Don't visit the file
2101 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
2102 (vc-next-action, vc-register): Updated calls to vc-start-entry.
2103 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
2104 vc-start-entry.
2105 (vc-finish-logentry): Make sure to bury log buffer only if there
2106 really is one. Call `vc-resynch-buffer' on log-file, not
2107 buffer-file-name.
2108 (vc-default-comment-history, vc-default-wash-log): New functions.
2109 (vc-index-of): Removed.
2110 (vc-transfer-file): Make do without the above.
2111 (vc-default-receive-file): Call comment-history unconditionally. Pass
2112 the resulting string to vc-checkin, instead of inserting it into the
2113 comment ring.
2114
2115 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
2116 unconditionally. Use the comments as initial contents of the log
814299a7 2117 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
2118 changes.
2119
aa0c3dca
MB
21202000-10-01 Miles Bader <miles@gnu.org>
2121
2122 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
2123 `recenter' with an arg to prevent redrawing the display.
2124
d5f5a2c5
SM
21252000-09-30 Stefan Monnier <monnier@cs.yale.edu>
2126
2127 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
2128
2129 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
2130
814299a7 2131 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
2132 Don't gratuitously override the default for comment-column.
2133
2134 * textmodes/tex-mode.el (latex-metasection-list): New var.
2135 (latex-imenu-create-index): Use it.
2136 Move the regexp construction outside loops (and use push).
814299a7 2137 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
2138 (tex-font-lock-keywords): Moved from font-lock.el.
2139 (tex-comment-indent): Remove.
2140 (tex-common-initialization): Don't set comment-indent-function.
2141 (latex-block-default): New var.
2142 (tex-latex-block): Use it to provide a default choice.
2143 Add any unknown choice to latex-block-names.
2144 Insert [...] after {...}.
2145 (tex-last-unended-begin): Simplify regexp.
2146 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
2147 (latex-forward-sexp-1, latex-forward-sexp): New functions.
2148 (latex-mode): Set forward-sexp-function.
2149
2150 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
2151 Add regexp for @ignore ... @end ignore.
2152 (texinfo-heading-face): New face.
2153 (texinfo-font-lock-keywords): Use it.
2154 (texinfo-mode-menu): New menu.
2155 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
2156 New functions.
2157 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 2158 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
2159 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
2160 Remove declaration.
2161 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
2162
2163 * delsel.el (delete-selection-mode): Use define-minor-mode.
2164
2165 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
2166
21672000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2168
2169 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
2170
8a5506f2
GM
21712000-09-30 Gerd Moellmann <gerd@gnu.org>
2172
068127d6
GM
2173 * replace.el (keep-lines-read-args): New function.
2174 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
2175 read arguments interactively. Add parameters RSTART and REND.
2176 Operate on the active region in Transient Mark mode.
2177
d777bb8f
GM
2178 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
2179
8a5506f2
GM
2180 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
2181 (authors-obsolete-files-regexps): New variable.
2182 (authors-add): Don't record changes in obsolete files.
2183
3fa87bfc
SM
21842000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2185
2186 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
2187
2188 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
2189 (comment-indent): Make sure there's a space between code and comment.
2190 Shift comments left to avoid going past fill-column.
2191
f02149ce
GM
21922000-09-29 Gerd Moellmann <gerd@gnu.org>
2193
2194 * startup.el (startup-echo-area-message): New function.
2195 (display-startup-echo-area-message): Use it.
2196 (fancy-splash-screens): Rewritten to use keymaps and a timer.
2197 (fancy-splash-default-action): New function.
2198 (fancy-splash-screens-1): New function.
2199 (fancy-splash-head): Put a help-echo and a keymap under the image.
2200
a3ef6569
SM
22012000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2202
2203 * diff-mode.el (diff-add-log-file-name): Remove.
2204 (diff-mode): Use add-log-buffer-file-name-function.
2205
2206 * add-log.el (find-change-log): New arg BUFFER-FILE.
2207 (add-log-file-name): Obey add-log-file-name-function.
2208 (add-log-buffer-file-name-function): New var.
2209 (add-change-log-entry): Use it.
2210
75e5b373
MB
22112000-09-29 Miles Bader <miles@gnu.org>
2212
2213 * image-file.el (image-file-name-extensions): New variable.
2214 (image-file-name-regexps): Renamed from `image-file-regexps'.
2215 New default value is nil. Call `auto-image-file-mode'.
2216 (image-file-name-regexp): New function.
2217 (auto-image-file-mode): New minor mode.
2218 (insert-image-file): Don't make conditional on the image-file
2219 handler being enabled.
2220 (image-file-handler): Make the call here conditional instead.
2221 (set-image-file-handler-enabled, enable-image-file-handler)
2222 (disable-image-file-handler): Functions removed.
2223
2224 * emacs-lisp/authors.el (authors-print): Rephrase many-files
2225 string.
2226
de6e1f7c
GM
22272000-09-29 Gerd Moellmann <gerd@gnu.org>
2228
2229 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
2230 it's a function from CL.
2231 (latex-imenu-create-index): Replace eval-when-compile with progn
2232 because latex-section-alist is not bound while compiling.
2233
d8c201f5
SM
22342000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2235
2236 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
2237 (outline-mode): Use define-derived-mode.
2238
814299a7 2239 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
2240 * progmodes/awk-mode.el (awk-mode):
2241 * progmodes/asm-mode.el (asm-mode):
2242 Don't gratuitously override the default for comment-column.
2243
2244 * emacs-lisp/lisp.el (lisp-complete-symbol):
2245 Distinguish the let-binding case from the funcall case.
2246 (forward-sexp-function): New variable.
2247 (forward-sexp): Use it.
2248
2249 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
2250 (easy-mmode-defmap): Remove the now useless autoload.
2251
2252 * time.el (display-time-mode): Use define-minor-mode.
2253
2254 * subr.el (add-minor-mode): Don't eval NAME.
2255 Don't depend on the presence of TOGGLE-FUN for any special behavior.
2256 Use if rather than cond.
2257
2258 * simple.el (read-expression-map): Define more properly.
2259 (comment-indent-hook): Remove.
2260 (string-to-syntax): Bug fix.
2261
2262 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
2263 (cvs-ediff-diff): Fix typo.
2264 (cvs-revert-if-needed): Don't bother preserving read-only.
2265
2266 * paren.el (show-paren-mode): Use define-minor-mode.
2267
2268 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
2269 (toggle-auto-compression): Remove.
2270 (jka-compr-build-file-regexp): Remove useless grouping.
2271
2272 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
2273 Avoid user-reserved bindings.
2274 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
2275 (diff-header-face): Revert to grey85.
2276
2277 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
2278
2279 * complete.el (partial-completion-mode) <defcustom>: Remove.
2280 (partial-completion-mode): Use define-minor-mode.
2281 (PC-do-completion): Understand `completion-auto-help = delay'
2282 to mean to popup the completion buffer only the second time.
814299a7 2283 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
2284 (PC-include-file-all-completions): Don't quote lambda.
2285
2286 * comint.el (comint-mode-hook): Docstring fix.
2287 (comint-mode): Use define-derived-mode.
2288 (comint-mode-map): Remove obsolete comment.
2289 (make-comint): Minor stylistic change.
2290 (comint-insert-clicked-input): Be more careful to find the overlay.
2291 Use this-command-keys rather than hardcoding mouse-2.
2292
2293 * font-lock.el: Replace confusing (,@ with ,
2294 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2295 Don't use regexp-opt-depth. Spice up the regexp for args.
2296 Don't distinguish between cmds that can take an opt arg or not.
2297 Use `append' and `prepend' rather than `keep'.
2298
2299 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
2300 (latex-outline-regexp): New var.
2301 (latex-outline-level): New fun.
2302 (latex-section-alist): New var.
2303 (latex-imenu-create-index): Use it. Use `push' as well.
2304 (tex-shell-map): Initialize it properly.
2305 (tex-mode): Minor stylistic change.
2306 (plain-tex-mode): Use define-derived-mode.
2307 (latex-mode): Use define-derived-mode.
2308 Construct the paragraph regexps in a more readable way.
2309 Set the buffer-local outline-{level,regexp} vars.
2310 (slitex-mode): Derive from latex-mode.
2311 (tex-common-initialization): Don't kill-all-vars anymore.
2312 Add setting for comment-add and font-lock-defaults.
2313 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
2314 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
2315 (tex-start-tex): New arg DIR (and send a chdir command for it).
2316 Also display the shell buffer and save it in tex-last-buffer-texed.
2317 (tex-region): Use expand-file-name rather than concat.
2318 Remove code made useless by changes in tex-start-tex.
2319 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
2320
2321 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
2322
ff398532
DL
23232000-09-28 Dave Love <fx@gnu.org>
2324
2325 * eshell/eshell.el (eshell) <defgroup>: Add :version.
2326
f9415d5b
GM
23272000-09-28 Gerd Moellmann <gerd@gnu.org>
2328
2329 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
2330 `append'.
2331
fa003899
SM
23322000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2333
2334 * info.el (Info-extract-pointer): Undo last change.
2335 Instead, fix the position of the `bound' arg to re-search-backward.
2336
23372000-09-27 Stefan Monnier <monnier@cs.yale.edu>
2338
2339 * info.el (Info-extract-pointer):
2340 Widen more carefully, to avoid finding pointers in other nodes.
2341 (Info-index): Use push.
2342
f9415d5b 23432000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
2344
2345 * frame.el (set-frame-font): Remove call to obsolete function
2346 frame-update-faces.
2347 (set-foreground-color, set-background-color): Likewise for
2348 frame-update-face-colors.
2349
5538b8ba
MB
23502000-09-27 Miles Bader <miles@gnu.org>
2351
2352 * image-file.el: New file.
2353
60536eea
GM
23542000-09-27 Gerd Moellmann <gerd@gnu.org>
2355
5b551d58
GM
2356 * frame.el (frame-notice-user-settings): Don't call
2357 frame-update-faces, which is a no-op now.
814299a7 2358
60536eea
GM
2359 * ediff-wind.el (ediff-control-frame-parameters): Add zero
2360 tool-bar-lines.
2361
36f1966f
DL
23622000-09-27 Dave Love <fx@gnu.org>
2363
2364 * mouse.el: Fix last change.
2365
c5785b73
MB
23662000-09-27 Miles Bader <miles@lsi.nec.co.jp>
2367
2368 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
2369
672172d9
KH
23702000-09-22 Kenichi Handa <handa@etl.go.jp>
2371
2372 * international/quail.el (quail-help): The output message is
2373 improved.
2374
4653b4ea
DL
23752000-09-26 Dave Love <fx@gnu.org>
2376
2377 * mouse.el (popup-menu): If POSITION is nil, set it using
2378 mouse-position.
2379
63900fcf
SS
23802000-09-25 Sam Steingold <sds@gnu.org>
2381
2382 * net/browse-url.el (browse-url-file-url): Check for null maps.
2383
cd3b81be
GM
23842000-09-26 Gerd Moellmann <gerd@gnu.org>
2385
876512ab 2386 * frame.el (frame-notice-user-settings): Don't add a
fa003899 2387 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 2388
fa003899
SM
2389 * frame.el (frame-notice-user-settings):
2390 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 2391
cd3b81be
GM
2392 * toolbar/tool-bar.el (tool-bar-help): New function.
2393
d8b4516f
GM
23942000-09-25 Gerd Moellmann <gerd@gnu.org>
2395
6567e9b5
GM
2396 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
2397 current-load-list in top-level forms. Else this leaks a cons cell
2398 every time a defun is called.
63900fcf 2399
d8b4516f 2400 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 2401
a461758e
DL
24022000-09-25 Dave Love <fx@gnu.org>
2403
7df6adc3
DL
2404 * startup.el (fancy-splash-head): Check XPM is available.
2405
a461758e
DL
2406 * autoinsert.el (auto-insert): Doc fix.
2407 (auto-insert-alist): Following GNU notices, don't say `copyright
2408 _by_'. Use line-beginning-position.
2409 (auto-insert): Check buffer-file-name is non-nil before use.
2410
b11af2dd
GM
24112000-09-25 Gerd Moellmann <gerd@gnu.org>
2412
2413 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
2414 starting with `@def' or `@multitable', in addition to ones
2415 specified by the user in auto-fill-inhibit-regexp.
2416
5f9f981b
GM
24172000-09-25 Markus Rost <rost@math.ohio-state.edu>
2418
2419 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
2420 rmail-dont-reply-to-names matches the empty string.
63900fcf 2421
8ff16b4e
GM
24222000-09-25 Gerd Moellmann <gerd@gnu.org>
2423
63900fcf 2424 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
2425 text to sound more friendly.
2426
9b4a7800
TTN
24272000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
2428
2429 * progmodes/hideshow.el: Update author email address.
2430 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
2431 (hs-hide-all-non-comment-function): New var.
2432 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
2433 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
2434 (hs-show-region): Delete this command.
2435 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
2436
4c7c1f3f
DL
24372000-09-22 Dave Love <fx@gnu.org>
2438
2439 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
2440 (hl-line-highlight): Specify buffer when moving overlay.
2441
2442 * progmodes/fortran.el (fortran-mode): Locally set
2443 normal-auto-fill-function.
2444 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
2445 (fortran-mode-map): Adjust auto-fill menu entry.
2446
13f93dee
GM
24472000-09-22 Gerd Moellmann <gerd@gnu.org>
2448
36eb0a91
GM
2449 * vc-rcs.el (toplevel): Require `vc' when compiling.
2450
fa003899 2451 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 2452
36a03bf9
AS
24532000-09-22 Andre Spiegel <spiegel@gnu.org>
2454
9b4a7800 2455 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
2456 registered under the new backend.
2457
9b4a7800 2458 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
2459 without explicit revision number.
2460
6e4e8a3b
SM
24612000-09-21 Stefan Monnier <monnier@cs.yale.edu>
2462
2463 * diff-mode.el (diff-file-header-face): Reset to its previous value.
2464 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
2465 (diff-xor): New function.
2466 (diff-find-source-location): Use it. Fix a stupid name clash.
2467 (diff-hunk-status-msg): New function.
2468 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
2469 (diff-test-hunk): Use diff-find-source-location.
2470 (diff-goto-source): Favor the `reverse'.
2471 (diff-hunk-text): Properly handle one-sided context diffs.
2472 (diff-apply-hunk): When done, advance to the next hunk.
2473
1b24b888
GM
24742000-09-21 Gerd Moellmann <gerd@gnu.org>
2475
623a0aae
GM
2476 * startup.el (command-line): If frame was created with a non-zero
2477 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 2478
1b24b888
GM
2479 * add-log.el (change-log-date-face, change-log-name-face)
2480 (change-log-email-face, change-log-file-face)
2481 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
2482 (change-log-function-face, change-log-acknowledgement-face):
2483 New faces, inheriting from font-lock faces.
1b24b888 2484 (change-log-font-lock-keywords): Use them.
9b4a7800 2485
93b3a1c8
DL
24862000-09-21 Dave Love <fx@gnu.org>
2487
80585273
DL
2488 * progmodes/cperl-mode.el (top-level): Clean up
2489 `eval-when-compile's and assorted defvars.
2490 (cperl-invalid-face): Don't double-quote value. Change custom
2491 type.
2492 (cperl-mode): Set normal-auto-fill-function and don't zap
2493 auto-fill-function.
2494 (cperl-imenu--function-name-regexp-perl): Renamed from
2495 imenu-example--function-name-regexp-perl.
2496 (cperl-imenu--create-perl-index): Renamed from
2497 imenu-example--create-perl-index.
2498 (cperl-xsub-scan): Don't require cl.
2499
93b3a1c8
DL
2500 * msb.el (msb-mode-map): Use substitute-key-definition.
2501 (msb-mode): Use msb-mode-map.
2502
43ccb598
AS
25032000-09-21 Andre Spiegel <spiegel@gnu.org>
2504
2505 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
2506 New functions.
fa003899 2507 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
2508 (vc-switch-backend): New function.
2509 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
2510 (vc-register): Fix prompt.
2511 (vc-unregister, vc-default-unregister): New functions.
2512 (vc-version-diff): Handle empty buffer in sentinel.
2513
2514 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
2515 (vc-rcs-state-heuristic): Use it to guess the state of files with
2516 non-strict locking.
2517 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
2518 been set with -b, but not created yet.
2519 (vc-rcs-fetch-master-state): With non-strict locking, compare file
2520 contents in order to find the state.
2521 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
2522 (vc-rcs-unregister, vc-rcs-receive-file)
2523 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 2524
9b4a7800 2525 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 2526 in case it is missing.
9b4a7800 2527
95fadcca
GM
25282000-09-21 Gerd Moellmann <gerd@gnu.org>
2529
2530 * startup.el (fancy-splash-tail): Use a different foreground
2531 color on a dark frame background.
2532
470f23e1
MB
25332000-09-21 Miles Bader <miles@lsi.nec.co.jp>
2534
2535 * info.el: Use the correct capitalization when making Info-mode
2536 and Info-edit-mode `special' modes.
2537
281096ed
SM
25382000-09-20 Stefan Monnier <monnier@cs.yale.edu>
2539
2540 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
2541 (diff-mode): Add support for add-log.el.
2542 (diff-hunk-text): Use char offsets rather than line offsets.
2543 (diff-find-source-location): Replace LINE with line-offset (nil
2544 if not found) and always set POS to a meaningful position.
2545 Adapt to the new char-offsets.
2546 (diff-apply-hunk): Drop support for the unused `select' POPUP.
2547 Adapt to the new diff-find-source-location.
2548 (diff-goto-source): Adapt to the new diff-find-source-location.
2549
2550 * add-log.el (add-log-file-name): New function (split out of
2551 add-change-log-entry).
2552 (add-change-log-entry): Use it.
2553 Call add-log-file-name-function with the changelog file name if
2554 the current buffer is not associated with any file.
2555 Avoid find-file if the selected window is dedicated.
2556
2557 * diff-mode.el (diff-find-source-location):
2558 Move code from diff-apply-hunk. Return buffer rather than file.
2559 (diff-apply-hunk): Use the new result from diff-find-source-location.
2560 (diff-goto-source): Use the new diff-find-source-location.
2561
c29d77c4
DL
25622000-09-20 Dave Love <fx@gnu.org>
2563
2564 * iswitchb.el: Some doc fixes.
2565 (iswitchb-mode-map): Define completely initially. Inherit
2566 minibuffer-local-map.
2567 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
2568 fundamental-mode.
2569 (iswitchb-global-map): New variable.
2570 (iswitchb-summaries-to-end): Amalgamate regexps.
2571 (iswitchb-mode): New.
2572 (iswitchb-mode-hook): New variable.
2573 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
2574 `extensions'.
2575
49939379
GM
25762000-09-20 Gerd Moellmann <gerd@gnu.org>
2577
d05c87ac
GM
2578 * ehelp.el (electric-help): New defgroup.
2579 (electric-help-shrink-window): New user-option.
2580 (with-electric-help): Use it.
2581
1ec082d4
GM
2582 * window.el (shrink-window-if-larger-than-buffer): If face
2583 `mode-line' has a :box, and we're on a graphical frame, add 1
2584 to the needed window height.
2585
f46c275e
GM
2586 * frame.el (frame-notice-user-settings): Add a last parameter nil
2587 to a call to `append', because the last list passed to `append' is
2588 not copied, and so subsequent calls to assq-delete-all will modify
2589 default-frame-alist.
2590
b7e11c5b
GM
2591 * startup.el (fancy-splash-image): Change :type.
2592 (fancy-splash-head): Use an XBM image if appropriate.
2593 (command-line-1): Show splash screens in more cases.
2594
26ff68aa
GM
2595 * startup.el (fancy-splash-text): Don't quote faces.
2596
8320414c
GM
2597 * dired.el (dired-font-lock-keywords): Undo last change.
2598 (dired-readin): Bind indent-tabs-mode to nil.
2599
49939379
GM
2600 * startup.el (fancy-splash-head): If frame's background mode
2601 is `dark', change the black background of the image to gray.
2602 (fancy-splash-screens): Display startup echo area message.
2603 (display-startup-echo-area-message): New function.
2604
c3b27206
MB
26052000-09-20 Miles Bader <miles@lsi.nec.co.jp>
2606
55a3d2a1
MB
2607 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
2608
2609 * info.el (info-header-node): Tweak for color ttys.
2610
37a99821
MB
2611 * faces.el (face-valid-attribute-values): Make sure directories we
2612 search for stipples both exist and are readable before trying to
2613 search them.
2614
0415d0d0
MB
2615 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
2616 in the dry-run case.
2617
523b128c
MB
2618 * jka-compr.el (with-auto-compression-mode): New macro.
2619
c3b27206
MB
2620 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
2621 (custom-group-tag-face, custom-variable-tag-face): Use relative
2622 :height and inherit from `variable-pitch' face instead of
2623 hardwiring :family.
2624 * hi-lock.el (hi-black-hb): Likewise.
2625
ddba99ad
MB
2626 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
2627 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
2628 toolbar-add-item, if image doesn't have a mask add a `:mask
2629 heuristic'.
2630
7e99fbde
SM
26312000-09-19 Stefan Monnier <monnier@cs.yale.edu>
2632
2633 * diff-mode.el: Docstring fixes.
2634 (diff-header-face, diff-comment-face): New faces.
2635 (diff-font-lock-keywords): Highlight a bit differently.
2636 (diff-find-source-location): Don't return SPAN any more.
2637 (diff-hunk-text): Don't bother erasing the temp buffer.
2638 (diff-find-text): Drop argument LINE.
2639 (diff-apply-hunk): Update calls to diff-find-text.
2640 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
2641
2642 * calendar/calendar.el: Docstring fixes.
2643 (calendar-make-alist): Don't quote lambda.
2644 (calendar-star-date): Use make-local-variable.
2645
fb275c02
DL
26462000-09-19 Dave Love <fx@gnu.org>
2647
7e99fbde
SM
2648 * toolbar/tool-bar.el: Renamed from toolbar.el.
2649 Change `toolbar' to `tool-bar' generally in symbols.
2650 Make some items invisible in `special' major modes.
2651 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
2652 Add arg PROPS.
532cb34d 2653
7e99fbde
SM
2654 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
2655 Add :version here.
fb275c02
DL
2656 (fancy-splash-delay, fancy-splash-image): Remove :version here.
2657
8f4ca9a5
GM
26582000-09-19 Gerd Moellmann <gerd@gnu.org>
2659
8b7707e1 2660 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 2661
8b7707e1 2662 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
2663 (find-file-noselect): Use it.
2664
8b7707e1 2665 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
2666 (fancy-splash-screen): Defgroup.
2667
8f4ca9a5
GM
2668 * add-log.el (change-log-font-lock-keywords): Match names
2669 more exactly for the case that font-lock-constant-face is
2670 underlined.
2671
ba9eeda1 26722000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 2673
8b7707e1 2674 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 2675
289eaef9
AS
26762000-09-19 Andre Spiegel <spiegel@gnu.org>
2677
2678 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
2679
ce9ded5d
GM
26802000-09-19 Gerd Moellmann <gerd@gnu.org>
2681
c113de23
GM
2682 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
2683 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
2684 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
2685 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
2686 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
2687 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
2688 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
2689 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
2690 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
2691 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
2692 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 2693 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 2694
ce9ded5d
GM
2695 * startup.el (fancy-splash-text): New variable.
2696 (fancy-splash-delay, fancy-splash-image): New user-options.
2697 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
2698 (fancy-splash-screens): New functions.
2699 (command-line-1): If display has a `display' frame parameter, has
2700 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 2701
b9b1c3a9
DL
27022000-09-19 Dave Love <fx@gnu.org>
2703
2704 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
2705 with null `help'. Use modern backquote syntax.
2706
1af25534
GM
27072000-09-19 Gerd Moellmann <gerd@gnu.org>
2708
afd3c8cd
GM
2709 * font-lock.el (font-lock-mode): Change message telling the user
2710 that ``the buffer is too big''.
2711
1af25534
GM
2712 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
2713 for instance for the case that tab-width is 2.
2714
05b1f851
GM
27152000-09-18 Gerd Moellmann <gerd@gnu.org>
2716
2717 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
2718 toolbar-add-item, if image doesn't have a mask add a `:mask
2719 heuristic'.
2720
8ec8f673
MB
27212000-09-18 Miles Bader <miles@lsi.nec.co.jp>
2722
2b612b1f
MB
2723 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
2724 and return a cons if it's non-nil.
2725 (diff-apply-hunk): Try to jump to the line in the source text
2726 corresponding to the position of point in the in the hunk.
2727
9b4a7800 2728 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
2729 (Info-title-1-face): Use face inheritance and relative sizes
2730 instead of hard-wiring things.
2731
2732 * faces.el (secondary-selection): Make dark-background variant sane.
2733
5eedab4d
AI
27342000-09-16 Andrew Innes <andrewi@gnu.org>
2735
5eedab4d
AI
2736 * makefile.w32-in (compile-files-CMD): No need to make .elc files
2737 read-only, since they aren't under VC now.
2738
6a142f26
DL
27392000-09-17 Dave Love <fx@gnu.org>
2740
e07436e1
DL
2741 * tmm.el: Replace mapcar with mapc in several places.
2742
2743 * loadhist.el (unload-feature): Maybe call elp-restore-list and
2744 ad-unadvise.
2745
7d354dd5
DL
2746 * international/latin1-disp.el: New file.
2747
6a142f26
DL
2748 * calendar/cal-move.el (scroll-calendar-left)
2749 (scroll-calendar-right): Make arg optional (for active mode line).
2750
2751 * calendar/calendar.el (calendar-mode-line-format): Make fields
2752 mouse-sensitive.
2753 (calendar-read-date, calendar-read-date, calendar-window-list):
2754 Unquote lambda.
2755 (calendar-month-name): Use aref, not sref.
2756
2757 * view.el (minor-mode-alist): Propertize the string.
2758
2759 * international/characters.el (standard-case-table): Add entries
2760 for Greek.
2761
50ac70af
MB
27622000-09-18 Miles Bader <miles@gnu.org>
2763
53c9ab4f
MB
2764 * info.el (info-node, info-xref): Add dark-background variants.
2765
a114b1ca
MB
2766 * faces.el (header-line): Change defaults to be less confusing
2767 when mixed with mode-lines.
2768
50ac70af
MB
2769 * info.el (Info-fontify-node): Make a few cleanups.
2770 Add extra `help-echo' and `local-map' props to node xrefs.
2771 Use header-specific faces for node-names & xrefs.
2772 (Info-use-header-line): New variable.
53c9ab4f 2773 (info-header-xref, info-header-node): New faces.
50ac70af
MB
2774 (Info-setup-header-line): New function.
2775 (Info-select-node): Call Info-setup-header-line when enabled.
2776 (Info-extract-pointer): Work even if the header line is hidden.
2777 (Info-header-line): New variable.
2778
729927ff
SM
27792000-09-16 Stefan Monnier <monnier@cs.yale.edu>
2780
2781 * vms-patch.el (print-region-function): Don't quote lambda.
2782
2783 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
2784
2785 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
2786 (lm-get-header-re): Allow spaces between the header and the colon.
2787 (lm-header): Allow $ in non-RCS headers.
2788 (lm-header-multiline): Put the strings back into order.
2789 Stop at an empty line. Don't require two space chars if the
2790 line is clearly not another header line.
2791
2792 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
2793 (popup-menu-popup): Remove.
2794
7a98d821
GM
27952000-09-15 Gerd Moellmann <gerd@gnu.org>
2796
7f8f1edc
GM
2797 * toolbar/toolbar.el (toolbar-add-item): Use the same image
2798 specification if or if not tool-bar item contains an `:enabled'
2799 property.
2800
7a98d821
GM
2801 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
2802 current buffer has no file name.
2803
a7bc704b
DL
28042000-09-15 Dave Love <fx@gnu.org>
2805
2806 * strokes.el: Sync with maintainer's current version with changes
2807 for Emacs, but avoid runtime cl and levents.
2808 (toplevel): Change autoloads and compilation requires.
2809 (strokes-version, strokes-bug-address, strokes-lift): Values
2810 changed.
2811 (strokes-xpm-header, strokes-insinuated): New variable.
2812 (strokes): Add :link.
2813 (strokes-mode): Customized.
2814 (strokes-while-inhibiting-garbage-collector): New macro.
2815 (strokes-remassoc): Avoid remove-if.
2816 (strokes-fix-button2-command): Don't use ad-do-it.
2817 (strokes-insinuate): New function.
2818 (strokes-button-press-event-p, strokes-button-release-event-p):
2819 New functions, used instead of non-`strokes-' versions..
2820 (strokes-mouse-event-p): Rewritten.
2821 (strokes-event-closest-point): Avoid event-point.
2822 (strokes-get-grid-position): Avoid cdadr, caadr
2823 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
2824 functions.
2825 (strokes-help): Use with-output-to-temp-buffer.
2826 (strokes-window-configuration-changed-p): New function.
2827 (strokes-update-window-configuration): Use buffer-live-p,
2828 strokes-window-configuration-changed-p.
2829 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
2830 (strokes-char-face): New face.
2831 (strokes-char-table, strokes-base64-chars): New variable.
2832 (strokes-xpm-for-stroke, strokes-list-strokes)
2833 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
2834 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
2835 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
2836 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
2837 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
2838 functions.
2839
47e351a3
GM
28402000-09-15 Gerd Moellmann <gerd@gnu.org>
2841
ebb8f116
GM
2842 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
2843
47e351a3
GM
2844 * image.el (create-image): Doc fix.
2845
2846 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
2847 instead of `:heuristic-mask t'.
2848
fe83b953
AI
28492000-09-14 Andrew Innes <andrewi@gnu.org>
2850
2851 * makefile.w32-in: Revert to Unix line endings.
2852
52481729
AI
28532000-09-14 Andrew Innes <andrewi@gnu.org>
2854
3021e816
AI
2855 * makefile.w32-in: Add bootstrap support. Also copy lisp source
2856 when installing.
2857
52481729
AI
2858 * makefile.nt (DONTCOMPILE): Fix typo.
2859
2860 * shell.el (shell-write-history-on-exit): New function.
2861 (shell-dumb-shell-regexp): New custom variable.
2862 (shell-mode): Make shell-write-history-on-exit the process
2863 sentinel if shell name matches shell-dumb-shell-regexp.
2864
2865 * w32-fns.el: Comment out before-init-hook function which resets
2866 source-directory based; this breaks bootstrap.
2867
f8034e41
DL
28682000-09-14 Dave Love <fx@gnu.org>
2869
2870 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
2871 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
2872 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
2873 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
2874 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
2875 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
2876 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
2877 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
2878 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
2879
2880 * toolbar/toolbar.el: New.
2881
2882 * subdirs.el: Add toolbar.
2883
b9ce5694
GM
28842000-09-14 Gerd Moellmann <gerd@gnu.org>
2885
2886 * indent.el (indent-for-tab-command): Doc fix.
2887
986b7dee
GM
28882000-09-14 Alex Schroeder <alex@gnu.org>
2889
2890 * ansi-color.el (ansi-colors): Doc change.
2891 (ansi-color-get-face): Simplified regexp.
2892 (ansi-color-faces-vector): Added more faces, doc change.
2893 (ansi-color-names-vector): Doc change.
2894 (ansi-color-regexp): Simplified regexp.
2895 (ansi-color-parameter-regexp): New regexp.
2896 (ansi-color-filter-apply): Doc change.
2897 (ansi-color-filter-region): Doc change.
2898 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
2899 deal with zero length parameters.
2900 (ansi-color-apply-on-region): Doc change.
2901 (ansi-color-map): Doc change.
2902 (ansi-color-map-update): Removed debugging message.
2903 (ansi-color-get-face-1): Added condition-case to trap
2904 args-out-of-range errors.
2905 (ansi-color-get-face): Doc change.
2906 (ansi-color-make-face): Removed.
2907 (ansi-color-for-shell-mode): New option.
9b4a7800 2908
076ff911
KH
29092000-09-13 Kenichi Handa <handa@etl.go.jp>
2910
2911 * international/quail.el (quail-start-translation): Translate KEY
2912 if necessary even if it doesn't have any mapping in the current
2913 input method.
2914 (quail-start-conversion): Likewise.
2915 (quail-help): The output message is improved.
2916
bdf08678
MB
29172000-09-13 Miles Bader <miles@gnu.org>
2918
2919 * comint.el (comint-output-filter): Revert to using
2920 `insert-before-markers'. Add bletcherous hack to undo damage
2921 caused by `insert-before-markers'. Put `front-sticky' property on
2922 overlays created here so that the field code understands how the
2923 overlay works. Use a let when making comint-last-prompt-overlay,
2924 so that the code is easier to read.
2925
ffb8db8d
DL
29262000-09-13 Dave Love <fx@gnu.org>
2927
2928 * wid-edit.el (widget-default-format-handler): DTRT when
2929 doc-property is a function.
2930
5dd05f61
GM
29312000-09-12 Francesco Potorti` <pot@gnu.org>
2932
2933 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
2934 filed name if it's not there.
2935
35177617
DL
29362000-09-12 Dave Love <fx@gnu.org>
2937
9023837e
DL
2938 * simple.el (read-mail-command): Doc fix.
2939 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
2940
35177617
DL
2941 * vc.el (vc-dired-listing-switches): Fix :version.
2942
2943 * vc-hooks.el: Doc fixes.
2944
2945 * subr.el (add-minor-mode): Use toggle-fun arg.
2946
2947 * speedbar.el: Add :version to several defcustoms.
2948
2949 * imenu.el (imenu--truncate-items, imenu--cleanup)
2950 (imenu--generic-function): Avoid mapcar.
2951 (imenu--replace-spaces): Function removed.
2952 (imenu--completion-buffer): Use subst-char-in-string.
2953 (imenu-add-to-menubar): Use keymap inheritance.
2954
1afaae94
MB
29552000-09-12 Miles Bader <miles@gnu.org>
2956
2957 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
2958 (diff-mode-map): Bind `diff-test-hunk'.
2959 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
2960
29612000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
2962
2963 * bytecomp.el (byte-compile-defvar): Undo last change
2964 because it breaks '(make-variable-buffer-local (defvar ...)'
2965 which is used at least in dired.
2966
63c36c3c
KH
29672000-09-12 Kenichi Handa <handa@etl.go.jp>
2968
2969 * international/quail.el (quail-define-package): Docstring
2970 modified.
2971
1ad24be1
KH
29722000-09-12 Kenichi Handa <handa@etl.go.jp>
2973
362a8065
KH
2974 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
2975 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
2976 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
2977 docstring of "chinese-py".
2978
1ad24be1
KH
2979 * international/quail.el (quail-translation-docstring): New
2980 variable.
2981 (quail-show-keyboard-layout): Docstring modified.
2982 (quail-select-current): Likewise.
2983 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
2984 infinite recursive call.
2985 (quail-help): Check quail-translation-docstring. Format of the
2986 output changed.
2987 (quail-help-insert-keymap-description): Adjusted for the above
2988 change.
2989
cc0f95a4
GM
29902000-09-11 Gerd Moellmann <gerd@gnu.org>
2991
2992 * bytecomp.el (byte-compile-defvar): Only cons onto
2993 current-load-list in top-level forms. Else this leaks a cons cell
2994 every time a defun is called.
2995
7530b6da
MB
29962000-09-11 Miles Bader <miles@lsi.nec.co.jp>
2997
2998 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
2999 Now understands non-unified diffs. Some functionality moved into
3000 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
3001 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
3002 modify anything. Only reposition point in the patched file if the
3003 patch succeeds. Only pop up another window if POPUP is true.
3004 Emit a message describing what happened if successful, and at what
3005 line-offset. Automatically detect reversed hunks and do something
3006 appropriate.
3007 (diff-hunk-text, diff-find-text): New functions.
3008 (diff-filter-lines): Function removed.
3009 (diff-test-hunk): New function.
3010 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
3011
6b124390
DL
30122000-09-10 Dave Love <fx@gnu.org>
3013
3014 * textmodes/tildify.el: Minor doc/commentary fixes.
3015 (tildify) <defgroup>: Add :version.
3016
3017 * faces.el (face-x-resources): Make custom type more specific.
3018 (frame-background-mode): Use mapc.
3019 (region) <defcustom>: Add :version.
3020
7f8b6551
SM
30212000-09-08 Stefan Monnier <monnier@cs.yale.edu>
3022
9b4a7800
TTN
3023 * vc-sccs.el (vc-sccs-register):
3024 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
3025 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
3026 * vc.el (vc-register): Clear file's properties.
3027
c454aac1
GM
30282000-09-08 Gerd Moellmann <gerd@gnu.org>
3029
3030 * faces.el (face-spec-set): Only face-spec-reset-face when
3031 ATTRS is non-nil.
3032
bb934822
EZ
30332000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3034
3035 * help.el (help-insert-xref-button): Fix a typo in doc string.
3036
03419440
EZ
30372000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3038
7f8b6551
SM
3039 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3040 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
3041 methods.
3042
03419440
EZ
3043 * menu-bar.el (read-mail-item-name): New function.
3044 (menu-bar-tools-menu): Use it to compute and display the package
3045 used to read email.
3046 (menu-bar-tools-menu): Fix typo in GUD's help string.
3047
dbcee71a
DL
30482000-09-07 Dave Love <fx@gnu.org>
3049
19e713d8
DL
3050 * diff-mode.el (diff-mouse-goto-source): New function.
3051
a7cafade 3052 * vc-sccs.el: Doc fixes.
7f8b6551 3053 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
3054
3055 * vc-rcs.el: Doc fixes.
7f8b6551
SM
3056 (vc-rcs-register-switches, vc-rcs-checkin-switches)
3057 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
3058 (vc-rcs-master-templates): Add or change :version.
3059
7f8b6551 3060 * vc-cvs.el: Doc fixes.
a7cafade
DL
3061 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
3062 (vc-cvs-stay-local): Add :version.
3063
dbcee71a
DL
3064 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
3065
ed254191
KH
30662000-09-07 Kenichi Handa <handa@etl.go.jp>
3067
3068 * international/quail.el (quail-help): Fix previous change.
3069
ab0ee409
GM
30702000-09-07 Gerd Moellmann <gerd@gnu.org>
3071
f46f845b 3072 * faces.el (color-values): Doc fix.
9b4a7800 3073
ab0ee409
GM
3074 * faces.el (frame-set-background-mode): Use frame-parameter
3075 instead of frame-parameters.
3076
3077 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 3078 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 3079 frame-parameters.
9b4a7800 3080
f7246ac7
KH
30812000-09-07 Kenichi Handa <handa@etl.go.jp>
3082
3083 * language/devan-util.el (devanagari-to-indian-region): In the
3084 loop, change the following char, not preceding char.
3085
96889af2
GM
30862000-09-07 Gerd Moellmann <gerd@gnu.org>
3087
1091dd67
GM
3088 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
3089 instead of frame-parameters.
3090
9b4a7800 3091 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
3092 internal-set-lisp-face-attribute with FRAME being 0.
3093
3094 * vc.el: Remove `Id' version control keyword.
96889af2 3095
0fddd0dc
KH
30962000-09-07 Kenichi Handa <handa@etl.go.jp>
3097
3098 * help.el (help-make-xrefs): Adjusted for the change of
3099 help-xref-mule-regexp.
3100 (help-insert-xref-button): New function.
3101
3102 * international/mule-cmds.el (help-xref-mule-regexp-template):
3103 Include the pattern for character set.
3104 (leim): New group.
3105
3106 * international/quail.el: Don't require face.
3107 (quail): New group.
7f8b6551 3108 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
3109 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
3110 (quail-keyboard-layout-substitution): New variable.
3111 (quail-update-keyboard-layout): New function.
3112 (quail-keyboard-layout-type): New customizable variable.
3113 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
3114 (quail-keyboard-translate): Pay attention to
3115 quail-keyboard-layout-substitution.
3116 (quail-insert-kbd-layout): New function.
3117 (quail-show-keyboard-layout): New function.
3118 (quail-get-translation): If the definition is a vector of length
7f8b6551 3119 1, and the element is a string of length 1, return the character
0fddd0dc
KH
3120 in that string.
3121 (quail-update-current-translations): Fix the case of
3122 relative-index out of range.
3123 (quail-build-decode-map, quail-insert-decode-map): New Functions.
3124 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 3125 Show key sequences for all available characters.
0fddd0dc
KH
3126 (quail-help-insert-keymap-description): Don't show such verbose
3127 key bindings as quail-self-insert-command.
3128
3129 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3130 Format changed, and each element now have extra documentations.
3131 (tit-process-header): Delete invalid characters from TIT-PROMPT.
3132 Adjusted for the change of quail-cxterm-package-ext-info.
3133
8ddceaf1
GM
31342000-09-06 Gerd Moellmann <gerd@gnu.org>
3135
3136 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
3137 requiring it leads to a recursive loading of vc.el and vc-hooks.el
3138 during bootstrap.
3139
099bd78a
SM
31402000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3141
3142 * vc.el: (toplevel): Don't require `dired' at run-time.
3143 (vc-dired-resynch-file): Remove autoload cookie.
3144
31452000-09-05 Andre Spiegel <spiegel@gnu.org>
3146
3147 * vc.el: Made several backend functions optional.
3148 (vc-default-responsible-p): New function.
3149 (vc-merge): Use RET for first version to trigger merge-news, not
3150 prefix arg.
3151 (vc-annotate): Handle backends that do not support annotation.
3152 (vc-default-merge-news): Removed. The existence of a merge-news
3153 implementation is now checked on caller sites.
3154
9b4a7800 3155 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
3156 case.
3157
9b4a7800 3158 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
3159 special case that has been removed from the default in vc-hooks.el.
3160
31612000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3162
3163 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
3164
31652000-09-05 Andre Spiegel <spiegel@gnu.org>
3166
3167 * vc-hooks.el: Require vc during compilation.
3168 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
3169 macro `with-vc-properties' in vc.el.
3170 (vc-file-getprop): Doc fix.
3171 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 3172
099bd78a
SM
3173 * vc.el: Require dired-aux during compilation.
3174 (vc-name-assoc-file): Moved to vc-sccs.el.
3175 (with-vc-properties): New macro.
9b4a7800 3176 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
3177 vc-finish-steal): Use it.
3178 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
3179 to the backend-specific function is now supposed to do the checkout,
3180 too.
3181 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
3182
9b4a7800 3183 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
3184 set file properties; that gets done in the generic code now.
3185
3186 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
3187 Changed parameter list, added code from vc.el that does the
3188 checkout, possibly with a double-take.
3189
3190 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
3191 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
3192 the above under the new name.
3193 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
3194 parameter list, added checkout command.
3195 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
3196 properties; that gets done in the generic code now.
3197
31982000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3199
3200 * vc.el: Docstring fixes (courtesy of checkdoc).
3201
32022000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3203
3204 * vc.el (vc-checkout-writable-buffer-hook)
3205 (vc-checkout-writable-buffer): Remove.
3206 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
3207 (vc-log-mode): Make it into a clean derived major mode.
3208 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
3209 vc-log-mode if log-edit is not available.
3210 (vc-dired-mode-map): Don't set-keymap-parent yet.
3211 (vc-dired-mode): Do set-keymap-parent here.
3212 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
3213
08ba3862
GM
32142000-09-05 Gerd Moellmann <gerd@gnu.org>
3215
3216 * faces.el (set-face-attribute, face-spec-reset-face)
3217 (face-spec-set): Avoid consing by removing calls to `apply'.
3218
3219 * frame.el (frame-parameter): Move to C code.
3220
3b4429b4
DL
32212000-09-05 Dave Love <fx@gnu.org>
3222
3223 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
3224 insert-before-markers-and-inherit. Now checked systematically!
3225
877055f6
GM
32262000-09-05 Alex Schroeder <alex@gnu.org>
3227
3228 * sql.el (sql-postgres): Use sql-postgres-options.
3229 (sql-postgres-options): New variable.
3230
32312000-09-05 Alex Schroeder <alex@gnu.org>
3232
3233 * sql.el (sql-mode-menu): Work around missing variable mark-active
3234 in XEmacs.
3235 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
3236 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
3237 compatibility.
3238
7a004b71
GM
32392000-09-04 Gerd Moellmann <gerd@gnu.org>
3240
54baed30 3241 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 3242
7a004b71
GM
3243 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
3244
3245 * Makefile.in (DONTCOMPILE): Fix typo in file name.
3246
32472000-09-04 Andre Spiegel <spiegel@gnu.org>
3248
3249 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
3250 don't support anything else under SCCS yet.
3251
3252 * vc-hooks.el: Minor doc fixes.
3253
32542000-09-04 Andre Spiegel <spiegel@gnu.org>
3255
3256 * vc.el (vc-next-action-on-file): Do not visit the file if it's
3257 not necessary. If verbose in state `needs-patch', do the same as
3258 under `up-to-date'. When NOT verbose and `needs-patch', check out
3259 latest version instead of `merge-news'.
3260 (vc-next-action-dired): Don't mess with default-directory here; it
3261 breaks other parts of dired. It is the job of the
099bd78a 3262 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
3263 (vc-next-action): Remove a special CVS case.
3264 (vc-clear-headers): New optional arg FILE.
3265 (vc-checkin, vc-checkout): Set properties vc-state and
3266 vc-checkout-time properly.
099bd78a 3267 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
3268 (vc-print-log): Use new backend function `show-log-entry'.
3269 (vc-cancel-version): Do the checks in a different order. Added a
3270 FIXME concerning RCS-only code.
3271
3272 * vc-rcs.el (vc-rcs-show-log-entry): New function.
3273 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
3274
3275 * vc-cvs.el (vc-cvs-show-log-entry): New function.
3276
9b4a7800 3277 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
3278 `needs-patch' as a `-' too.
3279
32802000-09-04 Andre Spiegel <spiegel@gnu.org>
3281
3282 * vc.el (vc-responsible-backend): New optional arg REGISTER.
3283 (vc-default-could-register): New function.
3284 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
3285 (vc-resynch-buffer): Call vc-dired-resynch-file.
3286 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
3287 vc-resynch-buffer instead of vc-resynch-window.
3288 (vc-next-action-dired): Don't redisplay here, that gets done as a
3289 result of the individual file operations.
3290 (vc-retrieve-snapshot): Corrected prompt order.
3291
3292 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 3293
7a004b71
GM
3294 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
3295 as well.
3296 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
3297 hostname regexps. Updated all callers.
3298 (vc-cvs-responsible-p): Handle directories as well.
3299 (vc-cvs-could-register): New function.
3300 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
3301 properties up-to-date.
9b4a7800 3302
7a004b71
GM
3303 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
3304 user whether to create one.
3305
33062000-09-04 Andre Spiegel <spiegel@gnu.org>
3307
3308 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
3309 check out a non-existing file.
3310
3311 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
3312 workfile does not exist.
3313
3314 * vc.el (vc-version-diff): Use `require' to check for existence of
3315 diff-mode.
3316
33172000-09-04 Andre Spiegel <spiegel@gnu.org>
3318
3319 * vc-cvs.el (vc-cvs-registered): Use new function
3320 vc-cvs-parse-entry to do the actual work.
3321
33222000-09-04 Andre Spiegel <spiegel@gnu.org>
3323
3324 * vc-hooks.el (vc-find-backend-function): If function doesn't
3325 exist, return nil instead of error.
3326 (vc-call-backend): Doc fix.
3327
3328 * vc.el (vc-do-command): Doc fix.
3329 (vc-finish-logentry): When checking in from vc-dired, choose the
3330 right backend for logentry check.
3331 (vc-dired-mode-map): Inherit from dired-mode-map.
3332 (vc-dired-mode): Local value of dired-move-to-filename-regexp
3333 simplified.
3334 (vc-dired-state-info): Removed, updated caller.
3335 (vc-default-dired-state-info): Use parentheses instead of hyphens.
3336 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
3337 (vc-dired-listing-switches): New variable.
3338 (vc-directory): Use it, instead of dired-listing-switches.
3339
3340 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
3341 (vc-cvs-dir-state): New function.
7f8b6551 3342 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
3343 (vc-cvs-parse-entry): New function, also to be used in
3344 vc-cvs-registered.
9b4a7800 3345
7a004b71
GM
33462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3347
3348 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
3349 *or* single-window-frames.
3350
33512000-09-04 Andre Spiegel <spiegel@gnu.org>
3352
3353 * vc.el (vc-update-changelog): Split into generic part and default
3354 implementation. Doc string adapted.
3355 (vc-default-update-changelog): New function. Call the `rcs2log'
3356 script in exec-directory, to fix a long-standing nuisance.
3357
3358 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
3359 simply signals an error.
9b4a7800 3360
7a004b71
GM
33612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3362
3363 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
3364 control-flow more clear and to avoid running `cvs' twice.
3365
3366 * vc.el (vc-next-action-on-file): Doc fix.
3367 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
3368 (vc-print-log): Eval `file' before constructing the continuation.
3369
33702000-09-04 Andre Spiegel <spiegel@gnu.org>
3371
3372 * vc.el (vc-next-action-on-file): Corrected several messages.
3373 (vc-merge): Add prefix arg `merge-news'; handle it.
3374
3375 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
3376 is not reached. It is.
3377 (vc-cvs-merge): Set state to 'edited after merge.
3378 (vc-cvs-merge-news): Set workfile version to nil if not known.
3379 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
3380
3381 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
3382 via stdout. (Merge from main line.)
9b4a7800 3383
7a004b71
GM
33842000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3385
3386 * vc.el (vc-finish-logentry): Thinko in the "same comment"
3387 detection.
3388
33892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3390
3391 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
3392 against kill-all-local-variables.
3393 (vc-log-edit): Don't save vc-parent-buffer any more.
3394 (vc-last-comment-match): Initialize to an empty string.
3395 (vc-post-command-functions): New hook.
3396 (vc-do-command): Run it.
3397 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
3398 (vc-finish-logentry): Only add the comment to the ring if it's
3399 different from the last comment entered.
3400 (vc-new-comment-index): New function.
3401 (vc-previous-comment): Use it. Make the minibuffer message
3402 slightly less terse.
3403 (vc-comment-search-reverse): Make it work forward as well. Don't
3404 set vc-comment-ring-index if no match is found. Use
3405 vc-new-comment-index.
3406 (vc-comment-search-forward): Use vc-comment-search-reverse.
3407 (vc-dired-mode-map): Don't inherit from dired-mode-map since
3408 define-derived-mode will do it for us. Bind `v' to a keymap that
3409 inherits from vc-prefix-map so that we can bind `vt' without
3410 binding C-x v t.
3411 (vc-retrieve-snapshot): Parenthesis typo.
3412
3413 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
3414 to 1. Make sure to switch to *vc* before looking for an error
3415 message. Use vc-parse-buffer.
3416
34172000-09-04 Andre Spiegel <spiegel@gnu.org>
3418
3419 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
3420 and NAME.
3421 (vc-retrieve-snapshot): Split into two parts.
3422 (vc-default-retrieve-snapshot): New function.
3423
3424 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
3425 (vc-cvs-retrieve-snapshot): New function (untested).
3426 (vc-cvs-stay-local): Default to t.
3427 (vc-cvs-remote-p): New function and property.
3428 (vc-cvs-state): Stay local only if the above is t.
3429 (vc-handle-cvs): Removed.
3430 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
3431 done via vc-handled-backends now.
3432 (vc-cvs-header): Escape Id.
3433
34342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3435
3436 * vc.el (vc-do-command): Remove unused commands.
3437 (vc-version-diff): Make sure default-directory ends with a slash.
3438 Move the window commands into a vc-exec-after.
3439 (vc-print-log): Move more of the code into the `vc-exec-after'.
3440
34412000-09-04 Andre Spiegel <spiegel@gnu.org>
3442
3443 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
3444 (vc-print-log): Search current revision from beginning of buffer.
3445 (vc-revert-buffer): Clear echo area after the diff is finished.
3446 (vc-prefix-map): Removed definition of "t" for terse display in vc
3447 dired.
3448 (vc-dired-mode-map): Inherit from dired-mode-map. Added
3449 definition of "vt" for terse display.
3450 (vc-dired-mode): Fix dired-move-to-filename-regexp.
3451
34522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3453
3454 * vc.el (vc-exec-after): Avoid caddr.
3455
34562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3457
3458 * vc.el (vc-exec-after): New function.
3459 (vc-do-command): Use it to add a termination message for async
3460 procs.
3461 (vc-checkout): Try to handle a missing-backend situation.
3462 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
3463 of a directory with a backend using async diffs.
3464 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
3465 present.
3466
3467 * vc-sccs.el (vc-sccs-state-heuristic): Use
3468 file-ownership-preserved-p.
3469
3470 * vc-rcs.el (vc-rcs-state-heuristic): Use
3471 file-ownership-preserved-p.
3472 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
3473
34742000-09-04 Andre Spiegel <spiegel@gnu.org>
3475
3476 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
3477 vc-do-command.
3478
3479 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
3480 when there are no changes.
3481
34822000-09-04 Andre Spiegel <spiegel@gnu.org>
3483
3484 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
3485
3486 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
3487
34882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3489
3490 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
3491
3492 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
3493 the `fset' outside of the defvar so that it works even if
3494 vc-prefix-map was already defined.
3495 (vc-setup-buffer): New function, split out of vc-do-command.
3496 (vc-do-command): Allow BUFFER to be t to mean `just use the
3497 current buffer without any fuss'.
3498 (vc-version-diff): Change the `diff' backend operation to just put
3499 the diff in the current buffer without erasing it. Always use
3500 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
3501 shrink-window-if-larger-than-buffer.
3502 (vc-print-log): Change the `print-log' backend operation to just
3503 put the log in the current buffer without erasing it. Protect
3504 shrink-window-if-larger-than-buffer.
3505 (vc-update-change-log): Fix setd typo.
3506
3507 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
3508 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
3509
3510 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
3511 (vc-rcs-diff): Insert in the current buffer and remove unused arg
3512 CMP.
3513
3514 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
3515 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
3516 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
3517
35182000-09-04 Andre Spiegel <spiegel@gnu.org>
3519
3520 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
3521 not possible, use vc-BACKEND-workfile-unchanged-p.
3522 (vc-default-workfile-unchanged-p): New function. Delegates to a
3523 full vc-BACKEND-diff.
3524
3525 * vc-hooks.el (vc-simple-command): Removed.
3526
3527 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
3528 instead of vc-simple-command.
3529 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
3530 avoid doing a diff when opening a file.
3531 (vc-rcs-state): Added check for unlocked-changes.
3532 (vc-rcs-header): Escape Id.
3533 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
3534 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
3535 version.
3536
3537 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
3538 (vc-sccs-diff): Remove optional arg CMP.
3539 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
3540 SCCS-specific function.
3541
3542 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
3543 vc-simple-command.
3544
35452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3546
3547 * vc.el (vc-editable-p): Renamed from vc-writable-p.
3548 (with-vc-file, vc-merge): Use vc-editable-p.
3549 (vc-do-command): Remove unused var vc-file and fix the
3550 doubly-defined `status' var. Add a user message when starting an
3551 async command.
3552 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
3553 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
3554 Use with-current-buffer.
3555 (vc-buffer-sync): Use unless.
3556 (vc-next-action-on-file): If the file is 'edited by read-only,
3557 make it read-write instead of trying to commit.
3558 (vc-version-diff, vc-update-change-log): Use `setq
3559 default-directory' rather than `cd'.
3560 (vc-log-edit): Don't forget to set default-directory in the
3561 buffer.
3562
3563 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
3564 (vc-sccs-state-heuristic): Use file-writable-p instead of
3565 comparing userids.
3566 (vc-sccs-checkout): Use `unless'.
3567
3568 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
3569 of comparing userids.
3570 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
3571 Simplify the logic by eliminating unreachable code.
3572 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
3573 just do a recursive call if we need to retry.
3574 (vc-rcs-checkout): Handle the case where rcs is missing by making
3575 the buffer read-write if requested and re-signalling the error.
3576
3577 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
3578
35792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3580
3581 * vc-hooks.el (vc-handled-backends): Docstring change.
3582 (vc-ignore-vc-files): Mark obsolete.
3583 (vc-registered): Check vc-ignore-vc-files.
3584 (vc-find-file-hook, vc-file-not-found-hook): Don't check
3585 vc-ignore-vc-files.
3586
3587 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
3588
35892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3590
3591 * vc.el (vc-checkout): Don't do anything special for ange-ftp
3592 files since ange-ftp already has vc-registered return nil.
3593
3594 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
3595 (vc-sccs-workfile-version): Use with-temp-buffer and new
3596 vc-parse-buffer and don't bother setting the property.
3597 (vc-sccs-add-triple): Use with-current-buffer and
3598 find-file-noselect.
3599 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
3600
3601 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
3602 derives from the old vc-parse-buffer but uses the revision number
3603 rather than the date (much easier to compare robustly).
3604 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
3605 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
3606 locking-user more directly. Check strict locking and set
3607 checkout-model appropriately.
3608 (vc-rcs-parse-locks): Remove.
3609 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
3610 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
3611 (vc-rcs-system-release): Use with-current-buffer and
3612 vc-parse-buffer.
3613 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
3614
3615 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
3616 (vc-simple-command): Docstring fix.
3617 (vc-registered): Align the way the file-handler is called with the
3618 way the function itself works.
3619 (vc-file-owner): Remove.
3620
3621 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
3622 extraction of fields and call to file-attributes because of a
3623 temporary bug in rcp.el.
3624 (vc-cvs-fetch-status): Use with-current-buffer.
3625
36262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3627
3628 * vc.el (vc-do-command): Use file-relative-name.
3629 (vc-responsible-backend): Use vc-backend if possible.
3630 (vc-create-snapshot): Improve the `interactive' spec. Add support
3631 for branches and dispatch to backend-specific `create-snapshot'.
3632 (vc-default-create-snapshot): New function, containing the bulk of
3633 the old vc-create-snapshot.
3634 (vc-retrieve-snapshot): Improve the interactive spec.
3635
3636 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
3637 (vc-backend-hook-functions): Remove.
3638 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
3639 (vc-backend): Reintroduce the test for `file = nil' now that I
3640 know why it was there (and added a comment to better remember).
3641
3642 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
3643 code from vc-sccs-hooks.el.
3644 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
3645 'vc anymore.
3646 (vc-sccs-responsible-p): Use expand-file-name instead of concat
3647 and file-directory-p instead of file-exists-p.
3648 (vc-sccs-check-headers): Simplify the regexp.
3649
3650 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
3651 from vc-rcs-hooks.el. Don't require 'vc anymore.
3652 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
3653 file-directory-p instead of file-exists-p.
3654
3655 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
3656 from vc-cvs-hooks.el.
3657 (proto vc-cvs-registered): Require 'vc-cvs instead of
3658 'vc-cvs-hooks. Don't require 'vc anymore.
3659 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
3660 file-directory-p instead of file-exists-p.
3661 (vc-cvs-create-snapshot): New function, replacing
3662 vc-cvs-assign-name.
3663 (vc-cvs-assign-name): Remove.
3664
36652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3666
3667 * vc-cvs.el (vc-cvs-header): New var.
3668
3669 * vc-rcs.el (vc-rcs-exists): Remove.
3670 (vc-rcs-header): New var.
3671
3672 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
3673 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
3674 (vc-sccs-header): New var.
3675
3676 * vc.el (vc-do-command): Get rid of the `last' argument.
3677 (vc-header-alist): Remove, replaced by vc-X-header.
3678 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
3679 (vc-dired-hook): Use expand-file-name instead of concat.
3680 (vc-directory): Use file-name-as-directory.
3681 (vc-snapshot-precondition, vc-create-snapshot)
3682 (vc-retrieve-snapshot): Allow the command to operate on any
3683 directory.
3684
3685 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
3686 just removing the 'WORKFILE argument or by removing the 'MASTER
3687 argument and replacing `file' with (vc-name file).
3688
36892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3690
3691 * vc.el: Update Copyright and add a crude list of backend funs.
3692 (vc-writable-p): New function.
3693 (with-vc-file): Use vc-writable-p.
7f8b6551 3694 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
3695 (vc-register): Avoid vc-name.
3696 (vc-locking-user): Remove.
3697 (vc-steal-lock): Make the `owner' arg non-optional.
3698 (vc-merge): Use vc-writable-p instead of vc-locking-user and
3699 vc-checkout-model.
3700 (vc-default-dired-state-info): Use vc-state instead of
3701 vc-locking-user and return special strings for special states.
3702 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
3703 and get rid of one of the special CVS cases.
3704 (vc-cancel-version): prettify error message with \\[...].
3705 (vc-rename-master): New function.
3706 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
3707 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
3708 the CVS special case generic.
3709 (vc-default-record-rename): Remove.
3710 (vc-file-tree-walk-internal): Only call FUNC for files that are
3711 under control of some VC backend and replace `concat' with
3712 expand-file-name.
3713 (vc-file-tree-walk): Update docstring.
3714 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
3715 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
3716
3717 * vc-sccs.el (vc-sccs-rename-file): Renamed from
3718 vc-sccs-record-rename. Use `find-file-noselect' rather than
3719 `find-file' and call `vc-rename-master' to do the actual move.
3720 (vc-sccs-diff): Remove unused `backend' variable.
3721
3722 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
3723 to delay loading of vc-sccs until it is really used.
3724 (vc-sccs-master-templates): Preload.
3725 (vc-sccs-state): Update call to vc-sccs-parse-locks.
3726 (vc-sccs-project-dir): Remove (merged into
3727 vc-sccs-search-project-dir).
3728 (vc-sccs-search-project-dir): Rewrite using file name handling ops
3729 rather than `concat', make sure it is preloaded and don't bother
3730 to check that the file actually exists.
3731 (vc-sccs-parse-locks): Remove unused `file' argument, remove
3732 `locks' argument (use buffer's content instead) and eliminate n^2
3733 behavior.
3734
3735 * vc-rcs.el: Update Copyright.
3736 (vc-rcs-rename-file): New function.
3737 (vc-rcs-diff): Remove unused `backend' variable.
3738
3739 * vc-hooks.el: Update Copyright.
3740 (vc-backend): Don't accept a nil argument any more.
3741 (vc-up-to-date-p): Turn into a defsubst.
3742 (vc-possible-master): New function.
3743 (vc-check-master-templates): Use `vc-possible-master' and allow
3744 funs in vc-X-master-templates to return a non-existent file.
3745
3746 * vc-cvs.el: Update Copyright.
3747 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 3748 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
3749
3750 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
3751
37522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3753
3754 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
3755 since it can be called from vc-rcs.el.
3756 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
3757
37582000-09-04 Andre Spiegel <spiegel@gnu.org>
3759
3760 * vc.el (vc-version-diff): Expand file name read from the
3761 minibuffer. Handle the case when a previous version number can't
3762 be guessed. Give suitable messages when there were no differences
3763 found.
3764 (vc-clear-headers): Call backend-specific implementation, if one
3765 exists.
3766 (vc-cancel-version): Made error checks generic. When done, clear
3767 headers generically, too.
3768
3769 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
3770 from vc-clear-headers in vc.el.
3771
3772 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
3773 correctly.
3774 (vc-rcs-latest-on-branch-p): Made second argument VERSION
3775 optional. Handle the case when it's not there.
3776
37772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3778
3779 * vc.el (vc-locking-user): Moved from vc-hooks.el.
3780
37812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3782
3783 * vc-hooks.el (vc-loadup): Remove.
3784 (vc-find-backend-function): Use `require'. Also, handle the case
3785 where vc-BACKEND-hooks.el doesn't exist.
3786 (vc-call-backend): Cleanup.
3787
37882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3789
3790 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
3791 vc-rcs-grab-templates)
3792 (vc-rcs-registered): Remove. The default function works as well.
3793 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
3794 vc-sccs-grab-templates)
3795 (vc-sccs-registered): Remove. The default function works as well.
3796
3797 * vc.el (vc-version-diff): Left out a vc- in call to
3798 vc-call-backend.
3799 (vc-default-dired-state-info, vc-default-record-rename)
3800 (vc-default-merge-news): Update for the new backend argument.
3801
3802 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
3803 using the default function.
3804 (vc-call-backend): If calling the default function, pass it the
3805 backend as first argument. Update the docstring accordingly.
3806 (vc-default-state-heuristic, vc-default-mode-line-string): Update
3807 for the new backend argument.
3808 (vc-make-backend-sym): Renamed from vc-make-backend-function.
3809 (vc-find-backend-function): Use the new name.
3810 (vc-default-registered): New function.
3811
38122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3813
3814 * vc.el (vc-merge): Use vc-find-backend-function.
3815
3816 * vc-hooks.el (vc-backend-functions): Remove.
3817 (vc-loadup): Don't setup 'vc-functions.
3818 (vc-find-backend-function): New function.
3819 (vc-call-backend): Use above fun and populate 'vc-functions
3820 lazily.
3821 (vc-backend-defines): Remove.
3822
38232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3824
3825 * vc.el (vc-register): Put a FIXME note for a newly found bug.
3826 Call vc-call-backend without the leading vc-.
3827 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
3828 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 3829 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
3830 (vc-annotate-display): Replace confusing use of `cond' with `or'.
3831 Call vc-call-backend without the leading vc-.
3832
3833 * vc-cvs.el (tail): Provide vc-cvs.
3834 * vc-sccs.el (tail): Provide vc-sccs.
3835 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
3836
3837 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
3838 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 3839 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
3840 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
3841 (vc-call-backend): Always try to load vc-X-hooks.
3842 (vc-registered): Remove vc- in call to vc-call-backend.
3843
38442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3845
3846 * vc.el (vc-process-filter): New function.
3847 (vc-do-command): Setup `vc-process-filter' for the async process.
3848 (vc-maybe-resolve-conflicts): New function to reduce
3849 code-duplication. Additionally, it puts the buffer in
3850 `smerge-mode' if applicable.
3851 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
3852 calling `merge-news'.
7f8b6551 3853 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
3854 (vc-log-edit): New function. Replacement for `vc-log-mode' by
3855 interfacing to log-edit.el.
3856 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
3857 log-edit is available.
3858 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
3859
38602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3861
3862 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
3863 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
3864 defvar and the initialization.
3865 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
3866
3867 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
3868 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
3869
7f8b6551 3870 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
3871
38722000-09-04 Andre Spiegel <spiegel@gnu.org>
3873
3874 * vc.el (vc-file-clear-masterprops): Removed.
3875 (vc-checkin, vc-revert-buffer): Removed calls to the above.
3876 (vc-version-diff): Use buffer-size without argument.
3877 (vc-register): Heed vc-initial-comment.
3878
3879 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
3880 default branch.
3881
3882 * vc-rcs.el (vc-rcs-register): Parse command output to find master
3883 file name and workfile version.
3884 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
3885
3886 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
3887 vc-file-clear-masterprops.
3888
3889 * vc-sccs.el (vc-sccs-checkout): Removed call to
3890 vc-file-clear-masterprops. If writable, set vc-state to 'edited
3891 rather than user login name.
3892
3893
38942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3895
3896 * vc.el (vc-workfile-unchanged-p): Remove unused argument
3897 `want-differences-if-changed' and simplify.
3898 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
3899 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
3900 output (which is invalid for async vc-diff) to decide whether to
3901 do the revert silently or not.
3902
39032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3904
3905 * vc-hooks.el (vc-loadup): Load files quietly.
3906 (vc-call-backend): Oops, brain fart.
3907
39082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3909
3910 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 3911 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
3912
39132000-09-04 Andre Spiegel <spiegel@gnu.org>
3914
3915 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
3916 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
3917 vc-state or vc-up-to-date-p.
3918 (vc-merge): Use vc-backend-defines to check whether merging is
3919 possible. Set state to 'edited after successful merge.
3920
3921 * vc-hooks.el (vc-locking-user): If locked by the calling user,
3922 return that name. Redocumented.
3923
39242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3925
3926 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
3927 new `vc-state' semantics.
3928 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
3929 'vc-locking-user to the current user.
3930 (vc-merge): Inline vc-backend-merge. Comment out code that I
3931 don't understand and hence can't adapt to the new `vc-state' and
3932 `vc-locking-user' semantics.
3933 (vc-backend-merge): Remove.
3934
3935 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
3936 rather than 'vc-locking-user.
3937
3938 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
3939
3940 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
3941 (vc-state): Don't use 'reserved any more. Just use the same
3942 convention as the one used for vc-<backend>-state where the
3943 locking user (as a string) is returned.
3944 (vc-locking-user): Update, based on the above convention. The
3945 'vc-locking-user property has disappeared.
7f8b6551 3946 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
3947
3948 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
3949 with a heuristic one.
3950 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
3951 (vc-cvs-checkin): Do a trivial parse to set the state in case of
3952 error. That allows us to get to 'needs-merge even in the
3953 stay-local case. There's still no way to detect 'needs-patch in
3954 such a setup (or to force an update for that matter).
3955 (vc-cvs-logentry-check): Remove, the default works as well.
3956
39572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3958
7f8b6551 3959 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
3960
3961 * vc.el (vc-do-command): kill-all-local-variables, to reset any
3962 major-mode in which the buffer might have been put earlier. Use
3963 `remove' and `when'. Allow `okstatus' to be `async' and use
3964 `start-process' in this case.
3965 (vc-version-diff): Handle the case where the diff looks empty
3966 because of the use of an async process.
3967
39682000-09-04 Andre Spiegel <spiegel@gnu.org>
3969
3970 * vc.el (vc-next-action-on-file): Removed optional parameter
3971 `simple'. Recompute state unconditionally.
3972 (vc-default-toggle-read-only): Removed.
3973
3974 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
3975 (vc-toggle-read-only): Undid prev change.
3976
3977 * vc-cvs.el (vc-cvs-stay-local): Renamed from
3978 vc-cvs-simple-toggle. Redocumented.
3979 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
3980 (vc-cvs-toggle-read-only): Removed.
3981
39822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3983
7f8b6551 3984 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
3985 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
3986 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
3987 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
3988 still is. So maybe it should be removed.
3989 (vc-head-version, vc-find-binary): Remove.
3990 (vc-recompute-state): Move from vc-hooks.el.
3991 (vc-next-action-on-file): Add a `simple' argument to allow
3992 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
3993 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
3994 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
3995 (vc-dired-mode-map): Properly defvar it.
3996 (vc-print-log): Call log-view-mode if available.
3997 (small-temporary-file-directory): defvar instead of use boundp.
3998 (vc-merge-news): Moved to vc-cvs.el.
3999 (vc-default-merge-news): New function.
4000
4001 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
4002 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
4003 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
4004 unknown `vc-latest-version' function. It should probably refer to
4005 vc-workfile-version or somesuch, but it's very unclear to me and I
4006 don't have SCCS to test things.
4007
4008 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
4009 (vc-sccs-state-heuristic): Fix typo.
4010 (vc-sccs-workfile-unchanged-p): Add missing argument.
4011
4012 * vc-rcs.el: Require vc and vc-rcs-hooks.
4013 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
4014 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
4015 (vc-release-greater-or-equal-p): Move from vc.
4016 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
4017 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
4018 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 4019 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
4020
4021 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
4022 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
4023 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
4024 than the apparently unbound `workfile-version'.
4025
4026 * vc-hooks.el (vc-master-templates): Def the obsolete var.
4027 (vc-file-prop-obarray): Use `make-vector'.
4028 (vc-backend-functions): Add new hookable functions
4029 vc-toggle-read-only, vc-record-rename and vc-merge-news.
4030 (vc-loadup): If neither backend nor default functions exist, use
4031 the backend function rather than nil.
4032 (vc-call-backend): If the function if not bound yet, try to load
4033 the non-hook file to see if it provides it.
4034 (vc-call): New macro plus use it wherever possible.
4035 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
4036 nor `vc-find-binary' since it's only called from
7f8b6551 4037 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
4038 (vc-checkout-model): Fix parenthesis.
4039 (vc-recompute-state, vc-prefix-map): Move to vc.el.
4040
7f8b6551 4041 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
4042 (vc-cvs-release, vc-cvs-system-release): Remove.
4043 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
4044 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
4045 status symbols.
4046 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
4047 (vc-cvs-toggle-read-only): First cut at a function to allow a
4048 cvs-status-free vc-toggle-read-only.
4049 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
4050 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
4051 vc-cvs-status. Also set vc-state rather than vc-locking-user.
4052 (vc-cvs-checkout): Modify access rights directly if the user
4053 requested not to use `cvs edit'. And refresh the mode line.
4054
4055 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
4056 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
4057
40582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4059
4060 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
4061 workfile' that got lost when the code was extracted from vc.el.
4062 And merged the tail with the rest of the code (not possible in the
4063 old vc.el where the tail was shared among all backends). And
4064 explicitly set the state to 'edited if `writable' is set.
4065
4066 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
4067 (vc-cvs-state): Be careful to return the value from
4068 vc-cvs-parse-state.
4069 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
4070 property but return it instead. Also be careful to handle a nil
4071 or "" `rev' when workfile is non-nil (it was handled properly when
4072 workfile was nil).
4073
4074 * vc.el: Removed those pesky unnecessary `(function' quotes.
4075 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
4076 directly in the defvar.
4077 (vc-do-command): Bind inhibit-read-only so as to properly handle
4078 the case where the destination buffer has been made read-only.
4079 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 4080 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
4081 (vc-annotate-mode-variables): Removed (code moved partly to
4082 defvars and partly to vc-annotate-add-menu).
4083 (vc-annotate-mode): Turned into a derived-mode.
4084 (vc-annotate-add-menu): Moved in code in
4085 vc-annotate-mode-variables.
4086 (vc-update-change-log): Use make-temp-file if available.
4087
40882000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
4089
4090 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
4091 `vc-checkout-model' updated to `vc-cvs-update-model'.
4092
40932000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4094
4095 * vc.el (vc-next-action-on-file): Added handling of state
4096 `unlocked-changes'.
4097 (vc-checkout-carefully): Is now practically obsolete, unless the
4098 above is too slow to be enabled unconditionally.
4099 (vc-update-change-log): Fixed typo.
4100
4101 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
4102
7f8b6551
SM
4103 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
4104 Now handles state `unlocked-changes'.
4105 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
4106
4107 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
4108
4109 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
4110 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
4111 `unlocked-changes'.
4112 (vc-rcs-workfile-unchanged-p): Renamed from
4113 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
4114 function yet, but supposed to become one soon.
4115
4116 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
4117 `vc-steal-lock'.
4118 (vc-call-backend): Changed error message.
4119 (vc-state): Added description of state `unlocked-changes'.
4120
41212000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4122
4123 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
4124 always return t in CVS-controlled directories.
4125
4126 * vc.el (vc-responsible-backend): New function.
4127 (vc-register): Largely rewritten.
4128 (vc-admin): Removed (implementation moved into vc-register).
4129 (vc-checkin): Redocumented.
4130 (vc-finish-logentry): If no backend defined yet (because we are in
4131 the process of registering), use the responsible backend.
4132
4133 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4134 Updated function lists.
4135 (vc-call-backend): Fixed typo.
4136
7f8b6551
SM
4137 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
4138 New functions.
4139 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
4140 Removed query option. Redocumented.
7a004b71
GM
4141
41422000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4143
4144 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
4145
4146 * vc.el: Updated callers of `vc-checkout-required' to use
4147 `vc-checkout-model'.
4148
41492000-09-04 Martin Lorentzson <martinl@gnu.org>
4150
4151 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
4152 stuff updated to reference this function instead of the old
4153 `vc-backend-release-p'.
4154
41552000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4156
4157 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
4158 vc-checkout-model. Return appropriate values. Updated callers.
4159
41602000-09-04 Martin Lorentzson <martinl@gnu.org>
4161
7f8b6551 4162 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
4163 (vc-backend-revert): Function moved into `vc-revert';
4164 `vc-next-action' must be updated to accomodate this change.
4165 (vc-backend-steal): Function moved into `vc-finish-steal'.
4166 (vc-backend-logentry-check): Function moved into
4167 `vc-finish-logentry'.
4168 (vc-backend-printlog): Function moved into `vc-print-log'.
4169 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
4170 (vc-backend-assign-name): Function moved into
4171 `vc-create-snapshot'.
4172
41732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4174
4175 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
4176 Rename to vc-checkout-model. Return appropriate values.
4177 Update callers.
7a004b71 4178
7f8b6551 4179 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 4180 to vc-checkout-model.
7f8b6551
SM
4181 (vc-checkout-required): Rename to vc-checkout-model.
4182 Re-implement and re-comment.
7a004b71
GM
4183 (vc-after-save): Use vc-checkout-model.
4184
41852000-09-04 Martin Lorentzson <martinl@gnu.org>
4186
7f8b6551
SM
4187 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
4188 Update to use the vc-BACKEND-diff functions instead.
4189 `vc-diff' is now working.
7a004b71 4190
7f8b6551 4191 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 4192
7f8b6551 4193 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
4194
4195 * vc-sccs.el (vc-sccs-diff): Function changed name from
4196 `vc-backend-diff'. This makes `vc-diff' work.
4197
7f8b6551 4198 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 4199 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 4200 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
4201 signaled during `vc-after-save'.
4202
7f8b6551
SM
4203 * vc.el: Fix typo.
4204 This checkin is made with our new VC code base for the very first time.
4205 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
4206
4207 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
4208 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
4209
4210 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
4211 updated to `vc-uses-locking'.
7f8b6551 4212 (vc-checkout-required): Call to backend function.
7a004b71
GM
4213 `vc-checkout-required' updated to `vc-uses-locking' instead.
4214
4215 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
4216 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
4217
7f8b6551 4218 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 4219 to match the split into various backends.
7f8b6551 4220 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
4221 (vc-retrieve-snapshot): Bug fix.
4222
42232000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4224
4225 * vc-sccs.el (vc-sccs-release): Doc fix.
4226
42272000-09-04 Martin Lorentzson <martinl@gnu.org>
4228
4229 * vc.el (vc-next-action-on-file): Bug found and fixed.
4230 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
4231 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
4232
4233 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
4234 (vc-rcs-checkout): Name space cleaned up. No more revision number
4235 crunching function names that are not prefixed with vc-rcs.
4236 (vc-rcs-checkout-model): Function added. References to
4237 `vc-checkout-model' replaced.
4238
42392000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4240
4241 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
4242 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
4243 still need to be split, and implemented for RCS).
4244
42452000-09-04 Martin Lorentzson <martinl@gnu.org>
4246
4247 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
4248
4249 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
4250 required by the vc.el file.
4251
4252 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
4253 required by the vc.el file.
4254 (vc-rcs-exists): Function added.
4255
4256 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
4257 required by the vc.el file.
4258
4259 * vc.el (vc-admin): Updated to handle selection of appropriate
4260 backend. Current implementation is crufty and need re-thinking.
4261
4262 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
4263
42642000-09-04 Martin Lorentzson <martinl@gnu.org>
4265
4266 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
4267 beginning of annotate buffers correctly.
4268
4269 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
4270 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
4271 functionality updated quite a lot to support multiple backends.
4272 Variables `vc-annotate-mode', `vc-annotate-buffers',
4273 `vc-annotate-backend' added.
4274
4275 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
4276 `vc-annotate-difference' added to supported backend functions.
4277
42782000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4279
4280 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
4281 Use with-temp-file instead of /bin/sh. Merged from mainline
4282
42832000-09-04 Martin Lorentzson <martinl@gnu.org>
4284
4285 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
4286
4287 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
4288
4289 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
4290
42912000-09-04 Martin Lorentzson <martinl@gnu.org>
4292
4293 * vc-hooks.el: vc-state-heuristic added to
4294 vc-backend-hook-functions.
4295
4296 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
4297
4298 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
4299
7f8b6551
SM
4300 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
4301 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
4302 state to `reserved'.
4303
4304 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
4305 `vc-checkout-required'. Rename the `locked' state to `reserved'.
4306
43072000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4308
7f8b6551 4309 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
4310 untouched.
4311
7f8b6551 4312 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 4313
7f8b6551 4314 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
4315 if defined. (Merged from main line, slightly adapted.)
4316
4317 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
4318 millenium problem (merged from mainline).
4319
43202000-09-04 Martin Lorentzson <martinl@gnu.org>
4321
4322 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
4323 part and moved the non-BACKEND stuff to vc.el.
4324
4325 * vc.el: Split the annotate feature into a BACKEND specific part
4326 and moved it from the vc-cvs.el file to this one.
4327
43282000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4329
7f8b6551
SM
4330 * vc-hooks.el: Implement new state model.
4331 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
4332 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 4333 locked by somebody else.
7f8b6551 4334 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
4335 vc-sccs-hooks.el and vc-rcs-hooks.el now.
4336 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 4337 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 4338
7f8b6551
SM
4339 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
4340 Various simplifications and adaptations all over the place.
7a004b71 4341
7f8b6551
SM
4342 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
4343 Simplify and adapt the rest.
7a004b71 4344
7f8b6551 4345 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 4346 interaction with view mode according to recent RCS change.
7f8b6551 4347 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
4348
43492000-09-04 Martin Lorentzson <martinl@gnu.org>
4350
7f8b6551 4351 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
4352
43532000-09-04 Martin Lorentzson <martinl@gnu.org>
4354
4355 * vc.el (vc-backend-release, vc-release-greater-or-equal)
4356 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
4357 (vc-minor-part, vc-previous-version): Functions that operate and
4358 compare revision numbers got proper documentation. Comments added
4359 about their possible removal.
4360
43612000-09-04 Martin Lorentzson <martinl@gnu.org>
4362
4363 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
4364 the vc-backend.el files.
4365
4366 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
4367
4368 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
4369 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
4370 (vc-rcs-previous-version): Functions added.
4371
4372 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
4373
4374 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
4375
43762000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4377
4378 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 4379 Comment out the definition for now. What is the right procedure
7a004b71
GM
4380 to get rid of it?
4381 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
4382 rewritten.
7f8b6551 4383 (vc-default-registered): Remove.
7a004b71
GM
4384 (vc-check-master-templates): New function; does mostly what the
4385 above did before.
4386 (vc-locking-user): Don't rely on the backend to set the property.
4387
4388 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 4389 Rewrite documentation.
7a004b71
GM
4390 (vc-rcs-templates-grabbed): New variable.
4391 (vc-rcs-grab-templates): New function.
7f8b6551 4392 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
4393
4394 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 4395 Rewrite documentation.
7a004b71
GM
4396 (vc-sccs-templates-grabbed): New variable.
4397 (vc-sccs-grab-templates): New function.
7f8b6551
SM
4398 (vc-sccs-registered): Rewrite to use above mechanism.
4399 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
4400 Don't throw the result, simply return it.
7a004b71 4401
7f8b6551
SM
4402 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
4403 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
4404 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 4405
7f8b6551 4406 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
4407 from main line.
4408
44092000-09-04 Martin Lorentzson <martinl@gnu.org>
4410
7f8b6551 4411 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 4412
7f8b6551 4413 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 4414
7f8b6551
SM
4415 * vc-rcs.el (vc-rcs-diff): New function.
4416 (vc-rcs-checkout): Bug (typo) found and fixed.
4417 (vc-rcs-register-switches): New variable.
7a004b71
GM
4418
4419 * vc.el (vc-backend-diff): Function removed and placed in the
4420 backend files.
4421
44222000-09-04 Martin Lorentzson <martinl@gnu.org>
4423
4424 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
4425
4426 * vc.el (vc-backend-checkout): Function removed and replaced in
4427 the vc-backend.el files.
4428
4429 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
4430
4431 * vc.el (vc-backend-admin): Removed and replaced in the
4432 vc-backend.el files.
4433
4434 * vc.el (Martin): Removed all the annotate functionality since it
4435 is CVS backend specific.
4436
44372000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4438
4439 * spec.txt: Added specification of vc-state.
4440
4441 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 4442 Remove handling of vc-latest-version and
7a004b71
GM
4443 vc-your-latest-version. What used to be vc-latest-version, is now
4444 returned as vc-workfile-version.
7f8b6551 4445 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
4446
44472000-09-04 Dave Love <fx@gnu.org>
4448
4449 * vc.el: [Merged from mainline.]
4450 (vc-dired-mode): Make the dired-move-to-filename-regexp
4451 regexp match the date, to avoid treating date as file size.
4452 Add YYYY S option to WESTERN/
4453
44542000-09-04 Dave Love <fx@gnu.org>
4455
4456 * vc.el: Require `compile' when compiling.
4457 (vc-logentry-check-hook): New option.
4458 (vc-steal-lock): Use compose-mail.
4459 (vc-dired-mode-map): Defvar when compiling.
4460 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
4461 vc-sccs.el and renamed. Callers changed.
4462 (vc-backend-checkout, vc-backend-logentry-check)
4463 (vc-backend-merge-news): Doc fix.
4464 (vc-default-logentry-check): New function.
4465 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
4466 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
4467 (vc-backend-merge): Doc fix. Use backend functions.
4468 (vc-check-headers): Use backend functions.
4469
4470 * vc-cvs.el: Require vc when compiling.
4471 (vc-cvs-register-switches): Doc fix.
4472 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
4473 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
4474 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
4475 New functions (code from vc.el).
4476 (vc-annotate-display-default): Fix interactive spec.
4477 (vc-annotate-time-span): Doc fix.
4478
4479 * vc-rcs.el: Require vc when compiling.
4480 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
4481 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
4482 (vc-rcs-checkin): New functions (code from vc.el).
4483 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
4484 Doc fix.
4485 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
4486
4487 * vc-sccs.el: Require vc when compiling.
4488 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
4489 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
4490 (vc-sccs-revert)
4491 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
4492 from vc.el).
4493 (vc-sccs-add-triple, vc-sccs-record-rename)
4494 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
4495 (vc-sccs-admin): Doc fix.
4496
44972000-09-04 Martin Lorentzson <martinl@gnu.org>
4498
4499 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
4500 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
4501 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
4502 from vc.el.
4503
4504 * vc-sccs.el (vc-admin-sccs): Added from vc.el
4505
4506 * vc-cvs.el: Moved the annotate functionality from vc.el.
4507 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
4508
45092000-09-04 Dave Love <fx@gnu.org>
4510
4511 * vc.el (vc-backend-release): Call vc-system-release.
4512
4513 * vc-sccs.el (vc-sccs-system-release):
4514 Renamed from vc-sccs-backend-release.
4515
4516 * vc-rcs.el (vc-rcs-system-release):
4517 Renamed from vc-rcs-backend-release.
4518
4519 * vc-cvs.el (vc-cvs-system-release):
4520 Renamed from vc-cvs-backend-release.
4521
45222000-09-04 Dave Love <fx@gnu.org>
4523
4524 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
4525 backend files.
4526 (vc-backend-release): Dispatch to backend functions.
4527 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
4528 probably needs attention.]
4529
4530 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
4531 (vc-sccs-backend-release): New function.
4532
4533 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
4534 (vc-cvs-backend-release): New function.
4535
4536 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
4537 Doc fix.
4538 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
4539 (vc-default-dired-state-info): New function.
4540 (vc-dired-state-info): Dispatch to backends.
4541 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
4542
4543 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
4544 from vc.el and renamed.
4545
45462000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4547
4548 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
4549 (vc-version-other-window, vc-backend-assign-name): Removed
4550 references to vc-latest-version; sometimes changed into
4551 vc-workfile-version.
4552
4553 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
4554 vc-rcs-master-workfile-version.
4555 (vc-rcs-workfile-version): Use the above. Don't call
4556 vc-latest-version (that was unreachable code, anyway).
4557 (vc-rcs-fetch-master-properties): Doc fix.
4558
4559 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
4560 (vc-backend-hook-functions): Removed them from this list, too.
4561 (vc-fetch-properties): Removed.
4562 (vc-workfile-version): Doc fix.
4563
4564 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
4565 (vc-rcs-workfile-version, vc-rcs-locking-user)
4566 (vc-rcs-uses-locking): Use it.
4567
4568 * vc-hooks.el (vc-consult-rcs-headers):
4569 Moved into vc-rcs-hooks.el, under the name
4570 vc-rcs-consult-headers.
4571
4572 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
4573 headers.
4574 (vc-cvs-find-master): Use this name only; correct different
4575 versions of the name.
4576
4577 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
4578 New functions.
4579 (vc-sccs-locking-user): Use the latter.
4580
4581 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
4582 New functions.
4583
4584 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
4585 Moved into both
4586 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
4587 functions are implementation details of those two backends.
4588
45892000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4590
4591 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
4592 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
4593
4594 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
4595 (vc-sccs-parse-locks): SCCS-specific code moved here from
4596 vc-hooks.
4597
4598 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
4599 code moved here from vc-hooks.
4600
4601 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
4602 into back-end specific parts and removed. Callers not updated
4603 yet; because I guess these callers will disappear into back-end
4604 specific files anyway.
4605
46062000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4607
4608 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
4609 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
4610 `vc-uses-locking'.
4611
4612 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
4613 Store yes/no in the property, and return t/nil. Updated all
4614 callers.
4615
4616 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
4617 vc-sccs-uses-locking. Don't set property.
4618 (vc-sccs-locking-user): Don't set property.
4619
4620 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
4621 vc-cvs-uses-locking. Don't set property here; leave that to
4622 vc-hooks.
4623 (vc-cvs-locking-user): Reflect above change. Streamlined.
4624
4625 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
4626 vc-rcs-uses-locking.
4627 (vc-rcs-locking-user): Reflect above change.
4628
46292000-09-04 Dave Love <fx@gnu.org>
4630
4631 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
4632
4633 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
4634
4635 * vc-hooks.el (vc-checkout-model): Punt to backends.
4636
4637 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
4638
4639 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
4640
4641 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
4642 New functions.
4643
4644 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
4645 New functions.
4646
4647 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
4648 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
4649
4650 * vc-hooks.el (vc-default-locking-user): New function.
4651 (vc-locking-user, vc-workfile-version): Punt to backends.
4652
46532000-09-04 Dave Love <fx@gnu.org>
4654
4655 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
4656 (vc-master-workfile-version): Moved from vc-hooks.
4657
4658 * vc-rcs-hooks.el: Fix duplicate code in last change.
4659
4660 * vc-rcs-hooks.el: Require vc-hooks when compiling.
4661 (vc-rcs-master-templates): Improve :type.
4662 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
4663 vc-master-workfile-version): Moved from vc-hooks.
4664
4665 * vc-sccs-hooks.el: Require vc-hooks when compiling.
4666 (vc-sccs-master-templates): Improve :type.
4667 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
4668
4669 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
4670
4671 * vc-cvs-hooks.el: Require vc-hooks when compiling.
4672 (vc-cvs-master-templates): Improve :type. Use
4673 vc-cvs-find-cvs-master.
4674 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
4675 from vc-hooks.
4676 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
4677
4678 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
4679 Moved to vc-cvs-hooks.
4680
4681 * vc-hooks.el: Add doc strings in various places. Simplify the
4682 minor mode setup.
4683 (vc-handled-backends): New user variable.
4684 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
4685 simplification.
4686
46872000-09-04 Dave Love <fx@gnu.org>
4688
4689 * vc.el: Some doc fixes for autoloaded and interactive functions.
4690 Fix compilation warnings from ediff stuff.
4691 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
4692
4693 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
4694
4695 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
4696
4697 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
4698
46992000-09-04 Dave Love <fx@gnu.org>
4700
4701 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4702 New variable.
4703 (vc-make-backend-function, vc-loadup, vc-call-backend)
4704 (vc-backend-defines): New functions.
4705
4706 * vc-hooks.el: Various doc fixes.
4707 (vc-default-back-end, vc-follow-symlinks): Custom fix.
4708 (vc-match-substring): Function removed. Callers changed to use
4709 match-string.
4710 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
4711 Simplify.
4712
47132000-09-04 Dave Love <fx@gnu.org>
4714
4715 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
4716 type.
4717 (vc-sccs-project-dir, vc-search-sccs-project-dir)
4718 (vc-sccs-registered): Doc fix.
4719
4720 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
4721 (vc-cvs-registered): Doc fix.
4722
4723 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
4724 (vc-rcs-registered): Doc fix.
4725
47262000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4727
4728 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
4729
4730 * vc-hooks.el: vc-registered has been renamed
4731 vc-default-registered. Some functions have been moved to the
4732 backend specific files. they all support the
4733 vc-BACKEND-registered functions.
4734
47352000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4736
4737 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
4738
4739 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
4740
a033ea13
DL
47412000-09-04 Dave Love <fx@gnu.org>
4742
179fc9ef
DL
4743 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
4744 menu-bar-update-hook.
4745
4746 * help.el (help-manyarg-func-alist): Add
4747 find-operation-coding-system.
4748
a033ea13
DL
4749 * wid-edit.el (widget-sexp-validate): Fix garbled code.
4750
4751 * custom.el (custom-set-variables): Print message about errors in
4752 setting.
4753
f8803e97
AI
47542000-09-03 Andrew Innes <andrewi@gnu.org>
4755
4756 * makefile.w32-in: Change to DOS line endings.
4757
59836110
EZ
47582000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4759
4760 * mouse.el (mouse-popup-menubar): Supply the prompt string for
4761 minor-mode keymaps, if they don't have one.
4762
5514ba5c
EZ
47632000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4764
4765 * eshell/esh-module.el (eval-when-compile): Don't lose if
4766 esh-module.el's file name is truncated to DOS 8+3 limits.
4767
79cf8e80
JW
47682000-09-01 John Wiegley <johnw@gnu.org>
4769
4770 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
4771 predicate, which caused entries in the completion list to be
4772 doubled.
4773
47742000-08-30 John Wiegley <johnw@gnu.org>
4775
4776 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
4777 sending to subprocesses. Also, hook pre-command-hook if
4778 `eshell-send-direct-to-subprocesses' is non-nil.
4779 (eshell-send-direct-to-subprocesses): New config variable. If t,
4780 subprocess input is send immediately.
4781 (eshell-toggle-direct-send): New function.
4782 (eshell-self-insert-command): New function.
4783 (eshell-intercept-commands): New function.
4784 (eshell-send-input): If direct subprocess sending is enabled,
4785 don't echo any input to the Eshell buffer. Let the subprocess
4786 handle that. This requires "stty echo" in bash, for example.
4787
47882000-08-28 John Wiegley <johnw@gnu.org>
4789
4790 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
4791 completion function for Eshell's implementation of `unset'.
4792
778911b9
EZ
47932000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4794
4795 * info.el (Info-directory-list): Doc fix.
4796
05d07b49
PB
47972000-08-31 Peter Breton <pbreton@ne.mediaone.net>
4798
9b4a7800 4799 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
4800 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
4801
9941d4c7
KH
48022000-08-31 Kenichi Handa <handa@etl.go.jp>
4803
4804 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
4805 coding systems.
4806
af9ba8ad
AI
48072000-08-30 Andrew Innes <andrewi@gnu.org>
4808
4809 * timer.el (run-with-idle-timer): Undo last change, so that timer
4810 is not activated immediately if Emacs is already idle. Some
4811 existing code relies on this behaviour.
4812
caccd8f2
MB
48132000-08-30 Miles Bader <miles@gnu.org>
4814
4815 * frame.el (set-frame-font): Do completion of font-name for
4816 interactive use.
4817
b64c0a1c
KH
48182000-08-30 Kenichi Handa <handa@etl.go.jp>
4819
4820 * international/quail.el (quail-start-translation): Bind locally
4821 last-command-event, last-command, and this-command.
4822 (quail-start-conversion): Likewise.
75cf0095 4823 (quail-self-insert-command): Fix docstring.
b64c0a1c 4824
fd5f61d3
GM
48252000-08-29 Gerd Moellmann <gerd@gnu.org>
4826
4827 * progmodes/executable.el
4828 (executable-make-buffer-file-executable-if-script-p): Check that
4829 buffer contains at least 2 characters.
4830
5b671d04
EZ
48312000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
4832
4833 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
4834
485d9513
DL
48352000-08-29 Dave Love <fx@gnu.org>
4836
a39fb83d
DL
4837 * diff-mode.el (diff-mode) <defgroup>: Add :version.
4838 (diff-mode-shared-map): Bind mouse-2.
4839 (diff-imenu-generic-expression): New variable.
4840 (diff-mode): Use it.
4841
485d9513
DL
4842 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
4843 (mouse-popup-menubar): Add minor mode menus.
4844 (popup-menu): Check for lookup-key returning number.
4845
ba3478d9
MB
48462000-08-29 Miles Bader <miles@gnu.org>
4847
4848 * comint.el (comint-send-input): Create overlays using the proper
4849 front/read-advance arguments.
9b4a7800 4850
c3d6d211
GM
48512000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4852
4853 * ps-print.el: Even/odd pages printing. Doc fix.
4854 (ps-print-version): New version number (6.0).
4855 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
4856 (ps-background, ps-begin-file, ps-begin-job): Code fix.
4857 (ps-print-duplex-feature): Variable eliminated.
4858 (ps-even-or-odd-pages): New variable.
4859
ba087cd7 4860 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
4861 (ebnf-version): New version (3.3).
4862 (ebnf-user-arrow): Change variable customization to sexp.
4863 (ebnf-user-arrow): Function eliminated.
4864 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 4865
d313265f
KH
48662000-08-29 Kenichi Handa <handa@etl.go.jp>
4867
cba62b78 4868 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
4869 (help-make-xrefs): Handle help-xref-mule-regexp.
4870
4871 * international/mule-cmds.el (help-xref-mule-regexp-template): New
4872 variable.
4873 (describe-input-method): Temporarily activate the specfied input
4874 method to display the information.
4875 (describe-language-environment): Hyperlinks to mule related items.
4876
4877 * international/mule-diag.el (charset-multibyte-form-string): New
4878 function.
4879 (list-character-sets-1): Use charset-multibyte-form-string.
4880 (describe-character-set): New function.
4881 (describe-coding-system): Hyperlinks to safe character sets.
4882
4883 * international/quail.el (quail-help): New arg PACKAGE.
4884 Hyperlinks to mule related items.
4885 (quail-help-insert-keymap-description): Use
4886 substitute-command-keys instead of describe-bindings.
4887 (quail-translation-help): Hyperlinks to mule related items.
4888
b4bd214e
JW
48892000-08-28 John Wiegley <johnw@gnu.org>
4890
ca7aae91
JW
4891 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
4892 have a defsubst call itself. Made `eshell-flatten-list' back into
4893 a function again.
4894
b4bd214e
JW
4895 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
4896 catch, in case re-centering point at bottom messes up the display.
4897 This happens frequently in Emacs 21, due I believe to variable
4898 line heights.
4899
4900 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
4901 to call `find-tag-interactive'.
4902
4903 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
4904 the list of remember directories.
4905
d44e146b
JW
49062000-08-28 John Wiegley <johnw@gnu.org>
4907
4908 * align.el: Test align-region-separate to see if it's a symbol.
4909
546c0888 49102000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
4911
4912 * eshell/esh-util.el (eshell-flatten-list): Made this function
4913 into a defsubst form. It gets used very frequently, although
4914 calls don't occur all that often.
4915
4916 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
4917 examining it.
4918
4919 * eshell/esh-cmd.el (eshell-rewrite-while-command):
4920 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
4921 `eshell-protect'.
4922 (eshell-copy-handles): Created a new macro for duplicating the
4923 current set of open handles. This is needed by the looping
4924 functions.
4925 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
4926 is not incorrectly stomped on.
4927
4928 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
4929 declaration for pcomplete-use-paring.
4930 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
4931 value of eshell-cmpl-use-paring.
4932 * pcomplete.el (pcomplete-use-paring): New config variable, to
4933 indicate whether paring should be used.
4934 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
4935 completion alternatives that have already been used.
4936
4937 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
4938 bound to C-c C-y, which will repeat the previous N arguments
4939 (based on prefix argument).
4940 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
4941
4942 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
4943 if there is no *Help* buffer. This is for XEmacs, which renames
4944 its help buffers uniquely. TODO: Find out what the current buffer
4945 name to delete is.
4946
4947 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
4948 first entry that correlates to a passwd/group number. Later
4949 entries (used for group/user name aliasing to multiple IDs) are
4950 ignored.
4951
9b4a7800
TTN
4952 * eshell/em-xtra.el (eshell/expr):
4953 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
4954 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
4955 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
4956 argument list, before passing it to the system command.
4957
4958 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
4959 `find-tag' for use at final position in Eshell buffers (which
4960 otherwise triggers an error on Emacs 21).
4961 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
4962 buffer, if it is currently bound to `find-tag'.
4963
4964 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
4965 in the list of matched Makefile names.
4966 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
4967 directory, prefer its contents to Makefile.
4968
4969 * eshell/em-dirs.el (eshell/cd): cd commands that look up
4970 directory parts (like "cd old new", or "cd =regexp"), are now case
4971 sensitive on non-Windows/DOS platforms.
4972
4973 * eshell/esh-mode.el (eshell-parse-command-input): When a user
4974 types RET after an open delimiter (like "), display a message
4975 indicating that Eshell is waiting for the closing delimiter.
4976
4977 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
4978 environment variables.
4979
4980 * eshell/em-unix.el (eshell/diff): Added logic to fail more
4981 gracefully if the user enters incorrect arguments.
4982
4983 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
4984 Eshell buffers.
4985
9b4a7800
TTN
4986 * eshell/esh-var.el (eshell-interpolate-variable):
4987 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
4988 * eshell/em-unix.el (eshell-du-sum-directory):
4989 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
4990 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
4991 (not (= ...)).
4992
4993 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
4994 to ensure the `preserve' flag gets propagated when doing recursive
4995 directory copies.
4996
546c0888 49972000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
4998
4999 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
5000 Don't convert \n into \0177 in memory.
5001 (eshell-read-history, eshell-write-history): Convert \n to \0177,
5002 and back again, when reading and writing.
9b4a7800 5003
546c0888 50042000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
5005
5006 * eshell/esh-util.el (eshell-processp): Added to relieve constant
5007 testing of `fboundp' on `processp'.
5008
5009 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
5010 (eshell/jobs): Don't call process-list if it is not bound.
5011 (eshell-gather-process-output): Support systems where async
5012 subprocesses aren't supported.
5013 (eshell-scratch-buffer, eshell-last-sync-output-start): New
5014 variables.
5015
5016 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
5017 eshell-do-eval returns t.
5018 (eshell-do-pipelines-synchronously): New defmacro.
5019 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
5020 when async subprocesses aren't supported.
5021 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
5022 if async subprocesses aren't supported.
5023 (eshell-resume-command): Don't assume STATUS is a string.
5024
5025 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
5026
5027 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
5028 (eshell-close-target, eshell-get-target): Use eshell-processp.
5029 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
5030 fix.
5031 (eshell-get-target, eshell-create-handles): Doc fix.
5032
546c0888 50332000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 5034
546c0888 5035 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
5036 criterion to include commands that output something, as long as it
5037 leaves both the command and the end-of-buffer visible when the
5038 command has exited.
5039 (eshell-review-quick-commands): Adjust the help doc string
5040 accordingly.
5041
2a371c3b
PB
50422000-08-28 Peter Breton <pbreton@ne.mediaone.net>
5043
8348e1f9 5044 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 5045 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 5046
9b4a7800 5047 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
5048 (file-cache-assoc-function): New variable
5049 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
5050 Use file-cache-case-fold-search variable
5051 (file-cache-add-file): Use file-cache-assoc-function
5052 (file-cache-delete-file): likewise
5053 (file-cache-directory-name): likewise
5054 (file-cache-debug-read-from-minibuffer): likewise
5055
95931eb1
GM
50562000-08-28 Gerd Moellmann <gerd@gnu.org>
5057
5058 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
5059 (abbrev-table-name): New function.
5060 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
5061 If non-nil list local abbrev, only.
5062
bb17930d
GM
50632000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
5064
546c0888
EZ
5065 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
5066 from Gnus support code, and use special article copy buffer
bb17930d
GM
5067 `(gnus-original-article-buffer)' instead. This allows to get rid
5068 of article-hide-headers usage (which breaks in the latest Gnus
5069 version). Thanks to Detlev Zundel.
5070
41a68aef
KH
50712000-08-28 Kenichi Handa <handa@etl.go.jp>
5072
5073 * international/quail.el (quail-use-package): Hide "... loaded"
5074 message.
5075 (quail-start-translation, quail-start-conversion): Likewise.
5076
5077 * international/kkc.el (kkc-region): Hide "... loaded" message.
5078
28bb2cef
DL
50792000-08-27 Dave Love <fx@gnu.org>
5080
5081 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
5082
11a1118d
MB
50832000-08-27 Miles Bader <miles@gnu.org>
5084
5085 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
5086
0f85d477
KH
50872000-08-27 Kenichi Handa <handa@etl.go.jp>
5088
5089 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
5090 'ja-dic-cnv), not (require 'skkdic-cnv).
5091
2d73e8d3
MB
50922000-08-26 Miles Bader <miles@gnu.org>
5093
a0e5a5a4
MB
5094 * faces.el (face-x-resources): Add entry for :inherit.
5095 * cus-face.el (custom-face-attributes): Add support for :inherit
5096 attribute. Add support for relative face heights.
5097 (custom-face-attributes-get): Treat `nil' as being a default value
5098 for :inherit (as well as `unspecified').
5099
19feb949
MB
5100 * faces.el (set-face-attribute): Update doc string.
5101 (face-attribute-name-alist): Add :inherit.
5102 (face-valid-attribute-values): Handle :inherit.
5103 (face-read-string): Rephrase prompt to be less confusing.
5104 Assume that DEFAULT is a string, since we must return a string.
5105 (face-read-integer): Use `format' to turn DEFAULT into an
5106 acceptable default for face-read-string. Match NEW-VALUE against
5107 the string "unspecified", not the symbol `unspecified', since
5108 that's what face-read-string returns.
5109 (read-face-attribute): Lookup a name for old-value in valid, and
5110 use it as a default if we find one. Treat all values from
5111 face-read-string as strings. If the default is used, don't do any
5112 more processing on the value, just use the old value directly.
5113 (read-face-and-attribute, modify-face): Tweak prompt.
5114 (read-face-name): Don't assume prompt ends with a space.
5115
2d73e8d3
MB
5116 * faces.el (describe-face): Add support for :inherit attribute.
5117
a1a2e38f
KH
51182000-08-25 Kenichi Handa <handa@etl.go.jp>
5119
e84fa7c5
KH
5120 * terminal.el (terminal-emulator): Fix args to `concat'. Now
5121 concat doesn't accept interger.
5122
a1a2e38f
KH
5123 * international/kkc.el: Remove SKK from Keywords. Require
5124 ja-dic-utl instead of skkdic-utl.
5125
5126 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
5127 Provide ja-dic-cnv instead of skkdic-cnv.
5128 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
5129 (iso-2022-7bit-short): Add safe-charsets property.
5130 (skkdic-convert-postfix): Search Japanese chou-on character in
5131 addition to Hiragana character.
5132 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
5133 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
5134 (batch-skkdic-convert): Likewise.
5135
5136 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
5137 Provide ja-dic-utl instead of skkdic-utl.
5138 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
5139
f6499c03
DL
51402000-08-24 Dave Love <fx@gnu.org>
5141
1c2c3f16
DL
5142 * disp-table.el (standard-display-default): Make the test of `l'
5143 useful.
5144
f6499c03
DL
5145 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
5146 mod sample text.
5147
5148 * international/iso-ascii.el: Make pilcrow convenient string
5149 consistent with section.
5150 (iso-ascii-display): Set up multibyte characters as well as
5151 unibyte.
5152
c543db81
KH
51532000-08-24 Kenichi Handa <handa@etl.go.jp>
5154
5155 * international/mule-cmds.el (reset-language-environment): Set
5156 default-process-coding-system to '(undecided . iso-latin-1), which
5157 makes process I/O almost consistent with file I/O. Call this
5158 function when mule-cmds.el[c] is loaded.
5159
746d9caf
AI
51602000-08-22 Andrew Innes <andrewi@gnu.org>
5161
5162 * makefile.w32-in: New file.
5163
5484005d
MB
51642000-08-22 Miles Bader <miles@lsi.nec.co.jp>
5165
5166 * comint.el (comint-output-filter): Compare end of
5167 comint-last-output-overlay with the start of the newly inserted
5168 text, not the end, when deciding whether to extend it.
9b4a7800 5169 Set saved-point's insertion type to advance after insertion.
5484005d
MB
5170
5171 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
5172 since this is now done independently of font-lock mode.
5173
7a912f63
GM
51742000-08-21 Gerd Moellmann <gerd@gnu.org>
5175
5176 * server.el (server-kill-new-buffers): New user option.
5177 (server-existing-buffer): New buffer-local variable.
5178 (server-visit-files): When using an existing buffer, set
5179 server-existing-buffer to t.
5180 (server-buffer-done): If server-kill-new-buffers is t, kill the
5181 buffer, unless it was already present before visiting it with
5182 Emacs server.
9b4a7800 5183
240301df
EZ
51842000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
5185
5186 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
5187 even if the display doesn't support colors: some displays will
5188 support bold/underline faces.
5189
cbcef616
GM
51902000-08-21 Gerd Moellmann <gerd@gnu.org>
5191
6917e6bb
GM
5192 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
5193
cbcef616
GM
5194 * startup.el (command-line): If user's init file had an error,
5195 add explanatory text to *Messages*.
5196
6922b018
KH
51972000-08-21 Kenichi Handa <handa@etl.go.jp>
5198
5199 * man.el (Man-getpage-in-background): Decode the process output by
5200 the system locale coding system.
5201
e50c4203
DL
52022000-08-20 Dave Love <fx@gnu.org>
5203
96ab6351
DL
5204 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
5205 Don't test x-popup-menu.
5206 (function) <complete-function>: Complete only fbound symbols.
5207 <validate, value>: New.
5208 (variable) <complete-function>: Complete only bound symbols.
5209 (coding-system): Add :base-only, :complete-function, :validate,
5210 :value, :prompt-match.
5211 (widget-coding-system-prompt-value): Use read-coding-system and
5212 act on :base-only.
5213 (editable-field): Add :help-echo.
5214 (widget-push-button-gui, widget-push-button-cache)
5215 (widget-gui-action, widget-editable-list-gui): COmment out, along
5216 with uses.
5217 (widget-at): Make arg optional.
5218 (widget-echo-help): Adjust for current help-echo calling sequence.
5219 (widget-specify-field, widget-specify-button)
5220 (widget-specify-insert, widget-get-sibling, widget-image-find)
5221 (widget-convert, widget-insert, widget-leave-text)
5222 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
5223 (widget-setup, widget-field-find, widget-before-change)
5224 (widget-after-change, widget-default-complete)
5225 (widget-default-create, widget-default-delete)
5226 (widget-push-button-value-create, editable-field)
5227 (widget-field-prompt-value, widget-field-validate)
5228 (widget-choice-value-create, widget-choice-action)
5229 (widget-choice-validate, widget-checklist-add-item)
5230 (widget-radio-add-item, widget-radio-chosen)
5231 (widget-radio-value-inline, widget-editable-list-value-create)
5232 (widget-editable-list-entry-create)
5233 (widget-documentation-link-add)
5234 (widget-documentation-string-value-create)
5235 (widget-regexp-validate, widget-file-complete)
5236 (widget-sexp-validate, widget-plist-convert-widget)
5237 (widget-plist-convert-widget, widget-alist-convert-widget)
5238 (widget-alist-convert-widget, widget-color-complete): Simplify,
5239 particularly to avoid bindings which aren't optimized out.
5240
e50c4203
DL
5241 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
5242 Doc fix.
5243 (down-list, backward-up-list, up-list, kill-sexp)
5244 (backward-kill-sexp, mark-sexp): Make arg optional.
5245 (lisp-complete-symbol): Add optional arg PREDICATE.
5246
5247 * cus-start.el: Add display-buffer-reuse-frames,
5248 file-coding-system-alist.
5249
511bd4eb
GM
52502000-08-20 Gerd Moellmann <gerd@gnu.org>
5251
5252 * startup.el (command-line): Clear realized faces after
5253 modifying TTY color mappings.
5254
a9de7d29
MB
52552000-08-20 Miles Bader <miles@gnu.org>
5256
5257 * faces.el (face-attr-match-p): Don't return true if ATTRS are
5258 merely a subset of FACE's attributes.
5259
8a8023d9
MB
52602000-08-19 Miles Bader <miles@gnu.org>
5261
5262 * comint.el (comint-output-filter): Save the point with a marker,
5263 not just a buffer position.
5264
5265 * international/mule.el (set-buffer-process-coding-system): Make
5266 interactive prompt less confusing.
5267
1433385f
GM
52682000-08-19 Gerd Moellmann <gerd@gnu.org>
5269
5270 * hilit-chg.el: General cleanup of doc strings, comments and
5271 code formatting.
5272
136b4eda
MB
52732000-08-19 Miles Bader <miles@gnu.org>
5274
5275 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
5276 Compiler macro removed; beginning-of-line is no longer always
5277 equivalent to forward-line, in the presence of fields.
5278
5279 * comint.el (comint-output-filter): Remove ad-hoc saving of
5280 restriction, and just use save-restriction, now that it works
5281 correctly. Don't adjust comint-last-input-start to account for
5282 our insertion; it shouldn't have moved because we don't use
5283 insert-before-markers anymore. Comment out call to
5284 `force-mode-line-update'; why is it here?
5285
5286 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
5287 while checking for prompt to delete. Use `forward-line 0'
5288 instead of beginning-of-line.
5289 (gud-filter): Temporarily widen gud comint buffer while
5290 examining output.
5291
cdd0f857
SM
52922000-08-18 Stefan Monnier <monnier@cs.yale.edu>
5293
ebf96bfa
SM
5294 * progmodes/sh-script.el: Big bag of typos.
5295
cdd0f857
SM
5296 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
5297 check since ispell-process is not bound when ispell is not yet loaded.
5298
9bb7a286
DL
52992000-08-18 Dave Love <fx@gnu.org>
5300
5301 * image.el (find-image): Copy `spec' before using plist-put.
5302
74ec6045
GM
53032000-08-18 Gerd Moellmann <gerd@gnu.org>
5304
5305 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
5306 `portugues'.
5307
5308 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
5309 backward-kill-sexp, analogous to kill-sexp.
5310
5311 * progmodes/icon.el (icon-indent-line)
5312 (icon-is-continuation-line): Handle comments specially.
5313
53142000-08-17 Ken Stevens <k.stevens@ieee.org>
5315
5316 * ispell.el: Set to standard author/maintainer/keyword fields.
5317 Fine tuning to menu map appearance and operation, and added help.
5318 Remove `start' and `end' error messages when compiling.
5319 (ispell-choices-win-default-height): Fixed comment string.
5320 (ispell-dictionary-alist-1): Fixed regexp in castellano and
5321 castellano8 dictionaries.
5322 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
5323 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
5324 dictionary, added italiano dictionary.
5325 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
5326 word character
5327 (ispell-tex-skip-alists): Added psfig support.
5328 (ispell-skip-html): Renamed from ispell-skip-sgml.
5329 (ispell-begin-skip-region-regexp, ispell-skip-region)
5330 (ispell-minor-check): Improved html skipping support to skip across
5331 code, and recognize `&' commands without propper `;' syntax;
5332 (ispell-process-line): Fix alignment error when manually
5333 correcting spelling.
5334 (ispell): Fix comment string.
5335 (ispell-add-per-file-word-list): Always put word list on new line.
5336
3787e12e
GM
53372000-08-17 Gerd Moellmann <gerd@gnu.org>
5338
a7b28523
GM
5339 * format.el (format-encode-run-method): Fix error message to say
5340 `encode' instead of `decode'. Use save-window-excursion around
5341 shell-command-on-region as in format-decode-run-method because
5342 shell-command-on-region can display a buffer with error output.
5343 (format-decode): Don't record undo information for the decoding.
5344 (format-annotate-function): Add parameter FORMAT-COUNT. Make
5345 that number part of the temporary buffer name so that more than
5346 one decoding using a temporary buffer can happen safely.
5347
5348 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
5349 of `A-z' in the regexp.
5350
5351 * hilit-chg.el: Fix typos in commentary.
5352
3787e12e
GM
5353 * help.el (view-emacs-news): Rewritten for new naming scheme
5354 for old NEWS files.
5355
5356 * startup.el (command-line): Pop to *Messages* in case an error
5357 is signaled while loading user-init-file.
5358
d2473540
AS
53592000-08-17 Andreas Schwab <schwab@suse.de>
5360
5361 * files.el (insert-directory): Don't lose original file name,
5362 undoing an undocumented change.
5363
c0bbaf57
GM
53642000-08-17 Alex Schroeder <alex@gnu.org>
5365
5366 * sql.el (sql-magic-go): Use comint-bol.
5367 (sql-copy-column): Use comint-line-beginning-position.
5368 (comint-line-beginning-position): Define a replacement for
5369 comint-line-beginning-position if it is not fboundp.
5370
53712000-08-17 Alex Schroeder <alex@gnu.org>
5372
5373 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
5374 it didn't have any effect anyway.
5375
53762000-08-17 Alex Schroeder <alex@gnu.org>
5377
5378 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
5379 --pset and pager=off instead of sending \\o|cat at the beginning
5380 of the session.
5381
9d245da5
MB
53822000-08-17 Miles Bader <miles@gnu.org>
5383
5384 * progmodes/octave-inf.el: Add compatibility definition of
5385 comint-line-beginning-position.
5386
abfdbd2e
KH
53872000-08-17 Kenichi Handa <handa@etl.go.jp>
5388
5389 * startup.el (normal-top-level): Look in each dir in load-path for
5390 a leim-list.el file too. This assures of loading leim-list.el
5391 that is created at Emacs installation time even if a user have his
5392 own leim-list.el.
5393
a0b8c939
MB
53942000-08-17 Miles Bader <miles@gnu.org>
5395
5396 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
5397 foreground color to black if the background is dark.
5398
7382bcae
SM
53992000-08-16 Stefan Monnier <monnier@cs.yale.edu>
5400
5401 * loadhist.el (unload-feature): Typo.
5402
9b4a7800 5403 * finder.el (finder-compile-keywords):
7382bcae
SM
5404 * cus-dep.el (custom-make-dependencies): Add local-variable settings
5405 to the generated file.
5406
5407 * mail/mh-e.el (mh-make-local-vars):
5408 Replace make-variable-buffer-local with make-local-variable.
5409
cdd0f857 5410 * play/landmark.el:
7382bcae 5411 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
5412 * mail/mailabbrev.el (mail-abbrevs-mode):
5413 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
5414 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
5415
5416 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
5417
5418 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
5419 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
5420 Allow going past the last element.
9b4a7800 5421 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
5422 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
5423 (cvs-mouse-toggle-mark): Don't move point.
5424 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
5425
5426 * progmodes/compile.el (grep): Provide a default set of files.
5427 (next-error): Docstring fix.
5428 (compilation-find-file): Avoid find-file (fails in a dedicated window).
5429
5430 * emacs-lisp/easy-mmode.el (define-minor-mode):
5431 Use `symbol-value' to keep the byte-compiler quiet.
5432
5433 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
5434 (diff-find-source-location): New fun, extracted from diff-goto-source.
5435 (diff-goto-source): Use it.
5436 (diff-next-complex-hunk, diff-filter-lines): New function.
5437 (diff-apply-hunk): New command.
5438
5439 * smerge-mode.el (smerge-mode-menu): Doc fix.
5440
5441 * msb.el (msb-mode): Define it in terms of define-minor-mode.
5442
4f00b8c1
DL
54432000-08-16 Dave Love <fx@gnu.org>
5444
2b5198bb
DL
5445 * windmove.el (windmove) <defgroup>: Add :version.
5446
5447 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
5448 (goto-address-fontify-p, goto-address-highlight-p)
5449 (goto-address-url-face, goto-address-url-mouse-face)
5450 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
5451 (goto-address-url-regexp): Use thing-at-point-url-regexp.
5452 (goto-address-fontify, goto-address-at-mouse): Simplify,
5453 (goto-address-at-point): browse-url-url-at-point,
5454 goto-address-find-address-at-point can return nil.
5455 (goto-address-find-address-at-point): Return nil on failure.
5456
5457 * align.el (align) <defgroup>: Add :version.
5458
5459 * calculator.el (calculator): Add :version.
5460 (calculator): Use two lines for calculator window if `modeline'
5461 face is boxed.
5462
4f00b8c1
DL
5463 * play/5x5.el: Doc fixes.
5464 (5x5) <defgroup>: Add :version.
5465
5466 * play/fortune.el (fortune) <defgroup>: Add :version.
5467 (fortune-append): Fix error message.
5468 (fortune-from-region): Doc fix.
5469
5470 * play/pong.el (pong): Doc fix.
5471
5472 * play/morse.el: Keywords, commentary, autoloads.
5473
69db7ee7
EZ
54742000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
5475
5476 * desktop.el (desktop-save): Don't look at symbol-value of a
5477 member of minor-mode-alist, unless it is boundp.
5478
10e1dad9
SS
54792000-08-16 Sam Steingold <sds@gnu.org>
5480
a0b8c939 5481 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
5482 `while'; use `with-current-buffer' instead of `save-excursion'.
5483 Removed unnecessary kludges now that "*Buffer List*" is excluded.
5484
9d7bcb2e
KH
54852000-08-16 Kenichi Handa <handa@etl.go.jp>
5486
5487 * international/ccl.el (declare-ccl-program): Docstring modified.
5488 (ccl-execute-with-args): Likewise.
5489
04231ab8
MB
54902000-08-16 Miles Bader <miles@gnu.org>
5491
9d245da5 5492 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
5493 comint-line-beginning-position.
5494
f68446ef
GM
54952000-08-15 Gerd Moellmann <gerd@gnu.org>
5496
dc28878c
GM
5497 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
5498 'buffer-menu' property.
5499 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
5500 fails.
5501 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
5502 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
5503 wasn't killed.
10e1dad9 5504
58ed0d3b
GM
5505 * buff-menu.el (list-buffers-noselect): Don't display the
5506 *Buffer List* buffer.
5507
32dc52f7
GM
5508 * font-lock.el: Require jit-lock to prevent a very late
5509 `Loading jit-lock' message.
5510
f68446ef 5511 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 5512 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
5513 mail address.
5514
90ac90a2
MB
55152000-08-15 Miles Bader <miles@gnu.org>
5516
5517 * textmodes/ispell.el (ispell-graphic-p): New constant.
5518 (ispell-choices-win-default-height, ispell-help): Use
5519 `ispell-graphic-p' instead of `xemacsp'.
5520
b0a0e263
DL
55212000-08-15 Dave Love <fx@gnu.org>
5522
c1e757e3
DL
5523 * simple.el: Autoload widget-convert when compiling.
5524 (mail-user-agent): Doc fix.
5525
5526 * help.el (function-called-at-point, variable-at-point): Use
5527 with-syntax-table.
5528 (help-manyarg-func-alist): Add insert-and-inherit.
5529
5530 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
5531
5532 * delsel.el (delsel-unload-hook): New function.
5533
5534 * find-file.el: Doc fixes. Move provide to end.
5535 (ff) <defgroup>: Add :link.
5536 (ff-goto-click): Deleted.
5537 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
5538 Use mouse-set-point.
5539
5540 * textmodes/tildify.el: Doc fixes.
5541 (tildify) <defgroup>: Add:version.
5542
5543 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
5544 (glasses-custom-set): Use set-default, not set.
5545 (minor-mode-alist): Propertize the lighter.
5546 (glasses-mode): Provide optional arg.
5547
5f847612
DL
5548 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
5549 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
5550 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
5551 option. Provide :type.
5552 (cwarn-configuration): Provide :type.
5553 (cwarn-mode): Doc fix.
5554
5555 * add-log.el (change-log-merge): Doc fix.
5556 (change-log-redate): New command.
5557
b0a0e263
DL
5558 * net/browse-url.el (browse-url-filename-alist): Add a clause for
5559 Doze and Dog.
5560 (browse-url): Use dolist, not mapcar.
5561 (browse-url-at-point): Check for null url.
5562 (browse-url-event-buffer, browse-url-event-point): Functions
5563 deleted.
5564 (browse-url-at-mouse, browse-url-netscape): Simplify.
5565
5566 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
5567 modes.
5568 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
5569 Fix previous change to mapcan.
5570 (msb--init-file-alist, msb--add-separators)
5571 (msb--make-keymap-menu): Simplify.
5572 (msb--choose-file-menu): Use copy-sequence.
5573 (msb-mode-map): Add title to keymap.
5574 (msb-unload-hook): New function.
5575
5576 * bs.el: Fix indentation.
5577 (bs) <defgroup>: Add :links.
2b5198bb
DL
5578 (bs-show): Doc fix.
5579 (bs-apply-sort-faces): Don't use window-system.
5580 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 5581
70f1b78e
EZ
55822000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
5583
5584 * calendar/timeclock.el (timeclock-file): Run .timelog through
5585 convert-standard-filename.
5586
956777b3
GM
55872000-08-14 Gerd Moellmann <gerd@gnu.org>
5588
3215096c
GM
5589 * emacs-lisp/authors.el: New file.
5590
956777b3
GM
5591 * paren.el (show-paren-priority): New user option.
5592 (show-paren-function): Set overlay priorities to
5593 show-paren-priority.
10e1dad9 5594
0cde1424
MB
55952000-08-14 Miles Bader <miles@gnu.org>
5596
5597 * comint.el (comint-bol): Use `forward-line 0' instead of calling
5598 beginning-of-line with inhibit-field-text-motion bound.
5599
90cbf47e
GM
56002000-08-14 Gerd Moellmann <gerd@gnu.org>
5601
5602 * calendar/timeclock.el: New file.
5603
56042000-08-14 David Ponce <david@dponce.com>
5605
5606 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
5607 `widget-button-click'. so that one can use left mouse button to
5608 click on dialog buttons.
5609
56102000-08-14 Emmanuel Briot <briot@gnat.com>
5611
5612 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 5613 identifiers, since XML is case sensitive
10e1dad9 5614
79e8dca7 56152000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 5616
660394d1
MB
5617 * comint.el (comint-output-filter): Don't bother frobbing
5618 window-start, it doesn't seem to be necessary.
79e8dca7
MB
5619
5620 * comint.el (comint-send-string, comint-send-region): Make into
5621 real functions. Snapshot the prompt before sending.
5622
218c2cc7
EZ
56232000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
5624
5625 * info.el (Info-find-emacs-command-nodes): Rewrite to use
5626 technique similar to Info-index, instead of relying on specific
5627 names of relevant Index nodes.
5628 (Info-goto-emacs-command-node): Bind Info-history to nil when
5629 going to the first node found by Info-find-emacs-command-nodes.
5630
51e066d2 56312000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
5632
5633 * menu-bar.el (menu-bar-help-menu): Add a :help string.
5634
867102f2
MB
56352000-08-10 Miles Bader <miles@gnu.org>
5636
5637 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
5638
af718538
EZ
56392000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
5640
5641 * info.el (Info-file-list-for-emacs): More elements for the
5642 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
5643 and woman manuals.
5644
c51bacd6
MB
56452000-08-10 Miles Bader <miles@lsi.nec.co.jp>
5646
5647 * comint.el (comint-send-input): Make the newline boundary overlay
5648 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
5649 (comint-output-filter): Use `insert' instead of
5650 `insert-before-markers'. Extend comint-last-output-overlay when
5651 necessary since we can't rely on insert-before-markers to do it.
5652 * gud.el (gud-filter): Use `with-current-buffer' instead of
5653 save-excursion when inserting the output, so that point gets
5654 updated correctly; the old method relied on a rather dodgy
5655 side-effect of comint-output-filter to avoid the effect of
5656 save-excursion.
5657
98532b12
EZ
56582000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
5659
5660 * files.el (recover-file): Call insert-directory instead of
5661 invoking `ls' directly.
5662
3db4b719
MB
56632000-08-10 Miles Bader <miles@gnu.org>
5664
5665 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
5666 (comint-last-prompt-overlay): New variables.
5667 (comint-output-filter): Implement prompt highlighting.
5668 (comint-snapshot-last-prompt): New function.
5669 (comint-send-input): Snapshot the last prompt.
5670 Use comint-highlight-input-face.
5671 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
5672 Use defface instead of defcustom.
5673 (send-invisible, comint-send-eof): Snapshot the last prompt.
5674 (comint-delchar-or-maybe-eof): Use comint-send-eof.
5675 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
5676
96190aa1
SM
56772000-08-09 Stefan Monnier <monnier@cs.yale.edu>
5678
5cda4b07
SM
5679 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
5680 (regexp-opt-group): Use a list of chars for `letters'.
5681 (regexp-opt-charset): `chars' is now a list of chars.
5682 Use a char-table rather than a vector so it works for multibyte chars.
5683
96190aa1
SM
5684 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
5685 Set cvs-minor-current-files to the selected fileinfo.
5686 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
5687 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
5688
7d093d56
EZ
56892000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
5690
5691 * files.el (insert-directory): Don't call access-file on
5692 directories on DOS and Windows.
5693
b24c5811
KH
56942000-08-09 Kenichi Handa <handa@etl.go.jp>
5695
5696 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
5697 longer if necessary.
5698 (ccl-embed-code): Call ccl-embed-data to store CODE in
5699 ccl-program-vector.
5700
0a6fd67e
MB
57012000-08-09 Miles Bader <miles@gnu.org>
5702
5703 * comint.el (comint-output-filter): Properly handle the case where
5704 the text surrounded by comint-last-output-overlay was deleted.
5705
9f6d1a6c
GM
57062000-08-08 Gerd Moellmann <gerd@gnu.org>
5707
25ad1371
GM
5708 * info.el (Info-insert-dir): Use Info-additional-directory-list if
5709 non-nil.
5710 (Info-file-list-for-emacs): Remove "info" from the list because
5711 that leads to trying to use the documentation from file `info'
5712 in various situations where it isn't appropriate, for instance
5713 C-h C-k C-h i.
5714
5715 * ffap.el (ffap-read-file-or-url-internal): Handle case that
5716 DIR and/or STRING are nil.
5717
5718 * progmodes/compile.el (compilation-setup): Make variable
5719 compilation-error-screen-columns buffer-local, as some comment
5720 in the code suggests it should be.
5721
5722 * files.el (auto-mode-interpreter-regexp): New variable.
5723 (set-auto-mode): Use it.
5724
5725 * indent.el (indent-for-tab-command): Doc fix.
5726
5727 * mouse-sel.el (mouse-sel-mode): Doc fix.
5728
9f6d1a6c
GM
5729 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
5730 labels.
5731
5732 * help.el (print-help-return-message): When
5733 display-buffer-reuse-frames is set, let the help window been quit,
5734 instead of deleting it, which might delete a reused frame.
5735
3d819a75
EZ
57362000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
5737
5738 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
5739 rename a directory to a name that differs only by its letter case.
5740
c5a52529
KH
57412000-08-08 Kenichi Handa <handa@etl.go.jp>
5742
5743 * international/quail.el (quail-define-rules): Handle Quail decode
5744 map correctly. Add code for supporting annotations.
5745 (quail-install-decode-map): New function.
5746 (quail-defrule-internal): New optional arguments decode-map and
5747 props.
5748 (quail-advice): New function.
5749
5e9e032a
SS
57502000-08-07 Sam Steingold <sds@gnu.org>
5751
5752 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
5753 `defconst', `define-condition', `with-slots'.
5754 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
5755
46645f4b
MB
57562000-08-03 Miles Bader <miles@gnu.org>
5757
5758 * comint.el (comint-use-prompt-regexp-instead-of-fields):
5759 New variable.
5760 (comint-prompt-regexp, comint-get-old-input): Document dependence on
5761 comint-use-prompt-regexp-instead-of-fields.
5762 (comint-send-input): Add `input' field property to stuff we send to
5763 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
5764 (comint-output-filter): Add `output' field property to process
5765 output, if comint-use-prompt-regexp-instead-of-fields is nil.
5766 (comint-replace-by-expanded-history)
5767 (comint-get-old-input-default, comint-show-output)
5768 (comint-backward-matching-input, comint-forward-matching-input)
5769 (comint-next-prompt, comint-previous-prompt): Use field
5770 properties if comint-use-prompt-regexp-instead-of-fields is nil.
5771 (comint-line-beginning-position): New function.
5772 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
5773 (comint-replace-by-expanded-history-before-point): Use
5774 comint-line-beginning-position and line-end-position.
5775 (comint-last-output-overlay): New variable.
5776 (comint-mode): Make `comint-last-output-overlay' buffer-local.
5777
5778 * shell.el (shell-prompt-pattern): Doc change.
5779 (shell-backward-command): Use line-beginning-position.
5780
5781 * gud.el (gud-gdb-complete-command): Use
5782 comint-line-beginning-position.
5783
5784 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
5785 comint-bol doesn't actually go to the beginning of the line.
5786
5787 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
5788 if comint-use-prompt-regexp-instead-of-fields is non-nil.
5789 (try-expand-line-all-buffers): Likewise.
5790
5791 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
5792 explicitly matching comint-prompt-regexp.
5793 (sql-copy-column): Use comint-line-beginning-position instead of
5794 explicitly matching comint-prompt-regexp.
5795
5796 * progmodes/octave-inf.el (inferior-octave-complete): Use
5797 comint-line-beginning-position.
5798
5799 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
5800
5801 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
5802 looking for a prompt, use `forward-line 0' instead of
5803 `beginning-of-line', to avoid getting caught by an input field.
5804
ff3d9573
GM
58052000-08-07 Gerd Moellmann <gerd@gnu.org>
5806
5807 * files.el (shell-quote-wildcard-pattern): Make sure to return
5808 PATTERN, in the Unix case.
5809
e0d8827b
EZ
58102000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
5811
5812 * play/zone.el (zone): Discard any pending input before running
5813 the randomly-chosen pgm.
5814
24d55b8f
KH
58152000-08-07 Kenichi Handa <handa@etl.go.jp>
5816
5817 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
5818 checking the existence of any multibyte characters.
5819
3d05e1ee
GM
58202000-08-06 Gerd Moellmann <gerd@gnu.org>
5821
6c4a4368
GM
5822 * help.el (describe-mode): Test minor-mode symbol for being
5823 bound before testing its value for being nil.
5824
3d05e1ee
GM
5825 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
5826 `first', `second', and `third'.
5827
5828 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
5829 (second): Make it an alias for `cadr'.
5830
6968a481
EZ
58312000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
5832
5833 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
5834 types of display support faces now.
5835
e49aa397
GM
58362000-08-05 Gerd Moellmann <gerd@gnu.org>
5837
5838 * pcvs.el (require): Require `cl' during compilation, only.
5839
5840 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
5841 (toplevel): Remove `remq' and `remove' from autoloads.
5842 (cl-fake-autoloads): New variable. If set, arrange for an error
5843 when CL functions etc. are autoloaded.
5844
588aca27
EZ
58452000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
5846
2e78d4ab
EZ
5847 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
5848
85628348
EZ
5849 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
5850 popped up, but the user clicks outside the menu, return an empty
5851 regexp (that causes unhighlight-regexp to have no effect).
5852
74f0e552
EZ
5853 * menu-bar.el (menu-bar-games-menu): Add Zone.
5854
588aca27
EZ
5855 * hi-lock.el (toplevel): Require font-lock.
5856
f4988be7
GM
58572000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5858
ba087cd7 5859 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
5860 (ebnf-8-bit-chars): New var for bug fix.
5861 (ebnf-string): Bug fix.
5862
027b73ac
SS
58632000-08-03 Sam Steingold <sds@gnu.org>
5864
5865 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
5866 instead of `buffer-string'.
5867 (require 'cl): Always, not just when compiling.
5868 `ignore-errors' in `interactive', `list*', `defun*' &c make this
5869 necessary.
5870
2f1fa038
EZ
58712000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
5872
5873 * international/mule-cmds.el (select-safe-coding-system): Make
5874 the message text about selecting a safe coding system more clear.
5875
ead53494
GM
58762000-08-02 Gerd Moellmann <gerd@gnu.org>
5877
abb2db1c
GM
5878 * hi-lock.el: New file.
5879
5880 * play/zone.el: New file.
5881
ead53494
GM
5882 * replace.el (occur): Set tab-width in the *Occur* buffer to the
5883 value of tab-width in the original buffer. Choose a line number
5884 format that's a multiple of the original buffer's tab width, so
5885 that lines appear right.
5886
5887 * textmodes/ispell.el (ispell): New function, replacing an alias.
5888 Spell-check active region if in transient-mark-mode and mark
5889 is active; otherwise spell-check buffer.
5890
58912000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5892
5893 * ps-mule.el: Fix a customization problem on
5894 ps-mule-font-info-database-default.
5895
f4a2b0a4
EZ
58962000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
5897
5898 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
5899 display-mouse-p instead of window-system.
5900 (ebrowse-member-mode-map): Ditto.
5901
b685181e
GM
59022000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5903
ba087cd7
EZ
5904 * progmodes/ebnf2ps.el: Update ps-print functions call.
5905 Indentation fix. Doc fix.
b685181e
GM
5906 (ebnf-version): New version number (3.2).
5907 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 5908
3b5fab87
EZ
59092000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
5910
032ebb29
EZ
5911 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
5912 font lock support on window-system.
5913 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
5914
3b5fab87
EZ
5915 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
5916 display-color-p, if fboundp, instead of window-system.
5917
7e2605e7
EZ
59182000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
5919
5920 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
5921 instead of window-system.
5922
5923 * wid-edit.el (widget-choose): Use display-mouse-p instead of
5924 window-system.
5925 (widget-choice-mouse-down-action): Use display-popup-menus-p
5926 instead of window-system.
5927
5928 * strokes.el (strokes-file): Run the file name through
5929 convert-standard-filename.
5930 (strokes-mode): Call display-mouse-p instead of looking at
5931 window-system. Change the error message accordingly.
5932
5933 * progmodes/cpp.el (toplevel): Support faces on tty's.
5934
5935 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
5936 (lm-plot-square, lm-init-display): Don't use window-system.
5937
5938 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
5939 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
5940
5941 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
5942 instead of looking at window-system.
5943
26119624
GM
59442000-07-30 Gerd Moellmann <gerd@gnu.org>
5945
5946 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
5947 of testing if iswitchb-prepost-hooks is bound, because the
5948 latter will always be true when invoking a recursive minibuffer
5949 from an active Iswitchb buffer.
5950
c90596f3
EZ
59512000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
5952
5953 * files.el (shell-quote-wildcard-pattern): New function.
5954 (insert-directory): Call it. Only prepend "\" to command on Unix
5955 and GNU/Linux systems.
5956
18925e78
GM
59572000-07-30 Gerd Moellmann <gerd@gnu.org>
5958
5959 * eshell/esh-groups.el: Change custom :link file names
5960 from `eshell.info' to `eshell'.
5961
59622000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
5963
5964 * dired.el (dired-build-subdir-alist): Expand subdirectory names
5965 correctly in recursive ange-ftp listings.
5966
59672000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5968
5969 * ps-print.el: Fix bug 1: if ps-font-size-internal,
5970 ps-header-font-size-internal and
5971 ps-header-title-font-size-internal variables are not set,
5972 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
5973 face text property is (foreground-color . COLOR) or
5974 `(background-color . COLOR)', ps-print crashes. Doc fix.
5975 (ps-print-version): New version number (5.2.4).
5976 (ps-plot-region): Code fix.
5977 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
5978 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
5979 Bug fix 2.
5980
59812000-07-30 Milan Zamazal <pdm@freesoft.cz>
5982
5983 * glasses.el (glasses-make-readable): Fix uncapitalization of
5984 identifiers like `myXMLDocument'.
5985
aeb4c63e
KF
59862000-07-28 Karl Fogel <kfogel@red-bean.com>
5987
18925e78
GM
5988 * mail/mail-hist.el (mail-hist-previous-input)
5989 (mail-hist-next-input): Do the obvious code factorization.
5990 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
5991 code of above two.
5992 If inserting a message body, leave point at top.
5993
9d453139
SS
59942000-07-28 Sam Steingold <sds@gnu.org>
5995
5996 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
5997 Use `<=', not `<' to compare times!
5998 (ange-ftp-ls): Remove.
9d453139 5999
b548072f
GM
60002000-07-27 Gerd Moellmann <gerd@gnu.org>
6001
27848c01
GM
6002 * play/cookie1.el: Add explanation of how to make cookie.el
6003 compatible with strfile(1) to comment.
6004
6005 * subr.el (remove, remq): New functions.
6006
3ab82477
GM
6007 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
6008 escape `*' in regexps.
6009 (midnight-find): Reverse order of arguments in the funcall of
6010 TEST.
6011
6012 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
6013 and `.class'.
6014
b548072f
GM
6015 * play/meese.el: Add Commentary section.
6016
27848c01
GM
60172000-07-27 Alex Schroeder <alex@gnu.org>
6018
6019 * sql.el (sql-ms): Added autoload cookie.
6020 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
6021 (sql-oracle): Ditto.
6022 (sql-help): Doc change.
6023
6024 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
6025 types and exceptions.
6026
60272000-07-27 Alex Schroeder <alex@gnu.org>
6028
6029 * sql.el (sql-placeholder-history): New variable.
6030 (sql-query-placeholders-and-send): New function that will query
6031 the user and replace placeholders with user input.
6032 (sql-oracle): If running on NT, set comint-input-sender to
6033 sql-query-placeholders-and-send.
6034
6035 (sql-stop): If in the SQLi buffer, insert stop notification, else
6036 present it as a message.
6037
60382000-07-27 Alex Schroeder <alex@gnu.org>
6039
6040 * sql.el (sql-input-ring-separator): Doc change.
6041 (sql-input-ring-file-name): Doc change.
6042 (sql-interactive-mode): Use `sql-input-ring-separator' and
6043 `sql-input-ring-file-name' to set the comint-mode equivalents
6044 without making them local variables.
6045 (sql-stop): Don't bind `sql-input-ring-separator' and
6046 `sql-input-ring-file-name' dynamically to their comint-mode
6047 equivalents.
6048
91ae8751
KH
60492000-07-27 Kenichi Handa <handa@etl.go.jp>
6050
6051 * international/mule.el (register-char-codings): New function.
6052 (make-coding-system): Handle `safe-chars' specification in the arg
6053 PROPERTY.
6054
6055 * international/mule-cmds.el
6056 (find-coding-systems-region-subset-p): This function deleted.
6057 (sort-coding-systems-predicate): New variable.
6058 (sort-coding-systems): New function.
6059 (find-coding-systems-region): Use
6060 find-coding-systems-region-internal.
6061 (find-coding-systems-string): Use find-coding-systems-region.
6062 (find-coding-systems-for-charsets): Check
6063 char-coding-system-table.
6064 (select-safe-coding-system-accept-default-p): New variable.
6065 (select-safe-coding-system): Mostly rewritten. New argument
6066 ACCEPT-DEFAULT-P.
6067 (select-message-coding-system): Call select-safe-coding-system
6068 with ACCEPT-DEFAULT-P arg.
6069 (reset-language-environment): Reset default-sendmail-coding-system
6070 to the default value iso-latin-1.
6071 (set-language-environment): Don't set the obsolete variable
6072 charset-origin-alist.
6073
6074 * international/codepage.el (cp-coding-system-for-codepage-1):
6075 Give `safe-chars' property to make-coding-system.
6076
6077 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
6078 calling select-message-coding-system twice.
6079
6080 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
6081 instead of `safe-charsets'.
6082 (cyrillic-alternativnyj): Likewise.
6083 (ccl-encode-alternativnyj): Don't check the charset
6084 cyrillic-iso8859-5.
6085
90cf4474
KH
60862000-07-27 Kenichi Handa <handa@etl.go.jp>
6087
6088 * composite.el (compose-chars-after): Preserve match data.
6089
a1f84f6d
SS
60902000-07-26 Sam Steingold <sds@gnu.org>
6091
6092 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
6093 (ange-ftp-real-file-newer-than-file-p): New function.
6094 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
6095 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
6096
6097 * tooltip.el (tooltip-float-time): Removed (use `float-time').
6098 * midnight.el (midnight-float-time): Ditto.
6099
e092928e
AS
61002000-07-26 Andreas Schwab <schwab@suse.de>
6101
6102 * files.el (normal-backup-enable-predicate): Correct
6103 interpretation of the return value of compare-strings.
6104
7465ebef
GM
61052000-07-26 Gerd Moellmann <gerd@gnu.org>
6106
3353ef5a
GM
6107 * isearch.el (isearch-resume): New function.
6108 (isearch-done): Add something to command-history to resume
6109 the search.
6110 (isearch-yank-line, isearch-yank-word): Use
6111 buffer-substring-no-properties instead of buffer-substring.
6112
7465ebef
GM
6113 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
6114 of flyspell-mouse-map.
6115
6116 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
6117 duplicate definition.
6118 (makefile-mode): Remove duplicate setting of local-abbrev-table.
6119
6120 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
6121 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
6122
5044b74a
SS
61232000-07-25 Sam Steingold <sds@gnu.org>
6124
25759a92
SS
6125 * net/ange-ftp.el: Get modtime over the net.
6126 (ange-ftp-file-modtime): New function.
a95cb10a
GM
6127 (ange-ftp-write-region, ange-ftp-insert-file-contents)
6128 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
6129 Use it.
6130 (ange-ftp-dot-to-slash): New function.
6131 (ange-ftp-fix-name-for-vms): Use it.
6132
5044b74a
SS
6133 * midnight.el (midnight-buffer-display-time): Use
6134 `with-current-buffer'.
6135
5dcfb3f4
GM
61362000-07-25 Gerd Moellmann <gerd@gnu.org>
6137
6138 * find-dired.el: Update copyright notice.
6139 (find-dired): Offer to kill a running `find'.
6140
6141 * enriched.el (enriched-face-ans): For a `foreground-color'
6142 property, return '(("x-color" COLOR))' so that COLOR will be
6143 output as a parameter of the x-color annotation. Likewise for the
6144 `background-color' property. In the case of normal face
6145 properties, don't return annotations for unspecified foreground
6146 and background face attributes.
6147
8c662166
KH
61482000-07-25 Kenichi Handa <handa@etl.go.jp>
6149
6150 * language/japan-util.el (japanese-katakana-region): Fix handling
6151 HANKAKU argument.
6152
c28da489
MB
61532000-07-25 Miles Bader <miles@gnu.org>
6154
6155 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
6156 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
6157 constrain-to-field.
6158
ad349719
AI
61592000-07-24 Andrew Innes <andrewi@gnu.org>
6160
6161 * timer.el (timer-activate-when-idle): Add optional parameter
6162 DONT-WAIT. Update docstring.
6163 (run-with-idle-timer): Specify extra parameter to
6164 timer-activate-when-idle, so that timer will be activated
6165 immediately if Emacs is already idle.
6166
6167 * w32-fns.el (w32-using-nt): Fix docstring.
6168
c95162f5
DL
61692000-07-24 Dave Love <fx@gnu.org>
6170
6171 * mouse.el (popup-menu): Set last-command-event.
6172 (mouse-major-mode-menu-prefix): Declare.
6173
e3c31fd5
GM
61742000-07-24 Gerd Moellmann <gerd@gnu.org>
6175
6176 * textmodes/flyspell.el: Update to author's version 1.5d.
6177
6178 * progmodes/hideshow.el: Update copyright notice.
6179
6180 * vcursor.el: Set maintainer to FSF, since author cannot
6181 be reached.
6182
7636d2a3
EZ
61832000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6184
fbe0a958
EZ
6185 * info.el (Info-goto-emacs-key-command-node): Leave a space after
6186 the prompt.
6187
7636d2a3
EZ
6188 * mouse.el (popup-menu): Run the keymap through indirect-function,
6189 in case it was defined with define-prefix-key. If the menu is a
6190 list of keymaps, look up the binding of user's choice in each one
6191 of the keymaps.
6192 (mouse-popup-menubar): If the global and local menu-bar keymaps
6193 don't have a prompt string, create one and insert it into the
6194 keymap. Don't barf if current-local-map returns nil.
6195
e024b101
GM
61962000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
6197
6198 * dired.el (dired-sort-R-check): Added to allow recursive listing
6199 to be undone.
6200 (dired-sort-other): Use it.
6201
7972fcfc
GM
62022000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6203
e024b101 6204 * Release of cc-mode 5.27
7972fcfc
GM
6205
62062000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6207
6208 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
6209 c-beginning-of-statement-1 that caused a bad case of recursion
6210 which could consume a lot of CPU in large classes in languages
6211 that have in-expression classes (i.e. Java and Pike).
6212
6213 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
6214 statements before top level constructs (i.e. case 6 is moved
6215 before case 5 and is now case 4) to catch in-expression
6216 classes in top level expressions correctly.
6217
62182000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6219
6220 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
6221 objc-method-intro. Case 4 removed and case 5I added.
6222
6223 * cc-langs.el (c-append-paragraph-start): New variable used by
6224 c-common-init to get paragraph-start correct.
6225 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
6226 initialize paragraph-start to make it correct both with and
6227 without the javadoc special case.
6228
6229 * cc-mode.el (java-mode): Use c-append-paragraph-start to
6230 initialize paragraph-start for javadoc markup.
6231
6232 * cc-vars.el (c-style-variables-are-local-p): Incompatible
6233 change by defaulting this to t. It's motivated by the
6234 confusing behavior that otherwise arise from the style system
6235 when editing both java and non-java files at the same time
6236 (see the comments about style setting in c-common-init).
6237
62382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6239
6240 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
6241 similar to the one in c-fill-paragraph to check the fill
6242 prefix from the adaptive fill function for sanity.
6243
62442000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6245
6246 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
6247 defun block.
6248
62492000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6250
5044b74a 6251 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
6252
62532000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6254
6255 * cc-align.el (c-lineup-multi-inher): Handle lines with
6256 leading comma nicely. Extended to handle member initializers
6257 too.
6258
e024b101 6259 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
6260 c-guess-basic-syntax): Fixed recognition of inheritance lists
6261 when the lines begins with a comma.
6262
5044b74a 6263 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
6264
6265 * cc-vars.el (c-offsets-alist): Changed default for
6266 member-init-cont to c-lineup-multi-inher since it now handles
6267 member initializers and indents better for leading commas.
6268
62692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6270
6271 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
6272 handling that caused class open lines to be recognized as
6273 statement-conts in some cases.
6274
6275 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
6276 guessed by the adaptive fill function unless point is on the
6277 first line of a block comment.
6278
6279 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
6280 when the buffer ends with a macro continuation char.
6281
6282 * cc-engine.el (c-guess-basic-syntax): Added support for
6283 function definitions as statements in Pike. The first
6284 statement in a lambda block is now labeled defun-block-intro
6285 instead of statement-block-intro.
6286
6287 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
6288 so that the class surrounding point is selected, not the one
6289 innermost in the state.
6290
6291 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
6292 recognition of switch labels having hanging multiline
6293 statements.
6294
6295 * cc-engine.el (c-beginning-of-member-init-list): Broke out
6296 some code in c-guess-basic-syntax to a separate function.
6297 * cc-engine.el (c-just-after-func-arglist-p): Fixed
6298 recognition of member inits with multiple line arglists.
6299 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
6300 member-init-cont when the commas are in funny places.
6301
63022000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6303
6304 * cc-defs.el (c-auto-newline): Removed this macro since it's
6305 not used anymore.
6306
6307 * cc-engine.el (c-looking-at-bos): New helper function.
6308 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
6309 inexpr and toplevel classes apart in Pike.
6310
6311 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
6312 of case 9A.
6313
6314 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
6315 constant, since "class" can introduce an in-expression class
6316 in Pike nowadays.
6317
63182000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6319
6320 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
6321 indentation on cpp-macro lines.
6322
6323 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
6324 a syntax modifier like comment-intro, to make it possible to
6325 get syntactic indentation for preprocessor directives. It's
6326 incompatible wrt to lineup functions on cpp-macro, but it has
6327 no observable effect in the 99.9% common case where cpp-macro
6328 is set to -1000.
6329
63302000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6331
6332 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
6333 member-init-cont when the preceding arglist is several lines.
6334
63352000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6336
6337 * cc-styles.el (c-style-alist): The basic offset for the BSD
6338 style corrected to 8.
6339
63402000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6341
6342 * cc-styles.el (c-style-alist): Adjusted the indentation of
6343 brace list openers in the gnu style.
6344
63452000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6346
6347 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
6348
6349 * cc-cmds.el (c-electric-brace, c-electric-slash,
6350 c-electric-star, c-electric-semi&comma, c-electric-colon,
6351 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
6352 when c-syntactic-indentation is nil.
6353
6354 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
6355 we were left at comments preceding the first statement when
6356 reaching the beginning of the buffer.
6357
6358 * cc-vars.el (c-syntactic-indentation): New variable to turn
6359 off all syntactic indentation.
6360
63612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6362
6363 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
6364 between the text and the block comment ender when it hangs,
6365 depending on how many there are before the fill.
6366
63672000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6368
6369 * cc-engine.el (c-beginning-of-closest-statement): New helper
6370 function to go back to the closest preceding statement start,
6371 which could be inside a conditional statement.
6372 * cc-engine.el (c-guess-basic-syntax): Use
6373 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
6374
6375 * cc-engine.el (c-guess-basic-syntax): Better handling of
6376 arglist-intro, arglist-cont-nonempty and arglist-close when
6377 the arglist is nested inside parens. Cases 7A, 7C and 7F
6378 changed.
6379
6380 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
6381 up-to-date with javadoc 1.2.
6382
63832000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6384
6385 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
6386 multiline Pike type decls.
6387
63882000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6389
6390 * cc-cmds.el (c-indent-new-comment-line): Always break
6391 multiline comments in multiline mode, regardless of
6392 comment-multi-line.
6393
63942000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6395
6396 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
6397 fully::qualified::names in C++ member init lists. Preamble in
6398 case 5D changed.
6399
64002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6401
6402 * cc-langs.el (c-common-init): Handling of obsolete variables
6403 moved to c-initialize-cc-mode. More compatible style override
6404 when using global style variables.
6405 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
6406 variables moved here.
6407
e024b101 6408 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
6409 c-special-indent-hook as a style variable. Don't talk about
6410 doing (c-make-styles-buffer-local t) in a mode hook, since
6411 that's already too late to work right.
5044b74a 6412
7972fcfc
GM
6413 * cc-styles.el (c-make-styles-buffer-local): Flag style
6414 variable localness in c-style-variables-are-local-p to make
6415 the compatibility measure in c-common-init work well.
6416
6417 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
6418 longer contain set-from-style.
6419 * cc-styles.el (c-initialize-builtin-style): Don't check for
6420 set-from-style on c-special-indent-hook.
6421 * cc-styles.el (c-copy-tree): Obsolete. The standard function
6422 copy-alist is sufficient now.
6423
6424 * cc-styles.el (c-set-style, c-set-style-1,
6425 c-get-style-variables): Fixes to variable initialization so
6426 that duplicate entries in styles have the same effect
6427 regardless of DONT-OVERRIDE.
6428
6429 * cc-styles.el (c-set-style-2): Fixed bug where the
6430 initialization of inheriting styles failed when the
6431 dont-override flag is set.
6432
6433 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
6434 on this.
6435
64362000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6437
6438 * cc-defs.el (c-forward-comment): Removed the workaround
6439 introduced in 5.38 since it had worse side-effects. If a line
6440 contains the string "//\"", it regarded the // as a comment
6441 start since the \ temporarily doesn't have escape syntax.
6442
64432000-07-17 Emmanuel Briot <briot@act-europe.fr>
6444
6445 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
6446 ada-xref.el before ada-prj.el, so that the Project menu is created
6447 when ada-prj tries to add to it.
6448 (ada-activate-keys-for-case): Suppress the characters that are not
6449 part of the Ada syntax. Better compatibility with else-mode
6450 (ada-adjust-case-interactive): When auto-casing is not active,
6451 correctly insert newlines (used to insert only ^M). Prevent the
6452 syntax table from being changed in case of an error
814299a7 6453 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
6454 Do nothing if ada-auto-case is nil.
6455 (ada-after-keyword-p): Ignore keywords that are also attributes
6456 (ada-batch-reformat): Update usage comment
6457 (ada-call-from-contextual-menu): New function
6458 (ada-case-read-exceptions): Reinitialize the casing exception list
6459 first to nil first, so that the casing exception file can be
6460 shared.
6461 (ada-check-defun-name): Handles "configure" keyword for gnatdist
6462 files.
6463 (ada-compile-goto-error): Fix regexp used to detect a file:line
6464 anywhere in the error message
6465 (ada-contextual-menu-last-point): New variable
6466 (ada-create-keymap): If the variable delete-key-deletes-forward is
6467 t on XEmacs, it means that DEL should delete one character
6468 forward.
6469 (ada-create-menu): Use :included instead of :visible for XEmacs.
6470 New submenu "Options".
6471 (ada-end-stmt-re): Correctly indent "select ... then abort"
6472 statements.
6473 (ada-fill-comment-paragraph): Correctly delete all leading '--'
6474 even if they don't match ada-fill-comment-prefix Fix handling of
6475 paragraphs on the first or last line of a file.
6476 (ada-format-paramlist): Fix handling of default parameter values.
6477 (ada-get-body-name): New function.
6478 (ada-get-current-indent): Optimized by searchling directly for an
6479 existing generic part or a statement outside of it. Handle
6480 ada-indent-align-comments when indenting comments Replaced some
6481 regexps by testing directly the next character. This results in a
6482 huge speedup on some files. New indentation scheme for renames
6483 statements. Stop looking for the 'while' or 'for' associated with
6484 a 'loop' at the first semicolon encountered. A "return" can also
6485 match an anonymous access subprogram declaration.
6486 (ada-get-indent-noindent): Ignore strings and comments when
6487 looking for the keywords "record" and "private".
6488 (ada-goto-matching-decl-start): When matching "if", make sure we
6489 are not in fact seeing "end if". Ignore "when" statements except
6490 when initial keyword was "begin". Fix handling of nested
6491 procedures. Add a recursive call to this function to skip over
6492 other 'end' statmts. Fix indentation for "when .. => begin"
6493 (ada-in-open-paren-p): Fix indentation for complex boolean
6494 expressions, where 'and then', 'or else' and parenthesis
6495 statements are mixed up.
6496 (ada-in-paramlist-p): Skip comments while searching for the
6497 beginning Fix handling of operator declarations.
6498 (ada-indent-align-comments): New variable
6499 (ada-indent-current): Change the syntax table only in the
6500 protected section, so that we are sure it is restored correctly.
6501 (ada-indent-on-previous-lines): Use ada-use-indent and
6502 ada-with-indent Correctly indent "select ... then"
6503 (ada-indent-region): Slight speedup.
6504 (ada-indent-renames): New variable.
6505 (ada-last-which-function-subprog, ada-last-which-function-line):
6506 New variables
6507 (ada-looking-at-semi-private): Correctly indent the 'private'
6508 keyword when it is the first word in a package declaration.
6509 (ada-loose-case-word): Stop searching if at the end of the buffer.
6510 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
6511 even if point is not initially at the end of the word.
6512 (ada-matching-decl-start-re): Add "when".
6513 (ada-mode): Add support for abbrev-mode, outline-mode and
6514 which-func-mode Override the old find-file.el entry in
6515 ff-special-constructs since it is using the obsolete
6516 ada-spec-suffix variable
6517 (ada-no-auto-case): New function
6518 (ada-scan-paramlist): When parsing the argument type, accept
6519 spaces (as in "X 'Class", generated by Rational Rose).
6520 (ada-other-file-name): No longer loads the other file.
6521 (ada-popup-menu): Save and restore the current buffer and cursor
6522 position before and after displaying the menu.
6523 (ada-search-ignore-complex-boolean): New function.
6524 (ada-uncomment-region): Emacs21 already knows how to delete
6525 comments not starting in the first column.
6526 (ada-use-indent): New variable
6527 (ada-which-function): New function.
6528 (ada-with-indent): New variable
6529 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
6530 can be batch-compiled from the command line.
6531
6532 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
6533 Add to the menu when the file is loaded, not in ada-mode-hook.
6534 Add -toolbar to the default ddd command Switches moved from
6535 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
6536 ada-prj-default-comp-opt
6537 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
6538 Reference Manual to the menu
6539 (ada-check-current): rewritten as a call to ada-compile-current
6540 (ada-compile): Removed.
6541 (ada-compile-application, ada-compile-current, ada-check-current):
6542 Set the compilation-search-path so that compile.el automatically
6543 finds the sources in src_dir. Automatic scrollong of the
6544 compilation buffer. C-uC-cC-c asks for confirmation before
6545 compiling
6546 (ada-compile-current): New parameter, prj-field
6547 (ada-complete-identifier): Load the .ali file before doing
6548 processing
6549 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
6550 conform to gnatmake's behavior.
6551 (ada-find-file-in-dir): New function
6552 (ada-find-references): Set the environment variables for gnatfind
6553 (ada-find-src-file-in-dir): New function.
6554 (ada-first-non-nil): Removed
6555 (ada-gdb-application): Add support for jdb, the java debugger.
6556 (ada-get-ada-file-name): Load the original-file first if not done
6557 yet.
6558 (ada-get-all-references): Handles the new ali syntax (parent types
6559 are found between <>).
6560 (ada-initialize-runtime-library): New function
6561 (ada-mode-hook): Always load a project file when a file is opened,
6562 so that the casing exceptions are correctly read.
6563 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
6564 (ada-parse-prj-file): Use find-file-noselect instead of find-file
6565 to open the project file, since the latter does not work with
6566 speedbar Get default values before loading the prj file, or the
6567 default executable file name is wrong. Use the absolute value of
6568 src_dir to initialize ada-search-directories and
6569 compilation-search-path,... Add the standard runtime library to
6570 the search path for find-file.
6571 (ada-prj-default-debugger): Was missing an opening '{'
6572 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
6573 variables.
6574 (ada-prj-default-gnatmake-opt): New variable
6575 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
6576 buffers, the project file is the default one Save the windows
6577 configuration before displaying the menu.
6578 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
6579 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
6580 ...) regexp-quote identifiers names to support operators +,
6581 -,... in regexps.
6582 (ada-remote): New function.
6583 (ada-run-application): Erase the output buffer before starting the
6584 run Support remote execution of the application. Use
6585 call-process, or the arguments are incorrectly parsed
6586 (ada-set-default-project-file): Reread the content of the active
6587 project file, not the one from the current buffer When a project
6588 file is set as the default project, all directories are
6589 automatically associated with it.
6590 (ada-set-environment): New function
6591 (ada-treat-cmd-string): New special variable ${current}
6592 (ada-treat-cmd-string): Revised. The substitution is now done for
6593 any ${...} substring
6594 (ada-xref-current): If no body was found, compiles the spec
6595 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
6596 compiler to get rid of command line length limitations.
6597 (ada-xref-get-project-field): New function
6598 (ada-xref-project-files): New variable
6599 (ada-xref-runtime-library-specs-path)
6600 (ada-xref-runtime-library-ali-path): New variables
6601 (ada-xref-set-default-prj-values): Default run command now does a
6602 cd to the build directory. New field: main_unit Provide a default
6603 file name even if the current buffer has no prj file.
6604
6605 * ada-prj.el:
6606 Rewritten to show a tabbed-dialog.
6607 (ada-prj-add-ada-menu): Remove the map and name parameters.
6608 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
6609 New function
6610 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
6611 (ada-prj-load-from-file): New function
6612 (ada-prj-save): Always save fields that depend on the current buffer
6613 (ada-prj-show-value): New function
5044b74a 6614
7972fcfc
GM
6615 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
6616 Ada mode. This will allow us to display the Ada menu in any buffer
6617 we want (for project items).
6618 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
6619 number of spaces in the header.
5044b74a 6620
8730a8da
DL
66212000-07-24 Dave Love <fx@gnu.org>
6622
6623 * ediff-init.el (ediff-region-help-echo): Bind face-help.
6624
db3ca487
NF
66252000-07-23 Noah Friedman <friedman@splode.com>
6626
ad953485
NF
6627 * type-break.el (type-break): perform autosave.
6628 Suggested by Stephen Gildea <gildea@intouchsys.com>.
6629 (type-break-do-query): Cancel query schedule while performing
6630 actual query, to avoid possibility of a second query being made
6631 while first one is already in progress.
6632 (type-break-time-stamp-format): New variable.
6633 (type-break-time-stamp): New function.
6634 (type-break-time-warning): Use it.
6635 (type-break-keystroke-warning): Use it.
6636 (type-break-noninteractive-query): Use it.
6637
03a9c6d0
NF
6638 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
6639 cookie.
6640 Use add-minor-mode to set minor-mode-alist, if available.
6641 (eldoc-echo-area-use-multiline-p): New user option.
6642 (eldoc-echo-area-multiline-supported-p): New variable.
6643 (eldoc-docstring-format-sym-doc): Use them.
6644 (eldoc-mode): If not using idle timers, append to local post and
6645 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
6646 (eldoc-display-message-no-interference-p): Don't interfere with
6647 edebug.
6648 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
6649 (eldoc-function-arglist): New function.
6650 (eldoc-function-argstring): Use it.
6651
db3ca487
NF
6652 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
6653 auto save directory exists before calling directory-files.
6654
f7ad1899
DL
66552000-07-23 Dave Love <fx@gnu.org>
6656
6657 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
6658 ^o, ^u.
6659
43e764c9
DL
66602000-07-21 Dave Love <fx@gnu.org>
6661
475de6f4
DL
6662 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
6663 now passed to the function. It now works properly.
6664
43e764c9
DL
6665 * smerge-mode.el (smerge-mode-menu): Fill it out.
6666
e8bea4c0
GM
66672000-07-20 Gerd Moellmann <gerd@gnu.org>
6668
6669 * info-look.el (info-lookup): If *info* is shown in another frame
6670 on the same display, select that frame, instead of switching to
6671 the Info buffer in another window of the selected frame.
6672
6673 * simple.el (universal-argument-map): Bind numeric keypad keys
6674 kp-0 to kp-9 and kp-subtract.
6675 (digit-argument): Handle these keys.
6676
bc75b4fd
DL
66772000-07-20 Dave Love <fx@gnu.org>
6678
6679 * net/goto-addr.el (goto-address-fontify): Don't bother with
6680 buffer-modified and read-only stuff -- irrelevant with overlays.
6681 Put an extra property on the overlays and use it to clean up in
6682 case goto-address is re-run.
6683
8b7bc628
RS
66842000-07-19 Richard M. Stallman <rms@gnu.org>
6685
18e21ce8
RS
6686 * timer.el (run-with-idle-timer): Doc fix.
6687
db3ca487 6688 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
6689 Handle case where <...> appears inside "...".
6690 Use replace-match to edit the string more simply.
6691 (rmail-dont-reply-to): Cope with an unmatched ".
6692
50575ec2
DL
66932000-07-19 Dave Love <fx@gnu.org>
6694
6695 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
6696 implementation.
6697
6698 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
6699 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
6700 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
6701
4279296d
GM
67022000-07-19 Gerd Moellmann <gerd@gnu.org>
6703
47db06aa
GM
6704 * textmodes/refer.el: Correct maintainer's email address.
6705
6706 * progmodes/hideif.el: Correct author's email address.
6707 Fix typo in comment.
6708
6709 * xml.el: New file.
6710
4279296d
GM
6711 * mail/mailheader.el: Correct author's mail address.
6712
6713 * gnus/parse-time.el: Correct author's mail address.
6714
47db06aa 67152000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
6716
6717 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
6718 New user options.
6719 (comint-input-ring-file-name): Change custom type.
6720 (comint-mode-map): Bind mouse-2.
6721 (comint-insert-clicked-input): New function.
6722 (comint-send-input): Handle input highlighting.
6723
21ad0f7b
SM
67242000-07-18 Stefan Monnier <monnier@cs.yale.edu>
6725
6726 * mouse.el (popup-menu): New function.
6727 (mouse-major-mode-menu): Use it.
6728
3b33a005
DL
67292000-07-18 Dave Love <fx@gnu.org>
6730
6731 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
6732 improvements.
6733
dc1cac59
GM
67342000-07-18 Gerd Moellmann <gerd@gnu.org>
6735
21ad0f7b 6736 * faces.el (face-font-selection-order)
dc1cac59 6737 (face-font-family-alternatives): Add custom type.
db3ca487 6738
f8276b77
DL
67392000-07-18 Dave Love <fx@gnu.org>
6740
6741 * cus-edit.el (custom-variable-reset-saved)
6742 (custom-variable-reset-standard): Remove unused bindings.
6743
6744 * rect.el (open-rectangle-line): Remove unused let.
6745
6746 * hl-line.el (hl-line-highlight): Check hl-line-mode.
6747
3d6cd763
GM
67482000-07-18 Gerd Moellmann <gerd@gnu.org>
6749
6750 * cdl.el: Fix `Maintainer' keyword.
6751
6752 * play/pong.el: Add author's email address.
6753
34342a07
SS
67542000-07-17 Sam Steingold <sds@gnu.org>
6755
6756 * files.el (insert-directory): Call `split-string' instead of
6757 re-implementing it.
6758
088831a6
GM
67592000-07-18 Gerd Moellmann <gerd@gnu.org>
6760
6761 * mail/vms-pmail.el: Change maintainer to FSF.
6762
6763 * net/goto-addr.el: Change maintainer to FSF.
6764
6765 * recentf.el: Update from author.
6766
6767 * info.el (Info-title-face-alist): Removed.
db3ca487 6768
68be2869
EZ
67692000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
6770
6771 * eshell/eshell.el (eshell): Replace links to eshell.info with
6772 links to eshell, to avoid problems on systems where the manual is
6773 installed as `eshell'.
6774 * eshell/esh-cmd.el (eshell-cmd): Ditto.
6775 * eshell/em-smart.el (eshell-smart): Ditto.
6776 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 6777 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
6778
6779 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
6780 same-file check in the MS-DOS version (it does support inodes).
6781
6782 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
6783
21ad0f7b
SM
6784 * eshell/eshell.el (eshell-directory-name):
6785 Run default directory name through convert-standard-filename.
68be2869 6786
269b4dcb
KH
67872000-07-18 Kenichi Handa <handa@etl.go.jp>
6788
21ad0f7b
SM
6789 * international/mule-cmds.el (select-safe-coding-system):
6790 Fix typo in the comment.
240a16cf 6791
21ad0f7b
SM
6792 * language/european.el (compound-text):
6793 Force katakana-jisx0201 to be designated to G1.
aa96c820 6794
21ad0f7b
SM
6795 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
6796 Don't translate some national variant characters of latin-jisx0201.
aa96c820 6797 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 6798
269b4dcb
KH
6799 * international/kkc.el (kkc-after-update-conversion-functions):
6800 New variable.
6801 (kkc-update-conversion): Run functions in it at the tail.
6802
68be2869 68032000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 6804
21ad0f7b
SM
6805 * lisp/align.el (align-newline-and-indent):
6806 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
6807 (align-region): Fixed badly formatted minibuffer message.
6808
7a3fd467
KH
68092000-07-17 Kenichi Handa <handa@etl.go.jp>
6810
21ad0f7b 6811 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
6812 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
6813 the conversion list at first if appropriate.
6814 (kkc-next): Don't update kkc-next-count here.
6815 (kkc-prev): Don't update kkc-prev-count here.
6816 (kkc-show-conversion-list-update): Fix setting up of conversion
6817 list message.
6818
a45423d8
SM
68192000-07-16 Stefan Monnier <monnier@cs.yale.edu>
6820
088831a6 6821 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 6822
91a38db1
DL
68232000-07-16 Dave Love <fx@gnu.org>
6824
6825 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
6826 function to be more specific.
6827
6828 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
6829 non-string help-echo.
6830 (widget-types-convert-widget): Defsubst it.
6831 (widget-echo-help): Try to cope with a help-echo function of two
6832 possible sorts.
6833
3fddcdc3
JR
68342000-07-15 Jason Rumney <jasonr@gnu.org>
6835
6836 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
6837 Declare as obsolete.
6838
6839 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
6840
bd23a692
GM
68412000-07-14 Gerd Moellmann <gerd@gnu.org>
6842
6843 * hilit-chg.el: Fix typo.
6844
d4af987a
DL
68452000-07-14 Dave Love <fx@gnu.org>
6846
6847 * info.el (Info-mode-menu): Fix use of :help, :enable.
6848
3a4f3f86
SM
68492000-07-14 Stefan Monnier <monnier@cs.yale.edu>
6850
6851 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
6852
cf6936a4
DL
68532000-07-13 Dave Love <fx@gnu.org>
6854
4d6d04b5
DL
6855 * emacs-lisp/easymenu.el: Doc fixes.
6856 (easy-menu-remove): Defalias to ignore.
6857
cf6936a4
DL
6858 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
6859 Call throw correctly.
6860
56437999
GM
68612000-07-13 Gerd Moellmann <gerd@gnu.org>
6862
6863 * faces.el (frame-background-mode): Doc fix.
6864
6865 * simple.el (eval-expression-print-length): Change custom type to
6866 allow entering nil as value.
6867
d04a3972
DL
68682000-07-13 Dave Love <fx@gnu.org>
6869
3a4f3f86
SM
6870 * progmodes/fortran.el (fortran-imenu-generic-expression):
6871 Change definition layout.
a8189dfe
DL
6872 (fortran-mode-menu): Reinstate customize entries.
6873
d04a3972
DL
6874 * cus-edit.el (custom-group-menu-create, customize-menu-create):
6875 Use :filter, per old XEmacs code.
6876
4bf4fb05
GM
68772000-07-12 Gerd Moellmann <gerd@gnu.org>
6878
6879 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
6880 event when deciding what to send to the terminal.
6881
37328bcd
DL
68822000-07-12 Dave Love <fx@gnu.org>
6883
6884 * cus-start.el: Add optional version as 4th element of specs and
6885 use it for several things new in v21. Remove load-path. Fix type
6886 of line-number-display-limit.
6887
89492072
DL
68882000-07-11 Dave Love <fx@gnu.org>
6889
3a4f3f86
SM
6890 * progmodes/fortran.el: Don't require easymenu.
6891 Use repeat counts in various regexps.
315aa1de
DL
6892 (fortran-mode-syntax-table): Defvar directly.
6893 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
6894 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
6895 Use defvar, not defconst.
6896 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
6897 (fortran-mode): Set fortran-comment-line-start-skip,
6898 fortran-comment-line-start-skip, dabbrev-case-fold-search.
6899 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
6900 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
6901 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
6902 (fortran-comment-region, fortran-electric-line-number): Simplify.
6903 (fortran-auto-fill): New function.
6904 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
6905 (fortran-find-comment-start-skip):
6906 Check for non-null comment-start-skip.
6907 (fortran-auto-fill-mode, fortran-fill-statement):
6908 Use fortran-auto-fill.
315aa1de 6909 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 6910 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 6911
89492072
DL
6912 * widget.el (widget-plist-member): New alias.
6913
d55ead18
EZ
69142000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
6915
6916 * eshell/esh-module.el (toplevel): Reference
6917 byte-compile-current-file only if it is bound.
6918
e82a2a05
GM
69192000-07-10 Gerd Moellmann <gerd@gnu.org>
6920
6921 * dired.el: Don't require `dired-aux'.
6922
1fc7fb2b
MB
69232000-07-10 Miles Bader <miles@lsi.nec.co.jp>
6924
6925 * dired-aux.el (dired-show-file-type): New function.
6926 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
6927 (dired-show-file-type): Add autoload.
6928
ab49ce15
KH
69292000-07-10 Kenichi Handa <handa@etl.go.jp>
6930
6931 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 6932 change of fontset-info.
ab49ce15
KH
6933 (print-fontset): Likewise.
6934
f45aab65
SM
69352000-07-09 Stefan Monnier <monnier@cs.yale.edu>
6936
6937 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
6938
2f72fd2f
GM
69392000-07-07 Gerd Moellmann <gerd@gnu.org>
6940
e82a2a05 6941 * bindings.el: Bind `[delete]' to delete-char.
965522f5 6942
2f72fd2f
GM
6943 * dired.el (dired-find-alternate-file): New function.
6944 (dired-mode-map): Bind `a' to dired-find-alternate-file.
6945 (toplevel): Require dired-aux when compiling.
6946 (dired-buffers): Move defvar within file to avoid compiler warning.
6947
6948 * info.el (Info-last-search): Variable removed.
6949 (Info-search-history): New variable.
6950 (Info-search): New Info-search-history.
6951
6952 * battery.el, info-look.el: Change author's mail address.
6953
965522f5 69542000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 6955
965522f5
GM
6956 * mail/rmail.el (rmail-clear-headers): Don't throw an error
6957 if rmail-ignored-headers is nil.
6958 (rmail-retry-failure): Bind rmail-ignored-headers and
6959 rmail-displayed-headers to nil.
6960
dd8888a1
GM
69612000-07-06 Gerd Moellmann <gerd@gnu.org>
6962
e5c81191
GM
6963 * lpr.el (lpr-page-header-switches): Add `-h' switch.
6964 (print-region-1): Don't hard code `-h' here.
6965
dd8888a1
GM
6966 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
6967
e5c81191
GM
69682000-07-01 Francesco Potorti` <pot@gnu.org>
6969
6970 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
6971 exim can use "your message" instead of "the message".
34342a07 6972
f45aab65
SM
69732000-07-06 Stefan Monnier <monnier@cs.yale.edu>
6974
6975 * facemenu.el: Docstrings fixes.
6976 (facemenu-get-face): Don't use internal-find-face.
6977 (facemenu-iterate): Rename arg to match the docstring.
6978
6979 * newcomment.el (uncomment-region): Be more careful when skipping
6980 backwards over `=' not to bump into BOBP.
6981
d396e521 69822000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 6983
dd8888a1
GM
6984 * ediff-diff.el (ediff-wordify): Use syntax table.
6985 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 6986 ediff-color-display-p.
dd8888a1 6987 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
6988 from defsubst.
6989 Got rid of special cases for NeXT and OS/2.
dd8888a1 6990 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 6991 face.
34342a07 6992
5e2dfaa4
SM
69932000-07-05 Stefan Monnier <monnier@cs.yale.edu>
6994
6995 * emacs-lisp/lucid.el: Require CL.
6996 (copy-tree, remprop): Remove, it's provided by CL.
6997 (map-keymap): Define in terms of cl-map-keymap.
6998 (extent-property, set-extent-end-glyph): New functions.
6999
7000 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
7001
d5c5cddd
GM
70022000-07-05 Gerd Moellmann <gerd@gnu.org>
7003
485266d0
GM
7004 * Makefile.in (DONTCOMPILE): Add comment that the name may
7005 not be changed without changing the make-dist script.
7006
5e2dfaa4 7007 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 7008 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 7009
e2c46326
AI
70102000-07-05 Andrew Innes <andrewi@gnu.org>
7011
7012 * makefile.nt: Add support for `bootstrap' and related targets.
7013
a027a91b
SM
70142000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7015
7016 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
7017 (easy-menu-do-define): Use `menu-item' format.
7018 Handle case where easy-menu-create-menu returns a symbol.
7019 Manually call the potential top-level filter in the function binding.
7020 (easy-menu-filter-return): New arg NAME.
7021 Convert to a keymap if MENU is an XEmacs menu.
7022 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
7023 (easy-menu-converted-items-table, easy-menu-convert-item):
7024 New var and fun to memoize easy-menu-convert-item-1.
7025 (easy-menu-do-add-item): Use it.
7026 (easy-menu-create-menu): Use easy-menu-convert-item.
7027 Wrap easy-menu-filter-return around any :filter specification.
7028 Don't convert the menu if a filter was specified.
7029 Tell easy-menu-make-symbol not to check for MENU being an expression.
7030 (easy-menu-make-symbol): New arg NOEXP.
7031
5e03eb84
GM
70322000-07-05 Gerd Moellmann <gerd@gnu.org>
7033
7034 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
7035 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
7036 (eval-defun): If called with prefix arg, instrument code for
7037 Edebug.
7038
7039 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
7040 similar to that of eval-defun.
7041
fca68a95
DL
70422000-07-04 Dave Love <fx@gnu.org>
7043
7ccbba4c
DL
7044 * hl-line.el (hl-line-overlay): Make it permanent-local.
7045
fca68a95
DL
7046 * calendar/todo-mode.el: Replaced with a working version, based on
7047 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
7048
70492000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
7050
7051 * paths.el (prune-directory-list): New function.
7052 (Info-default-directory-list): Rewritten to more methodically
7053 enumerate a big list of possible info directories (based on the
7054 list used by the standalone info reader).
fca68a95 7055
78e7e8a0 7056 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 7057 non-existent directories from Info-directory-list.
78e7e8a0 7058
78e7e8a0
MB
7059 * paths.el (Info-default-directory-list): Try a list of possible
7060 info-directories instead of a single one. Add the possible
7061 info directory "/usr/share/info".
7062
7063 * woman.el (woman-man.conf-path): Explicitly include the debian
7064 man-db config file "/etc/manpath.config".
7065 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
7066 are present in `manpath.config'.
7067 (woman-manpath): Include "/usr/share/man".
7068
67c9a1d2
GM
70692000-07-03 Gerd Moellmann <gerd@gnu.org>
7070
6753393b
GM
7071 * frame.el (blink-cursor-mode): Don't hide cursor initially.
7072
7073 * startup.el (command-line): Initialize blink-cursor based
7074 on window-system.
7075
e4f98ad3
GM
7076 * frame.el (blink-cursor): Default to nil if not running under
7077 a window-system.
7078
2f516940
GM
7079 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
7080 (face-x-resources): Remove duplicate entry for :font.
7081
67c9a1d2
GM
7082 * textmodes/refer.el (refer-find-entry-internal): Use some-window
7083 instead of cycling through windows with next-window.
7084
7085 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
7086 of cycling through windows with next-window.
7087
7088 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
7089 of cycling through windows with next-window.
7090
7091 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
7092 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
7093 instead of cycling through windows with next-window.
7094
7095 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
7096 instead of cycling through windows with next-window.
7097
7098 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
7099 of cycling through windows with next-window.
7100
7101 * terminal.el (te-process-output): Use walk-windows instead of
7102 cycling through windows with next-window.
7103
7104 * server.el (server-switch-buffer): Use some-window instead of
7105 cycling through windows with next-window.
7106
7107 * window.el (some-window): New function.
7108 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 7109
3a4f3f86 7110 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 7111
8b7bc628 71122000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
7113
7114 * window.el (walk-windows): Guarantee termination by keeping a list
7115 of all the windows already handled.
7116
d0d57043
EZ
71172000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7118
7119 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
7120 window-system.
7121
7122 * man.el (Man-notify-when-ready): Don't use window-system. If
7123 Man-notify-method is newframe, and the display is not
7124 multi-frame, select the frame created for the man page.
7125 (Man-init-defvars): Doc fix.
7126
d5483ab1
GM
71272000-06-28 Gerd Moellmann <gerd@gnu.org>
7128
af5c25e1
GM
7129 * faces.el (region): Change background color for light background.
7130
7131 * ediff-wind.el (ediff-setup-control-frame): Remove :box
7132 attribute from mode-line face of Ediff control frame.
7133
d5483ab1
GM
7134 * replace.el (query-replace-map): Bind `e' like `E'.
7135
9d47450f
EZ
71362000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7137
3a4f3f86
SM
7138 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
7139 Change name to "Select All".
496b7491 7140
9d47450f
EZ
7141 * dos-fns.el (convert-standard-filename): Fix last change.
7142
0b431deb
GM
71432000-06-27 Gerd Moellmann <gerd@gnu.org>
7144
4fa9f636
GM
7145 * help.el (describe-variable): Don't insert a second `'s' in front
7146 of the string `value is shown below'. Since the syntax-table is
7147 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
7148 an existing `'s', so that this won't be deleted.
7149
0b431deb
GM
7150 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
7151 * pcmpl-unix.el: New files.
7152
32cad0aa
SM
71532000-06-26 Stefan Monnier <monnier@cs.yale.edu>
7154
7155 * wid-edit.el (widget-member): Use the new plist-member.
7156
2c69ced2
GM
71572000-06-26 Gerd Moellmann <gerd@gnu.org>
7158
44c0f771
GM
7159 * replace.el (perform-replace): Undo change of 2000-04-04.
7160 Instead, move backward 1 character at the end of the loop when
7161 necessary.
34342a07 7162
1d36487c
GM
7163 * faces.el (fringe): Change face for different backgrounds.
7164
7165 * eshell/esh-module.el (toplevel): Load defgroup's differently;
7166 patch from John.
7167
2c69ced2
GM
7168 * eshell/*.el: Change spelling of the Free Software Foundation.
7169
7170 * eshell/esh-toggle.el: Removed.
7171
7172 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
7173
7174 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
7175 interactively.
7176
71772000-06-26 Alex Schroeder <alex@gnu.org>
7178
7179 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
7180 `define-key'; instead of checking `(emacs-version)' check for
7181 `set-keymap-parent' and `set-keymap-name' directly. Add entries
7182 for `;' and `o' which might be electric.
7183
7184 (sql-electric-stuff): New user option.
7185 (sql-magic-go): New function which uses `sql-electric-stuff'.
7186 (sql-magic-semicolon): New function which uses
7187 `sql-electric-stuff'.
7188
7189 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
7190 is not fboundp.
7191
7192 (sql-oracle-options): New variable.
7193 (sql-oracle): Use it.
7194
7195 (sql-imenu-generic-expression): Doc change.
7196 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
7197 is used.
7198
7199 (sql-informix): Added command line parameter "-" to force
7200 sql-informix-program to use stdout.
7201
db1306d8
EZ
72022000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7203
3a4f3f86 7204 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
7205 (cp864-decode-table): Doc fix.
7206 (cp720-decode-table): New variable, supports the Arabic OEM
7207 codepage used by Windows.
7208 (cp737-decode-table): New, Greek OEM codepage used by Windows.
7209
c69e5fcd
DL
72102000-06-23 Dave Love <fx@gnu.org>
7211
7212 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
7213 (font-lock-fontify-anchored-keywords): Use
7214 line-beginning-position.
7215 (global-font-lock-mode): Use mapc.
7216
30ad8f23
SM
72172000-06-23 Stefan Monnier <monnier@cs.yale.edu>
7218
7219 * eshell/esh-module.el: Require CL when compiling.
7220
26b4dc84
GM
72212000-06-23 Gerd Moellmann <gerd@gnu.org>
7222
78c56e70
GM
7223 * comint.el (comint-substitute-in-file-name): Call replace-match
7224 with second and third arg t.
7225
34342a07 7226 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
7227 Specify foreground color.
7228
7229 * faces.el (tool-bar, mode-line, header-line): Specify foreground
7230 color.
7231
affbf647
GM
7232 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
7233
7234 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
7235 cddr instead of cdddr.
7236
25fffb31
GM
7237 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
7238 instead of copy-list.
7239
7240 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
7241 of copy-list.
7242
26b4dc84
GM
7243 * subdirs.el: Add eshell subdirectory.
7244
7245 * eshell: New subdirectory containing the Eshell package.
7246
7247 * pcomplete.el: New file.
7248
78c56e70
GM
72492000-06-23 Paul Eggert <eggert@twinsun.com>
7250
ea055732
GM
7251 * mail/mailpost.el (post-mail-send-it): Make sure file has
7252 proper permissions from birth.
7253
7254 * files.el (basic-save-buffer-2): When temporarily setting
7255 file modes, set them to current modes plus 0200, not to 0777.
7256
78c56e70
GM
7257 * emerge.el (emerge-make-temp-file): Make sure file has proper
7258 permissions from birth.
7259
a3a7ff33
EZ
72602000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7261
7262 * files.el (make-backup-file-name-1): On DOS/Windows, run the
7263 backup file name through convert-standard-filename.
7264
7265 * dos-fns.el (convert-standard-filename): Convert leading
7266 directories as well. When long file names are supported, convert
7267 characters that are invalid in Windows file names.
7268
1fd9b7fe
GM
72692000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7270
7271 * ps-print.el: Fix bug: if ^L is the very first buffer character,
7272 ps-print crashes. New feature: page selection for printing. Create
7273 raw-text-unix coding system for XEmacs. Doc fix.
7274 (ps-print-version): New version number (5.2.3).
7275 (ps-plot-region): Bug fix.
7276 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
7277 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
7278 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
7279 funs.
7280 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
7281 (ps-last-page): New vars.
7282
16ed8416
GM
72832000-06-21 Gerd Moellmann <gerd@gnu.org>
7284
7285 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
7286 empty option string.
7287
4fbee715
EZ
72882000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7289
7290 * man.el (man): Doc fix.
7291
eaecfc94
KH
72922000-06-21 Kenichi Handa <handa@etl.go.jp>
7293
7294 * international/mule-cmds.el (set-language-info-alist): Docstring
7295 fixed.
7296
4a27bdfb
GM
72972000-06-20 Gerd Moellmann <gerd@gnu.org>
7298
7299 * version.el (emacs-version): Use ISO date format.
7300
7301 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
7302 instead of `M-backspace'.
7303
7304 * simple.el (turn-off-auto-fill): New function.
7305
8972fe79
SM
73062000-06-20 Stefan Monnier <monnier@cs.yale.edu>
7307
7308 * jit-lock.el (with-buffer-prepared-for-jit-lock):
7309 Renamed from with-buffer-prepared-for-font-lock and use
7310 inhibit-modification-hooks rather than setting *-change-functions.
7311 Update all functions to use the new name.
7312 (jit-lock-first-unfontify-pos): New semantics (and doc).
7313 (jit-lock-mode): Make non-interactive.
7314 Don't automatically turn on font-lock.
7315 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
7316 Always use jit-lock-after-change.
7317 Remove and restore font-lock-after-change-function.
7318 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
7319 (jit-lock-after-unfontify-buffer): Remove.
7320 (jit-lock-stealth-fontify):
7321 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
7322 (jit-lock-after-change): Set the `fontified' text-prop to nil.
7323
5d80cc9c
SS
73242000-06-20 Sam Steingold <sds@gnu.org>
7325
7326 * emacs-lisp/cl-indent.el (toplevel): Indent
7327 `print-unreadable-object' properly. Untabify.
7328
f54e4d13
CD
73292000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7330
7331 * textmodes/reftex.el (reftex-find-citation-regexp-format):
7332 Support for bibentry.
7333 (reftex-compile-variables): Fixed problem with end of section-re.
7334
7335 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
7336 reftex-view-crossref-from-bibtex):
7337 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
7338 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
7339 Replaced `remprop' with `put'.
8972fe79
SM
7340 (reftex-view-crossref, reftex-view-crossref-when-idle):
7341 Support for bibentry.
f54e4d13 7342
8972fe79
SM
7343 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7344 New entry for bibentry package.
f54e4d13 7345
8972fe79
SM
7346 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7347 Regexp also matches "\nobibliography".
f54e4d13 7348
8972fe79
SM
7349 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
7350 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
7351 (reftex-ensure-write-access): New function.
7352
f54e4d13
CD
73532000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7354
7355 * progmodes/idlwave.el: File re-installed (update to version 4.2)
7356
7357 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
7358
7359 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
7360
7361 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
7362
7363
560c43f4
DL
73642000-06-20 Dave Love <fx@gnu.org>
7365
7366 * faces.el (frame-background-mode): Use set-default, not set, in
7367 setter.
7368 (frame-update-faces, frame-update-face-colors): Define with
7369 defalias.
7370
7371 * enriched.el (enriched-decode-foreground)
7372 (enriched-decode-background): Don't use internal-find-face.
7373
7374 * apropos.el: Doc fixes.
7375
7376 * cus-edit.el (customize-changed-options): Check arg.
7377 (customize-version-lessp): Don't require decimal point.
7378
7379 * custom.el (defcustom, defgroup): Doc fix.
7380
7381 * newcomment.el (comment) <defgroup>: Add :version.
7382 (comment-multi-line): Doc fix.
7383
7384 * emulation/mlsupport.el (define-hooked-local-abbrev,
7385 define-hooked-global-abbrev): Fix, using define-abbrev.
7386
cdf0357b
GM
73872000-06-19 Gerd Moellmann <gerd@gnu.org>
7388
7389 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
7390 the whole buffer.
7391
10013d74
DL
73922000-06-19 Dave Love <fx@gnu.org>
7393
7394 * menu-bar.el (menu-bar-options-save): New function.
7395 (menu-bar-options-menu): Use it.
7396 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
7397 Simplify.
7398
6922f208
AS
73992000-06-19 Andreas Schwab <schwab@suse.de>
7400
7401 * progmodes/etags.el (tags-query-replace): Put new parameters
7402 START and END at the end, for backward compatibility.
7403
10d7bf84
KH
74042000-06-19 Kenichi Handa <handa@etl.go.jp>
7405
7406 * international/codepage.el:
7407 (cp-coding-system-for-codepage-1): Delete special codes for
7408 generating xxx-dos coding system because now a CCL based coding
7409 system can handle EOL conversion by default.
7410
7411 * international/mule.el (make-coding-system): Generate subsidiary
7412 coding systems for EOL handling variants even for a CCL based
7413 coding system.
7414
8f3c9a3d
KH
74152000-06-19 Kenichi Handa <handa@etl.go.jp>
7416
7417 * international/isearch-x.el (isearch-minibuffer-input-method)
7418 (isearch-minibuffer-input-method-function): These variables
7419 deleted.
7420 (isearch-with-input-method): Don't use the above variables.
7421 (isearch-process-search-multibyte-characters): Likewise. Call
7422 read-string with the arg INHERIT-INPUT-METHOD t.
7423
c2acf685
SM
74242000-06-17 Stefan Monnier <monnier@cs.yale.edu>
7425
13f0d185
SM
7426 * font-lock.el (font-lock-after-fontify-buffer)
7427 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
7428
7429 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
7430 Use consistent make-local-variable style for font-lock-fontified.
7431 (jit-lock-fontify-buffer):
7432 Don't bother checking for font-lock-mode and jit-lock-mode.
7433
c2acf685
SM
7434 * time.el: Remove trailing ^M that prevent CVS-merging.
7435
a9021acd
GM
74362000-06-16 Gerd Moellmann <gerd@gnu.org>
7437
7438 * Makefile.in (distclean): New target.
5d80cc9c 7439
0df68e9f
SM
74402000-06-16 Stefan Monnier <monnier@cs.yale.edu>
7441
7442 * Makefile.in (srcdir): Define for update-subdirs.
7443
6344985d
GM
74442000-06-16 Gerd Moellmann <gerd@gnu.org>
7445
7446 * find-lisp.el: New file.
7447
63239267
AI
74482000-06-16 Andrew Innes <andrewi@gnu.org>
7449
7450 * time.el (display-time-mail-function): New variable, to allow
7451 external packages to indicate when new mail is available.
7452 (display-time-update): Use it.
7453
1699f991
KH
74542000-06-16 Kenichi Handa <handa@etl.go.jp>
7455
a3b37893
KH
7456 * international/mule.el (mule-version): Change version name to
7457 SAKAKI. AOI has already been used by Meadow.
7458
1699f991
KH
7459 * international/quail.el (quail-show-guidance-buf): To find the
7460 bottom window (but minibuffer), pay attention to the height of
7461 minibuffer.
7462
228b083e
EZ
74632000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7464
7d5c8691
EZ
7465 * arc-mode.el (archive-mode-map): Use the new menu-item format for
7466 menu-bar menus. Add help strings. Don't remove the Edit menu
7467 from the menu bar, as the menu bar has enough space now.
7468
261f3289
EZ
7469 * Makefile.in (SHELL): Make sure /bin/sh is used.
7470
228b083e
EZ
7471 * woman.el (woman-man-buffer): Fix bold and underlined CJK
7472 characters, which use series of two ^H characters instead of one.
7473
e27e8d71
GM
74742000-06-15 Gerd Moellmann <gerd@gnu.org>
7475
5d80cc9c 7476 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 7477 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 7478 functions.
451ec4e3
GM
7479 (Info-find-node-2): Try a case-sensitive search first, then
7480 do a case-insensitive search.
7481
7482 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
7483 tutorials.
7484
b675095c
GM
7485 * complete.el (PC-env-vars-alist): New variable.
7486 (PC-complete-as-file-name): New function.
7487 (partial-completion-mode): Initialize PC-env-vars-alist from
7488 process-environment.
7489 (PC-do-completion): Handle completion of env vars.
7490
7491 * info.el (Info-set-mode-line): Show file name in mode line,
7492 use `*Info*' instead of `Info:'.
7493
e27e8d71
GM
7494 * startup.el (command-line-1): Change copyright messages to year
7495 2000.
7496
28223a7e
DL
74972000-06-15 Dave Love <fx@gnu.org>
7498
7499 * net/goto-addr.el (goto-address-fontify): Use keymap property,
7500 not local-map.
7501
32684631
KH
75022000-06-15 Kenichi Handa <handa@etl.go.jp>
7503
7504 * international/mule.el (set-buffer-file-coding-system): Almost
7505 rewritten to handle `undecided' as no-op.
7506
9f817ea4
GM
75072000-06-14 Gerd Moellmann <gerd@gnu.org>
7508
e27e8d71 7509 * Makefile.in: New file.
dce6b995
GM
7510
7511 * Makefile: Removed.
7512
9f817ea4
GM
7513 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
7514 (goto-address-highlight-keymap): Bind C-c RET.
7515
2de33f94
KH
75162000-06-14 Kenichi Handa <handa@etl.go.jp>
7517
bbf1e8a5
KH
7518 * mail/sendmail.el (sendmail-send-it): The temporary buffer
7519 inherits buffer-file-coding-system of the current buffer.
725a6897 7520
02891cc3
KH
7521 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
7522 0. Give correct argument to set-auto-coding-function.
7523 (tar-expunge): For goto-char, use (point-min), not 0.
7524 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
7525 (tar-subfile-save-buffer): Likewize.
7526
2de33f94
KH
7527 * international/mule.el
7528 (after-insert-file-set-buffer-file-coding-system): Call
7529 set-buffer-file-coding-system with the arg FORCE t.
7530
1681ead6
GM
75312000-06-13 Gerd Moellmann <gerd@gnu.org>
7532
7533 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
7534 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 7535 the sender is set with `-f'.
1681ead6 7536
fdf4b680
DL
75372000-06-13 Dave Love <fx@gnu.org>
7538
9c50afce
DL
7539 * help.el (describe-function-1): Kluge around cases of functions
7540 fset to subrs whose doc doesn't match their symbol-name.
7541
0ad550ba 7542 * image.el (insert-image): Default STRING to a space.
f290ca08 7543
fdf4b680 7544 * info.el Doc fixes.
5d80cc9c 7545 (Info-build-node-completions): Match Ref tags.
fdf4b680 7546
9b6610db
EZ
75472000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
7548
a704139d
EZ
7549 * frame.el (display-multi-frame-p, display-multi-font-p): New
7550 defaliases for display-graphic-p.
7551
9b6610db
EZ
7552 * hl-line.el: Fixed a typo in commentary.
7553
7a5ea398
KH
75542000-06-13 Kenichi Handa <handa@etl.go.jp>
7555
7556 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
7557 fixed.
7558
0dc91c57
DL
75592000-06-12 Dave Love <fx@gnu.org>
7560
7561 * image.el (insert-image): Save a little consing.
7562
0bd5914b
KH
75632000-06-12 Kenichi Handa <handa@etl.go.jp>
7564
7565 * language/tibet-util.el: Convert all tibetan-1-column characters
7566 to the corresponding tibetan characters.
7567 (tibetan-add-components): Delete code for the special treatment of
7568 'a chung.
7569
7570 * language/tibetan.el (tibetan-composable-pattern): Fix previous
7571 change.
7572 (tibetan-vowel-transcription-alist): More rules added.
7573 (tibetan-composite-vowel-alist): New variable.
7574 (tibetan-precomposition-rule-alist): More rules added.
7575
6dc7d3d5
SM
75762000-06-12 Stefan Monnier <monnier@cs.yale.edu>
7577
9c04c393
SM
7578 * startup.el (command-line): Only call menu-bar-mode if interactive.
7579
7580 * thingatpt.el (toplevel symbol-properties):
7581 * textmodes/makeinfo.el (makeinfo-compile):
7582 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 7583 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 7584 (hide-ifdef-use-define-alist):
5d80cc9c 7585 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
7586 (ange-ftp-vms-add-file-entry):
7587 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
7588 * man.el (Man-build-man-command):
7589 * mail/rnewspost.el (news-reply-header-hook):
7590 * info.el (Info-insert-dir):
7591 * emulation/mlconvert.el (backward-word, forward-word, setq):
7592 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
7593 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
7594 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
7595 (byte-optimize-apply, end of file):
7596 * emacs-lisp/advice.el (ad-advice-class-completion-table)
7597 (ad-make-freeze-definition):
7598 * startup.el (command-line, command-line-1): Don't quote lambdas.
7599
6dc7d3d5
SM
7600 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
7601 (cvs-cleanup-removed): New function.
7602 (cvs-cleanup-functions): New var.
7603 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
7604 some flexibility in specifying additional entries to auto-cleanup.
7605 (cvs-quickdir): New function.
7606 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
7607 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
7608 (cvs-mode-find-file): Check that we are on a filename or dirname
7609 when invoked through a mouse-click.
7610 (cvs-full-path): Remove.
7611 (cvs-dired-action): Re-introduced.
7612 (cvs-dired-noselect): Use it.
7613 (vc-post-command-functions): use this new hook if available.
7614
7615 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
7616 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
7617 (cvs-filename-map, cvs-dirname-map): Remove.
7618 (cvs-default-action): Remove.
7619 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
7620 if the arg is really a keymap.
7621 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
7622 Don't hardcode the mapping from state (aka type) to face, but check
7623 the var cvs-fi-<type>-face instead.
7624 (cvs-fileinfo-from-entries): New function.
7625
7626 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
7627 Docstring fix.
7628 (cvs-find-file-and-jump): Change default to be safer.
7629 (cvs-mode-diff-map): Define it as a function as well.
7630 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
7631 Bind mouse-2 in this global map rather than with text-properties.
7632
7633 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
7634 file to resolve the ambiguity between C(conflict) and C(need-merge).
7635
5050a2ef
KH
76362000-06-12 Kenichi Handa <handa@etl.go.jp>
7637
7638 * international/mule.el (set-buffer-file-coding-system): If
7639 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
7640 unconditionally.
7641
35a7ac84
DL
76422000-06-12 Dave Love <fx@gnu.org>
7643
7644 * wid-edit.el (widget-specify-button): Really suppress the face if
7645 required.
7646
db8eeecd
GM
76472000-06-11 Gerd Moellmann <gerd@gnu.org>
7648
7649 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
7650
70223ca4
SM
76512000-06-11 Stefan Monnier <monnier@cs.yale.edu>
7652
7653 * imenu.el (imenu-generic-expression): Docstring fix.
7654
7655 * composite.el (composition-function-table): Move the `put'
7656 below the autoload cookie so we can load the file before loaddefs.
7657
7658 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
7659
7660 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
7661 Handle easy-mmode-define-global-mode.
7662 For complex macros like define-minor-mode that can generate
7663 several autoload entries, try to autoload entries in the
7664 macroexpanded code.
7665
7666 * emacs-lisp/easy-mmode.el (define-minor-mode):
7667 If KEYMAP is a symbol, just use it.
7668 Use byte-compile-current-file and load-file-name to infer the
7669 proper :require to pass to defcustom.
7670 Wrap the hook var into `progn' so as not to autoload it.
7671 Add a :autoload-end cookie.
7672 Be more careful about the evaluation of KEYMAP.
7673 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
7674 (define-derived-mode): Move define-abbrev-table outside of defvar.
7675
76762000-06-10 Stefan Monnier <monnier@cs.yale.edu>
7677
7678 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
7679 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
7680 (backup-compiled-files): Ignore errors during `tar'.
7681 (bootstrap): Make autoloads before elc files.
7682
9c53b34e
KH
76832000-06-10 Kenichi Handa <handa@etl.go.jp>
7684
7685 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 7686 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
7687
7688 * international/mule-conf.el (unix): New alias for the coding
7689 system undecided-unix.
7690
22ddd299
DL
76912000-06-09 Dave Love <fx@gnu.org>
7692
5ee42746
DL
7693 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
7694
70223ca4 7695 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
7696 (executable-insert): Change custom type.
7697 (executable-find): Add autoload cookie.
cc7e1d18
DL
7698 (executable-make-buffer-file-executable-if-script-p): New
7699 function. After Noah Friedman.
22ddd299
DL
7700
7701 * files.el (after-save-hook): Customize, with
cc7e1d18 7702 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 7703
41ea3794
KH
77042000-06-09 Kenichi Handa <handa@etl.go.jp>
7705
f89437e3
KH
7706 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
7707 "tib24p-mule.bdf" for Tibetan.
7708
7a4ee259
KH
7709 * composite.el (decompose-composite-char): Declare it as obsolete.
7710
ff6a65c2
KH
7711 * man.el (Man-fontify-manpage): Pay attention to underline and
7712 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 7713
f83fe4b4
GM
77142000-06-08 Gerd Moellmann <gerd@gnu.org>
7715
7716 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
7717 Set maintainer to FSF since author isn't reachable.
7718
e56d7900
DL
77192000-06-08 Dave Love <fx@gnu.org>
7720
7721 * international/mule-cmds.el (select-safe-coding-system): If
7722 DEFAULT-CODING-SYSTEM is not specified, also check the most
7723 preferred coding-system if buffer-file-coding-system is
7724 `undecided'. From Handa.
7725
d3981b49
KH
77262000-06-08 Kenichi Handa <handa@etl.go.jp>
7727
7728 * international/mule.el
7729 (after-insert-file-set-buffer-file-coding-system): If the buffer
7730 size is greater than INSERTED, judget that we are not visiting.
7731
bff71087
RV
77322000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
7733
7734 * whitespace.el (defgroup whitespace): Comment out `:version'.
7735 XEmacs 20.4 has problems defining the group with this present.
7736 We'll have this commented out till get resolve the problem.
7737
45f485a6
GM
77382000-06-07 Gerd Moellmann <gerd@gnu.org>
7739
7740 * align.el: Update from author.
7741
77422000-06-07 Jari Aalto <jari.aalto@poboxes.com>
7743
7744 * apropos.el (apropos-mode-hook): New user variable.
7745 (apropos-mode): Run apropos-mode-hook.
bff71087 7746
45f485a6
GM
77472000-06-07 David Ponce <david@dponce.com>
7748
7749 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
7750 commands. Require `wid-edit' at run-time.
7751
77522000-06-07 David Ponce <david@dponce.com>
7753
7754 * recentf.el: Added some "Commentary".
7755 (recentf-open-more-files, recentf-edit-list): Minor changes to
7756 move the point at the top of the file list. This behaviour is
7757 consistent with the menu one when the list contains a lot of
7758 files.
7759 (recentf-cleanup): Now displays the number of items removed from
7760 the list.
7761 (recentf-relative-filter) New menu filter to show filenames
7762 relative to `default-directory'.
bff71087 7763
45f485a6
GM
77642000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7765
7766 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
7767 with/without giving an error if PostScript printer doesn't have this
7768 kind of page size. Zebra Stripe continues or restarts on next page.
7769 Manual/automatic paper feeding. Switch or not the header.
7770 (ps-print-version): New version number (5.2.2).
7771 (ps-windows-system): Include emx as a Windows system.
7772 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
7773 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
7774 (ps-background-text): Code fix.
7775 (ps-error-handler-message, ps-user-defined-prologue)
7776 (ps-print-prologue-header, ps-printer-name)
7777 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
7778 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
7779 (ps-use-face-background): Customization fix.
7780 (ps-n-up-database): Data fix.
7781 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
7782 (ps-switch-header): New vars.
7783 (ps-xemacs-color-name, ps-face-foreground-name)
7784 (ps-face-background-name, ps-boolean-constant): New funs.
7785
c14dcd22
DL
77862000-06-07 Dave Love <fx@gnu.org>
7787
7788 * allout.el: New version from Manheimer.
7789
e4044bb0
KH
77902000-06-07 Kenichi Handa <handa@etl.go.jp>
7791
7792 * textmodes/fill.el (fill-find-break-point): Check the validity of
7793 charset.
7794
59cfe8b9
KF
77952000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7796
7797 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7798 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7799 Call display-color-p and display-mouse-p instead of looking at
7800 window-system.
7801
bb2337f5
DL
78022000-06-06 Dave Love <fx@gnu.org>
7803
7804 * image.el (find-image): Doc fix. Return nil if image not found.
7805 (put-image, insert-image): Make STRING arg optional.
7806
8e624fa2
KH
78072000-06-06 Kenichi Handa <handa@etl.go.jp>
7808
7809 * language/vietnamese.el: Remove eval-when-compile.
7810 (viet-viscii-nonascii-translation-table): Define it as a
7811 translation table made from viet-viscii-decode-table.
7812 (viet-viscii-encode-table): Define it as a translation table made
7813 from the reverse map of above.
7814 (viet-vscii-nonascii-translation-table): Define it as a
7815 translation table made from viet-vscii-decode-table.
7816 (viet-vscii-encode-table): Define it as a translation table made
7817 from the reverse map of above.
7818 (ccl-decode-viscii): Use translate-character.
7819 (ccl-encode-viscii, ccl-encode-viscii-font)
7820 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
7821 Likewize.
bff71087 7822
8e624fa2
KH
7823 * language/cyrillic.el: Remove eval-when-compile.
7824 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
7825 translation table made from cyrillic-koi8-r-decode-table.
7826 (cyrillic-koi8-r-encode-table): Define it as a translation table
7827 made from the reverse map of above.
7828 (ccl-decode-koi8): Use translate-character.
7829 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
7830 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
7831 a translation table made from cyrillic-alternativnyj-decode-table.
7832 (cyrillic-alternativnyj-encode-table): Define it as a translation
7833 table made from the reverse map of above.
7834 (ccl-decode-alternativnyj): Use translate-character.
7835 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
7836 Likewize
7837
7838 * international/mule-diag.el (non-iso-charset-alist): Specify
7839 translation table symbol instead of translation table itself.
7840 (list-block-of-chars): CHARSET may be a translation table symbol.
7841
7842 * international/mule.el (make-coding-system): If CODING-SYSTEM
7843 already exists, override it.
7844
7845 * international/fontset.el: Use family `proportional' for Tibetan
7846 fonts.
7847
7848 * international/ccl.el (ccl-compile-translate-character): Don't
7849 check if Rrr has property translation-table.
7850 (ccl-compile-map-multiple): Modified to avoid compiler warning.
7851
1969fae2
GM
78522000-06-05 Gerd Moellmann <gerd@gnu.org>
7853
7854 * info.el: Bind case-fold-search to t when searching in case
7855 a user sets it to nil in a hook.
7856
d5b037c5
SM
78572000-06-05 Stefan Monnier <monnier@cs.yale.edu>
7858
d3d02e65
SM
7859 * autoarg.el (autoarg-mode, autoarg-kp-mode):
7860 * hl-line.el (hl-line-mode): Use the new :global key argument.
7861
7862 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
7863 (tar-clip-time-string): Prepend a space.
7864 (tar-grind-file-mode): Construct a string rather than modifying one.
7865 (tar-header-block-summarize): Fix docstring.
7866 Use `format' rather than an error-prone set of copy-loops.
7867
7868 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
7869 (diff-goto-source, diff-unified->context, diff-context->unified)
7870 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
7871 understand the format output by the `-p' argument to diff.
7872
bff71087 7873 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
7874 (sh-re-done): Use defconst.
7875 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
7876 (sh-help-string-for-variable, sh-guess-basic-offset):
7877 Don't quote lambdas.
7878 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
7879 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
7880
f7c4478f
SM
7881 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
7882 (mh-letter-mode): Derive from text-mode.
7883 This implicitly means that it now calls kill-all-local-variables.
7884 Also remove the Emacs-18 compatibility code.
7885
a8add29d
SM
7886 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
7887 Make use of symbol-property doc-string-elt.
7888 Use memq rather than a sequence of eq.
7889 (doc-string-elt): Fix the wrong or missing previously unused values.
7890 (autoload-print-form): New function extracted from
7891 generate-file-autoloads to allow recursion when handling progn
7892 so that defvar's and defun's docstrings are properly printed.
7893 (generate-file-autoloads): Use it.
7894
d5b037c5
SM
7895 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
7896 Use find-file-hooks in the minor-mode function.
7897 Be careful not to loop indefinitely in the post-command-hook function.
7898
560ef11a 78992000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 7900
1969fae2 7901 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 7902 tty's.
1969fae2 7903 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 7904 differences whenever appropriate.
1969fae2
GM
7905 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
7906 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
7907 wildcards.
7908
b5bbbb76
SM
79092000-06-04 Stefan Monnier <monnier@cs.yale.edu>
7910
d5b037c5
SM
7911 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
7912 (jit-lock-fontify-buffer): New function for JIT refontification.
7913 (jit-lock-mode): Fix docstring.
7914 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
7915 Remove jit-lock-after-change from the _local_ hook.
7916 (jit-lock-function-1): Fix docstring.
7917
7918 * info.el (Info-on-current-buffer): Initialize info.
7919
7920 * newcomment.el (comment-indent): Ignore comment-indent-hook.
7921
7922 * progmodes/tcl.el (tcl-indent-for-comment):
7923 Ignore comment-indent-hook.
7924
7925 * emacs-lisp/easy-mmode.el: Require CL during compilation.
7926 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
7927 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
7928 and improve to use the lighter to guess the capitalization.
7929 (define-minor-mode): Inline code from easy-mmode-define-toggle.
7930 Add keyword arguments to specify global-ness or the custom group.
7931 Add local-map and help-echo properties to the lighter.
7932 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 7933 (easy-mmode-define-global-mode): New macro.
b5bbbb76 7934
bfa6c260
DL
79352000-06-02 Dave Love <fx@gnu.org>
7936
7937 * wid-edit.el: byte-compile-dynamic since we typically don't use
7938 all the widgets. Don't require cl or widget. Remove
7939 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
7940 (widget-read-event): Removed. Callers changed to use read-event.
7941 (widget-button-release-event-p): Renamed from
7942 button-release-event-p.
7943 (widget-field-add-space, widget-field-use-before-change):
7944 Uncustomize.
7945 (widget-specify-field): Use keymap property, not local-map.
7946 (widget-specify-button): Obey :suppress-face.
7947 (widget-specify-insert): Use modern backquote syntax.
7948 (widget-image-directory): Renamed from widget-glyph-directory.
7949 (widget-image-enable): Renamed from widget-glyph-enable.
7950 (widget-image-find): Replaces widget-glyph-find.
7951 (widget-button-pressed-face): Move defvar.
7952 (widget-image-insert): Replaces widget-glyph-insert.
7953 (widget-convert): Use keywordp.
7954 (widget-leave-text, widget-children-value-delete): Use mapc.
7955 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 7956 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
7957 (widget-button-click): Don't set point at the click, but re-centre
7958 if we scroll out of window. Rewritten for images v. glyphs &c.
7959 (widget-tabable-at): Use POS arg, not point.
7960 (widget-beginning-of-line, widget-end-of-line)
7961 (widget-item-value-create, widget-sublist, widget-princ-to-string)
7962 (widget-sexp-prompt-value, widget-echo-help): Simplify.
7963 (widget-default-create): Use widget-image-insert; some rewriting.
7964 (widget-visibility-value-create)
7965 (widget-push-button-value-create, widget-toggle-value-create): Use
7966 widget-image-insert.
7967 (checkbox): Create on and off images dynamically.
7968 (documentation-link): Change :help-echo.
7969 (widget-documentation-link-echo-help): Remove.
7970
3837de12
SM
79712000-06-02 Stefan Monnier <monnier@cs.yale.edu>
7972
7973 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
7974
7975 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
7976 (easy-mmode-define-toggle, define-minor-mode): Use it.
7977 (easy-mmode-define-keymap): Docstring fix.
7978 (define-derived-mode): Default PARENT to fundamental-mode.
7979 Add the derived-mode-parent symbol-property.
7980 (easy-mmode-derived-mode-p): New function.
7981
90aa4ea8
DL
79822000-06-02 Dave Love <fx@gnu.org>
7983
37193ee6
DL
7984 * files.el (convert-standard-filename): Doc fix.
7985 (normal-backup-enable-predicate): New function.
7986 (backup-enable-predicate): Use it to replace the lambda form.
7987
7988 * calendar/todo-mode.el: [This needs more work on the outline
7989 stuff.] Doc fixes.
7990 (todo) <defgroup>: Add :version.
7991 (todo-add-category): Don't use pushnew.
7992 (todo-cmd-raise): Fix typo.
7993 (todo-top-priorities): Change temp buffer name.
7994 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
7995 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
7996 Use outline-next-heading.
37193ee6 7997
90aa4ea8
DL
7998 * autoarg.el: Rewritten to use define-minor-mode.
7999 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
8000 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
8001
2e54623a
KH
80022000-06-02 Kenichi Handa <handa@etl.go.jp>
8003
8004 * isearch.el (isearch-other-meta-char): Fix previous change.
8005
c5def0db
SM
80062000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8007
3837de12
SM
8008 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
8009 (log-edit-done): Only add the comment to the ring if it's different
8010 from the last comment entered.
8011
c5def0db
SM
8012 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
8013
2330c9d4
DL
80142000-06-01 Dave Love <fx@gnu.org>
8015
8016 * hl-line.el: Rewritten using define-minor-mode.
8017
8018 * help.el (describe-function-1): Distinguish special form from
8019 builtin function. Sanity-check presence of arglist for builtins.
8020
6e5dfc31
KH
80212000-06-01 Kenichi Handa <handa@etl.go.jp>
8022
4dc1225b
KH
8023 * international/characters.el: Fix syntax/category setting of
8024 Tibetan characters.
8025
8026 * language/tibet-util.el (tibetan-add-components): Fixes for new
8027 encoding of Tibetan characters.
8028 (tibetan-decompose-precomposition-alist): New variable.
8029 (tibetan-decompose-region): Convert precomposed characters to
8030 non-precomposed characters.
8031 (tibetan-decompose-string): Likewise.
8032 (tibetan-composition-function): Fix args to
8033 thibetan-compose-string.
8034
8035 * language/tibetan.el (tibetan-composable-pattern): More
8036 characters included.
8037 (tibetan-consonant-transcription-alist): Rule for "R" added.
8038 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
8039 "+R" added.
8040 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
8041
eadef5e6
KH
8042 * language/lao-util.el (lao-composition-function): Fix args to
8043 compose-string.
8044
8045 * language/thai-util.el (thai-composition-function): Fix args to
8046 compose-string.
8047
6e5dfc31 8048 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
8049 to prevent the point moving to the end of a composition when a
8050 part of a composition is searched.
6e5dfc31
KH
8051 (isearch-other-meta-char): If the key invoking this command can be
8052 mapped by function-key-map to a printing char, call
8053 isearch-process-search-char directly.
8054
2598a293
SM
80552000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8056
8057 * emacs-lisp/bytecomp.el:
8058 * frame.el:
8059 * international/mule-cmds.el:
8060 * international/mule-util.el:
8061 * international/mule.el:
8062 * mouse.el:
8063 * subr.el:
8064 * faces.el: Update calls to make-obsolete with a WHEN argument.
8065
8066 * byte-run.el (make-obsolete, make-obsolete-variable):
8067 Add an optional WHEN argument and change the format of the
bff71087 8068 symbol-property information.
2598a293
SM
8069 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
8070 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
8071 new obsolete-symbol-property format and print WHEN if it is provided.
8072
28d8dff1
DL
80732000-05-31 Dave Love <fx@gnu.org>
8074
8075 * loadhist.el (loadhist-hook-functions): Remove
8076 before-change-function, after-change-function.
8077 (unload-feature): Deal with symbols which are both bound and
8078 fbound.
8079
8080 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
8081 before-change-function, after-change-function.
8082
8083 * simple.el (newline): Don't bind before-change-function,
8084 after-change-function.
8085
7f565d87
RV
80862000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
8087
8088 * whitespace.el (whitespace-rescan-timer-time): Update interval
8089 set to 600 seconds (10 minutes) instead of 60 seconds since
8090 a large number of whitespace buffers causes emacs to `freeze'
8091 for a considerable amount of time.
8092
bff71087 8093 * whitespace.el: Updated email address
7f565d87 8094
a8d693d8
DL
80952000-05-31 Dave Love <fx@gnu.org>
8096
8097 * add-log.el (change-log-font-lock-keywords) <function>: Add
8098 pattern for function of change.
8099 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
8100 acknowledgements patterns.
8101
a50192e7
KH
81022000-05-31 Kenichi Handa <handa@etl.go.jp>
8103
8104 * isearch.el (isearch-printing-char): If keyboard coding system is
8105 being used, call isearch-process-search-multibyte-characters.
8106
8107 * international/isearch-x.el: Mostly rewritten.
8108
8109 * international/quail.el (quail-start-conversion): Don't include
8110 unhandled events in the returned events, but set them in
8111 unread-command-events. Exit if all inputs are deleted.
8112
7e492772
JR
81132000-05-30 Jason Rumney <jasonr@gnu.org>
8114
8115 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
8116
8117 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
8118 Reenable code to create initial fontsets.
8119 Use set-fontset-font in place of put-charset-property.
8120
10fc3187
GM
81212000-05-30 Gerd Moellmann <gerd@gnu.org>
8122
79148ea7
GM
8123 * progmodes/perl-mode.el (perl-indent-line): When looking for a
8124 label, ensure that the first colon isn't followed by another.
8125
8126 * paths.el (Info-default-directory-list): Doc fix.
8127
086d5b87
GM
8128 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
8129 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
8130 send a query containing USER only, not USER@HOST.
8131
10fc3187
GM
8132 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
8133 and rmail-msgend to compute the restriction at the end, instead of
8134 computing it.
8135
49e70dec
GM
81362000-05-29 Gerd Moellmann <gerd@gnu.org>
8137
66254a13
GM
8138 * dabbrev.el (dabbrev-expand): Don't display messages in the
8139 echo area if the minibuffer window is active.
8140
49e70dec
GM
8141 * jit-lock.el (jit-lock-mode): Add after change function to
8142 local hook.
8143
81442000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
8145
8146 * antlr-mode.el: New commands: hide/unhide actions,
8147 upcase/downcase literals.
8148 (antlr-tiny-action-length): New user option.
8149 (antlr-hide-actions): New command. Suggested by
8150 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 8151 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
8152 (antlr-mode-menu): New entries.
8153 (antlr-downcase-literals): New command.
8154 (antlr-upcase-literals): Ditto.
8155
8156 * antlr-mode.el: Minor changes: indendation, mode-name.
8157 (antlr-indent-line): Indent cpp directive at column 0.
8158 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
8159
8160 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
8161 (antlr-font-lock-additional-keywords): Workaround for intentional
8162 bug in XEmacs version of font-lock.
8163 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
8164 be used by a smarter version of `buffers-menu-grouping-function'.
8165
81662000-05-29 Gerd Moellmann <gerd@gnu.org>
8167
8168 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
8169 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
8170
49f93684
KH
81712000-05-29 Kenichi Handa <handa@etl.go.jp>
8172
8173 * international/encoded-kb.el
8174 (encoded-kbd-iso2022-designation-map): Pay attention to that
8175 charset-iso-final-char return -1 for eight-bit-control and
8176 eight-bit-graphic.
8177
5b1ae051
EZ
81782000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8179
8180 * speedbar.el (speedbar-use-images, speedbar-update-flag)
8181 (speedbar-easymenu-definition-base): Use display-graphic-p where
8182 available, instead of window-system.
8183
a205e32a
EZ
81842000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8185
8186 * international/codepage.el (cp-coding-system-for-codepage-1): Add
8187 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
8188 coding systems.
8189
dd854dc2
DL
81902000-05-26 Dave Love <fx@gnu.org>
8191
c88a85d5
DL
8192 * disp-table.el (standard-display-underline): Don't use
8193 internal-find-face.
8194
dd854dc2
DL
8195 * mail/reporter.el: Maintainer change. Doc fixes.
8196 (reporter-version): Deleted.
8197
8198 * emacs-lisp/elp.el: Maintainer change.
8199 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
8200
dc29aa6c
SM
82012000-05-26 Stefan Monnier <monnier@cs.yale.edu>
8202
8203 * add-log.el (add-change-log-entry): Merge the current entry with the
8204 previous one if the previous one is empty.
8205
ed62683d
DL
82062000-05-26 Dave Love <fx@gnu.org>
8207
4370a375
DL
8208 * loadhist.el (unload-feature): Fix interactive spec [from
8209 lijnzaad@ebi.ac.uk].
8210
ed62683d
DL
8211 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
8212 subr-arity to check primitives.
8213 (byte-compile-flush-pending, byte-compile-file-form-progn)
8214 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
8215 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
8216 mapcar.
8217
ba9f8f95
KH
82182000-05-26 Kenichi Handa <handa@etl.go.jp>
8219
0f3e0672
KH
8220 * international/fontset.el: Set family names of non-latin charsets
8221 in default fontset to "*".
8222
cebefb44
KH
8223 * international/mule-diag.el (print-fontset): Combine family part
8224 and registry part of the fontname by "-*-" instead of "-".
8225
ba9f8f95
KH
8226 * international/mule-cmds.el (encode-coding-char): Make strings
8227 multibyte before calling encode-coding-string.
8228
931d0724
SM
82292000-05-25 Stefan Monnier <monnier@cs.yale.edu>
8230
8231 * derived.el: Fix keywords.
8ccce2b0 8232 (define-derived-mode): Only define if needed.
931d0724
SM
8233
8234 * simple.el (fill-comment, comment-column, comment-start)
8235 (comment-start-skip, comment-end, comment-indent-function)
8236 (block-comment-start, block-comment-end, indent-for-comment)
8237 (set-comment-column, kill-comment, comment-padding, comment-region)
8238 (comment-multi-line, indent-new-comment-line): Remove.
8239
8240 * bindings.el (esc-map): Change ; to comment-dwim and use the new
8241 function names for comment operations.
8242
8243 * newcomment.el: Add abundant autoload cookies.
8244 (comment-style): Don't depend on runtime data at compile-time.
8245 (comment-indent-hook): Remove.
8246 (comment-indent): Check if comment-indent-hook is bound.
8247 (comment-region): Docstring fix.
8248
6fc596cf
DL
82492000-05-25 Dave Love <fx@gnu.org>
8250
8251 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
8252 byte-code-function-p.
8253
8254 * mail/rmailsum.el: Add provide.
8255
8256 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
8257
8258 * smerge-mode.el (smerge-diff-switches): Don't use list* in
8259 defcustom.
8260
7997f1ca 82612000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8262
7997f1ca
MK
8263 * ediff-diff.el (ediff-exec-process): delete --binary option from
8264 non-buffer ediff jobs.
7f565d87 8265
e7a903e8
EZ
82662000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8267
8268 * hilit-chg.el (highlight-changes-mode): Ask about color or
8269 grayscale support, not about window-system.
8270
8271 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
8272 window-system.
8273 (ffap-highlight): Always default to t.
8274
8275 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
8276 display-popup-menus-p instead of looking at window-system.
8277
8278 * disp-table.el (standard-display-g1, standard-display-graphic):
8279 Only refuse to use string glyphs on X and MS-Windows.
8280
8281 * avoid.el: Remove window-system from commentary, suggest to use
8282 display-*-p instead.
8283
8284 * apropos.el (apropos-print): Use display-mouse-p instead of
8285 window-system.
8286
14028d57
EZ
82872000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8288
8289 * international/codepage.el (cp-decoding-vector-for-codepage):
8290 Fill up unsupported characters with their own codes. From Kenichi
8291 Handa.
8292
1a4f9cc1
EZ
82932000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8294
8295 * international/mule-diag.el (describe-char-after): Use
8296 display-graphic-p instead of window-system, so that this function
8297 works on MS-DOS.
8298
89f6ca4e
EZ
82992000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8300
8301 * international/codepage.el (cp-make-coding-systems-for-codepage):
8302 Remove the eight-bit-graphic and eight-bit-control charsets from
8303 the list of charsets which we convert into `?'.
8304
eacfd7fe
KH
83052000-05-25 Kenichi Handa <handa@etl.go.jp>
8306
8307 * international/mule-conf.el: Specify CHARSET-ID explicitely for
8308 private charsets.
8309 (mule-unicode-0100-24ff, japanese-jisx0213-1,
8310 japanese-jisx0213-2): New charsets.
8311
8312 * international/fontset.el: Setup default fontset for new charsets.
8313
deadf7e3
DL
83142000-05-24 Dave Love <fx@gnu.org>
8315
8316 * info.el (Info-find-node-2): Restructure [following "Vadim
8317 S. Solomin" <sovs@uic.nnov.ru>].
8318
8319 * icomplete.el: Fix header for Finder.
8320
83212000-05-24 Eric M. Ludlam <zappo@ultranet.com>
8322
8323 * rmailout.el (rmail-output-to-rmail-file): Added optional param
8324 STAY.
8325
8326 * rmail.el (rmail-automatic-folder-directives): New user variable.
8327 (rmail-show-message): Add call to `rmail-auto-file' during
8328 display.
8329 (rmail-auto-file): New function.
8330
6de3983f 83312000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8332
fc6a6a4e 8333 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 8334 account.
fc6a6a4e
GM
8335 (ediff-test-utility,ediff-diff-mandatory-option)
8336 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 8337 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 8338
fc6a6a4e 8339 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 8340 variable.
7f565d87 8341
fc6a6a4e 8342 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
8343 ediff-merge-filename-prefix.
8344
fc290d1d
MK
83452000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
8346
fc6a6a4e 8347 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 8348
273182b8
EZ
83492000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8350
8351 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
8352 aliases for hebrew-iso-8bit.
8353
f471ea57
EZ
83542000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8355
8356 * woman.el: New version from Francis J. Wright
8357 <F.J.Wright@Maths.QMW.ac.uk>.
8358 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
8359 names in environment variables regardless of the path separator.
8360 (woman-topic-all-completions-1): Don't call file-name-directory-p
8361 on all files, since woman-file-regexp already filters out any
8362 directories.
8363
01162f24
KH
83642000-05-24 Kenichi Handa <handa@etl.go.jp>
8365
48e3df76
KH
8366 * international/quail.el (quail-start-translation): Don't change
8367 modified-p of the current buffer.
8368 (quail-start-conversion): Likewise.
8369
8370 * international/kkc.el (kkc-region): Don't change modified-p of
8371 the current buffer.
8372
747d90ea
KH
8373 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
8374 conform to RFC1468.
8375 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 8376
17a223ff
EL
83772000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
8378
8379 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
8380 (speedbar-insert-button): Invisible text property fix.
8381 (speedbar-directory-plus): Renamed from speedbar-directory-+
8382 (speedbar-directory-minus): Renamed from speedbar-directory--
8383 (speedbar-page-plus): Renamed from speedbar-file-+
8384 (speedbar-page-minus): Renamed from speedbar-file--
8385 (speedbar-page): Renamed from speedbar-file-
8386 (speedbar-tag): Renamed from speedbar-tag-
8387 (speedbar-tag-plus): Renamed from speedbar-tag-+
8388 (speedbar-tag-minus): Renamed from speedbar-tag--
8389 (speedbar-expand-image-button-alist): Use above renames.
8390
8391 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
8392 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
8393 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
8394 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
8395 * sb-pg.xpm: Renamed from sb-file.xpm
8396 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
8397 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 8398
e6b6fc18
KH
83992000-05-24 Kenichi Handa <handa@etl.go.jp>
8400
8401 * international/quail.el (quail-show-guidance-buf): Set
8402 current-input-method of the guidance buffer to the name of the
8403 curren input method.
8404
a1a336eb
SM
84052000-05-23 Stefan Monnier <monnier@cs.yale.edu>
8406
8407 * progmodes/compile.el (compile-internal): Style typo.
8408
8409 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
8410 quote vars and functions in the docstring.
8411
8412 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
8413
8414 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
8415 Don't quote lambdas.
8416
8417 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
8418
9695b783
GM
84192000-05-23 Gerd Moellmann <gerd@gnu.org>
8420
716e3b88
GM
8421 * startup.el (command-line): Determine source file of compiled
8422 user init file differently. Warn if compiled user init file
8423 is older than its source file.
8424
9695b783 8425 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 8426
41ac433f
EZ
84272000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
8428
8429 * files.el (make-backup-file-name-1): Replace slashes with `!'
8430 rather than `|' (which is not allowed on Windows). Replace the
8431 drive letters with a string "drive_X".
8432
46600ab1
GM
84332000-05-23 Gerd Moellmann <gerd@gnu.org>
8434
8435 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
8436
8437 * files.el (interpreter-mode-alist): Add `bash2'.
8438
79a64d87
DL
84392000-05-22 Dave Love <fx@gnu.org>
8440
8441 * loadhist.el (feature-symbols, file-provides, file-requires): Use
8442 mapc.
8443 (feature-file): Avoid calling symbol-name. Doc fix.
8444 (file-set-intersect, file-dependents): Use dolist, not mapcar.
8445 (loadhist-hook-functions): Add mouse-position-function.
8446 (unload-feature): Change uses of mapcar.
8447
8448 * files.el (parse-colon-path): Doc fix.
8449 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
8450 (set-auto-mode): Use mapc.
8451
8452 * complete.el (PC-look-for-include-file): Use :alnum: character
8453 class.
8454 (partial-completion-mode): Add autoload cookie.
8455
0e8c11d8
SS
84562000-05-22 Sam Steingold <sds@gnu.org>
8457
ce75fd23 8458 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
8459 `add-text-properties' (bug introduced on 2000-05-18).
8460
d8d0fa6c
DL
84612000-05-22 Dave Love <fx@gnu.org>
8462
8463 * bindings.el: Remove debug-ignored-errors set in other files.
8464
8465 * progmodes/etags.el: Add to debug-ignored-errors.
8466 (visit-tags-table-buffer): Clear out buffers holding old tables
8467 when making a new list.
8468 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
8469 mapc.
8470
8471 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
8472 quote keywords.
8473 (cmpl-string-case-type): Use character classes.
8474
0e8c11d8
SS
8475 * comint.el:
8476 * textmodes/ispell.el:
8477 * imenu.el:
d8d0fa6c
DL
8478 * mail/mh-e.el:
8479 * progmodes/compile.el: Add to debug-ignored-errors.
8480
8481 * dabbrev.el: Add to debug-ignored-errors.
8482 (dabbrev-completion): Use mapc.
8483
1edbbf8a
EZ
84842000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
8485
8486 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
8487 (woman-mapcan, woman-parse-man.conf)
8488 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
8489 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
8490 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
8491 path syntax better.
8492 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
8493 (woman-manpath): Call woman-parse-man.conf.
8494 (woman-emulation): New defcustom, defaults to nroff.
8495 (woman-font-support): New defconst.
8496 (woman-use-symbol-font): New defcustom.
8497 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
8498 "Emulation".
8499 Many functions: Doc fix.
8500
5bd2148c
KH
85012000-05-22 Kenichi Handa <handa@etl.go.jp>
8502
8503 * international/quail.el (quail-simple-translation-keymap): Map
8504 128..255 to quail-self-insert-command.
8505 (quail-keyboard-layout-alist): Add definition for "pc102-de".
8506
4125ec7e
SM
85072000-05-22 Stefan Monnier <monnier@cs.yale.edu>
8508
a1a336eb
SM
8509 * help.el (help-manyarg-func-alist): Typo.
8510
40aeecad
SM
8511 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
8512 intervals which makes it heaps simpler.
8513
4125ec7e
SM
8514 * newcomment.el (comment-region-internal): Go back to BEG after quoting
8515 the nested comment markers.
e4da9c1c
SM
8516
8517 * subr.el (remove-hook): Don't turn the hook's value into a list.
8518
cb7216a7
DL
85192000-05-21 Dave Love <fx@gnu.org>
8520
ac266581
DL
8521 * edmacro.el (edmacro-parse-keys): Return vector if any elements
8522 are invalid characters.
8523
cb7216a7
DL
8524 * international/mule-util.el (detect-coding-with-priority): Use
8525 mapc. Remove redundant lambda.
8526
8527 * international/mule-diag.el (list-non-iso-charset-chars)
8528 (describe-fontset): Remove redundant lambda.
8529
8530 * emulation/crisp.el (brief-mode): New alias.
8531
8532 * emacs-lisp/ring.el (ring-elements): New function.
8533
8534 * emacs-lisp/easymenu.el (easy-menu-create-menu)
8535 (easy-menu-do-add-item): Use keywordp.
8536
8537 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
8538
8539 * replace.el: Doc and error message fixes.
8540 (replace-highlight): Use facep, not internal-find-face.
8541
9b0d1d6e
SM
85422000-05-20 Stefan Monnier <monnier@cs.yale.edu>
8543
b2d2cf58
SM
8544 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
8545
ffe7dc64
SM
8546 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
8547 (log-edit-insert-changelog): Drop `:' as well.
8548
8549 * log-view.el: Fix file description.
8550 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
8551 available.
8552 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
8553 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
8554
c8c21615
SM
8555 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
8556 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
8557 Print a status message if the toggle is called interactively.
8558 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
8559 for global minor modes and use `defcustom' for them.
8560 Use add-minor-mode.
8561 (easy-mmode-define-derived-mode): Remove.
8562 (define-derived-mode): Fancier default docstring.
8563 (easy-mmode-define-navigation): Signal an error rather than (ding).
8564
9b0d1d6e
SM
8565 * newcomment.el (comment-styles): New `box-multi'.
8566 (comment-normalize-vars): Better default for comment-continue to
8567 avoid whitespace-only continuations.
8568 (comment-search-forward): Always move even in the no-syntax case.
8569 (comment-padright): Only obey N if it's only obeyed for padleft.
8570 (comment-make-extra-lines): Better handling of empty continuations.
8571 Use `=' for the filler if comment-start has only one character.
8572 (uncomment-region): Try handling the special `=' filler.
8573 (comment-region): Allow LINES even if MULTI is nil.
8574 (comment-box): Choose box style based on comment-style.
8575
f5ee6d0f
KH
85762000-05-20 Kenichi Handa <handa@etl.go.jp>
8577
9b0d1d6e 8578 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
8579 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
8580
c9671f81
KH
85812000-05-20 Kenichi HANDA <handa@etl.go.jp>
8582
8583 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
8584 and insert, not subst-char-in-region.
8585
8586 * international/mule-diag.el (list-character-sets-1): Handle
8587 charsets eight-bit-control and eight-bit-graphic.
8588 (list-iso-charset-chars): Likewise.
8589 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
8590 charactes as is. Use indent-to to align characters.
8591
8592 * international/mule-cmds.el (find-multibyte-characters): Never
8593 exclude charsets eight-bit-control and eight-bit-graphic.
8594
1426aa5c
SM
85952000-05-19 Stefan Monnier <monnier@cs.yale.edu>
8596
8597 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
8598 Don't quote lambdas.
8599
8600 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
8601
2b63d473
GM
86022000-05-19 Gerd Moellmann <gerd@gnu.org>
8603
8604 * gud.el (gud-jdb-directories): Doc fix.
8605
f1355756
SM
86062000-05-19 Stefan Monnier <monnier@cs.yale.edu>
8607
8608 * newcomment.el: New file.
8609
5f64c9e0
GM
86102000-05-19 Gerd Moellmann <gerd@gnu.org>
8611
2b63d473 8612 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 8613
db7314bd
AS
86142000-05-18 Andreas Schwab <schwab@suse.de>
8615
8616 * dired.el (dired-between-files): Also skip lines beginning with
8617 `used'.
8618
25bb0401
GM
86192000-05-18 Gerd Moellmann <gerd@gnu.org>
8620
8621 * msb.el (msb-menu-cond): Add choice `user'.
8622
a199a865 86232000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 8624
a199a865
GM
8625 * ps-print.el: Compatibility, customization and doc fix.
8626 (ps-printer-name-option): Replace defconst by defvar.
8627 (ps-postscript-code-directory): XEmacs compatibility.
8628 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
8629 fix.
8630 (ps-user-defined-prologue, ps-print-prologue-header)
8631 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
8632 compatibility and code fix.
8633 (ps-print-background-image, ps-print-background-text):
8634 Customization fix.
8635 (ps-line-number-start, ps-n-up-on): New vars.
8636
25bb0401
GM
86372000-05-18 Espen Skoglund <esk@ira.uka.de>
8638
8639 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
8640 the indent-comment function to just return the appropriate indent.
8641
68e6c83a
EL
86422000-05-18 Eric M. Ludlam <zappo@ultranet.com>
8643
8644 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
8645 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
8646 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
8647
dae6cb9f
DL
86482000-05-18 Dave Love <fx@gnu.org>
8649
8650 * info.el (Info-fontify-node): Add intangible property as well as
8651 invisible.
8652
8653 * calendar/appt.el (appt-make-list): Match all lines of entry.
8654 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
8655
813086ea
KH
86562000-05-18 Kenichi Handa <handa@etl.go.jp>
8657
8658 * international/mule-diag.el (describe-char-after): Call
8659 internal-char-font, not char-font. If internal-char-font returns
8660 nil, display "-- none --".
8661
24978190
EZ
86622000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8663
8664 * image.el (image-type-available-p): Don't reference image-types
8665 if it isn't bound.
8666
2fca2d5d
SM
86672000-05-17 Stefan Monnier <monnier@cs.yale.edu>
8668
8669 * autoarg.el (autoarg-mode): Typo in the :set argument.
8670
cfc75d05
EZ
86712000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8672
8673 * startup.el (command-line-1): Don't signal an error if the
8674 directory for auto-save-list files does not yet exist.
8675
c4e30387
KH
86762000-05-17 Kenichi Handa <handa@etl.go.jp>
8677
8678 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
8679
dd6b8ea7
SM
86802000-05-16 Stefan Monnier <monnier@cs.yale.edu>
8681
8682 * subr.el (remove-hook): `setq' hook-value, not `set'.
8683
399c88ad
SS
86842000-05-16 Sam Steingold <sds@gnu.org>
8685
a199a865 8686 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 8687
01651f07
DL
86882000-05-16 Dave Love <fx@gnu.org>
8689
8690 * cus-edit.el: Don't require cl or easymenu.
8691 (custom-variable-prompt): Test standard-value property, not
8692 user-variable-p.
8693
2248c40d
SS
86942000-05-16 Sam Steingold <sds@gnu.org>
8695
8696 * subr.el (add-hook): `setq' hook-value, not `set'.
8697
b15f3b77
GM
86982000-05-16 Gerd Moellmann <gerd@gnu.org>
8699
8700 * startup.el (command-line-1): Mention the FAQ in the startup
8701 message.
8702
8703 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
8704
8705 * progmodes/compile.el (compilation-parse-errors): Collect
8706 `nomessage' regexps last.
8707
8708 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
8709
8710 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
8711 to the function name.
8712
f9bbcfac
EL
87132000-05-15 Dave Love <fx@gnu.org>
8714
8715 * speedbar.el (speedbar-recenter): Typo.
8716 (speedbar-expand-line): Make arg optional.
8717 (speedbar-mode): Avoid a compiler warning.
8718
119b42eb
GM
87192000-05-15 Gerd Moellmann <gerd@gnu.org>
8720
8721 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
8722 user-specified option string is empty.
8723
8724 * mouse.el (mouse-yank-at-click): Doc fix.
8725
f685bea9
EZ
87262000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
8727
8728 * term/internal.el (IT-character-translations): More updates of
8729 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
8730 documents.
8731
a1b8d58b
GM
87322000-05-15 Gerd Moellmann <gerd@gnu.org>
8733
8734 * env.el (getenv): New function, interactively callable.
8735 (setenv, getenv): Remove autoload cookies.
8736
8737 * loadup.el: Load `env'.
8738
8739 * progmodes/f90.el: Change author's mail address.
8740
c9bba7ed
DL
87412000-05-14 Dave Love <fx@gnu.org>
8742
e5c83697
DL
8743 * mail/rmail.el (rmail-show-message-hook): Customize and offer
8744 goto-addr as an option.
8745
8746 * help.el (help-xref-stack): Doc fix.
8747 (help-xref-following): New variable.
8748 (help-make-xrefs): Use it.
8749 (help-xref-go-back): Use position information from stack element.
8750 (help-follow): Make position in stack element a pair. Use
8751 help-xref-following.
399c88ad 8752
e5c83697
DL
8753 * autoarg.el: New file.
8754
8755 * faces.el: Declare more functions obsolete.
8756
c9bba7ed
DL
8757 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
8758 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
8759 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
8760 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
8761 Remove all the setup-...-environment functions.
8762
b6389bfb
EL
87632000-05-13 Eric M. Ludlam <zappo@ultranet.com>
8764
a1b8d58b
GM
8765 * speedbar.el: Updated the commentary section. xemacs20p now uses
8766 >= when detecting. Require `defimage' safely.
b6389bfb
EL
8767 (speedbar-easymenu-definition-base): Add toggle for images.
8768 (speedbar-easymenu-definition-special): Add flush cache & expand.
8769 (speedbar-visiting-tag-hook): Set new defaults. Added options.
8770 (speedbar-reconfigure-keymaps-hook): New variable.
8771 (speedbar-frame-parameters): Updated documentation.
8772 (speedbar-use-imenu-flag): Updated custom tag
8773 (speedbar-dynamic-tags-function-list): New variable.
8774 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
8775 (speedbar-indentation-width, speedbar-indentation-width) New
8776 variables.
8777 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
8778 (speedbar-vc-indicator): Doc update.
8779 (speedbar-ignored-path-expressions): Updated default value.
8780 (speedbar-supported-extension-expressions): Updated default value.
8781 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
8782 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
8783 as "+". Added overlay aliases.
8784 (speedbar-mode): Use `speedbar-mode-line-update' instead of
8785 `force-mode-line-update'.
8786 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
8787 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
8788 `mouse-set-point'
b6389bfb 8789 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
8790 (speedbar-item-info-tag-helper): Revamped to handle a wider range
8791 of arbitrary text, and new helper functions.
8792 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
8793 filename finder.
b6389bfb
EL
8794 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
8795 (speedbar-directory-buttons): Update path search/expansion.
8796 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
8797 `speedbar-indentation-width'. Use more care w/ invisible
8798 properties.
b6389bfb
EL
8799 (speedbar-change-expand-button-char): Call
8800 `speedbar-insert-image-button-maybe'.
8801 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
8802 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
8803 (speedbar-trim-words-tag-hierarchy)
8804 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 8805 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
8806 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
8807 functions.
b6389bfb
EL
8808 (speedbar-mouse-set-point): New function
8809 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
8810 (speedbar-line-token, speedbar-goto-this-file): Handle more types
8811 of tag prefix text.
8812 (speedbar-expand-line, speedbar-contract-line): Make more robust
8813 to strange text.
8814 (speedbar-expand-line): Takes universal argument to flush the
8815 cache.
b6389bfb
EL
8816 (speedbar-flush-expand-line): New function.
8817 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
8818 Use new generator insertion method.
8819 (speedbar-fetch-dynamic-tags): New function.
8820 (speedbar-fetch-dynamic-imenu): Removed code now handled in
8821 `speedbar-fetch-dynamic-imenu'.
8822 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
8823 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
8824 "Revert Buffer" menu items.
8825 (speedbar-buffer-buttons-engine): Be smarter when creating a
8826 filename tag (for expansion purposes.).
a1b8d58b
GM
8827 (speedbar-highlight-one-tag-line,
8828 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
8829 (speedbar-recenter): New functions.
b6389bfb 8830 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
8831 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
8832 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
8833 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
8834 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
8835 (speedbar-expand-image-button-alist): New variable.
8836 (speedbar-insert-image-button-maybe): Insert an image over some
8837 buttons.
8838
43fe9244
KH
88392000-05-13 Kenichi Handa <handa@etl.go.jp>
8840
8841 * international/mule-cmds.el (encode-coding-char): An ASCII
8842 character is always encodable.
8843
8844 * international/mule-conf.el: Add more information in descriptions
8845 of character sets.
8846
813086ea 8847 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
8848 (describe-font-internal): Adjusted for the change of font-info.
8849 (describe-font): Likewise.
8850 (print-fontset): Rewritten for the new fontset implementation.
8851 (describe-fontset): Include fontset alias names in completion.
8852 (list-fontsets): Adjusted for the change of print-fontset.
8853
8854 * simple.el (what-cursor-position): If DETAIL is non-nil, call
8855 describe-char-after instead of displaying the detail in the echo
8856 area.
813086ea
KH
8857 (syntax-code-table): Format changed.
8858 (string-to-syntax): Adjusted for the above change.
0e8c11d8 8859
e8564f57
SM
88602000-05-12 Stefan Monnier <monnier@cs.yale.edu>
8861
8862 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
8863
9278c60d
DL
88642000-05-12 Dave Love <fx@gnu.org>
8865
8866 * calendar/todo-mode.el: Remove some compatibility stuff and CL
8867 dependence. Use line-{beginning,end}-position, not
8868 point-at{b,e}ol. Some doc fixes.
8869 (todo-position): New function. Fix callers of position to use it.
8870 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
8871
be0505fe
GM
88722000-05-12 Gerd Moellmann <gerd@gnu.org>
8873
8874 * time.el (display-time-mail-icon): Use `:ascent center'.
8875
a8a3541c
GM
8876 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
8877 handling FTP security extensions.
399c88ad 8878
44d5f148
DL
88792000-05-11 Dave Love <fx@gnu.org>
8880
33d0c179 8881 * calendar/todo-mode.el: New file.
44d5f148 8882
da4496b6
GM
88832000-05-11 Gerd Moellmann <gerd@gnu.org>
8884
cdc4401d
GM
8885 * comint.el (comint-read-input-ring): Move reference to
8886 comint-input-ring-size outside of the save-excursion. It was
8887 causing the default value to be the only one ever seen.
399c88ad 8888
0279f991
GM
8889 * font-lock.el: Update copyright. Remove Simon Marshall's email
8890 address on request from him.
8891
da4496b6
GM
8892 * subr.el (substitute-key-definition): Add comment describing
8893 the meaning of PREFIX.
8894
ac5cb26d
SM
88952000-05-10 Stefan Monnier <monnier@cs.yale.edu>
8896
8897 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
8898
8899 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
8900 (add-minor-mode): Don't make the variable buffer-local and add a
8901 reference to define-minor-mode in the docstring.
8902
8903 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
8904 HEADER/FOOTER and fix bug with trailing empty directory.
8905 (cvs-append-to-ignore): Use vc-editable-p if available.
8906 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
8907 (vc-do-command): Tweak advice to handle the new VC.
8908
8909 * log-view.el (log-view-goto-rev): New function for the new VC.
8910 (log-view-minor-wrap): Use mark-active.
8911
8912 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
8913 (log-edit-changelog-full-paragraphs): New var.
8914 (log-edit-insert-changelog): Remove a lonely leading `* file'.
8915 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
8916 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
8917 (log-edit-changelog-ours-p, log-edit-changelog-entries)
8918 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
8919 Replace the `cvs' prefix with `log-edit'.
8920
8921 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
8922
8923 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
8924 (diff-font-lock-defaults): Explicitly turn off multiline.
8925 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
8926 (diff-ediff-patch): Fix call to ediff-patch-file.
8927 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
8928 Handle comments.
8929
8930 * frame.el (automatic-hscrolling): Typo.
8931
8932 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
8933
21c34da3
DL
89342000-05-09 Sam Steingold <sds@goems.com>
8935
8936 * apropos.el (apropos-print): use `describe-face' instead of
8937 `customize-face-other-window'.
8938
950cf06f
DL
89392000-05-09 Dave Love <fx@gnu.org>
8940
8941 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
8942
8943 * help.el (describe-variable): Have customize button pop the
8944 help-xref stack when invoked.
8945 (help-xref-symbol-regexp): Add `face'.
8946 (help-make-xrefs): Check for quoted face names and adapt regexp
8947 submatch numbers to cope.
8948 (help-xref-interned): Maybe insert face doc too. Separate
8949 sections with a line of hyphens.
8950
0623e40f 8951 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
8952 (describe-face): Add customize button. Return the help
8953 text. Fix prompt.
8954
82e2ca9d
EZ
89552000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
8956
8957 * term/internal.el (IT-character-translations): Fix last change.
8958
10c00b5c
EZ
89592000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8960
8961 * woman.el: New file
8962 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
8963
9deed82f
EZ
89642000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8965
001ad319
EZ
8966 * term/internal.el (IT-character-translations): Update ASCII
8967 simulations for greek-iso8859-7, add latin-iso8859-14 and
8968 latin-iso8859-15.
8969
9deed82f
EZ
8970 * international/mule-cmds.el (set-language-info-alist): Call
8971 define-prefix-command with 3 arguments, to make the map suitable
8972 for a menu.
8973
4f37b78a
DL
89742000-05-07 Dave Love <fx@gnu.org>
8975
1ec321a7 8976 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 8977
64a4c526
DL
89782000-05-05 Dave Love <fx@gnu.org>
8979
8980 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
8981 list in doc string. Don't quote keyword symbols.
8982 * emacs-lisp/cl.el: Likewise
8983 * emacs-lisp/cl-seq.el: Likewise
8984
056565f7
GM
89852000-05-05 Gerd Moellmann <gerd@gnu.org>
8986
8987 * abbrev.el (abbrev-mode): Make ARG optional.
8988
4656b314
GM
89892000-05-04 Gerd Moellmann <gerd@gnu.org>
8990
ec82fb2f
GM
8991 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
8992
8993 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
8994
4656b314
GM
8995 * subr.el (substitute-key-definition): Clarify documentation.
8996
89972000-05-04 Milan Zamazal <pdm@freesoft.cz>
8998
8999 * glasses.el (glasses-convert-to-unreadable): Use
9000 `glasses-separator' instead of the hard-wired "_".
9001 (glasses-mode): Call `glasses-make-unreadable' only in a single
9002 place.
9003
7b081c78
EZ
90042000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
9005
9006 * term/internal.el (cjk-codepages-alist): Add associations for
9007 Chinese and Korean codepages. Remove FIXME comment.
9008
baa5536e
DL
90092000-05-03 Dave Love <fx@gnu.org>
9010
9011 * time.el (display-time-mail-face, display-time-use-mail-icon):
9012 New option.
9013 (display-time-mail-icon): New variable.
9014 (display-time-string-forms): Use the above. Fix the local-map.
9015
cbf18892
GM
90162000-05-03 Gerd Moellmann <gerd@gnu.org>
9017
4ff40dd0
GM
9018 * replace.el (query-replace-map): Add binding for `E'.
9019 (query-replace-help): Extend help text.
9020 (perform-replace): Allow editing the replacement string.
9021
9022 * make-mode.el (makefile-mode-abbrev-table): New variable.
9023 (makefile-mode): Set local abbrev table to
9024 makefile-mode-abbrev-table.
9025 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 9026
cbf18892
GM
9027 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
9028 set TOGGLE's value.
9029
4ff40dd0
GM
9030 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
9031 mail-interactive-insert-alias.
9032 (mail-abbrev-complete-alias): New command.
9033 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 9034
ffec4d9f
KH
90352000-05-03 Kenichi Handa <handa@etl.go.jp>
9036
9037 * language/lao-util.el (lao-compose-region): New function.
9038
1b0672c3
GM
90392000-05-02 Gerd Moellmann <gerd@gnu.org>
9040
576da55d
GM
9041 * files.el (recover-session): Make directories as necessary
9042 if they don't exist yet.
9043
399c88ad
SS
9044 * calendar/cal-french.el
9045 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
9046 (french-calendar-special-days-array): Change French text.
9047 (calendar-french-date-string): Change output.
9048 (calendar-goto-french-date): Likewise.
9049
90502000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
9051
9052 * wid-edit.el (widget-default-active): Obey `:always-active'.
9053 (widget-documentation-string-value-create): Set `:always-active'.
9054
4b33deaa
EZ
90552000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9056
9057 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
9058 default prefix to `~/_emacs.d/auto-save.list/_s'.
9059 (normal-top-level): Create the directory for auto-save files, if
9060 it doesn't already exist (in the ms-dos case only).
9061
5c922ea7
EZ
90622000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9063
9064 * international/mule-cmds.el (set-language-environment): Don't
9065 concat an integer (dos-codepage), use format instead.
9066
820ad5e7
DL
90672000-05-02 Dave Love <fx@gnu.org>
9068
9069 * help.el (help-xref-on-pp): Check for constant symbols.
9070
57cb56f5
GM
90712000-04-29 Gerd Moellmann <gerd@gnu.org>
9072
9073 * startup.el (normal-top-level): Put a condition-case around
9074 the code loading subdirs.el.
9075
90762000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 9077
57cb56f5
GM
9078 * ps-print.el: Upside-down and face background color printing,
9079 line number step, doc fix.
9080 (ps-print-version): New version number (5.2).
9081 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
9082 (ps-face-attribute-list, ps-plot-with-face): Code fix.
9083 (ps-spool-config): Var fix.
9084 (ps-printer-name-option): Const fix.
9085 (ps-print-upside-down, ps-use-face-background)
9086 (ps-line-number-step): New vars.
9087 (ps-window-system, ps-lp-system): New consts.
9088 (ps-face-background): New fun.
9089
084cec2f
GM
90902000-04-28 Richard Stallman <rms@gnu.org>
9091
9092 * files.el (make-auto-save-file-name):
9093 Apply auto-save-file-name-transforms to visited file name
9094 before generating auto save file name.
9095 (auto-save-file-name-transforms): New variable.
9096
399c88ad 9097 * files.el (backup-enable-predicate):
084cec2f
GM
9098 Correctly test for a file under a temporary directory.
9099
c94f4677
GM
91002000-04-28 Gerd Moellmann <gerd@gnu.org>
9101
9102 * subr.el (add-minor-mode): Rewritten.
9103
7b211df5
KH
91042000-04-28 Kenichi Handa <handa@etl.go.jp>
9105
9106 * mail/sendmail.el (sendmail-send-it): Set
9107 buffer-file-coding-system to the selected coding system for MIME
9108 header.
9109
c76e04a8 91102000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 9111
c76e04a8
GM
9112 * dired.el (dired-move-to-filename-regexp): Allow format where
9113 YYYY is followed by two spaces.
e3e36d74 9114
c76e04a8
GM
9115 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
9116 in the second character class of the regexp.
9117
9118 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
9119 mh-etc, too.
353964e3 9120
c76e04a8
GM
9121 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
9122 nil.
399c88ad 9123
353964e3
GM
9124 * subr.el (add-minor-mode): Use `set' instead of `setq'.
9125
9126 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
9127 argument.
9128
c76e04a8 91292000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 9130
c76e04a8
GM
9131 * emacs-lisp/crm.el (crm-completion-table): New variable.
9132 (crm-collection-fn, crm-test-completion)
9133 (completing-read-multiple): Use it.
9134
91352000-04-27 Dave Love <fx@gnu.org>
9136
9137 * help.el (locate-library): Use mapc.
9138 (help-manyarg-func-alist): Add call-process-region.
9139
7464346d
GM
91402000-04-26 Gerd Moellmann <gerd@gnu.org>
9141
b35bd33d
GM
9142 * subr.el (add-minor-mode): Make argument MAP optional.
9143
7464346d
GM
9144 * desktop.el (desktop-save): Save list of minor modes.
9145 (desktop-create-buffer): Restore minor modes.
9146 (desktop-minor-mode-table): New user-option.
9147
9148 * subr.el (add-minor-mode): New function.
9149
9150 * image.el (find-image): New function.
9151 (defimage): Rewritten to find image at load time.
9152
9153 * startup.el (normal-top-level-add-to-load-path): Handle
9154 case that the default directory is not in load-path.
9155
9156 * help.el: Old patch from Stefan Monnier.
9157 (help-xref-on-pp): New function.
9158 (describe-variable): Use it to display xrefs in a symbol's value.
9159
23c0fb21
SM
91602000-04-26 Stefan Monnier <monnier@cs.yale.edu>
9161
9162 * cus-edit.el (custom-face): Fix parenthesis.
9163
fad95037
KH
91642000-04-26 Kenichi Handa <handa@etl.go.jp>
9165
f03392a1
KH
9166 * mail/rmail.el (rmail-expunge): When there are no deleted
9167 messages, do nothing.
fad95037 9168
0d7c5bb9
DL
91692000-04-26 Dave Love <fx@gnu.org>
9170
9171 * international/mule-cmds.el (locale-translation-file-name):
9172 Defvar to nil.
9173 (set-locale-environment): Set it here (at runtime).
9174
612839b6
GM
91752000-04-25 Gerd Moellmann <gerd@gnu.org>
9176
9177 * replace.el (perform-replace): Add parameters START and END. Use
9178 them instead of the check for a region in Transient Mark mode.
9179 (query-replace-read-args): Return two more list elements for the
9180 start and end of the region in Transient Mark mode.
9181 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9182 (map-query-replace-regexp, replace-string, replace-regexp): Add
9183 optional last arguments START and END and pass them to
9184 perform-replace.
9185
9186 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
9187 form with additional arguments for perform-replace.
9188
9189 * progmodes/etags.el (tags-query-replace): Add parameters START
9190 and END. Construct a form with additional arguments for
9191 perform-replace.
9192
9193 * simple.el (shell-command): Set default directory for "*Shell
9194 Command Output" buffer.
9195
9196 * language/european.el (iso-latin-4): Fix typo.
9197
9198 * emacs-lisp/crm.el: New file.
9199
2917cc05
DL
92002000-04-24 Dave Love <fx@gnu.org>
9201
9202 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9203 (Custom-reset-saved, Custom-reset-standard)
9204 (custom-group-value-create, custom-group-set, custom-group-save)
9205 (custom-group-reset-current, custom-group-reset-saved)
9206 (custom-group-reset-standard): Use mapc.
9207 (custom-buffer-create-internal): Disable undo when creating items.
9208 Use mapc.
9209 (custom-face): Avoid redundant lambda.
9210
abfcc168
GM
92112000-04-24 Gerd Moellmann <gerd@gnu.org>
9212
9213 * startup.el (auto-save-list-file-prefix): Set default to
9214 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
9215
fa78f71b
SS
92162000-04-24 Sam Steingold <sds@gnu.org>
9217
9218 * time-stamp.el (time-stamp-string-preprocess): Always convert
9219 `field-result' to a string.
9220
cc181e95
GM
92212000-04-24 Gerd Moellmann <gerd@gnu.org>
9222
9223 * frame.el (scrolling): New group.
9224 (automatic-hscrolling): New user-option.
9225
9226 * startup.el (command-line-x-option-alist): Add `-lsp' and
9227 `--line-spacing'.
9228
6142fdcb
DL
92292000-04-19 Dave Love <fx@gnu.org>
9230
9231 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
9232 (cl-mapc): Rename from mapc. Fix the funcall.
9233
5e3dac3f
GM
92342000-04-19 Gerd Moellmann <gerd@gnu.org>
9235
1c459486
GM
9236 * simple.el (clone-indirect-buffer-other-window): New command.
9237 (clone-indirect-buffer): Add optional arg NORECROD.
9238 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
9239
271b4185
GM
9240 * help.el (resize-temp-buffer-window): Use count-screen-lines.
9241
9242 * window.el (count-screen-lines): New function.
9243 (shrink-window-if-larger-than-buffer): Use count-screen-lines
9244 instead of window-buffer-height.
9245
9246 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
9247 non-existing variable comint-input-sentinel.
9248 (inferior-lisp-args-to-list): Removed.
9249 (inferior-lisp): Use split-string instead of
9250 inferior-lisp-args-to-list.
9251
9252 * hexl.el (hexl-insert-hex-string): New command.
9253
5e3dac3f
GM
9254 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
9255 instead of concat.
9256
f6d3257b
GM
92572000-04-18 Gerd Moellmann <gerd@gnu.org>
9258
9259 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
9260 at the start of an existing but empty folder.
9261
92622000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9263
9264 * ps-mule.el: Customization fix, doc fix.
9265 (ps-multibyte-buffer): Customization fix.
9266
8b7bc628 92672000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
9268
9269 * subr.el (read-passwd): Use read-char-exclusive.
9270
0daee095
GM
92712000-04-17 Gerd Moellmann <gerd@gnu.org>
9272
9273 * textmodes/texinfo.el (texinfo-insert-@email)
9274 (texinfo-insert-@emph, texinfo-insert-@quotation)
9275 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
9276 (texinfo-mode-map): Add key bindings for them.
9277
9278 * files.el (basic-save-buffer-2): Use a template with `$'
9279 instead of `#' for VMS.
9280
9281 * simple.el (clone-indirect-buffer): New function.
9282
e10f64e7
GM
92832000-04-16 Stephen Eglen <stephen@gnu.org>
9284
9285 * iswitchb.el (iswitchb-case): New function. If the user input
9286 contains any upper-case characters, the search is made
9287 case-sensitive.
9288
e3721db1
SM
92892000-04-17 Stefan Monnier <monnier@cs.yale.edu>
9290
e10f64e7
GM
9291 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
9292 comment-end.
e3721db1
SM
9293 (texinfo-font-lock-syntactic-keywords): New var.
9294 (texinfo-font-lock-keywords): Remove comment regexp.
9295 (texinfo-insert-block): New function.
9296 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
9297 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
9298 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 9299 (texinfo-environments): New var.
e10f64e7
GM
9300 (texinfo-environment-regexp): Use regexp-opt and
9301 texinfo-environments.
e3721db1 9302
e10f64e7
GM
9303 * textmodes/ispell.el (ispell-menu-map-needed): Check that
9304 ispell-process is bound since this might be eval'd before ispell
9305 is loaded.
9306 (ispell-message): Use a tiny bit less magic and a bit more hard
9307 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
9308
9309 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
9310
9311 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
9312 (insert-cyclic-diary-entry): Unquote the lambda.
9313
9314 * gud.el (gud-jdb-build-source-files-list): Fix typo.
9315
9316 * files.el (backup-enable-predicate): Unquote the lambda.
9317
9318 * cus-edit.el (custom-face, face): Unquote the lambda.
9319
712dc9e0
GM
93202000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9321
9322 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 9323
712dc9e0
GM
9324 * ps-print.el: Fix counting lines in a region.
9325 (ps-print-version): New version number (5.1.5).
9326 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
9327 (ps-printing-region): Fun code fix.
9328
ffc50f2a
GM
93292000-04-15 Gerd Moellmann <gerd@gnu.org>
9330
9331 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
9332 to file-directory-p.
9333
a2522dca
GM
93342000-04-14 Gerd Moellmann <gerd@gnu.org>
9335
9336 * gud.el (gud-jdb-build-source-files-list): Check that directory
9337 exists before calling directory-files.
9338
6e883610
DL
93392000-04-13 Dave Love <fx@gnu.org>
9340
9341 * emacs-lisp/trace.el: Change maintainer. Use new backquote
9342 syntax.
9343
9344 * emacs-lisp/cl-specs.el: Remove when, unless.
9345
9346 * emacs-lisp/cl-extra.el: Don't quote keywords.
9347 (cl-old-mapc): New variable.
9348 (mapc): Use it.
9349 (cl-map-intervals): Use with-current-buffer. Don't check for
9350 next-property-change.
9351 (cl-map-overlays): Use with-current-buffer.
9352 (cl-expt): Remove.
9353 (copy-tree, remprop): Define unconditionally.
9354
9355 * emacs-lisp/cl-compat.el (keywordp): Remove.
9356
9357 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
9358 to use keywordp.
9359 (edebug-spec): Enable keywordp.
9360
9361 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
9362 string-lessp.
9363
9364 * cus-start.el: Use keywordp.
9365
198e3c7a
GM
93662000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9367
9368 * diary-lib.el (include-other-diary-files): Fix the fix of
9369 2000-02-18 by doing a save-excursion.
9370
93712000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9372
9373 * ps-print.el: Customization fix, doc fix.
9374 (ps-print-version): New version number (5.1.4).
9375 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
9376 (ps-print-preprint): Adjust code.
9377 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
9378 (ps-print-prologue-header, ps-print-control-characters)
9379 (ps-spool-config): Customization fix.
fa78f71b 9380
8eba343c
EZ
93812000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
9382
9383 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
9384 converted to the new menu-item format, names silightly changed,
9385 help strings added.
9386
9387 Support for spelling without async subprocesses:
9388
9389 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
9390 (ispell-session-buffer): New variables.
9391 (ispell-start-process, ispell-process-status,
9392 ispell-accept-output, ispell-send-string): New functions, for
9393 Ispell invocation when async subprocesses aren't supported.
9394 (ispell-word, ispell-pdict-save, ispell-command-loop,
9395 ispell-process-line, ispell-buffer-local-parsing): Replace calls
9396 to process-send-string with calls to ispell-send-string, and
9397 accept-process-output with ispell-accept-output.
9398 (ispell-init-process): Call ispell-process-status instead of
9399 process-status with.
9400 (ispell-init-process): Call ispell-start-process. Call
9401 ispell-accept-output and ispell-send-string. Don't call
9402 process-kill-without-query and kill-process if they are unbound.
9403 (ispell-async-processp): New function.
9404
3d30065d
DL
94052000-04-12 Dave Love <fx@gnu.org>
9406
9407 * info.el: Add debug-ignored-errors.
9408 (Info-mode-menu): Add some items.
9409 (Info-directory): Add autoload cookie.
9410
9411 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
9412 Modify `truncate-lines'. Make `describe-language-environment'
9413 always visible and add help. Modify `describe-key' help. Invoke
9414 Info-directory from `info'. New entry `emacs-manual'.
9415
1a1b1895
GM
94162000-04-10 Gerd Moellmann <gerd@gnu.org>
9417
8b2affc5
GM
9418 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
9419 propertized-buffer-identification.
9420 (ebrowse-update-member-buffer-mode-line): Likewise.
9421 (ebrowse--mode-strings): Removed.
9422 (ebrowse--mode-line-props): Removed.
9423
1a1b1895
GM
9424 * files.el (auto-mode-alist): Add `EBROWSE'.
9425
9426 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
9427 space before testing for end of buffer.
9428 (ebrowse-load): Removed.
9429 (ebrowse-revert-tree-buffer-from-file): Rewritten.
9430 (ebrowse-create-tree-buffer): Rewritten.
9431 (ebrowse-tree-mode): Read tree from buffer.
9432
9433 * progmodes/ebrowse-ffh.el: Removed.
9434
223f3c91
KH
94352000-04-10 Kenichi Handa <handa@etl.go.jp>
9436
9437 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
9438
25fbf2c4
GM
94392000-04-10 Gerd Moellmann <gerd@gnu.org>
9440
9441 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
9442 at the wrong place.
9443
92c13173
DL
94442000-04-09 Dave Love <fx@gnu.org>
9445
9446 * files.el (backup-enable-predicate): Use
9447 temporary-file-directory, small-temporary-file-directory.
9448 (make-backup-file-name-function, backup-directory-alist): New
9449 variables.
9450 (make-backup-file-name-1): New function.
9451 (make-backup-file-name): Use it.
9452 (find-backup-file-name): Likewise. Use format for clarity, not
9453 concat.
9454 (file-newest-backup): Use make-backup-file-name.
9455
be0dbdab
GM
94562000-04-09 Gerd Moellmann <gerd@gnu.org>
9457
c45be9ac 9458 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 9459
c45be9ac
GM
9460 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
9461 to ebrowse-ffh.el.
9462 (ebrowse-load): Add autoload.
9463
9464 * finder.el (finder-commentary): Add autoload cookie.
9465
be0dbdab
GM
9466 * mail/rfc2368.el: Correct author's email address.
9467
9468 * progmodes/ebrowse.el: New file.
9469
9470 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
9471 item help string.
9472 (easy-menu-do-add-item): Ditto.
9473 (easy-menu-define): Extend doc string.
9474
9475 * jit-lock.el (with-buffer-unmodified): Use
9476 restore-buffer-modified-p.
9477 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
9478 (jit-lock-function, jit-lock-stealth-fontify): Don't use
9479 with-buffer-unmodified.
9480
3f923efe
DL
94812000-04-08 Dave Love <fx@gnu.org>
9482
9483 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
9484 unless, when.
9485
d35bee0e
MK
94862000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
9487
9488 * viper-util.el (viper-put-on-search-overlay): New subroutine.
9489 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 9490 doesn't support face.
d35bee0e 9491 Use `viper-put-on-search-overlay'.
fa78f71b 9492
c407c570
GM
94932000-04-04 Gerd Moellmann <gerd@gnu.org>
9494
9495 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
9496 like C-r.
9497
9498 * progmodes/make-mode.el: Some doc fixes.
9499 (makefile-mode-abbrev-table): New variable.
9500 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
9501 (makefile-font-lock-keywords): Fontify includes and conditionals.
9502 (toplevel): Require `dabbrev' and `add-log' when compiling.
9503
9504 * replace.el (perform-replace): Don't move forward one char
9505 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
9506 to do that because it leaves point 1 position after the last
9507 replacement, after everything has been replaced.
9508
9509 * jit-lock.el (with-buffer-unmodified): New macro.
9510 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
9511 modified state.
9512 (jit-lock-function-1): Extracted from jit-lock-function; not
9513 preserving buffer's modified state.
9514 (jit-lock-function, jit-lock-stealth-fontify): Call
9515 jit-lock-function-1.
9516
9517 * mail/rfc2368.el: Remove supernumerary copyright line.
9518
685e5ed2
GM
95192000-04-04 Milan Zamazal <pdm@freesoft.cz>
9520
9521 * glasses.el: Provide facilities for inserting space before left
9522 parentheses and uncapitalization of identifiers.
9523 (glasses-mode): Try to remove old overlays in all cases.
9524
0166aed1
GM
95252000-04-03 Gerd Moellmann <gerd@gnu.org>
9526
62f20204
GM
9527 * progmodes/compile.el (compile-internal): Display the compilation
9528 buffer in a different frame, if it's already displayed there.
9529
6460c400
GM
9530 * mail/rfc2368.el: New file.
9531
c0510d27
GM
9532 * simple.el (sendmail-user-agent-compose): Recognize a `body'
9533 header and insert its value as mail body.
9534
9535 * subr.el (member-ignore-case): New function.
9536
9537 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
9538 (dabbrev--find-expansion): Ignore buffers matching a regexp
9539 from dabbrev-ignored-regexps.
9540
0166aed1
GM
9541 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
9542 to extensions handled by gzip.
9543
c0510d27
GM
95442000-04-03 Richard M. Stallman <rms@gnu.org>
9545
9546 * files.el (insert-directory): List the total free space
9547 along with the used space.
fa78f71b 9548
c0510d27
GM
9549 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
9550 line is followed by one that matches CITATION-REGEXP, end the
9551 paragraph.
9552
95532000-04-03 Markus Rost <rost@delysid.gnu.org>
9554
9555 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
9556 (rmail-make-basic-summary-line): Use that option.
fa78f71b 9557
14c04384
KH
95582000-04-03 Kenichi Handa <handa@etl.go.jp>
9559
9560 * international/mule-cmds.el (encoded-string-description):
9561 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
9562 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
9563 for hexadecimal format.
14c04384 9564
ccf5869a
DL
95652000-04-01 Dave Love <fx@gnu.org>
9566
9567 * cpp.el: Change customization group to `c' from `C'.
9568
9569 * vcursor.el (vcursor-move): Use display-color-p.
9570
9571 * international/mule-util.el: Provide mule-utils.
9572 (string-to-sequence): Simplify and speed up.
9573
9574 * international/mule.el (make-coding-system): Purecopy doc-string.
9575
9576 * international/mule-cmds.el: Various menu changes.
9577 (describe-specified-language-support): Handle `Default'.
9578 (set-language-info): Purecopy `info'.
9579
610d841e
GM
95802000-03-31 Andrew Innes <andrewi@gnu.org>
9581
9582 * vc.el (vc-backend-diff): Return the correct status if we had to
9583 retry the rcsdiff command without the --brief option.
fa78f71b 9584
7f9de034
DL
95852000-03-31 Dave Love <fx@gnu.org>
9586
2de47765
DL
9587 * help.el (help-manyarg-func-alist): Correct several omissions.
9588
72838819
DL
9589 * add-log.el: Don't require cl, fortran.
9590 (add-log-current-defun-function): Doc fix.
9591 (change-log-version-number-regexp-list): Remove SCCS part. Doc
9592 fix.
9593 (change-log-version-rcs): Function deleted.
9594 (change-log-version-number-search): Doc fix. Use
9595 vc-workfile-version. Avoid CL dolist.
9596 (add-change-log-entry): Just call add-log-current-defun to get
9597 defun. Simplify somewhat.
9598 (change-log-get-method-definition-1): Likewise.
9599 (add-log-current-defun): Return nil if calling
9600 add-log-current-defun-function does so. Move Fortran stuff to
9601 fortran.el. Return string without properties.
9602
7f9de034
DL
9603 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
9604 and :alpha: char classes.
9605
9606 * mail/supercite.el: Defvar curline when compiling.
9607 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
9608 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
9609 rather than a-zA-Z0-9 to allow non-ASCII characters.
9610
aa110c0c
GM
96112000-03-31 Gerd Moellmann <gerd@gnu.org>
9612
9613 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
9614
9615 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9616 Re-enable new code.
9617
9618 * lpr.el (print-region-1): Use -d to specify printer name for
9619 systems `usg-unix-v*, `dgux', `hpux', `irix'.
9620
96212000-03-31 Dave Love <fx@gnu.org>
fa78f71b 9622
aa110c0c
GM
9623 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
9624 for function definition in symbol's function value slot first
9625 instead of first consulting byte-compile-function-environment.
fa78f71b 9626
6733d074
KH
96272000-03-31 Kenichi Handa <handa@etl.go.jp>
9628
9629 * language/european.el ("Polish"): New language environment.
9630 (setup-polish-environment): New function.
9631
63fcfa04
GM
96322000-03-30 Gerd Moellmann <gerd@gnu.org>
9633
9634 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9635 Disable new code.
9636
9637 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
9638 trying to `load' the symbol of an autoload instead of the file
9639 recorded in the autoload. Fix error messages.
9640
7438c86b
GM
96412000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9642
9643 * ps-print.el: PostScript programming fix for ghostview, doc fix.
9644 (ps-print-version): New version number (5.1.3).
9645 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
9646 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
9647 (ps-generate-postscript-with-faces): Code fix.
9648 (ps-color-values): XEmacs compatibility.
9649 (ps-print-background-image, ps-print-background-text, ps-printer-name)
9650 (ps-default-fg, ps-default-bg): Adjust customization.
9651 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
9652 (ps-color-scale): Renaming old ps-color-value fun.
9653 (ps-print-headers): Replace ps-print-header group to avoid conflict
9654 with ps-print-header variable.
9655 (ps-print-miscellany): New group.
9656 (ps-format-color, ps-rgb-color): New funs.
9657 (ps-default-foreground): New var.
9658 (ps-printer-name-option): New const.
fa78f71b 9659
326855a0
PB
96602000-03-30 Peter Breton <pbreton@ne.mediaone.net>
9661
1f56ba73
PB
9662 * net/net-utils.el:
9663 (network-connection-host, network-connection-service): New variables
9664 (network-connection-mode): New mode, derived from comint-mode
9665 (network-connection-mode-setup): New function, saves host and
fa78f71b 9666 service information in local variables.
1f56ba73 9667
326855a0
PB
9668 * lisp/locate.el:
9669 (locate-word-at-point): Added this function
9670 (locate): Default to using locate-word-at-point as input
9671 Run dired-mode-hook
9672
141384bd
DL
96732000-03-29 Dave Love <fx@gnu.org>
9674
9675 * calendar/appt.el: Doc fixes.
9676 (appt-check): Convert min-to-app to a string before passing to
9677 appt-disp-window-function or concat.
9678 (appt-delete-window): Remove test for frame-root-window.
9679 (appt-select-lowest-window, appt-convert-time): Simplify.
9680
9681 * emacs-lisp/bytecomp.el: Doc fixes.
9682 (byte-compile-file-form-autoload): Update
9683 byte-compile-function-environment.
9684
c5aa0fc2
AS
96852000-03-29 Andreas Schwab <schwab@suse.de>
9686
9687 * emacs-lisp/autoload.el: Also print defsubst doc string
9688 specially.
9689
9690 * dired.el (dired-insert-directory): If dired-free-space-program
9691 failed just delete its output.
9692
f1d6fe69
DL
96932000-03-29 Dave Love <fx@gnu.org>
9694
9695 * international/iso-cvt.el: Move provide to end. Doc fixes.
9696 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
9697 (iso-iso2sgml, iso-sgml2iso): New functions.
9698 (iso-cvt-define-menu): Fix some entries and use backquote for
9699 clarity.
9700
9701 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
9702
b61f1215
GM
97032000-03-28 Gerd Moellmann <gerd@gnu.org>
9704
9705 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
9706 ISO-DATE. If non-nil, return date in ISO 8601 format.
9707
ea4b0ca3
SM
97082000-03-26 Stefan Monnier <monnier@cs.yale.edu>
9709
3831af62
SM
9710 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
9711 if it ever becomes used.
9712 (log-edit-mode-hook): Default to vc-log-mode-hook.
9713 (log-edit-mode): Fix the docstring.
9714
ea4b0ca3
SM
9715 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
9716 the code.
9717
08f8b1cc
DL
97182000-03-26 Dave Love <fx@gnu.org>
9719
082527fe
DL
9720 * net/browse-url.el (browse-url): Re-fix case of
9721 browse-url-browser-function being an alist.
9722 (browse-url): Add :link to defgroup.
9723
08f8b1cc
DL
9724 * files.el: Doc fixes.
9725 (file-truename): Include `[' in wildcard characters.
9726 (automount-dir-prefix): Customize.
9727 (find-file-wildcards): Add :version.
9728 (find-file-noselect): Simplify a mapcar call.
9729
9730 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
9731 compatible with inf-lisp version.
9732 (eval-defun-1): Fix custom-declare-variable case.
9733
ea4b0ca3
SM
97342000-03-25 Stefan Monnier <monnier@cs.yale.edu>
9735
9736 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
9737
9a0dd3dc
GM
97382000-03-24 Gerd Moellmann <gerd@gnu.org>
9739
b68c375f
GM
9740 * Makefile (COMPILE_FIRST): New macro.
9741 (compile-files): Compile files from COMPILE_FIRST first.
9742
9743 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
9744 code.
9745
9a0dd3dc
GM
9746 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
9747 matching open parenthesis in column 0 to defun-prompt-regexp
9748 only if open-paren-in-column-0-is-defun-start is set.
9749
9750 * sun-curs.el: Require CL at compile-time only.
9751
9752 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
9753 instead of copy-list which is a function from CL.
9754 (msb--choose-menu, msb--mode-menu-cond)
9755 (msb--create-buffer-menu-2): Use dolist instead of mapc.
9756 (msb--init-file-alist): Use mapcar instead of mapcan.
9757 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
9758 `(' in column 0 in doc string.
9759 (msb--add-separators): Use mapcar instead of mapcan.
9760
9761 * cus-dep.el: Require CL at compile-time only.
9762
c7dcadb5
SM
97632000-03-24 Stefan Monnier <monnier@cs.yale.edu>
9764
9765 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
9766 (byte-compile-warnings): New warning `noruntime'.
9767 (byte-compile-constants, byte-compile-variables): Fix docstring.
9768 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
9769 execute `eval-whenc-compile's body.
9770 (byte-compile-unresolved-functions): Fix docstring.
9771 (byte-compile-eval): New function.
9772 (byte-compile-callargs-warn): Check if the function will be available
9773 at runtime (via property `byte-compile-noruntime').
9774 (byte-compile-print-syms): New function.
9775 (byte-compile-warn-about-unresolved-functions): Also warn about
9776 `noruntime' functions (and use `byte-compile-print-syms').
9777 (byte-compile-file): Capitalize the message.
9778
3b55acc9
GM
97792000-03-24 Gerd Moellmann <gerd@gnu.org>
9780
9781 * mail/rmail.el (rmail-confirm-expunge): New user-option.
9782 (rmail-expunge): Ask for confirmation depending on the setting
9783 of rmail-confirm-expunge.
9784
97852000-03-23 Gerd Moellmann <gerd@gnu.org>
9786
9787 * Makefile (bootstrap-clean): If $(emacs) exists, build
9788 loaddefs.el first. A loaddefs.el that's not up-to-date might
9789 cause a bootstrap failure because things don't autoload as
9790 expected.
9791
02c76af4
DL
97922000-03-23 Dave Love <fx@gnu.org>
9793
9794 * net/browse-url.el: Restore previous use of
9795 browse-url-maybe-new-window.
9796
1a3199d9
GM
97972000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9798
9799 * ps-print.el: Skip banner page fix.
9800 (ps-print-version): New version number (5.1.2).
9801 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 9802
1a3199d9
GM
98032000-03-23 Dave Pearson <davep@davep.org>
9804
9805 * net/quickurl.el Changed the type of parameter passed to the
9806 function defined by `quickurl-format-function'. Before only the
9807 text of the URL was passed. Now the whole URL structure is passed
9808 and the function is responsible for extracting the parts it
9809 requires. Changed the default of `quickurl-format-function'
9810 accordingly.
9811 (quickurl-insert): Changed the `funcall' of
9812 `quickurl-format-function' to match the above change.
9813 (quickurl-list-insert): Changed the `url' case so that it makes
9814 use of `quickurl-format-function', previous to this the format was
9815 hard wired.
fa78f71b 9816
72db3ab5
GM
98172000-03-22 Gerd Moellmann <gerd@gnu.org>
9818
9819 * startup.el: Change some spellings for the X Window System.
9820
68049bfa
SM
98212000-03-22 Stefan Monnier <monnier@cs.yale.edu>
9822
9823 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
9824 up the code and the regexp and make sure the cursor is temporarily
9825 moved to the suspicious line while querying the user.
9826
ff4df011
JR
98272000-03-22 Jason Rumney <jasonr@gnu.org>
9828
9829 * w32-fns.el (w32-charset-info-alist): Initialize.
9830
ee1c5b21
GM
98312000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9832
9833 * ps-print.el: N-up last page fix.
9834 (ps-print-version): New version number (5.1.1).
9835 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 9836
d2cbfba0
SM
98372000-03-21 Stefan Monnier <monnier@cs.yale.edu>
9838
bfb857d8
SM
9839 * files.el (find-file-run-dired): Update docstring.
9840 (find-directory-functions): New hook.
9841 (find-file-noselect): Run find-directory-functions rather than
9842 calling dired directly.
9843
9844 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
9845
cb3430a1
SM
9846 * pcvs.el: Add a minimal leading commentary.
9847 (cvs-make-cvs-buffer): Change the header part by removing the startup
9848 message and adding a `Module' entry. Also replace the FOOTER and
9849 HEADER special fileinfos with the new support in ewoc for updating
9850 its own footer and header.
9851 (cvs-update-header): Update to use the header/footer of the ewoc.
9852 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
9853 (cvs-is-within-p): New function.
9854 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
9855 to only examine some subset of the buffers.
9856
9857 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
9858 `format' instead of our own ad-hoc functions.
9859 Remove HEADER and FOOTER cases, now handled in the EWOC.
9860 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
9861
9862 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
9863 output to avoid scaring the user.
9864 (cvs-parse-table): Catch message for non-up-to-date commits.
9865
9866 * pcvs-defs.el (cvs-startup-message): Remove.
9867 (cvs-global-menu): New autoloaded menu.
9868
9869 * pcvs-util.el (cvs-string-fill): Remove.
9870
9871 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
9872 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
9873 PP part of it and also make it work for footers and headers.
9874 (ewoc-create): Drop POS and BUFFER arguments.
9875 Use the DLL's dummy node to store the end-of-footer position.
9876 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
9877 (ewoc-refresh): Remove unused `header' variable.
9878 (ewoc-(get|set)-hf): New functions.
9879
d2cbfba0
SM
9880 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
9881 log-view-*-(message|file) and use easy-mmode-define-navigation.
9882 (log-view-message-re): Match SCCS format as well.
9883 And match the revision line rather than the dashed separator line.
9884 (log-view-mode): Use the new define-derived-mode.
9885 (log-view-current-tag): Fill in with an actual implementation.
9886
9887 * cvs-status.el (cvs-status-(prev|next)): Rename from
9888 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
9889 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
9890 to let the output "breathe" a little more (more readable).
9891 (cvs-status-mode): Use the new define-derived-mode.
9892
9893 * smerge-mode.el (smerge-auto-leave): New function and variable.
9894 (smerge-basic-map): Rename from smerge-basic-keymap.
9895 Change the bindings for smerge-diff-*.
9896 (smerge-*-map): Use easy-mmode-defmap.
9897 (smerge-(next|prev)): Use easy-mmode-define-navigation.
9898 (smerge-keep-*): Use smerge-auto-leave.
9899
51663132
JR
99002000-03-21 Jason Rumney <jasonr@gnu.org>
9901
9902 * cus-edit.el (custom-button-face): Use 3D look for w32.
9903 (custom-button-pressed-face): Likewise.
9904
3f6e4b8b
GM
99052000-03-21 Gerd Moellmann <gerd@gnu.org>
9906
9907 * progmodes/etags.el (tags-case-fold-search): New user-option.
9908 (tags-loop-eval): New function. Bind case-fold-search around eval
9909 depending on the value of tags-case-fold-search.
9910 (tags-loop-continue): Use tags-loop-eval.
9911 (find-tag-in-order): Bind case-fold-search depending on the value
9912 of tags-case-fold-search.
9913
c7ea3acc
SM
99142000-03-21 Stefan Monnier <monnier@cs.yale.edu>
9915
0ae39f53
SM
9916 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
9917 (diff-end-of-hunk): Return the end position for use in
9918 `easy-mmode-define-navigation'.
9919 (diff-recenter): Remove.
9920 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
9921 of `easy-mmode-define-navigation'.
9922 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
9923 previous renaming) and fix to use new names.
9924 (diff-merge-strings): Use \n as separator: simpler, faster.
9925 (diff-mode): Use `define-derived-mode'.
9926
c7ea3acc
SM
9927 * derived.el (define-derived-mode): Don't autoload anymore.
9928 Prefer the macro-only version provided by easy-mmode.el.
9929
9930 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
9931 `easy-mmode-define-derived-mode'.
9932 Use `combine-run-hooks'.
9933 (easy-mmode-define-navigation): New macro.
9934
9935 * subr.el (combine-run-hooks): New function.
9936
6c4bfdc0
KH
99372000-03-21 Kenichi HANDA <handa@etl.go.jp>
9938
9939 * term/x-win.el: Fontsets related initialization is simplified.
9940
9941 * international/mule-diag.el (describe-font): Don't refer to
9942 global-fontset-alist, instead call font-list.
9943 (describe-fontset, list-fontsets, mule-diag): Likewise.
9944 (print-fontset): Adjusted for the change of fontset
9945 implementation.
9946
9947 * international/fontset.el (x-charset-registries): Variable
9948 removed, instead the corresponding data is stored in the default
9949 fontset.
9950 (register-alternate-fontnames): Function removed.
9951 (resolved-ascii-font): Variable removed.
9952 (x-compose-font-name): Ignore the second argument REDOCE.
9953 (x-complement-fontset-spec): Complement only an ASCII font and
9954 element for those charsets than can use that ASCII font.
9955 (generate-fontset-menu): Don't refer to global-fontset-alist,
9956 instead call fontset-list.
9957 (uninstantiated-fontset-alist): Variable removed.
9958 (x-style-funcs-alist): Likewise.
9959 (fontset-default-styles): Likewise.
9960 (x-modify-font-name): Function removed.
9961 (create-fontset-from-fontset-spec): Ignore the argument
9962 STYLE-VARIANT.
9963 (create-fontset-from-ascii-font): Docsting adjusted for the above
9964 change.
9965 (instantiate-fontset, resolve-fontset-name): Functions removed.
9966 (fontset-list): Now implemented by C code.
fa78f71b 9967
6c4bfdc0
KH
9968 * faces.el (read-face-font): Fix TABLE arg to completing-read.
9969 (describe-face): Include `font' attribute in the description.
9970
9111d4b5
KH
99712000-03-21 Kenichi Handa <handa@etl.go.jp>
9972
9973 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
9974
b33dd3b0
GM
99752000-03-20 Gerd Moellmann <gerd@gnu.org>
9976
a25bbe00
GM
9977 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
9978 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
9979 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 9980
b33dd3b0
GM
9981 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
9982 about behavior of set-buffer-modified-p wrt redisplay.
9983
8b7bc628 99842000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
9985
9986 * view.el (view-mode-disable): Kill local binding of view-read-only.
9987
d7b511c4
GM
99882000-03-18 Gerd Moellmann <gerd@gnu.org>
9989
9990 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
9991 is a string, convert it to a syntax cell using string-to-syntax.
9992
9993 * simple.el (syntax-code-table, syntax-flag-table): New variables.
9994 (string-to-syntax): New function.
9995
9996 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
9997 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 9998 try to use passive ftp mode.
d7b511c4 9999
998ecc60
GM
100002000-03-17 Gerd Moellmann <gerd@gnu.org>
10001
b33dd3b0 10002 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
10003
10004 * simple.el (append-to-buffer): Update point of windows after
10005 insertion.
10006
10007 * abbrev.el (inverse-add-abbrev): Identify word by first moving
10008 forward then moving backward. Reindent.
10009
10010 * frame.el (other-frame): Call x-focus-frame only if
10011 focus-follows-mouse is off.
10012
235d6821
DL
100132000-03-17 Dave Love <fx@gnu.org>
10014
10015 * pcvs-util.el (cvs-strings->string): Rename
10016 replace-regexps-in-string.
10017
a29a2cd1
SM
100182000-03-17 Stefan Monnier <monnier@cs.yale.edu>
10019
af595444
SM
10020 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
10021 regexp for labels cannot span several lines.
10022
10023 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 10024 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 10025
a9be2843
DL
100262000-03-16 Dave Love <fx@gnu.org>
10027
10028 * progmodes/f90.el (f90): Put custom group under `languages', not
10029 `fortran'.
10030 (f90-mode-hook): Customize.
10031 (f90-mode): Set add-log-current-defun-function.
10032 (f90-current-defun): New function.
10033
d0ab3e9d
GM
100342000-03-16 Gerd Moellmann <gerd@gnu.org>
10035
16b20ed9
GM
10036 * cus-edit.el (custom-variable-tag-face): Handle case that
10037 default face's height is not a number.
10038 (custom-face-tag-face, custom-group-tag-face-1)
10039 (custom-group-tag-face): Ditto.
10040 (custom-group-tag-face-1): Add :group.
fa78f71b 10041
d0ab3e9d
GM
10042 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
10043
ae8ab422
GM
100442000-03-15 Gerd Moellmann <gerd@gnu.org>
10045
10046 * pcvs-defs.el (toplevel): Remove autoload cookie for form
10047 requiring easymenu.
10048
81c7ca69
GM
100492000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10050
10051 * ps-print.el: PostScript user-defined prologue, PostScript error
10052 handler, doc fix.
10053 (ps-print-version): New version number (5.1).
10054 (ps-user-defined-prologue, ps-error-handler-message)
10055 (ps-print-prologue-0, ps-error-handler-alist): New vars.
10056 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
10057 (ps-insert-string): New function.
fa78f71b 10058
dcf1003d
KH
100592000-03-15 Kenichi Handa <handa@etl.go.jp>
10060
10061 * international/ccl.el (ccl-compile-expression): Don't generate
10062 invalid self-assignment code.
10063
73825616
DL
100642000-03-14 Dave Love <fx@gnu.org>
10065
10066 * subr.el (replace-regexp-in-string): Renamed from
10067 replace-regexps-in-string. Doc fix.
10068
031020ac
DL
100692000-03-12 Dave Love <fx@gnu.org>
10070
10071 * cus-edit.el: Doc fixes.
10072 (customize-set-variable, customize-save-variable): Rename args for
10073 doc.
10074 (custom-variable-tag-face, custom-face-tag-face)
10075 (custom-group-tag-face-1, custom-group-tag-face): Modify from
10076 style which user identify as hyperlink.
10077 (hook): Don't add undefined functions to the hook.
10078 (debug-ignored-errors): Transfer message from bindings.el.
10079
9b2f3c38
GM
100802000-03-12 Gerd Moellmann <gerd@gnu.org>
10081
10082 * recentf.el (recentf-keep-non-readable-files-p): Remove
10083 double/nested definition.
10084
0d6e23cf
DL
100852000-03-12 Dave Love <fx@gnu.org>
10086
10087 * facemenu.el (facemenu-get-face): Use display-color-p.
10088 * enriched.el (enriched-decode-foreground): Likewise.
10089 (enriched-decode-background): Likewise.
10090 * isearch.el (isearch-highlight): Likewise.
10091 * info-look.el (info-lookup): Likewise.
10092 * simple.el (completion-setup-function): Likewise.
10093
10094 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
10095 :options.
10096
10097 * bindings.el (mode-line-format): Fix line-number and
10098 column-number items. Add help-echo for the background.
10099 (mode-line-mule-info): Modify help-echo.
10100
10101 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
10102 defcustom.
10103
10104 * files.el (load-file): Allow completion to .elc.
10105
10106 * man.el: Doc fixes.
10107 (Man-init-defvars): Use display-color-p to set fontification.
10108
10109 * play/hanoi.el (hanoi-internal): Don't use oddp.
10110
e1cff360
GM
101112000-03-12 Gerd Moellmann <gerd@gnu.org>
10112
10113 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
10114
10115 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
10116
5e5dff44
GM
101172000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
10118
10119 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
10120 Fix comment.
10121
5b467bf4
SM
101222000-03-10 Stefan Monnier <monnier@cs.yale.edu>
10123
83fef604
SM
10124 * font-lock.el (font-lock-keywords): Fix the doc now that
10125 regexp-opt-depth is unnecessary.
10126 (save-buffer-state): Set an edebug spec.
10127 (font-lock-fontify-anchored-keywords): Properly handle the case when
10128 the matcher goes past the limit.
10129
5b467bf4
SM
10130 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
10131 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
10132
83fef604
SM
10133 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
10134 dll.el and cookie.el (from Elib) with heavy renaming and other
10135 massaging.
5b467bf4
SM
10136
10137 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
10138 Autoload the functions used.
10139 (easy-mmode-define-syntax): Fix CL typo.
10140 (easy-mmode-define-derived-mode): Improve the docstring generation.
10141
d407456c
GM
101422000-03-10 Gerd Moellmann <gerd@gnu.org>
10143
10144 * textmodes/texinfo.el (texinfo-version): Variable and function
10145 removed.
10146
5a7a545c
SM
101472000-03-09 Stefan Monnier <monnier@cs.yale.edu>
10148
0d6e23cf
DL
10149 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
10150 allow more flexibility.
10151 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
10152 fns.
10153 (easy-mmode-defmap, easy-mmode-defsyntax)
10154 (easy-mmode-define-derived-mode): New macros.
5a7a545c 10155
d407456c 101562000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
10157
10158 * rect.el (replace-rectangle): New function.
10159
101602000-03-09 Dave Love <fx@gnu.org>
10161
10162 * progmodes/fortran.el (fortran-comment-line-start): Define as
10163 "C".
10164 (fortran-comment-line-start-skip): Don't match cpp stuff.
10165 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
10166 (fortran-mode-map): Remove over-eager custom-menu-create for now.
10167 (fortran-mode): Don't set fortran-comment-line-start-skip,
10168 fortran-comment-line-start here. Set comment-start,
10169 add-log-current-defun.
10170 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
10171 (fortran-current-defun): New function.
10172
80460654
GM
101732000-03-09 Gerd Moellmann <gerd@gnu.org>
10174
d1221ea9
GM
10175 * emacs-lisp/re-builder.el: New file.
10176
1853aa6b
GM
10177 * mouse.el (mouse-drag-region): Don't run up-event handler
10178 if hscroll has changed.
10179
80460654
GM
10180 * octave-mod.el (octave-font-lock-keywords): To font-lock the
10181 builtin operators, use `font-lock-builtin-face' for Emacs and
10182 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
10183
10184 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
10185 `(defun (setf foo)' differently.
10186
c0056275
SM
101872000-03-08 Stefan Monnier <monnier@cs.yale.edu>
10188
10189 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
10190 (regexp-opt): Update comment and adapt the code the new meaning of
10191 the `paren' argument of regex-opt-group for shy-groups.
10192 (regexp-opt-depth): Handle shy groups as well as backslashed
10193 backslashes.
c0056275
SM
10194 (regexp-opt-group): Turn the leading comment into a docstring.
10195 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
10196 Remove open-presuf and close-presuf. Instead of checking for `all
10197 one-char' and then later on check for `several one-char', handle
10198 both cases close together. Also apply a more generic algorithm
10199 for suffixes (the mirror image of the algorithm used for
10200 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
10201 (regexp-opt-try-suffix): Removed.
10202
10203 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
10204 from comint-mode-map, so we can just inherit from it. Also, move
10205 the initialization into the `defvar' since there's no docstring
10206 anyway and it's fairly short.
10207 (inferior-scheme-mode): Define it as derived-mode: the code is
10208 shorter and this way we inherit from comint-mode-map rather than
10209 copying it.
c0056275 10210
80460654
GM
10211 * subr.el (replace-regexps-in-string): Properly handle the case
10212 where we match an empty string.
c0056275 10213
80460654
GM
10214 * comint.el (comint-exec-1): Add the current-dir to the exec-path
10215 when the command has a directory component (such as "./testml").
c0056275
SM
10216 Also fix a typo in the comment.
10217
5e91ff9e
GM
102182000-03-08 Gerd Moellmann <gerd@gnu.org>
10219
feab4fba
GM
10220 * Makefile (compile-files): Compile files one by one because
10221 that's the only way to ensure a clean compilation environment for
10222 each individual file.
10223
5e91ff9e
GM
10224 * frame.el (other-frame): Call x-focus-frame.
10225
76162e12
DL
102262000-03-07 Dave Love <fx@gnu.org>
10227
f64ce788
DL
10228 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
10229 :require to defcustom.
10230
76162e12
DL
10231 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
10232 lists.
10233
10234 * files.el (auto-mode-alist): Add configure.in.
10235
10236 * progmodes/autoconf.el: New file.
10237
f7daf1e1
GM
102382000-03-07 Gerd Moellmann <gerd@gnu.org>
10239
10240 * mail/mh-e.el: Change maintainer to `none'.
10241
10242 * recentf.el (recentf-keep-non-readable-files-p): Quote args
10243 to remove-hook and add-hook.
10244
102452000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10246
10247 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
10248 it as the default.
10249 (mail-send): Test mail-send-nonascii also for the new `mime' value.
10250 (sendmail-send-it): Conditionally add MIME headers specifying the
10251 used character set.
fa78f71b 10252
63f6b2c4
DL
102532000-03-07 Dave Love <fx@gnu.org>
10254
10255 * winner.el: Fix keywords, autoload cookies. Split
10256 eval-when-compile form to avoid compilation failure.
10257
8330e2f9
KH
102582000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
10259
10260 * international/mule.el: Modify comment about coding system
10261 property `coding-category'.
10262 (make-coding-system): New argument EOL-TYPE. Pay attention to
10263 coding-category property of PROPERTIES.
10264
10265 * international/mule-conf.el (coding-category-utf-8,
10266 coding-category-utf-16-be, coding-category-utf-16-le): New coding
10267 categories. Include them in the argument for set-coding-priority.
10268
10269 * international/mule-cmds.el (reset-language-environment): Include
10270 coding-category-utf-8, coding-category-utf-16-be, and
10271 coding-category-utf-16-le in the argument for set-coding-priority.
10272 (reset-language-environment): Initialize coding-category-utf-8,
10273 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
10274
18bb0684
GM
102752000-03-06 Karl Fogel <kfogel@red-bean.com>
10276
10277 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
10278 code abstracted out of `bookmark-jump-noselect'. Now tries info
10279 extensions as well as compression extensions.
10280 (bookmark-jump-noselect): Use above new func.
fa78f71b 10281
71a6ba55
GM
102822000-03-03 Gerd Moellmann <gerd@gnu.org>
10283
10284 * strokes.el: Change maintainer's mail address.
10285
0d56cdff
KH
102862000-03-03 Kenichi Handa <handa@etl.go.jp>
10287
10288 * international/mule-diag.el (list-character-sets): Make help-echo
10289 string by substitute-command-keys.
10290 (list-character-sets): Likewise.
10291 (sort-listed-character-sets): Call help-setup-xref.
10292
900fa1f1
GM
102932000-03-02 Gerd Moellmann <gerd@gnu.org>
10294
10295 * time.el (display-time-mail-file): Add `none' to the list of
10296 choices.
10297
54d04320
DL
102982000-03-01 Dave Love <fx@gnu.org>
10299
43f3fa09
DL
10300 * help.el (help-xref-go-back): Don't try to set position.
10301
54d04320
DL
10302 * international/mule-diag.el (list-character-sets): Call
10303 help-setup-xref. Add help-echo to xrefs.
10304 (list-character-sets-1): Add help-echo to xrefs.
10305
d054101f
GM
103062000-03-02 Gerd Moellmann <gerd@gnu.org>
10307
10308 * frame.el (blink-cursor-mode): Switch cursor on when turning
10309 the mode off.
10310
10311 * add-log.el (add-log-current-defun): Add support for
10312 Autoconf mode.
10313
10314 * mail/rmail.el (rmail-quit-hook): New variable.
10315
d77dae5c
DL
103162000-03-01 Dave Love <fx@gnu.org>
10317
e5f597f0
DL
10318 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
10319
d77dae5c
DL
10320 * help.el (help-xref-button): Add help-echo arg.
10321 (describe-function-1, describe-variable, help-make-xrefs): Use it.
10322
10323 * faces.el (list-faces-display): Supply help-echo with
10324 help-make-xrefs.
10325
10326 * facemenu.el (list-text-properties-at): Set help-xref-stack to
10327 nil.
10328
72d19d75
GM
103292000-03-01 Gerd Moellmann <gerd@gnu.org>
10330
2df636f4
GM
10331 * image.el (defimage): Look for image files in load-path.
10332
fa78f71b 10333 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
10334 `number'.
10335
2df636f4
GM
103362000-03-01 David Ponce <david.ponce@wanadoo.fr>
10337
10338 * recentf.el (recentf): Added version tag to the defgroup of
10339 recentf.
10340
103412000-03-01 David Ponce <david.ponce@wanadoo.fr>
10342
10343 * recentf.el (recentf-cleanup): Changed to remove excluded file
10344 too.
10345 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
10346 action to select/unselect a file.
10347 (recentf-edit-list): Code cleanup and improvement.
10348 (recentf-open-more-files-action): `recentf-open-more-files' button
10349 widget action to open a file.
10350 (recentf-open-more-files): No more use standard completion but
10351 widgets.
10352 (recentf-more-collection): Deleted.
10353 (recentf-more-history): Deleted.
10354 (recentf-setup-more-completion): Deleted.
10355
103562000-03-01 David Ponce <david.ponce@wanadoo.fr>
10357
10358 * recentf.el (recentf-mode): No more needs that Emacs is running
10359 under a window-system.
10360
103611999-03-01 David Ponce <david.ponce@wanadoo.fr>
10362
10363 * recentf.el (recentf-edit-list): New command to edit the recent
10364 list which allow the user to remove files.
10365 (recentf-edit-selected-items): New global variable, used by
10366 `recentf-edit-list' to hold the list of files to be removed from
10367 the recent list.
10368 (recentf-make-menu-items): Updated to display a "Edit list..."
10369 menu item. Minor code cleanup.
10370
103711999-03-01 David Ponce <david.ponce@wanadoo.fr>
10372
10373 * recentf.el (recentf-open-more-files): New command to open files
10374 that are not displayed in the menu.
10375 (recentf-more-collection): New global variable holding the set of
10376 permissible completions used by `recentf-open-more-files'.
10377 (recentf-more-history): New global variable holding the history list
10378 used by `recentf-open-more-files' completion.
10379 (recentf-setup-more-completion): New function to setup completion for
10380 `recentf-open-more-files'.
10381 (recentf-make-menu-items): Updated to display a "More..." menu item.
10382
103831999-03-01 David Ponce <david.ponce@wanadoo.fr>
10384
10385 * recentf.el (recentf-menu-action): Doc fixed.
10386
103871999-03-01 David Ponce <david.ponce@wanadoo.fr>
10388
10389 * recentf.el (recentf-menu-filter): Doc updated.
10390 (recentf-update-menu-hook): Allow menu filters to force menu update.
10391 (recentf-make-menu-items): New menu filter handling.
10392 (recentf-make-menu-item): New helper function.
10393 (recentf-menu-elements): New menu handling function.
10394 (recentf-sort-ascending): Updated to new menu filter handling.
10395 (recentf-sort-descending): Updated to new menu filter handling.
10396 (recentf-sort-basenames-ascending): New menu filter function.
10397 (recentf-sort-basenames-descending): New menu filter function.
10398 (recentf-show-basenames): New menu filter function.
10399 (recentf-show-basenames-ascending): New menu filter function.
10400 (recentf-show-basenames-descending): New menu filter function.
10401
72d19d75
GM
104022000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10403
10404 * diary-lib.el (list-diary-entries): Don't try to go forward at
10405 the end of the buffer.
10406
1ac1c836
KH
104072000-02-29 Kenichi Handa <handa@etl.go.jp>
10408
10409 * international/mule-diag.el (list-character-sets): Completely
10410 rewritten.
10411 (sort-listed-character-sets): New function.
10412 (list-character-sets-1): Completely rewritten.
10413 (list-character-sets-2): New function.
10414 (non-iso-charset-alist): New variable.
10415 (decode-codepage-char): New function.
10416 (charset-history): New variable.
10417 (read-charset) (list-block-of-chars)
10418 (list-iso-charset-chars)
10419 (list-non-iso-charset-chars)
10420 (list-charset-chars): New functions.
10421 (mule-diag): Call list-character-sets-2, not
10422 list-character-sets-2.
10423 (dump-charsets): Likewise.
10424
ed4d0512
GM
104252000-02-29 Gerd Moellmann <gerd@gnu.org>
10426
72d19d75
GM
10427 * dired-x.el (dired-filename-at-point): Add `@' to valid
10428 file name characters.
10429 (dired-filename-at-point): Handle ange-ftp file names.
10430
ed4d0512
GM
10431 * frame.el (frame-notice-user-settings): Use assq-delete-all
10432 instead of assoc-delete-all.
10433 (frame-notice-user-settings): Ditto.
10434
10435 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
10436 Don't copy alist.
10437
32038c7a
GM
104382000-02-28 Eli Barzilay <eli@cs.cornell.edu>
10439
10440 * calculator.el (calculator-use-menu): New option.
10441 (calculator-initial-bindings): Changed some bindings to work as
10442 macros.
10443 (calculator-forced-input): Removed.
10444 (calculator-restart-other-mode): New variable.
10445 (calculator-mode-map): Set up menu.
fa78f71b 10446
32038c7a
GM
104472000-02-28 Jari Aalto <jari.aalto@poboxes.com>
10448
10449 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
10450 tags.
fa78f71b 10451
55d7ff38 104522000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 10453
55d7ff38
MK
10454 * viper-cmd.el (viper-envelop-ESC-key): added the option to
10455 translate all ESC key sequences.
10456 (viper-goto-mark-subr): restore markers for files for which
10457 they were saved.
10458 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
10459 * viper-util.el (viper-set-replace-overlay-glyphs,
10460 viper-set-replace-overlay): always check if the replacement
10461 overlay is live.
10462 * viper.el (viper-vi-state-mode-list): added major modes.
10463 * ediff-wind.el: minor comment changes.
10464 * ediff.el: copyright notice date fix.
fa78f71b 10465
387023ee
JR
104662000-02-27 Jason Rumney <jasonr@gnu.org>
10467
10468 * faces.el (face-font-family-alternatives): Add arial to helv.
10469 (mode-line, header-line, tool-bar): Same default as x for w32.
10470 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
10471 face-font-family-alternatives from working.
10472 * term/w32-win.el (mouse-set-font): Do not build fontset from
10473 chosen font.
10474
f43d79c1
GM
104752000-02-25 Sam Steingold <sds@goems.com>
10476
5d80cc9c 10477 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 10478 properly.
fa78f71b 10479
8b7bc628 104802000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
10481
10482 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
10483
4eb8436f
GM
104842000-02-25 Gerd Moellmann <gerd@gnu.org>
10485
10486 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
10487 writable.
10488
449c3c52 10489 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 10490
42088c12
GM
104912000-02-24 Gerd Moellmann <gerd@gnu.org>
10492
10493 * frame.el (show-cursor-in-non-selected-windows): New option.
10494
c60ea02e
GM
104952000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10496
10497 * diary-lib.el (include-other-diary-files): Undo the selective
10498 display in any included file and don't kill it.
10499
d066de8e
EZ
105002000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
10501
10502 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
10503 bar. Menu items converted to (menu-item format, help strings
10504 added.
10505 [downcase, upcase]: Don't enable on MS-DOS.
10506 [symlink, symlinks]: Don't show if make-symbolic-link is not
10507 bound.
10508 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
10509
b6906b38
DL
105102000-02-23 Dave Love <fx@gnu.org>
10511
275cf1b2
DL
10512 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
10513 (backward-kill-word): Revert addition of * to interactive spec --
10514 it's a feature.
10515
10516 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
10517 (backward-kill-sentence, kill-sentence): Likewise.
10518
99d48056
DL
10519 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
10520 scratch buffer name.
10521 (gud-format-command): Use int-to-string in ?l case. Simplify
10522 slightly.
10523
10524 * term/w32-win.el (internal-face-interactive): Update prompt for
10525 new read-face-name.
10526
10527 * mail/footnote.el (footnote): Add :version to defgroup.
10528 (footnote-section-tag-regexp): Customize.
10529 (footnote-start-tag, footnote-end-tag): New option.
10530 (footnote-latin-regexp): New variable.
10531 (Footnote-latin): New function.
10532 (footnote-style-alist): Add element for latin style.
10533 (footnote-style): Moved.
10534 (Footnote-goto-footnote): Use eq to test arg.
10535
10536 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
10537
b6906b38
DL
10538 * emacs-lisp/byte-opt.el: Change old backquote syntax.
10539 (byte-compile-trueconstp): Include keywords.
10540 (byte-optimize-quote, byte-optimize-lapcode): Use
10541 byte-compile-const-symbol-p.
10542 (byte-optimize-char-before): New optimization.
10543
10544 * emacs-lisp/bytecomp.el: Change old backquote syntax.
10545 (byte-compile-const-symbol-p): New function.
10546 (byte-compile-constp, byte-compile-out-toplevel)
10547 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
10548 Use it.
10549
10550 * subr.el (define-key-after): Default AFTER to t. Doc fix.
10551
214f877f
KH
105522000-02-23 Kenichi Handa <handa@etl.go.jp>
10553
c709bcf1
KH
10554 * international/encoded-kb.el: Be sure to update minor-mode-alist
10555 and minor-mode-map-alist.
10556 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
10557 codes SS2 and SS3 correctly.
10558 (encoded-kbd-self-insert-ccl): New function.
10559 (encoded-kbd-setup-keymap): New function.
10560 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
10561 by calling encoded-kbd-setup-keymap.
10562
214f877f
KH
10563 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
10564 characters.
10565 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
10566 locally.
10567
b021ef18
DL
105682000-02-22 Dave Love <fx@gnu.org>
10569
10570 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
10571 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
10572 defvar.
10573 (lisp-mode-syntax-table): Set up for #|...|# comments.
10574 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
10575 classes. Match `defface'.
10576 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
10577 (eval-defun-1): Fix for defcustom.
10578 (lisp-indent-region): Doc fix.
10579
10580 * subr.el (when, unless, split-string): Doc fix.
10581 (read-passwd): Move call of clear-this-command-keys to the right
10582 place.
10583 (replace-regexps-in-string): New function.
10584
14cc00ad
GM
105852000-02-22 Gerd Moellmann <gerd@gnu.org>
10586
10587 * help.el (describe-variable): Set syntax table to
10588 emacs-lisp-mode-syntax-table when moving forward over the
10589 symbol's name.
10590
47da5efa
DL
105912000-02-22 Dave Love <fx@gnu.org>
10592
10593 * xt-mouse.el: Doc fixes.
10594 (xterm-mouse-position-function): New function, replacing advice of
10595 mouse-position.
10596 (xterm-mouse-mode): Use it. Don't turn on under a window system.
10597
10598 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
10599
f0a6c717
GM
106002000-02-21 Gerd Moellmann <gerd@gnu.org>
10601
10602 * format.el (format-annotate-single-property-change): Handle
10603 properties.with dotted-list values.
10604 (format-proper-list-p): New function.
10605
10606 * enriched.el (enriched-face-ans): Handle '(foreground-color
10607 . COLOR) and (background-color . COLOR).
10608
2be80b63
DL
106092000-02-20 Dave Love <fx@gnu.org>
10610
10611 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
10612 and assignments to it.
10613 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
10614 current local map.
10615 (make-flyspell-overlay): Use it.
10616 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
10617
10618 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
10619 (lm-get-header-re): Defun, not defsubst.
10620 (lm-get-package-name): Defun, not defsubst. Simplify.
10621 (lm-version): Doc fix. Simplify.
10622 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
10623 (lm-crack-address, lm-last-modified-date, lm-commentary)
10624 (lm-verify, lm-synopsis): Simplify.
10625 (lm-report-bug): Require emacsbug. Use compose-mail.
10626
329eed9f
GM
106272000-02-20 Gerd Moellmann <gerd@gnu.org>
10628
10629 * dired.el (dired-mode): Call propertized-buffer-identification
10630 to set mode-line-buffer-identification to something having
10631 the right text properties.
10632
10633 * bindings.el (propertized-buffer-identification): New function.
10634
be5bb146
DL
106352000-02-20 Dave Love <fx@gnu.org>
10636
10637 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
10638 check for t-mouse too.
10639
10640 * cus-start.el: Make echo-keystrokes `number'.
10641
1d4311c3
EZ
106422000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
10643
10644 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
10645 Don't call ring-empty-p unless tags-location-ring is bound.
10646 From Noah Friedman <friedman@splode.com>.
10647
a23c5037
TTN
106482000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
10649
10650 * progmodes/hideshow.el (hs-flag-region): No longer use
10651 `intangible' overlay property.
10652
10653 (hs-toggle-hiding): New command.
10654 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
10655
10656 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
10657 Fix omission bug: Run `hs-minor-mode-hook' for both activation
10658 and deactivation.
10659
b6a22bf8
GM
106602000-02-18 Gerd Moellmann <gerd@gnu.org>
10661
10662 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
10663
d621caf7
GM
106642000-02-17 Gerd Moellmann <gerd@gnu.org>
10665
3c0ed7ce
GM
10666 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
10667
d621caf7
GM
10668 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
10669 of `*' to handle `(* ... *)' comments.
10670
538d88fb
EZ
106712000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
10672
53c80cf6 10673 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 10674 window-system.
53c80cf6 10675
538d88fb
EZ
10676 * menu-bar.el (global-map): Menu-bar items converted to the new
10677 format (menu-item..., rearranged for better CUA compliance, and
10678 their names changed for better clarity. Help strings added.
10679
10680 * international/mule-cmds.el (mule-menu-keymap)
10681 (describe-language-environment-map, set-coding-system-map)
10682 (setup-language-environment-map): Convert to new (menu-item...
10683 form, add help strings. Change names of menu items for better
10684 clarity. "Mule" menu-bar item removed (it's now in the "Options"
10685 submenu).
10686
8389e1e2 106872000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 10688
a23c5037 10689 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 10690 within the code.
a23c5037 10691
8389e1e2 106922000-02-16 Dave Love <fx@gnu.org>
a23c5037 10693
84fe35f0
DL
10694 * faces.el: Don't require custom. Add more specific :groups to
10695 various deffaces.
10696 (set-face-attribute): Purecopy args.
10697 (read-face-name): Default to name at point and use it in prompt.
10698 Remove colon from arg in all callers.
10699 (list-faces-display): Hyperlink to face descriptions and customize
10700 buffers.
10701
b2aeee30
DL
107022000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
10703
10704 * wid-edit.el (widget-match-inline): An atom never matches a
10705 list.
10706
99e95407
GM
107072000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10708
82d2c7c5
DL
10709 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10710 at ':' characters by call to split-string.
99e95407
GM
10711
107122000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10713
82d2c7c5 10714 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
10715
107162000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10717
82d2c7c5
DL
10718 * textmodes/bibtex.el: Some temporary comments removed.
10719 (bibtex-field-name, bibtex-entry-type): Made the relationship
10720 explicit.
10721 (bibtex-field-const): Allow capital letters.
10722 (bibtex-start-of-string): Deleted because unused.
10723
10724 * textmodes/bibtex.el: Unified some nomenclature. We no longer
10725 use the term 'reference' to describe a bibtex entry as a whole.
10726 Further, reference keys are no longer called 'labels'.
10727 (bibtex-keys): Renamed to bibtex-reference-keys.
10728 (bibtex-reformat-previous-labels): Renamed to
10729 bibtex-reformat-previous-reference-keys.
10730 (bibtex-reference-type): Renamed to bibtex-entry-type.
10731 (bibtex-reference-head): Renamed to bibtex-entry-head.
10732 (bibtex-reference-maybe-empty-head): Renamed to
10733 bibtex-entry-maybe-empty-head.
10734 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10735 (bibtex-search-reference): Renamed to bibtex-search-entry.
10736 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10737 bibtex-enclosing-entry-maybe-empty-head.
10738 (bibtex-entry-field-alist, bibtex-entry-head,
10739 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10740 bibtex-map-entries, bibtex-search-entry,
10741 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10742 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10743 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10744 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10745 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10746 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10747 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
10748
107492000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10750
82d2c7c5
DL
10751 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10752 comment.
10753 (bibtex-format-field-delimiters): New function, functionality
10754 extracted from bibtex-format-entry.
10755 (bibtex-autokey-get-yearfield-digits): New function, functionality
10756 extracted from bibtex-autokey-get-yearfield.
10757
10758 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10759 entries in order to avoid stack overflow in the regexp matcher if
10760 field contents become large.
10761 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10762 bibtex-field-string-part-not-braced,
10763 bibtex-field-string-part-no-inner-braces,
10764 bibtex-field-string-part-1-inner-brace,
10765 bibtex-field-string-part-2-inner-braces,
10766 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10767 bibtex-field-string-quoted, bibtex-field-string,
10768 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10769 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10770 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10771 as parsing is now performed by the following functions.
10772 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10773 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10774 bibtex-parse-field-string, bibtex-search-forward-field-string,
10775 bibtex-parse-association, bibtex-field-name-for-parsing,
10776 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10777 bibtex-search-forward-field, bibtex-search-backward-field,
10778 bibtex-start-of-field, bibtex-end-of-field,
10779 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10780 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10781 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10782 bibtex-parse-string, bibtex-search-forward-string,
10783 bibtex-search-backward-string, bibtex-start-of-string,
10784 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10785 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10786 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10787 entries. Instead of reporting the results of the parsing by
10788 match-beginning or match-end, these functions return data structures
10789 that hold the corresponding positions.
10790 (bibtex-enclosing-field): Changed to also report field boundaries by
10791 return values rather than by match-beginning or match-end. The
10792 following functions have been adapted to use the new parsing
10793 functions.
10794 (bibtex-skip-to-valid-entry, bibtex-search-reference,
10795 bibtex-enclosing-field, bibtex-format-entry,
10796 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10797 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10798 bibtex-print-help-message, bibtex-end-of-entry,
10799 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10800 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10801 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10802 method for parsing.
10803 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10804 bibtex-map-entries, bibtex-flash-head,
10805 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10806 bibtex-autokey-change, bibtex-autokey-get-namefield,
10807 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10808 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10809 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10810 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10811 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10812 order to make the new binding of case-fold-search immediately
10813 visible.
99e95407
GM
10814
108152000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10816
82d2c7c5
DL
10817 * textmodes/bibtex.el: Copyright notice is up to date.
10818 Added constant 'bibtex-maintainer-salutation.
99e95407 10819
82d2c7c5
DL
10820 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10821 than make-temp-name, use match-string-no-properties and eliminate
10822 a quadratic behavior when building bibtex-strings.
99e95407 10823
82d2c7c5
DL
10824 * bibtex.el (bibtex-reference-key): Accept string entries whose
10825 reference key contains upper case letters.
99e95407
GM
10826
108272000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10828
82d2c7c5
DL
10829 * bibtex.el (bibtex-reference-head): Allow entries to start with
10830 a new line.
99e95407
GM
10831
108322000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10833
82d2c7c5
DL
10834 * bibtex.el: Hiding of entry bodies is not longer provided by
10835 bibtex.el directly. Instead the hideshow package can be used.
10836 Added a special bibtex entry to hs-special-modes-alist.
10837 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
10838
108392000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10840
f24fef2f
SM
10841 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10842 at ':' characters by call to split-string.
8389e1e2
GM
10843
108442000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10845
f24fef2f 10846 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
10847
108482000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10849
f24fef2f
SM
10850 * textmodes/bibtex.el: Some temporary comments removed.
10851 (bibtex-field-name, bibtex-entry-type): Made the relationship
10852 explicit.
10853 (bibtex-field-const): Allow capital letters.
10854 (bibtex-start-of-string): Deleted because unused.
fa78f71b 10855
f24fef2f
SM
10856 * textmodes/bibtex.el: Unified some nomenclature. We no longer
10857 use the term 'reference' to describe a bibtex entry as a whole.
10858 Further, reference keys are no longer called 'labels'.
10859 (bibtex-keys): Renamed to bibtex-reference-keys.
10860 (bibtex-reformat-previous-labels): Renamed to
10861 bibtex-reformat-previous-reference-keys.
10862 (bibtex-reference-type): Renamed to bibtex-entry-type.
10863 (bibtex-reference-head): Renamed to bibtex-entry-head.
10864 (bibtex-reference-maybe-empty-head): Renamed to
10865 bibtex-entry-maybe-empty-head.
10866 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10867 (bibtex-search-reference): Renamed to bibtex-search-entry.
10868 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10869 bibtex-enclosing-entry-maybe-empty-head.
10870 (bibtex-entry-field-alist, bibtex-entry-head,
10871 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10872 bibtex-map-entries, bibtex-search-entry,
10873 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10874 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10875 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10876 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10877 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10878 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10879 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
10880
108812000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10882
f24fef2f
SM
10883 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10884 comment.
10885 (bibtex-format-field-delimiters): New function, functionality
10886 extracted from bibtex-format-entry.
10887 (bibtex-autokey-get-yearfield-digits): New function, functionality
10888 extracted from bibtex-autokey-get-yearfield.
fa78f71b 10889
f24fef2f
SM
10890 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10891 entries in order to avoid stack overflow in the regexp matcher if
10892 field contents become large.
10893 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10894 bibtex-field-string-part-not-braced,
10895 bibtex-field-string-part-no-inner-braces,
10896 bibtex-field-string-part-1-inner-brace,
10897 bibtex-field-string-part-2-inner-braces,
10898 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10899 bibtex-field-string-quoted, bibtex-field-string,
10900 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10901 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10902 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10903 as parsing is now performed by the following functions.
10904 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10905 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10906 bibtex-parse-field-string, bibtex-search-forward-field-string,
10907 bibtex-parse-association, bibtex-field-name-for-parsing,
10908 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10909 bibtex-search-forward-field, bibtex-search-backward-field,
10910 bibtex-start-of-field, bibtex-end-of-field,
10911 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10912 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10913 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10914 bibtex-parse-string, bibtex-search-forward-string,
10915 bibtex-search-backward-string, bibtex-start-of-string,
10916 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10917 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10918 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10919 entries. Instead of reporting the results of the parsing by
10920 match-beginning or match-end, these functions return data structures
10921 that hold the corresponding positions.
10922 (bibtex-enclosing-field): Changed to also report field boundaries by
10923 return values rather than by match-beginning or match-end. The
10924 following functions have been adapted to use the new parsing
10925 functions.
10926 (bibtex-skip-to-valid-entry, bibtex-search-reference,
10927 bibtex-enclosing-field, bibtex-format-entry,
10928 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10929 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10930 bibtex-print-help-message, bibtex-end-of-entry,
10931 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10932 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10933 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10934 method for parsing.
10935 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10936 bibtex-map-entries, bibtex-flash-head,
10937 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10938 bibtex-autokey-change, bibtex-autokey-get-namefield,
10939 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10940 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10941 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10942 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10943 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10944 order to make the new binding of case-fold-search immediately
10945 visible.
8389e1e2
GM
10946
109472000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10948
f24fef2f
SM
10949 * textmodes/bibtex.el: Copyright notice is up to date.
10950 Added constant 'bibtex-maintainer-salutation.
fa78f71b 10951
f24fef2f
SM
10952 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10953 than make-temp-name, use match-string-no-properties and eliminate
10954 a quadratic behavior when building bibtex-strings.
fa78f71b 10955
f24fef2f
SM
10956 * bibtex.el (bibtex-reference-key): Accept string entries whose
10957 reference key contains upper case letters.
8389e1e2
GM
10958
109592000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10960
f24fef2f
SM
10961 * bibtex.el (bibtex-reference-head): Allow entries to start with
10962 a new line.
8389e1e2
GM
10963
109642000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10965
f24fef2f
SM
10966 * bibtex.el: Hiding of entry bodies is not longer provided by
10967 bibtex.el directly. Instead the hideshow package can be used.
10968 Added a special bibtex entry to hs-special-modes-alist.
10969 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
10970
109712000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10972
82d2c7c5 10973 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
10974 proceedings entry type (for cross referencing). Thanks to Wagner
10975 Toledo Correa for the suggestion.
10976
82d2c7c5 10977 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 10978
eae61d8f
KH
109792000-02-14 Kenichi Handa <handa@etl.go.jp>
10980
10981 * international/characters.el: Setup case table for Vietnamese.
10982
fb07a302
GM
109832000-02-12 Gerd Moellmann <gerd@gnu.org>
10984
10985 * uniquify.el (toplevel): Require CL at compile time.
10986 (uniquify-push): Removed.
10987
10988 * shadowfile.el (shadow-when): Removed.
10989
10990 * tempo.el (tempo-dolist, tempo-mapc): Removed.
10991 (tempo-process-and-insert-string): Use dolist instead of
10992 tempo-dolist.
10993
10994 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
10995 regexp for paragraph-start.
10996
10997 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
10998 commas as well.
10999
a0eddf92
DL
110002000-02-10 Dave Love <fx@gnu.org>
11001
11002 * wid-edit.el: (widgets) [defgroup]: Remove url link.
11003 (widget-color-choice-list, widget-color-history, widget-mouse-help):
11004 Deleted.
11005 (widget-specify-field, widget-specify-button): Don't use
11006 widget-mouse-help as help-echo property.
11007 (default): Use #'ignore for :validate and :mouse-down-action.
11008 (checkbox): Add help-echo.
11009 (widget-sexp-validate): Rewritten to clarify error messages.
11010 (character): Use char-valid-p in :match function.
11011 (widget-color-complete): Use facemenu-color-alist.
11012 (widget-color-action): Use facemenu-read-color.
11013
11014 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
11015 set up `caar' &c that we now have.
11016
82d2c7c5
DL
110172000-02-09 Ray Blaak <blaak@gnu.org>
11018
11019 * delphi.el: Make resourcestring a declaration region, like const
11020 and var.
11021
6cbc1482
DL
110222000-02-09 Dave Love <fx@gnu.org>
11023
11024 * bindings.el (mode-line-input-method-map): New variable.
11025 (mode-line-mule-info): Use it; fix last change.
11026 (mode-line-mode-menu): Move definition.
11027 (mode-line-mouse-sensitive-p): Deleted.
11028 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
11029 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
11030 level.
11031
11032 * startup.el (command-line-1): Don't call
11033 make-mode-line-mouse-sensitive.
11034
f7136ee8
GM
110352000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11036
11037 * mail/rmail.el (rmail-retry-failure): Use
11038 rmail-beginning-of-message before rmail-toggle-header, because the
11039 former toggles headers.
11040
6e1d0d15
SM
110412000-02-06 Stefan Monnier <monnier@cs.yale.edu>
11042
fef8c55b
SM
11043 * diff-mode.el (diff-kill-junk): New interactive function.
11044 (diff-reverse-direction): Use delete-and-extract-region.
11045 (diff-post-command-hook): Restrict the area so that the hook also works
11046 outside of any diff hunk. This is necessary for the minor-mode.
11047 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
11048 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
11049
6e1d0d15
SM
11050 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
11051 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
11052 so that it can be used more easily in <foo>-mode-hook. Also make sure
11053 to avoid duplicate entries.
11054 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
11055 (font-lock-remove-keywords): Just as was done for `add', allow it to
11056 work even if font-lock-mode is nil. Also make sure we don't modify
11057 any pre-existing list by forcing a copy-sequence. Finally rename
11058 `major-mode' to `mode'.
11059 (font-lock-fontify-syntactic-anchored-keywords)
11060 (font-lock-fontify-anchored-keywords)
11061 (font-lock-fontify-keywords-region): Use line-end-position.
11062 Don't make `font-lock-multiline' local (it's now done in
11063 font-lock-set-defaults).
11064 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
11065 move the `font-lock-fontified' creation to inside the `unless'.
11066
a75dfea0
AI
110672000-02-06 Andrew Innes <andrewi@gnu.org>
11068
11069 * term/w32-win.el (x-handle-args): Comment out call to message,
11070 which occurs before window system is initialized.
11071
11072 * makefile.nt: Add support for recompiling lisp code.
11073
b85e9462
DL
110742000-02-04 Dave Love <fx@gnu.org>
11075
9ff33afb
DL
11076 * bindings.el (mode-line-mule-info): Fix/extend last change.
11077
b85e9462
DL
11078 * completion.el: Replace completion-dolist with dolist.
11079
11080 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
11081 dotimes.
11082
44dff075
CD
110832000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
11084
11085 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
11086 environment names before they go into the section regexp.
11087
11088 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
11089 char class in regexp.
11090
11091 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
11092 `case-fold-search' to nil.
11093
11094 * progmodes/idlwave.el (idlwave-template): Respect
11095 `idlwave-abbrev-change-case'.
11096 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
11097 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
11098 idlwave-while): respect `idlwave-reserved-word-upcase'.
11099 (idlwave-rw-case): New function.
11100 (idlwave-statement-match): Fixed problem with assignment regexp.
11101 (idlwave-font-lock-keywords): Improved regexp for keyword
11102 parameters.
a23c5037 11103 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
11104 operators longer than 1 char.
11105
11106 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
11107 idlwave-shell-expression-overlay. Implemented printing of
11108 expressions on higher levels of the calling stack.
11109 (idlwave-shell-display-level-in-calling-stack): Restore stack
11110 level.
11111 (idlwave-retrieve-expression-from-level): New function.
11112 (idlwave-shell-last-calling-stack): Variable removed.
11113 (idlwave-shell-reset): Argument action reversed (`visible' to
11114 `hidden'). Also remove stop-line overlay.
11115 (idlwave-shell-calling-stack-routine): New variable.
11116 (idlwave-shell-parse-stack-and-display): Messages now display
11117 negative level numbers.
11118 (idlwave-shell-mode): Set `modeline-format'.
11119 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
11120 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
11121 21.
11122 (idlwave-shell-print-expression-function): New option.
a23c5037 11123
44dff075
CD
11124 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
11125 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
11126 `tool-bar' instead of `toolbar'.
11127
f26c34fd
DL
111282000-02-02 Dave Love <fx@gnu.org>
11129
11130 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
11131 emacs-lisp-mode-hook. Don't check for defalias being defined.
11132
11133 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11134 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
11135 the new builtins directly.
11136
11137 * whitespace.el (whitespace): Add :version to defgroup.
11138
11139 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
11140 Doc fix.
11141
11142 * thingatpt.el (sexp-at-point, symbol-at-point)
11143 (number-at-point, list-at-point): Add autoload cookie.
11144
11145 * recentf.el (recentf): Add :version to defgroup.
11146
11147 * quickurl.el (quickurl): Add :version to defgroup.
11148
11149 * elide-head.el (elide-head): Use point-marker more.
11150
11151 * bs.el (bs): Add :version to defgroup.
11152
11153 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
11154
11155 * progmodes/delphi.el (delphi): Add :version to defgroup.
11156
d240a249
GM
111572000-02-02 Gerd Moellmann <gerd@gnu.org>
11158
11159 * ange-ftp.el (ange-ftp-write-region): Handle case that
11160 succeeding process operation sets a different coding system.
11161
11162 * calculator.el: New file.
11163
d5179a01
EZ
111642000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
11165
11166 * frame.el (frames-on-display-list, framep-on-display): New
11167 functions.
11168 (display-mouse-p, display-popup-menus-p, display-graphic-p)
11169 (display-selections-p, display-screens, display-pixel-width)
11170 (display-pixel-height, display-mm-width, display-mm-height)
11171 (display-backing-store, display-save-under, display-planes)
11172 (display-color-cells, display-visual-class): New functions.
11173
11174 * term/tty-colors.el (tty-color-gray-shades): New function.
11175
11176 * faces.el (display-color-p): Use framep-on-display.
11177 (display-grayscale-p): New function.
11178
968e00f0
DL
111792000-01-31 Dave Love <fx@gnu.org>
11180
11181 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
11182 (create-fontset-from-x-resource): Don't concat integers.
11183
2cb750ba
GM
111842000-01-31 Inge Frick <inge@nada.kth.se>
11185
11186 * view.el: Some changes in documentation. Removed some trailing
11187 whitespace. Changed some parameter names to agree with
11188 documentation.
11189 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
11190 window is not deleted. Modifies change 1998-04-26.
a23c5037 11191
74e9213b
GM
111922000-01-31 Gerd Moellmann <gerd@gnu.org>
11193
47569935
GM
11194 * windmove.el: New file.
11195
74e9213b
GM
11196 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11197 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 11198 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 11199
74e9213b
GM
11200 * jit-lock.el (jit-lock-function): Widen before calculating end
11201 position.
11202 (jit-lock-stealth-chunk-start): Rewritten.
11203
11204 * info.el (Info-title-face-alist): Removed.
11205 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
11206 faces.
11207 (Info-fontify-node): Use these faces.
11208
994c5afe
GM
112092000-01-30 Gerd Moellmann <gerd@gnu.org>
11210
11211 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
11212 (cl-macro-list1): Recognize `&allow-other-keys' instead of
11213 `&allow-other-keywords'.
11214
11215 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
11216 the list of directories scanned heuristically.
11217
11218 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
11219 exist.
11220
f00276e3
JR
112212000-01-30 Jason Rumney <jasonr@gnu.org>
11222
11223 * w32-fns.el: Define w32-tty-standard-colors.
11224
11225 * startup.el (command-line): Use w32-tty-standard-colors when in
11226 w32 console mode.
11227
cc4dfff0
DL
112282000-01-30 Dave Love <fx@gnu.org>
11229
e645e77b
DL
11230 * jka-compr.el (jka-compr-load): Fix up load-history.
11231
cc4dfff0
DL
11232 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
11233
11234 * emacs-lisp/cl-macs.el: Revert previous change.
11235
16215eb0
DL
112362000-01-29 Dave Love <fx@gnu.org>
11237
11238 * facemenu.el: Purecopy various strings.
11239
11240 * timezone.el (timezone-fix-time): Window against 69 for two-digit
11241 years. Deal with three-digit years.
11242
11243 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
11244 defconst, purecopy.
11245 (help-back-label): Purecopy it.
11246
bbd9b566
GM
112472000-01-18 Gerd Moellmann <gerd@gnu.org>
11248
11249 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
11250 variable. If non-nil, order the buffer list according to the
11251 currently selected frame.
11252 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
11253 non-nil, pass the selected frame to function buffer-list.
a23c5037 11254
887448e1
GM
112552000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11256
11257 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
11258
7df85084
DL
112592000-01-28 Dave Love <fx@gnu.org>
11260
142e109c
DL
11261 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
11262
7df85084
DL
11263 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
11264 Don't use lisp-indent-hook property.
11265 (cl-abs): Remove.
11266
11267 * subr.el: Move out indent and edebug specs for when and unless.
11268
11269 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
11270 when, unless.
11271
11272 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
11273 unless, when.
11274
3b43c01c
GM
112752000-01-28 Gerd Moellmann <gerd@gnu.org>
11276
d060bc9f
GM
11277 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
11278 `collecting' as synonym for `collect'.
11279
11280 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
11281 for the case it contains spaces.
11282
11283 * simple.el (what-cursor-position): Change formatting of
11284 messages.
11285
b02786f9
GM
11286 * frame.el (delete-other-frames): New function.
11287 (toplevel): Bind it to C-x 5 1.
11288
efd68b8a
GM
11289 * sort.el (sort-numeric-base): New option.
11290 (sort-numeric-fields): If number starts with `0' or `0[xX[',
11291 interpret it as octal or hexadecimal. Use sort-numeric-base
11292 as default base.
11293
3b43c01c
GM
11294 * progmodes/glasses.el: New file.
11295
984ae001
GM
112962000-01-27 Gerd Moellmann <gerd@gnu.org>
11297
a0b796e3
GM
11298 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
11299 userids differently.
11300
984ae001
GM
11301 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11302 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11303 progmodes/ebnf-yac.el: New files.
11304
6c67ddee
DL
113052000-01-26 Dave Love <fx@gnu.org>
11306
11307 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
11308 on a function with an empty body. [From Eric Ludlam.]
11309
4e6473c8
GM
113102000-01-25 Andre Spiegel <spiegel@gnu.org>
11311
11312 * vc.el (vc-version-diff): Make sure file name is expanded.
11313
e12489f9
GM
113142000-01-25 Gerd Moellmann <gerd@gnu.org>
11315
11316 * scroll-bar.el (scroll-bar-timer): Variable removed.
11317 (scroll-bar-toolkit-scroll): Don't use a timer.
11318
8dbe2b07
KH
113192000-01-25 Kenichi Handa <handa@etl.go.jp>
11320
11321 * language/thai-util.el (thai-composition-function): Delete
11322 superfluous `a'.
11323
26ef1c87
DL
113242000-01-24 Dave Love <fx@gnu.org>
11325
11326 * fortran.el (fortran-mode): Use beginning-of-defun-function,
11327 end-of-defun-function.
11328
11329 * font-lock.el (turn-on-font-lock): Don't depend on window-system
11330 &c.
11331
7ed4e9a7
JR
113322000-01-22 Jason Rumney <jasonr@gnu.org>
11333
11334 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
11335 conflicts with new face support.
11336
8b7bc628 113372000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
11338
11339 * replace.el (query-replace): Rename last arg to DELIMITED.
11340 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
11341 (query-replace-regexp): Likewise.
11342
8b7bc628 113432000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 11344
02b14400
RS
11345 * subr.el (with-syntax-table): Use make-symbol, not gensym.
11346
5bb6f079
RS
11347 * emacs-lisp/lisp.el (beginning-of-defun-function):
11348 Variable renamed from beginning-of-defun.
11349 Do not call make-variable-buffer-local.
11350 (beginning-of-defun-raw): Use new variable name; doc fix.
11351 (beginning-of-defun): Doc fix.
11352 (end-of-defun-function): Variable renamed from end-of-defun.
11353 Do not call make-variable-buffer-local.
11354 (end-of-defun): Use new variable name; doc fix.
11355
02b14400
RS
11356 * subr.el (dolist, dotimes): Copied from cl-macs.el
11357 and made to work.
2d5e9b54 11358
a23c5037 11359 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
11360 Variable replaces rmail-digest-end-regexp.
11361 Allows multiple regexps for detecting the end line.
11362 (undigestify-rmail-message): Corresponding changes.
11363
60af03f1
DL
113642000-01-19 Dave Love <fx@gnu.org>
11365
fe5d99e1
DL
11366 * files.el (user-init-file): Don't declare here -- is primitive.
11367
60af03f1
DL
11368 * startup.el (command-line): Check for compiled user-init-file and
11369 set to uncompiled version if necessary.
11370
72dbbc7d
GM
113712000-01-18 Gerd Moellmann <gerd@gnu.org>
11372
6a1950ec
GM
11373 * mail/undigest.el (rmail-digest-end-regexp): New user option.
11374 (undigestify-rmail-message): Use it.
11375
72dbbc7d
GM
11376 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
11377
fbe91bbd
GM
113782000-01-17 Gerd Moellmann <gerd@gnu.org>
11379
11380 * tmm.el (tmm-goto-completions): Adapt to prompt being part
11381 of mini-buffer.
11382
33a6685b
GM
113832000-01-14 Gerd Moellmann <gerd@gnu.org>
11384
b3303df7
GM
11385 * emacs-lisp/copyright.el (copyright-update): Removed the
11386 requirement for a trailing space from `copyright-regexp', to
11387 support copyrights with owner specified on a separate line..
a23c5037 11388
3c4c8064
GM
11389 * align.el: New file.
11390
33a6685b
GM
11391 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
11392
11393 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
11394
044a4975
DL
113952000-01-13 Dave Love <fx@gnu.org>
11396
11397 * ph.el: Removed. (Obsoleted by EUDC.)
11398
0a352cd7
GM
113992000-01-13 Gerd Moellmann <gerd@gnu.org>
11400
11401 * net/eudc.el (toplevel): Remove autoloaded code installing
11402 menu with easymenu, because that causes build problems.
11403
11404 * frame.el (frame-notice-user-settings): New variable.
11405 (frame-notice-user-settings): Don't modify frame parameters
11406 if called a second time.
11407
8b7bc628 114082000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
11409
11410 * frame.el (frame-notice-user-settings):
11411 Notice default-frame-parameters even for non-window frames.
11412
feb450e0
GM
114132000-01-13 Gerd Moellmann <gerd@gnu.org>
11414
11415 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
11416 for Emacs.
11417 (eudc-bob-can-display-inline-images): Extend for Emacs.
11418 (eudc-bob-toggle-inline-display): Ditto.
11419 (eudc-bob-display-jpeg): Ditto.
11420
99c6d63b
GM
114212000-01-12 Gerd Moellmann <gerd@gnu.org>
11422
7970b229
GM
11423 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
11424 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
11425 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 11426
e4936aa9
GM
11427 * add-log.el (add-change-log-entry): Fix error trying an `(insert
11428 nil)'.
11429
11430 * subdirs.el: Add `net' directory.
11431
133c9e59
GM
11432 * net: New directory.
11433
99c6d63b
GM
11434 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
11435 eval-last-sexp. Don't bind debug-on-error here.
11436 (eval-last-sexp): New function. Bind debug-on-error if
11437 eval-expression-debug-on-error is non-nil.
11438 (eval-defun-2, eval-defun): Likewise.
11439
11440 * simple.el (eval-expression): Don't bind debug-on-error if
11441 eval-expression-debug-on-error is nil. Detect changed
11442 debug-on-error, and propagate new value to global binding, if
11443 eval-expression-debug-on-error is non-nil,
11444 (eval-expression-debug-on-error): Change doc string.
a23c5037 11445
8b7bc628 114462000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
11447
11448 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
11449
11450 * emacs-lisp/lisp-mode.el (with-syntax-table):
11451 Set up lisp-indent-function property.
11452
11453 * subr.el (with-syntax-table): Moved from simple.el.
11454
11455 * simple.el (with-syntax-table): Moved to subr.el.
11456
7e3c74fa
GM
114572000-01-11 Gerd Moellmann <gerd@gnu.org>
11458
1fab1775
GM
11459 * tmm.el (tmm-shortcut): Delete region after prompt instead
11460 of erasing buffer.
11461
7e3c74fa 11462 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
11463 (fill-context-prefix): Use the longest common prefix of first
11464 and second line fill prefix, if there is one.
7e3c74fa 11465
8b7bc628 114662000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
11467
11468 * array.el (array-mode): Don't use make-variable-buffer-local.
11469 Use make-local-variable for `truncate-lines'.
11470
aa705642 114712000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 11472
aa705642
GM
11473 * add-log.el (add-log-current-defun): Handle user-defined
11474 add-log-current-function returning nil,
a23c5037 11475
57df2446 11476 * add-log.el (add-change-log-entry): Insert version number
aa705642 11477 if having found a current function
c1356086
GM
11478
11479 * add-log.el (add-log-current-defun): Call
11480 `add-log-current-defun-function'. Try matches at level 0 and
11481 level 1. Strip whitespace from defun found.
a23c5037 11482
1d8c59e9
RS
114832000-01-10 John Wiegley <johnw@gnu.org>
11484
11485 * allout.el (isearch-done/outline-provisions): Added `edit'
11486 argument to correspond with the current definition of
11487 `isearch-done'.
11488
8cf87e9b
DL
114892000-01-10 Dave Love <fx@gnu.org>
11490
11491 * elide-head.el (elide-head): Use point-marker, not point.
11492
9050446c
GM
114932000-01-10 Gerd Moellmann <gerd@gnu.org>
11494
8321b22a
GM
11495 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
11496 before and after the year 2000.
a23c5037 11497
9050446c
GM
11498 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
11499 Add ispell- prefix.
11500
115012000-01-10 Ken Stevens <k.stevens@ieee.org>
11502
11503 * ispell.el: Only define dictionaries in menus when they exist.
11504 (version18p): New variable.
11505 (version20p): New variable.
11506 (xemacsp): New variable.
11507 (ispell-choices-win-default-height): Fix for XEmacs visibility.
11508 (ispell-dictionary-alist1): Added Brasileiro dictionary.
11509 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 11510 run-together words.
9050446c
GM
11511 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
11512 (ispell-dictionary-alist): Add koi8-r to customize definition.
11513 (check-ispell-version): Added documentation string. Returns
f24fef2f 11514 library path when called non-interactively.
9050446c
GM
11515 (ispell-menu-map-needed): Uses new variables.
11516 (ispell-library-path): New variable.
11517 (ispell-decode-string): XEmacs fix for bogus variable bindings.
11518 (ispell-word): Improved documentation string. Test for valid
11519 character mappings. Correctly check typed in word changes that can
11520 result in single words split into multiple words. Returns
11521 replacement word.
11522 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
11523 replace in recursive query replace mode. Help message for
11524 recursive edit mode.
11525 (ispell-show-choices): Protect against bad framepop bindings.
11526 (ispell-help): Fix to work with XEmacs.
11527 (ispell-highlight-spelling-error): Use new variables.
11528 (ispell-overlay-window): Fix to work with XEmacs.
11529 (ispell-parse-output): Passed and returns location information
11530 tracking spelling corrections. Doesn't recheck same word on
11531 current line.
11532 (ispell-init-process): Protect against bogus XEmacs variable binding.
11533 Fix call to single argument in sleep-for. Use new variables.
11534 (ispell-region): Passed and returns location information tracking
11535 spelling corrections. Doesn't check same word on current line.
11536 Improved documentation string. Doesn't resend a line already
11537 checked to the ispell process - fixes bug in LaTeX parsing.
11538 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
11539 (ispell-skip-region): No longer skips <TT> in SGML.
11540 (ispell-process-line): Tracks location information with spelling
11541 corrections. Added documentation string. Accounts for words
11542 already accepted on this line. Don't allow query-replace on line
11543 starting with math characters. Doesn't resend a line already sent
11544 to ispell process. Fixes alignment error bug.
a23c5037 11545
8b7bc628 115462000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 11547
a23c5037 11548 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
11549 Suggest xloadimage, which is free, not xv, which isn't.
11550
a23c5037 11551 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
11552 Don't ever include the host name or user name in the value.
11553
9ed79f5d
GM
115542000-01-09 Gerd Moellmann <gerd@gnu.org>
11555
11556 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
11557 of a real newline.
11558
b950abb1
GM
115592000-01-09 Stephen Eglen <stephen@gnu.org>
11560
a23c5037 11561 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
11562 for .png files.
11563
3c708e98
GM
115642000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
11565
11566 * cus-edit.el (custom-hook-convert-widget): Fix comment.
11567
bf61662d
GM
115682000-01-09 Gerd Moellmann <gerd@gnu.org>
11569
f1d851ae
GM
11570 * progmodes/cperl-mode.el: Replace ^F with ^L.
11571
bf61662d 11572 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 11573 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
11574 recursion.
11575
c65d14ee
DL
115762000-01-08 Dave Love <fx@gnu.org>
11577
8cf87e9b
DL
11578 * emacs-lisp/backquote.el: Remove inappropriate customization
11579 (allowing custom.el to use backquote).
c65d14ee 11580
83de2ebc
DL
115812000-01-07 Dave Love <fx@gnu.org>
11582
11583 * add-log.el (add-log-debugging): Deleted.
11584 (add-change-log-entry): Treat a backup FILE-NAME as its parent
11585 file. Remove debugging code.
11586 (change-log-get-method-definition, change-log-name): Add doc.
11587 (change-log-sortable-date-at): New function.
11588 (change-log-merge): New command.
11589
11590 * time.el (display-time-string-forms): Make the Mail string active.
11591 (display-time-update): Provide help-echo for load average.
11592
11593 * bindings.el (make-mode-line-mouse2-map): New function.
11594 (mode-line-modified): Use it and simplify.
11595 (mode-line-mule-info): Provide help-echo info.
11596 (minor-mode-alist): Activate the strings.
11597 (make-mode-line-mouse-sensitive): Simplify for
11598 mode-line-buffer-identification.
11599
c1475eae
GM
116002000-01-07 Gerd Moellmann <gerd@gnu.org>
11601
11602 * play/pong.el: New file.
11603
83de2ebc
DL
116042000-01-06 Dave Love <fx@gnu.org>
11605
11606 * array.el: Assorted cleanups for compiler warnings, doc strings,
11607 `array-' prefix for symbols.
11608
116092000-01-05 Dave Love <fx@gnu.org>
11610
11611 * textmodes/outline.el (outline-mode-menu-bar-map): Add
11612 outline-headers-as-kill.
11613 (outline-mode): Define imenu-generic-expression.
11614 (outline-headers-as-kill): New command.
11615
11616 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
11617 from paragraph-start.
11618 (paragraph-indent-minor-mode): New command.
11619
11620 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
11621 M-C-e, M-C-h, C-j, C-xnd, TAB.
11622 (fortran-mode): Set beginning-of-defun, end-of-defun.
11623 (fortran-column-ruler): Simplify.
11624 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
11625 (fortran-with-subprogram-narrowing): Likewise.
11626 (fortran-indent-subprogram): Call mark-defun.
11627 (fortran-check-for-matching-do): Change narrowing.
11628
11629 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
11630 (cl-lucid-hash-tag): Delete.
11631 (cl-hash-table-p): Correct test for native table.
11632 (cl-hash-table-count): Use hash-table-count.
11633
11634 * browse-url.el (browse-url): Fix case of
11635 browse-url-browser-function being an alist.
11636
676ac023
CD
116372000-01-05 Carsten Dominik <cd@gnu.org>
11638
c1475eae
GM
11639 * textmodes/reftex-vars.el (reftex-parse-file-extension)
11640 (reftex-index-phrase-file-extension): New options.
676ac023
CD
11641
11642 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 11643 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
11644
11645 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 11646 `reftex-parse-file-extension'.
eb483e17 11647
88807984
DL
116482000-01-05 Dave Love <fx@gnu.org>
11649
83de2ebc 11650 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
11651 (beginning-of-defun-raw): Use it.
11652 (end-of-defun): New variable.
11653 (end-of-defun): Use it.
11654 (check-parens): New command.
11655
1362aeb4
TTN
116562000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
11657
c1475eae
GM
11658 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
11659 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 11660
7ddafb95
TTN
11661 Fix buglet in local variables initialization.
11662
7334aa99
AS
116632000-01-05 Andreas Schwab <schwab@suse.de>
11664
11665 * hscroll.el (hscroll): Doc fix.
11666
b12e24cd
CD
116672000-01-05 Carsten Dominik <cd@gnu.org>
11668
11669 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
11670 idlw-toolbar.
11671
11672 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
11673 file idlw-rinfo.el.
1362aeb4
TTN
11674 (idlwave-customize): load must read file idlw-shell.el.
11675 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 11676
d6226972
CD
116772000-01-05 Carsten Dominik <dominik@astro.uva.nl>
11678
11679 * progmodes/idlw-shell.el: Also provide idlwave-shell
11680 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
11681 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
11682
11683 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
11684 both reftex-dcr and reftex-vcr.
1362aeb4 11685
d6226972
CD
11686 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
11687
6ddb893f 116882000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
11689
11690 * ps-print.el: PostScript code now is in separate files, doc fix.
11691 (ps-print-version): New version number (5.0.3).
11692 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
11693 local.
11694 (ps-spool-config): Initialization fix.
c1475eae
GM
11695 (ps-print-prologue-1, ps-print-prologue-2)
11696 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
11697 (ps-background-image): Little code reformating.
11698 (ps-begin-file, ps-begin-job): Fix code.
88807984 11699 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
11700 (ps-prologue-file): New fun.
11701
ae833aae
KH
117022000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11703
c1475eae 11704 * ps-vars.el: Eliminated.
ae833aae
KH
11705
11706 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
11707 `;;;###autoload'.
11708
11709 * ps-print.el: ps-vars eliminated, doc fix.
11710 (ps-print-version): New version number (5.0.2).
11711 (ps-spool-config): Initialization fix.
11712 (ps-print-customize): New fun.
11713
560a7bd2
GM
117142000-01-04 Gerd Moellmann <gerd@gnu.org>
11715
11716 * autorevert.el (auto-revert-mode): Return value of
11717 auto-revert-mode.
11718
f45dd0f4
DL
117192000-01-04 Dave Love <fx@gnu.org>
11720
fae2ac05
DL
11721 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
11722 menu items.
f45dd0f4 11723
61255981
DL
117242000-01-03 Dave Love <fx@gnu.org>
11725
88807984 11726 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 11727
83de2ebc 11728 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
11729 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
11730 `cl-hash-table-p', not `hash-table-p'.
11731 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
11732
c182a70f
EZ
117332000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11734
11735 * faces.el (face-read-integer, read-face-attribute)
11736 (color-defined-p, color-values): unspecified-{f,b}g are now
11737 strings.
11738
047f434a
GM
117392000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
11740
11741 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
11742 at comment end, and re-insert them after filling.
11743
bab531e2
EZ
117442000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11745
11746 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
11747 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
11748 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 11749
d684c676
EZ
117502000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11751
11752 * term/x-win.el (xw-defined-colors): Call color-supported-p,
11753 the new name of face-color-supported-p.
11754
11755 * term/w32-win.el (xw-defined-colors): Likewise.
11756
0aad4805
EZ
117572000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11758
11759 * simple.el (completion-setup-function): Count completion-size
11760 from minibuffer-prompt-end, not from point-min.
11761
5fe1d139
EZ
117622000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
11763
11764 * faces.el (read-face-attribute, defined-colors, color-defined-p):
11765 Pass the frame to tty-color-* functions.
11766 (display-color-p, frame-set-background-mode): Pass the frame to
11767 tty-display-color-p.
11768
11769 * term/tty-colors.el (tty-defined-color-alist): Renamed from
11770 tty-color-alist.
11771 (tty-color-alist, tty-modify-color-alist): New functions.
11772 (tty-color-define, tty-color-clear, tty-color-approximate)
11773 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
11774 an optional parameter FRAME.
11775
162dec01
GM
117762000-01-01 Gerd Moellmann <gerd@gnu.org>
11777
27189709
GM
11778 * image.el (create-image, defimage): Don't assume image data is a
11779 string.
11780
162dec01
GM
11781 * image.el (defimage): Handle specifications containing :data
11782 instead of :file.
11783 (image-type-from-data): New function.
11784 (image-type-from-file-header): Use it.
11785 (create-image): Add parameter DATA-P.
1362aeb4 11786
bea56df7 11787See ChangeLog.8 for earlier changes.
25a6fab1
KH
11788
11789;; Local Variables:
e64c3a75 11790;; coding: iso-2022-7bit
25a6fab1 11791;; End: