*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
611dbdf0
SM
12000-11-06 Stefan Monnier <monnier@cs.yale.edu>
2
3 * pcvs.el (cvs-mode-marked): New arg `noquery'.
4 Prompt user for a file rather than raising an error.
5 (cvs-enabledp): Fix call to cvs-mode-marked.
6 (cvs-insert-file): New function (extracted from cvs-mode-insert).
7 (cvs-mode-insert): Use it. Change the init prompt' value.
8 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
9
10 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
11 Don't pass default arg to ewoc-locate.
12 (ewoc-collect): Return result in the right order.
13
14 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
15
16 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
17 (cvs-status-get-tags): Fix regexp.
18 (cvs-status-trees, cvs-status-cvstrees):
19 Combine after change hooks and don't sit-for.
20 (cvs-tree-use-jisx0208): Renamed from cvs-tree-dstr-2byte-ready.
21 (cvs-tree-char-*): Renamed from cvs-tree-dstr-char-*.
22 Use make-char rather than hard-coded cryptic data.
23 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
24
25 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
26
27 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
28 (cvs-insert-strings): New function.
29
937b2877
MB
302000-11-06 Miles Bader <miles@lsi.nec.co.jp>
31
32 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
33 `mwheel-scroll-amount'.
34 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
35 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
36 string-matching against the version string.
37
c6c97763
KH
382000-11-06 Kenichi Handa <handa@etl.go.jp>
39
6eaec747
KH
40 * language/thai.el ("Thai"): Set a lisp form that produces
41 composed string in `sample-text' language info.
42
43 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
44 composed string in `sample-text' language info.
45
46 * international/mule-cmds.el (describe-language-environment): Eval
47 `sample-text' data and insert the result.
48
c6c97763
KH
49 * international/mule-conf.el (compound-text): Define this coding
50 system here. Make x-ctext and ctext aliases of it.
51
52 * language/european.el (compound-text, ctext): Moved to
53 international/mule-conf.el.
54
d1145f85
AI
552000-11-05 Andrew Innes <andrewi@gnu.org>
56
57 * w32-fns.el (w32-version): New function.
58
178a6a45
SM
592000-11-05 Stefan Monnier <monnier@cs.yale.edu>
60
61 * progmodes/awk-mode.el: Update copyright.
62 (awk-mode-abbrev-table): Remove.
63 (awk-font-lock-keywords): Use regexp-opt.
64 (awk-mode): Use define-derived-mode.
65
66 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
67 when extracting a suffix.
68
1ba90166
AS
692000-11-04 Andre Spiegel <spiegel@gnu.org>
70
71 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
72 auto-save-mode.
73
546790cb
JR
742000-11-04 Jason Rumney <jasonr@gnu.org>
75
76 * language/european.el (decode-mac-roman): Test against r1 not r0.
77
d247e32d
SM
782000-11-03 Stefan Monnier <monnier@cs.yale.edu>
79
fbf44f44
SM
80 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
81 (icon-mode): Define indent-line-function.
82 (icon-comment-indent): Simplify.
83 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
84
85 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
86
87 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
88 Bind change-log-default-mode to defeat the caching done on it.
89 Don't bother saving excursion any more.
90
91 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
92
93 * frame.el (after-setting-font-hook): Rename hooks -> hook.
94 (set-frame-font): Use the new name (and the old for compatibility).
95
96 * toolbar/tool-bar.el (tool-bar-mode):
97 * time.el (display-time-mode):
98 * recentf.el (recentf-mode):
99 * paren.el (show-paren-mode):
100 * mwheel.el (mouse-wheel-mode):
101 * msb.el (msb-mode):
102 * jka-compr.el (auto-compression-mode):
103 * image-file.el (auto-image-file-mode):
104 * hl-line.el (hl-line-mode):
105 * delsel.el (delete-selection-mode):
106 * autoinsert.el (auto-insert-mode):
107 * complete.el (partial-completion-mode): Drop unneeded positional args.
108
109 * info.el (Info-mode):
110 * comint.el (comint-mode): Don't both with make-local-hook.
111
d247e32d
SM
112 * log-edit.el (log-edit-menu): New menu.
113
4921558e
MB
1142000-11-03 Miles Bader <miles@gnu.org>
115
116 * wid-edit.el (widget-end-of-line): Reinstate, with a new
117 definition, so that trailing spaces are handled properly.
118 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
119
1fc02b3c
GM
1202000-11-03 Gerd Moellmann <gerd@gnu.org>
121
122 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
123 tab character.
124 (fancy-splash-screens): Set tab-width to 20.
125
51d001f7
DL
1262000-11-03 Dave Love <fx@gnu.org>
127
128 * comint.el (comint-completion-addsuffix): Fix custom type.
129
ba22aeff
SM
1302000-11-02 Stefan Monnier <monnier@cs.yale.edu>
131
132 * font-lock.el (font-lock-buffers): Remove.
133 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
134 (font-lock-change-major-mode): Remove.
135 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
136 (font-lock-default-fontify-region): Extend the multiline
137 fontification to whole lines.
138 (font-lock-fontify-anchored-keywords)
139 (font-lock-fontify-keywords-region): If matching just one
140 line (with \n) only mark the \n as multiline.
141
142 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
143 Correctly handle the case where several :group args are supplied.
144 Allow :extra-args.
145 (easy-mmode-define-global-mode): Allow :extra-args.
146 Correctly handle the case where several :group args are supplied.
147
9c887ada
MB
1482000-11-02 Miles Bader <miles@gnu.org>
149
150 * calendar/calendar.el (diary-face, calendar-today-face)
151 (holiday-face): Remove dependency on `window-system'.
152
7f25090d
KR
1532000-11-02 Ken Raeburn <raeburn@gnu.org>
154
155 * Makefile.in (emacs): Set EMACSLOADPATH always.
156 (update-authors, .el.elc, compile-files): Don't do it explicitly
157 here.
9b911107 158 (compile-files): Bomb out if compilation of a file fails.
7f25090d 159
7dd6009c
DL
1602000-11-02 Dave Love <fx@gnu.org>
161
162 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
163
94821e4f
EZ
1642000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
165
166 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
167 punctuation in the warning inserted into the *mail* buffer.
168
1ac3fc42
GM
1692000-11-02 Gerd Moellmann <gerd@gnu.org>
170
57731876
GM
171 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
172 (authors-public-domain-p): New function.
173 (authors-print): Use it.
174
975f82c9
GM
175 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
176
1ac3fc42
GM
177 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
178
4b3eb10f
GM
1792000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
180
975f82c9 181 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
182 (ps-print-version): New version number (6.3.1).
183 (ps-even-or-odd-pages): Customization fix.
184 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
185 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
186 (ps-page-count): Var replaced by `ps-page-column'.
187 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
188 (ps-print-sheet-p): New fun.
189
7da794df
MB
1902000-11-02 Miles Bader <miles@lsi.nec.co.jp>
191
192 * tooltip.el (tooltip-gud-tips-setup): New function.
193 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
194 (tooltip-mode): Call tooltip-gud-tips-setup.
195 (tooltip-gud-tips): Use `gud-basic-call' instead of
196 process-send-string, so the prompt gets frobbed appropriately.
197 Handle nil return value from `tooltip-gud-print-command'.
198
0e40b809
EL
1992000-11-01 Eric M. Ludlam <zappo@ultranet.com>
200
201 * comint.el (comint-add-to-input-history): New function.
202 (comint-send-input): Use `comint-add-to-input-history'.
203
50ada0db
MB
2042000-11-02 Miles Bader <miles@lsi.nec.co.jp>
205
973a3104
MB
206 * info.el (info-menu-header): New face.
207 (Info-fontify-menu-headers): New function.
208 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
209
50ada0db
MB
210 * info.el (Info-insert-dir): Don't include blank lines at
211 beginning of additional dir files (one is added automatically).
212
bff53411
SM
2132000-11-01 Stefan Monnier <monnier@cs.yale.edu>
214
215 * emacs-lisp/easy-mmode.el (define-minor-mode):
216 Revert the latest changes.
217 Allow the three positional arguments to be skipped and replaced
218 by keyword arguments.
219 Add a :toggle argument to determine whether a nil arg means toggle
220 or means turn-on. The default is unchanged.
221 Add a call to force-mode-line-update.
222
6b8a0b2d
DL
2232000-11-01 Dave Love <fx@gnu.org>
224
225 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
226 cookie.
227
5bf99100
MB
2282000-11-01 Miles Bader <miles@lsi.nec.co.jp>
229
230 * calendar/calendar.el (diary-face, holiday-face): Add
231 dark-background variants.
232
a4032611
SS
2332000-10-31 Sam Steingold <sds@gnu.org>
234
235 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
236 `tex-main-file' does not have directory in it.
237
c286608e
SM
2382000-10-31 Stefan Monnier <monnier@cs.yale.edu>
239
240 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
241
4836835a
TTN
2422000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
243
244 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
245 functional change.
246
26dcb81b
GM
2472000-10-31 Gerd Moellmann <gerd@gnu.org>
248
249 * files.el (find-file-noselect): When we expand a wildcard, return
250 a list of buffers, as we should do according to the doc string.
251
49fc4500
KR
2522000-10-31 Ken Raeburn <raeburn@gnu.org>
253
254 * loadup.el (top level): Adjust load path if program name is
255 "../src/bootstrap-emacs", in case it's not dumped and thus the
256 load path adjustment hasn't already been done.
257
ea0c615d
GM
2582000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
259
260 * ps-print.el: Fix bug on selected pages for printing. Use
261 `color-values' for Emacs 21. Ensure fontification when jit-lock
262 is on. Try to avoid warning messages when compiling. Doc Fix.
263 (ps-print-version): New version number (6.3).
264 (ps-color-device): Use `color-values' to determine if device
265 supports color.
266 (ps-color-values): Try to use `x-color-values' when using XEmacs.
267 (ps-print-page-p): Changed from defsubst to defun.
268 (ps-page-number): Changed from defmacro to defun.
269 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
270 printing.
c286608e 271 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
272 (ps-end-file, ps-dummy-page): Funs eliminated.
273 (ps-print-color-scale): Changed default value.
274 (ps-page-n-up, ps-print-page-p): New internal vars.
275 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
276 (ps-plot-region, ps-generate, ps-end-job): Code fix.
277
9e20722f
GM
278 * delim-col.el: Little programming improvement.
279 (delimit-columns-str): New macro.
280 (delimit-columns-region, delimit-columns-rectangle): Code fix.
281
d7a0fd00
KH
2822000-10-31 Kenichi Handa <handa@etl.go.jp>
283
c286608e
SM
284 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
285 Moved to european.el.
d7a0fd00
KH
286 (ccl-encode-mac-roman-font, fontset-mac): Modified for
287 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
288 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
289 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 290
234be340
DL
2912000-10-30 Dave Love <fx@gnu.org>
292
293 * progmodes/cc-menus.el (imenu-generic-expression)
294 (imenu-progress-message): Only defvar when compiling.
295
4edc4a39
DL
296 * emacs-lisp/elp.el (elp-unload-hook): New function.
297
298 * loadhist.el (unload-feature): Call elp-restore-function,
299 checking for symbols; don't use elp-restore-all.
300 (loadhist-hook-functions): Doc fix.
301
70c825df
SM
3022000-10-30 Stefan Monnier <monnier@cs.yale.edu>
303
304 * log-edit.el (log-edit-confirm): Fix the default.
305
1d3baf74
GM
3062000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
307
308 * delim-col.el: Little fix: replace delimit-columns-align-columns by
309 delimit-columns-format.
310 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 311
1ec321a7
MB
3122000-10-30 Miles Bader <miles@lsi.nec.co.jp>
313
314 * comint.el (comint-replace-by-expanded-history): Don't use
315 comint-get-old-input (we're not looking at *old* input).
316 (comint-get-old-input-default): If using fields, signal an error
317 when the point is not in an input field.
318
70737ea9
KH
3192000-10-30 Kenichi Handa <handa@etl.go.jp>
320
321 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
322 and mule-unicode-e000-ffff.
323
fa0cb51d 324 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
325 (make-coding-system): Accept a symbol of translation table as a
326 value of property `safe-chars'.
327
328 * international/mule-cmds.el (encode-coding-char): Check property
329 safe-chars instead of safe-charsets.
330
331 * international/fontset.el (fontset-default): Modified for
332 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
333 (x-font-name-charset-alist): Likewise.
334 (ccl-encode-unicode-font): New CCL program. Record it in
335 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
336
70c825df
SM
337 * language/european.el (mac-roman-decoder, mac-roman-encoder):
338 New translation tables.
70737ea9
KH
339 (decode-mac-roman, encode-mac-roman): Definition of these CCL
340 programs are modified and moved from mac-win.el.
341 (mac-roman): Definition of this coding system is modified and
342 moved from mac-win.el.
4836835a 343
fda2ce24 3442000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 345
1d3baf74 346 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 347 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 348
dd4d3cb6
MB
3492000-10-29 Miles Bader <miles@gnu.org>
350
351 * custom.el (custom-add-to-group): Allow multiple entries for a
352 given value OPTION, as long as their widget types are different.
353 * cus-edit.el (custom-face-value-create): If face name doesn't end
354 with "face", add such here (similar to custom group widgets).
355
356 * comint.el (comint-highlight-prompt): Add :type.
357
dace60cf
JW
3582000-10-28 John Wiegley <johnw@gnu.org>
359
360 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
361 Changed this function to operate on a temporary buffer instead of
362 the main buffer. This not only keeps flyspell from marking a
363 buffer as changed that wasn't, but it solves the jumpy cursor
364 problem when attempts are made to edit incorrect words.
365 (flyspell-maybe-correct-doubling): Same change as for
366 `flyspell-maybe-correct-transposition'.
367
368 * calendar/timeclock.el (timeclock-log): Doc fix.
369 (timeclock-last-event): Doc fix.
370 (timeclock-log): Kill the timelog buffer after appending a new
371 event.
372 (timeclock-find-discrep): Use a temp buffer to read in the
373 timelog, instead of visiting the file.
374 (timeclock-log-data): A new function, along with a host of helper
375 functions, for the purpose of making timelog data accessible to
376 programmers.
377
378 * eshell/esh-mode.el (window-height test): Make certain that
379 `eshell-stringify-t' is non-nil.
380 (eshell-password-prompt-regexp): Changed to a much simpler
381 password regexp.
382 (eshell-send-input): If `eshell-invoke-directly' returns t,
383 directly invoke the parsed command using `eval'. This improves
384 turn-around time on simple commands by a factor of three or
385 greater, such as cd, ls, pwd, etc. -- which get used very often.
386 It also conserves thousands of cons cells per call (since
387 `eshell-do-eval' consumes memory like a Cookie Monster set loose
388 in the Pacific Cookie Company).
389
390 * eshell/esh-test.el (eshell-test): Whitespace fix.
391
392 * eshell/em-ls.el (eshell-ls-insert-directory): Make
393 `eshell-ls-initial-args' nil when inserting directory contents.
394
395 * eshell/em-script.el (eshell-script-initialize): Add names to
396 `eshell-complex-commands, since `source' and `.' are complex.
397
0467b076
EZ
398 * eshell/esh-cmd.el (eshell-rewrite-for-command)
399 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
400 `eshell-copy-handles'.
401 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
402 bodies.
403 (eshell-separate-commands): Whitespace fix.
404 (eshell-complex-commands): Added a new list of names, for
405 determining whether a given command is as simple as it looks.
406 (eshell-invoke-directly): New function. Returns t if a command
407 should be invoked directly (using `eval'), rather than indirectly
408 using `eshell-do-eval'.
409 (eshell-do-eval): Whitespace fix.
410
411 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
412 which provides an emulation of the DOS shell behavior of assuming
413 that cp/mv/ln should copy/move/link to the current directory.
414 (eshell-remove-entries): Added a doc string.
415 (eshell-shuffle-files): Removed the check for `target' being null.
416 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
417 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
418 it to do a smarter check of whether a destination was provided.
419 (eshell/mv, eshell/cp): Enable `:preserve-args'.
420 (eshell/ln): Enable `:preserve-args', and use
421 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
422 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
423 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
424 list after flattening it. This makes it possible to cat files
425 with numerical names.
426 (eshell-unix-initialize): Added several names to
427 `eshell-complex-commands.
428 (eshell-unix-command-complex-p): Return t if a given command name
429 may result in external processes being invoked.
430
431 * eshell/em-glob.el (eshell-glob-show-progress): Make this
432 variable nil by default, since it slows down glob processing by a
433 factor of two or more, and increases memory consumption.
434
435 * eshell/em-smart.el: Added a note about how memory consumptive
436 smart display mode can be (at least this is true in Emacs 21).
437 (eshell-smart-initialize): Whitespace fix.
438 (eshell-refresh-windows): Use `if' instead of `when'.
439 (eshell-smart-scroll-window): Calling `save-current-buffer' was
440 not necessary.
441 (eshell-currently-handling-window): Added a missing global
442 variable.
443
444 * eshell/em-ls.el (eshell-do-ls): Code simplification.
445 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
446 Whitespace fix.
447 (eshell-ls-exclude-hidden): Added this variable in addition to
448 `eshell-ls-exclude-regexp'. This one prevents files beginning
449 with . from even being read, which can improve memory consumption
450 quite a bit.
451 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
452 read file entries beginning with a dot. In home directories with
453 lots of hidden files, fully two-thirds of the time spent in ls is
454 used to read directory entries that are immediately thrown away.
455 (eshell-ls-initial-args): Added back this configuration variable,
456 for specifying default initial arguments to every call to ls.
457 Much faster than using an alias to do the same thing.
458 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
459 (eshell-ls-dir): Whitespace change.
460
461 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
462
463 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
464 available.
465 (eshell-stringify-t): Added a customization variable, to indicate
466 whether `t' should be rendered as a string at all. If not, one
467 can still determine if the result of an expression is true using
468 "file-exists-p FILE && echo true".
469 (eshell-stringify): If `eshell-stringify-t' is nil, don't
470 stringify t!
471
472 * eshell/esh-module.el: Whitespace fix.
473
474 * eshell/em-alias.el (eshell-alias-initialize): Added
475 `eshell-command-aliased-p' to `eshell-complex-commands'.
476 (eshell-command-aliased-p): New function that returns t if a
477 command name names an aliased.
478
657f9cb8 4792000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 480
0467b076 481 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 482 redrawing the screen when changing cursor color.
0467b076
EZ
483 (viper-insert-state-pre-command-sentinel)
484 (viper-replace-state-pre-command-sentinel)
70c825df
SM
485 (viper-replace-state-post-command-sentinel):
486 Use viper-preserve-cursor-color.
657f9cb8
MK
487 Many functions changed to use viper= instead of = when comparing
488 characters.
0467b076 489 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 490 working with characters.
0467b076 491 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
492 Many functions changed to use viper= instead of = when comparing
493 characters.
0467b076 494 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 495
0467b076 496 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 497 Several typos fixed in various docstrings.
0467b076
EZ
498 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
499 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 500 hook.
0467b076
EZ
501 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
502 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
503 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
504 (ediff-get-selected-buffers): New function.
505 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
506 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 507 save-window-excursion.
0467b076 508 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 509 termination check in while loop.
0467b076 510 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 511 dired buffer.
0467b076
EZ
512 (ediff-files,ediff-merge-files,ediff-files3)
513 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 514
4f490d99
DL
5152000-10-28 Dave Love <fx@gnu.org>
516
517 * info.el (Info-fontify-node): Add help-echo for menu items.
518
45b84006
EZ
5192000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
520
5ebc02b3
EZ
521 * startup.el (normal-top-level): If the value of $TERM indicates
522 we are running from xterm or one of its work-alikes, default to a
523 light background mode.
524
45b84006
EZ
525 Support for -fg, -bg, and -rv command-line arguments for TTYs:
526 * faces.el (tty-handle-reverse-video): New function.
527 (tty-create-frame-with-faces): Call it.
528
529 * frame.el (frame-notice-user-settings): Don't apply
530 default-frame-alist and initial-frame-alist to MS-DOS frames.
531 Call tty-handle-reverse-video, frame-set-background-mode, and
532 face-set-after-frame-default for non-MS-DOS frames.
533
534 * startup.el (tty-long-option-alist): New variable.
535 (tty-handle-args): New function.
536 (command-line): Call tty-handle-args.
537
538 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
539 startup.el now does that for all character-terminal frames.
540
eab6e8b9
MB
5412000-10-28 Miles Bader <miles@gnu.org>
542
543 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
544 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
545 global. If :global is followed by a non-nil but non-t value,
546 make the mode buffer-local, but also generate a `global-MODE'
547 version using `easy-mmode-define-global-mode'. Add
548 :conditional-turn-on keyword argument.
549
51a29efc
DL
5502000-10-28 Dave Love <fx@gnu.org>
551
552 * international/latin1-disp.el (latin1-char-displayable-p): Don't
553 use window-system.
554
d71d7114
EZ
5552000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
556
557 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
558 Don't call find-buffer-file-type-coding-system. Instead, just
559 set eol-type to -unix if inhibit-eol-conversion is in effect, or
560 if the file is on an untranslated filesystem.
561 (add-untranslated-filesystem): Use "D" instead of "f" inside
562 interactive.
563
1f9cab4b
DL
5642000-10-27 Dave Love <fx@gnu.org>
565
70c825df 566 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
567 (refill-mode): Use it.
568
70c825df
SM
5692000-10-27 Stefan Monnier <monnier@cs.yale.edu>
570
571 * international/quail.el (quail-activate): Don't make-local-hook.
572
7432cf10
AS
5732000-10-27 Andre Spiegel <spiegel@gnu.org>
574
4836835a 575 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 576 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
577 (vc-make-version-backup): Don't do it on MS-DOS without long file
578 names.
4836835a 579
7432cf10
AS
580 * vc.el (vc-version-other-window): If an automatic backup of the
581 desired version exists, rename it instead of copying it.
582
4836835a
TTN
583 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
584 after command. If there's an unexpected error, signal it instead
7432cf10 585 of being silent.
e1483c38 586 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 587
05ea7ef2
MB
5882000-10-27 Miles Bader <miles@lsi.nec.co.jp>
589
fd1035aa
MB
590 * shell.el (shell): Add BUFFER argument.
591 * comint.el (make-comint-in-buffer): New function.
592 (make-comint): Use it.
593
05ea7ef2
MB
594 * faces.el (face-spec-choose): Change syntax so that the list of
595 attribute-value pairs is now the cdr of each clause, not the cadr.
596 Detect old-style entries, and handle them. Use pop.
597
835a55fe
SM
5982000-10-26 Stefan Monnier <monnier@cs.yale.edu>
599
f5ab1cdd
SM
600 * cus-edit.el (custom-mode-map): Use a sparse map.
601 (custom-mode): Don't bother with make-local-hook.
602
603 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
604
835a55fe
SM
605 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
606
c13b0ec8
GM
6072000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
608
609 * ps-print.el: Avoid compilation gripes.
610 (ps-print-version): New version number (6.2.1).
4836835a 611
e9f63196
DL
6122000-10-26 Dave Love <fx@gnu.org>
613
0b95284b
DL
614 * menu-bar.el: Modify some menu item help strings.
615 (menu-bar-help-menu): Add link to MORE.STUFF.
616
e9f63196
DL
617 * cus-edit.el (custom-mode): Add `special' mode-class property.
618
619 * wid-browse.el (widget-browse-mode): Likewise.
620
621 * wid-edit.el (widget-specify-field): Revert to using local-map
622 property, not keymap.
623
e276a14a
MB
6242000-10-26 Miles Bader <miles@lsi.nec.co.jp>
625
c1545d88
MB
626 * wid-edit.el (widget-field-end): When checking for a `boundary'
627 field, do so in the correct buffer.
628
3c1b77ca
MB
629 * simple.el (undo): Correctly distinguish between numeric and
630 non-numeric prefix args in non-transient-mark-mode, as per the doc
631 string. When in transient-mark-mode, treat all prefix-args as
632 numeric.
633
f5ab1cdd
SM
634 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
635 Position point on match. Handle N == 0 correctly.
22626d9d
MB
636
637 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
638 (comint-mode-map): Reverse order of `comint-write-output' and
639 `comint-append-output-to-file'.
640 (comint-append-output-to-file): Reinstate this function, for the
641 benefit of the menu.
642
d97151cb
SM
6432000-10-25 Stefan Monnier <monnier@cs.yale.edu>
644
645 * vc.el (vc-version-other-window): Bind `file'.
646
ea7d6f5b
GM
6472000-10-25 Gerd Moellmann <gerd@gnu.org>
648
f5ab1cdd 649 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
650
651 * emacs-lisp/authors.el (batch-update-authors): New function.
652 (authors-fixed-entries): New defconst.
653 (authors-add-fixed-entries): New function.
654 (authors): Call it.: Don't process lispref/.
655
17c25cea
JR
6562000-10-25 Jason Rumney <jasonr@gnu.org>
657
658 * cus-edit.el (custom-button-face, custom-button-pressed-face):
659 Merge x w32 and mac definitions.
660
4ecda532
GM
6612000-10-25 Gerd Moellmann <gerd@gnu.org>
662
663 * menu-bar.el (menu-bar-options-menu): Add a help string for
664 `uniquify'.
665
b6735035
GM
6662000-10-25 Stephen Gildea <gildea@alum.mit.edu>
667
f5ab1cdd
SM
668 * time-stamp.el (time-stamp-string-preprocess):
669 Fix a wrong type argument error.
b6735035 670
f4cbc7a0
MB
6712000-10-25 Miles Bader <miles@gnu.org>
672
673 * recentf.el (recentf-mode): Variable removed.
674 (recentf-mode): Use `define-minor-mode'.
675
676 * mwheel.el (mouse-wheel-mode): New global minor mode.
677 (mwheel-install): Use `mouse-wheel-mode'.
678
f4b020f6
DL
6792000-10-25 Dave Love <fx@gnu.org>
680
f5ab1cdd
SM
681 * progmodes/cperl-mode.el (cperl-mode):
682 Set normal-auto-fill-function correctly.
072cb6f9 683
f4b020f6
DL
684 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
685 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 686 bindings.
f4b020f6 687
ebe2a441
MB
6882000-10-25 Miles Bader <miles@lsi.nec.co.jp>
689
ff4dcd4b
MB
690 * wid-edit.el (widget-field-at): New function.
691 (widget-at, widget-field-activate): Use it.
692 (widget-tabable-at): Use `widget-at'.
693 (widget-specify-field): If the terminating character of the widget
694 field (which is read-only) is a newline, put it into a special
695 `boundary' field so that C-n/C-p act more naturally.
696 (widget-field-end): Also don't subtract one if a special
697 `boundary' field has been added after the widget field.
698
ebe2a441
MB
699 * comint.el (comint-output-filter, comint-send-input): Don't
700 bother adding stickiness fields to overlays to fool the field
701 code, since it should notice the overlay insertion-types now.
ff4dcd4b 702
ebe2a441
MB
703 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
704 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
705 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
706
fe50b6ab
GM
7072000-10-24 Gerd Moellmann <gerd@gnu.org>
708
53df4dda
GM
709 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
710 (authors): Set file coding system to iso-2022-7bit. Add
711 file-local variables to output buffer.
712
4836835a 713 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
714 WARN is nil.
715
53df4dda
GM
7162000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
717
718 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
719
720 * delim-col.el: Now there is a column formatting mechanism.
721 Modified to customization mechanisms convention. Doc fix.
722 (columns): New group for delim-col.
723 (delimit-columns-before, delimit-columns-after)
724 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
725 (delimit-columns-end): New vars.
726 (delimit-columns-customize, delimit-columns-format): New funs.
727 (delimit-columns-region, delimit-columns-rectangle)
728 (delimit-columns-rectangle-line): Modified to support column
729 formatting.
4836835a 730
a9839779
DL
7312000-10-24 Dave Love <fx@gnu.org>
732
733 * log-edit.el (log-edit): Add :version and a :group for vc.
734
df0267b8
GM
7352000-10-24 Gerd Moellmann <gerd@gnu.org>
736
9acc3873
GM
737 * files.el (after-find-file): Don't print a message ``New file''
738 if WARN is nil.
739
63e1b552
GM
740 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
741 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
742 get duplicate tool-bar entries because we'll see the global ones
743 on more than one path through keymaps.
744
1946f901
GM
745 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
746
df0267b8
GM
747 * progmodes/cmacexp.el: Change Francesco's email address.
748
ae3b264b
KH
7492000-10-24 Kenichi Handa <handa@etl.go.jp>
750
751 * window.el (fit-window-to-buffer): Adjust point of the window
752 buffer, not that of the current buffer.
753
23afac01
EZ
7542000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
755
756 * progmodes/cmacexp.el: Update the euthor's email address.
757
22d1a4ed
MB
7582000-10-24 Miles Bader <miles@lsi.nec.co.jp>
759
760 * faces.el (face-spec-set-match-display): Add `graphic' display
761 type (the inverse of `tty'). Use `display-graphic-p' instead of
762 the window-system variable.
763
f408aa48
KH
7642000-10-24 Kenichi Handa <handa@etl.go.jp>
765
766 * international/isearch-x.el (isearch-with-input-method): Call
767 input-method-function with the first event in
768 unread-command-events.
769
94fe8a31
MB
7702000-10-24 Miles Bader <miles@lsi.nec.co.jp>
771
772 * faces.el (face-default-spec, face-user-default-spec): Make
773 defsubsts.
774
8f47302e
AC
7752000-10-24 Andrew Choi <akochoi@i-cable.com>
776
777 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
778 New charsets.
779
780 * term/mac-win.el: Remove definitions of mac-roman-lower and
781 mac-roman-upper, require dired, and define instead of set
782 mac-ready-for-drag-n-drop to avoid compilation error.
783
446c097e
AI
7842000-10-23 Andrew Innes <andrewi@gnu.org>
785
786 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
787 superfluous calls to subst-char-in-string; instead apply
788 expand-file-name after convert-standard-filename to ensure
789 expected directory separators are used.
790
379b70e7
EZ
7912000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
792
793 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
794
85c766e9
DL
7952000-10-23 Dave Love <fx@gnu.org>
796
b7e03a67
DL
797 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
798 (tool-bar-add-item): Set foreground and background for XBM icons.
799
800 * international/latin1-disp.el (latin1-char-displayable-p): New
801 function (from Handa).
802 (latin1-display-check-font): Use it.
803
0dcf8835
DL
804 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
805 using :key-sequence, making it much more usable. Use nconc, not
806 append.
807 (imenu--create-keymap-1): Avoid append.
808
85c766e9 809 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 810
cb3069bb
MB
8112000-10-23 Miles Bader <miles@lsi.nec.co.jp>
812
813 [the following changes fix a bug where `define-minor-mode' didn't
814 correctly generate :require clauses for defcustoms in compiled files]
815 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
816 (byte-compile-log-file, byte-compile-log-1): Don't set
817 `byte-compile-current-file' to nil. Instead set
818 `byte-compile-last-logged-file' to it. Test whether
819 byte-compile-current-file equals byte-compile-last-logged-file
820 instead of whether its nil.
3b6542ba 821 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 822
6db6243b
SM
8232000-10-23 Stefan Monnier <monnier@cs.yale.edu>
824
825 * textmodes/refill.el: Fix var names in doc.
826 (refill-mode): Don't bother with make-local-hook anymore.
827
98490598
MB
8282000-10-23 Miles Bader <miles@lsi.nec.co.jp>
829
e01cd227
MB
830 * faces.el (face-user-default-spec, face-default-spec): New functions.
831 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 832 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
833 Use `face-user-default-spec'. Simplify code slightly.
834
4836835a 835 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
836 (woman-unknown-face): Add dark-background variants.
837 (woman-default-faces): Renamed from `woman-colour-faces'.
838 Set using the stored defaults, rather than using hard-wired colors.
839 (woman-monochrome-faces): Renamed from `woman-black-faces'.
840 Just make the foreground `unspecified' rather than "black".
841 (woman-menu): Rename menu entries accordingly.
842
98490598
MB
843 * faces.el (header-line): Make more reasonable on mono/grayscale
844 displays.
845
1a578e9b
AC
8462000-10-23 Andrew Choi <akochoi@i-cable.com>
847
848 * cus-edit.el (custom-button-face): Use 3D look for mac.
849 (custom-button-pressed-face): Likewise.
850
851 * faces.el (set-face-attributes-from-resources): Handle mac frames
852 in the same way as x and w32 frames.
853 (face-valid-attribute-values): Likewise.
854 (read-face-attribute): Likewise.
855 (defined-colors): Likewise.
856 (color-defined-p): Likewise.
857 (color-values): Likewise.
858 (display-grayscale-p): Likewise.
859 (face-set-after-frame-default): Likewise.
860 (mode-line): Same default face as for x and w32.
861 (tool-bar): Likewise.
862
863 * frame.el: Remove call to frame-notice-user-settings at end of
864 the file.
865
866 * info.el (Info-fontify-node): make underlines invisible for mac
867 as for x, pc, and w32 frame types.
868
869 * term/mac-win.el: New file.
870
aaaf7be7
DL
8712000-10-22 Dave Love <fx@gnu.org>
872
873 * textmodes/refill.el: New file.
874
5392d654
AS
8752000-10-22 Andre Spiegel <spiegel@gnu.org>
876
4836835a 877 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 878 MANUAL and REGEXP.
4836835a 879 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
880 New functions.
881 (vc-before-save): Use the latter.
882 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
883 confusion.
884
4836835a 885 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
886 expected by vc[-hooks].el.
887
888 * vc.el (vc-checkout): Added `-p' suffix in call to
889 vc-make-version-backups-p; use vc-make-version-backup to actually
890 make the backup.
891 (vc-version-other-window, vc-version-backup-file): Handle both
892 automatic and manual backups.
893 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
894 of all of them.
895
1e221c16
MB
8962000-10-22 Miles Bader <miles@gnu.org>
897
7ff4fda5
MB
898 * comint.el (comint-highlight-input, comint-highlight-prompt):
899 Renamed, `-face' at end removed.
900 (comint-send-input, comint-output-filter): Use renamed faces.
901
3511cde8
MB
902 * window.el (fit-window-to-buffer): Change defaulting of
903 MAX-HEIGHT slightly.
904
1e221c16
MB
905 * faces.el (color-values, color-defined-p): Use `member', not
906 `memq', because it works correctly for strings.
907 (frame-set-background-mode): Actually, "unspecified-fg" and
908 "unspecified-bg" *are* strings. Use `member', not `memq', and
909 `equal', not `eq', when a string value is possible.
910
b6ef4898
EZ
9112000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
912
913 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
914
34939e2c
SM
9152000-10-21 Stefan Monnier <monnier@cs.yale.edu>
916
917 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
918 sh-electric-rparen, sh-electric-less and sh-electric-hash.
919 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
920 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
921 (sh-font-lock-syntactic-keywords): Use them.
922 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
923 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
924 (sh-mode): Don't override font-lock-unfontify-region-function.
925 Use a copy of sh-font-lock-syntactic-keywords.
926 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
927 Don't call sh-scan-buffer since font-lock does it on the fly.
928 (sh-get-indent-info): Use `face' rather than `syntax-table'
929 text-property to detect here-documents.
930 Replace sh-special-syntax with sh-st-punc.
931 (sh-prev-line): Use `face' rather than `syntax-table'
932 text-property to skip over here-documents.
933 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
934 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
935 (sh-electric-less, sh-set-here-doc-region)
4836835a 936 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
937 (sh-scan-buffer, sh-rescan-buffer): Remove.
938
f3d3c491
AI
9392000-10-21 Andrew Innes <andrewi@gnu.org>
940
941 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
942 remote (ange-ftp) file names.
943
b86c791c
MB
9442000-10-21 Miles Bader <miles@gnu.org>
945
d9c30bdf
MB
946 * window.el (fit-window-to-buffer): New function.
947 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
948 (window-text-height): Don't expect minibuffers to have mode-lines.
949
d9c30bdf 950 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
951 * international/quail.el (quail-update-guidance): Use
952 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 953
617fee5a
MB
954 * international/quail.el (quail-show-guidance-buf): Make sure
955 guidance window really has enough room.
956 (quail-update-guidance): If quail-guidance-win is already shown,
957 make sure its height is OK.
958
b86c791c
MB
959 * window.el (window-text-height, set-window-text-height):
960 New functions.
961 (shrink-window-if-larger-than-buffer): Use `window-text-height'
962 instead of `window-height' & `mode-line-window-height-fudge'.
963 (mode-line-window-height-fudge): Add FACE parameter.
964 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
965 instead of `enlarge-window' & `mode-line-window-height-fudge'.
966
e34850d1
MB
9672000-10-20 Miles Bader <miles@gnu.org>
968
969 * window.el (height-affecting-face-attributes): Use `defconst'.
970
971 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
972 New function, conditionally aliased to `mode-line-window-height-fudge'.
973 (ispell-help): Use it.
974 (ispell-choices-win-default-height): Don't include mode-line fudge.
975 (ispell-choices-win-default-height): New function.
976 (ispell-show-choices, ispell-command-loop): Use function
977 `ispell-choices-win-default-height' instead of variable.
978
a8b883c2
MB
9792000-10-20 Miles Bader <miles@lsi.nec.co.jp>
980
8c6e4a58
MB
981 * window.el (mode-line-window-height-fudge): New variable.
982 (height-affecting-face-attributes): New variable.
983 (mode-line-window-height-fudge): New function.
984 (shrink-window-if-larger-than-buffer): Use it.
985 * help.el (resize-temp-buffer-window): Likewise.
986
a8b883c2
MB
987 * info.el (Info-fontify-node): Add support for @subsubsection
988 titles, which use `Info-title-4-face'.
989 (Info-title-4-face): New face.
990 (Info-title-3-face): Inherit from Info-title-4-face instead of
991 variable-pitch.
992
e64c3a75
JR
9932000-10-19 Jason Rumney <jasonr@gnu.org>
994
995 * dired.el (dired-insert-directory): Do not let errors signalled by
996 attempt to run dired-free-space-program prevent dired from working.
997
c70fe852
SM
9982000-10-19 Stefan Monnier <monnier@cs.yale.edu>
999
1000 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
1001
877cf6b4
GM
10022000-10-19 Gerd Moellmann <gerd@gnu.org>
1003
5de037e0
GM
1004 * dirtrack.el (dirtrack): Fix call to run-hooks.
1005
6deb9af9
GM
1006 * cmuscheme.el (cmuscheme-program-name): Renamed from
1007 scheme-program-name because xscheme.el contains a defcustom with
1008 the same name. As a consequence, customizing group `cmuscheme'
1009 loaded `xscheme' which redefined run-scheme.
1010 (run-scheme): Use cmuscheme-program-name.
1011
877cf6b4
GM
1012 * ps-print.el (ps-print-emacs-type): Move into the
1013 eval-and-compile.
1014
e597d8fb 1015 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 1016 anonymous address, and add a website for Befrienders International.
4836835a 1017
3e9cb08f
GM
10182000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1019
c70fe852
SM
1020 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
1021 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
1022 (ps-print-version): New version number (6.2).
1023 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1024 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
1025 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
1026 (ps-x-extent-priority, ps-x-extent-start-position)
1027 (ps-x-face-font-instance, ps-x-find-coding-system)
1028 (ps-x-font-instance-properties, ps-x-make-color-instance)
1029 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
1030 avoid compilation gripes without defining functions.
1031 (ps-e-find-composition): Alias for function find-composition, to have a
1032 suitable function depending on Emacs version.
1033 (ps-color-device, ps-color-values, ps-face-foreground-name)
1034 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
1035 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
1036 (ps-print-ensure-fontified): Function definitions surrounded by
1037 `eval-and-compile' to avoid compilation gripes.
1038 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
1039 by symbol-value to avoid compilation gripes.
1040 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
1041 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
1042
d8abcd91
MB
10432000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1044
13ab33c4
MB
1045 * startup.el (normal-top-level): Call `frame-set-background-mode'
1046 after `frame-notice-user-settings' because the latter doesn't call
1047 the former on a tty.
1048
d8abcd91
MB
1049 * faces.el (frame-set-background-mode): `unspecified' &c are
1050 symbols, not strings.
1051
e8bce0a9
EZ
10522000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1053
c70fe852
SM
1054 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
1055 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 1056
c70fe852
SM
1057 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
1058 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 1059
773272d8
KH
10602000-10-19 Kenichi Handa <handa@etl.go.jp>
1061
c70fe852 1062 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
1063 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
1064 for ISO10646-1 fonts.
1065 (x-font-name-charset-alist): Add an entry for "iso10646-1".
1066
772139c0
EZ
10672000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1068
1069 * faces.el (frame-set-background-mode): If a tty frame defines a
1070 background color, use that to compute the background mode, instead
1071 of always defaulting to "dark".
1072
d134a19f
MB
10732000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1074
8bb84cb2
MB
1075 * comint.el (comint-write-output): New function.
1076 (comint-mode-map): Add it to the menu.
e40a778f 1077 Bind `C-c C-s' to comint-write-output.
d134a19f 1078
dada41e1
GM
10792000-10-18 Gerd Moellmann <gerd@gnu.org>
1080
1081 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
1082 Use fancy-splash-delay.
1083
9b5360aa
GM
10842000-10-18 Alex Schroeder <alex@gnu.org>
1085
1086 * progmodes/sql.el (sql-sybase-options): New option.
1087 (sql-sybase): Use it. Add sql-database to the list of parameters
1088 provided for login. The options -w 2048 -n are not used any more.
1089
9035a35a
GM
1090 * comint.el (comint-read-input-ring): Bugfix such that the first
1091 and the last entry of the input ring file are not lost.
1092
3556c6dd
GM
10932000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1094
1095 * ps-print.el: Internal variable changes to defcustom,
1096 make-local-hook changes to defvar. Doc fix.
1097 (ps-print-version): New version number (6.1).
1098 (ps-setup, ps-do-despool): Code fix.
1099 (ps-printer-name): Customization fix.
1100 (ps-printer-name-option): Now is a defcustom instead of an
1101 internal variable.
1102 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
1103 (ps-print-begin-column-hook): Now are defvar instead of
1104 make-local-hook.
4836835a 1105
4e217e50
MB
11062000-10-18 Miles Bader <miles@gnu.org>
1107
1108 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
1109 (comint-kill-output): Changed into an alias for `comint-delete-output',
1110 and made obsolete.
1111 (comint-mode-map): Rename references to comint-kill-output.
1112
34460354
EZ
11132000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
1114
1115 * diff-mode.el (diff-header-face, diff-file-header-face)
1116 (diff-changed-face): Add bold and italic attributes to tty faces.
1117 (diff-function-face): New face.
1118 (diff-font-lock-keywords): Use it.
1119
17ea3cdb
MB
11202000-10-18 Miles Bader <miles@lsi.nec.co.jp>
1121
1122 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
1123 Remove commented-out call to force-mode-line-update.
1124 (comint-kill-output): Use `forward-line 0' instead of
1125 beginning-of-line to make sure we get past the prompt.
1126
9244f2c7
SM
11272000-10-17 Stefan Monnier <monnier@cs.yale.edu>
1128
1129 * diff-mode.el (diff-header-face, diff-file-header-face):
1130 Add specific setting for dark background.
1131 (diff-context-face): Renamed from diff-comment-face.
1132 Set explicitly rather than inheriting from font-lock-comment-face.
1133
1592c1ef
EZ
11342000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1135
1136 * startup.el (command-line): Move the code which sets the default
1137 TTY colors to before before-init-hook.
1138
f86292a9
GM
11392000-10-17 Gerd Moellmann <gerd@gnu.org>
1140
1141 * jit-lock.el (jit-lock-stealth-time): Doc fix.
1142
f7f2e883
EZ
11432000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1144
e854cc22
EZ
1145 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
1146 extensions, for MS-DOS.
1147
f7f2e883
EZ
1148 * diff-mode.el (diff-header-face, diff-file-header-face)
1149 (diff-changed-face): Define tty-specific colors.
1150
c7b4f0f9
GM
11512000-10-17 Gerd Moellmann <gerd@gnu.org>
1152
1153 * startup.el (fancy-splash-text): Realign the text.
1154
12a72271
EZ
11552000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1156
1157 * font-lock.el (font-lock-comment-face): Define a separate default
1158 for dark-background tty's.
1159
61dfccfd
MB
11602000-10-17 Miles Bader <miles@gnu.org>
1161
1162 * help.el (resize-temp-buffer-window): Add hack to avoid last line
1163 being obscured by whizzy mode-lines on graphics displays.
1164
333cd59e
EZ
11652000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1166
1167 * info.el (Info-title-1-face, Info-title-2-face)
1168 (Info-title-3-face): Define colors for tty's.
dada41e1 1169 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 1170
dbf1fcc1
EZ
11712000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1172
1173 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
1174 reverse from the frame parameters, and don't invert foreground and
1175 background colors.
1176
ac629823
MB
11772000-10-16 Miles Bader <miles@gnu.org>
1178
1179 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
1180 string "*Info*". Call propertized-buffer-identification to spruce
1181 up the result.
1182
76eebffc
GM
11832000-10-16 Gerd Moellmann <gerd@gnu.org>
1184
3a6b59d9
GM
1185 * help.el: Provide `help' for the sake of define-minor-mode
1186 which generates defcustoms with requires.
1187
6569c3d3
GM
1188 * jit-lock.el (jit-lock-after-change): If we're in text that
1189 matches a multi-line font-lock pattern, make sure the whole text
1190 will be redisplayed.
1191
c2e0a611
GM
1192 * emacs-lisp/authors.el (authors-add): Don't add an entry if
1193 author's name is unknown.
1194
76eebffc
GM
1195 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
1196 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
1197 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
1198 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
1199 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
1200 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
1201 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
1202 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
1203 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
1204 Add author information.
1205
cf1e7b12
MB
12062000-10-16 Miles Bader <miles@lsi.nec.co.jp>
1207
1208 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
1209 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
1210 full-color version (using the Gimp) to eliminate dithering artifacts.
1211
5586f3eb
SM
12122000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1213
1214 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
1215
1216 * simple.el (syntax-flag-table, string-to-syntax): Remove.
1217
ad64a888
DL
12182000-10-15 Dave Love <fx@gnu.org>
1219
1220 * progmodes/sh-script.el: Require skeleton and comint when
1221 compiling.
1222
1223 * pcomplete.el (pcomplete) <defgroup>: Add :version.
1224
1225 * whitespace.el: Doc fixes.
1226 (top-level): Don't add hooks here.
1227 (whitespace-running-emacs): Deleted.
1228 (timer): Don't require.
1229 (whitespace): Add back :version conditional on xemacs test.
1230 (whitespace-spacetab-regexp, whitespace-indent-regexp)
1231 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
1232 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
1233 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
1234 Avoid specific xemacs test.
1235 (whitespace-global-mode): New option.
1236 (whitespace-global-mode): New command.
1237 (whitespace-unload-hook): New function.
1238
1239 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 1240 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
1241 (Info-fontify-node): `Goto' goes to `Go to'.
1242 (Info-fontify-node): Add help-echo to xref links.
1243
1ef49fc6
EZ
12442000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
1245
1246 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
1247
8b7707e1
SM
12482000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1249
b3b7f42f
SM
1250 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1251 Use plist-get and allow :inherit.
1252
1253 * emacs-lisp/cl-macs.el (cl-do-arglist):
1254 Use plist-get and plist-member instead of memq.
1255
3c7fafc7
SM
1256 * emacs-lisp/ewoc.el (ewoc-location): New function.
1257 (ewoc-enter-after, ewoc-enter-before): Document return value.
1258 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
1259 Don't need make-local-hook any more.
1260 (cvs-addto-collection): Return the new tin.
1261 (cvs-mode-insert): Jump to the new line.
1262
8b7707e1
SM
1263 * jit-lock.el (jit-lock-fontify-buffer): Remove.
1264
1265 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
1266
1267 * font-lock.el (font-lock-syntactically-fontified): New var.
1268 (font-lock-fontify-syntactic-keywords-region): Use it.
1269 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
1270
1271 * diff-mode.el (diff-find-file-name): Fix regexp.
1272
1273 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1274 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
1275
1276 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
1277 (sh-mode-syntax-table): Add punctuation syntax for < and >.
1278 (sh-mode): Don't make all vars local here.
1279 (sh-kw): Reformat.
1280 (sh-set-shell): Use dolist. Don't set indent-region-function.
1281 (sh-mode-syntax-table): Use pop.
1282 (sh-remember-variable): Use push.
1283 (sh-help-string-for-variable): Use memq.
1284 (sh-safe-backward-sexp): Remove.
1285 (sh-safe-forward-sexp): Add ARG.
1286 (sh-get-indent-info, sh-prev-stmt): Use it.
1287 (sh-prev-line): Simplify by using forward-comment.
1288 (sh-this-is-a-continuation): Simplify.
1289 (sh-learn-buffer-indent): Use dolist.
1290 (sh-do-nothing): Remove.
1291 (sh-set-char-syntax, sh-set-here-doc-region):
1292 Use inhibit-modification-hooks.
1293 (sh-name-style): Use mapcar and push.
1294 (sh-load-style): Use dolist.
1295 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
1296 (sh-case, sh-while-getopts): Use propertize directly rather
1297 than sh-electric-rparen.
1298
12992000-10-14 Stefan Monnier <monnier@cs.yale.edu>
1300
1301 * textmodes/tex-mode.el: Require CL when compiling.
1302 (tex-mode-syntax-table): Init immediately.
1303 (tex-mode-map): Bind M-RET to latex-insert-item.
1304 (latex-mode): Set indent-line-function to latex-indent.
1305 (tex-common-initialization): Don't setup the syntax-table any more.
1306 (latex-insert-item): New skeleton.
1307 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 1308 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 1309 (latex-indent, latex-find-indent): New functions.
4836835a 1310 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
1311 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
1312 (tex-compilation-parse-errors): Use with-syntax-table.
1313
86b7fcbb
MB
13142000-10-15 Miles Bader <miles@gnu.org>
1315
1316 * font-lock.el (font-lock-comment-face): Change dark-background,
1317 color, non-tty, default to `chocolate1'.
1318
57a24508
JW
13192000-10-13 John Wiegley <johnw@gnu.org>
1320
1321 * eshell/esh-util.el (require): Added a missing `require' form,
1322 needed when compiling (for an ange-ftp macro definition).
1323
40ad3db4
DL
13242000-10-13 Dave Love <fx@gnu.org>
1325
1326 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
1327
db460189
GM
13282000-10-13 Gerd Moellmann <gerd@gnu.org>
1329
b41c9501
GM
1330 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
1331 fix.
1332
4836835a 1333 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
1334 transparent -colors 8).
1335
3b5e21df
GM
13362000-10-13 Stephen Gildea <gildea@alum.mit.edu>
1337
1338 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
1339 that breaks with old list format timestamps.
1340 (time-stamp-warn-inactive, time-stamp-old-format-warn)
1341 (time-stamp-count, time-stamp-conversion-warn): Improved doc
1342 strings.
1343
16908a3f
JW
13442000-10-13 John Wiegley <johnw@gnu.org>
1345
d7103dda
JW
1346 * align.el, pcomplete.el, calendar/timeclock.el,
1347 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
1348
dace60cf 1349 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
1350 faulty math, where holiday hours were being computing as seconds.
1351
b6b70cda
JW
13522000-10-13 John Wiegley <johnw@gnu.org>
1353
1354 * desktop.el (desktop-buffer-modes-to-save): Added a global for
1355 specifying what "other" kinds of buffers should be saved. This
1356 used to be hard-coded.
1357 (desktop-buffer-misc-functions): A global for specifying how
1358 auxiliary data should be determined for special buffer types.
1359 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
1360 instead of hard-coding the special buffer types.
1361 (desktop-save): Run `desktop-buffer-misc-functions' to gather
1362 auxiliary data, instead of hard-coding for Info buffers and dired.
1363 (desktop-buffer-info-misc-data): Aux function for determining Info
1364 buffer auxiliary info.
1365 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
1366 (desktop-buffer-info): Changed this function to use the info
1367 gathered above.
1368 (desktop-create-buffer): Be a little more careful about what
1369 `minor-mode' means before calling it. This is important for some
1370 buffer types.
1371
8c6b1d83
JW
13722000-10-13 John Wiegley <johnw@gnu.org>
1373
1374 * eshell/esh-util.el: Added a global form which declares an
1375 autoload for `parse-time-string', if that function is not already
1376 defined, and if parse-time.el is available on the user's system.
1377
1378 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
1379 to be aware of ange-ftp user info.
1380 (eshell-do-ls): Bind `ange-cache'. Also, use
1381 `eshell-file-attributes'.
1382 (eshell-ls-annotate): Use `eshell-file-attributes'.
1383 (eshell-ls-file): Made the user-id printing code a bit smarter.
1384
1385 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
1386 allow identification of alias user ids in remote directories.
1387 It's manual, but there's no other way to know when the current
1388 user on the local machine, is also the owning user on the remote
1389 machine.
1390 (fboundp): Bind `ange-cache'.
1391 (eshell-directory-files-and-attributes): Re-organized the logic a
1392 bit to use `eshell-file-attributes' instead of `file-attributes'.
1393 The former is more sensitive to directories that are read via FTP,
1394 and knows how to use ange-ftp to determine full attribute
1395 information, instead of just the name and last modtime.
1396 (eshell-current-ange-uids): Return the current user id when in a
1397 remote directory.
1398 (eshell-parse-ange-ls): Parse a full directory listing that has
1399 been returned by ange-ftp.
1400 (eshell-file-attributes): This beefed up version of
1401 `file-attributes' is only special if the user is currently in a
1402 remote directory, in which case it does a lot of work to find out
1403 what the real attributes of a file are, as they appear on the
1404 remote machine. This makes usage of remote directories (i.e.,
1405 ange-ftp pathnames) much more useful. You can now use Eshell as a
1406 full-fledged FTP client, with much more manipulation ability than
1407 most other clients.
1408
1409 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
1410 variable, which means that Eshell's du should always be preferred
1411 in remote directories.
1412 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
1413 just `file-attributes'.
1414 (eshell-mvcp-template): Bind `ange-cache', to improve performance
1415 when reading remote directories. This is an Eshell-specific
1416 variable (not part of ange-ftp).
1417 (eshell/ln): Bind `ange-cache'.
1418 (eshell/du): Added some extra logic for determining when to use
1419 Eshell's du (which is slow), and when to use the external version
1420 (which may or may not exist).
1421
1422 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
1423 `eshell-interactive-process', rather than using
1424 `get-buffer-process', since backgrounded processes don't count in
1425 the context of this function's logic.
1426
1427 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
1428 `forward-char', so that null strings are parsed correctly.
1429
87730e84 14302000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1431
1432 * eshell/em-pred.el (eshell-pred-file-type,
1433 eshell-pred-file-links, eshell-pred-file-size): Use
1434 `eshell-file-attributes'. This is more correct over ange-ftp.
1435
1436 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
1437 that remote file globbing is more efficient.
1438
1439 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
1440 gathering the files and attributes within a directory.
1441
1442 * eshell/em-unix.el (eshell/cat): If any of the files passed on
1443 the command line is a special file (not a regular file, directory
1444 or symlink), always attempt to call the external version of cat.
1445
87730e84 14462000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1447
1448 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
1449 Eshell-friendly version of find-tag.
1450
1c7e37a9
MB
14512000-10-13 Miles Bader <miles@lsi.nec.co.jp>
1452
4836835a 1453 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
1454 (image-file-name-regexps): Add autoload cookies.
1455
11a7f341
KH
14562000-10-13 Kenichi Handa <handa@etl.go.jp>
1457
1458 * international/mule-cmds.el (select-safe-coding-system): If FROM
1459 is string, show it in *Warning* buffer.
1460
8ddddcb0
EZ
14612000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1462
1463 * startup.el (normal-top-level): Use display-popup-menus-p instead
1464 of window-system.
1465 (command-line): Use display-graphic-p instead of window-system.
1466 (command-line-1): Use display-popup-menus-p and display-mouse-p
1467 instead of window-system.
1468
72200f89
SS
14692000-10-12 Sam Steingold <sds@gnu.org>
1470
1471 * tooltip.el (tooltip-use-echo-area): New user variable.
1472 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
1473
8661c643
DL
14742000-10-12 Dave Love <fx@gnu.org>
1475
d0b40dc1
DL
1476 * recentf.el: Maintainer's checkdoc fixes.
1477
a622451f
DL
1478 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
1479 character class, not ASCII when matching file names.
1480 (fancy-splash-head): Add trailing slash to URL.
1481 (command-line): Don't require XPM support for toolbar.
1482
8661c643
DL
1483 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
1484 (cperl-invalid-face): Revert last change.
1485 (cperl-init-faces): Quote cperl-invalid-face.
1486
ef2ed8ab
KH
14872000-10-12 Kenichi Handa <handa@etl.go.jp>
1488
1489 * startup.el (fancy-splash-text): Remove superfluous quote.
1490
b0da379e
GM
14912000-10-12 Gerd Moellmann <gerd@gnu.org>
1492
dbeb499b
GM
1493 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
1494 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
1495 (command-line-1): Don't use fancy-splash-pending-command.
1496 (fancy-splash-screens-1): Goto point-min after inserting text.
1497
d861718a
GM
1498 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
1499
b0da379e
GM
1500 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
1501 instead of shared-lisp-mode-map.
1502
4fb2ad98
MB
15032000-10-12 Miles Bader <miles@lsi.nec.co.jp>
1504
1cb4393e
MB
1505 * faces.el (header-line): Change tty-variant to use underlining.
1506
4fb2ad98
MB
1507 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
1508 (isearch-highlight): Restore lazy-isearch face properties at old
1509 position, and suppress them at new position.
1510 (isearch-dehighlight): Restore lazy-isearch face properties.
1511 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
1512 over the real isearch overlay, but in that case, don't give it a
1513 face property. Use `push'.
1514
eb991b25
KH
15152000-10-12 Kenichi Handa <handa@etl.go.jp>
1516
1517 * man.el (Man-getpage-in-background): Fix previous change.
1518 Decode the process output only when we are in multibyte mode.
1519
a818c1c0
DL
15202000-10-11 Dave Love <fx@gnu.org>
1521
c990f53a
DL
1522 * info.el (Info-mode-menu): Fix some help.
1523 (info-tool-bar-map): Add entry for Info-last.
1524
a818c1c0
DL
1525 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
1526 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
1527 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
1528 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
1529 * toolbar/search-replace.xpm, toolbar/exit.xpm:
1530 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
1531 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
1532 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
1533 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
1534 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
1535 Reduce colour requirements to 25 overall. (Probably wants
1536 revisiting from the originals to reduce further.)
1537
c1b096cb
EZ
15382000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
1539
1540 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
1541 buffer-file-coding-system, instead of raw-text.
1542 (dehexlify-buffer): Bind coding-system-for-read to
1543 buffer-file-coding-system, instead of raw-text.
1544
5c8b7eaf
SS
15452000-10-11 Sam Steingold <sds@gnu.org>
1546
1547 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
1548 `underline' - fixes the bug introduced on 2000-09-21.
1549
2cfbdb7a
DL
15502000-10-11 Dave Love <fx@gnu.org>
1551
1552 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
1553 compiler warnings.
1554 (scheme-mode): Doc fix.
1555 (scheme-font-lock-keywords-1): Match `define-syntax'.
1556
15572000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
1558
1559 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
1560 face specs as well as default ones. Only do anything if the
1561 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 1562 (region): Make dark-background `region' face less in-your-face.
4b33f290 1563
690ec649
SS
15642000-10-10 Sam Steingold <sds@gnu.org>
1565
1566 * chistory.el, ielm.el, ledit.el:
1567 * progmodes/inf-lisp.el, progmodes/scheme.el:
1568 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
1569
3b95d6bb
SM
15702000-10-10 Stefan Monnier <monnier@cs.yale.edu>
1571
1572 * textmodes/texinfo.el: Update copyright and fix typo.
1573
1574 * desktop.el (desktop-modes-not-to-save): New var.
1575 (desktop-save-buffer-p): Use it.
1576 Also, obey desktop-buffers-not-to-save even for non-file buffers.
1577 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
1578
d646c828
DL
15792000-10-10 Dave Love <fx@gnu.org>
1580
1581 * toolbar/tool-bar.el (tool-bar-add-item)
1582 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
1583 display.
1584
d646c828
DL
1585 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
1586 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
1587 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
1588 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
1589 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
1590 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
1591 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
1592 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
1593 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
1594 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
1595 the .xpms; probably need retouching.
1596
862a7e28
MB
15972000-10-10 Miles Bader <miles@lsi.nec.co.jp>
1598
1599 * subr.el (add-to-list): Add optional argument APPEND.
1600 * battery.el (display-battery): Use `add-to-list'.
1601
46e33aee
TTN
16022000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
1603
930baf47
TTN
1604 * play/zone.el (zone-timer, zone-wc-tbl): Rework
1605 these vars as symbol properties.
2cfbdb7a
DL
1606 (zone, zone-when-idle, zone-leave-me-alone)
1607 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 1608
5a430f9c
TTN
1609 * battery.el (display-battery): Doc spelling fix.
1610
46e33aee
TTN
1611 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
1612 property.
1613
adf7d3a8
DL
16142000-10-09 Dave Love <fx@gnu.org>
1615
1616 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
1617 has been initialized before calling tool-bar-setup.
c2156508 1618 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 1619
06a8c9f8
EZ
16202000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
1621
e4ca8f8c
EZ
1622 * menu-bar.el (send-mail-item-name): New function.
1623 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
1624 of mail-user-agent in the menu. Don't display the "Send Mail"
1625 item if mail-user-agent is nil or its value is ignore.
1626 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
1627 if read-mail-command is nil or its value is ignore.
1628
06a8c9f8
EZ
1629 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
1630
7dbc9c8a
MB
16312000-10-09 Miles Bader <miles@gnu.org>
1632
29e0814b
MB
1633 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
1634 Correct image size.
1635 * toolbar/left_arrow.xpm: Correct image size.
1636
7dbc9c8a
MB
1637 * jka-compr.el: Don't call `jka-compr-install' when loading (it
1638 will be done by the definition of `auto-compression-mode' if
1639 necessary. Move code to uninstall existing file-name handler
1640 before definition of `auto-compression-mode'.
1641
1642 * image-file.el (auto-image-file-mode): Move to the end of the
1643 file, because `define-minor-mode' actually calls the mode-function
1644 if the associated variable is non-nil, which requires that all
1645 needed functions be already defined.
1646
65b61266
MB
1647 * mouse.el (popup-menu): Balance parens.
1648
d6b8c85b
SM
16492000-10-08 Stefan Monnier <monnier@cs.yale.edu>
1650
1651 * mouse.el (popup-menu): Move the command call outside the loop
1652 so that popup-menu returns whatever the command returns.
1653
1654 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
1655 (initialize-new-tags-table): Use run-hook-with-args-until-success.
1656 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
1657 (tags-table-format-functions): Renamed from tags-table-format-hooks.
1658
1659 * vc.el (vc-version-diff): diff-switches can be a list.
1660 Use relative filenames for prettier output.
1661
46e33aee 1662 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
1663 (vc-post-command-functions): Remove old-VC compatibility code.
1664
1665 * newcomment.el (comment-indent-default): Autoload.
1666
1667 * font-lock.el (font-lock-defaults): Make buffer-local.
1668 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
1669 (font-lock-choose-keywords):
1670 Ignore LEVEL unless KEYWORDS is a list of syms.
1671 (c-keywords, c++-keywords, objc-keywords, java-keywords):
1672 Don't wrap regexp-opt things in \(...\) unnecessarily.
1673
1674 * jit-lock.el: Don't require font-lock any more.
1675 (jit-lock-functions): Make buffer-local.
1676 (jit-lock-saved-fontify-buffer-function): Remove.
1677 (jit-lock-mode): Remove autoload cookie.
1678 Remove font-lock specific code.
1679 (jit-lock-unregister): Don't bother handling complex hooks any more.
1680 (jit-lock-refontify): New function.
1681 (jit-lock-fontify-buffer): Use it.
1682 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
1683 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
1684 Add optional args START and END.
1685 Never call font-lock-fontify-region directly.
1686 (jit-lock-function, jit-lock-stealth-fontify): Use it.
1687
1688 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
1689
a30ed6ac
DL
16902000-10-08 Dave Love <fx@gnu.org>
1691
4e7c7ca9
DL
1692 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
1693
1694 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
1695
1696 * play/studly.el (studlify-region, studlify-word): Add autoload
1697 cookie.
1698
1699 * play/morse.el (morse-region, unmorse-region): Add autoload
1700 cookie.
1701
1702 * play/spook.el (spook-phrases-file): Use expand-file-name, not
1703 concat.
1704
1705 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
1706 insist on symbols starting with word syntax.
1707 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
1708 (eval-defun-1): Doc fix.
1709 (indent-sexp): Use nconc to build up indent-stack.
1710
1711 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
1712 Gnus with little use.
1713 (mail-setup-hook): Add mail-abbrevs-setup to options.
1714
968f7c4a
DL
1715 * recentf.el: Doc fixes.
1716
1717 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
1718 Clean up remainder.
1719
1720 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
1721 without timezone and (8) with timezone to enforce some whitespace.
1722 Simplify code somewhat.
1723
1724 * options.el (list-options): Doc that you should use customize.
1725
1726 * iswitchb.el (iswitchb-mode): Add :require.
1727
a30ed6ac
DL
1728 * info.el (Info-goto-node, Info-menu): Doc fix.
1729 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
1730 (info-tool-bar-map): New variable.
1731 (Info-mode): Use it.
1732 (Info-edit-map): Define all in defvar.
1733 (speedbar-attached-frame): Avoid compiler warning.
1734
1735 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
1736 (global-map): Bind [tool-bar] to a filtered map.
1737 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
1738 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
1739 Allow PBM icons.
1740 (tool-bar-setup): Adjust calls of tool-bar-add-item.
1741
1742 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
1743 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
1744 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
1745 icons, except up_arrow, which is left-arrow rotated.
1746
1747 * imenu.el (imenu-add-to-menubar): Fix last change.
1748
4e953aff
PB
17492000-10-08 Peter Breton <pbreton@ne.mediaone.net>
1750
1751 * generic-x.el (rul-generic-mode): Remove eval-when-compile
1752 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
1753
739e92a7
EZ
17542000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
1755
d20faceb
EZ
1756 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
1757 typos in doc strings.
1758
a640322e
EZ
1759 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
1760 the doc strings how to customize Font Lock faces.
1761
739e92a7
EZ
1762 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
1763 computing growth when dragging the header line.
1764
8be7408c
EZ
17652000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
1766
1767 * simple.el (kill-line): Doc fix.
1768
6fee86a3
MB
17692000-10-08 Miles Bader <miles@gnu.org>
1770
445a653e
MB
1771 * faces.el (secondary-selection): Make foreground visible on tty.
1772
6fee86a3
MB
1773 * jka-compr.el (auto-compression-mode): Move to the end of the
1774 file, because `define-minor-mode' actually calls the mode-function
1775 if the associated variable is non-nil, which requires that all
1776 needed functions be already defined.
1777 (with-auto-compression-mode): Add autoload cookie.
1778
a115794c
EZ
17792000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
1780
1781 * files.el (find-backup-file-name) [ms-dos]: If support for long
1782 file names is not available, behave as if version-control were set
1783 to never.
1784
b12e6de3
DL
17852000-10-07 Dave Love <fx@gnu.org>
1786
1787 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
1788 (browse-url-gnome-moz): New function.
1789 (browse-url-browser-function): Use it.
1790 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
1791
20b1d079
SM
17922000-10-07 Stefan Monnier <monnier@cs.yale.edu>
1793
1794 * indent.el (tab-always-indent): New var.
1795 (indent-for-tab-command): Use it.
39250ec3 1796
9ee45b2c 1797 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 1798 raise an error. This way it can still default to a sane value.
9ee45b2c 1799
8c6b1d83
JW
18002000-10-06 Stefan Monnier <monnier@cs.yale.edu>
1801
39250ec3
SM
1802 * startup.el (fancy-splash-screens): Use local rather than global map.
1803 Don't use `update-menu-bindings' any more.
1804 Get rid of assumptions about keymap representation.
1805
a23ccdf2
DL
18062000-10-06 Dave Love <fx@gnu.org>
1807
814299a7 1808 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
1809 (sentence-end-without-period): Doc fix.
1810 (adaptive-fill-regexp): Purecopy.
1811 (unjustify-current-line): Use line-end-position.
1812 (fill-individual-paragraphs-prefix): Use line-beginning-position.
1813
1814 * net/eudc-vars.el (eudc): Add :version, :link.
1815
39250ec3 1816 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
1817
1818 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
1819 Fix for define-minor-mode.
1820 (function-at-point): Alias to function-called-at-point.
1821
1822 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
1823
1824 * simple.el (backward-word): Doc fix.
1825
a23ccdf2
DL
1826 * image-file.el (image-file-name-regexp): image-file-regexps ->
1827 image-file-name-regexps.
742c1822 1828 (image-file-name-extensions): Add pbm.
a23ccdf2 1829
39250ec3
SM
18302000-10-06 Stefan Monnier <monnier@cs.yale.edu>
1831
1832 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
1833 and add filename to the names so that diff-mode can jump to source.
1834
1835 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 1836 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
1837 (tex-font-lock-keywords-1): Remove.
1838 (font-lock-turn-on-thing-lock): Use jit-lock-register.
1839 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
1840 (font-lock-default-fontify-region):
1841 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
1842 (font-lock-fontify-anchored-keywords):
1843 Include the anchor text as part of the multiline.
1844
8d5dfacd
GM
18452000-10-06 Gerd Moellmann <gerd@gnu.org>
1846
1847 * loadup.el (toplevel): Load `loaddefs' before `help' because the
1848 latter needs the autoloaded define-minor-mode macro during the
1849 bootstrap.
1850
1851 * startup.el (command-line): For now, activate tool-bar-mode only
1852 if XPM images are supported.
1853
1854 * mouse.el (mouse-drag-header-line): Don't allow resizing a
1855 window by dragging a header-line at the top of the frame; that's
4c19fbce 1856 confusing because the header-line doesn't move.
8d5dfacd
GM
1857 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
1858 of treating the event as a list. Some cleanup.
1859
f69aad2b 18602000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 1861
f69aad2b
MB
1862 * simple.el (display-message-or-buffer): New function.
1863 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 1864
09cb7646
MB
1865 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
1866 docstring parts.
1867
814299a7 1868 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
1869 (smbclient-prompt-regexp): Add usage note to doc string.
1870 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
1871 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
1872 Use add-hook for adding the comint filter function, and only do so
1873 if it's not already in the global hook list.
1874 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
1875 to `make-local-variable'.
1876 (nslookup-font-lock-keywords): Remove prompt entry.
1877 (nslookup): Don't set the process-filter.
1878 (finger): Exit the loop correctly when the regexps list runs out.
1879 (ftp, smbclient, smbclient-list-shares):
1880 Set the real major mode immediately, not after execing.
1881 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
1882
1883 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
1884
4c19fbce
SM
18852000-10-05 Stefan Monnier <monnier@cs.yale.edu>
1886
1887 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
1888
1889 * which-func.el (which-func-format): Remove spurious space.
1890 (which-func-mode): Don't make it permanent-local.
1891 (which-func-ff-hook): Allow which-func-maxout to be nil.
1892 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
1893 (which-func-mode): Simplify.
1894 Use post-command-idle-hook rather than post-command-hook.
1895 Go through all buffers and update their state.
1896 (which-function): Also try add-log-current-defun-function.
1897
1898 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
1899 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
1900 Update call to with-vc-properties accordingly.
1901 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
1902 (vc-revert-buffer): More careful about window selection and deletion.
1903 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
1904
1905 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
1906 (cvs-retrieve-revision): Reuse a pre-existing buffer.
1907 (cvs-dired-action): Change the default to quickdir.
1908
1909 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
1910 if comment-indent-function returns nil.
1911 (comment-indent-default): New function.
1912 (comment-indent-function): Use it and document the new semantics.
1913
1914 * image-file.el: Docstring fixes.
1915
1916 * help.el (help-xref-on-pp): Use match-string.
1917 (describe-variable): New arg BUFFER.
1918 Store the current buffer in the help-xref-stack.
1919 (temp-buffer-resize-mode): Use define-minor-mode.
1920
1921 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
1922 consistently with its docstring.
1923 Set jit-lock-first-unfontify-pos in an idempotent way.
1924 (jit-lock-register): Autoload and add arg CONTEXTUAL.
1925
542c6552
GM
19262000-10-05 Alex Schroeder <alex@gnu.org>
1927
1928 * sql.el (sql-mysql-options): New variable.
1929 (sql-mysql): Use it.
1930
a3489ece
MB
19312000-10-05 Miles Bader <miles@lsi.nec.co.jp>
1932
77f6105c
MB
1933 * image.el (image): New group.
1934
814299a7 1935 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
1936 (smerge-base-face, smerge-markers-face): Add dark-background variants.
1937
3478046b
PB
19382000-10-04 Peter Breton <pbreton@ne.mediaone.net>
1939
1940 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 1941 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
1942 Ignore the value of wqindow-system; always define keywords
1943
22aca186
KH
19442000-10-05 Kenichi Handa <handa@etl.go.jp>
1945
1946 * startup.el (fancy-splash-screens): Remove the code for
1947 debugging; `(trace-to-stderr "EXITTT\n")'.
1948
55d5d717
MB
19492000-10-05 Miles Bader <miles@gnu.org>
1950
1951 * diff-mode.el (diff-goto-source): Update call to
1952 `diff-hunk-status-msg' to reflect new REV variable.
1953
41fa7178
SM
19542000-10-04 Stefan Monnier <monnier@cs.yale.edu>
1955
1956 * progmodes/icon.el (icon-mode):
1957 Don't gratuitously override the default for comment-column.
1958
1959 * vc-hooks.el (vc-mode-line): Fix interactive spec.
1960
1961 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
1962 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
1963 (jit-lock-functions): New var.
1964 (jit-lock-function-1): Use it if non-nil.
1965 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
1966 Set the `fontified' property before doing the fontification to avoid
1967 repeatedly going through the same error.
1968 Don't turn errors into messages.
1969 (jit-lock-register, jit-lock-unregister): New functions.
1970
1971 * dired.el (dired-mark-pop-up): Turn comment into docstring.
1972 Use with-current-buffer.
1973
1974 * dired-aux.el (dired-do-create-files, dired-kill-tree):
1975 Turn comment into docstring.
1976
1977 * apropos.el (apropos-mode): Use define-derived-mode.
1978
3dc78168
GM
19792000-10-04 Gerd Moellmann <gerd@gnu.org>
1980
1981 * startup.el (fancy-splash-pending-command): New variable.
1982 (fancy-splash-pre-command): New function.
1983 (fancy-splash-screens): Rewritten.
1984 (command-line-1): If fancy-splash-pending-command is set, call it
1985 interactively.
1986
dae9dc56
DL
19872000-10-04 Dave Love <fx@gnu.org>
1988
1989 * toolbar/tool-bar.el (tool-bar-setup): New function.
1990 (tool-bar-mode): Use it.
1991
1992 * subr.el (substitute-key-definition): Doc fix.
1993 (play-sound-file): New command.
1994
3388f0a5
AS
19952000-10-04 Andre Spiegel <spiegel@gnu.org>
1996
814299a7 1997 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
1998 vc-version-backup-file-name): New functions.
1999
2000 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
2001
2002 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
2003 vc-cvs-stay-local-p.
2004
2005 * vc.el (vc-revert-buffer): Handle empty diff properly.
2006 (vc-version-backup-file): New function.
2007 (vc-checkout): Create a version backup if necessary.
2008 (vc-checkin): If a version backup file exists, delete it.
2009 (vc-version-diff): Diff locally using version backups, if available.
2010 (vc-revert-file): If there's a version backup, revert locally.
2011 (vc-transfer-file): Use version backup for base version, if
2012 available. If not, ask for confirmation whether to get it from the
2013 server. Update mode line before check-in.
2014
ebd4825d
DL
20152000-10-04 Dave Love <fx@gnu.org>
2016
2017 * toolbar/tool-bar.el (tool-bar-setup): New function.
2018 (tool-bar-mode): Use it.
2019
1b24f4b7
PB
20202000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2021
3dc78168 2022 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2023 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
2024 Only set if window-system is non-nil
2025 (net-utils-run-program): Returns buffer.
2026 (network-connection-reconnect): Added this function.
2027
814299a7
MB
2028 * generic.el:
2029 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
2030 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
2031 Uses cl compile-time macros.
3dc78168
GM
2032 (generic-mode-name, generic-comment-list)
2033 (generic-keywords-list, generic-font-lock-expressions)
2034 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
2035 Removed variables.
2036 (generic-mode-alist): Renamed to generic-mode-list.
2037 (generic-find-file-regexp): Default changed to "^#".
2038 (generic-read-type): Uses completing read on generic-mode-list.
2039 (generic-mode-sanity-check): removed this function.
2040 (generic-add-to-auto-mode): Removed this function
3dc78168 2041 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
2042 into function instead of putting them in alist.
2043 (generic-mode-set-comments): Reworked extensively.
2044 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 2045 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 2046
814299a7 2047 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
2048 Make sure directory name ends with "/".
2049
814299a7 2050 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
2051 Regexp now allows leading whitespace.
2052 (rc-generic-mode): Added eval-when-compile
2053 around generic-make-keywords-list.
2054 Deleted duplicate regexp
2055 (rul-generic-mode): Added eval-when-compile
2056 around generic-make-keywords-list.
2057 (etc-fstab-generic-mode): New generic mode.
2058 (rul-generic-mode): Removed one eval-when-compile
814299a7 2059 which caused a max-specpdl-size exceeded error.
1b24f4b7 2060
a7bf5cf3
MB
20612000-10-04 Miles Bader <miles@gnu.org>
2062
2063 * simple.el (minibuffer-temporary-goal-position): New variable.
2064 (next-history-element): Try to keep the position of point in the
2065 input string constant.
2066
2067 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
2068 (dired-do-create-files): If there's only one file, pass it in as
2069 the DEFAULT arg to dired-mark-read-file-name.
2070
ce1087a9
SM
20712000-10-03 Stefan Monnier <monnier@cs.yale.edu>
2072
2073 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
2074 (diff-goto-source): Be smarter when choosing REVERSE or not.
2075
2076 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
2077 (texinfo-mode-menu): Add an explicit shortcut for update all.
2078
0e41e1d6
AS
20792000-10-03 Andre Spiegel <spiegel@gnu.org>
2080
814299a7 2081 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
2082 factorize backend-specific code cleanly (this was essentially
2083 conceived by Stefan Monnier).
2084 (vc-unregister): Function removed.
814299a7 2085 (vc-revert-file): New function.
858f7cb4
AS
2086 (vc-revert-buffer): Delegate some of the work to it.
2087
0e41e1d6
AS
2088 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
2089 default branch unconditionally.
2090 (vc-rcs-set-default-branch): New function.
2091 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
2092 (vc-rcs-checkin): If an appropriate default branch has been set,
2093 force creation of that branch.
858f7cb4
AS
2094 (vc-rcs-receive-file): Rewritten to contain only backend-specific
2095 code (as suggested by Stefan Monnier).
0e41e1d6 2096
01c86c56
GM
20972000-10-02 Gerd Moellmann <gerd@gnu.org>
2098
45c477b4
GM
2099 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
2100 highlighting overlay with a different face over the overlay
2101 isearch uses to highlight the current match because that can lead
2102 to bad face combinations.
2103
01c86c56
GM
2104 * loadup.el (toplevel): Load faces before isearch.
2105
2106 * isearch.el (isearch-faces): New custom group.
2107 (isearch): New defface; was already tested for in the code.
2108 (isearch-lazy-highlight-face): Changed to defface from defcustom.
2109 (isearch-highlight): Always use face `isearch'.
2110
944425c0
DL
21112000-10-02 Dave Love <fx@gnu.org>
2112
2113 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
2114 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
2115 comparison of opcode with operand.
2116
2a099bcc
MB
21172000-10-03 Miles Bader <miles@gnu.org>
2118
2119 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
2120 buffer, since the echo area will now grow to accommodate them.
2121
4300ecb8
AS
21222000-10-02 Andre Spiegel <spiegel@gnu.org>
2123
2124 * vc-hooks.el (vc-registered): If FILE used to be registered under
2125 a certain backend, try that one first.
2126
814299a7 2127 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
2128 argument list. Handle multiple backends correctly.
2129 (vc-find-new-backend): Function removed.
2130 (vc-register): Use vc-responsible-backend, as before.
2131 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
2132
64e6cc18
GM
21332000-10-02 Gerd Moellmann <gerd@gnu.org>
2134
2135 * startup.el (fancy-splash-head): Change message below the
2136 logo.
2137
00df919e
MB
21382000-10-02 Miles Bader <miles@lsi.nec.co.jp>
2139
2140 * diff-mode.el (diff-goto-source): Emit a status message.
2141 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 2142 (diff-test-hunk): Fix doc string.
00df919e
MB
2143 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
2144 (diff-advance-after-apply-hunk): New variable.
4eaa6852 2145 (diff-apply-hunk): Don't return a value.
00df919e 2146
ceec5a0c
SM
21472000-10-01 Stefan Monnier <monnier@cs.yale.edu>
2148
2149 * vc.el (vc-editable-p): Minor optimization.
2150 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
2151 (vc-find-new-backend): New function split from vc-responsible-backend.
2152 (vc-register): Use it.
2153 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
2154 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
2155 (vc-default-unregister, vc-revert-buffer): Docstring fix.
2156 (vc-clear-headers): Don't use find-file.
2157 (vc-revert-buffer): Use `and' again (must have been a braino).
2158 (vc-switch-backend): Only prompt if requested.
2159 Short circuit if nothing is to be done.
2160 Don't use vc-resynch-buffer which could lose unsaved editing.
2161 (vc-default-receive-file): Update call to vc-unregister.
2162 (with-vc-file, vc-next-action-on-file):
2163 Use vc-backend rather than vc-registered.
2164 (vc-next-action-on-file): Use intern-soft.
2165 Deal with read-only *vc-diff* buffer.
2166 (vc-transfer-file): Docstring fix.
2167
2168 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
2169 (vc-rcs-receive-file): Avoid with-vc-properties.
2170 Update call to vc-unregister.
2171 Use constant `RCS' rather than (dynamically bound) var `backend'.
2172
4ad5da8f
AS
21732000-10-01 Andre Spiegel <spiegel@gnu.org>
2174
814299a7 2175 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
2176 is visited.
2177 (vc-start-entry): New argument initial-contents. Don't visit the file
2178 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
2179 (vc-next-action, vc-register): Updated calls to vc-start-entry.
2180 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
2181 vc-start-entry.
2182 (vc-finish-logentry): Make sure to bury log buffer only if there
2183 really is one. Call `vc-resynch-buffer' on log-file, not
2184 buffer-file-name.
2185 (vc-default-comment-history, vc-default-wash-log): New functions.
2186 (vc-index-of): Removed.
2187 (vc-transfer-file): Make do without the above.
2188 (vc-default-receive-file): Call comment-history unconditionally. Pass
2189 the resulting string to vc-checkin, instead of inserting it into the
2190 comment ring.
2191
2192 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
2193 unconditionally. Use the comments as initial contents of the log
814299a7 2194 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
2195 changes.
2196
aa0c3dca
MB
21972000-10-01 Miles Bader <miles@gnu.org>
2198
2199 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
2200 `recenter' with an arg to prevent redrawing the display.
2201
d5f5a2c5
SM
22022000-09-30 Stefan Monnier <monnier@cs.yale.edu>
2203
2204 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
2205
2206 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
2207
814299a7 2208 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
2209 Don't gratuitously override the default for comment-column.
2210
2211 * textmodes/tex-mode.el (latex-metasection-list): New var.
2212 (latex-imenu-create-index): Use it.
2213 Move the regexp construction outside loops (and use push).
814299a7 2214 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
2215 (tex-font-lock-keywords): Moved from font-lock.el.
2216 (tex-comment-indent): Remove.
2217 (tex-common-initialization): Don't set comment-indent-function.
2218 (latex-block-default): New var.
2219 (tex-latex-block): Use it to provide a default choice.
2220 Add any unknown choice to latex-block-names.
2221 Insert [...] after {...}.
2222 (tex-last-unended-begin): Simplify regexp.
2223 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
2224 (latex-forward-sexp-1, latex-forward-sexp): New functions.
2225 (latex-mode): Set forward-sexp-function.
2226
2227 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
2228 Add regexp for @ignore ... @end ignore.
2229 (texinfo-heading-face): New face.
2230 (texinfo-font-lock-keywords): Use it.
2231 (texinfo-mode-menu): New menu.
2232 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
2233 New functions.
2234 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 2235 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
2236 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
2237 Remove declaration.
2238 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
2239
2240 * delsel.el (delete-selection-mode): Use define-minor-mode.
2241
2242 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
2243
22442000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2245
2246 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
2247
8a5506f2
GM
22482000-09-30 Gerd Moellmann <gerd@gnu.org>
2249
068127d6
GM
2250 * replace.el (keep-lines-read-args): New function.
2251 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
2252 read arguments interactively. Add parameters RSTART and REND.
2253 Operate on the active region in Transient Mark mode.
2254
d777bb8f
GM
2255 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
2256
8a5506f2
GM
2257 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
2258 (authors-obsolete-files-regexps): New variable.
2259 (authors-add): Don't record changes in obsolete files.
2260
3fa87bfc
SM
22612000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2262
2263 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
2264
2265 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
2266 (comment-indent): Make sure there's a space between code and comment.
2267 Shift comments left to avoid going past fill-column.
2268
f02149ce
GM
22692000-09-29 Gerd Moellmann <gerd@gnu.org>
2270
2271 * startup.el (startup-echo-area-message): New function.
2272 (display-startup-echo-area-message): Use it.
2273 (fancy-splash-screens): Rewritten to use keymaps and a timer.
2274 (fancy-splash-default-action): New function.
2275 (fancy-splash-screens-1): New function.
2276 (fancy-splash-head): Put a help-echo and a keymap under the image.
2277
a3ef6569
SM
22782000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2279
2280 * diff-mode.el (diff-add-log-file-name): Remove.
2281 (diff-mode): Use add-log-buffer-file-name-function.
2282
2283 * add-log.el (find-change-log): New arg BUFFER-FILE.
2284 (add-log-file-name): Obey add-log-file-name-function.
2285 (add-log-buffer-file-name-function): New var.
2286 (add-change-log-entry): Use it.
2287
75e5b373
MB
22882000-09-29 Miles Bader <miles@gnu.org>
2289
2290 * image-file.el (image-file-name-extensions): New variable.
2291 (image-file-name-regexps): Renamed from `image-file-regexps'.
2292 New default value is nil. Call `auto-image-file-mode'.
2293 (image-file-name-regexp): New function.
2294 (auto-image-file-mode): New minor mode.
2295 (insert-image-file): Don't make conditional on the image-file
2296 handler being enabled.
2297 (image-file-handler): Make the call here conditional instead.
2298 (set-image-file-handler-enabled, enable-image-file-handler)
2299 (disable-image-file-handler): Functions removed.
2300
2301 * emacs-lisp/authors.el (authors-print): Rephrase many-files
2302 string.
2303
de6e1f7c
GM
23042000-09-29 Gerd Moellmann <gerd@gnu.org>
2305
2306 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
2307 it's a function from CL.
2308 (latex-imenu-create-index): Replace eval-when-compile with progn
2309 because latex-section-alist is not bound while compiling.
2310
d8c201f5
SM
23112000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2312
2313 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
2314 (outline-mode): Use define-derived-mode.
2315
814299a7 2316 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
2317 * progmodes/awk-mode.el (awk-mode):
2318 * progmodes/asm-mode.el (asm-mode):
2319 Don't gratuitously override the default for comment-column.
2320
2321 * emacs-lisp/lisp.el (lisp-complete-symbol):
2322 Distinguish the let-binding case from the funcall case.
2323 (forward-sexp-function): New variable.
2324 (forward-sexp): Use it.
2325
2326 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
2327 (easy-mmode-defmap): Remove the now useless autoload.
2328
2329 * time.el (display-time-mode): Use define-minor-mode.
2330
2331 * subr.el (add-minor-mode): Don't eval NAME.
2332 Don't depend on the presence of TOGGLE-FUN for any special behavior.
2333 Use if rather than cond.
2334
2335 * simple.el (read-expression-map): Define more properly.
2336 (comment-indent-hook): Remove.
2337 (string-to-syntax): Bug fix.
2338
2339 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
2340 (cvs-ediff-diff): Fix typo.
2341 (cvs-revert-if-needed): Don't bother preserving read-only.
2342
2343 * paren.el (show-paren-mode): Use define-minor-mode.
2344
2345 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
2346 (toggle-auto-compression): Remove.
2347 (jka-compr-build-file-regexp): Remove useless grouping.
2348
2349 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
2350 Avoid user-reserved bindings.
2351 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
2352 (diff-header-face): Revert to grey85.
2353
2354 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
2355
2356 * complete.el (partial-completion-mode) <defcustom>: Remove.
2357 (partial-completion-mode): Use define-minor-mode.
2358 (PC-do-completion): Understand `completion-auto-help = delay'
2359 to mean to popup the completion buffer only the second time.
814299a7 2360 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
2361 (PC-include-file-all-completions): Don't quote lambda.
2362
2363 * comint.el (comint-mode-hook): Docstring fix.
2364 (comint-mode): Use define-derived-mode.
2365 (comint-mode-map): Remove obsolete comment.
2366 (make-comint): Minor stylistic change.
2367 (comint-insert-clicked-input): Be more careful to find the overlay.
2368 Use this-command-keys rather than hardcoding mouse-2.
2369
2370 * font-lock.el: Replace confusing (,@ with ,
2371 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2372 Don't use regexp-opt-depth. Spice up the regexp for args.
2373 Don't distinguish between cmds that can take an opt arg or not.
2374 Use `append' and `prepend' rather than `keep'.
2375
2376 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
2377 (latex-outline-regexp): New var.
2378 (latex-outline-level): New fun.
2379 (latex-section-alist): New var.
2380 (latex-imenu-create-index): Use it. Use `push' as well.
2381 (tex-shell-map): Initialize it properly.
2382 (tex-mode): Minor stylistic change.
2383 (plain-tex-mode): Use define-derived-mode.
2384 (latex-mode): Use define-derived-mode.
2385 Construct the paragraph regexps in a more readable way.
2386 Set the buffer-local outline-{level,regexp} vars.
2387 (slitex-mode): Derive from latex-mode.
2388 (tex-common-initialization): Don't kill-all-vars anymore.
2389 Add setting for comment-add and font-lock-defaults.
2390 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
2391 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
2392 (tex-start-tex): New arg DIR (and send a chdir command for it).
2393 Also display the shell buffer and save it in tex-last-buffer-texed.
2394 (tex-region): Use expand-file-name rather than concat.
2395 Remove code made useless by changes in tex-start-tex.
2396 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
2397
2398 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
2399
ff398532
DL
24002000-09-28 Dave Love <fx@gnu.org>
2401
2402 * eshell/eshell.el (eshell) <defgroup>: Add :version.
2403
f9415d5b
GM
24042000-09-28 Gerd Moellmann <gerd@gnu.org>
2405
2406 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
2407 `append'.
2408
fa003899
SM
24092000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2410
2411 * info.el (Info-extract-pointer): Undo last change.
2412 Instead, fix the position of the `bound' arg to re-search-backward.
2413
24142000-09-27 Stefan Monnier <monnier@cs.yale.edu>
2415
2416 * info.el (Info-extract-pointer):
2417 Widen more carefully, to avoid finding pointers in other nodes.
2418 (Info-index): Use push.
2419
f9415d5b 24202000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
2421
2422 * frame.el (set-frame-font): Remove call to obsolete function
2423 frame-update-faces.
2424 (set-foreground-color, set-background-color): Likewise for
2425 frame-update-face-colors.
2426
5538b8ba
MB
24272000-09-27 Miles Bader <miles@gnu.org>
2428
2429 * image-file.el: New file.
2430
60536eea
GM
24312000-09-27 Gerd Moellmann <gerd@gnu.org>
2432
5b551d58
GM
2433 * frame.el (frame-notice-user-settings): Don't call
2434 frame-update-faces, which is a no-op now.
814299a7 2435
60536eea
GM
2436 * ediff-wind.el (ediff-control-frame-parameters): Add zero
2437 tool-bar-lines.
2438
36f1966f
DL
24392000-09-27 Dave Love <fx@gnu.org>
2440
2441 * mouse.el: Fix last change.
2442
c5785b73
MB
24432000-09-27 Miles Bader <miles@lsi.nec.co.jp>
2444
2445 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
2446
672172d9
KH
24472000-09-22 Kenichi Handa <handa@etl.go.jp>
2448
2449 * international/quail.el (quail-help): The output message is
2450 improved.
2451
4653b4ea
DL
24522000-09-26 Dave Love <fx@gnu.org>
2453
2454 * mouse.el (popup-menu): If POSITION is nil, set it using
2455 mouse-position.
2456
63900fcf
SS
24572000-09-25 Sam Steingold <sds@gnu.org>
2458
2459 * net/browse-url.el (browse-url-file-url): Check for null maps.
2460
cd3b81be
GM
24612000-09-26 Gerd Moellmann <gerd@gnu.org>
2462
876512ab 2463 * frame.el (frame-notice-user-settings): Don't add a
fa003899 2464 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 2465
fa003899
SM
2466 * frame.el (frame-notice-user-settings):
2467 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 2468
cd3b81be
GM
2469 * toolbar/tool-bar.el (tool-bar-help): New function.
2470
d8b4516f
GM
24712000-09-25 Gerd Moellmann <gerd@gnu.org>
2472
6567e9b5
GM
2473 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
2474 current-load-list in top-level forms. Else this leaks a cons cell
2475 every time a defun is called.
63900fcf 2476
d8b4516f 2477 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 2478
a461758e
DL
24792000-09-25 Dave Love <fx@gnu.org>
2480
7df6adc3
DL
2481 * startup.el (fancy-splash-head): Check XPM is available.
2482
a461758e
DL
2483 * autoinsert.el (auto-insert): Doc fix.
2484 (auto-insert-alist): Following GNU notices, don't say `copyright
2485 _by_'. Use line-beginning-position.
2486 (auto-insert): Check buffer-file-name is non-nil before use.
2487
b11af2dd
GM
24882000-09-25 Gerd Moellmann <gerd@gnu.org>
2489
2490 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
2491 starting with `@def' or `@multitable', in addition to ones
2492 specified by the user in auto-fill-inhibit-regexp.
2493
5f9f981b
GM
24942000-09-25 Markus Rost <rost@math.ohio-state.edu>
2495
2496 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
2497 rmail-dont-reply-to-names matches the empty string.
63900fcf 2498
8ff16b4e
GM
24992000-09-25 Gerd Moellmann <gerd@gnu.org>
2500
63900fcf 2501 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
2502 text to sound more friendly.
2503
9b4a7800
TTN
25042000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
2505
2506 * progmodes/hideshow.el: Update author email address.
2507 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
2508 (hs-hide-all-non-comment-function): New var.
2509 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
2510 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
2511 (hs-show-region): Delete this command.
2512 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
2513
4c7c1f3f
DL
25142000-09-22 Dave Love <fx@gnu.org>
2515
2516 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
2517 (hl-line-highlight): Specify buffer when moving overlay.
2518
2519 * progmodes/fortran.el (fortran-mode): Locally set
2520 normal-auto-fill-function.
2521 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
2522 (fortran-mode-map): Adjust auto-fill menu entry.
2523
13f93dee
GM
25242000-09-22 Gerd Moellmann <gerd@gnu.org>
2525
36eb0a91
GM
2526 * vc-rcs.el (toplevel): Require `vc' when compiling.
2527
fa003899 2528 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 2529
36a03bf9
AS
25302000-09-22 Andre Spiegel <spiegel@gnu.org>
2531
9b4a7800 2532 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
2533 registered under the new backend.
2534
9b4a7800 2535 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
2536 without explicit revision number.
2537
6e4e8a3b
SM
25382000-09-21 Stefan Monnier <monnier@cs.yale.edu>
2539
2540 * diff-mode.el (diff-file-header-face): Reset to its previous value.
2541 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
2542 (diff-xor): New function.
2543 (diff-find-source-location): Use it. Fix a stupid name clash.
2544 (diff-hunk-status-msg): New function.
2545 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
2546 (diff-test-hunk): Use diff-find-source-location.
2547 (diff-goto-source): Favor the `reverse'.
2548 (diff-hunk-text): Properly handle one-sided context diffs.
2549 (diff-apply-hunk): When done, advance to the next hunk.
2550
1b24b888
GM
25512000-09-21 Gerd Moellmann <gerd@gnu.org>
2552
623a0aae
GM
2553 * startup.el (command-line): If frame was created with a non-zero
2554 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 2555
1b24b888
GM
2556 * add-log.el (change-log-date-face, change-log-name-face)
2557 (change-log-email-face, change-log-file-face)
2558 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
2559 (change-log-function-face, change-log-acknowledgement-face):
2560 New faces, inheriting from font-lock faces.
1b24b888 2561 (change-log-font-lock-keywords): Use them.
9b4a7800 2562
93b3a1c8
DL
25632000-09-21 Dave Love <fx@gnu.org>
2564
80585273
DL
2565 * progmodes/cperl-mode.el (top-level): Clean up
2566 `eval-when-compile's and assorted defvars.
2567 (cperl-invalid-face): Don't double-quote value. Change custom
2568 type.
2569 (cperl-mode): Set normal-auto-fill-function and don't zap
2570 auto-fill-function.
2571 (cperl-imenu--function-name-regexp-perl): Renamed from
2572 imenu-example--function-name-regexp-perl.
2573 (cperl-imenu--create-perl-index): Renamed from
2574 imenu-example--create-perl-index.
2575 (cperl-xsub-scan): Don't require cl.
2576
93b3a1c8
DL
2577 * msb.el (msb-mode-map): Use substitute-key-definition.
2578 (msb-mode): Use msb-mode-map.
2579
43ccb598
AS
25802000-09-21 Andre Spiegel <spiegel@gnu.org>
2581
2582 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
2583 New functions.
fa003899 2584 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
2585 (vc-switch-backend): New function.
2586 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
2587 (vc-register): Fix prompt.
2588 (vc-unregister, vc-default-unregister): New functions.
2589 (vc-version-diff): Handle empty buffer in sentinel.
2590
2591 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
2592 (vc-rcs-state-heuristic): Use it to guess the state of files with
2593 non-strict locking.
2594 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
2595 been set with -b, but not created yet.
2596 (vc-rcs-fetch-master-state): With non-strict locking, compare file
2597 contents in order to find the state.
2598 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
2599 (vc-rcs-unregister, vc-rcs-receive-file)
2600 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 2601
9b4a7800 2602 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 2603 in case it is missing.
9b4a7800 2604
95fadcca
GM
26052000-09-21 Gerd Moellmann <gerd@gnu.org>
2606
2607 * startup.el (fancy-splash-tail): Use a different foreground
2608 color on a dark frame background.
2609
470f23e1
MB
26102000-09-21 Miles Bader <miles@lsi.nec.co.jp>
2611
2612 * info.el: Use the correct capitalization when making Info-mode
2613 and Info-edit-mode `special' modes.
2614
281096ed
SM
26152000-09-20 Stefan Monnier <monnier@cs.yale.edu>
2616
2617 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
2618 (diff-mode): Add support for add-log.el.
2619 (diff-hunk-text): Use char offsets rather than line offsets.
2620 (diff-find-source-location): Replace LINE with line-offset (nil
2621 if not found) and always set POS to a meaningful position.
2622 Adapt to the new char-offsets.
2623 (diff-apply-hunk): Drop support for the unused `select' POPUP.
2624 Adapt to the new diff-find-source-location.
2625 (diff-goto-source): Adapt to the new diff-find-source-location.
2626
2627 * add-log.el (add-log-file-name): New function (split out of
2628 add-change-log-entry).
2629 (add-change-log-entry): Use it.
2630 Call add-log-file-name-function with the changelog file name if
2631 the current buffer is not associated with any file.
2632 Avoid find-file if the selected window is dedicated.
2633
2634 * diff-mode.el (diff-find-source-location):
2635 Move code from diff-apply-hunk. Return buffer rather than file.
2636 (diff-apply-hunk): Use the new result from diff-find-source-location.
2637 (diff-goto-source): Use the new diff-find-source-location.
2638
c29d77c4
DL
26392000-09-20 Dave Love <fx@gnu.org>
2640
2641 * iswitchb.el: Some doc fixes.
2642 (iswitchb-mode-map): Define completely initially. Inherit
2643 minibuffer-local-map.
2644 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
2645 fundamental-mode.
2646 (iswitchb-global-map): New variable.
2647 (iswitchb-summaries-to-end): Amalgamate regexps.
2648 (iswitchb-mode): New.
2649 (iswitchb-mode-hook): New variable.
2650 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
2651 `extensions'.
2652
49939379
GM
26532000-09-20 Gerd Moellmann <gerd@gnu.org>
2654
d05c87ac
GM
2655 * ehelp.el (electric-help): New defgroup.
2656 (electric-help-shrink-window): New user-option.
2657 (with-electric-help): Use it.
2658
1ec082d4
GM
2659 * window.el (shrink-window-if-larger-than-buffer): If face
2660 `mode-line' has a :box, and we're on a graphical frame, add 1
2661 to the needed window height.
2662
f46c275e
GM
2663 * frame.el (frame-notice-user-settings): Add a last parameter nil
2664 to a call to `append', because the last list passed to `append' is
2665 not copied, and so subsequent calls to assq-delete-all will modify
2666 default-frame-alist.
2667
b7e11c5b
GM
2668 * startup.el (fancy-splash-image): Change :type.
2669 (fancy-splash-head): Use an XBM image if appropriate.
2670 (command-line-1): Show splash screens in more cases.
2671
26ff68aa
GM
2672 * startup.el (fancy-splash-text): Don't quote faces.
2673
8320414c
GM
2674 * dired.el (dired-font-lock-keywords): Undo last change.
2675 (dired-readin): Bind indent-tabs-mode to nil.
2676
49939379
GM
2677 * startup.el (fancy-splash-head): If frame's background mode
2678 is `dark', change the black background of the image to gray.
2679 (fancy-splash-screens): Display startup echo area message.
2680 (display-startup-echo-area-message): New function.
2681
c3b27206
MB
26822000-09-20 Miles Bader <miles@lsi.nec.co.jp>
2683
55a3d2a1
MB
2684 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
2685
2686 * info.el (info-header-node): Tweak for color ttys.
2687
37a99821
MB
2688 * faces.el (face-valid-attribute-values): Make sure directories we
2689 search for stipples both exist and are readable before trying to
2690 search them.
2691
0415d0d0
MB
2692 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
2693 in the dry-run case.
2694
523b128c
MB
2695 * jka-compr.el (with-auto-compression-mode): New macro.
2696
c3b27206
MB
2697 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
2698 (custom-group-tag-face, custom-variable-tag-face): Use relative
2699 :height and inherit from `variable-pitch' face instead of
2700 hardwiring :family.
2701 * hi-lock.el (hi-black-hb): Likewise.
2702
ddba99ad
MB
2703 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
2704 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
2705 toolbar-add-item, if image doesn't have a mask add a `:mask
2706 heuristic'.
2707
7e99fbde
SM
27082000-09-19 Stefan Monnier <monnier@cs.yale.edu>
2709
2710 * diff-mode.el: Docstring fixes.
2711 (diff-header-face, diff-comment-face): New faces.
2712 (diff-font-lock-keywords): Highlight a bit differently.
2713 (diff-find-source-location): Don't return SPAN any more.
2714 (diff-hunk-text): Don't bother erasing the temp buffer.
2715 (diff-find-text): Drop argument LINE.
2716 (diff-apply-hunk): Update calls to diff-find-text.
2717 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
2718
2719 * calendar/calendar.el: Docstring fixes.
2720 (calendar-make-alist): Don't quote lambda.
2721 (calendar-star-date): Use make-local-variable.
2722
fb275c02
DL
27232000-09-19 Dave Love <fx@gnu.org>
2724
7e99fbde
SM
2725 * toolbar/tool-bar.el: Renamed from toolbar.el.
2726 Change `toolbar' to `tool-bar' generally in symbols.
2727 Make some items invisible in `special' major modes.
2728 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
2729 Add arg PROPS.
532cb34d 2730
7e99fbde
SM
2731 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
2732 Add :version here.
fb275c02
DL
2733 (fancy-splash-delay, fancy-splash-image): Remove :version here.
2734
8f4ca9a5
GM
27352000-09-19 Gerd Moellmann <gerd@gnu.org>
2736
8b7707e1 2737 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 2738
8b7707e1 2739 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
2740 (find-file-noselect): Use it.
2741
8b7707e1 2742 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
2743 (fancy-splash-screen): Defgroup.
2744
8f4ca9a5
GM
2745 * add-log.el (change-log-font-lock-keywords): Match names
2746 more exactly for the case that font-lock-constant-face is
2747 underlined.
2748
ba9eeda1 27492000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 2750
8b7707e1 2751 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 2752
289eaef9
AS
27532000-09-19 Andre Spiegel <spiegel@gnu.org>
2754
2755 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
2756
ce9ded5d
GM
27572000-09-19 Gerd Moellmann <gerd@gnu.org>
2758
c113de23
GM
2759 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
2760 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
2761 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
2762 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
2763 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
2764 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
2765 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
2766 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
2767 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
2768 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
2769 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 2770 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 2771
ce9ded5d
GM
2772 * startup.el (fancy-splash-text): New variable.
2773 (fancy-splash-delay, fancy-splash-image): New user-options.
2774 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
2775 (fancy-splash-screens): New functions.
2776 (command-line-1): If display has a `display' frame parameter, has
2777 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 2778
b9b1c3a9
DL
27792000-09-19 Dave Love <fx@gnu.org>
2780
2781 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
2782 with null `help'. Use modern backquote syntax.
2783
1af25534
GM
27842000-09-19 Gerd Moellmann <gerd@gnu.org>
2785
afd3c8cd
GM
2786 * font-lock.el (font-lock-mode): Change message telling the user
2787 that ``the buffer is too big''.
2788
1af25534
GM
2789 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
2790 for instance for the case that tab-width is 2.
2791
05b1f851
GM
27922000-09-18 Gerd Moellmann <gerd@gnu.org>
2793
2794 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
2795 toolbar-add-item, if image doesn't have a mask add a `:mask
2796 heuristic'.
2797
8ec8f673
MB
27982000-09-18 Miles Bader <miles@lsi.nec.co.jp>
2799
2b612b1f
MB
2800 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
2801 and return a cons if it's non-nil.
2802 (diff-apply-hunk): Try to jump to the line in the source text
2803 corresponding to the position of point in the in the hunk.
2804
9b4a7800 2805 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
2806 (Info-title-1-face): Use face inheritance and relative sizes
2807 instead of hard-wiring things.
2808
2809 * faces.el (secondary-selection): Make dark-background variant sane.
2810
5eedab4d
AI
28112000-09-16 Andrew Innes <andrewi@gnu.org>
2812
5eedab4d
AI
2813 * makefile.w32-in (compile-files-CMD): No need to make .elc files
2814 read-only, since they aren't under VC now.
2815
6a142f26
DL
28162000-09-17 Dave Love <fx@gnu.org>
2817
e07436e1
DL
2818 * tmm.el: Replace mapcar with mapc in several places.
2819
2820 * loadhist.el (unload-feature): Maybe call elp-restore-list and
2821 ad-unadvise.
2822
7d354dd5
DL
2823 * international/latin1-disp.el: New file.
2824
6a142f26
DL
2825 * calendar/cal-move.el (scroll-calendar-left)
2826 (scroll-calendar-right): Make arg optional (for active mode line).
2827
2828 * calendar/calendar.el (calendar-mode-line-format): Make fields
2829 mouse-sensitive.
2830 (calendar-read-date, calendar-read-date, calendar-window-list):
2831 Unquote lambda.
2832 (calendar-month-name): Use aref, not sref.
2833
2834 * view.el (minor-mode-alist): Propertize the string.
2835
2836 * international/characters.el (standard-case-table): Add entries
2837 for Greek.
2838
50ac70af
MB
28392000-09-18 Miles Bader <miles@gnu.org>
2840
53c9ab4f
MB
2841 * info.el (info-node, info-xref): Add dark-background variants.
2842
a114b1ca
MB
2843 * faces.el (header-line): Change defaults to be less confusing
2844 when mixed with mode-lines.
2845
50ac70af
MB
2846 * info.el (Info-fontify-node): Make a few cleanups.
2847 Add extra `help-echo' and `local-map' props to node xrefs.
2848 Use header-specific faces for node-names & xrefs.
2849 (Info-use-header-line): New variable.
53c9ab4f 2850 (info-header-xref, info-header-node): New faces.
50ac70af
MB
2851 (Info-setup-header-line): New function.
2852 (Info-select-node): Call Info-setup-header-line when enabled.
2853 (Info-extract-pointer): Work even if the header line is hidden.
2854 (Info-header-line): New variable.
2855
729927ff
SM
28562000-09-16 Stefan Monnier <monnier@cs.yale.edu>
2857
2858 * vms-patch.el (print-region-function): Don't quote lambda.
2859
2860 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
2861
2862 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
2863 (lm-get-header-re): Allow spaces between the header and the colon.
2864 (lm-header): Allow $ in non-RCS headers.
2865 (lm-header-multiline): Put the strings back into order.
2866 Stop at an empty line. Don't require two space chars if the
2867 line is clearly not another header line.
2868
2869 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
2870 (popup-menu-popup): Remove.
2871
7a98d821
GM
28722000-09-15 Gerd Moellmann <gerd@gnu.org>
2873
7f8f1edc
GM
2874 * toolbar/toolbar.el (toolbar-add-item): Use the same image
2875 specification if or if not tool-bar item contains an `:enabled'
2876 property.
2877
7a98d821
GM
2878 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
2879 current buffer has no file name.
2880
a7bc704b
DL
28812000-09-15 Dave Love <fx@gnu.org>
2882
2883 * strokes.el: Sync with maintainer's current version with changes
2884 for Emacs, but avoid runtime cl and levents.
2885 (toplevel): Change autoloads and compilation requires.
2886 (strokes-version, strokes-bug-address, strokes-lift): Values
2887 changed.
2888 (strokes-xpm-header, strokes-insinuated): New variable.
2889 (strokes): Add :link.
2890 (strokes-mode): Customized.
2891 (strokes-while-inhibiting-garbage-collector): New macro.
2892 (strokes-remassoc): Avoid remove-if.
2893 (strokes-fix-button2-command): Don't use ad-do-it.
2894 (strokes-insinuate): New function.
2895 (strokes-button-press-event-p, strokes-button-release-event-p):
2896 New functions, used instead of non-`strokes-' versions..
2897 (strokes-mouse-event-p): Rewritten.
2898 (strokes-event-closest-point): Avoid event-point.
2899 (strokes-get-grid-position): Avoid cdadr, caadr
2900 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
2901 functions.
2902 (strokes-help): Use with-output-to-temp-buffer.
2903 (strokes-window-configuration-changed-p): New function.
2904 (strokes-update-window-configuration): Use buffer-live-p,
2905 strokes-window-configuration-changed-p.
2906 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
2907 (strokes-char-face): New face.
2908 (strokes-char-table, strokes-base64-chars): New variable.
2909 (strokes-xpm-for-stroke, strokes-list-strokes)
2910 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
2911 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
2912 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
2913 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
2914 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
2915 functions.
2916
47e351a3
GM
29172000-09-15 Gerd Moellmann <gerd@gnu.org>
2918
ebb8f116
GM
2919 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
2920
47e351a3
GM
2921 * image.el (create-image): Doc fix.
2922
2923 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
2924 instead of `:heuristic-mask t'.
2925
fe83b953
AI
29262000-09-14 Andrew Innes <andrewi@gnu.org>
2927
2928 * makefile.w32-in: Revert to Unix line endings.
2929
52481729
AI
29302000-09-14 Andrew Innes <andrewi@gnu.org>
2931
3021e816
AI
2932 * makefile.w32-in: Add bootstrap support. Also copy lisp source
2933 when installing.
2934
52481729
AI
2935 * makefile.nt (DONTCOMPILE): Fix typo.
2936
2937 * shell.el (shell-write-history-on-exit): New function.
2938 (shell-dumb-shell-regexp): New custom variable.
2939 (shell-mode): Make shell-write-history-on-exit the process
2940 sentinel if shell name matches shell-dumb-shell-regexp.
2941
2942 * w32-fns.el: Comment out before-init-hook function which resets
2943 source-directory based; this breaks bootstrap.
2944
f8034e41
DL
29452000-09-14 Dave Love <fx@gnu.org>
2946
2947 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
2948 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
2949 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
2950 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
2951 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
2952 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
2953 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
2954 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
2955 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
2956
2957 * toolbar/toolbar.el: New.
2958
2959 * subdirs.el: Add toolbar.
2960
b9ce5694
GM
29612000-09-14 Gerd Moellmann <gerd@gnu.org>
2962
2963 * indent.el (indent-for-tab-command): Doc fix.
2964
986b7dee
GM
29652000-09-14 Alex Schroeder <alex@gnu.org>
2966
2967 * ansi-color.el (ansi-colors): Doc change.
2968 (ansi-color-get-face): Simplified regexp.
2969 (ansi-color-faces-vector): Added more faces, doc change.
2970 (ansi-color-names-vector): Doc change.
2971 (ansi-color-regexp): Simplified regexp.
2972 (ansi-color-parameter-regexp): New regexp.
2973 (ansi-color-filter-apply): Doc change.
2974 (ansi-color-filter-region): Doc change.
2975 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
2976 deal with zero length parameters.
2977 (ansi-color-apply-on-region): Doc change.
2978 (ansi-color-map): Doc change.
2979 (ansi-color-map-update): Removed debugging message.
2980 (ansi-color-get-face-1): Added condition-case to trap
2981 args-out-of-range errors.
2982 (ansi-color-get-face): Doc change.
2983 (ansi-color-make-face): Removed.
2984 (ansi-color-for-shell-mode): New option.
9b4a7800 2985
076ff911
KH
29862000-09-13 Kenichi Handa <handa@etl.go.jp>
2987
2988 * international/quail.el (quail-start-translation): Translate KEY
2989 if necessary even if it doesn't have any mapping in the current
2990 input method.
2991 (quail-start-conversion): Likewise.
2992 (quail-help): The output message is improved.
2993
bdf08678
MB
29942000-09-13 Miles Bader <miles@gnu.org>
2995
2996 * comint.el (comint-output-filter): Revert to using
2997 `insert-before-markers'. Add bletcherous hack to undo damage
2998 caused by `insert-before-markers'. Put `front-sticky' property on
2999 overlays created here so that the field code understands how the
3000 overlay works. Use a let when making comint-last-prompt-overlay,
3001 so that the code is easier to read.
3002
ffb8db8d
DL
30032000-09-13 Dave Love <fx@gnu.org>
3004
3005 * wid-edit.el (widget-default-format-handler): DTRT when
3006 doc-property is a function.
3007
5dd05f61
GM
30082000-09-12 Francesco Potorti` <pot@gnu.org>
3009
3010 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
3011 filed name if it's not there.
3012
35177617
DL
30132000-09-12 Dave Love <fx@gnu.org>
3014
9023837e
DL
3015 * simple.el (read-mail-command): Doc fix.
3016 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
3017
35177617
DL
3018 * vc.el (vc-dired-listing-switches): Fix :version.
3019
3020 * vc-hooks.el: Doc fixes.
3021
3022 * subr.el (add-minor-mode): Use toggle-fun arg.
3023
3024 * speedbar.el: Add :version to several defcustoms.
3025
3026 * imenu.el (imenu--truncate-items, imenu--cleanup)
3027 (imenu--generic-function): Avoid mapcar.
3028 (imenu--replace-spaces): Function removed.
3029 (imenu--completion-buffer): Use subst-char-in-string.
3030 (imenu-add-to-menubar): Use keymap inheritance.
3031
1afaae94
MB
30322000-09-12 Miles Bader <miles@gnu.org>
3033
3034 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
3035 (diff-mode-map): Bind `diff-test-hunk'.
3036 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
3037
30382000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
3039
3040 * bytecomp.el (byte-compile-defvar): Undo last change
3041 because it breaks '(make-variable-buffer-local (defvar ...)'
3042 which is used at least in dired.
3043
63c36c3c
KH
30442000-09-12 Kenichi Handa <handa@etl.go.jp>
3045
3046 * international/quail.el (quail-define-package): Docstring
3047 modified.
3048
1ad24be1
KH
30492000-09-12 Kenichi Handa <handa@etl.go.jp>
3050
362a8065
KH
3051 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
3052 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
3053 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
3054 docstring of "chinese-py".
3055
1ad24be1
KH
3056 * international/quail.el (quail-translation-docstring): New
3057 variable.
3058 (quail-show-keyboard-layout): Docstring modified.
3059 (quail-select-current): Likewise.
3060 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
3061 infinite recursive call.
3062 (quail-help): Check quail-translation-docstring. Format of the
3063 output changed.
3064 (quail-help-insert-keymap-description): Adjusted for the above
3065 change.
3066
cc0f95a4
GM
30672000-09-11 Gerd Moellmann <gerd@gnu.org>
3068
3069 * bytecomp.el (byte-compile-defvar): Only cons onto
3070 current-load-list in top-level forms. Else this leaks a cons cell
3071 every time a defun is called.
3072
7530b6da
MB
30732000-09-11 Miles Bader <miles@lsi.nec.co.jp>
3074
3075 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
3076 Now understands non-unified diffs. Some functionality moved into
3077 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
3078 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
3079 modify anything. Only reposition point in the patched file if the
3080 patch succeeds. Only pop up another window if POPUP is true.
3081 Emit a message describing what happened if successful, and at what
3082 line-offset. Automatically detect reversed hunks and do something
3083 appropriate.
3084 (diff-hunk-text, diff-find-text): New functions.
3085 (diff-filter-lines): Function removed.
3086 (diff-test-hunk): New function.
3087 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
3088
6b124390
DL
30892000-09-10 Dave Love <fx@gnu.org>
3090
3091 * textmodes/tildify.el: Minor doc/commentary fixes.
3092 (tildify) <defgroup>: Add :version.
3093
3094 * faces.el (face-x-resources): Make custom type more specific.
3095 (frame-background-mode): Use mapc.
3096 (region) <defcustom>: Add :version.
3097
7f8b6551
SM
30982000-09-08 Stefan Monnier <monnier@cs.yale.edu>
3099
9b4a7800
TTN
3100 * vc-sccs.el (vc-sccs-register):
3101 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
3102 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
3103 * vc.el (vc-register): Clear file's properties.
3104
c454aac1
GM
31052000-09-08 Gerd Moellmann <gerd@gnu.org>
3106
3107 * faces.el (face-spec-set): Only face-spec-reset-face when
3108 ATTRS is non-nil.
3109
bb934822
EZ
31102000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3111
3112 * help.el (help-insert-xref-button): Fix a typo in doc string.
3113
03419440
EZ
31142000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3115
7f8b6551
SM
3116 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3117 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
3118 methods.
3119
03419440
EZ
3120 * menu-bar.el (read-mail-item-name): New function.
3121 (menu-bar-tools-menu): Use it to compute and display the package
3122 used to read email.
3123 (menu-bar-tools-menu): Fix typo in GUD's help string.
3124
dbcee71a
DL
31252000-09-07 Dave Love <fx@gnu.org>
3126
19e713d8
DL
3127 * diff-mode.el (diff-mouse-goto-source): New function.
3128
a7cafade 3129 * vc-sccs.el: Doc fixes.
7f8b6551 3130 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
3131
3132 * vc-rcs.el: Doc fixes.
7f8b6551
SM
3133 (vc-rcs-register-switches, vc-rcs-checkin-switches)
3134 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
3135 (vc-rcs-master-templates): Add or change :version.
3136
7f8b6551 3137 * vc-cvs.el: Doc fixes.
a7cafade
DL
3138 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
3139 (vc-cvs-stay-local): Add :version.
3140
dbcee71a
DL
3141 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
3142
ed254191
KH
31432000-09-07 Kenichi Handa <handa@etl.go.jp>
3144
3145 * international/quail.el (quail-help): Fix previous change.
3146
ab0ee409
GM
31472000-09-07 Gerd Moellmann <gerd@gnu.org>
3148
f46f845b 3149 * faces.el (color-values): Doc fix.
9b4a7800 3150
ab0ee409
GM
3151 * faces.el (frame-set-background-mode): Use frame-parameter
3152 instead of frame-parameters.
3153
3154 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 3155 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 3156 frame-parameters.
9b4a7800 3157
f7246ac7
KH
31582000-09-07 Kenichi Handa <handa@etl.go.jp>
3159
3160 * language/devan-util.el (devanagari-to-indian-region): In the
3161 loop, change the following char, not preceding char.
3162
96889af2
GM
31632000-09-07 Gerd Moellmann <gerd@gnu.org>
3164
1091dd67
GM
3165 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
3166 instead of frame-parameters.
3167
9b4a7800 3168 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
3169 internal-set-lisp-face-attribute with FRAME being 0.
3170
3171 * vc.el: Remove `Id' version control keyword.
96889af2 3172
0fddd0dc
KH
31732000-09-07 Kenichi Handa <handa@etl.go.jp>
3174
3175 * help.el (help-make-xrefs): Adjusted for the change of
3176 help-xref-mule-regexp.
3177 (help-insert-xref-button): New function.
3178
3179 * international/mule-cmds.el (help-xref-mule-regexp-template):
3180 Include the pattern for character set.
3181 (leim): New group.
3182
3183 * international/quail.el: Don't require face.
3184 (quail): New group.
7f8b6551 3185 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
3186 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
3187 (quail-keyboard-layout-substitution): New variable.
3188 (quail-update-keyboard-layout): New function.
3189 (quail-keyboard-layout-type): New customizable variable.
3190 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
3191 (quail-keyboard-translate): Pay attention to
3192 quail-keyboard-layout-substitution.
3193 (quail-insert-kbd-layout): New function.
3194 (quail-show-keyboard-layout): New function.
3195 (quail-get-translation): If the definition is a vector of length
7f8b6551 3196 1, and the element is a string of length 1, return the character
0fddd0dc
KH
3197 in that string.
3198 (quail-update-current-translations): Fix the case of
3199 relative-index out of range.
3200 (quail-build-decode-map, quail-insert-decode-map): New Functions.
3201 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 3202 Show key sequences for all available characters.
0fddd0dc
KH
3203 (quail-help-insert-keymap-description): Don't show such verbose
3204 key bindings as quail-self-insert-command.
3205
3206 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3207 Format changed, and each element now have extra documentations.
3208 (tit-process-header): Delete invalid characters from TIT-PROMPT.
3209 Adjusted for the change of quail-cxterm-package-ext-info.
3210
8ddceaf1
GM
32112000-09-06 Gerd Moellmann <gerd@gnu.org>
3212
3213 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
3214 requiring it leads to a recursive loading of vc.el and vc-hooks.el
3215 during bootstrap.
3216
099bd78a
SM
32172000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3218
3219 * vc.el: (toplevel): Don't require `dired' at run-time.
3220 (vc-dired-resynch-file): Remove autoload cookie.
3221
32222000-09-05 Andre Spiegel <spiegel@gnu.org>
3223
3224 * vc.el: Made several backend functions optional.
3225 (vc-default-responsible-p): New function.
3226 (vc-merge): Use RET for first version to trigger merge-news, not
3227 prefix arg.
3228 (vc-annotate): Handle backends that do not support annotation.
3229 (vc-default-merge-news): Removed. The existence of a merge-news
3230 implementation is now checked on caller sites.
3231
9b4a7800 3232 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
3233 case.
3234
9b4a7800 3235 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
3236 special case that has been removed from the default in vc-hooks.el.
3237
32382000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3239
3240 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
3241
32422000-09-05 Andre Spiegel <spiegel@gnu.org>
3243
3244 * vc-hooks.el: Require vc during compilation.
3245 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
3246 macro `with-vc-properties' in vc.el.
3247 (vc-file-getprop): Doc fix.
3248 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 3249
099bd78a
SM
3250 * vc.el: Require dired-aux during compilation.
3251 (vc-name-assoc-file): Moved to vc-sccs.el.
3252 (with-vc-properties): New macro.
9b4a7800 3253 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
3254 vc-finish-steal): Use it.
3255 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
3256 to the backend-specific function is now supposed to do the checkout,
3257 too.
3258 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
3259
9b4a7800 3260 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
3261 set file properties; that gets done in the generic code now.
3262
3263 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
3264 Changed parameter list, added code from vc.el that does the
3265 checkout, possibly with a double-take.
3266
3267 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
3268 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
3269 the above under the new name.
3270 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
3271 parameter list, added checkout command.
3272 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
3273 properties; that gets done in the generic code now.
3274
32752000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3276
3277 * vc.el: Docstring fixes (courtesy of checkdoc).
3278
32792000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3280
3281 * vc.el (vc-checkout-writable-buffer-hook)
3282 (vc-checkout-writable-buffer): Remove.
3283 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
3284 (vc-log-mode): Make it into a clean derived major mode.
3285 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
3286 vc-log-mode if log-edit is not available.
3287 (vc-dired-mode-map): Don't set-keymap-parent yet.
3288 (vc-dired-mode): Do set-keymap-parent here.
3289 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
3290
08ba3862
GM
32912000-09-05 Gerd Moellmann <gerd@gnu.org>
3292
3293 * faces.el (set-face-attribute, face-spec-reset-face)
3294 (face-spec-set): Avoid consing by removing calls to `apply'.
3295
3296 * frame.el (frame-parameter): Move to C code.
3297
3b4429b4
DL
32982000-09-05 Dave Love <fx@gnu.org>
3299
3300 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
3301 insert-before-markers-and-inherit. Now checked systematically!
3302
877055f6
GM
33032000-09-05 Alex Schroeder <alex@gnu.org>
3304
3305 * sql.el (sql-postgres): Use sql-postgres-options.
3306 (sql-postgres-options): New variable.
3307
33082000-09-05 Alex Schroeder <alex@gnu.org>
3309
3310 * sql.el (sql-mode-menu): Work around missing variable mark-active
3311 in XEmacs.
3312 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
3313 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
3314 compatibility.
3315
7a004b71
GM
33162000-09-04 Gerd Moellmann <gerd@gnu.org>
3317
54baed30 3318 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 3319
7a004b71
GM
3320 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
3321
3322 * Makefile.in (DONTCOMPILE): Fix typo in file name.
3323
33242000-09-04 Andre Spiegel <spiegel@gnu.org>
3325
3326 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
3327 don't support anything else under SCCS yet.
3328
3329 * vc-hooks.el: Minor doc fixes.
3330
33312000-09-04 Andre Spiegel <spiegel@gnu.org>
3332
3333 * vc.el (vc-next-action-on-file): Do not visit the file if it's
3334 not necessary. If verbose in state `needs-patch', do the same as
3335 under `up-to-date'. When NOT verbose and `needs-patch', check out
3336 latest version instead of `merge-news'.
3337 (vc-next-action-dired): Don't mess with default-directory here; it
3338 breaks other parts of dired. It is the job of the
099bd78a 3339 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
3340 (vc-next-action): Remove a special CVS case.
3341 (vc-clear-headers): New optional arg FILE.
3342 (vc-checkin, vc-checkout): Set properties vc-state and
3343 vc-checkout-time properly.
099bd78a 3344 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
3345 (vc-print-log): Use new backend function `show-log-entry'.
3346 (vc-cancel-version): Do the checks in a different order. Added a
3347 FIXME concerning RCS-only code.
3348
3349 * vc-rcs.el (vc-rcs-show-log-entry): New function.
3350 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
3351
3352 * vc-cvs.el (vc-cvs-show-log-entry): New function.
3353
9b4a7800 3354 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
3355 `needs-patch' as a `-' too.
3356
33572000-09-04 Andre Spiegel <spiegel@gnu.org>
3358
3359 * vc.el (vc-responsible-backend): New optional arg REGISTER.
3360 (vc-default-could-register): New function.
3361 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
3362 (vc-resynch-buffer): Call vc-dired-resynch-file.
3363 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
3364 vc-resynch-buffer instead of vc-resynch-window.
3365 (vc-next-action-dired): Don't redisplay here, that gets done as a
3366 result of the individual file operations.
3367 (vc-retrieve-snapshot): Corrected prompt order.
3368
3369 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 3370
7a004b71
GM
3371 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
3372 as well.
3373 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
3374 hostname regexps. Updated all callers.
3375 (vc-cvs-responsible-p): Handle directories as well.
3376 (vc-cvs-could-register): New function.
3377 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
3378 properties up-to-date.
9b4a7800 3379
7a004b71
GM
3380 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
3381 user whether to create one.
3382
33832000-09-04 Andre Spiegel <spiegel@gnu.org>
3384
3385 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
3386 check out a non-existing file.
3387
3388 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
3389 workfile does not exist.
3390
3391 * vc.el (vc-version-diff): Use `require' to check for existence of
3392 diff-mode.
3393
33942000-09-04 Andre Spiegel <spiegel@gnu.org>
3395
3396 * vc-cvs.el (vc-cvs-registered): Use new function
3397 vc-cvs-parse-entry to do the actual work.
3398
33992000-09-04 Andre Spiegel <spiegel@gnu.org>
3400
3401 * vc-hooks.el (vc-find-backend-function): If function doesn't
3402 exist, return nil instead of error.
3403 (vc-call-backend): Doc fix.
3404
3405 * vc.el (vc-do-command): Doc fix.
3406 (vc-finish-logentry): When checking in from vc-dired, choose the
3407 right backend for logentry check.
3408 (vc-dired-mode-map): Inherit from dired-mode-map.
3409 (vc-dired-mode): Local value of dired-move-to-filename-regexp
3410 simplified.
3411 (vc-dired-state-info): Removed, updated caller.
3412 (vc-default-dired-state-info): Use parentheses instead of hyphens.
3413 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
3414 (vc-dired-listing-switches): New variable.
3415 (vc-directory): Use it, instead of dired-listing-switches.
3416
3417 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
3418 (vc-cvs-dir-state): New function.
7f8b6551 3419 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
3420 (vc-cvs-parse-entry): New function, also to be used in
3421 vc-cvs-registered.
9b4a7800 3422
7a004b71
GM
34232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3424
3425 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
3426 *or* single-window-frames.
3427
34282000-09-04 Andre Spiegel <spiegel@gnu.org>
3429
3430 * vc.el (vc-update-changelog): Split into generic part and default
3431 implementation. Doc string adapted.
3432 (vc-default-update-changelog): New function. Call the `rcs2log'
3433 script in exec-directory, to fix a long-standing nuisance.
3434
3435 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
3436 simply signals an error.
9b4a7800 3437
7a004b71
GM
34382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3439
3440 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
3441 control-flow more clear and to avoid running `cvs' twice.
3442
3443 * vc.el (vc-next-action-on-file): Doc fix.
3444 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
3445 (vc-print-log): Eval `file' before constructing the continuation.
3446
34472000-09-04 Andre Spiegel <spiegel@gnu.org>
3448
3449 * vc.el (vc-next-action-on-file): Corrected several messages.
3450 (vc-merge): Add prefix arg `merge-news'; handle it.
3451
3452 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
3453 is not reached. It is.
3454 (vc-cvs-merge): Set state to 'edited after merge.
3455 (vc-cvs-merge-news): Set workfile version to nil if not known.
3456 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
3457
3458 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
3459 via stdout. (Merge from main line.)
9b4a7800 3460
7a004b71
GM
34612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3462
3463 * vc.el (vc-finish-logentry): Thinko in the "same comment"
3464 detection.
3465
34662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3467
3468 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
3469 against kill-all-local-variables.
3470 (vc-log-edit): Don't save vc-parent-buffer any more.
3471 (vc-last-comment-match): Initialize to an empty string.
3472 (vc-post-command-functions): New hook.
3473 (vc-do-command): Run it.
3474 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
3475 (vc-finish-logentry): Only add the comment to the ring if it's
3476 different from the last comment entered.
3477 (vc-new-comment-index): New function.
3478 (vc-previous-comment): Use it. Make the minibuffer message
3479 slightly less terse.
3480 (vc-comment-search-reverse): Make it work forward as well. Don't
3481 set vc-comment-ring-index if no match is found. Use
3482 vc-new-comment-index.
3483 (vc-comment-search-forward): Use vc-comment-search-reverse.
3484 (vc-dired-mode-map): Don't inherit from dired-mode-map since
3485 define-derived-mode will do it for us. Bind `v' to a keymap that
3486 inherits from vc-prefix-map so that we can bind `vt' without
3487 binding C-x v t.
3488 (vc-retrieve-snapshot): Parenthesis typo.
3489
3490 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
3491 to 1. Make sure to switch to *vc* before looking for an error
3492 message. Use vc-parse-buffer.
3493
34942000-09-04 Andre Spiegel <spiegel@gnu.org>
3495
3496 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
3497 and NAME.
3498 (vc-retrieve-snapshot): Split into two parts.
3499 (vc-default-retrieve-snapshot): New function.
3500
3501 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
3502 (vc-cvs-retrieve-snapshot): New function (untested).
3503 (vc-cvs-stay-local): Default to t.
3504 (vc-cvs-remote-p): New function and property.
3505 (vc-cvs-state): Stay local only if the above is t.
3506 (vc-handle-cvs): Removed.
3507 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
3508 done via vc-handled-backends now.
3509 (vc-cvs-header): Escape Id.
3510
35112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3512
3513 * vc.el (vc-do-command): Remove unused commands.
3514 (vc-version-diff): Make sure default-directory ends with a slash.
3515 Move the window commands into a vc-exec-after.
3516 (vc-print-log): Move more of the code into the `vc-exec-after'.
3517
35182000-09-04 Andre Spiegel <spiegel@gnu.org>
3519
3520 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
3521 (vc-print-log): Search current revision from beginning of buffer.
3522 (vc-revert-buffer): Clear echo area after the diff is finished.
3523 (vc-prefix-map): Removed definition of "t" for terse display in vc
3524 dired.
3525 (vc-dired-mode-map): Inherit from dired-mode-map. Added
3526 definition of "vt" for terse display.
3527 (vc-dired-mode): Fix dired-move-to-filename-regexp.
3528
35292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3530
3531 * vc.el (vc-exec-after): Avoid caddr.
3532
35332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3534
3535 * vc.el (vc-exec-after): New function.
3536 (vc-do-command): Use it to add a termination message for async
3537 procs.
3538 (vc-checkout): Try to handle a missing-backend situation.
3539 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
3540 of a directory with a backend using async diffs.
3541 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
3542 present.
3543
3544 * vc-sccs.el (vc-sccs-state-heuristic): Use
3545 file-ownership-preserved-p.
3546
3547 * vc-rcs.el (vc-rcs-state-heuristic): Use
3548 file-ownership-preserved-p.
3549 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
3550
35512000-09-04 Andre Spiegel <spiegel@gnu.org>
3552
3553 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
3554 vc-do-command.
3555
3556 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
3557 when there are no changes.
3558
35592000-09-04 Andre Spiegel <spiegel@gnu.org>
3560
3561 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
3562
3563 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
3564
35652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3566
3567 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
3568
3569 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
3570 the `fset' outside of the defvar so that it works even if
3571 vc-prefix-map was already defined.
3572 (vc-setup-buffer): New function, split out of vc-do-command.
3573 (vc-do-command): Allow BUFFER to be t to mean `just use the
3574 current buffer without any fuss'.
3575 (vc-version-diff): Change the `diff' backend operation to just put
3576 the diff in the current buffer without erasing it. Always use
3577 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
3578 shrink-window-if-larger-than-buffer.
3579 (vc-print-log): Change the `print-log' backend operation to just
3580 put the log in the current buffer without erasing it. Protect
3581 shrink-window-if-larger-than-buffer.
3582 (vc-update-change-log): Fix setd typo.
3583
3584 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
3585 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
3586
3587 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
3588 (vc-rcs-diff): Insert in the current buffer and remove unused arg
3589 CMP.
3590
3591 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
3592 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
3593 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
3594
35952000-09-04 Andre Spiegel <spiegel@gnu.org>
3596
3597 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
3598 not possible, use vc-BACKEND-workfile-unchanged-p.
3599 (vc-default-workfile-unchanged-p): New function. Delegates to a
3600 full vc-BACKEND-diff.
3601
3602 * vc-hooks.el (vc-simple-command): Removed.
3603
3604 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
3605 instead of vc-simple-command.
3606 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
3607 avoid doing a diff when opening a file.
3608 (vc-rcs-state): Added check for unlocked-changes.
3609 (vc-rcs-header): Escape Id.
3610 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
3611 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
3612 version.
3613
3614 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
3615 (vc-sccs-diff): Remove optional arg CMP.
3616 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
3617 SCCS-specific function.
3618
3619 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
3620 vc-simple-command.
3621
36222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3623
3624 * vc.el (vc-editable-p): Renamed from vc-writable-p.
3625 (with-vc-file, vc-merge): Use vc-editable-p.
3626 (vc-do-command): Remove unused var vc-file and fix the
3627 doubly-defined `status' var. Add a user message when starting an
3628 async command.
3629 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
3630 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
3631 Use with-current-buffer.
3632 (vc-buffer-sync): Use unless.
3633 (vc-next-action-on-file): If the file is 'edited by read-only,
3634 make it read-write instead of trying to commit.
3635 (vc-version-diff, vc-update-change-log): Use `setq
3636 default-directory' rather than `cd'.
3637 (vc-log-edit): Don't forget to set default-directory in the
3638 buffer.
3639
3640 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
3641 (vc-sccs-state-heuristic): Use file-writable-p instead of
3642 comparing userids.
3643 (vc-sccs-checkout): Use `unless'.
3644
3645 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
3646 of comparing userids.
3647 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
3648 Simplify the logic by eliminating unreachable code.
3649 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
3650 just do a recursive call if we need to retry.
3651 (vc-rcs-checkout): Handle the case where rcs is missing by making
3652 the buffer read-write if requested and re-signalling the error.
3653
3654 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
3655
36562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3657
3658 * vc-hooks.el (vc-handled-backends): Docstring change.
3659 (vc-ignore-vc-files): Mark obsolete.
3660 (vc-registered): Check vc-ignore-vc-files.
3661 (vc-find-file-hook, vc-file-not-found-hook): Don't check
3662 vc-ignore-vc-files.
3663
3664 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
3665
36662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3667
3668 * vc.el (vc-checkout): Don't do anything special for ange-ftp
3669 files since ange-ftp already has vc-registered return nil.
3670
3671 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
3672 (vc-sccs-workfile-version): Use with-temp-buffer and new
3673 vc-parse-buffer and don't bother setting the property.
3674 (vc-sccs-add-triple): Use with-current-buffer and
3675 find-file-noselect.
3676 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
3677
3678 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
3679 derives from the old vc-parse-buffer but uses the revision number
3680 rather than the date (much easier to compare robustly).
3681 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
3682 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
3683 locking-user more directly. Check strict locking and set
3684 checkout-model appropriately.
3685 (vc-rcs-parse-locks): Remove.
3686 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
3687 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
3688 (vc-rcs-system-release): Use with-current-buffer and
3689 vc-parse-buffer.
3690 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
3691
3692 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
3693 (vc-simple-command): Docstring fix.
3694 (vc-registered): Align the way the file-handler is called with the
3695 way the function itself works.
3696 (vc-file-owner): Remove.
3697
3698 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
3699 extraction of fields and call to file-attributes because of a
3700 temporary bug in rcp.el.
3701 (vc-cvs-fetch-status): Use with-current-buffer.
3702
37032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3704
3705 * vc.el (vc-do-command): Use file-relative-name.
3706 (vc-responsible-backend): Use vc-backend if possible.
3707 (vc-create-snapshot): Improve the `interactive' spec. Add support
3708 for branches and dispatch to backend-specific `create-snapshot'.
3709 (vc-default-create-snapshot): New function, containing the bulk of
3710 the old vc-create-snapshot.
3711 (vc-retrieve-snapshot): Improve the interactive spec.
3712
3713 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
3714 (vc-backend-hook-functions): Remove.
3715 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
3716 (vc-backend): Reintroduce the test for `file = nil' now that I
3717 know why it was there (and added a comment to better remember).
3718
3719 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
3720 code from vc-sccs-hooks.el.
3721 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
3722 'vc anymore.
3723 (vc-sccs-responsible-p): Use expand-file-name instead of concat
3724 and file-directory-p instead of file-exists-p.
3725 (vc-sccs-check-headers): Simplify the regexp.
3726
3727 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
3728 from vc-rcs-hooks.el. Don't require 'vc anymore.
3729 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
3730 file-directory-p instead of file-exists-p.
3731
3732 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
3733 from vc-cvs-hooks.el.
3734 (proto vc-cvs-registered): Require 'vc-cvs instead of
3735 'vc-cvs-hooks. Don't require 'vc anymore.
3736 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
3737 file-directory-p instead of file-exists-p.
3738 (vc-cvs-create-snapshot): New function, replacing
3739 vc-cvs-assign-name.
3740 (vc-cvs-assign-name): Remove.
3741
37422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3743
3744 * vc-cvs.el (vc-cvs-header): New var.
3745
3746 * vc-rcs.el (vc-rcs-exists): Remove.
3747 (vc-rcs-header): New var.
3748
3749 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
3750 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
3751 (vc-sccs-header): New var.
3752
3753 * vc.el (vc-do-command): Get rid of the `last' argument.
3754 (vc-header-alist): Remove, replaced by vc-X-header.
3755 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
3756 (vc-dired-hook): Use expand-file-name instead of concat.
3757 (vc-directory): Use file-name-as-directory.
3758 (vc-snapshot-precondition, vc-create-snapshot)
3759 (vc-retrieve-snapshot): Allow the command to operate on any
3760 directory.
3761
3762 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
3763 just removing the 'WORKFILE argument or by removing the 'MASTER
3764 argument and replacing `file' with (vc-name file).
3765
37662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3767
3768 * vc.el: Update Copyright and add a crude list of backend funs.
3769 (vc-writable-p): New function.
3770 (with-vc-file): Use vc-writable-p.
7f8b6551 3771 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
3772 (vc-register): Avoid vc-name.
3773 (vc-locking-user): Remove.
3774 (vc-steal-lock): Make the `owner' arg non-optional.
3775 (vc-merge): Use vc-writable-p instead of vc-locking-user and
3776 vc-checkout-model.
3777 (vc-default-dired-state-info): Use vc-state instead of
3778 vc-locking-user and return special strings for special states.
3779 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
3780 and get rid of one of the special CVS cases.
3781 (vc-cancel-version): prettify error message with \\[...].
3782 (vc-rename-master): New function.
3783 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
3784 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
3785 the CVS special case generic.
3786 (vc-default-record-rename): Remove.
3787 (vc-file-tree-walk-internal): Only call FUNC for files that are
3788 under control of some VC backend and replace `concat' with
3789 expand-file-name.
3790 (vc-file-tree-walk): Update docstring.
3791 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
3792 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
3793
3794 * vc-sccs.el (vc-sccs-rename-file): Renamed from
3795 vc-sccs-record-rename. Use `find-file-noselect' rather than
3796 `find-file' and call `vc-rename-master' to do the actual move.
3797 (vc-sccs-diff): Remove unused `backend' variable.
3798
3799 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
3800 to delay loading of vc-sccs until it is really used.
3801 (vc-sccs-master-templates): Preload.
3802 (vc-sccs-state): Update call to vc-sccs-parse-locks.
3803 (vc-sccs-project-dir): Remove (merged into
3804 vc-sccs-search-project-dir).
3805 (vc-sccs-search-project-dir): Rewrite using file name handling ops
3806 rather than `concat', make sure it is preloaded and don't bother
3807 to check that the file actually exists.
3808 (vc-sccs-parse-locks): Remove unused `file' argument, remove
3809 `locks' argument (use buffer's content instead) and eliminate n^2
3810 behavior.
3811
3812 * vc-rcs.el: Update Copyright.
3813 (vc-rcs-rename-file): New function.
3814 (vc-rcs-diff): Remove unused `backend' variable.
3815
3816 * vc-hooks.el: Update Copyright.
3817 (vc-backend): Don't accept a nil argument any more.
3818 (vc-up-to-date-p): Turn into a defsubst.
3819 (vc-possible-master): New function.
3820 (vc-check-master-templates): Use `vc-possible-master' and allow
3821 funs in vc-X-master-templates to return a non-existent file.
3822
3823 * vc-cvs.el: Update Copyright.
3824 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 3825 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
3826
3827 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
3828
38292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3830
3831 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
3832 since it can be called from vc-rcs.el.
3833 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
3834
38352000-09-04 Andre Spiegel <spiegel@gnu.org>
3836
3837 * vc.el (vc-version-diff): Expand file name read from the
3838 minibuffer. Handle the case when a previous version number can't
3839 be guessed. Give suitable messages when there were no differences
3840 found.
3841 (vc-clear-headers): Call backend-specific implementation, if one
3842 exists.
3843 (vc-cancel-version): Made error checks generic. When done, clear
3844 headers generically, too.
3845
3846 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
3847 from vc-clear-headers in vc.el.
3848
3849 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
3850 correctly.
3851 (vc-rcs-latest-on-branch-p): Made second argument VERSION
3852 optional. Handle the case when it's not there.
3853
38542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3855
3856 * vc.el (vc-locking-user): Moved from vc-hooks.el.
3857
38582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3859
3860 * vc-hooks.el (vc-loadup): Remove.
3861 (vc-find-backend-function): Use `require'. Also, handle the case
3862 where vc-BACKEND-hooks.el doesn't exist.
3863 (vc-call-backend): Cleanup.
3864
38652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3866
3867 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
3868 vc-rcs-grab-templates)
3869 (vc-rcs-registered): Remove. The default function works as well.
3870 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
3871 vc-sccs-grab-templates)
3872 (vc-sccs-registered): Remove. The default function works as well.
3873
3874 * vc.el (vc-version-diff): Left out a vc- in call to
3875 vc-call-backend.
3876 (vc-default-dired-state-info, vc-default-record-rename)
3877 (vc-default-merge-news): Update for the new backend argument.
3878
3879 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
3880 using the default function.
3881 (vc-call-backend): If calling the default function, pass it the
3882 backend as first argument. Update the docstring accordingly.
3883 (vc-default-state-heuristic, vc-default-mode-line-string): Update
3884 for the new backend argument.
3885 (vc-make-backend-sym): Renamed from vc-make-backend-function.
3886 (vc-find-backend-function): Use the new name.
3887 (vc-default-registered): New function.
3888
38892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3890
3891 * vc.el (vc-merge): Use vc-find-backend-function.
3892
3893 * vc-hooks.el (vc-backend-functions): Remove.
3894 (vc-loadup): Don't setup 'vc-functions.
3895 (vc-find-backend-function): New function.
3896 (vc-call-backend): Use above fun and populate 'vc-functions
3897 lazily.
3898 (vc-backend-defines): Remove.
3899
39002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3901
3902 * vc.el (vc-register): Put a FIXME note for a newly found bug.
3903 Call vc-call-backend without the leading vc-.
3904 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
3905 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 3906 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
3907 (vc-annotate-display): Replace confusing use of `cond' with `or'.
3908 Call vc-call-backend without the leading vc-.
3909
3910 * vc-cvs.el (tail): Provide vc-cvs.
3911 * vc-sccs.el (tail): Provide vc-sccs.
3912 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
3913
3914 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
3915 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 3916 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
3917 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
3918 (vc-call-backend): Always try to load vc-X-hooks.
3919 (vc-registered): Remove vc- in call to vc-call-backend.
3920
39212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3922
3923 * vc.el (vc-process-filter): New function.
3924 (vc-do-command): Setup `vc-process-filter' for the async process.
3925 (vc-maybe-resolve-conflicts): New function to reduce
3926 code-duplication. Additionally, it puts the buffer in
3927 `smerge-mode' if applicable.
3928 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
3929 calling `merge-news'.
7f8b6551 3930 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
3931 (vc-log-edit): New function. Replacement for `vc-log-mode' by
3932 interfacing to log-edit.el.
3933 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
3934 log-edit is available.
3935 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
3936
39372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3938
3939 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
3940 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
3941 defvar and the initialization.
3942 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
3943
3944 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
3945 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
3946
7f8b6551 3947 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
3948
39492000-09-04 Andre Spiegel <spiegel@gnu.org>
3950
3951 * vc.el (vc-file-clear-masterprops): Removed.
3952 (vc-checkin, vc-revert-buffer): Removed calls to the above.
3953 (vc-version-diff): Use buffer-size without argument.
3954 (vc-register): Heed vc-initial-comment.
3955
3956 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
3957 default branch.
3958
3959 * vc-rcs.el (vc-rcs-register): Parse command output to find master
3960 file name and workfile version.
3961 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
3962
3963 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
3964 vc-file-clear-masterprops.
3965
3966 * vc-sccs.el (vc-sccs-checkout): Removed call to
3967 vc-file-clear-masterprops. If writable, set vc-state to 'edited
3968 rather than user login name.
3969
3970
39712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3972
3973 * vc.el (vc-workfile-unchanged-p): Remove unused argument
3974 `want-differences-if-changed' and simplify.
3975 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
3976 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
3977 output (which is invalid for async vc-diff) to decide whether to
3978 do the revert silently or not.
3979
39802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3981
3982 * vc-hooks.el (vc-loadup): Load files quietly.
3983 (vc-call-backend): Oops, brain fart.
3984
39852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3986
3987 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 3988 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
3989
39902000-09-04 Andre Spiegel <spiegel@gnu.org>
3991
3992 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
3993 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
3994 vc-state or vc-up-to-date-p.
3995 (vc-merge): Use vc-backend-defines to check whether merging is
3996 possible. Set state to 'edited after successful merge.
3997
3998 * vc-hooks.el (vc-locking-user): If locked by the calling user,
3999 return that name. Redocumented.
4000
40012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4002
4003 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
4004 new `vc-state' semantics.
4005 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
4006 'vc-locking-user to the current user.
4007 (vc-merge): Inline vc-backend-merge. Comment out code that I
4008 don't understand and hence can't adapt to the new `vc-state' and
4009 `vc-locking-user' semantics.
4010 (vc-backend-merge): Remove.
4011
4012 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
4013 rather than 'vc-locking-user.
4014
4015 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
4016
4017 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
4018 (vc-state): Don't use 'reserved any more. Just use the same
4019 convention as the one used for vc-<backend>-state where the
4020 locking user (as a string) is returned.
4021 (vc-locking-user): Update, based on the above convention. The
4022 'vc-locking-user property has disappeared.
7f8b6551 4023 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
4024
4025 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
4026 with a heuristic one.
4027 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
4028 (vc-cvs-checkin): Do a trivial parse to set the state in case of
4029 error. That allows us to get to 'needs-merge even in the
4030 stay-local case. There's still no way to detect 'needs-patch in
4031 such a setup (or to force an update for that matter).
4032 (vc-cvs-logentry-check): Remove, the default works as well.
4033
40342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4035
7f8b6551 4036 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
4037
4038 * vc.el (vc-do-command): kill-all-local-variables, to reset any
4039 major-mode in which the buffer might have been put earlier. Use
4040 `remove' and `when'. Allow `okstatus' to be `async' and use
4041 `start-process' in this case.
4042 (vc-version-diff): Handle the case where the diff looks empty
4043 because of the use of an async process.
4044
40452000-09-04 Andre Spiegel <spiegel@gnu.org>
4046
4047 * vc.el (vc-next-action-on-file): Removed optional parameter
4048 `simple'. Recompute state unconditionally.
4049 (vc-default-toggle-read-only): Removed.
4050
4051 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
4052 (vc-toggle-read-only): Undid prev change.
4053
4054 * vc-cvs.el (vc-cvs-stay-local): Renamed from
4055 vc-cvs-simple-toggle. Redocumented.
4056 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
4057 (vc-cvs-toggle-read-only): Removed.
4058
40592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4060
7f8b6551 4061 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
4062 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
4063 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
4064 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
4065 still is. So maybe it should be removed.
4066 (vc-head-version, vc-find-binary): Remove.
4067 (vc-recompute-state): Move from vc-hooks.el.
4068 (vc-next-action-on-file): Add a `simple' argument to allow
4069 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
4070 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
4071 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
4072 (vc-dired-mode-map): Properly defvar it.
4073 (vc-print-log): Call log-view-mode if available.
4074 (small-temporary-file-directory): defvar instead of use boundp.
4075 (vc-merge-news): Moved to vc-cvs.el.
4076 (vc-default-merge-news): New function.
4077
4078 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
4079 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
4080 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
4081 unknown `vc-latest-version' function. It should probably refer to
4082 vc-workfile-version or somesuch, but it's very unclear to me and I
4083 don't have SCCS to test things.
4084
4085 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
4086 (vc-sccs-state-heuristic): Fix typo.
4087 (vc-sccs-workfile-unchanged-p): Add missing argument.
4088
4089 * vc-rcs.el: Require vc and vc-rcs-hooks.
4090 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
4091 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
4092 (vc-release-greater-or-equal-p): Move from vc.
4093 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
4094 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
4095 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 4096 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
4097
4098 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
4099 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
4100 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
4101 than the apparently unbound `workfile-version'.
4102
4103 * vc-hooks.el (vc-master-templates): Def the obsolete var.
4104 (vc-file-prop-obarray): Use `make-vector'.
4105 (vc-backend-functions): Add new hookable functions
4106 vc-toggle-read-only, vc-record-rename and vc-merge-news.
4107 (vc-loadup): If neither backend nor default functions exist, use
4108 the backend function rather than nil.
4109 (vc-call-backend): If the function if not bound yet, try to load
4110 the non-hook file to see if it provides it.
4111 (vc-call): New macro plus use it wherever possible.
4112 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
4113 nor `vc-find-binary' since it's only called from
7f8b6551 4114 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
4115 (vc-checkout-model): Fix parenthesis.
4116 (vc-recompute-state, vc-prefix-map): Move to vc.el.
4117
7f8b6551 4118 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
4119 (vc-cvs-release, vc-cvs-system-release): Remove.
4120 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
4121 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
4122 status symbols.
4123 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
4124 (vc-cvs-toggle-read-only): First cut at a function to allow a
4125 cvs-status-free vc-toggle-read-only.
4126 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
4127 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
4128 vc-cvs-status. Also set vc-state rather than vc-locking-user.
4129 (vc-cvs-checkout): Modify access rights directly if the user
4130 requested not to use `cvs edit'. And refresh the mode line.
4131
4132 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
4133 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
4134
41352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4136
4137 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
4138 workfile' that got lost when the code was extracted from vc.el.
4139 And merged the tail with the rest of the code (not possible in the
4140 old vc.el where the tail was shared among all backends). And
4141 explicitly set the state to 'edited if `writable' is set.
4142
4143 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
4144 (vc-cvs-state): Be careful to return the value from
4145 vc-cvs-parse-state.
4146 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
4147 property but return it instead. Also be careful to handle a nil
4148 or "" `rev' when workfile is non-nil (it was handled properly when
4149 workfile was nil).
4150
4151 * vc.el: Removed those pesky unnecessary `(function' quotes.
4152 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
4153 directly in the defvar.
4154 (vc-do-command): Bind inhibit-read-only so as to properly handle
4155 the case where the destination buffer has been made read-only.
4156 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 4157 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
4158 (vc-annotate-mode-variables): Removed (code moved partly to
4159 defvars and partly to vc-annotate-add-menu).
4160 (vc-annotate-mode): Turned into a derived-mode.
4161 (vc-annotate-add-menu): Moved in code in
4162 vc-annotate-mode-variables.
4163 (vc-update-change-log): Use make-temp-file if available.
4164
41652000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
4166
4167 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
4168 `vc-checkout-model' updated to `vc-cvs-update-model'.
4169
41702000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4171
4172 * vc.el (vc-next-action-on-file): Added handling of state
4173 `unlocked-changes'.
4174 (vc-checkout-carefully): Is now practically obsolete, unless the
4175 above is too slow to be enabled unconditionally.
4176 (vc-update-change-log): Fixed typo.
4177
4178 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
4179
7f8b6551
SM
4180 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
4181 Now handles state `unlocked-changes'.
4182 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
4183
4184 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
4185
4186 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
4187 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
4188 `unlocked-changes'.
4189 (vc-rcs-workfile-unchanged-p): Renamed from
4190 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
4191 function yet, but supposed to become one soon.
4192
4193 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
4194 `vc-steal-lock'.
4195 (vc-call-backend): Changed error message.
4196 (vc-state): Added description of state `unlocked-changes'.
4197
41982000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4199
4200 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
4201 always return t in CVS-controlled directories.
4202
4203 * vc.el (vc-responsible-backend): New function.
4204 (vc-register): Largely rewritten.
4205 (vc-admin): Removed (implementation moved into vc-register).
4206 (vc-checkin): Redocumented.
4207 (vc-finish-logentry): If no backend defined yet (because we are in
4208 the process of registering), use the responsible backend.
4209
4210 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4211 Updated function lists.
4212 (vc-call-backend): Fixed typo.
4213
7f8b6551
SM
4214 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
4215 New functions.
4216 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
4217 Removed query option. Redocumented.
7a004b71
GM
4218
42192000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4220
4221 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
4222
4223 * vc.el: Updated callers of `vc-checkout-required' to use
4224 `vc-checkout-model'.
4225
42262000-09-04 Martin Lorentzson <martinl@gnu.org>
4227
4228 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
4229 stuff updated to reference this function instead of the old
4230 `vc-backend-release-p'.
4231
42322000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4233
4234 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
4235 vc-checkout-model. Return appropriate values. Updated callers.
4236
42372000-09-04 Martin Lorentzson <martinl@gnu.org>
4238
7f8b6551 4239 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
4240 (vc-backend-revert): Function moved into `vc-revert';
4241 `vc-next-action' must be updated to accomodate this change.
4242 (vc-backend-steal): Function moved into `vc-finish-steal'.
4243 (vc-backend-logentry-check): Function moved into
4244 `vc-finish-logentry'.
4245 (vc-backend-printlog): Function moved into `vc-print-log'.
4246 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
4247 (vc-backend-assign-name): Function moved into
4248 `vc-create-snapshot'.
4249
42502000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4251
4252 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
4253 Rename to vc-checkout-model. Return appropriate values.
4254 Update callers.
7a004b71 4255
7f8b6551 4256 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 4257 to vc-checkout-model.
7f8b6551
SM
4258 (vc-checkout-required): Rename to vc-checkout-model.
4259 Re-implement and re-comment.
7a004b71
GM
4260 (vc-after-save): Use vc-checkout-model.
4261
42622000-09-04 Martin Lorentzson <martinl@gnu.org>
4263
7f8b6551
SM
4264 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
4265 Update to use the vc-BACKEND-diff functions instead.
4266 `vc-diff' is now working.
7a004b71 4267
7f8b6551 4268 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 4269
7f8b6551 4270 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
4271
4272 * vc-sccs.el (vc-sccs-diff): Function changed name from
4273 `vc-backend-diff'. This makes `vc-diff' work.
4274
7f8b6551 4275 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 4276 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 4277 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
4278 signaled during `vc-after-save'.
4279
7f8b6551
SM
4280 * vc.el: Fix typo.
4281 This checkin is made with our new VC code base for the very first time.
4282 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
4283
4284 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
4285 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
4286
4287 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
4288 updated to `vc-uses-locking'.
7f8b6551 4289 (vc-checkout-required): Call to backend function.
7a004b71
GM
4290 `vc-checkout-required' updated to `vc-uses-locking' instead.
4291
4292 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
4293 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
4294
7f8b6551 4295 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 4296 to match the split into various backends.
7f8b6551 4297 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
4298 (vc-retrieve-snapshot): Bug fix.
4299
43002000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4301
4302 * vc-sccs.el (vc-sccs-release): Doc fix.
4303
43042000-09-04 Martin Lorentzson <martinl@gnu.org>
4305
4306 * vc.el (vc-next-action-on-file): Bug found and fixed.
4307 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
4308 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
4309
4310 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
4311 (vc-rcs-checkout): Name space cleaned up. No more revision number
4312 crunching function names that are not prefixed with vc-rcs.
4313 (vc-rcs-checkout-model): Function added. References to
4314 `vc-checkout-model' replaced.
4315
43162000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4317
4318 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
4319 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
4320 still need to be split, and implemented for RCS).
4321
43222000-09-04 Martin Lorentzson <martinl@gnu.org>
4323
4324 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
4325
4326 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
4327 required by the vc.el file.
4328
4329 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
4330 required by the vc.el file.
4331 (vc-rcs-exists): Function added.
4332
4333 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
4334 required by the vc.el file.
4335
4336 * vc.el (vc-admin): Updated to handle selection of appropriate
4337 backend. Current implementation is crufty and need re-thinking.
4338
4339 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
4340
43412000-09-04 Martin Lorentzson <martinl@gnu.org>
4342
4343 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
4344 beginning of annotate buffers correctly.
4345
4346 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
4347 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
4348 functionality updated quite a lot to support multiple backends.
4349 Variables `vc-annotate-mode', `vc-annotate-buffers',
4350 `vc-annotate-backend' added.
4351
4352 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
4353 `vc-annotate-difference' added to supported backend functions.
4354
43552000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4356
4357 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
4358 Use with-temp-file instead of /bin/sh. Merged from mainline
4359
43602000-09-04 Martin Lorentzson <martinl@gnu.org>
4361
4362 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
4363
4364 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
4365
4366 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
4367
43682000-09-04 Martin Lorentzson <martinl@gnu.org>
4369
4370 * vc-hooks.el: vc-state-heuristic added to
4371 vc-backend-hook-functions.
4372
4373 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
4374
4375 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
4376
7f8b6551
SM
4377 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
4378 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
4379 state to `reserved'.
4380
4381 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
4382 `vc-checkout-required'. Rename the `locked' state to `reserved'.
4383
43842000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4385
7f8b6551 4386 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
4387 untouched.
4388
7f8b6551 4389 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 4390
7f8b6551 4391 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
4392 if defined. (Merged from main line, slightly adapted.)
4393
4394 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
4395 millenium problem (merged from mainline).
4396
43972000-09-04 Martin Lorentzson <martinl@gnu.org>
4398
4399 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
4400 part and moved the non-BACKEND stuff to vc.el.
4401
4402 * vc.el: Split the annotate feature into a BACKEND specific part
4403 and moved it from the vc-cvs.el file to this one.
4404
44052000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4406
7f8b6551
SM
4407 * vc-hooks.el: Implement new state model.
4408 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
4409 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 4410 locked by somebody else.
7f8b6551 4411 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
4412 vc-sccs-hooks.el and vc-rcs-hooks.el now.
4413 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 4414 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 4415
7f8b6551
SM
4416 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
4417 Various simplifications and adaptations all over the place.
7a004b71 4418
7f8b6551
SM
4419 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
4420 Simplify and adapt the rest.
7a004b71 4421
7f8b6551 4422 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 4423 interaction with view mode according to recent RCS change.
7f8b6551 4424 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
4425
44262000-09-04 Martin Lorentzson <martinl@gnu.org>
4427
7f8b6551 4428 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
4429
44302000-09-04 Martin Lorentzson <martinl@gnu.org>
4431
4432 * vc.el (vc-backend-release, vc-release-greater-or-equal)
4433 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
4434 (vc-minor-part, vc-previous-version): Functions that operate and
4435 compare revision numbers got proper documentation. Comments added
4436 about their possible removal.
4437
44382000-09-04 Martin Lorentzson <martinl@gnu.org>
4439
4440 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
4441 the vc-backend.el files.
4442
4443 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
4444
4445 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
4446 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
4447 (vc-rcs-previous-version): Functions added.
4448
4449 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
4450
4451 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
4452
44532000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4454
4455 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 4456 Comment out the definition for now. What is the right procedure
7a004b71
GM
4457 to get rid of it?
4458 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
4459 rewritten.
7f8b6551 4460 (vc-default-registered): Remove.
7a004b71
GM
4461 (vc-check-master-templates): New function; does mostly what the
4462 above did before.
4463 (vc-locking-user): Don't rely on the backend to set the property.
4464
4465 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 4466 Rewrite documentation.
7a004b71
GM
4467 (vc-rcs-templates-grabbed): New variable.
4468 (vc-rcs-grab-templates): New function.
7f8b6551 4469 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
4470
4471 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 4472 Rewrite documentation.
7a004b71
GM
4473 (vc-sccs-templates-grabbed): New variable.
4474 (vc-sccs-grab-templates): New function.
7f8b6551
SM
4475 (vc-sccs-registered): Rewrite to use above mechanism.
4476 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
4477 Don't throw the result, simply return it.
7a004b71 4478
7f8b6551
SM
4479 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
4480 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
4481 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 4482
7f8b6551 4483 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
4484 from main line.
4485
44862000-09-04 Martin Lorentzson <martinl@gnu.org>
4487
7f8b6551 4488 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 4489
7f8b6551 4490 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 4491
7f8b6551
SM
4492 * vc-rcs.el (vc-rcs-diff): New function.
4493 (vc-rcs-checkout): Bug (typo) found and fixed.
4494 (vc-rcs-register-switches): New variable.
7a004b71
GM
4495
4496 * vc.el (vc-backend-diff): Function removed and placed in the
4497 backend files.
4498
44992000-09-04 Martin Lorentzson <martinl@gnu.org>
4500
4501 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
4502
4503 * vc.el (vc-backend-checkout): Function removed and replaced in
4504 the vc-backend.el files.
4505
4506 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
4507
4508 * vc.el (vc-backend-admin): Removed and replaced in the
4509 vc-backend.el files.
4510
4511 * vc.el (Martin): Removed all the annotate functionality since it
4512 is CVS backend specific.
4513
45142000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4515
4516 * spec.txt: Added specification of vc-state.
4517
4518 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 4519 Remove handling of vc-latest-version and
7a004b71
GM
4520 vc-your-latest-version. What used to be vc-latest-version, is now
4521 returned as vc-workfile-version.
7f8b6551 4522 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
4523
45242000-09-04 Dave Love <fx@gnu.org>
4525
4526 * vc.el: [Merged from mainline.]
4527 (vc-dired-mode): Make the dired-move-to-filename-regexp
4528 regexp match the date, to avoid treating date as file size.
4529 Add YYYY S option to WESTERN/
4530
45312000-09-04 Dave Love <fx@gnu.org>
4532
4533 * vc.el: Require `compile' when compiling.
4534 (vc-logentry-check-hook): New option.
4535 (vc-steal-lock): Use compose-mail.
4536 (vc-dired-mode-map): Defvar when compiling.
4537 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
4538 vc-sccs.el and renamed. Callers changed.
4539 (vc-backend-checkout, vc-backend-logentry-check)
4540 (vc-backend-merge-news): Doc fix.
4541 (vc-default-logentry-check): New function.
4542 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
4543 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
4544 (vc-backend-merge): Doc fix. Use backend functions.
4545 (vc-check-headers): Use backend functions.
4546
4547 * vc-cvs.el: Require vc when compiling.
4548 (vc-cvs-register-switches): Doc fix.
4549 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
4550 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
4551 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
4552 New functions (code from vc.el).
4553 (vc-annotate-display-default): Fix interactive spec.
4554 (vc-annotate-time-span): Doc fix.
4555
4556 * vc-rcs.el: Require vc when compiling.
4557 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
4558 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
4559 (vc-rcs-checkin): New functions (code from vc.el).
4560 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
4561 Doc fix.
4562 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
4563
4564 * vc-sccs.el: Require vc when compiling.
4565 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
4566 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
4567 (vc-sccs-revert)
4568 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
4569 from vc.el).
4570 (vc-sccs-add-triple, vc-sccs-record-rename)
4571 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
4572 (vc-sccs-admin): Doc fix.
4573
45742000-09-04 Martin Lorentzson <martinl@gnu.org>
4575
4576 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
4577 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
4578 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
4579 from vc.el.
4580
4581 * vc-sccs.el (vc-admin-sccs): Added from vc.el
4582
4583 * vc-cvs.el: Moved the annotate functionality from vc.el.
4584 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
4585
45862000-09-04 Dave Love <fx@gnu.org>
4587
4588 * vc.el (vc-backend-release): Call vc-system-release.
4589
4590 * vc-sccs.el (vc-sccs-system-release):
4591 Renamed from vc-sccs-backend-release.
4592
4593 * vc-rcs.el (vc-rcs-system-release):
4594 Renamed from vc-rcs-backend-release.
4595
4596 * vc-cvs.el (vc-cvs-system-release):
4597 Renamed from vc-cvs-backend-release.
4598
45992000-09-04 Dave Love <fx@gnu.org>
4600
4601 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
4602 backend files.
4603 (vc-backend-release): Dispatch to backend functions.
4604 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
4605 probably needs attention.]
4606
4607 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
4608 (vc-sccs-backend-release): New function.
4609
4610 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
4611 (vc-cvs-backend-release): New function.
4612
4613 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
4614 Doc fix.
4615 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
4616 (vc-default-dired-state-info): New function.
4617 (vc-dired-state-info): Dispatch to backends.
4618 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
4619
4620 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
4621 from vc.el and renamed.
4622
46232000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4624
4625 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
4626 (vc-version-other-window, vc-backend-assign-name): Removed
4627 references to vc-latest-version; sometimes changed into
4628 vc-workfile-version.
4629
4630 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
4631 vc-rcs-master-workfile-version.
4632 (vc-rcs-workfile-version): Use the above. Don't call
4633 vc-latest-version (that was unreachable code, anyway).
4634 (vc-rcs-fetch-master-properties): Doc fix.
4635
4636 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
4637 (vc-backend-hook-functions): Removed them from this list, too.
4638 (vc-fetch-properties): Removed.
4639 (vc-workfile-version): Doc fix.
4640
4641 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
4642 (vc-rcs-workfile-version, vc-rcs-locking-user)
4643 (vc-rcs-uses-locking): Use it.
4644
4645 * vc-hooks.el (vc-consult-rcs-headers):
4646 Moved into vc-rcs-hooks.el, under the name
4647 vc-rcs-consult-headers.
4648
4649 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
4650 headers.
4651 (vc-cvs-find-master): Use this name only; correct different
4652 versions of the name.
4653
4654 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
4655 New functions.
4656 (vc-sccs-locking-user): Use the latter.
4657
4658 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
4659 New functions.
4660
4661 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
4662 Moved into both
4663 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
4664 functions are implementation details of those two backends.
4665
46662000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4667
4668 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
4669 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
4670
4671 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
4672 (vc-sccs-parse-locks): SCCS-specific code moved here from
4673 vc-hooks.
4674
4675 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
4676 code moved here from vc-hooks.
4677
4678 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
4679 into back-end specific parts and removed. Callers not updated
4680 yet; because I guess these callers will disappear into back-end
4681 specific files anyway.
4682
46832000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4684
4685 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
4686 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
4687 `vc-uses-locking'.
4688
4689 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
4690 Store yes/no in the property, and return t/nil. Updated all
4691 callers.
4692
4693 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
4694 vc-sccs-uses-locking. Don't set property.
4695 (vc-sccs-locking-user): Don't set property.
4696
4697 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
4698 vc-cvs-uses-locking. Don't set property here; leave that to
4699 vc-hooks.
4700 (vc-cvs-locking-user): Reflect above change. Streamlined.
4701
4702 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
4703 vc-rcs-uses-locking.
4704 (vc-rcs-locking-user): Reflect above change.
4705
47062000-09-04 Dave Love <fx@gnu.org>
4707
4708 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
4709
4710 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
4711
4712 * vc-hooks.el (vc-checkout-model): Punt to backends.
4713
4714 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
4715
4716 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
4717
4718 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
4719 New functions.
4720
4721 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
4722 New functions.
4723
4724 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
4725 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
4726
4727 * vc-hooks.el (vc-default-locking-user): New function.
4728 (vc-locking-user, vc-workfile-version): Punt to backends.
4729
47302000-09-04 Dave Love <fx@gnu.org>
4731
4732 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
4733 (vc-master-workfile-version): Moved from vc-hooks.
4734
4735 * vc-rcs-hooks.el: Fix duplicate code in last change.
4736
4737 * vc-rcs-hooks.el: Require vc-hooks when compiling.
4738 (vc-rcs-master-templates): Improve :type.
4739 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
4740 vc-master-workfile-version): Moved from vc-hooks.
4741
4742 * vc-sccs-hooks.el: Require vc-hooks when compiling.
4743 (vc-sccs-master-templates): Improve :type.
4744 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
4745
4746 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
4747
4748 * vc-cvs-hooks.el: Require vc-hooks when compiling.
4749 (vc-cvs-master-templates): Improve :type. Use
4750 vc-cvs-find-cvs-master.
4751 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
4752 from vc-hooks.
4753 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
4754
4755 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
4756 Moved to vc-cvs-hooks.
4757
4758 * vc-hooks.el: Add doc strings in various places. Simplify the
4759 minor mode setup.
4760 (vc-handled-backends): New user variable.
4761 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
4762 simplification.
4763
47642000-09-04 Dave Love <fx@gnu.org>
4765
4766 * vc.el: Some doc fixes for autoloaded and interactive functions.
4767 Fix compilation warnings from ediff stuff.
4768 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
4769
4770 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
4771
4772 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
4773
4774 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
4775
47762000-09-04 Dave Love <fx@gnu.org>
4777
4778 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4779 New variable.
4780 (vc-make-backend-function, vc-loadup, vc-call-backend)
4781 (vc-backend-defines): New functions.
4782
4783 * vc-hooks.el: Various doc fixes.
4784 (vc-default-back-end, vc-follow-symlinks): Custom fix.
4785 (vc-match-substring): Function removed. Callers changed to use
4786 match-string.
4787 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
4788 Simplify.
4789
47902000-09-04 Dave Love <fx@gnu.org>
4791
4792 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
4793 type.
4794 (vc-sccs-project-dir, vc-search-sccs-project-dir)
4795 (vc-sccs-registered): Doc fix.
4796
4797 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
4798 (vc-cvs-registered): Doc fix.
4799
4800 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
4801 (vc-rcs-registered): Doc fix.
4802
48032000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4804
4805 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
4806
4807 * vc-hooks.el: vc-registered has been renamed
4808 vc-default-registered. Some functions have been moved to the
4809 backend specific files. they all support the
4810 vc-BACKEND-registered functions.
4811
48122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4813
4814 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
4815
4816 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
4817
a033ea13
DL
48182000-09-04 Dave Love <fx@gnu.org>
4819
179fc9ef
DL
4820 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
4821 menu-bar-update-hook.
4822
4823 * help.el (help-manyarg-func-alist): Add
4824 find-operation-coding-system.
4825
a033ea13
DL
4826 * wid-edit.el (widget-sexp-validate): Fix garbled code.
4827
4828 * custom.el (custom-set-variables): Print message about errors in
4829 setting.
4830
f8803e97
AI
48312000-09-03 Andrew Innes <andrewi@gnu.org>
4832
4833 * makefile.w32-in: Change to DOS line endings.
4834
59836110
EZ
48352000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4836
4837 * mouse.el (mouse-popup-menubar): Supply the prompt string for
4838 minor-mode keymaps, if they don't have one.
4839
5514ba5c
EZ
48402000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4841
4842 * eshell/esh-module.el (eval-when-compile): Don't lose if
4843 esh-module.el's file name is truncated to DOS 8+3 limits.
4844
79cf8e80
JW
48452000-09-01 John Wiegley <johnw@gnu.org>
4846
4847 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
4848 predicate, which caused entries in the completion list to be
4849 doubled.
4850
48512000-08-30 John Wiegley <johnw@gnu.org>
4852
4853 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
4854 sending to subprocesses. Also, hook pre-command-hook if
4855 `eshell-send-direct-to-subprocesses' is non-nil.
4856 (eshell-send-direct-to-subprocesses): New config variable. If t,
4857 subprocess input is send immediately.
4858 (eshell-toggle-direct-send): New function.
4859 (eshell-self-insert-command): New function.
4860 (eshell-intercept-commands): New function.
4861 (eshell-send-input): If direct subprocess sending is enabled,
4862 don't echo any input to the Eshell buffer. Let the subprocess
4863 handle that. This requires "stty echo" in bash, for example.
4864
48652000-08-28 John Wiegley <johnw@gnu.org>
4866
4867 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
4868 completion function for Eshell's implementation of `unset'.
4869
778911b9
EZ
48702000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
4871
4872 * info.el (Info-directory-list): Doc fix.
4873
05d07b49
PB
48742000-08-31 Peter Breton <pbreton@ne.mediaone.net>
4875
9b4a7800 4876 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
4877 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
4878
9941d4c7
KH
48792000-08-31 Kenichi Handa <handa@etl.go.jp>
4880
4881 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
4882 coding systems.
4883
af9ba8ad
AI
48842000-08-30 Andrew Innes <andrewi@gnu.org>
4885
4886 * timer.el (run-with-idle-timer): Undo last change, so that timer
4887 is not activated immediately if Emacs is already idle. Some
4888 existing code relies on this behaviour.
4889
caccd8f2
MB
48902000-08-30 Miles Bader <miles@gnu.org>
4891
4892 * frame.el (set-frame-font): Do completion of font-name for
4893 interactive use.
4894
b64c0a1c
KH
48952000-08-30 Kenichi Handa <handa@etl.go.jp>
4896
4897 * international/quail.el (quail-start-translation): Bind locally
4898 last-command-event, last-command, and this-command.
4899 (quail-start-conversion): Likewise.
75cf0095 4900 (quail-self-insert-command): Fix docstring.
b64c0a1c 4901
fd5f61d3
GM
49022000-08-29 Gerd Moellmann <gerd@gnu.org>
4903
4904 * progmodes/executable.el
4905 (executable-make-buffer-file-executable-if-script-p): Check that
4906 buffer contains at least 2 characters.
4907
5b671d04
EZ
49082000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
4909
4910 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
4911
485d9513
DL
49122000-08-29 Dave Love <fx@gnu.org>
4913
a39fb83d
DL
4914 * diff-mode.el (diff-mode) <defgroup>: Add :version.
4915 (diff-mode-shared-map): Bind mouse-2.
4916 (diff-imenu-generic-expression): New variable.
4917 (diff-mode): Use it.
4918
485d9513
DL
4919 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
4920 (mouse-popup-menubar): Add minor mode menus.
4921 (popup-menu): Check for lookup-key returning number.
4922
ba3478d9
MB
49232000-08-29 Miles Bader <miles@gnu.org>
4924
4925 * comint.el (comint-send-input): Create overlays using the proper
4926 front/read-advance arguments.
9b4a7800 4927
c3d6d211
GM
49282000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4929
4930 * ps-print.el: Even/odd pages printing. Doc fix.
4931 (ps-print-version): New version number (6.0).
4932 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
4933 (ps-background, ps-begin-file, ps-begin-job): Code fix.
4934 (ps-print-duplex-feature): Variable eliminated.
4935 (ps-even-or-odd-pages): New variable.
4936
ba087cd7 4937 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
4938 (ebnf-version): New version (3.3).
4939 (ebnf-user-arrow): Change variable customization to sexp.
4940 (ebnf-user-arrow): Function eliminated.
4941 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 4942
d313265f
KH
49432000-08-29 Kenichi Handa <handa@etl.go.jp>
4944
cba62b78 4945 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
4946 (help-make-xrefs): Handle help-xref-mule-regexp.
4947
4948 * international/mule-cmds.el (help-xref-mule-regexp-template): New
4949 variable.
4950 (describe-input-method): Temporarily activate the specfied input
4951 method to display the information.
4952 (describe-language-environment): Hyperlinks to mule related items.
4953
4954 * international/mule-diag.el (charset-multibyte-form-string): New
4955 function.
4956 (list-character-sets-1): Use charset-multibyte-form-string.
4957 (describe-character-set): New function.
4958 (describe-coding-system): Hyperlinks to safe character sets.
4959
4960 * international/quail.el (quail-help): New arg PACKAGE.
4961 Hyperlinks to mule related items.
4962 (quail-help-insert-keymap-description): Use
4963 substitute-command-keys instead of describe-bindings.
4964 (quail-translation-help): Hyperlinks to mule related items.
4965
b4bd214e
JW
49662000-08-28 John Wiegley <johnw@gnu.org>
4967
ca7aae91
JW
4968 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
4969 have a defsubst call itself. Made `eshell-flatten-list' back into
4970 a function again.
4971
b4bd214e
JW
4972 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
4973 catch, in case re-centering point at bottom messes up the display.
4974 This happens frequently in Emacs 21, due I believe to variable
4975 line heights.
4976
4977 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
4978 to call `find-tag-interactive'.
4979
4980 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
4981 the list of remember directories.
4982
d44e146b
JW
49832000-08-28 John Wiegley <johnw@gnu.org>
4984
4985 * align.el: Test align-region-separate to see if it's a symbol.
4986
546c0888 49872000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
4988
4989 * eshell/esh-util.el (eshell-flatten-list): Made this function
4990 into a defsubst form. It gets used very frequently, although
4991 calls don't occur all that often.
4992
4993 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
4994 examining it.
4995
4996 * eshell/esh-cmd.el (eshell-rewrite-while-command):
4997 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
4998 `eshell-protect'.
4999 (eshell-copy-handles): Created a new macro for duplicating the
5000 current set of open handles. This is needed by the looping
5001 functions.
5002 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
5003 is not incorrectly stomped on.
5004
5005 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
5006 declaration for pcomplete-use-paring.
5007 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
5008 value of eshell-cmpl-use-paring.
5009 * pcomplete.el (pcomplete-use-paring): New config variable, to
5010 indicate whether paring should be used.
5011 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
5012 completion alternatives that have already been used.
5013
5014 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
5015 bound to C-c C-y, which will repeat the previous N arguments
5016 (based on prefix argument).
5017 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
5018
5019 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
5020 if there is no *Help* buffer. This is for XEmacs, which renames
5021 its help buffers uniquely. TODO: Find out what the current buffer
5022 name to delete is.
5023
5024 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
5025 first entry that correlates to a passwd/group number. Later
5026 entries (used for group/user name aliasing to multiple IDs) are
5027 ignored.
5028
9b4a7800
TTN
5029 * eshell/em-xtra.el (eshell/expr):
5030 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
5031 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
5032 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
5033 argument list, before passing it to the system command.
5034
5035 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
5036 `find-tag' for use at final position in Eshell buffers (which
5037 otherwise triggers an error on Emacs 21).
5038 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
5039 buffer, if it is currently bound to `find-tag'.
5040
5041 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
5042 in the list of matched Makefile names.
5043 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
5044 directory, prefer its contents to Makefile.
5045
5046 * eshell/em-dirs.el (eshell/cd): cd commands that look up
5047 directory parts (like "cd old new", or "cd =regexp"), are now case
5048 sensitive on non-Windows/DOS platforms.
5049
5050 * eshell/esh-mode.el (eshell-parse-command-input): When a user
5051 types RET after an open delimiter (like "), display a message
5052 indicating that Eshell is waiting for the closing delimiter.
5053
5054 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
5055 environment variables.
5056
5057 * eshell/em-unix.el (eshell/diff): Added logic to fail more
5058 gracefully if the user enters incorrect arguments.
5059
5060 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
5061 Eshell buffers.
5062
9b4a7800
TTN
5063 * eshell/esh-var.el (eshell-interpolate-variable):
5064 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
5065 * eshell/em-unix.el (eshell-du-sum-directory):
5066 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
5067 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
5068 (not (= ...)).
5069
5070 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
5071 to ensure the `preserve' flag gets propagated when doing recursive
5072 directory copies.
5073
546c0888 50742000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
5075
5076 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
5077 Don't convert \n into \0177 in memory.
5078 (eshell-read-history, eshell-write-history): Convert \n to \0177,
5079 and back again, when reading and writing.
9b4a7800 5080
546c0888 50812000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
5082
5083 * eshell/esh-util.el (eshell-processp): Added to relieve constant
5084 testing of `fboundp' on `processp'.
5085
5086 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
5087 (eshell/jobs): Don't call process-list if it is not bound.
5088 (eshell-gather-process-output): Support systems where async
5089 subprocesses aren't supported.
5090 (eshell-scratch-buffer, eshell-last-sync-output-start): New
5091 variables.
5092
5093 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
5094 eshell-do-eval returns t.
5095 (eshell-do-pipelines-synchronously): New defmacro.
5096 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
5097 when async subprocesses aren't supported.
5098 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
5099 if async subprocesses aren't supported.
5100 (eshell-resume-command): Don't assume STATUS is a string.
5101
5102 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
5103
5104 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
5105 (eshell-close-target, eshell-get-target): Use eshell-processp.
5106 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
5107 fix.
5108 (eshell-get-target, eshell-create-handles): Doc fix.
5109
546c0888 51102000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 5111
546c0888 5112 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
5113 criterion to include commands that output something, as long as it
5114 leaves both the command and the end-of-buffer visible when the
5115 command has exited.
5116 (eshell-review-quick-commands): Adjust the help doc string
5117 accordingly.
5118
2a371c3b
PB
51192000-08-28 Peter Breton <pbreton@ne.mediaone.net>
5120
8348e1f9 5121 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 5122 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 5123
9b4a7800 5124 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
5125 (file-cache-assoc-function): New variable
5126 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
5127 Use file-cache-case-fold-search variable
5128 (file-cache-add-file): Use file-cache-assoc-function
5129 (file-cache-delete-file): likewise
5130 (file-cache-directory-name): likewise
5131 (file-cache-debug-read-from-minibuffer): likewise
5132
95931eb1
GM
51332000-08-28 Gerd Moellmann <gerd@gnu.org>
5134
5135 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
5136 (abbrev-table-name): New function.
5137 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
5138 If non-nil list local abbrev, only.
5139
bb17930d
GM
51402000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
5141
546c0888
EZ
5142 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
5143 from Gnus support code, and use special article copy buffer
bb17930d
GM
5144 `(gnus-original-article-buffer)' instead. This allows to get rid
5145 of article-hide-headers usage (which breaks in the latest Gnus
5146 version). Thanks to Detlev Zundel.
5147
41a68aef
KH
51482000-08-28 Kenichi Handa <handa@etl.go.jp>
5149
5150 * international/quail.el (quail-use-package): Hide "... loaded"
5151 message.
5152 (quail-start-translation, quail-start-conversion): Likewise.
5153
5154 * international/kkc.el (kkc-region): Hide "... loaded" message.
5155
28bb2cef
DL
51562000-08-27 Dave Love <fx@gnu.org>
5157
5158 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
5159
11a1118d
MB
51602000-08-27 Miles Bader <miles@gnu.org>
5161
5162 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
5163
0f85d477
KH
51642000-08-27 Kenichi Handa <handa@etl.go.jp>
5165
5166 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
5167 'ja-dic-cnv), not (require 'skkdic-cnv).
5168
2d73e8d3
MB
51692000-08-26 Miles Bader <miles@gnu.org>
5170
a0e5a5a4
MB
5171 * faces.el (face-x-resources): Add entry for :inherit.
5172 * cus-face.el (custom-face-attributes): Add support for :inherit
5173 attribute. Add support for relative face heights.
5174 (custom-face-attributes-get): Treat `nil' as being a default value
5175 for :inherit (as well as `unspecified').
5176
19feb949
MB
5177 * faces.el (set-face-attribute): Update doc string.
5178 (face-attribute-name-alist): Add :inherit.
5179 (face-valid-attribute-values): Handle :inherit.
5180 (face-read-string): Rephrase prompt to be less confusing.
5181 Assume that DEFAULT is a string, since we must return a string.
5182 (face-read-integer): Use `format' to turn DEFAULT into an
5183 acceptable default for face-read-string. Match NEW-VALUE against
5184 the string "unspecified", not the symbol `unspecified', since
5185 that's what face-read-string returns.
5186 (read-face-attribute): Lookup a name for old-value in valid, and
5187 use it as a default if we find one. Treat all values from
5188 face-read-string as strings. If the default is used, don't do any
5189 more processing on the value, just use the old value directly.
5190 (read-face-and-attribute, modify-face): Tweak prompt.
5191 (read-face-name): Don't assume prompt ends with a space.
5192
2d73e8d3
MB
5193 * faces.el (describe-face): Add support for :inherit attribute.
5194
a1a2e38f
KH
51952000-08-25 Kenichi Handa <handa@etl.go.jp>
5196
e84fa7c5
KH
5197 * terminal.el (terminal-emulator): Fix args to `concat'. Now
5198 concat doesn't accept interger.
5199
a1a2e38f
KH
5200 * international/kkc.el: Remove SKK from Keywords. Require
5201 ja-dic-utl instead of skkdic-utl.
5202
5203 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
5204 Provide ja-dic-cnv instead of skkdic-cnv.
5205 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
5206 (iso-2022-7bit-short): Add safe-charsets property.
5207 (skkdic-convert-postfix): Search Japanese chou-on character in
5208 addition to Hiragana character.
5209 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
5210 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
5211 (batch-skkdic-convert): Likewise.
5212
5213 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
5214 Provide ja-dic-utl instead of skkdic-utl.
5215 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
5216
f6499c03
DL
52172000-08-24 Dave Love <fx@gnu.org>
5218
1c2c3f16
DL
5219 * disp-table.el (standard-display-default): Make the test of `l'
5220 useful.
5221
f6499c03
DL
5222 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
5223 mod sample text.
5224
5225 * international/iso-ascii.el: Make pilcrow convenient string
5226 consistent with section.
5227 (iso-ascii-display): Set up multibyte characters as well as
5228 unibyte.
5229
c543db81
KH
52302000-08-24 Kenichi Handa <handa@etl.go.jp>
5231
5232 * international/mule-cmds.el (reset-language-environment): Set
5233 default-process-coding-system to '(undecided . iso-latin-1), which
5234 makes process I/O almost consistent with file I/O. Call this
5235 function when mule-cmds.el[c] is loaded.
5236
746d9caf
AI
52372000-08-22 Andrew Innes <andrewi@gnu.org>
5238
5239 * makefile.w32-in: New file.
5240
5484005d
MB
52412000-08-22 Miles Bader <miles@lsi.nec.co.jp>
5242
5243 * comint.el (comint-output-filter): Compare end of
5244 comint-last-output-overlay with the start of the newly inserted
5245 text, not the end, when deciding whether to extend it.
9b4a7800 5246 Set saved-point's insertion type to advance after insertion.
5484005d
MB
5247
5248 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
5249 since this is now done independently of font-lock mode.
5250
7a912f63
GM
52512000-08-21 Gerd Moellmann <gerd@gnu.org>
5252
5253 * server.el (server-kill-new-buffers): New user option.
5254 (server-existing-buffer): New buffer-local variable.
5255 (server-visit-files): When using an existing buffer, set
5256 server-existing-buffer to t.
5257 (server-buffer-done): If server-kill-new-buffers is t, kill the
5258 buffer, unless it was already present before visiting it with
5259 Emacs server.
9b4a7800 5260
240301df
EZ
52612000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
5262
5263 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
5264 even if the display doesn't support colors: some displays will
5265 support bold/underline faces.
5266
cbcef616
GM
52672000-08-21 Gerd Moellmann <gerd@gnu.org>
5268
6917e6bb
GM
5269 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
5270
cbcef616
GM
5271 * startup.el (command-line): If user's init file had an error,
5272 add explanatory text to *Messages*.
5273
6922b018
KH
52742000-08-21 Kenichi Handa <handa@etl.go.jp>
5275
5276 * man.el (Man-getpage-in-background): Decode the process output by
5277 the system locale coding system.
5278
e50c4203
DL
52792000-08-20 Dave Love <fx@gnu.org>
5280
96ab6351
DL
5281 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
5282 Don't test x-popup-menu.
5283 (function) <complete-function>: Complete only fbound symbols.
5284 <validate, value>: New.
5285 (variable) <complete-function>: Complete only bound symbols.
5286 (coding-system): Add :base-only, :complete-function, :validate,
5287 :value, :prompt-match.
5288 (widget-coding-system-prompt-value): Use read-coding-system and
5289 act on :base-only.
5290 (editable-field): Add :help-echo.
5291 (widget-push-button-gui, widget-push-button-cache)
5292 (widget-gui-action, widget-editable-list-gui): COmment out, along
5293 with uses.
5294 (widget-at): Make arg optional.
5295 (widget-echo-help): Adjust for current help-echo calling sequence.
5296 (widget-specify-field, widget-specify-button)
5297 (widget-specify-insert, widget-get-sibling, widget-image-find)
5298 (widget-convert, widget-insert, widget-leave-text)
5299 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
5300 (widget-setup, widget-field-find, widget-before-change)
5301 (widget-after-change, widget-default-complete)
5302 (widget-default-create, widget-default-delete)
5303 (widget-push-button-value-create, editable-field)
5304 (widget-field-prompt-value, widget-field-validate)
5305 (widget-choice-value-create, widget-choice-action)
5306 (widget-choice-validate, widget-checklist-add-item)
5307 (widget-radio-add-item, widget-radio-chosen)
5308 (widget-radio-value-inline, widget-editable-list-value-create)
5309 (widget-editable-list-entry-create)
5310 (widget-documentation-link-add)
5311 (widget-documentation-string-value-create)
5312 (widget-regexp-validate, widget-file-complete)
5313 (widget-sexp-validate, widget-plist-convert-widget)
5314 (widget-plist-convert-widget, widget-alist-convert-widget)
5315 (widget-alist-convert-widget, widget-color-complete): Simplify,
5316 particularly to avoid bindings which aren't optimized out.
5317
e50c4203
DL
5318 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
5319 Doc fix.
5320 (down-list, backward-up-list, up-list, kill-sexp)
5321 (backward-kill-sexp, mark-sexp): Make arg optional.
5322 (lisp-complete-symbol): Add optional arg PREDICATE.
5323
5324 * cus-start.el: Add display-buffer-reuse-frames,
5325 file-coding-system-alist.
5326
511bd4eb
GM
53272000-08-20 Gerd Moellmann <gerd@gnu.org>
5328
5329 * startup.el (command-line): Clear realized faces after
5330 modifying TTY color mappings.
5331
a9de7d29
MB
53322000-08-20 Miles Bader <miles@gnu.org>
5333
5334 * faces.el (face-attr-match-p): Don't return true if ATTRS are
5335 merely a subset of FACE's attributes.
5336
8a8023d9
MB
53372000-08-19 Miles Bader <miles@gnu.org>
5338
5339 * comint.el (comint-output-filter): Save the point with a marker,
5340 not just a buffer position.
5341
5342 * international/mule.el (set-buffer-process-coding-system): Make
5343 interactive prompt less confusing.
5344
1433385f
GM
53452000-08-19 Gerd Moellmann <gerd@gnu.org>
5346
5347 * hilit-chg.el: General cleanup of doc strings, comments and
5348 code formatting.
5349
136b4eda
MB
53502000-08-19 Miles Bader <miles@gnu.org>
5351
5352 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
5353 Compiler macro removed; beginning-of-line is no longer always
5354 equivalent to forward-line, in the presence of fields.
5355
5356 * comint.el (comint-output-filter): Remove ad-hoc saving of
5357 restriction, and just use save-restriction, now that it works
5358 correctly. Don't adjust comint-last-input-start to account for
5359 our insertion; it shouldn't have moved because we don't use
5360 insert-before-markers anymore. Comment out call to
5361 `force-mode-line-update'; why is it here?
5362
5363 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
5364 while checking for prompt to delete. Use `forward-line 0'
5365 instead of beginning-of-line.
5366 (gud-filter): Temporarily widen gud comint buffer while
5367 examining output.
5368
cdd0f857
SM
53692000-08-18 Stefan Monnier <monnier@cs.yale.edu>
5370
ebf96bfa
SM
5371 * progmodes/sh-script.el: Big bag of typos.
5372
cdd0f857
SM
5373 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
5374 check since ispell-process is not bound when ispell is not yet loaded.
5375
9bb7a286
DL
53762000-08-18 Dave Love <fx@gnu.org>
5377
5378 * image.el (find-image): Copy `spec' before using plist-put.
5379
74ec6045
GM
53802000-08-18 Gerd Moellmann <gerd@gnu.org>
5381
5382 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
5383 `portugues'.
5384
5385 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
5386 backward-kill-sexp, analogous to kill-sexp.
5387
5388 * progmodes/icon.el (icon-indent-line)
5389 (icon-is-continuation-line): Handle comments specially.
5390
53912000-08-17 Ken Stevens <k.stevens@ieee.org>
5392
5393 * ispell.el: Set to standard author/maintainer/keyword fields.
5394 Fine tuning to menu map appearance and operation, and added help.
5395 Remove `start' and `end' error messages when compiling.
5396 (ispell-choices-win-default-height): Fixed comment string.
5397 (ispell-dictionary-alist-1): Fixed regexp in castellano and
5398 castellano8 dictionaries.
5399 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
5400 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
5401 dictionary, added italiano dictionary.
5402 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
5403 word character
5404 (ispell-tex-skip-alists): Added psfig support.
5405 (ispell-skip-html): Renamed from ispell-skip-sgml.
5406 (ispell-begin-skip-region-regexp, ispell-skip-region)
5407 (ispell-minor-check): Improved html skipping support to skip across
5408 code, and recognize `&' commands without propper `;' syntax;
5409 (ispell-process-line): Fix alignment error when manually
5410 correcting spelling.
5411 (ispell): Fix comment string.
5412 (ispell-add-per-file-word-list): Always put word list on new line.
5413
3787e12e
GM
54142000-08-17 Gerd Moellmann <gerd@gnu.org>
5415
a7b28523
GM
5416 * format.el (format-encode-run-method): Fix error message to say
5417 `encode' instead of `decode'. Use save-window-excursion around
5418 shell-command-on-region as in format-decode-run-method because
5419 shell-command-on-region can display a buffer with error output.
5420 (format-decode): Don't record undo information for the decoding.
5421 (format-annotate-function): Add parameter FORMAT-COUNT. Make
5422 that number part of the temporary buffer name so that more than
5423 one decoding using a temporary buffer can happen safely.
5424
5425 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
5426 of `A-z' in the regexp.
5427
5428 * hilit-chg.el: Fix typos in commentary.
5429
3787e12e
GM
5430 * help.el (view-emacs-news): Rewritten for new naming scheme
5431 for old NEWS files.
5432
5433 * startup.el (command-line): Pop to *Messages* in case an error
5434 is signaled while loading user-init-file.
5435
d2473540
AS
54362000-08-17 Andreas Schwab <schwab@suse.de>
5437
5438 * files.el (insert-directory): Don't lose original file name,
5439 undoing an undocumented change.
5440
c0bbaf57
GM
54412000-08-17 Alex Schroeder <alex@gnu.org>
5442
5443 * sql.el (sql-magic-go): Use comint-bol.
5444 (sql-copy-column): Use comint-line-beginning-position.
5445 (comint-line-beginning-position): Define a replacement for
5446 comint-line-beginning-position if it is not fboundp.
5447
54482000-08-17 Alex Schroeder <alex@gnu.org>
5449
5450 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
5451 it didn't have any effect anyway.
5452
54532000-08-17 Alex Schroeder <alex@gnu.org>
5454
5455 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
5456 --pset and pager=off instead of sending \\o|cat at the beginning
5457 of the session.
5458
9d245da5
MB
54592000-08-17 Miles Bader <miles@gnu.org>
5460
5461 * progmodes/octave-inf.el: Add compatibility definition of
5462 comint-line-beginning-position.
5463
abfdbd2e
KH
54642000-08-17 Kenichi Handa <handa@etl.go.jp>
5465
5466 * startup.el (normal-top-level): Look in each dir in load-path for
5467 a leim-list.el file too. This assures of loading leim-list.el
5468 that is created at Emacs installation time even if a user have his
5469 own leim-list.el.
5470
a0b8c939
MB
54712000-08-17 Miles Bader <miles@gnu.org>
5472
5473 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
5474 foreground color to black if the background is dark.
5475
7382bcae
SM
54762000-08-16 Stefan Monnier <monnier@cs.yale.edu>
5477
5478 * loadhist.el (unload-feature): Typo.
5479
9b4a7800 5480 * finder.el (finder-compile-keywords):
7382bcae
SM
5481 * cus-dep.el (custom-make-dependencies): Add local-variable settings
5482 to the generated file.
5483
5484 * mail/mh-e.el (mh-make-local-vars):
5485 Replace make-variable-buffer-local with make-local-variable.
5486
cdd0f857 5487 * play/landmark.el:
7382bcae 5488 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
5489 * mail/mailabbrev.el (mail-abbrevs-mode):
5490 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
5491 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
5492
5493 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
5494
5495 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
5496 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
5497 Allow going past the last element.
9b4a7800 5498 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
5499 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
5500 (cvs-mouse-toggle-mark): Don't move point.
5501 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
5502
5503 * progmodes/compile.el (grep): Provide a default set of files.
5504 (next-error): Docstring fix.
5505 (compilation-find-file): Avoid find-file (fails in a dedicated window).
5506
5507 * emacs-lisp/easy-mmode.el (define-minor-mode):
5508 Use `symbol-value' to keep the byte-compiler quiet.
5509
5510 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
5511 (diff-find-source-location): New fun, extracted from diff-goto-source.
5512 (diff-goto-source): Use it.
5513 (diff-next-complex-hunk, diff-filter-lines): New function.
5514 (diff-apply-hunk): New command.
5515
5516 * smerge-mode.el (smerge-mode-menu): Doc fix.
5517
5518 * msb.el (msb-mode): Define it in terms of define-minor-mode.
5519
4f00b8c1
DL
55202000-08-16 Dave Love <fx@gnu.org>
5521
2b5198bb
DL
5522 * windmove.el (windmove) <defgroup>: Add :version.
5523
5524 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
5525 (goto-address-fontify-p, goto-address-highlight-p)
5526 (goto-address-url-face, goto-address-url-mouse-face)
5527 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
5528 (goto-address-url-regexp): Use thing-at-point-url-regexp.
5529 (goto-address-fontify, goto-address-at-mouse): Simplify,
5530 (goto-address-at-point): browse-url-url-at-point,
5531 goto-address-find-address-at-point can return nil.
5532 (goto-address-find-address-at-point): Return nil on failure.
5533
5534 * align.el (align) <defgroup>: Add :version.
5535
5536 * calculator.el (calculator): Add :version.
5537 (calculator): Use two lines for calculator window if `modeline'
5538 face is boxed.
5539
4f00b8c1
DL
5540 * play/5x5.el: Doc fixes.
5541 (5x5) <defgroup>: Add :version.
5542
5543 * play/fortune.el (fortune) <defgroup>: Add :version.
5544 (fortune-append): Fix error message.
5545 (fortune-from-region): Doc fix.
5546
5547 * play/pong.el (pong): Doc fix.
5548
5549 * play/morse.el: Keywords, commentary, autoloads.
5550
69db7ee7
EZ
55512000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
5552
5553 * desktop.el (desktop-save): Don't look at symbol-value of a
5554 member of minor-mode-alist, unless it is boundp.
5555
10e1dad9
SS
55562000-08-16 Sam Steingold <sds@gnu.org>
5557
a0b8c939 5558 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
5559 `while'; use `with-current-buffer' instead of `save-excursion'.
5560 Removed unnecessary kludges now that "*Buffer List*" is excluded.
5561
9d7bcb2e
KH
55622000-08-16 Kenichi Handa <handa@etl.go.jp>
5563
5564 * international/ccl.el (declare-ccl-program): Docstring modified.
5565 (ccl-execute-with-args): Likewise.
5566
04231ab8
MB
55672000-08-16 Miles Bader <miles@gnu.org>
5568
9d245da5 5569 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
5570 comint-line-beginning-position.
5571
f68446ef
GM
55722000-08-15 Gerd Moellmann <gerd@gnu.org>
5573
dc28878c
GM
5574 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
5575 'buffer-menu' property.
5576 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
5577 fails.
5578 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
5579 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
5580 wasn't killed.
10e1dad9 5581
58ed0d3b
GM
5582 * buff-menu.el (list-buffers-noselect): Don't display the
5583 *Buffer List* buffer.
5584
32dc52f7
GM
5585 * font-lock.el: Require jit-lock to prevent a very late
5586 `Loading jit-lock' message.
5587
f68446ef 5588 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 5589 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
5590 mail address.
5591
90ac90a2
MB
55922000-08-15 Miles Bader <miles@gnu.org>
5593
5594 * textmodes/ispell.el (ispell-graphic-p): New constant.
5595 (ispell-choices-win-default-height, ispell-help): Use
5596 `ispell-graphic-p' instead of `xemacsp'.
5597
b0a0e263
DL
55982000-08-15 Dave Love <fx@gnu.org>
5599
c1e757e3
DL
5600 * simple.el: Autoload widget-convert when compiling.
5601 (mail-user-agent): Doc fix.
5602
5603 * help.el (function-called-at-point, variable-at-point): Use
5604 with-syntax-table.
5605 (help-manyarg-func-alist): Add insert-and-inherit.
5606
5607 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
5608
5609 * delsel.el (delsel-unload-hook): New function.
5610
5611 * find-file.el: Doc fixes. Move provide to end.
5612 (ff) <defgroup>: Add :link.
5613 (ff-goto-click): Deleted.
5614 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
5615 Use mouse-set-point.
5616
5617 * textmodes/tildify.el: Doc fixes.
5618 (tildify) <defgroup>: Add:version.
5619
5620 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
5621 (glasses-custom-set): Use set-default, not set.
5622 (minor-mode-alist): Propertize the lighter.
5623 (glasses-mode): Provide optional arg.
5624
5f847612
DL
5625 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
5626 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
5627 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
5628 option. Provide :type.
5629 (cwarn-configuration): Provide :type.
5630 (cwarn-mode): Doc fix.
5631
5632 * add-log.el (change-log-merge): Doc fix.
5633 (change-log-redate): New command.
5634
b0a0e263
DL
5635 * net/browse-url.el (browse-url-filename-alist): Add a clause for
5636 Doze and Dog.
5637 (browse-url): Use dolist, not mapcar.
5638 (browse-url-at-point): Check for null url.
5639 (browse-url-event-buffer, browse-url-event-point): Functions
5640 deleted.
5641 (browse-url-at-mouse, browse-url-netscape): Simplify.
5642
5643 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
5644 modes.
5645 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
5646 Fix previous change to mapcan.
5647 (msb--init-file-alist, msb--add-separators)
5648 (msb--make-keymap-menu): Simplify.
5649 (msb--choose-file-menu): Use copy-sequence.
5650 (msb-mode-map): Add title to keymap.
5651 (msb-unload-hook): New function.
5652
5653 * bs.el: Fix indentation.
5654 (bs) <defgroup>: Add :links.
2b5198bb
DL
5655 (bs-show): Doc fix.
5656 (bs-apply-sort-faces): Don't use window-system.
5657 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 5658
70f1b78e
EZ
56592000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
5660
5661 * calendar/timeclock.el (timeclock-file): Run .timelog through
5662 convert-standard-filename.
5663
956777b3
GM
56642000-08-14 Gerd Moellmann <gerd@gnu.org>
5665
3215096c
GM
5666 * emacs-lisp/authors.el: New file.
5667
956777b3
GM
5668 * paren.el (show-paren-priority): New user option.
5669 (show-paren-function): Set overlay priorities to
5670 show-paren-priority.
10e1dad9 5671
0cde1424
MB
56722000-08-14 Miles Bader <miles@gnu.org>
5673
5674 * comint.el (comint-bol): Use `forward-line 0' instead of calling
5675 beginning-of-line with inhibit-field-text-motion bound.
5676
90cbf47e
GM
56772000-08-14 Gerd Moellmann <gerd@gnu.org>
5678
5679 * calendar/timeclock.el: New file.
5680
56812000-08-14 David Ponce <david@dponce.com>
5682
5683 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
5684 `widget-button-click'. so that one can use left mouse button to
5685 click on dialog buttons.
5686
56872000-08-14 Emmanuel Briot <briot@gnat.com>
5688
5689 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 5690 identifiers, since XML is case sensitive
10e1dad9 5691
79e8dca7 56922000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 5693
660394d1
MB
5694 * comint.el (comint-output-filter): Don't bother frobbing
5695 window-start, it doesn't seem to be necessary.
79e8dca7
MB
5696
5697 * comint.el (comint-send-string, comint-send-region): Make into
5698 real functions. Snapshot the prompt before sending.
5699
218c2cc7
EZ
57002000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
5701
5702 * info.el (Info-find-emacs-command-nodes): Rewrite to use
5703 technique similar to Info-index, instead of relying on specific
5704 names of relevant Index nodes.
5705 (Info-goto-emacs-command-node): Bind Info-history to nil when
5706 going to the first node found by Info-find-emacs-command-nodes.
5707
51e066d2 57082000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
5709
5710 * menu-bar.el (menu-bar-help-menu): Add a :help string.
5711
867102f2
MB
57122000-08-10 Miles Bader <miles@gnu.org>
5713
5714 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
5715
af718538
EZ
57162000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
5717
5718 * info.el (Info-file-list-for-emacs): More elements for the
5719 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
5720 and woman manuals.
5721
c51bacd6
MB
57222000-08-10 Miles Bader <miles@lsi.nec.co.jp>
5723
5724 * comint.el (comint-send-input): Make the newline boundary overlay
5725 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
5726 (comint-output-filter): Use `insert' instead of
5727 `insert-before-markers'. Extend comint-last-output-overlay when
5728 necessary since we can't rely on insert-before-markers to do it.
5729 * gud.el (gud-filter): Use `with-current-buffer' instead of
5730 save-excursion when inserting the output, so that point gets
5731 updated correctly; the old method relied on a rather dodgy
5732 side-effect of comint-output-filter to avoid the effect of
5733 save-excursion.
5734
98532b12
EZ
57352000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
5736
5737 * files.el (recover-file): Call insert-directory instead of
5738 invoking `ls' directly.
5739
3db4b719
MB
57402000-08-10 Miles Bader <miles@gnu.org>
5741
5742 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
5743 (comint-last-prompt-overlay): New variables.
5744 (comint-output-filter): Implement prompt highlighting.
5745 (comint-snapshot-last-prompt): New function.
5746 (comint-send-input): Snapshot the last prompt.
5747 Use comint-highlight-input-face.
5748 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
5749 Use defface instead of defcustom.
5750 (send-invisible, comint-send-eof): Snapshot the last prompt.
5751 (comint-delchar-or-maybe-eof): Use comint-send-eof.
5752 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
5753
96190aa1
SM
57542000-08-09 Stefan Monnier <monnier@cs.yale.edu>
5755
5cda4b07
SM
5756 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
5757 (regexp-opt-group): Use a list of chars for `letters'.
5758 (regexp-opt-charset): `chars' is now a list of chars.
5759 Use a char-table rather than a vector so it works for multibyte chars.
5760
96190aa1
SM
5761 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
5762 Set cvs-minor-current-files to the selected fileinfo.
5763 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
5764 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
5765
7d093d56
EZ
57662000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
5767
5768 * files.el (insert-directory): Don't call access-file on
5769 directories on DOS and Windows.
5770
b24c5811
KH
57712000-08-09 Kenichi Handa <handa@etl.go.jp>
5772
5773 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
5774 longer if necessary.
5775 (ccl-embed-code): Call ccl-embed-data to store CODE in
5776 ccl-program-vector.
5777
0a6fd67e
MB
57782000-08-09 Miles Bader <miles@gnu.org>
5779
5780 * comint.el (comint-output-filter): Properly handle the case where
5781 the text surrounded by comint-last-output-overlay was deleted.
5782
9f6d1a6c
GM
57832000-08-08 Gerd Moellmann <gerd@gnu.org>
5784
25ad1371
GM
5785 * info.el (Info-insert-dir): Use Info-additional-directory-list if
5786 non-nil.
5787 (Info-file-list-for-emacs): Remove "info" from the list because
5788 that leads to trying to use the documentation from file `info'
5789 in various situations where it isn't appropriate, for instance
5790 C-h C-k C-h i.
5791
5792 * ffap.el (ffap-read-file-or-url-internal): Handle case that
5793 DIR and/or STRING are nil.
5794
5795 * progmodes/compile.el (compilation-setup): Make variable
5796 compilation-error-screen-columns buffer-local, as some comment
5797 in the code suggests it should be.
5798
5799 * files.el (auto-mode-interpreter-regexp): New variable.
5800 (set-auto-mode): Use it.
5801
5802 * indent.el (indent-for-tab-command): Doc fix.
5803
5804 * mouse-sel.el (mouse-sel-mode): Doc fix.
5805
9f6d1a6c
GM
5806 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
5807 labels.
5808
5809 * help.el (print-help-return-message): When
5810 display-buffer-reuse-frames is set, let the help window been quit,
5811 instead of deleting it, which might delete a reused frame.
5812
3d819a75
EZ
58132000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
5814
5815 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
5816 rename a directory to a name that differs only by its letter case.
5817
c5a52529
KH
58182000-08-08 Kenichi Handa <handa@etl.go.jp>
5819
5820 * international/quail.el (quail-define-rules): Handle Quail decode
5821 map correctly. Add code for supporting annotations.
5822 (quail-install-decode-map): New function.
5823 (quail-defrule-internal): New optional arguments decode-map and
5824 props.
5825 (quail-advice): New function.
5826
5e9e032a
SS
58272000-08-07 Sam Steingold <sds@gnu.org>
5828
5829 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
5830 `defconst', `define-condition', `with-slots'.
5831 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
5832
46645f4b
MB
58332000-08-03 Miles Bader <miles@gnu.org>
5834
5835 * comint.el (comint-use-prompt-regexp-instead-of-fields):
5836 New variable.
5837 (comint-prompt-regexp, comint-get-old-input): Document dependence on
5838 comint-use-prompt-regexp-instead-of-fields.
5839 (comint-send-input): Add `input' field property to stuff we send to
5840 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
5841 (comint-output-filter): Add `output' field property to process
5842 output, if comint-use-prompt-regexp-instead-of-fields is nil.
5843 (comint-replace-by-expanded-history)
5844 (comint-get-old-input-default, comint-show-output)
5845 (comint-backward-matching-input, comint-forward-matching-input)
5846 (comint-next-prompt, comint-previous-prompt): Use field
5847 properties if comint-use-prompt-regexp-instead-of-fields is nil.
5848 (comint-line-beginning-position): New function.
5849 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
5850 (comint-replace-by-expanded-history-before-point): Use
5851 comint-line-beginning-position and line-end-position.
5852 (comint-last-output-overlay): New variable.
5853 (comint-mode): Make `comint-last-output-overlay' buffer-local.
5854
5855 * shell.el (shell-prompt-pattern): Doc change.
5856 (shell-backward-command): Use line-beginning-position.
5857
5858 * gud.el (gud-gdb-complete-command): Use
5859 comint-line-beginning-position.
5860
5861 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
5862 comint-bol doesn't actually go to the beginning of the line.
5863
5864 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
5865 if comint-use-prompt-regexp-instead-of-fields is non-nil.
5866 (try-expand-line-all-buffers): Likewise.
5867
5868 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
5869 explicitly matching comint-prompt-regexp.
5870 (sql-copy-column): Use comint-line-beginning-position instead of
5871 explicitly matching comint-prompt-regexp.
5872
5873 * progmodes/octave-inf.el (inferior-octave-complete): Use
5874 comint-line-beginning-position.
5875
5876 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
5877
5878 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
5879 looking for a prompt, use `forward-line 0' instead of
5880 `beginning-of-line', to avoid getting caught by an input field.
5881
ff3d9573
GM
58822000-08-07 Gerd Moellmann <gerd@gnu.org>
5883
5884 * files.el (shell-quote-wildcard-pattern): Make sure to return
5885 PATTERN, in the Unix case.
5886
e0d8827b
EZ
58872000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
5888
5889 * play/zone.el (zone): Discard any pending input before running
5890 the randomly-chosen pgm.
5891
24d55b8f
KH
58922000-08-07 Kenichi Handa <handa@etl.go.jp>
5893
5894 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
5895 checking the existence of any multibyte characters.
5896
3d05e1ee
GM
58972000-08-06 Gerd Moellmann <gerd@gnu.org>
5898
6c4a4368
GM
5899 * help.el (describe-mode): Test minor-mode symbol for being
5900 bound before testing its value for being nil.
5901
3d05e1ee
GM
5902 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
5903 `first', `second', and `third'.
5904
5905 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
5906 (second): Make it an alias for `cadr'.
5907
6968a481
EZ
59082000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
5909
5910 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
5911 types of display support faces now.
5912
e49aa397
GM
59132000-08-05 Gerd Moellmann <gerd@gnu.org>
5914
5915 * pcvs.el (require): Require `cl' during compilation, only.
5916
5917 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
5918 (toplevel): Remove `remq' and `remove' from autoloads.
5919 (cl-fake-autoloads): New variable. If set, arrange for an error
5920 when CL functions etc. are autoloaded.
5921
588aca27
EZ
59222000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
5923
2e78d4ab
EZ
5924 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
5925
85628348
EZ
5926 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
5927 popped up, but the user clicks outside the menu, return an empty
5928 regexp (that causes unhighlight-regexp to have no effect).
5929
74f0e552
EZ
5930 * menu-bar.el (menu-bar-games-menu): Add Zone.
5931
588aca27
EZ
5932 * hi-lock.el (toplevel): Require font-lock.
5933
f4988be7
GM
59342000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5935
ba087cd7 5936 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
5937 (ebnf-8-bit-chars): New var for bug fix.
5938 (ebnf-string): Bug fix.
5939
027b73ac
SS
59402000-08-03 Sam Steingold <sds@gnu.org>
5941
5942 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
5943 instead of `buffer-string'.
5944 (require 'cl): Always, not just when compiling.
5945 `ignore-errors' in `interactive', `list*', `defun*' &c make this
5946 necessary.
5947
2f1fa038
EZ
59482000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
5949
5950 * international/mule-cmds.el (select-safe-coding-system): Make
5951 the message text about selecting a safe coding system more clear.
5952
ead53494
GM
59532000-08-02 Gerd Moellmann <gerd@gnu.org>
5954
abb2db1c
GM
5955 * hi-lock.el: New file.
5956
5957 * play/zone.el: New file.
5958
ead53494
GM
5959 * replace.el (occur): Set tab-width in the *Occur* buffer to the
5960 value of tab-width in the original buffer. Choose a line number
5961 format that's a multiple of the original buffer's tab width, so
5962 that lines appear right.
5963
5964 * textmodes/ispell.el (ispell): New function, replacing an alias.
5965 Spell-check active region if in transient-mark-mode and mark
5966 is active; otherwise spell-check buffer.
5967
59682000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5969
5970 * ps-mule.el: Fix a customization problem on
5971 ps-mule-font-info-database-default.
5972
f4a2b0a4
EZ
59732000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
5974
5975 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
5976 display-mouse-p instead of window-system.
5977 (ebrowse-member-mode-map): Ditto.
5978
b685181e
GM
59792000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5980
ba087cd7
EZ
5981 * progmodes/ebnf2ps.el: Update ps-print functions call.
5982 Indentation fix. Doc fix.
b685181e
GM
5983 (ebnf-version): New version number (3.2).
5984 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 5985
3b5fab87
EZ
59862000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
5987
032ebb29
EZ
5988 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
5989 font lock support on window-system.
5990 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
5991
3b5fab87
EZ
5992 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
5993 display-color-p, if fboundp, instead of window-system.
5994
7e2605e7
EZ
59952000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
5996
5997 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
5998 instead of window-system.
5999
6000 * wid-edit.el (widget-choose): Use display-mouse-p instead of
6001 window-system.
6002 (widget-choice-mouse-down-action): Use display-popup-menus-p
6003 instead of window-system.
6004
6005 * strokes.el (strokes-file): Run the file name through
6006 convert-standard-filename.
6007 (strokes-mode): Call display-mouse-p instead of looking at
6008 window-system. Change the error message accordingly.
6009
6010 * progmodes/cpp.el (toplevel): Support faces on tty's.
6011
6012 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
6013 (lm-plot-square, lm-init-display): Don't use window-system.
6014
6015 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
6016 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
6017
6018 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
6019 instead of looking at window-system.
6020
26119624
GM
60212000-07-30 Gerd Moellmann <gerd@gnu.org>
6022
6023 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
6024 of testing if iswitchb-prepost-hooks is bound, because the
6025 latter will always be true when invoking a recursive minibuffer
6026 from an active Iswitchb buffer.
6027
c90596f3
EZ
60282000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6029
6030 * files.el (shell-quote-wildcard-pattern): New function.
6031 (insert-directory): Call it. Only prepend "\" to command on Unix
6032 and GNU/Linux systems.
6033
18925e78
GM
60342000-07-30 Gerd Moellmann <gerd@gnu.org>
6035
6036 * eshell/esh-groups.el: Change custom :link file names
6037 from `eshell.info' to `eshell'.
6038
60392000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
6040
6041 * dired.el (dired-build-subdir-alist): Expand subdirectory names
6042 correctly in recursive ange-ftp listings.
6043
60442000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6045
6046 * ps-print.el: Fix bug 1: if ps-font-size-internal,
6047 ps-header-font-size-internal and
6048 ps-header-title-font-size-internal variables are not set,
6049 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
6050 face text property is (foreground-color . COLOR) or
6051 `(background-color . COLOR)', ps-print crashes. Doc fix.
6052 (ps-print-version): New version number (5.2.4).
6053 (ps-plot-region): Code fix.
6054 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
6055 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
6056 Bug fix 2.
6057
60582000-07-30 Milan Zamazal <pdm@freesoft.cz>
6059
6060 * glasses.el (glasses-make-readable): Fix uncapitalization of
6061 identifiers like `myXMLDocument'.
6062
aeb4c63e
KF
60632000-07-28 Karl Fogel <kfogel@red-bean.com>
6064
18925e78
GM
6065 * mail/mail-hist.el (mail-hist-previous-input)
6066 (mail-hist-next-input): Do the obvious code factorization.
6067 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
6068 code of above two.
6069 If inserting a message body, leave point at top.
6070
9d453139
SS
60712000-07-28 Sam Steingold <sds@gnu.org>
6072
6073 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
6074 Use `<=', not `<' to compare times!
6075 (ange-ftp-ls): Remove.
9d453139 6076
b548072f
GM
60772000-07-27 Gerd Moellmann <gerd@gnu.org>
6078
27848c01
GM
6079 * play/cookie1.el: Add explanation of how to make cookie.el
6080 compatible with strfile(1) to comment.
6081
6082 * subr.el (remove, remq): New functions.
6083
3ab82477
GM
6084 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
6085 escape `*' in regexps.
6086 (midnight-find): Reverse order of arguments in the funcall of
6087 TEST.
6088
6089 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
6090 and `.class'.
6091
b548072f
GM
6092 * play/meese.el: Add Commentary section.
6093
27848c01
GM
60942000-07-27 Alex Schroeder <alex@gnu.org>
6095
6096 * sql.el (sql-ms): Added autoload cookie.
6097 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
6098 (sql-oracle): Ditto.
6099 (sql-help): Doc change.
6100
6101 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
6102 types and exceptions.
6103
61042000-07-27 Alex Schroeder <alex@gnu.org>
6105
6106 * sql.el (sql-placeholder-history): New variable.
6107 (sql-query-placeholders-and-send): New function that will query
6108 the user and replace placeholders with user input.
6109 (sql-oracle): If running on NT, set comint-input-sender to
6110 sql-query-placeholders-and-send.
6111
6112 (sql-stop): If in the SQLi buffer, insert stop notification, else
6113 present it as a message.
6114
61152000-07-27 Alex Schroeder <alex@gnu.org>
6116
6117 * sql.el (sql-input-ring-separator): Doc change.
6118 (sql-input-ring-file-name): Doc change.
6119 (sql-interactive-mode): Use `sql-input-ring-separator' and
6120 `sql-input-ring-file-name' to set the comint-mode equivalents
6121 without making them local variables.
6122 (sql-stop): Don't bind `sql-input-ring-separator' and
6123 `sql-input-ring-file-name' dynamically to their comint-mode
6124 equivalents.
6125
91ae8751
KH
61262000-07-27 Kenichi Handa <handa@etl.go.jp>
6127
6128 * international/mule.el (register-char-codings): New function.
6129 (make-coding-system): Handle `safe-chars' specification in the arg
6130 PROPERTY.
6131
6132 * international/mule-cmds.el
6133 (find-coding-systems-region-subset-p): This function deleted.
6134 (sort-coding-systems-predicate): New variable.
6135 (sort-coding-systems): New function.
6136 (find-coding-systems-region): Use
6137 find-coding-systems-region-internal.
6138 (find-coding-systems-string): Use find-coding-systems-region.
6139 (find-coding-systems-for-charsets): Check
6140 char-coding-system-table.
6141 (select-safe-coding-system-accept-default-p): New variable.
6142 (select-safe-coding-system): Mostly rewritten. New argument
6143 ACCEPT-DEFAULT-P.
6144 (select-message-coding-system): Call select-safe-coding-system
6145 with ACCEPT-DEFAULT-P arg.
6146 (reset-language-environment): Reset default-sendmail-coding-system
6147 to the default value iso-latin-1.
6148 (set-language-environment): Don't set the obsolete variable
6149 charset-origin-alist.
6150
6151 * international/codepage.el (cp-coding-system-for-codepage-1):
6152 Give `safe-chars' property to make-coding-system.
6153
6154 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
6155 calling select-message-coding-system twice.
6156
6157 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
6158 instead of `safe-charsets'.
6159 (cyrillic-alternativnyj): Likewise.
6160 (ccl-encode-alternativnyj): Don't check the charset
6161 cyrillic-iso8859-5.
6162
90cf4474
KH
61632000-07-27 Kenichi Handa <handa@etl.go.jp>
6164
6165 * composite.el (compose-chars-after): Preserve match data.
6166
a1f84f6d
SS
61672000-07-26 Sam Steingold <sds@gnu.org>
6168
6169 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
6170 (ange-ftp-real-file-newer-than-file-p): New function.
6171 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
6172 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
6173
6174 * tooltip.el (tooltip-float-time): Removed (use `float-time').
6175 * midnight.el (midnight-float-time): Ditto.
6176
e092928e
AS
61772000-07-26 Andreas Schwab <schwab@suse.de>
6178
6179 * files.el (normal-backup-enable-predicate): Correct
6180 interpretation of the return value of compare-strings.
6181
7465ebef
GM
61822000-07-26 Gerd Moellmann <gerd@gnu.org>
6183
3353ef5a
GM
6184 * isearch.el (isearch-resume): New function.
6185 (isearch-done): Add something to command-history to resume
6186 the search.
6187 (isearch-yank-line, isearch-yank-word): Use
6188 buffer-substring-no-properties instead of buffer-substring.
6189
7465ebef
GM
6190 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
6191 of flyspell-mouse-map.
6192
6193 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
6194 duplicate definition.
6195 (makefile-mode): Remove duplicate setting of local-abbrev-table.
6196
6197 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
6198 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
6199
5044b74a
SS
62002000-07-25 Sam Steingold <sds@gnu.org>
6201
25759a92
SS
6202 * net/ange-ftp.el: Get modtime over the net.
6203 (ange-ftp-file-modtime): New function.
a95cb10a
GM
6204 (ange-ftp-write-region, ange-ftp-insert-file-contents)
6205 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
6206 Use it.
6207 (ange-ftp-dot-to-slash): New function.
6208 (ange-ftp-fix-name-for-vms): Use it.
6209
5044b74a
SS
6210 * midnight.el (midnight-buffer-display-time): Use
6211 `with-current-buffer'.
6212
5dcfb3f4
GM
62132000-07-25 Gerd Moellmann <gerd@gnu.org>
6214
6215 * find-dired.el: Update copyright notice.
6216 (find-dired): Offer to kill a running `find'.
6217
6218 * enriched.el (enriched-face-ans): For a `foreground-color'
6219 property, return '(("x-color" COLOR))' so that COLOR will be
6220 output as a parameter of the x-color annotation. Likewise for the
6221 `background-color' property. In the case of normal face
6222 properties, don't return annotations for unspecified foreground
6223 and background face attributes.
6224
8c662166
KH
62252000-07-25 Kenichi Handa <handa@etl.go.jp>
6226
6227 * language/japan-util.el (japanese-katakana-region): Fix handling
6228 HANKAKU argument.
6229
c28da489
MB
62302000-07-25 Miles Bader <miles@gnu.org>
6231
6232 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
6233 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
6234 constrain-to-field.
6235
ad349719
AI
62362000-07-24 Andrew Innes <andrewi@gnu.org>
6237
6238 * timer.el (timer-activate-when-idle): Add optional parameter
6239 DONT-WAIT. Update docstring.
6240 (run-with-idle-timer): Specify extra parameter to
6241 timer-activate-when-idle, so that timer will be activated
6242 immediately if Emacs is already idle.
6243
6244 * w32-fns.el (w32-using-nt): Fix docstring.
6245
c95162f5
DL
62462000-07-24 Dave Love <fx@gnu.org>
6247
6248 * mouse.el (popup-menu): Set last-command-event.
6249 (mouse-major-mode-menu-prefix): Declare.
6250
e3c31fd5
GM
62512000-07-24 Gerd Moellmann <gerd@gnu.org>
6252
6253 * textmodes/flyspell.el: Update to author's version 1.5d.
6254
6255 * progmodes/hideshow.el: Update copyright notice.
6256
6257 * vcursor.el: Set maintainer to FSF, since author cannot
6258 be reached.
6259
7636d2a3
EZ
62602000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6261
fbe0a958
EZ
6262 * info.el (Info-goto-emacs-key-command-node): Leave a space after
6263 the prompt.
6264
7636d2a3
EZ
6265 * mouse.el (popup-menu): Run the keymap through indirect-function,
6266 in case it was defined with define-prefix-key. If the menu is a
6267 list of keymaps, look up the binding of user's choice in each one
6268 of the keymaps.
6269 (mouse-popup-menubar): If the global and local menu-bar keymaps
6270 don't have a prompt string, create one and insert it into the
6271 keymap. Don't barf if current-local-map returns nil.
6272
e024b101
GM
62732000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
6274
6275 * dired.el (dired-sort-R-check): Added to allow recursive listing
6276 to be undone.
6277 (dired-sort-other): Use it.
6278
7972fcfc
GM
62792000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6280
e024b101 6281 * Release of cc-mode 5.27
7972fcfc
GM
6282
62832000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6284
6285 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
6286 c-beginning-of-statement-1 that caused a bad case of recursion
6287 which could consume a lot of CPU in large classes in languages
6288 that have in-expression classes (i.e. Java and Pike).
6289
6290 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
6291 statements before top level constructs (i.e. case 6 is moved
6292 before case 5 and is now case 4) to catch in-expression
6293 classes in top level expressions correctly.
6294
62952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6296
6297 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
6298 objc-method-intro. Case 4 removed and case 5I added.
6299
6300 * cc-langs.el (c-append-paragraph-start): New variable used by
6301 c-common-init to get paragraph-start correct.
6302 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
6303 initialize paragraph-start to make it correct both with and
6304 without the javadoc special case.
6305
6306 * cc-mode.el (java-mode): Use c-append-paragraph-start to
6307 initialize paragraph-start for javadoc markup.
6308
6309 * cc-vars.el (c-style-variables-are-local-p): Incompatible
6310 change by defaulting this to t. It's motivated by the
6311 confusing behavior that otherwise arise from the style system
6312 when editing both java and non-java files at the same time
6313 (see the comments about style setting in c-common-init).
6314
63152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6316
6317 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
6318 similar to the one in c-fill-paragraph to check the fill
6319 prefix from the adaptive fill function for sanity.
6320
63212000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6322
6323 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
6324 defun block.
6325
63262000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6327
5044b74a 6328 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
6329
63302000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6331
6332 * cc-align.el (c-lineup-multi-inher): Handle lines with
6333 leading comma nicely. Extended to handle member initializers
6334 too.
6335
e024b101 6336 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
6337 c-guess-basic-syntax): Fixed recognition of inheritance lists
6338 when the lines begins with a comma.
6339
5044b74a 6340 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
6341
6342 * cc-vars.el (c-offsets-alist): Changed default for
6343 member-init-cont to c-lineup-multi-inher since it now handles
6344 member initializers and indents better for leading commas.
6345
63462000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6347
6348 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
6349 handling that caused class open lines to be recognized as
6350 statement-conts in some cases.
6351
6352 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
6353 guessed by the adaptive fill function unless point is on the
6354 first line of a block comment.
6355
6356 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
6357 when the buffer ends with a macro continuation char.
6358
6359 * cc-engine.el (c-guess-basic-syntax): Added support for
6360 function definitions as statements in Pike. The first
6361 statement in a lambda block is now labeled defun-block-intro
6362 instead of statement-block-intro.
6363
6364 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
6365 so that the class surrounding point is selected, not the one
6366 innermost in the state.
6367
6368 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
6369 recognition of switch labels having hanging multiline
6370 statements.
6371
6372 * cc-engine.el (c-beginning-of-member-init-list): Broke out
6373 some code in c-guess-basic-syntax to a separate function.
6374 * cc-engine.el (c-just-after-func-arglist-p): Fixed
6375 recognition of member inits with multiple line arglists.
6376 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
6377 member-init-cont when the commas are in funny places.
6378
63792000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6380
6381 * cc-defs.el (c-auto-newline): Removed this macro since it's
6382 not used anymore.
6383
6384 * cc-engine.el (c-looking-at-bos): New helper function.
6385 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
6386 inexpr and toplevel classes apart in Pike.
6387
6388 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
6389 of case 9A.
6390
6391 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
6392 constant, since "class" can introduce an in-expression class
6393 in Pike nowadays.
6394
63952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6396
6397 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
6398 indentation on cpp-macro lines.
6399
6400 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
6401 a syntax modifier like comment-intro, to make it possible to
6402 get syntactic indentation for preprocessor directives. It's
6403 incompatible wrt to lineup functions on cpp-macro, but it has
6404 no observable effect in the 99.9% common case where cpp-macro
6405 is set to -1000.
6406
64072000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6408
6409 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
6410 member-init-cont when the preceding arglist is several lines.
6411
64122000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6413
6414 * cc-styles.el (c-style-alist): The basic offset for the BSD
6415 style corrected to 8.
6416
64172000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6418
6419 * cc-styles.el (c-style-alist): Adjusted the indentation of
6420 brace list openers in the gnu style.
6421
64222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6423
6424 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
6425
6426 * cc-cmds.el (c-electric-brace, c-electric-slash,
6427 c-electric-star, c-electric-semi&comma, c-electric-colon,
6428 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
6429 when c-syntactic-indentation is nil.
6430
6431 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
6432 we were left at comments preceding the first statement when
6433 reaching the beginning of the buffer.
6434
6435 * cc-vars.el (c-syntactic-indentation): New variable to turn
6436 off all syntactic indentation.
6437
64382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6439
6440 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
6441 between the text and the block comment ender when it hangs,
6442 depending on how many there are before the fill.
6443
64442000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6445
6446 * cc-engine.el (c-beginning-of-closest-statement): New helper
6447 function to go back to the closest preceding statement start,
6448 which could be inside a conditional statement.
6449 * cc-engine.el (c-guess-basic-syntax): Use
6450 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
6451
6452 * cc-engine.el (c-guess-basic-syntax): Better handling of
6453 arglist-intro, arglist-cont-nonempty and arglist-close when
6454 the arglist is nested inside parens. Cases 7A, 7C and 7F
6455 changed.
6456
6457 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
6458 up-to-date with javadoc 1.2.
6459
64602000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6461
6462 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
6463 multiline Pike type decls.
6464
64652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6466
6467 * cc-cmds.el (c-indent-new-comment-line): Always break
6468 multiline comments in multiline mode, regardless of
6469 comment-multi-line.
6470
64712000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6472
6473 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
6474 fully::qualified::names in C++ member init lists. Preamble in
6475 case 5D changed.
6476
64772000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6478
6479 * cc-langs.el (c-common-init): Handling of obsolete variables
6480 moved to c-initialize-cc-mode. More compatible style override
6481 when using global style variables.
6482 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
6483 variables moved here.
6484
e024b101 6485 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
6486 c-special-indent-hook as a style variable. Don't talk about
6487 doing (c-make-styles-buffer-local t) in a mode hook, since
6488 that's already too late to work right.
5044b74a 6489
7972fcfc
GM
6490 * cc-styles.el (c-make-styles-buffer-local): Flag style
6491 variable localness in c-style-variables-are-local-p to make
6492 the compatibility measure in c-common-init work well.
6493
6494 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
6495 longer contain set-from-style.
6496 * cc-styles.el (c-initialize-builtin-style): Don't check for
6497 set-from-style on c-special-indent-hook.
6498 * cc-styles.el (c-copy-tree): Obsolete. The standard function
6499 copy-alist is sufficient now.
6500
6501 * cc-styles.el (c-set-style, c-set-style-1,
6502 c-get-style-variables): Fixes to variable initialization so
6503 that duplicate entries in styles have the same effect
6504 regardless of DONT-OVERRIDE.
6505
6506 * cc-styles.el (c-set-style-2): Fixed bug where the
6507 initialization of inheriting styles failed when the
6508 dont-override flag is set.
6509
6510 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
6511 on this.
6512
65132000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6514
6515 * cc-defs.el (c-forward-comment): Removed the workaround
6516 introduced in 5.38 since it had worse side-effects. If a line
6517 contains the string "//\"", it regarded the // as a comment
6518 start since the \ temporarily doesn't have escape syntax.
6519
65202000-07-17 Emmanuel Briot <briot@act-europe.fr>
6521
6522 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
6523 ada-xref.el before ada-prj.el, so that the Project menu is created
6524 when ada-prj tries to add to it.
6525 (ada-activate-keys-for-case): Suppress the characters that are not
6526 part of the Ada syntax. Better compatibility with else-mode
6527 (ada-adjust-case-interactive): When auto-casing is not active,
6528 correctly insert newlines (used to insert only ^M). Prevent the
6529 syntax table from being changed in case of an error
814299a7 6530 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
6531 Do nothing if ada-auto-case is nil.
6532 (ada-after-keyword-p): Ignore keywords that are also attributes
6533 (ada-batch-reformat): Update usage comment
6534 (ada-call-from-contextual-menu): New function
6535 (ada-case-read-exceptions): Reinitialize the casing exception list
6536 first to nil first, so that the casing exception file can be
6537 shared.
6538 (ada-check-defun-name): Handles "configure" keyword for gnatdist
6539 files.
6540 (ada-compile-goto-error): Fix regexp used to detect a file:line
6541 anywhere in the error message
6542 (ada-contextual-menu-last-point): New variable
6543 (ada-create-keymap): If the variable delete-key-deletes-forward is
6544 t on XEmacs, it means that DEL should delete one character
6545 forward.
6546 (ada-create-menu): Use :included instead of :visible for XEmacs.
6547 New submenu "Options".
6548 (ada-end-stmt-re): Correctly indent "select ... then abort"
6549 statements.
6550 (ada-fill-comment-paragraph): Correctly delete all leading '--'
6551 even if they don't match ada-fill-comment-prefix Fix handling of
6552 paragraphs on the first or last line of a file.
6553 (ada-format-paramlist): Fix handling of default parameter values.
6554 (ada-get-body-name): New function.
6555 (ada-get-current-indent): Optimized by searchling directly for an
6556 existing generic part or a statement outside of it. Handle
6557 ada-indent-align-comments when indenting comments Replaced some
6558 regexps by testing directly the next character. This results in a
6559 huge speedup on some files. New indentation scheme for renames
6560 statements. Stop looking for the 'while' or 'for' associated with
6561 a 'loop' at the first semicolon encountered. A "return" can also
6562 match an anonymous access subprogram declaration.
6563 (ada-get-indent-noindent): Ignore strings and comments when
6564 looking for the keywords "record" and "private".
6565 (ada-goto-matching-decl-start): When matching "if", make sure we
6566 are not in fact seeing "end if". Ignore "when" statements except
6567 when initial keyword was "begin". Fix handling of nested
6568 procedures. Add a recursive call to this function to skip over
6569 other 'end' statmts. Fix indentation for "when .. => begin"
6570 (ada-in-open-paren-p): Fix indentation for complex boolean
6571 expressions, where 'and then', 'or else' and parenthesis
6572 statements are mixed up.
6573 (ada-in-paramlist-p): Skip comments while searching for the
6574 beginning Fix handling of operator declarations.
6575 (ada-indent-align-comments): New variable
6576 (ada-indent-current): Change the syntax table only in the
6577 protected section, so that we are sure it is restored correctly.
6578 (ada-indent-on-previous-lines): Use ada-use-indent and
6579 ada-with-indent Correctly indent "select ... then"
6580 (ada-indent-region): Slight speedup.
6581 (ada-indent-renames): New variable.
6582 (ada-last-which-function-subprog, ada-last-which-function-line):
6583 New variables
6584 (ada-looking-at-semi-private): Correctly indent the 'private'
6585 keyword when it is the first word in a package declaration.
6586 (ada-loose-case-word): Stop searching if at the end of the buffer.
6587 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
6588 even if point is not initially at the end of the word.
6589 (ada-matching-decl-start-re): Add "when".
6590 (ada-mode): Add support for abbrev-mode, outline-mode and
6591 which-func-mode Override the old find-file.el entry in
6592 ff-special-constructs since it is using the obsolete
6593 ada-spec-suffix variable
6594 (ada-no-auto-case): New function
6595 (ada-scan-paramlist): When parsing the argument type, accept
6596 spaces (as in "X 'Class", generated by Rational Rose).
6597 (ada-other-file-name): No longer loads the other file.
6598 (ada-popup-menu): Save and restore the current buffer and cursor
6599 position before and after displaying the menu.
6600 (ada-search-ignore-complex-boolean): New function.
6601 (ada-uncomment-region): Emacs21 already knows how to delete
6602 comments not starting in the first column.
6603 (ada-use-indent): New variable
6604 (ada-which-function): New function.
6605 (ada-with-indent): New variable
6606 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
6607 can be batch-compiled from the command line.
6608
6609 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
6610 Add to the menu when the file is loaded, not in ada-mode-hook.
6611 Add -toolbar to the default ddd command Switches moved from
6612 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
6613 ada-prj-default-comp-opt
6614 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
6615 Reference Manual to the menu
6616 (ada-check-current): rewritten as a call to ada-compile-current
6617 (ada-compile): Removed.
6618 (ada-compile-application, ada-compile-current, ada-check-current):
6619 Set the compilation-search-path so that compile.el automatically
6620 finds the sources in src_dir. Automatic scrollong of the
6621 compilation buffer. C-uC-cC-c asks for confirmation before
6622 compiling
6623 (ada-compile-current): New parameter, prj-field
6624 (ada-complete-identifier): Load the .ali file before doing
6625 processing
6626 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
6627 conform to gnatmake's behavior.
6628 (ada-find-file-in-dir): New function
6629 (ada-find-references): Set the environment variables for gnatfind
6630 (ada-find-src-file-in-dir): New function.
6631 (ada-first-non-nil): Removed
6632 (ada-gdb-application): Add support for jdb, the java debugger.
6633 (ada-get-ada-file-name): Load the original-file first if not done
6634 yet.
6635 (ada-get-all-references): Handles the new ali syntax (parent types
6636 are found between <>).
6637 (ada-initialize-runtime-library): New function
6638 (ada-mode-hook): Always load a project file when a file is opened,
6639 so that the casing exceptions are correctly read.
6640 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
6641 (ada-parse-prj-file): Use find-file-noselect instead of find-file
6642 to open the project file, since the latter does not work with
6643 speedbar Get default values before loading the prj file, or the
6644 default executable file name is wrong. Use the absolute value of
6645 src_dir to initialize ada-search-directories and
6646 compilation-search-path,... Add the standard runtime library to
6647 the search path for find-file.
6648 (ada-prj-default-debugger): Was missing an opening '{'
6649 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
6650 variables.
6651 (ada-prj-default-gnatmake-opt): New variable
6652 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
6653 buffers, the project file is the default one Save the windows
6654 configuration before displaying the menu.
6655 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
6656 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
6657 ...) regexp-quote identifiers names to support operators +,
6658 -,... in regexps.
6659 (ada-remote): New function.
6660 (ada-run-application): Erase the output buffer before starting the
6661 run Support remote execution of the application. Use
6662 call-process, or the arguments are incorrectly parsed
6663 (ada-set-default-project-file): Reread the content of the active
6664 project file, not the one from the current buffer When a project
6665 file is set as the default project, all directories are
6666 automatically associated with it.
6667 (ada-set-environment): New function
6668 (ada-treat-cmd-string): New special variable ${current}
6669 (ada-treat-cmd-string): Revised. The substitution is now done for
6670 any ${...} substring
6671 (ada-xref-current): If no body was found, compiles the spec
6672 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
6673 compiler to get rid of command line length limitations.
6674 (ada-xref-get-project-field): New function
6675 (ada-xref-project-files): New variable
6676 (ada-xref-runtime-library-specs-path)
6677 (ada-xref-runtime-library-ali-path): New variables
6678 (ada-xref-set-default-prj-values): Default run command now does a
6679 cd to the build directory. New field: main_unit Provide a default
6680 file name even if the current buffer has no prj file.
6681
6682 * ada-prj.el:
6683 Rewritten to show a tabbed-dialog.
6684 (ada-prj-add-ada-menu): Remove the map and name parameters.
6685 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
6686 New function
6687 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
6688 (ada-prj-load-from-file): New function
6689 (ada-prj-save): Always save fields that depend on the current buffer
6690 (ada-prj-show-value): New function
5044b74a 6691
7972fcfc
GM
6692 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
6693 Ada mode. This will allow us to display the Ada menu in any buffer
6694 we want (for project items).
6695 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
6696 number of spaces in the header.
5044b74a 6697
8730a8da
DL
66982000-07-24 Dave Love <fx@gnu.org>
6699
6700 * ediff-init.el (ediff-region-help-echo): Bind face-help.
6701
db3ca487
NF
67022000-07-23 Noah Friedman <friedman@splode.com>
6703
ad953485
NF
6704 * type-break.el (type-break): perform autosave.
6705 Suggested by Stephen Gildea <gildea@intouchsys.com>.
6706 (type-break-do-query): Cancel query schedule while performing
6707 actual query, to avoid possibility of a second query being made
6708 while first one is already in progress.
6709 (type-break-time-stamp-format): New variable.
6710 (type-break-time-stamp): New function.
6711 (type-break-time-warning): Use it.
6712 (type-break-keystroke-warning): Use it.
6713 (type-break-noninteractive-query): Use it.
6714
03a9c6d0
NF
6715 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
6716 cookie.
6717 Use add-minor-mode to set minor-mode-alist, if available.
6718 (eldoc-echo-area-use-multiline-p): New user option.
6719 (eldoc-echo-area-multiline-supported-p): New variable.
6720 (eldoc-docstring-format-sym-doc): Use them.
6721 (eldoc-mode): If not using idle timers, append to local post and
6722 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
6723 (eldoc-display-message-no-interference-p): Don't interfere with
6724 edebug.
6725 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
6726 (eldoc-function-arglist): New function.
6727 (eldoc-function-argstring): Use it.
6728
db3ca487
NF
6729 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
6730 auto save directory exists before calling directory-files.
6731
f7ad1899
DL
67322000-07-23 Dave Love <fx@gnu.org>
6733
6734 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
6735 ^o, ^u.
6736
43e764c9
DL
67372000-07-21 Dave Love <fx@gnu.org>
6738
475de6f4
DL
6739 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
6740 now passed to the function. It now works properly.
6741
43e764c9
DL
6742 * smerge-mode.el (smerge-mode-menu): Fill it out.
6743
e8bea4c0
GM
67442000-07-20 Gerd Moellmann <gerd@gnu.org>
6745
6746 * info-look.el (info-lookup): If *info* is shown in another frame
6747 on the same display, select that frame, instead of switching to
6748 the Info buffer in another window of the selected frame.
6749
6750 * simple.el (universal-argument-map): Bind numeric keypad keys
6751 kp-0 to kp-9 and kp-subtract.
6752 (digit-argument): Handle these keys.
6753
bc75b4fd
DL
67542000-07-20 Dave Love <fx@gnu.org>
6755
6756 * net/goto-addr.el (goto-address-fontify): Don't bother with
6757 buffer-modified and read-only stuff -- irrelevant with overlays.
6758 Put an extra property on the overlays and use it to clean up in
6759 case goto-address is re-run.
6760
8b7bc628
RS
67612000-07-19 Richard M. Stallman <rms@gnu.org>
6762
18e21ce8
RS
6763 * timer.el (run-with-idle-timer): Doc fix.
6764
db3ca487 6765 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
6766 Handle case where <...> appears inside "...".
6767 Use replace-match to edit the string more simply.
6768 (rmail-dont-reply-to): Cope with an unmatched ".
6769
50575ec2
DL
67702000-07-19 Dave Love <fx@gnu.org>
6771
6772 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
6773 implementation.
6774
6775 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
6776 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
6777 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
6778
4279296d
GM
67792000-07-19 Gerd Moellmann <gerd@gnu.org>
6780
47db06aa
GM
6781 * textmodes/refer.el: Correct maintainer's email address.
6782
6783 * progmodes/hideif.el: Correct author's email address.
6784 Fix typo in comment.
6785
6786 * xml.el: New file.
6787
4279296d
GM
6788 * mail/mailheader.el: Correct author's mail address.
6789
6790 * gnus/parse-time.el: Correct author's mail address.
6791
47db06aa 67922000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
6793
6794 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
6795 New user options.
6796 (comint-input-ring-file-name): Change custom type.
6797 (comint-mode-map): Bind mouse-2.
6798 (comint-insert-clicked-input): New function.
6799 (comint-send-input): Handle input highlighting.
6800
21ad0f7b
SM
68012000-07-18 Stefan Monnier <monnier@cs.yale.edu>
6802
6803 * mouse.el (popup-menu): New function.
6804 (mouse-major-mode-menu): Use it.
6805
3b33a005
DL
68062000-07-18 Dave Love <fx@gnu.org>
6807
6808 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
6809 improvements.
6810
dc1cac59
GM
68112000-07-18 Gerd Moellmann <gerd@gnu.org>
6812
21ad0f7b 6813 * faces.el (face-font-selection-order)
dc1cac59 6814 (face-font-family-alternatives): Add custom type.
db3ca487 6815
f8276b77
DL
68162000-07-18 Dave Love <fx@gnu.org>
6817
6818 * cus-edit.el (custom-variable-reset-saved)
6819 (custom-variable-reset-standard): Remove unused bindings.
6820
6821 * rect.el (open-rectangle-line): Remove unused let.
6822
6823 * hl-line.el (hl-line-highlight): Check hl-line-mode.
6824
3d6cd763
GM
68252000-07-18 Gerd Moellmann <gerd@gnu.org>
6826
6827 * cdl.el: Fix `Maintainer' keyword.
6828
6829 * play/pong.el: Add author's email address.
6830
34342a07
SS
68312000-07-17 Sam Steingold <sds@gnu.org>
6832
6833 * files.el (insert-directory): Call `split-string' instead of
6834 re-implementing it.
6835
088831a6
GM
68362000-07-18 Gerd Moellmann <gerd@gnu.org>
6837
6838 * mail/vms-pmail.el: Change maintainer to FSF.
6839
6840 * net/goto-addr.el: Change maintainer to FSF.
6841
6842 * recentf.el: Update from author.
6843
6844 * info.el (Info-title-face-alist): Removed.
db3ca487 6845
68be2869
EZ
68462000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
6847
6848 * eshell/eshell.el (eshell): Replace links to eshell.info with
6849 links to eshell, to avoid problems on systems where the manual is
6850 installed as `eshell'.
6851 * eshell/esh-cmd.el (eshell-cmd): Ditto.
6852 * eshell/em-smart.el (eshell-smart): Ditto.
6853 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 6854 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
6855
6856 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
6857 same-file check in the MS-DOS version (it does support inodes).
6858
6859 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
6860
21ad0f7b
SM
6861 * eshell/eshell.el (eshell-directory-name):
6862 Run default directory name through convert-standard-filename.
68be2869 6863
269b4dcb
KH
68642000-07-18 Kenichi Handa <handa@etl.go.jp>
6865
21ad0f7b
SM
6866 * international/mule-cmds.el (select-safe-coding-system):
6867 Fix typo in the comment.
240a16cf 6868
21ad0f7b
SM
6869 * language/european.el (compound-text):
6870 Force katakana-jisx0201 to be designated to G1.
aa96c820 6871
21ad0f7b
SM
6872 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
6873 Don't translate some national variant characters of latin-jisx0201.
aa96c820 6874 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 6875
269b4dcb
KH
6876 * international/kkc.el (kkc-after-update-conversion-functions):
6877 New variable.
6878 (kkc-update-conversion): Run functions in it at the tail.
6879
68be2869 68802000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 6881
21ad0f7b
SM
6882 * lisp/align.el (align-newline-and-indent):
6883 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
6884 (align-region): Fixed badly formatted minibuffer message.
6885
7a3fd467
KH
68862000-07-17 Kenichi Handa <handa@etl.go.jp>
6887
21ad0f7b 6888 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
6889 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
6890 the conversion list at first if appropriate.
6891 (kkc-next): Don't update kkc-next-count here.
6892 (kkc-prev): Don't update kkc-prev-count here.
6893 (kkc-show-conversion-list-update): Fix setting up of conversion
6894 list message.
6895
a45423d8
SM
68962000-07-16 Stefan Monnier <monnier@cs.yale.edu>
6897
088831a6 6898 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 6899
91a38db1
DL
69002000-07-16 Dave Love <fx@gnu.org>
6901
6902 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
6903 function to be more specific.
6904
6905 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
6906 non-string help-echo.
6907 (widget-types-convert-widget): Defsubst it.
6908 (widget-echo-help): Try to cope with a help-echo function of two
6909 possible sorts.
6910
3fddcdc3
JR
69112000-07-15 Jason Rumney <jasonr@gnu.org>
6912
6913 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
6914 Declare as obsolete.
6915
6916 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
6917
bd23a692
GM
69182000-07-14 Gerd Moellmann <gerd@gnu.org>
6919
6920 * hilit-chg.el: Fix typo.
6921
d4af987a
DL
69222000-07-14 Dave Love <fx@gnu.org>
6923
6924 * info.el (Info-mode-menu): Fix use of :help, :enable.
6925
3a4f3f86
SM
69262000-07-14 Stefan Monnier <monnier@cs.yale.edu>
6927
6928 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
6929
cf6936a4
DL
69302000-07-13 Dave Love <fx@gnu.org>
6931
4d6d04b5
DL
6932 * emacs-lisp/easymenu.el: Doc fixes.
6933 (easy-menu-remove): Defalias to ignore.
6934
cf6936a4
DL
6935 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
6936 Call throw correctly.
6937
56437999
GM
69382000-07-13 Gerd Moellmann <gerd@gnu.org>
6939
6940 * faces.el (frame-background-mode): Doc fix.
6941
6942 * simple.el (eval-expression-print-length): Change custom type to
6943 allow entering nil as value.
6944
d04a3972
DL
69452000-07-13 Dave Love <fx@gnu.org>
6946
3a4f3f86
SM
6947 * progmodes/fortran.el (fortran-imenu-generic-expression):
6948 Change definition layout.
a8189dfe
DL
6949 (fortran-mode-menu): Reinstate customize entries.
6950
d04a3972
DL
6951 * cus-edit.el (custom-group-menu-create, customize-menu-create):
6952 Use :filter, per old XEmacs code.
6953
4bf4fb05
GM
69542000-07-12 Gerd Moellmann <gerd@gnu.org>
6955
6956 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
6957 event when deciding what to send to the terminal.
6958
37328bcd
DL
69592000-07-12 Dave Love <fx@gnu.org>
6960
6961 * cus-start.el: Add optional version as 4th element of specs and
6962 use it for several things new in v21. Remove load-path. Fix type
6963 of line-number-display-limit.
6964
89492072
DL
69652000-07-11 Dave Love <fx@gnu.org>
6966
3a4f3f86
SM
6967 * progmodes/fortran.el: Don't require easymenu.
6968 Use repeat counts in various regexps.
315aa1de
DL
6969 (fortran-mode-syntax-table): Defvar directly.
6970 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
6971 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
6972 Use defvar, not defconst.
6973 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
6974 (fortran-mode): Set fortran-comment-line-start-skip,
6975 fortran-comment-line-start-skip, dabbrev-case-fold-search.
6976 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
6977 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
6978 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
6979 (fortran-comment-region, fortran-electric-line-number): Simplify.
6980 (fortran-auto-fill): New function.
6981 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
6982 (fortran-find-comment-start-skip):
6983 Check for non-null comment-start-skip.
6984 (fortran-auto-fill-mode, fortran-fill-statement):
6985 Use fortran-auto-fill.
315aa1de 6986 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 6987 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 6988
89492072
DL
6989 * widget.el (widget-plist-member): New alias.
6990
d55ead18
EZ
69912000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
6992
6993 * eshell/esh-module.el (toplevel): Reference
6994 byte-compile-current-file only if it is bound.
6995
e82a2a05
GM
69962000-07-10 Gerd Moellmann <gerd@gnu.org>
6997
6998 * dired.el: Don't require `dired-aux'.
6999
1fc7fb2b
MB
70002000-07-10 Miles Bader <miles@lsi.nec.co.jp>
7001
7002 * dired-aux.el (dired-show-file-type): New function.
7003 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
7004 (dired-show-file-type): Add autoload.
7005
ab49ce15
KH
70062000-07-10 Kenichi Handa <handa@etl.go.jp>
7007
7008 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 7009 change of fontset-info.
ab49ce15
KH
7010 (print-fontset): Likewise.
7011
f45aab65
SM
70122000-07-09 Stefan Monnier <monnier@cs.yale.edu>
7013
7014 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
7015
2f72fd2f
GM
70162000-07-07 Gerd Moellmann <gerd@gnu.org>
7017
e82a2a05 7018 * bindings.el: Bind `[delete]' to delete-char.
965522f5 7019
2f72fd2f
GM
7020 * dired.el (dired-find-alternate-file): New function.
7021 (dired-mode-map): Bind `a' to dired-find-alternate-file.
7022 (toplevel): Require dired-aux when compiling.
7023 (dired-buffers): Move defvar within file to avoid compiler warning.
7024
7025 * info.el (Info-last-search): Variable removed.
7026 (Info-search-history): New variable.
7027 (Info-search): New Info-search-history.
7028
7029 * battery.el, info-look.el: Change author's mail address.
7030
965522f5 70312000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 7032
965522f5
GM
7033 * mail/rmail.el (rmail-clear-headers): Don't throw an error
7034 if rmail-ignored-headers is nil.
7035 (rmail-retry-failure): Bind rmail-ignored-headers and
7036 rmail-displayed-headers to nil.
7037
dd8888a1
GM
70382000-07-06 Gerd Moellmann <gerd@gnu.org>
7039
e5c81191
GM
7040 * lpr.el (lpr-page-header-switches): Add `-h' switch.
7041 (print-region-1): Don't hard code `-h' here.
7042
dd8888a1
GM
7043 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
7044
e5c81191
GM
70452000-07-01 Francesco Potorti` <pot@gnu.org>
7046
7047 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
7048 exim can use "your message" instead of "the message".
34342a07 7049
f45aab65
SM
70502000-07-06 Stefan Monnier <monnier@cs.yale.edu>
7051
7052 * facemenu.el: Docstrings fixes.
7053 (facemenu-get-face): Don't use internal-find-face.
7054 (facemenu-iterate): Rename arg to match the docstring.
7055
7056 * newcomment.el (uncomment-region): Be more careful when skipping
7057 backwards over `=' not to bump into BOBP.
7058
d396e521 70592000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 7060
dd8888a1
GM
7061 * ediff-diff.el (ediff-wordify): Use syntax table.
7062 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 7063 ediff-color-display-p.
dd8888a1 7064 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
7065 from defsubst.
7066 Got rid of special cases for NeXT and OS/2.
dd8888a1 7067 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 7068 face.
34342a07 7069
5e2dfaa4
SM
70702000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7071
7072 * emacs-lisp/lucid.el: Require CL.
7073 (copy-tree, remprop): Remove, it's provided by CL.
7074 (map-keymap): Define in terms of cl-map-keymap.
7075 (extent-property, set-extent-end-glyph): New functions.
7076
7077 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
7078
d5c5cddd
GM
70792000-07-05 Gerd Moellmann <gerd@gnu.org>
7080
485266d0
GM
7081 * Makefile.in (DONTCOMPILE): Add comment that the name may
7082 not be changed without changing the make-dist script.
7083
5e2dfaa4 7084 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 7085 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 7086
e2c46326
AI
70872000-07-05 Andrew Innes <andrewi@gnu.org>
7088
7089 * makefile.nt: Add support for `bootstrap' and related targets.
7090
a027a91b
SM
70912000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7092
7093 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
7094 (easy-menu-do-define): Use `menu-item' format.
7095 Handle case where easy-menu-create-menu returns a symbol.
7096 Manually call the potential top-level filter in the function binding.
7097 (easy-menu-filter-return): New arg NAME.
7098 Convert to a keymap if MENU is an XEmacs menu.
7099 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
7100 (easy-menu-converted-items-table, easy-menu-convert-item):
7101 New var and fun to memoize easy-menu-convert-item-1.
7102 (easy-menu-do-add-item): Use it.
7103 (easy-menu-create-menu): Use easy-menu-convert-item.
7104 Wrap easy-menu-filter-return around any :filter specification.
7105 Don't convert the menu if a filter was specified.
7106 Tell easy-menu-make-symbol not to check for MENU being an expression.
7107 (easy-menu-make-symbol): New arg NOEXP.
7108
5e03eb84
GM
71092000-07-05 Gerd Moellmann <gerd@gnu.org>
7110
7111 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
7112 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
7113 (eval-defun): If called with prefix arg, instrument code for
7114 Edebug.
7115
7116 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
7117 similar to that of eval-defun.
7118
fca68a95
DL
71192000-07-04 Dave Love <fx@gnu.org>
7120
7ccbba4c
DL
7121 * hl-line.el (hl-line-overlay): Make it permanent-local.
7122
fca68a95
DL
7123 * calendar/todo-mode.el: Replaced with a working version, based on
7124 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
7125
71262000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
7127
7128 * paths.el (prune-directory-list): New function.
7129 (Info-default-directory-list): Rewritten to more methodically
7130 enumerate a big list of possible info directories (based on the
7131 list used by the standalone info reader).
fca68a95 7132
78e7e8a0 7133 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 7134 non-existent directories from Info-directory-list.
78e7e8a0 7135
78e7e8a0
MB
7136 * paths.el (Info-default-directory-list): Try a list of possible
7137 info-directories instead of a single one. Add the possible
7138 info directory "/usr/share/info".
7139
7140 * woman.el (woman-man.conf-path): Explicitly include the debian
7141 man-db config file "/etc/manpath.config".
7142 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
7143 are present in `manpath.config'.
7144 (woman-manpath): Include "/usr/share/man".
7145
67c9a1d2
GM
71462000-07-03 Gerd Moellmann <gerd@gnu.org>
7147
6753393b
GM
7148 * frame.el (blink-cursor-mode): Don't hide cursor initially.
7149
7150 * startup.el (command-line): Initialize blink-cursor based
7151 on window-system.
7152
e4f98ad3
GM
7153 * frame.el (blink-cursor): Default to nil if not running under
7154 a window-system.
7155
2f516940
GM
7156 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
7157 (face-x-resources): Remove duplicate entry for :font.
7158
67c9a1d2
GM
7159 * textmodes/refer.el (refer-find-entry-internal): Use some-window
7160 instead of cycling through windows with next-window.
7161
7162 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
7163 of cycling through windows with next-window.
7164
7165 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
7166 of cycling through windows with next-window.
7167
7168 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
7169 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
7170 instead of cycling through windows with next-window.
7171
7172 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
7173 instead of cycling through windows with next-window.
7174
7175 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
7176 of cycling through windows with next-window.
7177
7178 * terminal.el (te-process-output): Use walk-windows instead of
7179 cycling through windows with next-window.
7180
7181 * server.el (server-switch-buffer): Use some-window instead of
7182 cycling through windows with next-window.
7183
7184 * window.el (some-window): New function.
7185 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 7186
3a4f3f86 7187 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 7188
8b7bc628 71892000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
7190
7191 * window.el (walk-windows): Guarantee termination by keeping a list
7192 of all the windows already handled.
7193
d0d57043
EZ
71942000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7195
7196 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
7197 window-system.
7198
7199 * man.el (Man-notify-when-ready): Don't use window-system. If
7200 Man-notify-method is newframe, and the display is not
7201 multi-frame, select the frame created for the man page.
7202 (Man-init-defvars): Doc fix.
7203
d5483ab1
GM
72042000-06-28 Gerd Moellmann <gerd@gnu.org>
7205
af5c25e1
GM
7206 * faces.el (region): Change background color for light background.
7207
7208 * ediff-wind.el (ediff-setup-control-frame): Remove :box
7209 attribute from mode-line face of Ediff control frame.
7210
d5483ab1
GM
7211 * replace.el (query-replace-map): Bind `e' like `E'.
7212
9d47450f
EZ
72132000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7214
3a4f3f86
SM
7215 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
7216 Change name to "Select All".
496b7491 7217
9d47450f
EZ
7218 * dos-fns.el (convert-standard-filename): Fix last change.
7219
0b431deb
GM
72202000-06-27 Gerd Moellmann <gerd@gnu.org>
7221
4fa9f636
GM
7222 * help.el (describe-variable): Don't insert a second `'s' in front
7223 of the string `value is shown below'. Since the syntax-table is
7224 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
7225 an existing `'s', so that this won't be deleted.
7226
0b431deb
GM
7227 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
7228 * pcmpl-unix.el: New files.
7229
32cad0aa
SM
72302000-06-26 Stefan Monnier <monnier@cs.yale.edu>
7231
7232 * wid-edit.el (widget-member): Use the new plist-member.
7233
2c69ced2
GM
72342000-06-26 Gerd Moellmann <gerd@gnu.org>
7235
44c0f771
GM
7236 * replace.el (perform-replace): Undo change of 2000-04-04.
7237 Instead, move backward 1 character at the end of the loop when
7238 necessary.
34342a07 7239
1d36487c
GM
7240 * faces.el (fringe): Change face for different backgrounds.
7241
7242 * eshell/esh-module.el (toplevel): Load defgroup's differently;
7243 patch from John.
7244
2c69ced2
GM
7245 * eshell/*.el: Change spelling of the Free Software Foundation.
7246
7247 * eshell/esh-toggle.el: Removed.
7248
7249 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
7250
7251 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
7252 interactively.
7253
72542000-06-26 Alex Schroeder <alex@gnu.org>
7255
7256 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
7257 `define-key'; instead of checking `(emacs-version)' check for
7258 `set-keymap-parent' and `set-keymap-name' directly. Add entries
7259 for `;' and `o' which might be electric.
7260
7261 (sql-electric-stuff): New user option.
7262 (sql-magic-go): New function which uses `sql-electric-stuff'.
7263 (sql-magic-semicolon): New function which uses
7264 `sql-electric-stuff'.
7265
7266 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
7267 is not fboundp.
7268
7269 (sql-oracle-options): New variable.
7270 (sql-oracle): Use it.
7271
7272 (sql-imenu-generic-expression): Doc change.
7273 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
7274 is used.
7275
7276 (sql-informix): Added command line parameter "-" to force
7277 sql-informix-program to use stdout.
7278
db1306d8
EZ
72792000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7280
3a4f3f86 7281 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
7282 (cp864-decode-table): Doc fix.
7283 (cp720-decode-table): New variable, supports the Arabic OEM
7284 codepage used by Windows.
7285 (cp737-decode-table): New, Greek OEM codepage used by Windows.
7286
c69e5fcd
DL
72872000-06-23 Dave Love <fx@gnu.org>
7288
7289 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
7290 (font-lock-fontify-anchored-keywords): Use
7291 line-beginning-position.
7292 (global-font-lock-mode): Use mapc.
7293
30ad8f23
SM
72942000-06-23 Stefan Monnier <monnier@cs.yale.edu>
7295
7296 * eshell/esh-module.el: Require CL when compiling.
7297
26b4dc84
GM
72982000-06-23 Gerd Moellmann <gerd@gnu.org>
7299
78c56e70
GM
7300 * comint.el (comint-substitute-in-file-name): Call replace-match
7301 with second and third arg t.
7302
34342a07 7303 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
7304 Specify foreground color.
7305
7306 * faces.el (tool-bar, mode-line, header-line): Specify foreground
7307 color.
7308
affbf647
GM
7309 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
7310
7311 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
7312 cddr instead of cdddr.
7313
25fffb31
GM
7314 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
7315 instead of copy-list.
7316
7317 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
7318 of copy-list.
7319
26b4dc84
GM
7320 * subdirs.el: Add eshell subdirectory.
7321
7322 * eshell: New subdirectory containing the Eshell package.
7323
7324 * pcomplete.el: New file.
7325
78c56e70
GM
73262000-06-23 Paul Eggert <eggert@twinsun.com>
7327
ea055732
GM
7328 * mail/mailpost.el (post-mail-send-it): Make sure file has
7329 proper permissions from birth.
7330
7331 * files.el (basic-save-buffer-2): When temporarily setting
7332 file modes, set them to current modes plus 0200, not to 0777.
7333
78c56e70
GM
7334 * emerge.el (emerge-make-temp-file): Make sure file has proper
7335 permissions from birth.
7336
a3a7ff33
EZ
73372000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7338
7339 * files.el (make-backup-file-name-1): On DOS/Windows, run the
7340 backup file name through convert-standard-filename.
7341
7342 * dos-fns.el (convert-standard-filename): Convert leading
7343 directories as well. When long file names are supported, convert
7344 characters that are invalid in Windows file names.
7345
1fd9b7fe
GM
73462000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7347
7348 * ps-print.el: Fix bug: if ^L is the very first buffer character,
7349 ps-print crashes. New feature: page selection for printing. Create
7350 raw-text-unix coding system for XEmacs. Doc fix.
7351 (ps-print-version): New version number (5.2.3).
7352 (ps-plot-region): Bug fix.
7353 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
7354 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
7355 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
7356 funs.
7357 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
7358 (ps-last-page): New vars.
7359
16ed8416
GM
73602000-06-21 Gerd Moellmann <gerd@gnu.org>
7361
7362 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
7363 empty option string.
7364
4fbee715
EZ
73652000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7366
7367 * man.el (man): Doc fix.
7368
eaecfc94
KH
73692000-06-21 Kenichi Handa <handa@etl.go.jp>
7370
7371 * international/mule-cmds.el (set-language-info-alist): Docstring
7372 fixed.
7373
4a27bdfb
GM
73742000-06-20 Gerd Moellmann <gerd@gnu.org>
7375
7376 * version.el (emacs-version): Use ISO date format.
7377
7378 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
7379 instead of `M-backspace'.
7380
7381 * simple.el (turn-off-auto-fill): New function.
7382
8972fe79
SM
73832000-06-20 Stefan Monnier <monnier@cs.yale.edu>
7384
7385 * jit-lock.el (with-buffer-prepared-for-jit-lock):
7386 Renamed from with-buffer-prepared-for-font-lock and use
7387 inhibit-modification-hooks rather than setting *-change-functions.
7388 Update all functions to use the new name.
7389 (jit-lock-first-unfontify-pos): New semantics (and doc).
7390 (jit-lock-mode): Make non-interactive.
7391 Don't automatically turn on font-lock.
7392 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
7393 Always use jit-lock-after-change.
7394 Remove and restore font-lock-after-change-function.
7395 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
7396 (jit-lock-after-unfontify-buffer): Remove.
7397 (jit-lock-stealth-fontify):
7398 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
7399 (jit-lock-after-change): Set the `fontified' text-prop to nil.
7400
5d80cc9c
SS
74012000-06-20 Sam Steingold <sds@gnu.org>
7402
7403 * emacs-lisp/cl-indent.el (toplevel): Indent
7404 `print-unreadable-object' properly. Untabify.
7405
f54e4d13
CD
74062000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7407
7408 * textmodes/reftex.el (reftex-find-citation-regexp-format):
7409 Support for bibentry.
7410 (reftex-compile-variables): Fixed problem with end of section-re.
7411
7412 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
7413 reftex-view-crossref-from-bibtex):
7414 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
7415 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
7416 Replaced `remprop' with `put'.
8972fe79
SM
7417 (reftex-view-crossref, reftex-view-crossref-when-idle):
7418 Support for bibentry.
f54e4d13 7419
8972fe79
SM
7420 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7421 New entry for bibentry package.
f54e4d13 7422
8972fe79
SM
7423 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7424 Regexp also matches "\nobibliography".
f54e4d13 7425
8972fe79
SM
7426 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
7427 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
7428 (reftex-ensure-write-access): New function.
7429
f54e4d13
CD
74302000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7431
7432 * progmodes/idlwave.el: File re-installed (update to version 4.2)
7433
7434 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
7435
7436 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
7437
7438 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
7439
7440
560c43f4
DL
74412000-06-20 Dave Love <fx@gnu.org>
7442
7443 * faces.el (frame-background-mode): Use set-default, not set, in
7444 setter.
7445 (frame-update-faces, frame-update-face-colors): Define with
7446 defalias.
7447
7448 * enriched.el (enriched-decode-foreground)
7449 (enriched-decode-background): Don't use internal-find-face.
7450
7451 * apropos.el: Doc fixes.
7452
7453 * cus-edit.el (customize-changed-options): Check arg.
7454 (customize-version-lessp): Don't require decimal point.
7455
7456 * custom.el (defcustom, defgroup): Doc fix.
7457
7458 * newcomment.el (comment) <defgroup>: Add :version.
7459 (comment-multi-line): Doc fix.
7460
7461 * emulation/mlsupport.el (define-hooked-local-abbrev,
7462 define-hooked-global-abbrev): Fix, using define-abbrev.
7463
cdf0357b
GM
74642000-06-19 Gerd Moellmann <gerd@gnu.org>
7465
7466 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
7467 the whole buffer.
7468
10013d74
DL
74692000-06-19 Dave Love <fx@gnu.org>
7470
7471 * menu-bar.el (menu-bar-options-save): New function.
7472 (menu-bar-options-menu): Use it.
7473 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
7474 Simplify.
7475
6922f208
AS
74762000-06-19 Andreas Schwab <schwab@suse.de>
7477
7478 * progmodes/etags.el (tags-query-replace): Put new parameters
7479 START and END at the end, for backward compatibility.
7480
10d7bf84
KH
74812000-06-19 Kenichi Handa <handa@etl.go.jp>
7482
7483 * international/codepage.el:
7484 (cp-coding-system-for-codepage-1): Delete special codes for
7485 generating xxx-dos coding system because now a CCL based coding
7486 system can handle EOL conversion by default.
7487
7488 * international/mule.el (make-coding-system): Generate subsidiary
7489 coding systems for EOL handling variants even for a CCL based
7490 coding system.
7491
8f3c9a3d
KH
74922000-06-19 Kenichi Handa <handa@etl.go.jp>
7493
7494 * international/isearch-x.el (isearch-minibuffer-input-method)
7495 (isearch-minibuffer-input-method-function): These variables
7496 deleted.
7497 (isearch-with-input-method): Don't use the above variables.
7498 (isearch-process-search-multibyte-characters): Likewise. Call
7499 read-string with the arg INHERIT-INPUT-METHOD t.
7500
c2acf685
SM
75012000-06-17 Stefan Monnier <monnier@cs.yale.edu>
7502
13f0d185
SM
7503 * font-lock.el (font-lock-after-fontify-buffer)
7504 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
7505
7506 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
7507 Use consistent make-local-variable style for font-lock-fontified.
7508 (jit-lock-fontify-buffer):
7509 Don't bother checking for font-lock-mode and jit-lock-mode.
7510
c2acf685
SM
7511 * time.el: Remove trailing ^M that prevent CVS-merging.
7512
a9021acd
GM
75132000-06-16 Gerd Moellmann <gerd@gnu.org>
7514
7515 * Makefile.in (distclean): New target.
5d80cc9c 7516
0df68e9f
SM
75172000-06-16 Stefan Monnier <monnier@cs.yale.edu>
7518
7519 * Makefile.in (srcdir): Define for update-subdirs.
7520
6344985d
GM
75212000-06-16 Gerd Moellmann <gerd@gnu.org>
7522
7523 * find-lisp.el: New file.
7524
63239267
AI
75252000-06-16 Andrew Innes <andrewi@gnu.org>
7526
7527 * time.el (display-time-mail-function): New variable, to allow
7528 external packages to indicate when new mail is available.
7529 (display-time-update): Use it.
7530
1699f991
KH
75312000-06-16 Kenichi Handa <handa@etl.go.jp>
7532
a3b37893
KH
7533 * international/mule.el (mule-version): Change version name to
7534 SAKAKI. AOI has already been used by Meadow.
7535
1699f991
KH
7536 * international/quail.el (quail-show-guidance-buf): To find the
7537 bottom window (but minibuffer), pay attention to the height of
7538 minibuffer.
7539
228b083e
EZ
75402000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7541
7d5c8691
EZ
7542 * arc-mode.el (archive-mode-map): Use the new menu-item format for
7543 menu-bar menus. Add help strings. Don't remove the Edit menu
7544 from the menu bar, as the menu bar has enough space now.
7545
261f3289
EZ
7546 * Makefile.in (SHELL): Make sure /bin/sh is used.
7547
228b083e
EZ
7548 * woman.el (woman-man-buffer): Fix bold and underlined CJK
7549 characters, which use series of two ^H characters instead of one.
7550
e27e8d71
GM
75512000-06-15 Gerd Moellmann <gerd@gnu.org>
7552
5d80cc9c 7553 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 7554 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 7555 functions.
451ec4e3
GM
7556 (Info-find-node-2): Try a case-sensitive search first, then
7557 do a case-insensitive search.
7558
7559 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
7560 tutorials.
7561
b675095c
GM
7562 * complete.el (PC-env-vars-alist): New variable.
7563 (PC-complete-as-file-name): New function.
7564 (partial-completion-mode): Initialize PC-env-vars-alist from
7565 process-environment.
7566 (PC-do-completion): Handle completion of env vars.
7567
7568 * info.el (Info-set-mode-line): Show file name in mode line,
7569 use `*Info*' instead of `Info:'.
7570
e27e8d71
GM
7571 * startup.el (command-line-1): Change copyright messages to year
7572 2000.
7573
28223a7e
DL
75742000-06-15 Dave Love <fx@gnu.org>
7575
7576 * net/goto-addr.el (goto-address-fontify): Use keymap property,
7577 not local-map.
7578
32684631
KH
75792000-06-15 Kenichi Handa <handa@etl.go.jp>
7580
7581 * international/mule.el (set-buffer-file-coding-system): Almost
7582 rewritten to handle `undecided' as no-op.
7583
9f817ea4
GM
75842000-06-14 Gerd Moellmann <gerd@gnu.org>
7585
e27e8d71 7586 * Makefile.in: New file.
dce6b995
GM
7587
7588 * Makefile: Removed.
7589
9f817ea4
GM
7590 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
7591 (goto-address-highlight-keymap): Bind C-c RET.
7592
2de33f94
KH
75932000-06-14 Kenichi Handa <handa@etl.go.jp>
7594
bbf1e8a5
KH
7595 * mail/sendmail.el (sendmail-send-it): The temporary buffer
7596 inherits buffer-file-coding-system of the current buffer.
725a6897 7597
02891cc3
KH
7598 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
7599 0. Give correct argument to set-auto-coding-function.
7600 (tar-expunge): For goto-char, use (point-min), not 0.
7601 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
7602 (tar-subfile-save-buffer): Likewize.
7603
2de33f94
KH
7604 * international/mule.el
7605 (after-insert-file-set-buffer-file-coding-system): Call
7606 set-buffer-file-coding-system with the arg FORCE t.
7607
1681ead6
GM
76082000-06-13 Gerd Moellmann <gerd@gnu.org>
7609
7610 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
7611 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 7612 the sender is set with `-f'.
1681ead6 7613
fdf4b680
DL
76142000-06-13 Dave Love <fx@gnu.org>
7615
9c50afce
DL
7616 * help.el (describe-function-1): Kluge around cases of functions
7617 fset to subrs whose doc doesn't match their symbol-name.
7618
0ad550ba 7619 * image.el (insert-image): Default STRING to a space.
f290ca08 7620
fdf4b680 7621 * info.el Doc fixes.
5d80cc9c 7622 (Info-build-node-completions): Match Ref tags.
fdf4b680 7623
9b6610db
EZ
76242000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
7625
a704139d
EZ
7626 * frame.el (display-multi-frame-p, display-multi-font-p): New
7627 defaliases for display-graphic-p.
7628
9b6610db
EZ
7629 * hl-line.el: Fixed a typo in commentary.
7630
7a5ea398
KH
76312000-06-13 Kenichi Handa <handa@etl.go.jp>
7632
7633 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
7634 fixed.
7635
0dc91c57
DL
76362000-06-12 Dave Love <fx@gnu.org>
7637
7638 * image.el (insert-image): Save a little consing.
7639
0bd5914b
KH
76402000-06-12 Kenichi Handa <handa@etl.go.jp>
7641
7642 * language/tibet-util.el: Convert all tibetan-1-column characters
7643 to the corresponding tibetan characters.
7644 (tibetan-add-components): Delete code for the special treatment of
7645 'a chung.
7646
7647 * language/tibetan.el (tibetan-composable-pattern): Fix previous
7648 change.
7649 (tibetan-vowel-transcription-alist): More rules added.
7650 (tibetan-composite-vowel-alist): New variable.
7651 (tibetan-precomposition-rule-alist): More rules added.
7652
6dc7d3d5
SM
76532000-06-12 Stefan Monnier <monnier@cs.yale.edu>
7654
9c04c393
SM
7655 * startup.el (command-line): Only call menu-bar-mode if interactive.
7656
7657 * thingatpt.el (toplevel symbol-properties):
7658 * textmodes/makeinfo.el (makeinfo-compile):
7659 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 7660 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 7661 (hide-ifdef-use-define-alist):
5d80cc9c 7662 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
7663 (ange-ftp-vms-add-file-entry):
7664 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
7665 * man.el (Man-build-man-command):
7666 * mail/rnewspost.el (news-reply-header-hook):
7667 * info.el (Info-insert-dir):
7668 * emulation/mlconvert.el (backward-word, forward-word, setq):
7669 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
7670 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
7671 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
7672 (byte-optimize-apply, end of file):
7673 * emacs-lisp/advice.el (ad-advice-class-completion-table)
7674 (ad-make-freeze-definition):
7675 * startup.el (command-line, command-line-1): Don't quote lambdas.
7676
6dc7d3d5
SM
7677 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
7678 (cvs-cleanup-removed): New function.
7679 (cvs-cleanup-functions): New var.
7680 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
7681 some flexibility in specifying additional entries to auto-cleanup.
7682 (cvs-quickdir): New function.
7683 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
7684 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
7685 (cvs-mode-find-file): Check that we are on a filename or dirname
7686 when invoked through a mouse-click.
7687 (cvs-full-path): Remove.
7688 (cvs-dired-action): Re-introduced.
7689 (cvs-dired-noselect): Use it.
7690 (vc-post-command-functions): use this new hook if available.
7691
7692 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
7693 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
7694 (cvs-filename-map, cvs-dirname-map): Remove.
7695 (cvs-default-action): Remove.
7696 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
7697 if the arg is really a keymap.
7698 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
7699 Don't hardcode the mapping from state (aka type) to face, but check
7700 the var cvs-fi-<type>-face instead.
7701 (cvs-fileinfo-from-entries): New function.
7702
7703 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
7704 Docstring fix.
7705 (cvs-find-file-and-jump): Change default to be safer.
7706 (cvs-mode-diff-map): Define it as a function as well.
7707 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
7708 Bind mouse-2 in this global map rather than with text-properties.
7709
7710 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
7711 file to resolve the ambiguity between C(conflict) and C(need-merge).
7712
5050a2ef
KH
77132000-06-12 Kenichi Handa <handa@etl.go.jp>
7714
7715 * international/mule.el (set-buffer-file-coding-system): If
7716 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
7717 unconditionally.
7718
35a7ac84
DL
77192000-06-12 Dave Love <fx@gnu.org>
7720
7721 * wid-edit.el (widget-specify-button): Really suppress the face if
7722 required.
7723
db8eeecd
GM
77242000-06-11 Gerd Moellmann <gerd@gnu.org>
7725
7726 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
7727
70223ca4
SM
77282000-06-11 Stefan Monnier <monnier@cs.yale.edu>
7729
7730 * imenu.el (imenu-generic-expression): Docstring fix.
7731
7732 * composite.el (composition-function-table): Move the `put'
7733 below the autoload cookie so we can load the file before loaddefs.
7734
7735 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
7736
7737 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
7738 Handle easy-mmode-define-global-mode.
7739 For complex macros like define-minor-mode that can generate
7740 several autoload entries, try to autoload entries in the
7741 macroexpanded code.
7742
7743 * emacs-lisp/easy-mmode.el (define-minor-mode):
7744 If KEYMAP is a symbol, just use it.
7745 Use byte-compile-current-file and load-file-name to infer the
7746 proper :require to pass to defcustom.
7747 Wrap the hook var into `progn' so as not to autoload it.
7748 Add a :autoload-end cookie.
7749 Be more careful about the evaluation of KEYMAP.
7750 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
7751 (define-derived-mode): Move define-abbrev-table outside of defvar.
7752
77532000-06-10 Stefan Monnier <monnier@cs.yale.edu>
7754
7755 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
7756 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
7757 (backup-compiled-files): Ignore errors during `tar'.
7758 (bootstrap): Make autoloads before elc files.
7759
9c53b34e
KH
77602000-06-10 Kenichi Handa <handa@etl.go.jp>
7761
7762 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 7763 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
7764
7765 * international/mule-conf.el (unix): New alias for the coding
7766 system undecided-unix.
7767
22ddd299
DL
77682000-06-09 Dave Love <fx@gnu.org>
7769
5ee42746
DL
7770 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
7771
70223ca4 7772 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
7773 (executable-insert): Change custom type.
7774 (executable-find): Add autoload cookie.
cc7e1d18
DL
7775 (executable-make-buffer-file-executable-if-script-p): New
7776 function. After Noah Friedman.
22ddd299
DL
7777
7778 * files.el (after-save-hook): Customize, with
cc7e1d18 7779 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 7780
41ea3794
KH
77812000-06-09 Kenichi Handa <handa@etl.go.jp>
7782
f89437e3
KH
7783 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
7784 "tib24p-mule.bdf" for Tibetan.
7785
7a4ee259
KH
7786 * composite.el (decompose-composite-char): Declare it as obsolete.
7787
ff6a65c2
KH
7788 * man.el (Man-fontify-manpage): Pay attention to underline and
7789 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 7790
f83fe4b4
GM
77912000-06-08 Gerd Moellmann <gerd@gnu.org>
7792
7793 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
7794 Set maintainer to FSF since author isn't reachable.
7795
e56d7900
DL
77962000-06-08 Dave Love <fx@gnu.org>
7797
7798 * international/mule-cmds.el (select-safe-coding-system): If
7799 DEFAULT-CODING-SYSTEM is not specified, also check the most
7800 preferred coding-system if buffer-file-coding-system is
7801 `undecided'. From Handa.
7802
d3981b49
KH
78032000-06-08 Kenichi Handa <handa@etl.go.jp>
7804
7805 * international/mule.el
7806 (after-insert-file-set-buffer-file-coding-system): If the buffer
7807 size is greater than INSERTED, judget that we are not visiting.
7808
bff71087
RV
78092000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
7810
7811 * whitespace.el (defgroup whitespace): Comment out `:version'.
7812 XEmacs 20.4 has problems defining the group with this present.
7813 We'll have this commented out till get resolve the problem.
7814
45f485a6
GM
78152000-06-07 Gerd Moellmann <gerd@gnu.org>
7816
7817 * align.el: Update from author.
7818
78192000-06-07 Jari Aalto <jari.aalto@poboxes.com>
7820
7821 * apropos.el (apropos-mode-hook): New user variable.
7822 (apropos-mode): Run apropos-mode-hook.
bff71087 7823
45f485a6
GM
78242000-06-07 David Ponce <david@dponce.com>
7825
7826 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
7827 commands. Require `wid-edit' at run-time.
7828
78292000-06-07 David Ponce <david@dponce.com>
7830
7831 * recentf.el: Added some "Commentary".
7832 (recentf-open-more-files, recentf-edit-list): Minor changes to
7833 move the point at the top of the file list. This behaviour is
7834 consistent with the menu one when the list contains a lot of
7835 files.
7836 (recentf-cleanup): Now displays the number of items removed from
7837 the list.
7838 (recentf-relative-filter) New menu filter to show filenames
7839 relative to `default-directory'.
bff71087 7840
45f485a6
GM
78412000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7842
7843 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
7844 with/without giving an error if PostScript printer doesn't have this
7845 kind of page size. Zebra Stripe continues or restarts on next page.
7846 Manual/automatic paper feeding. Switch or not the header.
7847 (ps-print-version): New version number (5.2.2).
7848 (ps-windows-system): Include emx as a Windows system.
7849 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
7850 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
7851 (ps-background-text): Code fix.
7852 (ps-error-handler-message, ps-user-defined-prologue)
7853 (ps-print-prologue-header, ps-printer-name)
7854 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
7855 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
7856 (ps-use-face-background): Customization fix.
7857 (ps-n-up-database): Data fix.
7858 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
7859 (ps-switch-header): New vars.
7860 (ps-xemacs-color-name, ps-face-foreground-name)
7861 (ps-face-background-name, ps-boolean-constant): New funs.
7862
c14dcd22
DL
78632000-06-07 Dave Love <fx@gnu.org>
7864
7865 * allout.el: New version from Manheimer.
7866
e4044bb0
KH
78672000-06-07 Kenichi Handa <handa@etl.go.jp>
7868
7869 * textmodes/fill.el (fill-find-break-point): Check the validity of
7870 charset.
7871
59cfe8b9
KF
78722000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7873
7874 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7875 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7876 Call display-color-p and display-mouse-p instead of looking at
7877 window-system.
7878
bb2337f5
DL
78792000-06-06 Dave Love <fx@gnu.org>
7880
7881 * image.el (find-image): Doc fix. Return nil if image not found.
7882 (put-image, insert-image): Make STRING arg optional.
7883
8e624fa2
KH
78842000-06-06 Kenichi Handa <handa@etl.go.jp>
7885
7886 * language/vietnamese.el: Remove eval-when-compile.
7887 (viet-viscii-nonascii-translation-table): Define it as a
7888 translation table made from viet-viscii-decode-table.
7889 (viet-viscii-encode-table): Define it as a translation table made
7890 from the reverse map of above.
7891 (viet-vscii-nonascii-translation-table): Define it as a
7892 translation table made from viet-vscii-decode-table.
7893 (viet-vscii-encode-table): Define it as a translation table made
7894 from the reverse map of above.
7895 (ccl-decode-viscii): Use translate-character.
7896 (ccl-encode-viscii, ccl-encode-viscii-font)
7897 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
7898 Likewize.
bff71087 7899
8e624fa2
KH
7900 * language/cyrillic.el: Remove eval-when-compile.
7901 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
7902 translation table made from cyrillic-koi8-r-decode-table.
7903 (cyrillic-koi8-r-encode-table): Define it as a translation table
7904 made from the reverse map of above.
7905 (ccl-decode-koi8): Use translate-character.
7906 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
7907 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
7908 a translation table made from cyrillic-alternativnyj-decode-table.
7909 (cyrillic-alternativnyj-encode-table): Define it as a translation
7910 table made from the reverse map of above.
7911 (ccl-decode-alternativnyj): Use translate-character.
7912 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
7913 Likewize
7914
7915 * international/mule-diag.el (non-iso-charset-alist): Specify
7916 translation table symbol instead of translation table itself.
7917 (list-block-of-chars): CHARSET may be a translation table symbol.
7918
7919 * international/mule.el (make-coding-system): If CODING-SYSTEM
7920 already exists, override it.
7921
7922 * international/fontset.el: Use family `proportional' for Tibetan
7923 fonts.
7924
7925 * international/ccl.el (ccl-compile-translate-character): Don't
7926 check if Rrr has property translation-table.
7927 (ccl-compile-map-multiple): Modified to avoid compiler warning.
7928
1969fae2
GM
79292000-06-05 Gerd Moellmann <gerd@gnu.org>
7930
7931 * info.el: Bind case-fold-search to t when searching in case
7932 a user sets it to nil in a hook.
7933
d5b037c5
SM
79342000-06-05 Stefan Monnier <monnier@cs.yale.edu>
7935
d3d02e65
SM
7936 * autoarg.el (autoarg-mode, autoarg-kp-mode):
7937 * hl-line.el (hl-line-mode): Use the new :global key argument.
7938
7939 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
7940 (tar-clip-time-string): Prepend a space.
7941 (tar-grind-file-mode): Construct a string rather than modifying one.
7942 (tar-header-block-summarize): Fix docstring.
7943 Use `format' rather than an error-prone set of copy-loops.
7944
7945 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
7946 (diff-goto-source, diff-unified->context, diff-context->unified)
7947 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
7948 understand the format output by the `-p' argument to diff.
7949
bff71087 7950 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
7951 (sh-re-done): Use defconst.
7952 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
7953 (sh-help-string-for-variable, sh-guess-basic-offset):
7954 Don't quote lambdas.
7955 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
7956 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
7957
f7c4478f
SM
7958 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
7959 (mh-letter-mode): Derive from text-mode.
7960 This implicitly means that it now calls kill-all-local-variables.
7961 Also remove the Emacs-18 compatibility code.
7962
a8add29d
SM
7963 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
7964 Make use of symbol-property doc-string-elt.
7965 Use memq rather than a sequence of eq.
7966 (doc-string-elt): Fix the wrong or missing previously unused values.
7967 (autoload-print-form): New function extracted from
7968 generate-file-autoloads to allow recursion when handling progn
7969 so that defvar's and defun's docstrings are properly printed.
7970 (generate-file-autoloads): Use it.
7971
d5b037c5
SM
7972 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
7973 Use find-file-hooks in the minor-mode function.
7974 Be careful not to loop indefinitely in the post-command-hook function.
7975
560ef11a 79762000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 7977
1969fae2 7978 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 7979 tty's.
1969fae2 7980 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 7981 differences whenever appropriate.
1969fae2
GM
7982 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
7983 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
7984 wildcards.
7985
b5bbbb76
SM
79862000-06-04 Stefan Monnier <monnier@cs.yale.edu>
7987
d5b037c5
SM
7988 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
7989 (jit-lock-fontify-buffer): New function for JIT refontification.
7990 (jit-lock-mode): Fix docstring.
7991 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
7992 Remove jit-lock-after-change from the _local_ hook.
7993 (jit-lock-function-1): Fix docstring.
7994
7995 * info.el (Info-on-current-buffer): Initialize info.
7996
7997 * newcomment.el (comment-indent): Ignore comment-indent-hook.
7998
7999 * progmodes/tcl.el (tcl-indent-for-comment):
8000 Ignore comment-indent-hook.
8001
8002 * emacs-lisp/easy-mmode.el: Require CL during compilation.
8003 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
8004 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
8005 and improve to use the lighter to guess the capitalization.
8006 (define-minor-mode): Inline code from easy-mmode-define-toggle.
8007 Add keyword arguments to specify global-ness or the custom group.
8008 Add local-map and help-echo properties to the lighter.
8009 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 8010 (easy-mmode-define-global-mode): New macro.
b5bbbb76 8011
bfa6c260
DL
80122000-06-02 Dave Love <fx@gnu.org>
8013
8014 * wid-edit.el: byte-compile-dynamic since we typically don't use
8015 all the widgets. Don't require cl or widget. Remove
8016 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
8017 (widget-read-event): Removed. Callers changed to use read-event.
8018 (widget-button-release-event-p): Renamed from
8019 button-release-event-p.
8020 (widget-field-add-space, widget-field-use-before-change):
8021 Uncustomize.
8022 (widget-specify-field): Use keymap property, not local-map.
8023 (widget-specify-button): Obey :suppress-face.
8024 (widget-specify-insert): Use modern backquote syntax.
8025 (widget-image-directory): Renamed from widget-glyph-directory.
8026 (widget-image-enable): Renamed from widget-glyph-enable.
8027 (widget-image-find): Replaces widget-glyph-find.
8028 (widget-button-pressed-face): Move defvar.
8029 (widget-image-insert): Replaces widget-glyph-insert.
8030 (widget-convert): Use keywordp.
8031 (widget-leave-text, widget-children-value-delete): Use mapc.
8032 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 8033 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
8034 (widget-button-click): Don't set point at the click, but re-centre
8035 if we scroll out of window. Rewritten for images v. glyphs &c.
8036 (widget-tabable-at): Use POS arg, not point.
8037 (widget-beginning-of-line, widget-end-of-line)
8038 (widget-item-value-create, widget-sublist, widget-princ-to-string)
8039 (widget-sexp-prompt-value, widget-echo-help): Simplify.
8040 (widget-default-create): Use widget-image-insert; some rewriting.
8041 (widget-visibility-value-create)
8042 (widget-push-button-value-create, widget-toggle-value-create): Use
8043 widget-image-insert.
8044 (checkbox): Create on and off images dynamically.
8045 (documentation-link): Change :help-echo.
8046 (widget-documentation-link-echo-help): Remove.
8047
3837de12
SM
80482000-06-02 Stefan Monnier <monnier@cs.yale.edu>
8049
8050 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
8051
8052 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
8053 (easy-mmode-define-toggle, define-minor-mode): Use it.
8054 (easy-mmode-define-keymap): Docstring fix.
8055 (define-derived-mode): Default PARENT to fundamental-mode.
8056 Add the derived-mode-parent symbol-property.
8057 (easy-mmode-derived-mode-p): New function.
8058
90aa4ea8
DL
80592000-06-02 Dave Love <fx@gnu.org>
8060
37193ee6
DL
8061 * files.el (convert-standard-filename): Doc fix.
8062 (normal-backup-enable-predicate): New function.
8063 (backup-enable-predicate): Use it to replace the lambda form.
8064
8065 * calendar/todo-mode.el: [This needs more work on the outline
8066 stuff.] Doc fixes.
8067 (todo) <defgroup>: Add :version.
8068 (todo-add-category): Don't use pushnew.
8069 (todo-cmd-raise): Fix typo.
8070 (todo-top-priorities): Change temp buffer name.
8071 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
8072 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
8073 Use outline-next-heading.
37193ee6 8074
90aa4ea8
DL
8075 * autoarg.el: Rewritten to use define-minor-mode.
8076 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
8077 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
8078
2e54623a
KH
80792000-06-02 Kenichi Handa <handa@etl.go.jp>
8080
8081 * isearch.el (isearch-other-meta-char): Fix previous change.
8082
c5def0db
SM
80832000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8084
3837de12
SM
8085 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
8086 (log-edit-done): Only add the comment to the ring if it's different
8087 from the last comment entered.
8088
c5def0db
SM
8089 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
8090
2330c9d4
DL
80912000-06-01 Dave Love <fx@gnu.org>
8092
8093 * hl-line.el: Rewritten using define-minor-mode.
8094
8095 * help.el (describe-function-1): Distinguish special form from
8096 builtin function. Sanity-check presence of arglist for builtins.
8097
6e5dfc31
KH
80982000-06-01 Kenichi Handa <handa@etl.go.jp>
8099
4dc1225b
KH
8100 * international/characters.el: Fix syntax/category setting of
8101 Tibetan characters.
8102
8103 * language/tibet-util.el (tibetan-add-components): Fixes for new
8104 encoding of Tibetan characters.
8105 (tibetan-decompose-precomposition-alist): New variable.
8106 (tibetan-decompose-region): Convert precomposed characters to
8107 non-precomposed characters.
8108 (tibetan-decompose-string): Likewise.
8109 (tibetan-composition-function): Fix args to
8110 thibetan-compose-string.
8111
8112 * language/tibetan.el (tibetan-composable-pattern): More
8113 characters included.
8114 (tibetan-consonant-transcription-alist): Rule for "R" added.
8115 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
8116 "+R" added.
8117 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
8118
eadef5e6
KH
8119 * language/lao-util.el (lao-composition-function): Fix args to
8120 compose-string.
8121
8122 * language/thai-util.el (thai-composition-function): Fix args to
8123 compose-string.
8124
6e5dfc31 8125 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
8126 to prevent the point moving to the end of a composition when a
8127 part of a composition is searched.
6e5dfc31
KH
8128 (isearch-other-meta-char): If the key invoking this command can be
8129 mapped by function-key-map to a printing char, call
8130 isearch-process-search-char directly.
8131
2598a293
SM
81322000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8133
8134 * emacs-lisp/bytecomp.el:
8135 * frame.el:
8136 * international/mule-cmds.el:
8137 * international/mule-util.el:
8138 * international/mule.el:
8139 * mouse.el:
8140 * subr.el:
8141 * faces.el: Update calls to make-obsolete with a WHEN argument.
8142
8143 * byte-run.el (make-obsolete, make-obsolete-variable):
8144 Add an optional WHEN argument and change the format of the
bff71087 8145 symbol-property information.
2598a293
SM
8146 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
8147 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
8148 new obsolete-symbol-property format and print WHEN if it is provided.
8149
28d8dff1
DL
81502000-05-31 Dave Love <fx@gnu.org>
8151
8152 * loadhist.el (loadhist-hook-functions): Remove
8153 before-change-function, after-change-function.
8154 (unload-feature): Deal with symbols which are both bound and
8155 fbound.
8156
8157 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
8158 before-change-function, after-change-function.
8159
8160 * simple.el (newline): Don't bind before-change-function,
8161 after-change-function.
8162
7f565d87
RV
81632000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
8164
8165 * whitespace.el (whitespace-rescan-timer-time): Update interval
8166 set to 600 seconds (10 minutes) instead of 60 seconds since
8167 a large number of whitespace buffers causes emacs to `freeze'
8168 for a considerable amount of time.
8169
bff71087 8170 * whitespace.el: Updated email address
7f565d87 8171
a8d693d8
DL
81722000-05-31 Dave Love <fx@gnu.org>
8173
8174 * add-log.el (change-log-font-lock-keywords) <function>: Add
8175 pattern for function of change.
8176 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
8177 acknowledgements patterns.
8178
a50192e7
KH
81792000-05-31 Kenichi Handa <handa@etl.go.jp>
8180
8181 * isearch.el (isearch-printing-char): If keyboard coding system is
8182 being used, call isearch-process-search-multibyte-characters.
8183
8184 * international/isearch-x.el: Mostly rewritten.
8185
8186 * international/quail.el (quail-start-conversion): Don't include
8187 unhandled events in the returned events, but set them in
8188 unread-command-events. Exit if all inputs are deleted.
8189
7e492772
JR
81902000-05-30 Jason Rumney <jasonr@gnu.org>
8191
8192 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
8193
8194 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
8195 Reenable code to create initial fontsets.
8196 Use set-fontset-font in place of put-charset-property.
8197
10fc3187
GM
81982000-05-30 Gerd Moellmann <gerd@gnu.org>
8199
79148ea7
GM
8200 * progmodes/perl-mode.el (perl-indent-line): When looking for a
8201 label, ensure that the first colon isn't followed by another.
8202
8203 * paths.el (Info-default-directory-list): Doc fix.
8204
086d5b87
GM
8205 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
8206 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
8207 send a query containing USER only, not USER@HOST.
8208
10fc3187
GM
8209 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
8210 and rmail-msgend to compute the restriction at the end, instead of
8211 computing it.
8212
49e70dec
GM
82132000-05-29 Gerd Moellmann <gerd@gnu.org>
8214
66254a13
GM
8215 * dabbrev.el (dabbrev-expand): Don't display messages in the
8216 echo area if the minibuffer window is active.
8217
49e70dec
GM
8218 * jit-lock.el (jit-lock-mode): Add after change function to
8219 local hook.
8220
82212000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
8222
8223 * antlr-mode.el: New commands: hide/unhide actions,
8224 upcase/downcase literals.
8225 (antlr-tiny-action-length): New user option.
8226 (antlr-hide-actions): New command. Suggested by
8227 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 8228 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
8229 (antlr-mode-menu): New entries.
8230 (antlr-downcase-literals): New command.
8231 (antlr-upcase-literals): Ditto.
8232
8233 * antlr-mode.el: Minor changes: indendation, mode-name.
8234 (antlr-indent-line): Indent cpp directive at column 0.
8235 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
8236
8237 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
8238 (antlr-font-lock-additional-keywords): Workaround for intentional
8239 bug in XEmacs version of font-lock.
8240 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
8241 be used by a smarter version of `buffers-menu-grouping-function'.
8242
82432000-05-29 Gerd Moellmann <gerd@gnu.org>
8244
8245 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
8246 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
8247
49f93684
KH
82482000-05-29 Kenichi Handa <handa@etl.go.jp>
8249
8250 * international/encoded-kb.el
8251 (encoded-kbd-iso2022-designation-map): Pay attention to that
8252 charset-iso-final-char return -1 for eight-bit-control and
8253 eight-bit-graphic.
8254
5b1ae051
EZ
82552000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8256
8257 * speedbar.el (speedbar-use-images, speedbar-update-flag)
8258 (speedbar-easymenu-definition-base): Use display-graphic-p where
8259 available, instead of window-system.
8260
a205e32a
EZ
82612000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8262
8263 * international/codepage.el (cp-coding-system-for-codepage-1): Add
8264 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
8265 coding systems.
8266
dd854dc2
DL
82672000-05-26 Dave Love <fx@gnu.org>
8268
c88a85d5
DL
8269 * disp-table.el (standard-display-underline): Don't use
8270 internal-find-face.
8271
dd854dc2
DL
8272 * mail/reporter.el: Maintainer change. Doc fixes.
8273 (reporter-version): Deleted.
8274
8275 * emacs-lisp/elp.el: Maintainer change.
8276 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
8277
dc29aa6c
SM
82782000-05-26 Stefan Monnier <monnier@cs.yale.edu>
8279
8280 * add-log.el (add-change-log-entry): Merge the current entry with the
8281 previous one if the previous one is empty.
8282
ed62683d
DL
82832000-05-26 Dave Love <fx@gnu.org>
8284
4370a375
DL
8285 * loadhist.el (unload-feature): Fix interactive spec [from
8286 lijnzaad@ebi.ac.uk].
8287
ed62683d
DL
8288 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
8289 subr-arity to check primitives.
8290 (byte-compile-flush-pending, byte-compile-file-form-progn)
8291 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
8292 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
8293 mapcar.
8294
ba9f8f95
KH
82952000-05-26 Kenichi Handa <handa@etl.go.jp>
8296
0f3e0672
KH
8297 * international/fontset.el: Set family names of non-latin charsets
8298 in default fontset to "*".
8299
cebefb44
KH
8300 * international/mule-diag.el (print-fontset): Combine family part
8301 and registry part of the fontname by "-*-" instead of "-".
8302
ba9f8f95
KH
8303 * international/mule-cmds.el (encode-coding-char): Make strings
8304 multibyte before calling encode-coding-string.
8305
931d0724
SM
83062000-05-25 Stefan Monnier <monnier@cs.yale.edu>
8307
8308 * derived.el: Fix keywords.
8ccce2b0 8309 (define-derived-mode): Only define if needed.
931d0724
SM
8310
8311 * simple.el (fill-comment, comment-column, comment-start)
8312 (comment-start-skip, comment-end, comment-indent-function)
8313 (block-comment-start, block-comment-end, indent-for-comment)
8314 (set-comment-column, kill-comment, comment-padding, comment-region)
8315 (comment-multi-line, indent-new-comment-line): Remove.
8316
8317 * bindings.el (esc-map): Change ; to comment-dwim and use the new
8318 function names for comment operations.
8319
8320 * newcomment.el: Add abundant autoload cookies.
8321 (comment-style): Don't depend on runtime data at compile-time.
8322 (comment-indent-hook): Remove.
8323 (comment-indent): Check if comment-indent-hook is bound.
8324 (comment-region): Docstring fix.
8325
6fc596cf
DL
83262000-05-25 Dave Love <fx@gnu.org>
8327
8328 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
8329 byte-code-function-p.
8330
8331 * mail/rmailsum.el: Add provide.
8332
8333 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
8334
8335 * smerge-mode.el (smerge-diff-switches): Don't use list* in
8336 defcustom.
8337
7997f1ca 83382000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8339
7997f1ca
MK
8340 * ediff-diff.el (ediff-exec-process): delete --binary option from
8341 non-buffer ediff jobs.
7f565d87 8342
e7a903e8
EZ
83432000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8344
8345 * hilit-chg.el (highlight-changes-mode): Ask about color or
8346 grayscale support, not about window-system.
8347
8348 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
8349 window-system.
8350 (ffap-highlight): Always default to t.
8351
8352 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
8353 display-popup-menus-p instead of looking at window-system.
8354
8355 * disp-table.el (standard-display-g1, standard-display-graphic):
8356 Only refuse to use string glyphs on X and MS-Windows.
8357
8358 * avoid.el: Remove window-system from commentary, suggest to use
8359 display-*-p instead.
8360
8361 * apropos.el (apropos-print): Use display-mouse-p instead of
8362 window-system.
8363
14028d57
EZ
83642000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8365
8366 * international/codepage.el (cp-decoding-vector-for-codepage):
8367 Fill up unsupported characters with their own codes. From Kenichi
8368 Handa.
8369
1a4f9cc1
EZ
83702000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8371
8372 * international/mule-diag.el (describe-char-after): Use
8373 display-graphic-p instead of window-system, so that this function
8374 works on MS-DOS.
8375
89f6ca4e
EZ
83762000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8377
8378 * international/codepage.el (cp-make-coding-systems-for-codepage):
8379 Remove the eight-bit-graphic and eight-bit-control charsets from
8380 the list of charsets which we convert into `?'.
8381
eacfd7fe
KH
83822000-05-25 Kenichi Handa <handa@etl.go.jp>
8383
8384 * international/mule-conf.el: Specify CHARSET-ID explicitely for
8385 private charsets.
8386 (mule-unicode-0100-24ff, japanese-jisx0213-1,
8387 japanese-jisx0213-2): New charsets.
8388
8389 * international/fontset.el: Setup default fontset for new charsets.
8390
deadf7e3
DL
83912000-05-24 Dave Love <fx@gnu.org>
8392
8393 * info.el (Info-find-node-2): Restructure [following "Vadim
8394 S. Solomin" <sovs@uic.nnov.ru>].
8395
8396 * icomplete.el: Fix header for Finder.
8397
83982000-05-24 Eric M. Ludlam <zappo@ultranet.com>
8399
8400 * rmailout.el (rmail-output-to-rmail-file): Added optional param
8401 STAY.
8402
8403 * rmail.el (rmail-automatic-folder-directives): New user variable.
8404 (rmail-show-message): Add call to `rmail-auto-file' during
8405 display.
8406 (rmail-auto-file): New function.
8407
6de3983f 84082000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8409
fc6a6a4e 8410 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 8411 account.
fc6a6a4e
GM
8412 (ediff-test-utility,ediff-diff-mandatory-option)
8413 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 8414 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 8415
fc6a6a4e 8416 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 8417 variable.
7f565d87 8418
fc6a6a4e 8419 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
8420 ediff-merge-filename-prefix.
8421
fc290d1d
MK
84222000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
8423
fc6a6a4e 8424 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 8425
273182b8
EZ
84262000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8427
8428 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
8429 aliases for hebrew-iso-8bit.
8430
f471ea57
EZ
84312000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8432
8433 * woman.el: New version from Francis J. Wright
8434 <F.J.Wright@Maths.QMW.ac.uk>.
8435 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
8436 names in environment variables regardless of the path separator.
8437 (woman-topic-all-completions-1): Don't call file-name-directory-p
8438 on all files, since woman-file-regexp already filters out any
8439 directories.
8440
01162f24
KH
84412000-05-24 Kenichi Handa <handa@etl.go.jp>
8442
48e3df76
KH
8443 * international/quail.el (quail-start-translation): Don't change
8444 modified-p of the current buffer.
8445 (quail-start-conversion): Likewise.
8446
8447 * international/kkc.el (kkc-region): Don't change modified-p of
8448 the current buffer.
8449
747d90ea
KH
8450 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
8451 conform to RFC1468.
8452 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 8453
17a223ff
EL
84542000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
8455
8456 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
8457 (speedbar-insert-button): Invisible text property fix.
8458 (speedbar-directory-plus): Renamed from speedbar-directory-+
8459 (speedbar-directory-minus): Renamed from speedbar-directory--
8460 (speedbar-page-plus): Renamed from speedbar-file-+
8461 (speedbar-page-minus): Renamed from speedbar-file--
8462 (speedbar-page): Renamed from speedbar-file-
8463 (speedbar-tag): Renamed from speedbar-tag-
8464 (speedbar-tag-plus): Renamed from speedbar-tag-+
8465 (speedbar-tag-minus): Renamed from speedbar-tag--
8466 (speedbar-expand-image-button-alist): Use above renames.
8467
8468 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
8469 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
8470 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
8471 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
8472 * sb-pg.xpm: Renamed from sb-file.xpm
8473 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
8474 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 8475
e6b6fc18
KH
84762000-05-24 Kenichi Handa <handa@etl.go.jp>
8477
8478 * international/quail.el (quail-show-guidance-buf): Set
8479 current-input-method of the guidance buffer to the name of the
8480 curren input method.
8481
a1a336eb
SM
84822000-05-23 Stefan Monnier <monnier@cs.yale.edu>
8483
8484 * progmodes/compile.el (compile-internal): Style typo.
8485
8486 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
8487 quote vars and functions in the docstring.
8488
8489 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
8490
8491 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
8492 Don't quote lambdas.
8493
8494 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
8495
9695b783
GM
84962000-05-23 Gerd Moellmann <gerd@gnu.org>
8497
716e3b88
GM
8498 * startup.el (command-line): Determine source file of compiled
8499 user init file differently. Warn if compiled user init file
8500 is older than its source file.
8501
9695b783 8502 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 8503
41ac433f
EZ
85042000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
8505
8506 * files.el (make-backup-file-name-1): Replace slashes with `!'
8507 rather than `|' (which is not allowed on Windows). Replace the
8508 drive letters with a string "drive_X".
8509
46600ab1
GM
85102000-05-23 Gerd Moellmann <gerd@gnu.org>
8511
8512 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
8513
8514 * files.el (interpreter-mode-alist): Add `bash2'.
8515
79a64d87
DL
85162000-05-22 Dave Love <fx@gnu.org>
8517
8518 * loadhist.el (feature-symbols, file-provides, file-requires): Use
8519 mapc.
8520 (feature-file): Avoid calling symbol-name. Doc fix.
8521 (file-set-intersect, file-dependents): Use dolist, not mapcar.
8522 (loadhist-hook-functions): Add mouse-position-function.
8523 (unload-feature): Change uses of mapcar.
8524
8525 * files.el (parse-colon-path): Doc fix.
8526 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
8527 (set-auto-mode): Use mapc.
8528
8529 * complete.el (PC-look-for-include-file): Use :alnum: character
8530 class.
8531 (partial-completion-mode): Add autoload cookie.
8532
0e8c11d8
SS
85332000-05-22 Sam Steingold <sds@gnu.org>
8534
ce75fd23 8535 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
8536 `add-text-properties' (bug introduced on 2000-05-18).
8537
d8d0fa6c
DL
85382000-05-22 Dave Love <fx@gnu.org>
8539
8540 * bindings.el: Remove debug-ignored-errors set in other files.
8541
8542 * progmodes/etags.el: Add to debug-ignored-errors.
8543 (visit-tags-table-buffer): Clear out buffers holding old tables
8544 when making a new list.
8545 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
8546 mapc.
8547
8548 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
8549 quote keywords.
8550 (cmpl-string-case-type): Use character classes.
8551
0e8c11d8
SS
8552 * comint.el:
8553 * textmodes/ispell.el:
8554 * imenu.el:
d8d0fa6c
DL
8555 * mail/mh-e.el:
8556 * progmodes/compile.el: Add to debug-ignored-errors.
8557
8558 * dabbrev.el: Add to debug-ignored-errors.
8559 (dabbrev-completion): Use mapc.
8560
1edbbf8a
EZ
85612000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
8562
8563 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
8564 (woman-mapcan, woman-parse-man.conf)
8565 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
8566 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
8567 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
8568 path syntax better.
8569 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
8570 (woman-manpath): Call woman-parse-man.conf.
8571 (woman-emulation): New defcustom, defaults to nroff.
8572 (woman-font-support): New defconst.
8573 (woman-use-symbol-font): New defcustom.
8574 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
8575 "Emulation".
8576 Many functions: Doc fix.
8577
5bd2148c
KH
85782000-05-22 Kenichi Handa <handa@etl.go.jp>
8579
8580 * international/quail.el (quail-simple-translation-keymap): Map
8581 128..255 to quail-self-insert-command.
8582 (quail-keyboard-layout-alist): Add definition for "pc102-de".
8583
4125ec7e
SM
85842000-05-22 Stefan Monnier <monnier@cs.yale.edu>
8585
a1a336eb
SM
8586 * help.el (help-manyarg-func-alist): Typo.
8587
40aeecad
SM
8588 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
8589 intervals which makes it heaps simpler.
8590
4125ec7e
SM
8591 * newcomment.el (comment-region-internal): Go back to BEG after quoting
8592 the nested comment markers.
e4da9c1c
SM
8593
8594 * subr.el (remove-hook): Don't turn the hook's value into a list.
8595
cb7216a7
DL
85962000-05-21 Dave Love <fx@gnu.org>
8597
ac266581
DL
8598 * edmacro.el (edmacro-parse-keys): Return vector if any elements
8599 are invalid characters.
8600
cb7216a7
DL
8601 * international/mule-util.el (detect-coding-with-priority): Use
8602 mapc. Remove redundant lambda.
8603
8604 * international/mule-diag.el (list-non-iso-charset-chars)
8605 (describe-fontset): Remove redundant lambda.
8606
8607 * emulation/crisp.el (brief-mode): New alias.
8608
8609 * emacs-lisp/ring.el (ring-elements): New function.
8610
8611 * emacs-lisp/easymenu.el (easy-menu-create-menu)
8612 (easy-menu-do-add-item): Use keywordp.
8613
8614 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
8615
8616 * replace.el: Doc and error message fixes.
8617 (replace-highlight): Use facep, not internal-find-face.
8618
9b0d1d6e
SM
86192000-05-20 Stefan Monnier <monnier@cs.yale.edu>
8620
b2d2cf58
SM
8621 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
8622
ffe7dc64
SM
8623 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
8624 (log-edit-insert-changelog): Drop `:' as well.
8625
8626 * log-view.el: Fix file description.
8627 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
8628 available.
8629 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
8630 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
8631
c8c21615
SM
8632 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
8633 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
8634 Print a status message if the toggle is called interactively.
8635 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
8636 for global minor modes and use `defcustom' for them.
8637 Use add-minor-mode.
8638 (easy-mmode-define-derived-mode): Remove.
8639 (define-derived-mode): Fancier default docstring.
8640 (easy-mmode-define-navigation): Signal an error rather than (ding).
8641
9b0d1d6e
SM
8642 * newcomment.el (comment-styles): New `box-multi'.
8643 (comment-normalize-vars): Better default for comment-continue to
8644 avoid whitespace-only continuations.
8645 (comment-search-forward): Always move even in the no-syntax case.
8646 (comment-padright): Only obey N if it's only obeyed for padleft.
8647 (comment-make-extra-lines): Better handling of empty continuations.
8648 Use `=' for the filler if comment-start has only one character.
8649 (uncomment-region): Try handling the special `=' filler.
8650 (comment-region): Allow LINES even if MULTI is nil.
8651 (comment-box): Choose box style based on comment-style.
8652
f5ee6d0f
KH
86532000-05-20 Kenichi Handa <handa@etl.go.jp>
8654
9b0d1d6e 8655 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
8656 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
8657
c9671f81
KH
86582000-05-20 Kenichi HANDA <handa@etl.go.jp>
8659
8660 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
8661 and insert, not subst-char-in-region.
8662
8663 * international/mule-diag.el (list-character-sets-1): Handle
8664 charsets eight-bit-control and eight-bit-graphic.
8665 (list-iso-charset-chars): Likewise.
8666 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
8667 charactes as is. Use indent-to to align characters.
8668
8669 * international/mule-cmds.el (find-multibyte-characters): Never
8670 exclude charsets eight-bit-control and eight-bit-graphic.
8671
1426aa5c
SM
86722000-05-19 Stefan Monnier <monnier@cs.yale.edu>
8673
8674 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
8675 Don't quote lambdas.
8676
8677 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
8678
2b63d473
GM
86792000-05-19 Gerd Moellmann <gerd@gnu.org>
8680
8681 * gud.el (gud-jdb-directories): Doc fix.
8682
f1355756
SM
86832000-05-19 Stefan Monnier <monnier@cs.yale.edu>
8684
8685 * newcomment.el: New file.
8686
5f64c9e0
GM
86872000-05-19 Gerd Moellmann <gerd@gnu.org>
8688
2b63d473 8689 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 8690
db7314bd
AS
86912000-05-18 Andreas Schwab <schwab@suse.de>
8692
8693 * dired.el (dired-between-files): Also skip lines beginning with
8694 `used'.
8695
25bb0401
GM
86962000-05-18 Gerd Moellmann <gerd@gnu.org>
8697
8698 * msb.el (msb-menu-cond): Add choice `user'.
8699
a199a865 87002000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 8701
a199a865
GM
8702 * ps-print.el: Compatibility, customization and doc fix.
8703 (ps-printer-name-option): Replace defconst by defvar.
8704 (ps-postscript-code-directory): XEmacs compatibility.
8705 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
8706 fix.
8707 (ps-user-defined-prologue, ps-print-prologue-header)
8708 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
8709 compatibility and code fix.
8710 (ps-print-background-image, ps-print-background-text):
8711 Customization fix.
8712 (ps-line-number-start, ps-n-up-on): New vars.
8713
25bb0401
GM
87142000-05-18 Espen Skoglund <esk@ira.uka.de>
8715
8716 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
8717 the indent-comment function to just return the appropriate indent.
8718
68e6c83a
EL
87192000-05-18 Eric M. Ludlam <zappo@ultranet.com>
8720
8721 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
8722 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
8723 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
8724
dae6cb9f
DL
87252000-05-18 Dave Love <fx@gnu.org>
8726
8727 * info.el (Info-fontify-node): Add intangible property as well as
8728 invisible.
8729
8730 * calendar/appt.el (appt-make-list): Match all lines of entry.
8731 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
8732
813086ea
KH
87332000-05-18 Kenichi Handa <handa@etl.go.jp>
8734
8735 * international/mule-diag.el (describe-char-after): Call
8736 internal-char-font, not char-font. If internal-char-font returns
8737 nil, display "-- none --".
8738
24978190
EZ
87392000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8740
8741 * image.el (image-type-available-p): Don't reference image-types
8742 if it isn't bound.
8743
2fca2d5d
SM
87442000-05-17 Stefan Monnier <monnier@cs.yale.edu>
8745
8746 * autoarg.el (autoarg-mode): Typo in the :set argument.
8747
cfc75d05
EZ
87482000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8749
8750 * startup.el (command-line-1): Don't signal an error if the
8751 directory for auto-save-list files does not yet exist.
8752
c4e30387
KH
87532000-05-17 Kenichi Handa <handa@etl.go.jp>
8754
8755 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
8756
dd6b8ea7
SM
87572000-05-16 Stefan Monnier <monnier@cs.yale.edu>
8758
8759 * subr.el (remove-hook): `setq' hook-value, not `set'.
8760
399c88ad
SS
87612000-05-16 Sam Steingold <sds@gnu.org>
8762
a199a865 8763 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 8764
01651f07
DL
87652000-05-16 Dave Love <fx@gnu.org>
8766
8767 * cus-edit.el: Don't require cl or easymenu.
8768 (custom-variable-prompt): Test standard-value property, not
8769 user-variable-p.
8770
2248c40d
SS
87712000-05-16 Sam Steingold <sds@gnu.org>
8772
8773 * subr.el (add-hook): `setq' hook-value, not `set'.
8774
b15f3b77
GM
87752000-05-16 Gerd Moellmann <gerd@gnu.org>
8776
8777 * startup.el (command-line-1): Mention the FAQ in the startup
8778 message.
8779
8780 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
8781
8782 * progmodes/compile.el (compilation-parse-errors): Collect
8783 `nomessage' regexps last.
8784
8785 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
8786
8787 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
8788 to the function name.
8789
f9bbcfac
EL
87902000-05-15 Dave Love <fx@gnu.org>
8791
8792 * speedbar.el (speedbar-recenter): Typo.
8793 (speedbar-expand-line): Make arg optional.
8794 (speedbar-mode): Avoid a compiler warning.
8795
119b42eb
GM
87962000-05-15 Gerd Moellmann <gerd@gnu.org>
8797
8798 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
8799 user-specified option string is empty.
8800
8801 * mouse.el (mouse-yank-at-click): Doc fix.
8802
f685bea9
EZ
88032000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
8804
8805 * term/internal.el (IT-character-translations): More updates of
8806 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
8807 documents.
8808
a1b8d58b
GM
88092000-05-15 Gerd Moellmann <gerd@gnu.org>
8810
8811 * env.el (getenv): New function, interactively callable.
8812 (setenv, getenv): Remove autoload cookies.
8813
8814 * loadup.el: Load `env'.
8815
8816 * progmodes/f90.el: Change author's mail address.
8817
c9bba7ed
DL
88182000-05-14 Dave Love <fx@gnu.org>
8819
e5c83697
DL
8820 * mail/rmail.el (rmail-show-message-hook): Customize and offer
8821 goto-addr as an option.
8822
8823 * help.el (help-xref-stack): Doc fix.
8824 (help-xref-following): New variable.
8825 (help-make-xrefs): Use it.
8826 (help-xref-go-back): Use position information from stack element.
8827 (help-follow): Make position in stack element a pair. Use
8828 help-xref-following.
399c88ad 8829
e5c83697
DL
8830 * autoarg.el: New file.
8831
8832 * faces.el: Declare more functions obsolete.
8833
c9bba7ed
DL
8834 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
8835 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
8836 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
8837 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
8838 Remove all the setup-...-environment functions.
8839
b6389bfb
EL
88402000-05-13 Eric M. Ludlam <zappo@ultranet.com>
8841
a1b8d58b
GM
8842 * speedbar.el: Updated the commentary section. xemacs20p now uses
8843 >= when detecting. Require `defimage' safely.
b6389bfb
EL
8844 (speedbar-easymenu-definition-base): Add toggle for images.
8845 (speedbar-easymenu-definition-special): Add flush cache & expand.
8846 (speedbar-visiting-tag-hook): Set new defaults. Added options.
8847 (speedbar-reconfigure-keymaps-hook): New variable.
8848 (speedbar-frame-parameters): Updated documentation.
8849 (speedbar-use-imenu-flag): Updated custom tag
8850 (speedbar-dynamic-tags-function-list): New variable.
8851 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
8852 (speedbar-indentation-width, speedbar-indentation-width) New
8853 variables.
8854 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
8855 (speedbar-vc-indicator): Doc update.
8856 (speedbar-ignored-path-expressions): Updated default value.
8857 (speedbar-supported-extension-expressions): Updated default value.
8858 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
8859 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
8860 as "+". Added overlay aliases.
8861 (speedbar-mode): Use `speedbar-mode-line-update' instead of
8862 `force-mode-line-update'.
8863 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
8864 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
8865 `mouse-set-point'
b6389bfb 8866 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
8867 (speedbar-item-info-tag-helper): Revamped to handle a wider range
8868 of arbitrary text, and new helper functions.
8869 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
8870 filename finder.
b6389bfb
EL
8871 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
8872 (speedbar-directory-buttons): Update path search/expansion.
8873 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
8874 `speedbar-indentation-width'. Use more care w/ invisible
8875 properties.
b6389bfb
EL
8876 (speedbar-change-expand-button-char): Call
8877 `speedbar-insert-image-button-maybe'.
8878 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
8879 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
8880 (speedbar-trim-words-tag-hierarchy)
8881 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 8882 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
8883 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
8884 functions.
b6389bfb
EL
8885 (speedbar-mouse-set-point): New function
8886 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
8887 (speedbar-line-token, speedbar-goto-this-file): Handle more types
8888 of tag prefix text.
8889 (speedbar-expand-line, speedbar-contract-line): Make more robust
8890 to strange text.
8891 (speedbar-expand-line): Takes universal argument to flush the
8892 cache.
b6389bfb
EL
8893 (speedbar-flush-expand-line): New function.
8894 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
8895 Use new generator insertion method.
8896 (speedbar-fetch-dynamic-tags): New function.
8897 (speedbar-fetch-dynamic-imenu): Removed code now handled in
8898 `speedbar-fetch-dynamic-imenu'.
8899 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
8900 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
8901 "Revert Buffer" menu items.
8902 (speedbar-buffer-buttons-engine): Be smarter when creating a
8903 filename tag (for expansion purposes.).
a1b8d58b
GM
8904 (speedbar-highlight-one-tag-line,
8905 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
8906 (speedbar-recenter): New functions.
b6389bfb 8907 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
8908 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
8909 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
8910 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
8911 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
8912 (speedbar-expand-image-button-alist): New variable.
8913 (speedbar-insert-image-button-maybe): Insert an image over some
8914 buttons.
8915
43fe9244
KH
89162000-05-13 Kenichi Handa <handa@etl.go.jp>
8917
8918 * international/mule-cmds.el (encode-coding-char): An ASCII
8919 character is always encodable.
8920
8921 * international/mule-conf.el: Add more information in descriptions
8922 of character sets.
8923
813086ea 8924 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
8925 (describe-font-internal): Adjusted for the change of font-info.
8926 (describe-font): Likewise.
8927 (print-fontset): Rewritten for the new fontset implementation.
8928 (describe-fontset): Include fontset alias names in completion.
8929 (list-fontsets): Adjusted for the change of print-fontset.
8930
8931 * simple.el (what-cursor-position): If DETAIL is non-nil, call
8932 describe-char-after instead of displaying the detail in the echo
8933 area.
813086ea
KH
8934 (syntax-code-table): Format changed.
8935 (string-to-syntax): Adjusted for the above change.
0e8c11d8 8936
e8564f57
SM
89372000-05-12 Stefan Monnier <monnier@cs.yale.edu>
8938
8939 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
8940
9278c60d
DL
89412000-05-12 Dave Love <fx@gnu.org>
8942
8943 * calendar/todo-mode.el: Remove some compatibility stuff and CL
8944 dependence. Use line-{beginning,end}-position, not
8945 point-at{b,e}ol. Some doc fixes.
8946 (todo-position): New function. Fix callers of position to use it.
8947 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
8948
be0505fe
GM
89492000-05-12 Gerd Moellmann <gerd@gnu.org>
8950
8951 * time.el (display-time-mail-icon): Use `:ascent center'.
8952
a8a3541c
GM
8953 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
8954 handling FTP security extensions.
399c88ad 8955
44d5f148
DL
89562000-05-11 Dave Love <fx@gnu.org>
8957
33d0c179 8958 * calendar/todo-mode.el: New file.
44d5f148 8959
da4496b6
GM
89602000-05-11 Gerd Moellmann <gerd@gnu.org>
8961
cdc4401d
GM
8962 * comint.el (comint-read-input-ring): Move reference to
8963 comint-input-ring-size outside of the save-excursion. It was
8964 causing the default value to be the only one ever seen.
399c88ad 8965
0279f991
GM
8966 * font-lock.el: Update copyright. Remove Simon Marshall's email
8967 address on request from him.
8968
da4496b6
GM
8969 * subr.el (substitute-key-definition): Add comment describing
8970 the meaning of PREFIX.
8971
ac5cb26d
SM
89722000-05-10 Stefan Monnier <monnier@cs.yale.edu>
8973
8974 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
8975
8976 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
8977 (add-minor-mode): Don't make the variable buffer-local and add a
8978 reference to define-minor-mode in the docstring.
8979
8980 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
8981 HEADER/FOOTER and fix bug with trailing empty directory.
8982 (cvs-append-to-ignore): Use vc-editable-p if available.
8983 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
8984 (vc-do-command): Tweak advice to handle the new VC.
8985
8986 * log-view.el (log-view-goto-rev): New function for the new VC.
8987 (log-view-minor-wrap): Use mark-active.
8988
8989 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
8990 (log-edit-changelog-full-paragraphs): New var.
8991 (log-edit-insert-changelog): Remove a lonely leading `* file'.
8992 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
8993 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
8994 (log-edit-changelog-ours-p, log-edit-changelog-entries)
8995 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
8996 Replace the `cvs' prefix with `log-edit'.
8997
8998 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
8999
9000 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
9001 (diff-font-lock-defaults): Explicitly turn off multiline.
9002 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
9003 (diff-ediff-patch): Fix call to ediff-patch-file.
9004 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
9005 Handle comments.
9006
9007 * frame.el (automatic-hscrolling): Typo.
9008
9009 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
9010
21c34da3
DL
90112000-05-09 Sam Steingold <sds@goems.com>
9012
9013 * apropos.el (apropos-print): use `describe-face' instead of
9014 `customize-face-other-window'.
9015
950cf06f
DL
90162000-05-09 Dave Love <fx@gnu.org>
9017
9018 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
9019
9020 * help.el (describe-variable): Have customize button pop the
9021 help-xref stack when invoked.
9022 (help-xref-symbol-regexp): Add `face'.
9023 (help-make-xrefs): Check for quoted face names and adapt regexp
9024 submatch numbers to cope.
9025 (help-xref-interned): Maybe insert face doc too. Separate
9026 sections with a line of hyphens.
9027
0623e40f 9028 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
9029 (describe-face): Add customize button. Return the help
9030 text. Fix prompt.
9031
82e2ca9d
EZ
90322000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
9033
9034 * term/internal.el (IT-character-translations): Fix last change.
9035
10c00b5c
EZ
90362000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9037
9038 * woman.el: New file
9039 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
9040
9deed82f
EZ
90412000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9042
001ad319
EZ
9043 * term/internal.el (IT-character-translations): Update ASCII
9044 simulations for greek-iso8859-7, add latin-iso8859-14 and
9045 latin-iso8859-15.
9046
9deed82f
EZ
9047 * international/mule-cmds.el (set-language-info-alist): Call
9048 define-prefix-command with 3 arguments, to make the map suitable
9049 for a menu.
9050
4f37b78a
DL
90512000-05-07 Dave Love <fx@gnu.org>
9052
1ec321a7 9053 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 9054
64a4c526
DL
90552000-05-05 Dave Love <fx@gnu.org>
9056
9057 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
9058 list in doc string. Don't quote keyword symbols.
9059 * emacs-lisp/cl.el: Likewise
9060 * emacs-lisp/cl-seq.el: Likewise
9061
056565f7
GM
90622000-05-05 Gerd Moellmann <gerd@gnu.org>
9063
9064 * abbrev.el (abbrev-mode): Make ARG optional.
9065
4656b314
GM
90662000-05-04 Gerd Moellmann <gerd@gnu.org>
9067
ec82fb2f
GM
9068 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
9069
9070 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
9071
4656b314
GM
9072 * subr.el (substitute-key-definition): Clarify documentation.
9073
90742000-05-04 Milan Zamazal <pdm@freesoft.cz>
9075
9076 * glasses.el (glasses-convert-to-unreadable): Use
9077 `glasses-separator' instead of the hard-wired "_".
9078 (glasses-mode): Call `glasses-make-unreadable' only in a single
9079 place.
9080
7b081c78
EZ
90812000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
9082
9083 * term/internal.el (cjk-codepages-alist): Add associations for
9084 Chinese and Korean codepages. Remove FIXME comment.
9085
baa5536e
DL
90862000-05-03 Dave Love <fx@gnu.org>
9087
9088 * time.el (display-time-mail-face, display-time-use-mail-icon):
9089 New option.
9090 (display-time-mail-icon): New variable.
9091 (display-time-string-forms): Use the above. Fix the local-map.
9092
cbf18892
GM
90932000-05-03 Gerd Moellmann <gerd@gnu.org>
9094
4ff40dd0
GM
9095 * replace.el (query-replace-map): Add binding for `E'.
9096 (query-replace-help): Extend help text.
9097 (perform-replace): Allow editing the replacement string.
9098
9099 * make-mode.el (makefile-mode-abbrev-table): New variable.
9100 (makefile-mode): Set local abbrev table to
9101 makefile-mode-abbrev-table.
9102 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 9103
cbf18892
GM
9104 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
9105 set TOGGLE's value.
9106
4ff40dd0
GM
9107 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
9108 mail-interactive-insert-alias.
9109 (mail-abbrev-complete-alias): New command.
9110 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 9111
ffec4d9f
KH
91122000-05-03 Kenichi Handa <handa@etl.go.jp>
9113
9114 * language/lao-util.el (lao-compose-region): New function.
9115
1b0672c3
GM
91162000-05-02 Gerd Moellmann <gerd@gnu.org>
9117
576da55d
GM
9118 * files.el (recover-session): Make directories as necessary
9119 if they don't exist yet.
9120
399c88ad
SS
9121 * calendar/cal-french.el
9122 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
9123 (french-calendar-special-days-array): Change French text.
9124 (calendar-french-date-string): Change output.
9125 (calendar-goto-french-date): Likewise.
9126
91272000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
9128
9129 * wid-edit.el (widget-default-active): Obey `:always-active'.
9130 (widget-documentation-string-value-create): Set `:always-active'.
9131
4b33deaa
EZ
91322000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9133
9134 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
9135 default prefix to `~/_emacs.d/auto-save.list/_s'.
9136 (normal-top-level): Create the directory for auto-save files, if
9137 it doesn't already exist (in the ms-dos case only).
9138
5c922ea7
EZ
91392000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9140
9141 * international/mule-cmds.el (set-language-environment): Don't
9142 concat an integer (dos-codepage), use format instead.
9143
820ad5e7
DL
91442000-05-02 Dave Love <fx@gnu.org>
9145
9146 * help.el (help-xref-on-pp): Check for constant symbols.
9147
57cb56f5
GM
91482000-04-29 Gerd Moellmann <gerd@gnu.org>
9149
9150 * startup.el (normal-top-level): Put a condition-case around
9151 the code loading subdirs.el.
9152
91532000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 9154
57cb56f5
GM
9155 * ps-print.el: Upside-down and face background color printing,
9156 line number step, doc fix.
9157 (ps-print-version): New version number (5.2).
9158 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
9159 (ps-face-attribute-list, ps-plot-with-face): Code fix.
9160 (ps-spool-config): Var fix.
9161 (ps-printer-name-option): Const fix.
9162 (ps-print-upside-down, ps-use-face-background)
9163 (ps-line-number-step): New vars.
9164 (ps-window-system, ps-lp-system): New consts.
9165 (ps-face-background): New fun.
9166
084cec2f
GM
91672000-04-28 Richard Stallman <rms@gnu.org>
9168
9169 * files.el (make-auto-save-file-name):
9170 Apply auto-save-file-name-transforms to visited file name
9171 before generating auto save file name.
9172 (auto-save-file-name-transforms): New variable.
9173
399c88ad 9174 * files.el (backup-enable-predicate):
084cec2f
GM
9175 Correctly test for a file under a temporary directory.
9176
c94f4677
GM
91772000-04-28 Gerd Moellmann <gerd@gnu.org>
9178
9179 * subr.el (add-minor-mode): Rewritten.
9180
7b211df5
KH
91812000-04-28 Kenichi Handa <handa@etl.go.jp>
9182
9183 * mail/sendmail.el (sendmail-send-it): Set
9184 buffer-file-coding-system to the selected coding system for MIME
9185 header.
9186
c76e04a8 91872000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 9188
c76e04a8
GM
9189 * dired.el (dired-move-to-filename-regexp): Allow format where
9190 YYYY is followed by two spaces.
e3e36d74 9191
c76e04a8
GM
9192 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
9193 in the second character class of the regexp.
9194
9195 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
9196 mh-etc, too.
353964e3 9197
c76e04a8
GM
9198 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
9199 nil.
399c88ad 9200
353964e3
GM
9201 * subr.el (add-minor-mode): Use `set' instead of `setq'.
9202
9203 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
9204 argument.
9205
c76e04a8 92062000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 9207
c76e04a8
GM
9208 * emacs-lisp/crm.el (crm-completion-table): New variable.
9209 (crm-collection-fn, crm-test-completion)
9210 (completing-read-multiple): Use it.
9211
92122000-04-27 Dave Love <fx@gnu.org>
9213
9214 * help.el (locate-library): Use mapc.
9215 (help-manyarg-func-alist): Add call-process-region.
9216
7464346d
GM
92172000-04-26 Gerd Moellmann <gerd@gnu.org>
9218
b35bd33d
GM
9219 * subr.el (add-minor-mode): Make argument MAP optional.
9220
7464346d
GM
9221 * desktop.el (desktop-save): Save list of minor modes.
9222 (desktop-create-buffer): Restore minor modes.
9223 (desktop-minor-mode-table): New user-option.
9224
9225 * subr.el (add-minor-mode): New function.
9226
9227 * image.el (find-image): New function.
9228 (defimage): Rewritten to find image at load time.
9229
9230 * startup.el (normal-top-level-add-to-load-path): Handle
9231 case that the default directory is not in load-path.
9232
9233 * help.el: Old patch from Stefan Monnier.
9234 (help-xref-on-pp): New function.
9235 (describe-variable): Use it to display xrefs in a symbol's value.
9236
23c0fb21
SM
92372000-04-26 Stefan Monnier <monnier@cs.yale.edu>
9238
9239 * cus-edit.el (custom-face): Fix parenthesis.
9240
fad95037
KH
92412000-04-26 Kenichi Handa <handa@etl.go.jp>
9242
f03392a1
KH
9243 * mail/rmail.el (rmail-expunge): When there are no deleted
9244 messages, do nothing.
fad95037 9245
0d7c5bb9
DL
92462000-04-26 Dave Love <fx@gnu.org>
9247
9248 * international/mule-cmds.el (locale-translation-file-name):
9249 Defvar to nil.
9250 (set-locale-environment): Set it here (at runtime).
9251
612839b6
GM
92522000-04-25 Gerd Moellmann <gerd@gnu.org>
9253
9254 * replace.el (perform-replace): Add parameters START and END. Use
9255 them instead of the check for a region in Transient Mark mode.
9256 (query-replace-read-args): Return two more list elements for the
9257 start and end of the region in Transient Mark mode.
9258 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9259 (map-query-replace-regexp, replace-string, replace-regexp): Add
9260 optional last arguments START and END and pass them to
9261 perform-replace.
9262
9263 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
9264 form with additional arguments for perform-replace.
9265
9266 * progmodes/etags.el (tags-query-replace): Add parameters START
9267 and END. Construct a form with additional arguments for
9268 perform-replace.
9269
9270 * simple.el (shell-command): Set default directory for "*Shell
9271 Command Output" buffer.
9272
9273 * language/european.el (iso-latin-4): Fix typo.
9274
9275 * emacs-lisp/crm.el: New file.
9276
2917cc05
DL
92772000-04-24 Dave Love <fx@gnu.org>
9278
9279 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9280 (Custom-reset-saved, Custom-reset-standard)
9281 (custom-group-value-create, custom-group-set, custom-group-save)
9282 (custom-group-reset-current, custom-group-reset-saved)
9283 (custom-group-reset-standard): Use mapc.
9284 (custom-buffer-create-internal): Disable undo when creating items.
9285 Use mapc.
9286 (custom-face): Avoid redundant lambda.
9287
abfcc168
GM
92882000-04-24 Gerd Moellmann <gerd@gnu.org>
9289
9290 * startup.el (auto-save-list-file-prefix): Set default to
9291 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
9292
fa78f71b
SS
92932000-04-24 Sam Steingold <sds@gnu.org>
9294
9295 * time-stamp.el (time-stamp-string-preprocess): Always convert
9296 `field-result' to a string.
9297
cc181e95
GM
92982000-04-24 Gerd Moellmann <gerd@gnu.org>
9299
9300 * frame.el (scrolling): New group.
9301 (automatic-hscrolling): New user-option.
9302
9303 * startup.el (command-line-x-option-alist): Add `-lsp' and
9304 `--line-spacing'.
9305
6142fdcb
DL
93062000-04-19 Dave Love <fx@gnu.org>
9307
9308 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
9309 (cl-mapc): Rename from mapc. Fix the funcall.
9310
5e3dac3f
GM
93112000-04-19 Gerd Moellmann <gerd@gnu.org>
9312
1c459486
GM
9313 * simple.el (clone-indirect-buffer-other-window): New command.
9314 (clone-indirect-buffer): Add optional arg NORECROD.
9315 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
9316
271b4185
GM
9317 * help.el (resize-temp-buffer-window): Use count-screen-lines.
9318
9319 * window.el (count-screen-lines): New function.
9320 (shrink-window-if-larger-than-buffer): Use count-screen-lines
9321 instead of window-buffer-height.
9322
9323 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
9324 non-existing variable comint-input-sentinel.
9325 (inferior-lisp-args-to-list): Removed.
9326 (inferior-lisp): Use split-string instead of
9327 inferior-lisp-args-to-list.
9328
9329 * hexl.el (hexl-insert-hex-string): New command.
9330
5e3dac3f
GM
9331 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
9332 instead of concat.
9333
f6d3257b
GM
93342000-04-18 Gerd Moellmann <gerd@gnu.org>
9335
9336 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
9337 at the start of an existing but empty folder.
9338
93392000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9340
9341 * ps-mule.el: Customization fix, doc fix.
9342 (ps-multibyte-buffer): Customization fix.
9343
8b7bc628 93442000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
9345
9346 * subr.el (read-passwd): Use read-char-exclusive.
9347
0daee095
GM
93482000-04-17 Gerd Moellmann <gerd@gnu.org>
9349
9350 * textmodes/texinfo.el (texinfo-insert-@email)
9351 (texinfo-insert-@emph, texinfo-insert-@quotation)
9352 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
9353 (texinfo-mode-map): Add key bindings for them.
9354
9355 * files.el (basic-save-buffer-2): Use a template with `$'
9356 instead of `#' for VMS.
9357
9358 * simple.el (clone-indirect-buffer): New function.
9359
e10f64e7
GM
93602000-04-16 Stephen Eglen <stephen@gnu.org>
9361
9362 * iswitchb.el (iswitchb-case): New function. If the user input
9363 contains any upper-case characters, the search is made
9364 case-sensitive.
9365
e3721db1
SM
93662000-04-17 Stefan Monnier <monnier@cs.yale.edu>
9367
e10f64e7
GM
9368 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
9369 comment-end.
e3721db1
SM
9370 (texinfo-font-lock-syntactic-keywords): New var.
9371 (texinfo-font-lock-keywords): Remove comment regexp.
9372 (texinfo-insert-block): New function.
9373 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
9374 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
9375 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 9376 (texinfo-environments): New var.
e10f64e7
GM
9377 (texinfo-environment-regexp): Use regexp-opt and
9378 texinfo-environments.
e3721db1 9379
e10f64e7
GM
9380 * textmodes/ispell.el (ispell-menu-map-needed): Check that
9381 ispell-process is bound since this might be eval'd before ispell
9382 is loaded.
9383 (ispell-message): Use a tiny bit less magic and a bit more hard
9384 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
9385
9386 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
9387
9388 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
9389 (insert-cyclic-diary-entry): Unquote the lambda.
9390
9391 * gud.el (gud-jdb-build-source-files-list): Fix typo.
9392
9393 * files.el (backup-enable-predicate): Unquote the lambda.
9394
9395 * cus-edit.el (custom-face, face): Unquote the lambda.
9396
712dc9e0
GM
93972000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9398
9399 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 9400
712dc9e0
GM
9401 * ps-print.el: Fix counting lines in a region.
9402 (ps-print-version): New version number (5.1.5).
9403 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
9404 (ps-printing-region): Fun code fix.
9405
ffc50f2a
GM
94062000-04-15 Gerd Moellmann <gerd@gnu.org>
9407
9408 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
9409 to file-directory-p.
9410
a2522dca
GM
94112000-04-14 Gerd Moellmann <gerd@gnu.org>
9412
9413 * gud.el (gud-jdb-build-source-files-list): Check that directory
9414 exists before calling directory-files.
9415
6e883610
DL
94162000-04-13 Dave Love <fx@gnu.org>
9417
9418 * emacs-lisp/trace.el: Change maintainer. Use new backquote
9419 syntax.
9420
9421 * emacs-lisp/cl-specs.el: Remove when, unless.
9422
9423 * emacs-lisp/cl-extra.el: Don't quote keywords.
9424 (cl-old-mapc): New variable.
9425 (mapc): Use it.
9426 (cl-map-intervals): Use with-current-buffer. Don't check for
9427 next-property-change.
9428 (cl-map-overlays): Use with-current-buffer.
9429 (cl-expt): Remove.
9430 (copy-tree, remprop): Define unconditionally.
9431
9432 * emacs-lisp/cl-compat.el (keywordp): Remove.
9433
9434 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
9435 to use keywordp.
9436 (edebug-spec): Enable keywordp.
9437
9438 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
9439 string-lessp.
9440
9441 * cus-start.el: Use keywordp.
9442
198e3c7a
GM
94432000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9444
9445 * diary-lib.el (include-other-diary-files): Fix the fix of
9446 2000-02-18 by doing a save-excursion.
9447
94482000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9449
9450 * ps-print.el: Customization fix, doc fix.
9451 (ps-print-version): New version number (5.1.4).
9452 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
9453 (ps-print-preprint): Adjust code.
9454 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
9455 (ps-print-prologue-header, ps-print-control-characters)
9456 (ps-spool-config): Customization fix.
fa78f71b 9457
8eba343c
EZ
94582000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
9459
9460 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
9461 converted to the new menu-item format, names silightly changed,
9462 help strings added.
9463
9464 Support for spelling without async subprocesses:
9465
9466 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
9467 (ispell-session-buffer): New variables.
9468 (ispell-start-process, ispell-process-status,
9469 ispell-accept-output, ispell-send-string): New functions, for
9470 Ispell invocation when async subprocesses aren't supported.
9471 (ispell-word, ispell-pdict-save, ispell-command-loop,
9472 ispell-process-line, ispell-buffer-local-parsing): Replace calls
9473 to process-send-string with calls to ispell-send-string, and
9474 accept-process-output with ispell-accept-output.
9475 (ispell-init-process): Call ispell-process-status instead of
9476 process-status with.
9477 (ispell-init-process): Call ispell-start-process. Call
9478 ispell-accept-output and ispell-send-string. Don't call
9479 process-kill-without-query and kill-process if they are unbound.
9480 (ispell-async-processp): New function.
9481
3d30065d
DL
94822000-04-12 Dave Love <fx@gnu.org>
9483
9484 * info.el: Add debug-ignored-errors.
9485 (Info-mode-menu): Add some items.
9486 (Info-directory): Add autoload cookie.
9487
9488 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
9489 Modify `truncate-lines'. Make `describe-language-environment'
9490 always visible and add help. Modify `describe-key' help. Invoke
9491 Info-directory from `info'. New entry `emacs-manual'.
9492
1a1b1895
GM
94932000-04-10 Gerd Moellmann <gerd@gnu.org>
9494
8b2affc5
GM
9495 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
9496 propertized-buffer-identification.
9497 (ebrowse-update-member-buffer-mode-line): Likewise.
9498 (ebrowse--mode-strings): Removed.
9499 (ebrowse--mode-line-props): Removed.
9500
1a1b1895
GM
9501 * files.el (auto-mode-alist): Add `EBROWSE'.
9502
9503 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
9504 space before testing for end of buffer.
9505 (ebrowse-load): Removed.
9506 (ebrowse-revert-tree-buffer-from-file): Rewritten.
9507 (ebrowse-create-tree-buffer): Rewritten.
9508 (ebrowse-tree-mode): Read tree from buffer.
9509
9510 * progmodes/ebrowse-ffh.el: Removed.
9511
223f3c91
KH
95122000-04-10 Kenichi Handa <handa@etl.go.jp>
9513
9514 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
9515
25fbf2c4
GM
95162000-04-10 Gerd Moellmann <gerd@gnu.org>
9517
9518 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
9519 at the wrong place.
9520
92c13173
DL
95212000-04-09 Dave Love <fx@gnu.org>
9522
9523 * files.el (backup-enable-predicate): Use
9524 temporary-file-directory, small-temporary-file-directory.
9525 (make-backup-file-name-function, backup-directory-alist): New
9526 variables.
9527 (make-backup-file-name-1): New function.
9528 (make-backup-file-name): Use it.
9529 (find-backup-file-name): Likewise. Use format for clarity, not
9530 concat.
9531 (file-newest-backup): Use make-backup-file-name.
9532
be0dbdab
GM
95332000-04-09 Gerd Moellmann <gerd@gnu.org>
9534
c45be9ac 9535 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 9536
c45be9ac
GM
9537 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
9538 to ebrowse-ffh.el.
9539 (ebrowse-load): Add autoload.
9540
9541 * finder.el (finder-commentary): Add autoload cookie.
9542
be0dbdab
GM
9543 * mail/rfc2368.el: Correct author's email address.
9544
9545 * progmodes/ebrowse.el: New file.
9546
9547 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
9548 item help string.
9549 (easy-menu-do-add-item): Ditto.
9550 (easy-menu-define): Extend doc string.
9551
9552 * jit-lock.el (with-buffer-unmodified): Use
9553 restore-buffer-modified-p.
9554 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
9555 (jit-lock-function, jit-lock-stealth-fontify): Don't use
9556 with-buffer-unmodified.
9557
3f923efe
DL
95582000-04-08 Dave Love <fx@gnu.org>
9559
9560 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
9561 unless, when.
9562
d35bee0e
MK
95632000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
9564
9565 * viper-util.el (viper-put-on-search-overlay): New subroutine.
9566 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 9567 doesn't support face.
d35bee0e 9568 Use `viper-put-on-search-overlay'.
fa78f71b 9569
c407c570
GM
95702000-04-04 Gerd Moellmann <gerd@gnu.org>
9571
9572 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
9573 like C-r.
9574
9575 * progmodes/make-mode.el: Some doc fixes.
9576 (makefile-mode-abbrev-table): New variable.
9577 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
9578 (makefile-font-lock-keywords): Fontify includes and conditionals.
9579 (toplevel): Require `dabbrev' and `add-log' when compiling.
9580
9581 * replace.el (perform-replace): Don't move forward one char
9582 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
9583 to do that because it leaves point 1 position after the last
9584 replacement, after everything has been replaced.
9585
9586 * jit-lock.el (with-buffer-unmodified): New macro.
9587 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
9588 modified state.
9589 (jit-lock-function-1): Extracted from jit-lock-function; not
9590 preserving buffer's modified state.
9591 (jit-lock-function, jit-lock-stealth-fontify): Call
9592 jit-lock-function-1.
9593
9594 * mail/rfc2368.el: Remove supernumerary copyright line.
9595
685e5ed2
GM
95962000-04-04 Milan Zamazal <pdm@freesoft.cz>
9597
9598 * glasses.el: Provide facilities for inserting space before left
9599 parentheses and uncapitalization of identifiers.
9600 (glasses-mode): Try to remove old overlays in all cases.
9601
0166aed1
GM
96022000-04-03 Gerd Moellmann <gerd@gnu.org>
9603
62f20204
GM
9604 * progmodes/compile.el (compile-internal): Display the compilation
9605 buffer in a different frame, if it's already displayed there.
9606
6460c400
GM
9607 * mail/rfc2368.el: New file.
9608
c0510d27
GM
9609 * simple.el (sendmail-user-agent-compose): Recognize a `body'
9610 header and insert its value as mail body.
9611
9612 * subr.el (member-ignore-case): New function.
9613
9614 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
9615 (dabbrev--find-expansion): Ignore buffers matching a regexp
9616 from dabbrev-ignored-regexps.
9617
0166aed1
GM
9618 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
9619 to extensions handled by gzip.
9620
c0510d27
GM
96212000-04-03 Richard M. Stallman <rms@gnu.org>
9622
9623 * files.el (insert-directory): List the total free space
9624 along with the used space.
fa78f71b 9625
c0510d27
GM
9626 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
9627 line is followed by one that matches CITATION-REGEXP, end the
9628 paragraph.
9629
96302000-04-03 Markus Rost <rost@delysid.gnu.org>
9631
9632 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
9633 (rmail-make-basic-summary-line): Use that option.
fa78f71b 9634
14c04384
KH
96352000-04-03 Kenichi Handa <handa@etl.go.jp>
9636
9637 * international/mule-cmds.el (encoded-string-description):
9638 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
9639 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
9640 for hexadecimal format.
14c04384 9641
ccf5869a
DL
96422000-04-01 Dave Love <fx@gnu.org>
9643
9644 * cpp.el: Change customization group to `c' from `C'.
9645
9646 * vcursor.el (vcursor-move): Use display-color-p.
9647
9648 * international/mule-util.el: Provide mule-utils.
9649 (string-to-sequence): Simplify and speed up.
9650
9651 * international/mule.el (make-coding-system): Purecopy doc-string.
9652
9653 * international/mule-cmds.el: Various menu changes.
9654 (describe-specified-language-support): Handle `Default'.
9655 (set-language-info): Purecopy `info'.
9656
610d841e
GM
96572000-03-31 Andrew Innes <andrewi@gnu.org>
9658
9659 * vc.el (vc-backend-diff): Return the correct status if we had to
9660 retry the rcsdiff command without the --brief option.
fa78f71b 9661
7f9de034
DL
96622000-03-31 Dave Love <fx@gnu.org>
9663
2de47765
DL
9664 * help.el (help-manyarg-func-alist): Correct several omissions.
9665
72838819
DL
9666 * add-log.el: Don't require cl, fortran.
9667 (add-log-current-defun-function): Doc fix.
9668 (change-log-version-number-regexp-list): Remove SCCS part. Doc
9669 fix.
9670 (change-log-version-rcs): Function deleted.
9671 (change-log-version-number-search): Doc fix. Use
9672 vc-workfile-version. Avoid CL dolist.
9673 (add-change-log-entry): Just call add-log-current-defun to get
9674 defun. Simplify somewhat.
9675 (change-log-get-method-definition-1): Likewise.
9676 (add-log-current-defun): Return nil if calling
9677 add-log-current-defun-function does so. Move Fortran stuff to
9678 fortran.el. Return string without properties.
9679
7f9de034
DL
9680 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
9681 and :alpha: char classes.
9682
9683 * mail/supercite.el: Defvar curline when compiling.
9684 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
9685 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
9686 rather than a-zA-Z0-9 to allow non-ASCII characters.
9687
aa110c0c
GM
96882000-03-31 Gerd Moellmann <gerd@gnu.org>
9689
9690 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
9691
9692 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9693 Re-enable new code.
9694
9695 * lpr.el (print-region-1): Use -d to specify printer name for
9696 systems `usg-unix-v*, `dgux', `hpux', `irix'.
9697
96982000-03-31 Dave Love <fx@gnu.org>
fa78f71b 9699
aa110c0c
GM
9700 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
9701 for function definition in symbol's function value slot first
9702 instead of first consulting byte-compile-function-environment.
fa78f71b 9703
6733d074
KH
97042000-03-31 Kenichi Handa <handa@etl.go.jp>
9705
9706 * language/european.el ("Polish"): New language environment.
9707 (setup-polish-environment): New function.
9708
63fcfa04
GM
97092000-03-30 Gerd Moellmann <gerd@gnu.org>
9710
9711 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9712 Disable new code.
9713
9714 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
9715 trying to `load' the symbol of an autoload instead of the file
9716 recorded in the autoload. Fix error messages.
9717
7438c86b
GM
97182000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9719
9720 * ps-print.el: PostScript programming fix for ghostview, doc fix.
9721 (ps-print-version): New version number (5.1.3).
9722 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
9723 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
9724 (ps-generate-postscript-with-faces): Code fix.
9725 (ps-color-values): XEmacs compatibility.
9726 (ps-print-background-image, ps-print-background-text, ps-printer-name)
9727 (ps-default-fg, ps-default-bg): Adjust customization.
9728 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
9729 (ps-color-scale): Renaming old ps-color-value fun.
9730 (ps-print-headers): Replace ps-print-header group to avoid conflict
9731 with ps-print-header variable.
9732 (ps-print-miscellany): New group.
9733 (ps-format-color, ps-rgb-color): New funs.
9734 (ps-default-foreground): New var.
9735 (ps-printer-name-option): New const.
fa78f71b 9736
326855a0
PB
97372000-03-30 Peter Breton <pbreton@ne.mediaone.net>
9738
1f56ba73
PB
9739 * net/net-utils.el:
9740 (network-connection-host, network-connection-service): New variables
9741 (network-connection-mode): New mode, derived from comint-mode
9742 (network-connection-mode-setup): New function, saves host and
fa78f71b 9743 service information in local variables.
1f56ba73 9744
326855a0
PB
9745 * lisp/locate.el:
9746 (locate-word-at-point): Added this function
9747 (locate): Default to using locate-word-at-point as input
9748 Run dired-mode-hook
9749
141384bd
DL
97502000-03-29 Dave Love <fx@gnu.org>
9751
9752 * calendar/appt.el: Doc fixes.
9753 (appt-check): Convert min-to-app to a string before passing to
9754 appt-disp-window-function or concat.
9755 (appt-delete-window): Remove test for frame-root-window.
9756 (appt-select-lowest-window, appt-convert-time): Simplify.
9757
9758 * emacs-lisp/bytecomp.el: Doc fixes.
9759 (byte-compile-file-form-autoload): Update
9760 byte-compile-function-environment.
9761
c5aa0fc2
AS
97622000-03-29 Andreas Schwab <schwab@suse.de>
9763
9764 * emacs-lisp/autoload.el: Also print defsubst doc string
9765 specially.
9766
9767 * dired.el (dired-insert-directory): If dired-free-space-program
9768 failed just delete its output.
9769
f1d6fe69
DL
97702000-03-29 Dave Love <fx@gnu.org>
9771
9772 * international/iso-cvt.el: Move provide to end. Doc fixes.
9773 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
9774 (iso-iso2sgml, iso-sgml2iso): New functions.
9775 (iso-cvt-define-menu): Fix some entries and use backquote for
9776 clarity.
9777
9778 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
9779
b61f1215
GM
97802000-03-28 Gerd Moellmann <gerd@gnu.org>
9781
9782 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
9783 ISO-DATE. If non-nil, return date in ISO 8601 format.
9784
ea4b0ca3
SM
97852000-03-26 Stefan Monnier <monnier@cs.yale.edu>
9786
3831af62
SM
9787 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
9788 if it ever becomes used.
9789 (log-edit-mode-hook): Default to vc-log-mode-hook.
9790 (log-edit-mode): Fix the docstring.
9791
ea4b0ca3
SM
9792 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
9793 the code.
9794
08f8b1cc
DL
97952000-03-26 Dave Love <fx@gnu.org>
9796
082527fe
DL
9797 * net/browse-url.el (browse-url): Re-fix case of
9798 browse-url-browser-function being an alist.
9799 (browse-url): Add :link to defgroup.
9800
08f8b1cc
DL
9801 * files.el: Doc fixes.
9802 (file-truename): Include `[' in wildcard characters.
9803 (automount-dir-prefix): Customize.
9804 (find-file-wildcards): Add :version.
9805 (find-file-noselect): Simplify a mapcar call.
9806
9807 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
9808 compatible with inf-lisp version.
9809 (eval-defun-1): Fix custom-declare-variable case.
9810
ea4b0ca3
SM
98112000-03-25 Stefan Monnier <monnier@cs.yale.edu>
9812
9813 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
9814
9a0dd3dc
GM
98152000-03-24 Gerd Moellmann <gerd@gnu.org>
9816
b68c375f
GM
9817 * Makefile (COMPILE_FIRST): New macro.
9818 (compile-files): Compile files from COMPILE_FIRST first.
9819
9820 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
9821 code.
9822
9a0dd3dc
GM
9823 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
9824 matching open parenthesis in column 0 to defun-prompt-regexp
9825 only if open-paren-in-column-0-is-defun-start is set.
9826
9827 * sun-curs.el: Require CL at compile-time only.
9828
9829 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
9830 instead of copy-list which is a function from CL.
9831 (msb--choose-menu, msb--mode-menu-cond)
9832 (msb--create-buffer-menu-2): Use dolist instead of mapc.
9833 (msb--init-file-alist): Use mapcar instead of mapcan.
9834 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
9835 `(' in column 0 in doc string.
9836 (msb--add-separators): Use mapcar instead of mapcan.
9837
9838 * cus-dep.el: Require CL at compile-time only.
9839
c7dcadb5
SM
98402000-03-24 Stefan Monnier <monnier@cs.yale.edu>
9841
9842 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
9843 (byte-compile-warnings): New warning `noruntime'.
9844 (byte-compile-constants, byte-compile-variables): Fix docstring.
9845 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
9846 execute `eval-whenc-compile's body.
9847 (byte-compile-unresolved-functions): Fix docstring.
9848 (byte-compile-eval): New function.
9849 (byte-compile-callargs-warn): Check if the function will be available
9850 at runtime (via property `byte-compile-noruntime').
9851 (byte-compile-print-syms): New function.
9852 (byte-compile-warn-about-unresolved-functions): Also warn about
9853 `noruntime' functions (and use `byte-compile-print-syms').
9854 (byte-compile-file): Capitalize the message.
9855
3b55acc9
GM
98562000-03-24 Gerd Moellmann <gerd@gnu.org>
9857
9858 * mail/rmail.el (rmail-confirm-expunge): New user-option.
9859 (rmail-expunge): Ask for confirmation depending on the setting
9860 of rmail-confirm-expunge.
9861
98622000-03-23 Gerd Moellmann <gerd@gnu.org>
9863
9864 * Makefile (bootstrap-clean): If $(emacs) exists, build
9865 loaddefs.el first. A loaddefs.el that's not up-to-date might
9866 cause a bootstrap failure because things don't autoload as
9867 expected.
9868
02c76af4
DL
98692000-03-23 Dave Love <fx@gnu.org>
9870
9871 * net/browse-url.el: Restore previous use of
9872 browse-url-maybe-new-window.
9873
1a3199d9
GM
98742000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9875
9876 * ps-print.el: Skip banner page fix.
9877 (ps-print-version): New version number (5.1.2).
9878 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 9879
1a3199d9
GM
98802000-03-23 Dave Pearson <davep@davep.org>
9881
9882 * net/quickurl.el Changed the type of parameter passed to the
9883 function defined by `quickurl-format-function'. Before only the
9884 text of the URL was passed. Now the whole URL structure is passed
9885 and the function is responsible for extracting the parts it
9886 requires. Changed the default of `quickurl-format-function'
9887 accordingly.
9888 (quickurl-insert): Changed the `funcall' of
9889 `quickurl-format-function' to match the above change.
9890 (quickurl-list-insert): Changed the `url' case so that it makes
9891 use of `quickurl-format-function', previous to this the format was
9892 hard wired.
fa78f71b 9893
72db3ab5
GM
98942000-03-22 Gerd Moellmann <gerd@gnu.org>
9895
9896 * startup.el: Change some spellings for the X Window System.
9897
68049bfa
SM
98982000-03-22 Stefan Monnier <monnier@cs.yale.edu>
9899
9900 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
9901 up the code and the regexp and make sure the cursor is temporarily
9902 moved to the suspicious line while querying the user.
9903
ff4df011
JR
99042000-03-22 Jason Rumney <jasonr@gnu.org>
9905
9906 * w32-fns.el (w32-charset-info-alist): Initialize.
9907
ee1c5b21
GM
99082000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9909
9910 * ps-print.el: N-up last page fix.
9911 (ps-print-version): New version number (5.1.1).
9912 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 9913
d2cbfba0
SM
99142000-03-21 Stefan Monnier <monnier@cs.yale.edu>
9915
bfb857d8
SM
9916 * files.el (find-file-run-dired): Update docstring.
9917 (find-directory-functions): New hook.
9918 (find-file-noselect): Run find-directory-functions rather than
9919 calling dired directly.
9920
9921 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
9922
cb3430a1
SM
9923 * pcvs.el: Add a minimal leading commentary.
9924 (cvs-make-cvs-buffer): Change the header part by removing the startup
9925 message and adding a `Module' entry. Also replace the FOOTER and
9926 HEADER special fileinfos with the new support in ewoc for updating
9927 its own footer and header.
9928 (cvs-update-header): Update to use the header/footer of the ewoc.
9929 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
9930 (cvs-is-within-p): New function.
9931 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
9932 to only examine some subset of the buffers.
9933
9934 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
9935 `format' instead of our own ad-hoc functions.
9936 Remove HEADER and FOOTER cases, now handled in the EWOC.
9937 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
9938
9939 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
9940 output to avoid scaring the user.
9941 (cvs-parse-table): Catch message for non-up-to-date commits.
9942
9943 * pcvs-defs.el (cvs-startup-message): Remove.
9944 (cvs-global-menu): New autoloaded menu.
9945
9946 * pcvs-util.el (cvs-string-fill): Remove.
9947
9948 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
9949 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
9950 PP part of it and also make it work for footers and headers.
9951 (ewoc-create): Drop POS and BUFFER arguments.
9952 Use the DLL's dummy node to store the end-of-footer position.
9953 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
9954 (ewoc-refresh): Remove unused `header' variable.
9955 (ewoc-(get|set)-hf): New functions.
9956
d2cbfba0
SM
9957 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
9958 log-view-*-(message|file) and use easy-mmode-define-navigation.
9959 (log-view-message-re): Match SCCS format as well.
9960 And match the revision line rather than the dashed separator line.
9961 (log-view-mode): Use the new define-derived-mode.
9962 (log-view-current-tag): Fill in with an actual implementation.
9963
9964 * cvs-status.el (cvs-status-(prev|next)): Rename from
9965 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
9966 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
9967 to let the output "breathe" a little more (more readable).
9968 (cvs-status-mode): Use the new define-derived-mode.
9969
9970 * smerge-mode.el (smerge-auto-leave): New function and variable.
9971 (smerge-basic-map): Rename from smerge-basic-keymap.
9972 Change the bindings for smerge-diff-*.
9973 (smerge-*-map): Use easy-mmode-defmap.
9974 (smerge-(next|prev)): Use easy-mmode-define-navigation.
9975 (smerge-keep-*): Use smerge-auto-leave.
9976
51663132
JR
99772000-03-21 Jason Rumney <jasonr@gnu.org>
9978
9979 * cus-edit.el (custom-button-face): Use 3D look for w32.
9980 (custom-button-pressed-face): Likewise.
9981
3f6e4b8b
GM
99822000-03-21 Gerd Moellmann <gerd@gnu.org>
9983
9984 * progmodes/etags.el (tags-case-fold-search): New user-option.
9985 (tags-loop-eval): New function. Bind case-fold-search around eval
9986 depending on the value of tags-case-fold-search.
9987 (tags-loop-continue): Use tags-loop-eval.
9988 (find-tag-in-order): Bind case-fold-search depending on the value
9989 of tags-case-fold-search.
9990
c7ea3acc
SM
99912000-03-21 Stefan Monnier <monnier@cs.yale.edu>
9992
0ae39f53
SM
9993 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
9994 (diff-end-of-hunk): Return the end position for use in
9995 `easy-mmode-define-navigation'.
9996 (diff-recenter): Remove.
9997 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
9998 of `easy-mmode-define-navigation'.
9999 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
10000 previous renaming) and fix to use new names.
10001 (diff-merge-strings): Use \n as separator: simpler, faster.
10002 (diff-mode): Use `define-derived-mode'.
10003
c7ea3acc
SM
10004 * derived.el (define-derived-mode): Don't autoload anymore.
10005 Prefer the macro-only version provided by easy-mmode.el.
10006
10007 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
10008 `easy-mmode-define-derived-mode'.
10009 Use `combine-run-hooks'.
10010 (easy-mmode-define-navigation): New macro.
10011
10012 * subr.el (combine-run-hooks): New function.
10013
6c4bfdc0
KH
100142000-03-21 Kenichi HANDA <handa@etl.go.jp>
10015
10016 * term/x-win.el: Fontsets related initialization is simplified.
10017
10018 * international/mule-diag.el (describe-font): Don't refer to
10019 global-fontset-alist, instead call font-list.
10020 (describe-fontset, list-fontsets, mule-diag): Likewise.
10021 (print-fontset): Adjusted for the change of fontset
10022 implementation.
10023
10024 * international/fontset.el (x-charset-registries): Variable
10025 removed, instead the corresponding data is stored in the default
10026 fontset.
10027 (register-alternate-fontnames): Function removed.
10028 (resolved-ascii-font): Variable removed.
10029 (x-compose-font-name): Ignore the second argument REDOCE.
10030 (x-complement-fontset-spec): Complement only an ASCII font and
10031 element for those charsets than can use that ASCII font.
10032 (generate-fontset-menu): Don't refer to global-fontset-alist,
10033 instead call fontset-list.
10034 (uninstantiated-fontset-alist): Variable removed.
10035 (x-style-funcs-alist): Likewise.
10036 (fontset-default-styles): Likewise.
10037 (x-modify-font-name): Function removed.
10038 (create-fontset-from-fontset-spec): Ignore the argument
10039 STYLE-VARIANT.
10040 (create-fontset-from-ascii-font): Docsting adjusted for the above
10041 change.
10042 (instantiate-fontset, resolve-fontset-name): Functions removed.
10043 (fontset-list): Now implemented by C code.
fa78f71b 10044
6c4bfdc0
KH
10045 * faces.el (read-face-font): Fix TABLE arg to completing-read.
10046 (describe-face): Include `font' attribute in the description.
10047
9111d4b5
KH
100482000-03-21 Kenichi Handa <handa@etl.go.jp>
10049
10050 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
10051
b33dd3b0
GM
100522000-03-20 Gerd Moellmann <gerd@gnu.org>
10053
a25bbe00
GM
10054 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
10055 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
10056 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 10057
b33dd3b0
GM
10058 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
10059 about behavior of set-buffer-modified-p wrt redisplay.
10060
8b7bc628 100612000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
10062
10063 * view.el (view-mode-disable): Kill local binding of view-read-only.
10064
d7b511c4
GM
100652000-03-18 Gerd Moellmann <gerd@gnu.org>
10066
10067 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
10068 is a string, convert it to a syntax cell using string-to-syntax.
10069
10070 * simple.el (syntax-code-table, syntax-flag-table): New variables.
10071 (string-to-syntax): New function.
10072
10073 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
10074 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 10075 try to use passive ftp mode.
d7b511c4 10076
998ecc60
GM
100772000-03-17 Gerd Moellmann <gerd@gnu.org>
10078
b33dd3b0 10079 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
10080
10081 * simple.el (append-to-buffer): Update point of windows after
10082 insertion.
10083
10084 * abbrev.el (inverse-add-abbrev): Identify word by first moving
10085 forward then moving backward. Reindent.
10086
10087 * frame.el (other-frame): Call x-focus-frame only if
10088 focus-follows-mouse is off.
10089
235d6821
DL
100902000-03-17 Dave Love <fx@gnu.org>
10091
10092 * pcvs-util.el (cvs-strings->string): Rename
10093 replace-regexps-in-string.
10094
a29a2cd1
SM
100952000-03-17 Stefan Monnier <monnier@cs.yale.edu>
10096
af595444
SM
10097 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
10098 regexp for labels cannot span several lines.
10099
10100 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 10101 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 10102
a9be2843
DL
101032000-03-16 Dave Love <fx@gnu.org>
10104
10105 * progmodes/f90.el (f90): Put custom group under `languages', not
10106 `fortran'.
10107 (f90-mode-hook): Customize.
10108 (f90-mode): Set add-log-current-defun-function.
10109 (f90-current-defun): New function.
10110
d0ab3e9d
GM
101112000-03-16 Gerd Moellmann <gerd@gnu.org>
10112
16b20ed9
GM
10113 * cus-edit.el (custom-variable-tag-face): Handle case that
10114 default face's height is not a number.
10115 (custom-face-tag-face, custom-group-tag-face-1)
10116 (custom-group-tag-face): Ditto.
10117 (custom-group-tag-face-1): Add :group.
fa78f71b 10118
d0ab3e9d
GM
10119 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
10120
ae8ab422
GM
101212000-03-15 Gerd Moellmann <gerd@gnu.org>
10122
10123 * pcvs-defs.el (toplevel): Remove autoload cookie for form
10124 requiring easymenu.
10125
81c7ca69
GM
101262000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10127
10128 * ps-print.el: PostScript user-defined prologue, PostScript error
10129 handler, doc fix.
10130 (ps-print-version): New version number (5.1).
10131 (ps-user-defined-prologue, ps-error-handler-message)
10132 (ps-print-prologue-0, ps-error-handler-alist): New vars.
10133 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
10134 (ps-insert-string): New function.
fa78f71b 10135
dcf1003d
KH
101362000-03-15 Kenichi Handa <handa@etl.go.jp>
10137
10138 * international/ccl.el (ccl-compile-expression): Don't generate
10139 invalid self-assignment code.
10140
73825616
DL
101412000-03-14 Dave Love <fx@gnu.org>
10142
10143 * subr.el (replace-regexp-in-string): Renamed from
10144 replace-regexps-in-string. Doc fix.
10145
031020ac
DL
101462000-03-12 Dave Love <fx@gnu.org>
10147
10148 * cus-edit.el: Doc fixes.
10149 (customize-set-variable, customize-save-variable): Rename args for
10150 doc.
10151 (custom-variable-tag-face, custom-face-tag-face)
10152 (custom-group-tag-face-1, custom-group-tag-face): Modify from
10153 style which user identify as hyperlink.
10154 (hook): Don't add undefined functions to the hook.
10155 (debug-ignored-errors): Transfer message from bindings.el.
10156
9b2f3c38
GM
101572000-03-12 Gerd Moellmann <gerd@gnu.org>
10158
10159 * recentf.el (recentf-keep-non-readable-files-p): Remove
10160 double/nested definition.
10161
0d6e23cf
DL
101622000-03-12 Dave Love <fx@gnu.org>
10163
10164 * facemenu.el (facemenu-get-face): Use display-color-p.
10165 * enriched.el (enriched-decode-foreground): Likewise.
10166 (enriched-decode-background): Likewise.
10167 * isearch.el (isearch-highlight): Likewise.
10168 * info-look.el (info-lookup): Likewise.
10169 * simple.el (completion-setup-function): Likewise.
10170
10171 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
10172 :options.
10173
10174 * bindings.el (mode-line-format): Fix line-number and
10175 column-number items. Add help-echo for the background.
10176 (mode-line-mule-info): Modify help-echo.
10177
10178 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
10179 defcustom.
10180
10181 * files.el (load-file): Allow completion to .elc.
10182
10183 * man.el: Doc fixes.
10184 (Man-init-defvars): Use display-color-p to set fontification.
10185
10186 * play/hanoi.el (hanoi-internal): Don't use oddp.
10187
e1cff360
GM
101882000-03-12 Gerd Moellmann <gerd@gnu.org>
10189
10190 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
10191
10192 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
10193
5e5dff44
GM
101942000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
10195
10196 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
10197 Fix comment.
10198
5b467bf4
SM
101992000-03-10 Stefan Monnier <monnier@cs.yale.edu>
10200
83fef604
SM
10201 * font-lock.el (font-lock-keywords): Fix the doc now that
10202 regexp-opt-depth is unnecessary.
10203 (save-buffer-state): Set an edebug spec.
10204 (font-lock-fontify-anchored-keywords): Properly handle the case when
10205 the matcher goes past the limit.
10206
5b467bf4
SM
10207 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
10208 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
10209
83fef604
SM
10210 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
10211 dll.el and cookie.el (from Elib) with heavy renaming and other
10212 massaging.
5b467bf4
SM
10213
10214 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
10215 Autoload the functions used.
10216 (easy-mmode-define-syntax): Fix CL typo.
10217 (easy-mmode-define-derived-mode): Improve the docstring generation.
10218
d407456c
GM
102192000-03-10 Gerd Moellmann <gerd@gnu.org>
10220
10221 * textmodes/texinfo.el (texinfo-version): Variable and function
10222 removed.
10223
5a7a545c
SM
102242000-03-09 Stefan Monnier <monnier@cs.yale.edu>
10225
0d6e23cf
DL
10226 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
10227 allow more flexibility.
10228 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
10229 fns.
10230 (easy-mmode-defmap, easy-mmode-defsyntax)
10231 (easy-mmode-define-derived-mode): New macros.
5a7a545c 10232
d407456c 102332000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
10234
10235 * rect.el (replace-rectangle): New function.
10236
102372000-03-09 Dave Love <fx@gnu.org>
10238
10239 * progmodes/fortran.el (fortran-comment-line-start): Define as
10240 "C".
10241 (fortran-comment-line-start-skip): Don't match cpp stuff.
10242 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
10243 (fortran-mode-map): Remove over-eager custom-menu-create for now.
10244 (fortran-mode): Don't set fortran-comment-line-start-skip,
10245 fortran-comment-line-start here. Set comment-start,
10246 add-log-current-defun.
10247 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
10248 (fortran-current-defun): New function.
10249
80460654
GM
102502000-03-09 Gerd Moellmann <gerd@gnu.org>
10251
d1221ea9
GM
10252 * emacs-lisp/re-builder.el: New file.
10253
1853aa6b
GM
10254 * mouse.el (mouse-drag-region): Don't run up-event handler
10255 if hscroll has changed.
10256
80460654
GM
10257 * octave-mod.el (octave-font-lock-keywords): To font-lock the
10258 builtin operators, use `font-lock-builtin-face' for Emacs and
10259 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
10260
10261 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
10262 `(defun (setf foo)' differently.
10263
c0056275
SM
102642000-03-08 Stefan Monnier <monnier@cs.yale.edu>
10265
10266 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
10267 (regexp-opt): Update comment and adapt the code the new meaning of
10268 the `paren' argument of regex-opt-group for shy-groups.
10269 (regexp-opt-depth): Handle shy groups as well as backslashed
10270 backslashes.
c0056275
SM
10271 (regexp-opt-group): Turn the leading comment into a docstring.
10272 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
10273 Remove open-presuf and close-presuf. Instead of checking for `all
10274 one-char' and then later on check for `several one-char', handle
10275 both cases close together. Also apply a more generic algorithm
10276 for suffixes (the mirror image of the algorithm used for
10277 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
10278 (regexp-opt-try-suffix): Removed.
10279
10280 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
10281 from comint-mode-map, so we can just inherit from it. Also, move
10282 the initialization into the `defvar' since there's no docstring
10283 anyway and it's fairly short.
10284 (inferior-scheme-mode): Define it as derived-mode: the code is
10285 shorter and this way we inherit from comint-mode-map rather than
10286 copying it.
c0056275 10287
80460654
GM
10288 * subr.el (replace-regexps-in-string): Properly handle the case
10289 where we match an empty string.
c0056275 10290
80460654
GM
10291 * comint.el (comint-exec-1): Add the current-dir to the exec-path
10292 when the command has a directory component (such as "./testml").
c0056275
SM
10293 Also fix a typo in the comment.
10294
5e91ff9e
GM
102952000-03-08 Gerd Moellmann <gerd@gnu.org>
10296
feab4fba
GM
10297 * Makefile (compile-files): Compile files one by one because
10298 that's the only way to ensure a clean compilation environment for
10299 each individual file.
10300
5e91ff9e
GM
10301 * frame.el (other-frame): Call x-focus-frame.
10302
76162e12
DL
103032000-03-07 Dave Love <fx@gnu.org>
10304
f64ce788
DL
10305 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
10306 :require to defcustom.
10307
76162e12
DL
10308 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
10309 lists.
10310
10311 * files.el (auto-mode-alist): Add configure.in.
10312
10313 * progmodes/autoconf.el: New file.
10314
f7daf1e1
GM
103152000-03-07 Gerd Moellmann <gerd@gnu.org>
10316
10317 * mail/mh-e.el: Change maintainer to `none'.
10318
10319 * recentf.el (recentf-keep-non-readable-files-p): Quote args
10320 to remove-hook and add-hook.
10321
103222000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10323
10324 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
10325 it as the default.
10326 (mail-send): Test mail-send-nonascii also for the new `mime' value.
10327 (sendmail-send-it): Conditionally add MIME headers specifying the
10328 used character set.
fa78f71b 10329
63f6b2c4
DL
103302000-03-07 Dave Love <fx@gnu.org>
10331
10332 * winner.el: Fix keywords, autoload cookies. Split
10333 eval-when-compile form to avoid compilation failure.
10334
8330e2f9
KH
103352000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
10336
10337 * international/mule.el: Modify comment about coding system
10338 property `coding-category'.
10339 (make-coding-system): New argument EOL-TYPE. Pay attention to
10340 coding-category property of PROPERTIES.
10341
10342 * international/mule-conf.el (coding-category-utf-8,
10343 coding-category-utf-16-be, coding-category-utf-16-le): New coding
10344 categories. Include them in the argument for set-coding-priority.
10345
10346 * international/mule-cmds.el (reset-language-environment): Include
10347 coding-category-utf-8, coding-category-utf-16-be, and
10348 coding-category-utf-16-le in the argument for set-coding-priority.
10349 (reset-language-environment): Initialize coding-category-utf-8,
10350 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
10351
18bb0684
GM
103522000-03-06 Karl Fogel <kfogel@red-bean.com>
10353
10354 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
10355 code abstracted out of `bookmark-jump-noselect'. Now tries info
10356 extensions as well as compression extensions.
10357 (bookmark-jump-noselect): Use above new func.
fa78f71b 10358
71a6ba55
GM
103592000-03-03 Gerd Moellmann <gerd@gnu.org>
10360
10361 * strokes.el: Change maintainer's mail address.
10362
0d56cdff
KH
103632000-03-03 Kenichi Handa <handa@etl.go.jp>
10364
10365 * international/mule-diag.el (list-character-sets): Make help-echo
10366 string by substitute-command-keys.
10367 (list-character-sets): Likewise.
10368 (sort-listed-character-sets): Call help-setup-xref.
10369
900fa1f1
GM
103702000-03-02 Gerd Moellmann <gerd@gnu.org>
10371
10372 * time.el (display-time-mail-file): Add `none' to the list of
10373 choices.
10374
54d04320
DL
103752000-03-01 Dave Love <fx@gnu.org>
10376
43f3fa09
DL
10377 * help.el (help-xref-go-back): Don't try to set position.
10378
54d04320
DL
10379 * international/mule-diag.el (list-character-sets): Call
10380 help-setup-xref. Add help-echo to xrefs.
10381 (list-character-sets-1): Add help-echo to xrefs.
10382
d054101f
GM
103832000-03-02 Gerd Moellmann <gerd@gnu.org>
10384
10385 * frame.el (blink-cursor-mode): Switch cursor on when turning
10386 the mode off.
10387
10388 * add-log.el (add-log-current-defun): Add support for
10389 Autoconf mode.
10390
10391 * mail/rmail.el (rmail-quit-hook): New variable.
10392
d77dae5c
DL
103932000-03-01 Dave Love <fx@gnu.org>
10394
e5f597f0
DL
10395 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
10396
d77dae5c
DL
10397 * help.el (help-xref-button): Add help-echo arg.
10398 (describe-function-1, describe-variable, help-make-xrefs): Use it.
10399
10400 * faces.el (list-faces-display): Supply help-echo with
10401 help-make-xrefs.
10402
10403 * facemenu.el (list-text-properties-at): Set help-xref-stack to
10404 nil.
10405
72d19d75
GM
104062000-03-01 Gerd Moellmann <gerd@gnu.org>
10407
2df636f4
GM
10408 * image.el (defimage): Look for image files in load-path.
10409
fa78f71b 10410 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
10411 `number'.
10412
2df636f4
GM
104132000-03-01 David Ponce <david.ponce@wanadoo.fr>
10414
10415 * recentf.el (recentf): Added version tag to the defgroup of
10416 recentf.
10417
104182000-03-01 David Ponce <david.ponce@wanadoo.fr>
10419
10420 * recentf.el (recentf-cleanup): Changed to remove excluded file
10421 too.
10422 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
10423 action to select/unselect a file.
10424 (recentf-edit-list): Code cleanup and improvement.
10425 (recentf-open-more-files-action): `recentf-open-more-files' button
10426 widget action to open a file.
10427 (recentf-open-more-files): No more use standard completion but
10428 widgets.
10429 (recentf-more-collection): Deleted.
10430 (recentf-more-history): Deleted.
10431 (recentf-setup-more-completion): Deleted.
10432
104332000-03-01 David Ponce <david.ponce@wanadoo.fr>
10434
10435 * recentf.el (recentf-mode): No more needs that Emacs is running
10436 under a window-system.
10437
104381999-03-01 David Ponce <david.ponce@wanadoo.fr>
10439
10440 * recentf.el (recentf-edit-list): New command to edit the recent
10441 list which allow the user to remove files.
10442 (recentf-edit-selected-items): New global variable, used by
10443 `recentf-edit-list' to hold the list of files to be removed from
10444 the recent list.
10445 (recentf-make-menu-items): Updated to display a "Edit list..."
10446 menu item. Minor code cleanup.
10447
104481999-03-01 David Ponce <david.ponce@wanadoo.fr>
10449
10450 * recentf.el (recentf-open-more-files): New command to open files
10451 that are not displayed in the menu.
10452 (recentf-more-collection): New global variable holding the set of
10453 permissible completions used by `recentf-open-more-files'.
10454 (recentf-more-history): New global variable holding the history list
10455 used by `recentf-open-more-files' completion.
10456 (recentf-setup-more-completion): New function to setup completion for
10457 `recentf-open-more-files'.
10458 (recentf-make-menu-items): Updated to display a "More..." menu item.
10459
104601999-03-01 David Ponce <david.ponce@wanadoo.fr>
10461
10462 * recentf.el (recentf-menu-action): Doc fixed.
10463
104641999-03-01 David Ponce <david.ponce@wanadoo.fr>
10465
10466 * recentf.el (recentf-menu-filter): Doc updated.
10467 (recentf-update-menu-hook): Allow menu filters to force menu update.
10468 (recentf-make-menu-items): New menu filter handling.
10469 (recentf-make-menu-item): New helper function.
10470 (recentf-menu-elements): New menu handling function.
10471 (recentf-sort-ascending): Updated to new menu filter handling.
10472 (recentf-sort-descending): Updated to new menu filter handling.
10473 (recentf-sort-basenames-ascending): New menu filter function.
10474 (recentf-sort-basenames-descending): New menu filter function.
10475 (recentf-show-basenames): New menu filter function.
10476 (recentf-show-basenames-ascending): New menu filter function.
10477 (recentf-show-basenames-descending): New menu filter function.
10478
72d19d75
GM
104792000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10480
10481 * diary-lib.el (list-diary-entries): Don't try to go forward at
10482 the end of the buffer.
10483
1ac1c836
KH
104842000-02-29 Kenichi Handa <handa@etl.go.jp>
10485
10486 * international/mule-diag.el (list-character-sets): Completely
10487 rewritten.
10488 (sort-listed-character-sets): New function.
10489 (list-character-sets-1): Completely rewritten.
10490 (list-character-sets-2): New function.
10491 (non-iso-charset-alist): New variable.
10492 (decode-codepage-char): New function.
10493 (charset-history): New variable.
10494 (read-charset) (list-block-of-chars)
10495 (list-iso-charset-chars)
10496 (list-non-iso-charset-chars)
10497 (list-charset-chars): New functions.
10498 (mule-diag): Call list-character-sets-2, not
10499 list-character-sets-2.
10500 (dump-charsets): Likewise.
10501
ed4d0512
GM
105022000-02-29 Gerd Moellmann <gerd@gnu.org>
10503
72d19d75
GM
10504 * dired-x.el (dired-filename-at-point): Add `@' to valid
10505 file name characters.
10506 (dired-filename-at-point): Handle ange-ftp file names.
10507
ed4d0512
GM
10508 * frame.el (frame-notice-user-settings): Use assq-delete-all
10509 instead of assoc-delete-all.
10510 (frame-notice-user-settings): Ditto.
10511
10512 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
10513 Don't copy alist.
10514
32038c7a
GM
105152000-02-28 Eli Barzilay <eli@cs.cornell.edu>
10516
10517 * calculator.el (calculator-use-menu): New option.
10518 (calculator-initial-bindings): Changed some bindings to work as
10519 macros.
10520 (calculator-forced-input): Removed.
10521 (calculator-restart-other-mode): New variable.
10522 (calculator-mode-map): Set up menu.
fa78f71b 10523
32038c7a
GM
105242000-02-28 Jari Aalto <jari.aalto@poboxes.com>
10525
10526 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
10527 tags.
fa78f71b 10528
55d7ff38 105292000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 10530
55d7ff38
MK
10531 * viper-cmd.el (viper-envelop-ESC-key): added the option to
10532 translate all ESC key sequences.
10533 (viper-goto-mark-subr): restore markers for files for which
10534 they were saved.
10535 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
10536 * viper-util.el (viper-set-replace-overlay-glyphs,
10537 viper-set-replace-overlay): always check if the replacement
10538 overlay is live.
10539 * viper.el (viper-vi-state-mode-list): added major modes.
10540 * ediff-wind.el: minor comment changes.
10541 * ediff.el: copyright notice date fix.
fa78f71b 10542
387023ee
JR
105432000-02-27 Jason Rumney <jasonr@gnu.org>
10544
10545 * faces.el (face-font-family-alternatives): Add arial to helv.
10546 (mode-line, header-line, tool-bar): Same default as x for w32.
10547 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
10548 face-font-family-alternatives from working.
10549 * term/w32-win.el (mouse-set-font): Do not build fontset from
10550 chosen font.
10551
f43d79c1
GM
105522000-02-25 Sam Steingold <sds@goems.com>
10553
5d80cc9c 10554 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 10555 properly.
fa78f71b 10556
8b7bc628 105572000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
10558
10559 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
10560
4eb8436f
GM
105612000-02-25 Gerd Moellmann <gerd@gnu.org>
10562
10563 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
10564 writable.
10565
449c3c52 10566 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 10567
42088c12
GM
105682000-02-24 Gerd Moellmann <gerd@gnu.org>
10569
10570 * frame.el (show-cursor-in-non-selected-windows): New option.
10571
c60ea02e
GM
105722000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10573
10574 * diary-lib.el (include-other-diary-files): Undo the selective
10575 display in any included file and don't kill it.
10576
d066de8e
EZ
105772000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
10578
10579 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
10580 bar. Menu items converted to (menu-item format, help strings
10581 added.
10582 [downcase, upcase]: Don't enable on MS-DOS.
10583 [symlink, symlinks]: Don't show if make-symbolic-link is not
10584 bound.
10585 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
10586
b6906b38
DL
105872000-02-23 Dave Love <fx@gnu.org>
10588
275cf1b2
DL
10589 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
10590 (backward-kill-word): Revert addition of * to interactive spec --
10591 it's a feature.
10592
10593 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
10594 (backward-kill-sentence, kill-sentence): Likewise.
10595
99d48056
DL
10596 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
10597 scratch buffer name.
10598 (gud-format-command): Use int-to-string in ?l case. Simplify
10599 slightly.
10600
10601 * term/w32-win.el (internal-face-interactive): Update prompt for
10602 new read-face-name.
10603
10604 * mail/footnote.el (footnote): Add :version to defgroup.
10605 (footnote-section-tag-regexp): Customize.
10606 (footnote-start-tag, footnote-end-tag): New option.
10607 (footnote-latin-regexp): New variable.
10608 (Footnote-latin): New function.
10609 (footnote-style-alist): Add element for latin style.
10610 (footnote-style): Moved.
10611 (Footnote-goto-footnote): Use eq to test arg.
10612
10613 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
10614
b6906b38
DL
10615 * emacs-lisp/byte-opt.el: Change old backquote syntax.
10616 (byte-compile-trueconstp): Include keywords.
10617 (byte-optimize-quote, byte-optimize-lapcode): Use
10618 byte-compile-const-symbol-p.
10619 (byte-optimize-char-before): New optimization.
10620
10621 * emacs-lisp/bytecomp.el: Change old backquote syntax.
10622 (byte-compile-const-symbol-p): New function.
10623 (byte-compile-constp, byte-compile-out-toplevel)
10624 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
10625 Use it.
10626
10627 * subr.el (define-key-after): Default AFTER to t. Doc fix.
10628
214f877f
KH
106292000-02-23 Kenichi Handa <handa@etl.go.jp>
10630
c709bcf1
KH
10631 * international/encoded-kb.el: Be sure to update minor-mode-alist
10632 and minor-mode-map-alist.
10633 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
10634 codes SS2 and SS3 correctly.
10635 (encoded-kbd-self-insert-ccl): New function.
10636 (encoded-kbd-setup-keymap): New function.
10637 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
10638 by calling encoded-kbd-setup-keymap.
10639
214f877f
KH
10640 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
10641 characters.
10642 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
10643 locally.
10644
b021ef18
DL
106452000-02-22 Dave Love <fx@gnu.org>
10646
10647 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
10648 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
10649 defvar.
10650 (lisp-mode-syntax-table): Set up for #|...|# comments.
10651 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
10652 classes. Match `defface'.
10653 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
10654 (eval-defun-1): Fix for defcustom.
10655 (lisp-indent-region): Doc fix.
10656
10657 * subr.el (when, unless, split-string): Doc fix.
10658 (read-passwd): Move call of clear-this-command-keys to the right
10659 place.
10660 (replace-regexps-in-string): New function.
10661
14cc00ad
GM
106622000-02-22 Gerd Moellmann <gerd@gnu.org>
10663
10664 * help.el (describe-variable): Set syntax table to
10665 emacs-lisp-mode-syntax-table when moving forward over the
10666 symbol's name.
10667
47da5efa
DL
106682000-02-22 Dave Love <fx@gnu.org>
10669
10670 * xt-mouse.el: Doc fixes.
10671 (xterm-mouse-position-function): New function, replacing advice of
10672 mouse-position.
10673 (xterm-mouse-mode): Use it. Don't turn on under a window system.
10674
10675 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
10676
f0a6c717
GM
106772000-02-21 Gerd Moellmann <gerd@gnu.org>
10678
10679 * format.el (format-annotate-single-property-change): Handle
10680 properties.with dotted-list values.
10681 (format-proper-list-p): New function.
10682
10683 * enriched.el (enriched-face-ans): Handle '(foreground-color
10684 . COLOR) and (background-color . COLOR).
10685
2be80b63
DL
106862000-02-20 Dave Love <fx@gnu.org>
10687
10688 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
10689 and assignments to it.
10690 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
10691 current local map.
10692 (make-flyspell-overlay): Use it.
10693 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
10694
10695 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
10696 (lm-get-header-re): Defun, not defsubst.
10697 (lm-get-package-name): Defun, not defsubst. Simplify.
10698 (lm-version): Doc fix. Simplify.
10699 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
10700 (lm-crack-address, lm-last-modified-date, lm-commentary)
10701 (lm-verify, lm-synopsis): Simplify.
10702 (lm-report-bug): Require emacsbug. Use compose-mail.
10703
329eed9f
GM
107042000-02-20 Gerd Moellmann <gerd@gnu.org>
10705
10706 * dired.el (dired-mode): Call propertized-buffer-identification
10707 to set mode-line-buffer-identification to something having
10708 the right text properties.
10709
10710 * bindings.el (propertized-buffer-identification): New function.
10711
be5bb146
DL
107122000-02-20 Dave Love <fx@gnu.org>
10713
10714 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
10715 check for t-mouse too.
10716
10717 * cus-start.el: Make echo-keystrokes `number'.
10718
1d4311c3
EZ
107192000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
10720
10721 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
10722 Don't call ring-empty-p unless tags-location-ring is bound.
10723 From Noah Friedman <friedman@splode.com>.
10724
a23c5037
TTN
107252000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
10726
10727 * progmodes/hideshow.el (hs-flag-region): No longer use
10728 `intangible' overlay property.
10729
10730 (hs-toggle-hiding): New command.
10731 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
10732
10733 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
10734 Fix omission bug: Run `hs-minor-mode-hook' for both activation
10735 and deactivation.
10736
b6a22bf8
GM
107372000-02-18 Gerd Moellmann <gerd@gnu.org>
10738
10739 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
10740
d621caf7
GM
107412000-02-17 Gerd Moellmann <gerd@gnu.org>
10742
3c0ed7ce
GM
10743 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
10744
d621caf7
GM
10745 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
10746 of `*' to handle `(* ... *)' comments.
10747
538d88fb
EZ
107482000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
10749
53c80cf6 10750 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 10751 window-system.
53c80cf6 10752
538d88fb
EZ
10753 * menu-bar.el (global-map): Menu-bar items converted to the new
10754 format (menu-item..., rearranged for better CUA compliance, and
10755 their names changed for better clarity. Help strings added.
10756
10757 * international/mule-cmds.el (mule-menu-keymap)
10758 (describe-language-environment-map, set-coding-system-map)
10759 (setup-language-environment-map): Convert to new (menu-item...
10760 form, add help strings. Change names of menu items for better
10761 clarity. "Mule" menu-bar item removed (it's now in the "Options"
10762 submenu).
10763
8389e1e2 107642000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 10765
a23c5037 10766 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 10767 within the code.
a23c5037 10768
8389e1e2 107692000-02-16 Dave Love <fx@gnu.org>
a23c5037 10770
84fe35f0
DL
10771 * faces.el: Don't require custom. Add more specific :groups to
10772 various deffaces.
10773 (set-face-attribute): Purecopy args.
10774 (read-face-name): Default to name at point and use it in prompt.
10775 Remove colon from arg in all callers.
10776 (list-faces-display): Hyperlink to face descriptions and customize
10777 buffers.
10778
b2aeee30
DL
107792000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
10780
10781 * wid-edit.el (widget-match-inline): An atom never matches a
10782 list.
10783
99e95407
GM
107842000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10785
82d2c7c5
DL
10786 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10787 at ':' characters by call to split-string.
99e95407
GM
10788
107892000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10790
82d2c7c5 10791 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
10792
107932000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10794
82d2c7c5
DL
10795 * textmodes/bibtex.el: Some temporary comments removed.
10796 (bibtex-field-name, bibtex-entry-type): Made the relationship
10797 explicit.
10798 (bibtex-field-const): Allow capital letters.
10799 (bibtex-start-of-string): Deleted because unused.
10800
10801 * textmodes/bibtex.el: Unified some nomenclature. We no longer
10802 use the term 'reference' to describe a bibtex entry as a whole.
10803 Further, reference keys are no longer called 'labels'.
10804 (bibtex-keys): Renamed to bibtex-reference-keys.
10805 (bibtex-reformat-previous-labels): Renamed to
10806 bibtex-reformat-previous-reference-keys.
10807 (bibtex-reference-type): Renamed to bibtex-entry-type.
10808 (bibtex-reference-head): Renamed to bibtex-entry-head.
10809 (bibtex-reference-maybe-empty-head): Renamed to
10810 bibtex-entry-maybe-empty-head.
10811 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10812 (bibtex-search-reference): Renamed to bibtex-search-entry.
10813 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10814 bibtex-enclosing-entry-maybe-empty-head.
10815 (bibtex-entry-field-alist, bibtex-entry-head,
10816 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10817 bibtex-map-entries, bibtex-search-entry,
10818 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10819 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10820 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10821 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10822 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10823 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10824 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
10825
108262000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10827
82d2c7c5
DL
10828 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10829 comment.
10830 (bibtex-format-field-delimiters): New function, functionality
10831 extracted from bibtex-format-entry.
10832 (bibtex-autokey-get-yearfield-digits): New function, functionality
10833 extracted from bibtex-autokey-get-yearfield.
10834
10835 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10836 entries in order to avoid stack overflow in the regexp matcher if
10837 field contents become large.
10838 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10839 bibtex-field-string-part-not-braced,
10840 bibtex-field-string-part-no-inner-braces,
10841 bibtex-field-string-part-1-inner-brace,
10842 bibtex-field-string-part-2-inner-braces,
10843 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10844 bibtex-field-string-quoted, bibtex-field-string,
10845 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10846 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10847 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10848 as parsing is now performed by the following functions.
10849 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10850 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10851 bibtex-parse-field-string, bibtex-search-forward-field-string,
10852 bibtex-parse-association, bibtex-field-name-for-parsing,
10853 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10854 bibtex-search-forward-field, bibtex-search-backward-field,
10855 bibtex-start-of-field, bibtex-end-of-field,
10856 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10857 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10858 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10859 bibtex-parse-string, bibtex-search-forward-string,
10860 bibtex-search-backward-string, bibtex-start-of-string,
10861 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10862 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10863 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10864 entries. Instead of reporting the results of the parsing by
10865 match-beginning or match-end, these functions return data structures
10866 that hold the corresponding positions.
10867 (bibtex-enclosing-field): Changed to also report field boundaries by
10868 return values rather than by match-beginning or match-end. The
10869 following functions have been adapted to use the new parsing
10870 functions.
10871 (bibtex-skip-to-valid-entry, bibtex-search-reference,
10872 bibtex-enclosing-field, bibtex-format-entry,
10873 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
10874 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
10875 bibtex-print-help-message, bibtex-end-of-entry,
10876 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
10877 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10878 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
10879 method for parsing.
10880 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
10881 bibtex-map-entries, bibtex-flash-head,
10882 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
10883 bibtex-autokey-change, bibtex-autokey-get-namefield,
10884 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
10885 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10886 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
10887 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
10888 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
10889 order to make the new binding of case-fold-search immediately
10890 visible.
99e95407
GM
10891
108922000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10893
82d2c7c5
DL
10894 * textmodes/bibtex.el: Copyright notice is up to date.
10895 Added constant 'bibtex-maintainer-salutation.
99e95407 10896
82d2c7c5
DL
10897 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
10898 than make-temp-name, use match-string-no-properties and eliminate
10899 a quadratic behavior when building bibtex-strings.
99e95407 10900
82d2c7c5
DL
10901 * bibtex.el (bibtex-reference-key): Accept string entries whose
10902 reference key contains upper case letters.
99e95407
GM
10903
109042000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10905
82d2c7c5
DL
10906 * bibtex.el (bibtex-reference-head): Allow entries to start with
10907 a new line.
99e95407
GM
10908
109092000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10910
82d2c7c5
DL
10911 * bibtex.el: Hiding of entry bodies is not longer provided by
10912 bibtex.el directly. Instead the hideshow package can be used.
10913 Added a special bibtex entry to hs-special-modes-alist.
10914 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
10915
109162000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10917
f24fef2f
SM
10918 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
10919 at ':' characters by call to split-string.
8389e1e2
GM
10920
109212000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10922
f24fef2f 10923 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
10924
109252000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10926
f24fef2f
SM
10927 * textmodes/bibtex.el: Some temporary comments removed.
10928 (bibtex-field-name, bibtex-entry-type): Made the relationship
10929 explicit.
10930 (bibtex-field-const): Allow capital letters.
10931 (bibtex-start-of-string): Deleted because unused.
fa78f71b 10932
f24fef2f
SM
10933 * textmodes/bibtex.el: Unified some nomenclature. We no longer
10934 use the term 'reference' to describe a bibtex entry as a whole.
10935 Further, reference keys are no longer called 'labels'.
10936 (bibtex-keys): Renamed to bibtex-reference-keys.
10937 (bibtex-reformat-previous-labels): Renamed to
10938 bibtex-reformat-previous-reference-keys.
10939 (bibtex-reference-type): Renamed to bibtex-entry-type.
10940 (bibtex-reference-head): Renamed to bibtex-entry-head.
10941 (bibtex-reference-maybe-empty-head): Renamed to
10942 bibtex-entry-maybe-empty-head.
10943 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
10944 (bibtex-search-reference): Renamed to bibtex-search-entry.
10945 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
10946 bibtex-enclosing-entry-maybe-empty-head.
10947 (bibtex-entry-field-alist, bibtex-entry-head,
10948 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
10949 bibtex-map-entries, bibtex-search-entry,
10950 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
10951 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
10952 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
10953 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
10954 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
10955 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
10956 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
10957
109582000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
10959
f24fef2f
SM
10960 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
10961 comment.
10962 (bibtex-format-field-delimiters): New function, functionality
10963 extracted from bibtex-format-entry.
10964 (bibtex-autokey-get-yearfield-digits): New function, functionality
10965 extracted from bibtex-autokey-get-yearfield.
fa78f71b 10966
f24fef2f
SM
10967 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
10968 entries in order to avoid stack overflow in the regexp matcher if
10969 field contents become large.
10970 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
10971 bibtex-field-string-part-not-braced,
10972 bibtex-field-string-part-no-inner-braces,
10973 bibtex-field-string-part-1-inner-brace,
10974 bibtex-field-string-part-2-inner-braces,
10975 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
10976 bibtex-field-string-quoted, bibtex-field-string,
10977 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
10978 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
10979 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
10980 as parsing is now performed by the following functions.
10981 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
10982 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
10983 bibtex-parse-field-string, bibtex-search-forward-field-string,
10984 bibtex-parse-association, bibtex-field-name-for-parsing,
10985 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
10986 bibtex-search-forward-field, bibtex-search-backward-field,
10987 bibtex-start-of-field, bibtex-end-of-field,
10988 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
10989 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
10990 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
10991 bibtex-parse-string, bibtex-search-forward-string,
10992 bibtex-search-backward-string, bibtex-start-of-string,
10993 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
10994 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
10995 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
10996 entries. Instead of reporting the results of the parsing by
10997 match-beginning or match-end, these functions return data structures
10998 that hold the corresponding positions.
10999 (bibtex-enclosing-field): Changed to also report field boundaries by
11000 return values rather than by match-beginning or match-end. The
11001 following functions have been adapted to use the new parsing
11002 functions.
11003 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11004 bibtex-enclosing-field, bibtex-format-entry,
11005 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11006 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11007 bibtex-print-help-message, bibtex-end-of-entry,
11008 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11009 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11010 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11011 method for parsing.
11012 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11013 bibtex-map-entries, bibtex-flash-head,
11014 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11015 bibtex-autokey-change, bibtex-autokey-get-namefield,
11016 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11017 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11018 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11019 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11020 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11021 order to make the new binding of case-fold-search immediately
11022 visible.
8389e1e2
GM
11023
110242000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11025
f24fef2f
SM
11026 * textmodes/bibtex.el: Copyright notice is up to date.
11027 Added constant 'bibtex-maintainer-salutation.
fa78f71b 11028
f24fef2f
SM
11029 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11030 than make-temp-name, use match-string-no-properties and eliminate
11031 a quadratic behavior when building bibtex-strings.
fa78f71b 11032
f24fef2f
SM
11033 * bibtex.el (bibtex-reference-key): Accept string entries whose
11034 reference key contains upper case letters.
8389e1e2
GM
11035
110362000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11037
f24fef2f
SM
11038 * bibtex.el (bibtex-reference-head): Allow entries to start with
11039 a new line.
8389e1e2
GM
11040
110412000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11042
f24fef2f
SM
11043 * bibtex.el: Hiding of entry bodies is not longer provided by
11044 bibtex.el directly. Instead the hideshow package can be used.
11045 Added a special bibtex entry to hs-special-modes-alist.
11046 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
11047
110482000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11049
82d2c7c5 11050 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
11051 proceedings entry type (for cross referencing). Thanks to Wagner
11052 Toledo Correa for the suggestion.
11053
82d2c7c5 11054 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 11055
eae61d8f
KH
110562000-02-14 Kenichi Handa <handa@etl.go.jp>
11057
11058 * international/characters.el: Setup case table for Vietnamese.
11059
fb07a302
GM
110602000-02-12 Gerd Moellmann <gerd@gnu.org>
11061
11062 * uniquify.el (toplevel): Require CL at compile time.
11063 (uniquify-push): Removed.
11064
11065 * shadowfile.el (shadow-when): Removed.
11066
11067 * tempo.el (tempo-dolist, tempo-mapc): Removed.
11068 (tempo-process-and-insert-string): Use dolist instead of
11069 tempo-dolist.
11070
11071 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
11072 regexp for paragraph-start.
11073
11074 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
11075 commas as well.
11076
a0eddf92
DL
110772000-02-10 Dave Love <fx@gnu.org>
11078
11079 * wid-edit.el: (widgets) [defgroup]: Remove url link.
11080 (widget-color-choice-list, widget-color-history, widget-mouse-help):
11081 Deleted.
11082 (widget-specify-field, widget-specify-button): Don't use
11083 widget-mouse-help as help-echo property.
11084 (default): Use #'ignore for :validate and :mouse-down-action.
11085 (checkbox): Add help-echo.
11086 (widget-sexp-validate): Rewritten to clarify error messages.
11087 (character): Use char-valid-p in :match function.
11088 (widget-color-complete): Use facemenu-color-alist.
11089 (widget-color-action): Use facemenu-read-color.
11090
11091 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
11092 set up `caar' &c that we now have.
11093
82d2c7c5
DL
110942000-02-09 Ray Blaak <blaak@gnu.org>
11095
11096 * delphi.el: Make resourcestring a declaration region, like const
11097 and var.
11098
6cbc1482
DL
110992000-02-09 Dave Love <fx@gnu.org>
11100
11101 * bindings.el (mode-line-input-method-map): New variable.
11102 (mode-line-mule-info): Use it; fix last change.
11103 (mode-line-mode-menu): Move definition.
11104 (mode-line-mouse-sensitive-p): Deleted.
11105 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
11106 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
11107 level.
11108
11109 * startup.el (command-line-1): Don't call
11110 make-mode-line-mouse-sensitive.
11111
f7136ee8
GM
111122000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11113
11114 * mail/rmail.el (rmail-retry-failure): Use
11115 rmail-beginning-of-message before rmail-toggle-header, because the
11116 former toggles headers.
11117
6e1d0d15
SM
111182000-02-06 Stefan Monnier <monnier@cs.yale.edu>
11119
fef8c55b
SM
11120 * diff-mode.el (diff-kill-junk): New interactive function.
11121 (diff-reverse-direction): Use delete-and-extract-region.
11122 (diff-post-command-hook): Restrict the area so that the hook also works
11123 outside of any diff hunk. This is necessary for the minor-mode.
11124 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
11125 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
11126
6e1d0d15
SM
11127 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
11128 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
11129 so that it can be used more easily in <foo>-mode-hook. Also make sure
11130 to avoid duplicate entries.
11131 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
11132 (font-lock-remove-keywords): Just as was done for `add', allow it to
11133 work even if font-lock-mode is nil. Also make sure we don't modify
11134 any pre-existing list by forcing a copy-sequence. Finally rename
11135 `major-mode' to `mode'.
11136 (font-lock-fontify-syntactic-anchored-keywords)
11137 (font-lock-fontify-anchored-keywords)
11138 (font-lock-fontify-keywords-region): Use line-end-position.
11139 Don't make `font-lock-multiline' local (it's now done in
11140 font-lock-set-defaults).
11141 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
11142 move the `font-lock-fontified' creation to inside the `unless'.
11143
a75dfea0
AI
111442000-02-06 Andrew Innes <andrewi@gnu.org>
11145
11146 * term/w32-win.el (x-handle-args): Comment out call to message,
11147 which occurs before window system is initialized.
11148
11149 * makefile.nt: Add support for recompiling lisp code.
11150
b85e9462
DL
111512000-02-04 Dave Love <fx@gnu.org>
11152
9ff33afb
DL
11153 * bindings.el (mode-line-mule-info): Fix/extend last change.
11154
b85e9462
DL
11155 * completion.el: Replace completion-dolist with dolist.
11156
11157 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
11158 dotimes.
11159
44dff075
CD
111602000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
11161
11162 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
11163 environment names before they go into the section regexp.
11164
11165 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
11166 char class in regexp.
11167
11168 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
11169 `case-fold-search' to nil.
11170
11171 * progmodes/idlwave.el (idlwave-template): Respect
11172 `idlwave-abbrev-change-case'.
11173 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
11174 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
11175 idlwave-while): respect `idlwave-reserved-word-upcase'.
11176 (idlwave-rw-case): New function.
11177 (idlwave-statement-match): Fixed problem with assignment regexp.
11178 (idlwave-font-lock-keywords): Improved regexp for keyword
11179 parameters.
a23c5037 11180 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
11181 operators longer than 1 char.
11182
11183 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
11184 idlwave-shell-expression-overlay. Implemented printing of
11185 expressions on higher levels of the calling stack.
11186 (idlwave-shell-display-level-in-calling-stack): Restore stack
11187 level.
11188 (idlwave-retrieve-expression-from-level): New function.
11189 (idlwave-shell-last-calling-stack): Variable removed.
11190 (idlwave-shell-reset): Argument action reversed (`visible' to
11191 `hidden'). Also remove stop-line overlay.
11192 (idlwave-shell-calling-stack-routine): New variable.
11193 (idlwave-shell-parse-stack-and-display): Messages now display
11194 negative level numbers.
11195 (idlwave-shell-mode): Set `modeline-format'.
11196 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
11197 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
11198 21.
11199 (idlwave-shell-print-expression-function): New option.
a23c5037 11200
44dff075
CD
11201 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
11202 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
11203 `tool-bar' instead of `toolbar'.
11204
f26c34fd
DL
112052000-02-02 Dave Love <fx@gnu.org>
11206
11207 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
11208 emacs-lisp-mode-hook. Don't check for defalias being defined.
11209
11210 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11211 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
11212 the new builtins directly.
11213
11214 * whitespace.el (whitespace): Add :version to defgroup.
11215
11216 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
11217 Doc fix.
11218
11219 * thingatpt.el (sexp-at-point, symbol-at-point)
11220 (number-at-point, list-at-point): Add autoload cookie.
11221
11222 * recentf.el (recentf): Add :version to defgroup.
11223
11224 * quickurl.el (quickurl): Add :version to defgroup.
11225
11226 * elide-head.el (elide-head): Use point-marker more.
11227
11228 * bs.el (bs): Add :version to defgroup.
11229
11230 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
11231
11232 * progmodes/delphi.el (delphi): Add :version to defgroup.
11233
d240a249
GM
112342000-02-02 Gerd Moellmann <gerd@gnu.org>
11235
11236 * ange-ftp.el (ange-ftp-write-region): Handle case that
11237 succeeding process operation sets a different coding system.
11238
11239 * calculator.el: New file.
11240
d5179a01
EZ
112412000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
11242
11243 * frame.el (frames-on-display-list, framep-on-display): New
11244 functions.
11245 (display-mouse-p, display-popup-menus-p, display-graphic-p)
11246 (display-selections-p, display-screens, display-pixel-width)
11247 (display-pixel-height, display-mm-width, display-mm-height)
11248 (display-backing-store, display-save-under, display-planes)
11249 (display-color-cells, display-visual-class): New functions.
11250
11251 * term/tty-colors.el (tty-color-gray-shades): New function.
11252
11253 * faces.el (display-color-p): Use framep-on-display.
11254 (display-grayscale-p): New function.
11255
968e00f0
DL
112562000-01-31 Dave Love <fx@gnu.org>
11257
11258 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
11259 (create-fontset-from-x-resource): Don't concat integers.
11260
2cb750ba
GM
112612000-01-31 Inge Frick <inge@nada.kth.se>
11262
11263 * view.el: Some changes in documentation. Removed some trailing
11264 whitespace. Changed some parameter names to agree with
11265 documentation.
11266 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
11267 window is not deleted. Modifies change 1998-04-26.
a23c5037 11268
74e9213b
GM
112692000-01-31 Gerd Moellmann <gerd@gnu.org>
11270
47569935
GM
11271 * windmove.el: New file.
11272
74e9213b
GM
11273 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11274 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 11275 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 11276
74e9213b
GM
11277 * jit-lock.el (jit-lock-function): Widen before calculating end
11278 position.
11279 (jit-lock-stealth-chunk-start): Rewritten.
11280
11281 * info.el (Info-title-face-alist): Removed.
11282 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
11283 faces.
11284 (Info-fontify-node): Use these faces.
11285
994c5afe
GM
112862000-01-30 Gerd Moellmann <gerd@gnu.org>
11287
11288 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
11289 (cl-macro-list1): Recognize `&allow-other-keys' instead of
11290 `&allow-other-keywords'.
11291
11292 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
11293 the list of directories scanned heuristically.
11294
11295 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
11296 exist.
11297
f00276e3
JR
112982000-01-30 Jason Rumney <jasonr@gnu.org>
11299
11300 * w32-fns.el: Define w32-tty-standard-colors.
11301
11302 * startup.el (command-line): Use w32-tty-standard-colors when in
11303 w32 console mode.
11304
cc4dfff0
DL
113052000-01-30 Dave Love <fx@gnu.org>
11306
e645e77b
DL
11307 * jka-compr.el (jka-compr-load): Fix up load-history.
11308
cc4dfff0
DL
11309 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
11310
11311 * emacs-lisp/cl-macs.el: Revert previous change.
11312
16215eb0
DL
113132000-01-29 Dave Love <fx@gnu.org>
11314
11315 * facemenu.el: Purecopy various strings.
11316
11317 * timezone.el (timezone-fix-time): Window against 69 for two-digit
11318 years. Deal with three-digit years.
11319
11320 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
11321 defconst, purecopy.
11322 (help-back-label): Purecopy it.
11323
bbd9b566
GM
113242000-01-18 Gerd Moellmann <gerd@gnu.org>
11325
11326 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
11327 variable. If non-nil, order the buffer list according to the
11328 currently selected frame.
11329 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
11330 non-nil, pass the selected frame to function buffer-list.
a23c5037 11331
887448e1
GM
113322000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11333
11334 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
11335
7df85084
DL
113362000-01-28 Dave Love <fx@gnu.org>
11337
142e109c
DL
11338 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
11339
7df85084
DL
11340 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
11341 Don't use lisp-indent-hook property.
11342 (cl-abs): Remove.
11343
11344 * subr.el: Move out indent and edebug specs for when and unless.
11345
11346 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
11347 when, unless.
11348
11349 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
11350 unless, when.
11351
3b43c01c
GM
113522000-01-28 Gerd Moellmann <gerd@gnu.org>
11353
d060bc9f
GM
11354 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
11355 `collecting' as synonym for `collect'.
11356
11357 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
11358 for the case it contains spaces.
11359
11360 * simple.el (what-cursor-position): Change formatting of
11361 messages.
11362
b02786f9
GM
11363 * frame.el (delete-other-frames): New function.
11364 (toplevel): Bind it to C-x 5 1.
11365
efd68b8a
GM
11366 * sort.el (sort-numeric-base): New option.
11367 (sort-numeric-fields): If number starts with `0' or `0[xX[',
11368 interpret it as octal or hexadecimal. Use sort-numeric-base
11369 as default base.
11370
3b43c01c
GM
11371 * progmodes/glasses.el: New file.
11372
984ae001
GM
113732000-01-27 Gerd Moellmann <gerd@gnu.org>
11374
a0b796e3
GM
11375 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
11376 userids differently.
11377
984ae001
GM
11378 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11379 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11380 progmodes/ebnf-yac.el: New files.
11381
6c67ddee
DL
113822000-01-26 Dave Love <fx@gnu.org>
11383
11384 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
11385 on a function with an empty body. [From Eric Ludlam.]
11386
4e6473c8
GM
113872000-01-25 Andre Spiegel <spiegel@gnu.org>
11388
11389 * vc.el (vc-version-diff): Make sure file name is expanded.
11390
e12489f9
GM
113912000-01-25 Gerd Moellmann <gerd@gnu.org>
11392
11393 * scroll-bar.el (scroll-bar-timer): Variable removed.
11394 (scroll-bar-toolkit-scroll): Don't use a timer.
11395
8dbe2b07
KH
113962000-01-25 Kenichi Handa <handa@etl.go.jp>
11397
11398 * language/thai-util.el (thai-composition-function): Delete
11399 superfluous `a'.
11400
26ef1c87
DL
114012000-01-24 Dave Love <fx@gnu.org>
11402
11403 * fortran.el (fortran-mode): Use beginning-of-defun-function,
11404 end-of-defun-function.
11405
11406 * font-lock.el (turn-on-font-lock): Don't depend on window-system
11407 &c.
11408
7ed4e9a7
JR
114092000-01-22 Jason Rumney <jasonr@gnu.org>
11410
11411 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
11412 conflicts with new face support.
11413
8b7bc628 114142000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
11415
11416 * replace.el (query-replace): Rename last arg to DELIMITED.
11417 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
11418 (query-replace-regexp): Likewise.
11419
8b7bc628 114202000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 11421
02b14400
RS
11422 * subr.el (with-syntax-table): Use make-symbol, not gensym.
11423
5bb6f079
RS
11424 * emacs-lisp/lisp.el (beginning-of-defun-function):
11425 Variable renamed from beginning-of-defun.
11426 Do not call make-variable-buffer-local.
11427 (beginning-of-defun-raw): Use new variable name; doc fix.
11428 (beginning-of-defun): Doc fix.
11429 (end-of-defun-function): Variable renamed from end-of-defun.
11430 Do not call make-variable-buffer-local.
11431 (end-of-defun): Use new variable name; doc fix.
11432
02b14400
RS
11433 * subr.el (dolist, dotimes): Copied from cl-macs.el
11434 and made to work.
2d5e9b54 11435
a23c5037 11436 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
11437 Variable replaces rmail-digest-end-regexp.
11438 Allows multiple regexps for detecting the end line.
11439 (undigestify-rmail-message): Corresponding changes.
11440
60af03f1
DL
114412000-01-19 Dave Love <fx@gnu.org>
11442
fe5d99e1
DL
11443 * files.el (user-init-file): Don't declare here -- is primitive.
11444
60af03f1
DL
11445 * startup.el (command-line): Check for compiled user-init-file and
11446 set to uncompiled version if necessary.
11447
72dbbc7d
GM
114482000-01-18 Gerd Moellmann <gerd@gnu.org>
11449
6a1950ec
GM
11450 * mail/undigest.el (rmail-digest-end-regexp): New user option.
11451 (undigestify-rmail-message): Use it.
11452
72dbbc7d
GM
11453 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
11454
fbe91bbd
GM
114552000-01-17 Gerd Moellmann <gerd@gnu.org>
11456
11457 * tmm.el (tmm-goto-completions): Adapt to prompt being part
11458 of mini-buffer.
11459
33a6685b
GM
114602000-01-14 Gerd Moellmann <gerd@gnu.org>
11461
b3303df7
GM
11462 * emacs-lisp/copyright.el (copyright-update): Removed the
11463 requirement for a trailing space from `copyright-regexp', to
11464 support copyrights with owner specified on a separate line..
a23c5037 11465
3c4c8064
GM
11466 * align.el: New file.
11467
33a6685b
GM
11468 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
11469
11470 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
11471
044a4975
DL
114722000-01-13 Dave Love <fx@gnu.org>
11473
11474 * ph.el: Removed. (Obsoleted by EUDC.)
11475
0a352cd7
GM
114762000-01-13 Gerd Moellmann <gerd@gnu.org>
11477
11478 * net/eudc.el (toplevel): Remove autoloaded code installing
11479 menu with easymenu, because that causes build problems.
11480
11481 * frame.el (frame-notice-user-settings): New variable.
11482 (frame-notice-user-settings): Don't modify frame parameters
11483 if called a second time.
11484
8b7bc628 114852000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
11486
11487 * frame.el (frame-notice-user-settings):
11488 Notice default-frame-parameters even for non-window frames.
11489
feb450e0
GM
114902000-01-13 Gerd Moellmann <gerd@gnu.org>
11491
11492 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
11493 for Emacs.
11494 (eudc-bob-can-display-inline-images): Extend for Emacs.
11495 (eudc-bob-toggle-inline-display): Ditto.
11496 (eudc-bob-display-jpeg): Ditto.
11497
99c6d63b
GM
114982000-01-12 Gerd Moellmann <gerd@gnu.org>
11499
7970b229
GM
11500 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
11501 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
11502 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 11503
e4936aa9
GM
11504 * add-log.el (add-change-log-entry): Fix error trying an `(insert
11505 nil)'.
11506
11507 * subdirs.el: Add `net' directory.
11508
133c9e59
GM
11509 * net: New directory.
11510
99c6d63b
GM
11511 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
11512 eval-last-sexp. Don't bind debug-on-error here.
11513 (eval-last-sexp): New function. Bind debug-on-error if
11514 eval-expression-debug-on-error is non-nil.
11515 (eval-defun-2, eval-defun): Likewise.
11516
11517 * simple.el (eval-expression): Don't bind debug-on-error if
11518 eval-expression-debug-on-error is nil. Detect changed
11519 debug-on-error, and propagate new value to global binding, if
11520 eval-expression-debug-on-error is non-nil,
11521 (eval-expression-debug-on-error): Change doc string.
a23c5037 11522
8b7bc628 115232000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
11524
11525 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
11526
11527 * emacs-lisp/lisp-mode.el (with-syntax-table):
11528 Set up lisp-indent-function property.
11529
11530 * subr.el (with-syntax-table): Moved from simple.el.
11531
11532 * simple.el (with-syntax-table): Moved to subr.el.
11533
7e3c74fa
GM
115342000-01-11 Gerd Moellmann <gerd@gnu.org>
11535
1fab1775
GM
11536 * tmm.el (tmm-shortcut): Delete region after prompt instead
11537 of erasing buffer.
11538
7e3c74fa 11539 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
11540 (fill-context-prefix): Use the longest common prefix of first
11541 and second line fill prefix, if there is one.
7e3c74fa 11542
8b7bc628 115432000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
11544
11545 * array.el (array-mode): Don't use make-variable-buffer-local.
11546 Use make-local-variable for `truncate-lines'.
11547
aa705642 115482000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 11549
aa705642
GM
11550 * add-log.el (add-log-current-defun): Handle user-defined
11551 add-log-current-function returning nil,
a23c5037 11552
57df2446 11553 * add-log.el (add-change-log-entry): Insert version number
aa705642 11554 if having found a current function
c1356086
GM
11555
11556 * add-log.el (add-log-current-defun): Call
11557 `add-log-current-defun-function'. Try matches at level 0 and
11558 level 1. Strip whitespace from defun found.
a23c5037 11559
1d8c59e9
RS
115602000-01-10 John Wiegley <johnw@gnu.org>
11561
11562 * allout.el (isearch-done/outline-provisions): Added `edit'
11563 argument to correspond with the current definition of
11564 `isearch-done'.
11565
8cf87e9b
DL
115662000-01-10 Dave Love <fx@gnu.org>
11567
11568 * elide-head.el (elide-head): Use point-marker, not point.
11569
9050446c
GM
115702000-01-10 Gerd Moellmann <gerd@gnu.org>
11571
8321b22a
GM
11572 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
11573 before and after the year 2000.
a23c5037 11574
9050446c
GM
11575 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
11576 Add ispell- prefix.
11577
115782000-01-10 Ken Stevens <k.stevens@ieee.org>
11579
11580 * ispell.el: Only define dictionaries in menus when they exist.
11581 (version18p): New variable.
11582 (version20p): New variable.
11583 (xemacsp): New variable.
11584 (ispell-choices-win-default-height): Fix for XEmacs visibility.
11585 (ispell-dictionary-alist1): Added Brasileiro dictionary.
11586 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 11587 run-together words.
9050446c
GM
11588 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
11589 (ispell-dictionary-alist): Add koi8-r to customize definition.
11590 (check-ispell-version): Added documentation string. Returns
f24fef2f 11591 library path when called non-interactively.
9050446c
GM
11592 (ispell-menu-map-needed): Uses new variables.
11593 (ispell-library-path): New variable.
11594 (ispell-decode-string): XEmacs fix for bogus variable bindings.
11595 (ispell-word): Improved documentation string. Test for valid
11596 character mappings. Correctly check typed in word changes that can
11597 result in single words split into multiple words. Returns
11598 replacement word.
11599 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
11600 replace in recursive query replace mode. Help message for
11601 recursive edit mode.
11602 (ispell-show-choices): Protect against bad framepop bindings.
11603 (ispell-help): Fix to work with XEmacs.
11604 (ispell-highlight-spelling-error): Use new variables.
11605 (ispell-overlay-window): Fix to work with XEmacs.
11606 (ispell-parse-output): Passed and returns location information
11607 tracking spelling corrections. Doesn't recheck same word on
11608 current line.
11609 (ispell-init-process): Protect against bogus XEmacs variable binding.
11610 Fix call to single argument in sleep-for. Use new variables.
11611 (ispell-region): Passed and returns location information tracking
11612 spelling corrections. Doesn't check same word on current line.
11613 Improved documentation string. Doesn't resend a line already
11614 checked to the ispell process - fixes bug in LaTeX parsing.
11615 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
11616 (ispell-skip-region): No longer skips <TT> in SGML.
11617 (ispell-process-line): Tracks location information with spelling
11618 corrections. Added documentation string. Accounts for words
11619 already accepted on this line. Don't allow query-replace on line
11620 starting with math characters. Doesn't resend a line already sent
11621 to ispell process. Fixes alignment error bug.
a23c5037 11622
8b7bc628 116232000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 11624
a23c5037 11625 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
11626 Suggest xloadimage, which is free, not xv, which isn't.
11627
a23c5037 11628 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
11629 Don't ever include the host name or user name in the value.
11630
9ed79f5d
GM
116312000-01-09 Gerd Moellmann <gerd@gnu.org>
11632
11633 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
11634 of a real newline.
11635
b950abb1
GM
116362000-01-09 Stephen Eglen <stephen@gnu.org>
11637
a23c5037 11638 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
11639 for .png files.
11640
3c708e98
GM
116412000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
11642
11643 * cus-edit.el (custom-hook-convert-widget): Fix comment.
11644
bf61662d
GM
116452000-01-09 Gerd Moellmann <gerd@gnu.org>
11646
f1d851ae
GM
11647 * progmodes/cperl-mode.el: Replace ^F with ^L.
11648
bf61662d 11649 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 11650 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
11651 recursion.
11652
c65d14ee
DL
116532000-01-08 Dave Love <fx@gnu.org>
11654
8cf87e9b
DL
11655 * emacs-lisp/backquote.el: Remove inappropriate customization
11656 (allowing custom.el to use backquote).
c65d14ee 11657
83de2ebc
DL
116582000-01-07 Dave Love <fx@gnu.org>
11659
11660 * add-log.el (add-log-debugging): Deleted.
11661 (add-change-log-entry): Treat a backup FILE-NAME as its parent
11662 file. Remove debugging code.
11663 (change-log-get-method-definition, change-log-name): Add doc.
11664 (change-log-sortable-date-at): New function.
11665 (change-log-merge): New command.
11666
11667 * time.el (display-time-string-forms): Make the Mail string active.
11668 (display-time-update): Provide help-echo for load average.
11669
11670 * bindings.el (make-mode-line-mouse2-map): New function.
11671 (mode-line-modified): Use it and simplify.
11672 (mode-line-mule-info): Provide help-echo info.
11673 (minor-mode-alist): Activate the strings.
11674 (make-mode-line-mouse-sensitive): Simplify for
11675 mode-line-buffer-identification.
11676
c1475eae
GM
116772000-01-07 Gerd Moellmann <gerd@gnu.org>
11678
11679 * play/pong.el: New file.
11680
83de2ebc
DL
116812000-01-06 Dave Love <fx@gnu.org>
11682
11683 * array.el: Assorted cleanups for compiler warnings, doc strings,
11684 `array-' prefix for symbols.
11685
116862000-01-05 Dave Love <fx@gnu.org>
11687
11688 * textmodes/outline.el (outline-mode-menu-bar-map): Add
11689 outline-headers-as-kill.
11690 (outline-mode): Define imenu-generic-expression.
11691 (outline-headers-as-kill): New command.
11692
11693 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
11694 from paragraph-start.
11695 (paragraph-indent-minor-mode): New command.
11696
11697 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
11698 M-C-e, M-C-h, C-j, C-xnd, TAB.
11699 (fortran-mode): Set beginning-of-defun, end-of-defun.
11700 (fortran-column-ruler): Simplify.
11701 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
11702 (fortran-with-subprogram-narrowing): Likewise.
11703 (fortran-indent-subprogram): Call mark-defun.
11704 (fortran-check-for-matching-do): Change narrowing.
11705
11706 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
11707 (cl-lucid-hash-tag): Delete.
11708 (cl-hash-table-p): Correct test for native table.
11709 (cl-hash-table-count): Use hash-table-count.
11710
11711 * browse-url.el (browse-url): Fix case of
11712 browse-url-browser-function being an alist.
11713
676ac023
CD
117142000-01-05 Carsten Dominik <cd@gnu.org>
11715
c1475eae
GM
11716 * textmodes/reftex-vars.el (reftex-parse-file-extension)
11717 (reftex-index-phrase-file-extension): New options.
676ac023
CD
11718
11719 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 11720 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
11721
11722 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 11723 `reftex-parse-file-extension'.
eb483e17 11724
88807984
DL
117252000-01-05 Dave Love <fx@gnu.org>
11726
83de2ebc 11727 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
11728 (beginning-of-defun-raw): Use it.
11729 (end-of-defun): New variable.
11730 (end-of-defun): Use it.
11731 (check-parens): New command.
11732
1362aeb4
TTN
117332000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
11734
c1475eae
GM
11735 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
11736 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 11737
7ddafb95
TTN
11738 Fix buglet in local variables initialization.
11739
7334aa99
AS
117402000-01-05 Andreas Schwab <schwab@suse.de>
11741
11742 * hscroll.el (hscroll): Doc fix.
11743
b12e24cd
CD
117442000-01-05 Carsten Dominik <cd@gnu.org>
11745
11746 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
11747 idlw-toolbar.
11748
11749 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
11750 file idlw-rinfo.el.
1362aeb4
TTN
11751 (idlwave-customize): load must read file idlw-shell.el.
11752 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 11753
d6226972
CD
117542000-01-05 Carsten Dominik <dominik@astro.uva.nl>
11755
11756 * progmodes/idlw-shell.el: Also provide idlwave-shell
11757 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
11758 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
11759
11760 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
11761 both reftex-dcr and reftex-vcr.
1362aeb4 11762
d6226972
CD
11763 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
11764
6ddb893f 117652000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
11766
11767 * ps-print.el: PostScript code now is in separate files, doc fix.
11768 (ps-print-version): New version number (5.0.3).
11769 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
11770 local.
11771 (ps-spool-config): Initialization fix.
c1475eae
GM
11772 (ps-print-prologue-1, ps-print-prologue-2)
11773 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
11774 (ps-background-image): Little code reformating.
11775 (ps-begin-file, ps-begin-job): Fix code.
88807984 11776 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
11777 (ps-prologue-file): New fun.
11778
ae833aae
KH
117792000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11780
c1475eae 11781 * ps-vars.el: Eliminated.
ae833aae
KH
11782
11783 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
11784 `;;;###autoload'.
11785
11786 * ps-print.el: ps-vars eliminated, doc fix.
11787 (ps-print-version): New version number (5.0.2).
11788 (ps-spool-config): Initialization fix.
11789 (ps-print-customize): New fun.
11790
560a7bd2
GM
117912000-01-04 Gerd Moellmann <gerd@gnu.org>
11792
11793 * autorevert.el (auto-revert-mode): Return value of
11794 auto-revert-mode.
11795
f45dd0f4
DL
117962000-01-04 Dave Love <fx@gnu.org>
11797
fae2ac05
DL
11798 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
11799 menu items.
f45dd0f4 11800
61255981
DL
118012000-01-03 Dave Love <fx@gnu.org>
11802
88807984 11803 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 11804
83de2ebc 11805 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
11806 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
11807 `cl-hash-table-p', not `hash-table-p'.
11808 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
11809
c182a70f
EZ
118102000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11811
11812 * faces.el (face-read-integer, read-face-attribute)
11813 (color-defined-p, color-values): unspecified-{f,b}g are now
11814 strings.
11815
047f434a
GM
118162000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
11817
11818 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
11819 at comment end, and re-insert them after filling.
11820
bab531e2
EZ
118212000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11822
11823 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
11824 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
11825 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 11826
d684c676
EZ
118272000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11828
11829 * term/x-win.el (xw-defined-colors): Call color-supported-p,
11830 the new name of face-color-supported-p.
11831
11832 * term/w32-win.el (xw-defined-colors): Likewise.
11833
0aad4805
EZ
118342000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11835
11836 * simple.el (completion-setup-function): Count completion-size
11837 from minibuffer-prompt-end, not from point-min.
11838
5fe1d139
EZ
118392000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
11840
11841 * faces.el (read-face-attribute, defined-colors, color-defined-p):
11842 Pass the frame to tty-color-* functions.
11843 (display-color-p, frame-set-background-mode): Pass the frame to
11844 tty-display-color-p.
11845
11846 * term/tty-colors.el (tty-defined-color-alist): Renamed from
11847 tty-color-alist.
11848 (tty-color-alist, tty-modify-color-alist): New functions.
11849 (tty-color-define, tty-color-clear, tty-color-approximate)
11850 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
11851 an optional parameter FRAME.
11852
162dec01
GM
118532000-01-01 Gerd Moellmann <gerd@gnu.org>
11854
27189709
GM
11855 * image.el (create-image, defimage): Don't assume image data is a
11856 string.
11857
162dec01
GM
11858 * image.el (defimage): Handle specifications containing :data
11859 instead of :file.
11860 (image-type-from-data): New function.
11861 (image-type-from-file-header): Use it.
11862 (create-image): Add parameter DATA-P.
1362aeb4 11863
bea56df7 11864See ChangeLog.8 for earlier changes.
25a6fab1
KH
11865
11866;; Local Variables:
e64c3a75 11867;; coding: iso-2022-7bit
25a6fab1 11868;; End: