From Emerick Rogul <emerick@csa.bu.edu>.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
f5ed37df
MB
12000-11-12 Miles Bader <miles@gnu.org>
2
3 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
4 message if interactive.
5
0b074c2f
DL
62000-11-12 Dave Love <fx@gnu.org>
7
8 * mail/feedmail.el: Fix header,
9 (feedmail) <defgroup>: Add :link.
10
11 * view.el: Use local-map property, not keymap on mode-line string.
12
13 * scroll-all.el (scroll-all-mode): Customize variable. Add
14 autoload cookie to function.
15
16 * lazy-lock.el: Remove compatibility code.
17
18 * finder.el (finder-known-keywords): Add `files', remove `vms'.
19 (finder-help-echo): New variable.
20 (finder-mouse-face-on-line): Add help-echo stuff.
21 (finder-list-keywords, finder-list-matches): Use mapc.
22
23 * faces.el (face-font-registry-alternatives): Add :version.
24
25 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
26 tags-table-list.
27
28 * net/browse-url.el (browse-url-browser-function): Update
29 :version.
30
31 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not
32 a-z.
33 (mail-mode): Use [:alnum:] in some regexps.
34
6d502396
DL
352000-11-10 Dave Love <fx@gnu.org>
36
37 * ediff.el (ediff-regions-internal, ediff-documentation):
38 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
39 fundamental mode.
40
41 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
42 buffer into fundamental mode.
43 (ediff-set-difference): Use copy-sequence if available.
44
45 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
46 ediff-patch-map non-nil.
47 (ediff-fixup-patch-map, ediff-fixup-patch-map)
48 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
49 buffer into fundamental mode.
50
51 * ediff-merg.el (state-or-merge): Defvar when compiling.
52
a82fe213
JR
532000-11-10 Jason Rumney <jasonr@gnu.org>
54
55 * w32-fns.el (w32-add-charset-info): New function.
56 (w32-charset-info-alist): Use it.
57
52d89894
GM
582000-11-10 Gerd Moellmann <gerd@gnu.org>
59
60 * faces.el (face-font-registry-alternatives): New user-option.
61
178932de
SM
622000-11-10 Stefan Monnier <monnier@cs.yale.edu>
63
d7fa3319
SM
64 * textmodes/texinfo.el (texinfo-block-default): New var.
65 (texinfo-insert-block): Use it. Insert a newline if needed.
66
178932de
SM
67 * textmodes/fill.el (fill-indent-according-to-mode): New var.
68 (fill-region-as-paragraph): Use it.
69
70 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
71 (latex-mode): Tweak tex-*-(head|trail)er regexps.
72 Tweak paragraph regexps to allow a leading [ \t]*.
73 (tex-latex-block): Insert a newline if necessary.
74 (latex-insert-item): Only insert a newline if necessary.
75 (tex-guess-main-file): New function.
76 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
77 Set tex-main-file if TeX-master is provided.
78 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
79
bd02b8e0
GM
802000-11-10 Gerd Moellmann <gerd@gnu.org>
81
82 * startup.el (command-line): Set the default tooltip-mode
83 to t for graphical displays which implement x-show-tip.
84
85 * tooltip.el (tooltip-mode): Add a comment about startup.el
86 setting the default value of this user-option.
87
b29b03eb
SM
882000-11-09 Stefan Monnier <monnier@cs.yale.edu>
89
90 * font-lock.el (font-lock-*-face) <defvar>: Move.
91 (font-lock-defaults-alist): Mark obsolete.
92 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
93 (font-lock-mode): Use define-minor-mode.
94 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
95 (font-lock-turn-off-thing-lock): Be more explicit.
96 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
97 (font-lock-syntactic-face-function): New var.
98 (font-lock-fontify-syntactically-region): Use it.
99 (font-lock-doc-face): New.
100
101 * pcvs.el (cvs-enabledp): Ignore errors.
102 (cvs-commit-filelist): Never query.
103 (cvs-mode-insert): Always add a terminating / in the initial prompt.
104 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
105 (cvs-do-removal): Use cvs-partition rather than delete-if.
106 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
107 cvs-bury-buffer.
108
109 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
110 Allow `next' to jump to after the end of the last match.
111
778fbc46
GM
1122000-11-09 Gerd Moellmann <gerd@gnu.org>
113
730c746c
GM
114 * simple.el (byte-compiling-files-p): New function.
115
116 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
117 if it is there.
118
119 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
120 nil again.
121
778fbc46
GM
122 * textmodes/ispell.el (ispell-library-path): Don't call
123 check-ispell-version when byte-compiling because that starts
124 an ispell process, and ispell might not be installed.
125 (toplevel): Don't set up a menu when byte-compiling.
126
127 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
128 it, so that a boundp test can be used to determine if we're
129 currently byte-compiling.
130
5912c5bb
DL
1312000-11-09 Dave Love <fx@gnu.org>
132
133 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
134 eval-after-load.
135
7bb054a5
GM
1362000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
137
138 * ps-print.el: Patch for variable initialization when spooling. Doc
139 fix.
140 (ps-output-list): Fun eliminated.
141 (ps-begin-file, ps-begin-job): Code fix.
142
9db2706e
DL
1432000-11-08 Dave Love <fx@gnu.org>
144
145 * ediff-wind.el (ediff-control-frame-parameters): Zero
146 tool-bar-lines.
147
f7eb32aa
GM
1482000-11-08 Gerd Moellmann <gerd@gnu.org>
149
150 * simple.el (shell-command, display-message-or-buffer)
151 (shell-command-on-region): Mention resize-mini-windows in the doc
152 string.
153 (display-message-or-buffer): Take the value of resize-mini-windows
154 into account.
155
7b01b08c
GM
1562000-11-07 Gerd Moellmann <gerd@gnu.org>
157
acad3c0b
GM
158 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
159
7b01b08c
GM
160 * dired.el (dired-between-files): Add `^. find' as an alternative
161 to the regular expression, for find-dired.
162
6f602bd0
SM
1632000-11-06 Stefan Monnier <monnier@cs.yale.edu>
164
165 * textmodes/texnfo-upd.el: Require texinfo.
166 (defmacro, defgroup): Remove.
167 (texinfo-section-to-generic-alist): Remove.
168 Use texinfo-section-list instead (i.e. level is changed string->int).
169 (texinfo-filter): New function.
170 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
171 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
172 Use it. And use regexp-opt.
173 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
174 (texinfo-update-menu-region-beginning)
175 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
176 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
177 (texinfo-update-menu-same-level-regexps): Update.
178 (texinfo-update-node, texinfo-every-node-update)
179 (texinfo-sequential-node-update): Remove autoload cookie.
180
181 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
182 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
183 (texinfo-chapter-level-regexp): Remove.
184 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
185
bb216218
DL
1862000-11-06 Dave Love <fx@gnu.org>
187
6f602bd0 188 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 189
6f602bd0
SM
190 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
191 Match defun*.
bb216218 192
ff8dd5d5
KH
1932000-11-06 Kenichi Handa <handa@etl.go.jp>
194
195 * composite.el (composition-function-table): Variable declaration
196 moved to src/composite.c.
197 (compose-chars-after): New optional arg object.
198
e9da51a1
GM
1992000-11-06 Gerd Moellmann <gerd@gnu.org>
200
e0c12c68
GM
201 * bindings.el (mode-line-toggle-read-only)
202 (mode-line-toggle-modified, mode-line-widen)
203 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
204 (make-mode-line-mouse2-map): Rewritten.
205 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
206 functions so that C-h k can show something with a doc string.
207
e9da51a1
GM
208 * startup.el (fancy-splash-delay): Set to 10 seconds.
209 (fancy-splash-max-time): New user-option.
210 (fancy-splash-stop-time): New variable.
211 (fancy-splash-screens): Set it. Catch `stop-splashing'.
212 (fancy-splash-screens-1): Throw `stop-splashing' when current
213 time is greater than fancy-splash-stop-time.
214
611dbdf0
SM
2152000-11-06 Stefan Monnier <monnier@cs.yale.edu>
216
4d2806e2
SM
217 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
218
611dbdf0
SM
219 * pcvs.el (cvs-mode-marked): New arg `noquery'.
220 Prompt user for a file rather than raising an error.
221 (cvs-enabledp): Fix call to cvs-mode-marked.
222 (cvs-insert-file): New function (extracted from cvs-mode-insert).
223 (cvs-mode-insert): Use it. Change the init prompt' value.
224 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
225
226 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
227 Don't pass default arg to ewoc-locate.
228 (ewoc-collect): Return result in the right order.
229
230 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
231
232 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
233 (cvs-status-get-tags): Fix regexp.
234 (cvs-status-trees, cvs-status-cvstrees):
235 Combine after change hooks and don't sit-for.
4d2806e2
SM
236 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
237 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
238 Use make-char rather than hard-coded cryptic data.
239 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
240
241 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
242
243 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
244 (cvs-insert-strings): New function.
245
937b2877
MB
2462000-11-06 Miles Bader <miles@lsi.nec.co.jp>
247
248 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
249 `mwheel-scroll-amount'.
250 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
251 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
252 string-matching against the version string.
253
c6c97763
KH
2542000-11-06 Kenichi Handa <handa@etl.go.jp>
255
6eaec747
KH
256 * language/thai.el ("Thai"): Set a lisp form that produces
257 composed string in `sample-text' language info.
258
259 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
260 composed string in `sample-text' language info.
261
262 * international/mule-cmds.el (describe-language-environment): Eval
263 `sample-text' data and insert the result.
264
c6c97763
KH
265 * international/mule-conf.el (compound-text): Define this coding
266 system here. Make x-ctext and ctext aliases of it.
267
268 * language/european.el (compound-text, ctext): Moved to
269 international/mule-conf.el.
270
d1145f85
AI
2712000-11-05 Andrew Innes <andrewi@gnu.org>
272
273 * w32-fns.el (w32-version): New function.
274
178a6a45
SM
2752000-11-05 Stefan Monnier <monnier@cs.yale.edu>
276
277 * progmodes/awk-mode.el: Update copyright.
278 (awk-mode-abbrev-table): Remove.
279 (awk-font-lock-keywords): Use regexp-opt.
280 (awk-mode): Use define-derived-mode.
281
282 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
283 when extracting a suffix.
284
1ba90166
AS
2852000-11-04 Andre Spiegel <spiegel@gnu.org>
286
287 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
288 auto-save-mode.
289
546790cb
JR
2902000-11-04 Jason Rumney <jasonr@gnu.org>
291
292 * language/european.el (decode-mac-roman): Test against r1 not r0.
293
d247e32d
SM
2942000-11-03 Stefan Monnier <monnier@cs.yale.edu>
295
fbf44f44
SM
296 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
297 (icon-mode): Define indent-line-function.
298 (icon-comment-indent): Simplify.
299 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
300
301 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
302
303 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
304 Bind change-log-default-mode to defeat the caching done on it.
305 Don't bother saving excursion any more.
306
307 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
308
309 * frame.el (after-setting-font-hook): Rename hooks -> hook.
310 (set-frame-font): Use the new name (and the old for compatibility).
311
312 * toolbar/tool-bar.el (tool-bar-mode):
313 * time.el (display-time-mode):
314 * recentf.el (recentf-mode):
315 * paren.el (show-paren-mode):
316 * mwheel.el (mouse-wheel-mode):
317 * msb.el (msb-mode):
318 * jka-compr.el (auto-compression-mode):
319 * image-file.el (auto-image-file-mode):
320 * hl-line.el (hl-line-mode):
321 * delsel.el (delete-selection-mode):
322 * autoinsert.el (auto-insert-mode):
323 * complete.el (partial-completion-mode): Drop unneeded positional args.
324
325 * info.el (Info-mode):
326 * comint.el (comint-mode): Don't both with make-local-hook.
327
d247e32d
SM
328 * log-edit.el (log-edit-menu): New menu.
329
4921558e
MB
3302000-11-03 Miles Bader <miles@gnu.org>
331
332 * wid-edit.el (widget-end-of-line): Reinstate, with a new
333 definition, so that trailing spaces are handled properly.
334 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
335
1fc02b3c
GM
3362000-11-03 Gerd Moellmann <gerd@gnu.org>
337
338 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
339 tab character.
340 (fancy-splash-screens): Set tab-width to 20.
341
51d001f7
DL
3422000-11-03 Dave Love <fx@gnu.org>
343
344 * comint.el (comint-completion-addsuffix): Fix custom type.
345
ba22aeff
SM
3462000-11-02 Stefan Monnier <monnier@cs.yale.edu>
347
348 * font-lock.el (font-lock-buffers): Remove.
349 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
350 (font-lock-change-major-mode): Remove.
351 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
352 (font-lock-default-fontify-region): Extend the multiline
353 fontification to whole lines.
354 (font-lock-fontify-anchored-keywords)
355 (font-lock-fontify-keywords-region): If matching just one
356 line (with \n) only mark the \n as multiline.
357
358 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
359 Correctly handle the case where several :group args are supplied.
360 Allow :extra-args.
361 (easy-mmode-define-global-mode): Allow :extra-args.
362 Correctly handle the case where several :group args are supplied.
363
9c887ada
MB
3642000-11-02 Miles Bader <miles@gnu.org>
365
366 * calendar/calendar.el (diary-face, calendar-today-face)
367 (holiday-face): Remove dependency on `window-system'.
368
7f25090d
KR
3692000-11-02 Ken Raeburn <raeburn@gnu.org>
370
371 * Makefile.in (emacs): Set EMACSLOADPATH always.
372 (update-authors, .el.elc, compile-files): Don't do it explicitly
373 here.
9b911107 374 (compile-files): Bomb out if compilation of a file fails.
7f25090d 375
7dd6009c
DL
3762000-11-02 Dave Love <fx@gnu.org>
377
378 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
379
94821e4f
EZ
3802000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
381
382 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
383 punctuation in the warning inserted into the *mail* buffer.
384
1ac3fc42
GM
3852000-11-02 Gerd Moellmann <gerd@gnu.org>
386
57731876
GM
387 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
388 (authors-public-domain-p): New function.
389 (authors-print): Use it.
390
975f82c9
GM
391 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
392
1ac3fc42
GM
393 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
394
4b3eb10f
GM
3952000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
396
975f82c9 397 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
398 (ps-print-version): New version number (6.3.1).
399 (ps-even-or-odd-pages): Customization fix.
400 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
401 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
402 (ps-page-count): Var replaced by `ps-page-column'.
403 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
404 (ps-print-sheet-p): New fun.
405
7da794df
MB
4062000-11-02 Miles Bader <miles@lsi.nec.co.jp>
407
408 * tooltip.el (tooltip-gud-tips-setup): New function.
409 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
410 (tooltip-mode): Call tooltip-gud-tips-setup.
411 (tooltip-gud-tips): Use `gud-basic-call' instead of
412 process-send-string, so the prompt gets frobbed appropriately.
413 Handle nil return value from `tooltip-gud-print-command'.
414
0e40b809
EL
4152000-11-01 Eric M. Ludlam <zappo@ultranet.com>
416
417 * comint.el (comint-add-to-input-history): New function.
418 (comint-send-input): Use `comint-add-to-input-history'.
419
50ada0db
MB
4202000-11-02 Miles Bader <miles@lsi.nec.co.jp>
421
973a3104
MB
422 * info.el (info-menu-header): New face.
423 (Info-fontify-menu-headers): New function.
424 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
425
50ada0db
MB
426 * info.el (Info-insert-dir): Don't include blank lines at
427 beginning of additional dir files (one is added automatically).
428
bff53411
SM
4292000-11-01 Stefan Monnier <monnier@cs.yale.edu>
430
431 * emacs-lisp/easy-mmode.el (define-minor-mode):
432 Revert the latest changes.
433 Allow the three positional arguments to be skipped and replaced
434 by keyword arguments.
435 Add a :toggle argument to determine whether a nil arg means toggle
436 or means turn-on. The default is unchanged.
437 Add a call to force-mode-line-update.
438
6b8a0b2d
DL
4392000-11-01 Dave Love <fx@gnu.org>
440
441 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
442 cookie.
443
5bf99100
MB
4442000-11-01 Miles Bader <miles@lsi.nec.co.jp>
445
446 * calendar/calendar.el (diary-face, holiday-face): Add
447 dark-background variants.
448
a4032611
SS
4492000-10-31 Sam Steingold <sds@gnu.org>
450
451 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
452 `tex-main-file' does not have directory in it.
453
c286608e
SM
4542000-10-31 Stefan Monnier <monnier@cs.yale.edu>
455
456 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
457
4836835a
TTN
4582000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
459
460 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
461 functional change.
462
26dcb81b
GM
4632000-10-31 Gerd Moellmann <gerd@gnu.org>
464
465 * files.el (find-file-noselect): When we expand a wildcard, return
466 a list of buffers, as we should do according to the doc string.
467
49fc4500
KR
4682000-10-31 Ken Raeburn <raeburn@gnu.org>
469
470 * loadup.el (top level): Adjust load path if program name is
471 "../src/bootstrap-emacs", in case it's not dumped and thus the
472 load path adjustment hasn't already been done.
473
ea0c615d
GM
4742000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
475
476 * ps-print.el: Fix bug on selected pages for printing. Use
477 `color-values' for Emacs 21. Ensure fontification when jit-lock
478 is on. Try to avoid warning messages when compiling. Doc Fix.
479 (ps-print-version): New version number (6.3).
480 (ps-color-device): Use `color-values' to determine if device
481 supports color.
482 (ps-color-values): Try to use `x-color-values' when using XEmacs.
483 (ps-print-page-p): Changed from defsubst to defun.
484 (ps-page-number): Changed from defmacro to defun.
485 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
486 printing.
c286608e 487 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
488 (ps-end-file, ps-dummy-page): Funs eliminated.
489 (ps-print-color-scale): Changed default value.
490 (ps-page-n-up, ps-print-page-p): New internal vars.
491 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
492 (ps-plot-region, ps-generate, ps-end-job): Code fix.
493
9e20722f
GM
494 * delim-col.el: Little programming improvement.
495 (delimit-columns-str): New macro.
496 (delimit-columns-region, delimit-columns-rectangle): Code fix.
497
d7a0fd00
KH
4982000-10-31 Kenichi Handa <handa@etl.go.jp>
499
c286608e
SM
500 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
501 Moved to european.el.
d7a0fd00
KH
502 (ccl-encode-mac-roman-font, fontset-mac): Modified for
503 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
504 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
505 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 506
234be340
DL
5072000-10-30 Dave Love <fx@gnu.org>
508
509 * progmodes/cc-menus.el (imenu-generic-expression)
510 (imenu-progress-message): Only defvar when compiling.
511
4edc4a39
DL
512 * emacs-lisp/elp.el (elp-unload-hook): New function.
513
514 * loadhist.el (unload-feature): Call elp-restore-function,
515 checking for symbols; don't use elp-restore-all.
516 (loadhist-hook-functions): Doc fix.
517
70c825df
SM
5182000-10-30 Stefan Monnier <monnier@cs.yale.edu>
519
520 * log-edit.el (log-edit-confirm): Fix the default.
521
1d3baf74
GM
5222000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
523
524 * delim-col.el: Little fix: replace delimit-columns-align-columns by
525 delimit-columns-format.
526 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 527
1ec321a7
MB
5282000-10-30 Miles Bader <miles@lsi.nec.co.jp>
529
530 * comint.el (comint-replace-by-expanded-history): Don't use
531 comint-get-old-input (we're not looking at *old* input).
532 (comint-get-old-input-default): If using fields, signal an error
533 when the point is not in an input field.
534
70737ea9
KH
5352000-10-30 Kenichi Handa <handa@etl.go.jp>
536
537 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
538 and mule-unicode-e000-ffff.
539
fa0cb51d 540 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
541 (make-coding-system): Accept a symbol of translation table as a
542 value of property `safe-chars'.
543
544 * international/mule-cmds.el (encode-coding-char): Check property
545 safe-chars instead of safe-charsets.
546
547 * international/fontset.el (fontset-default): Modified for
548 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
549 (x-font-name-charset-alist): Likewise.
550 (ccl-encode-unicode-font): New CCL program. Record it in
551 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
552
70c825df
SM
553 * language/european.el (mac-roman-decoder, mac-roman-encoder):
554 New translation tables.
70737ea9
KH
555 (decode-mac-roman, encode-mac-roman): Definition of these CCL
556 programs are modified and moved from mac-win.el.
557 (mac-roman): Definition of this coding system is modified and
558 moved from mac-win.el.
4836835a 559
fda2ce24 5602000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 561
1d3baf74 562 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 563 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 564
dd4d3cb6
MB
5652000-10-29 Miles Bader <miles@gnu.org>
566
567 * custom.el (custom-add-to-group): Allow multiple entries for a
568 given value OPTION, as long as their widget types are different.
569 * cus-edit.el (custom-face-value-create): If face name doesn't end
570 with "face", add such here (similar to custom group widgets).
571
572 * comint.el (comint-highlight-prompt): Add :type.
573
dace60cf
JW
5742000-10-28 John Wiegley <johnw@gnu.org>
575
576 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
577 Changed this function to operate on a temporary buffer instead of
578 the main buffer. This not only keeps flyspell from marking a
579 buffer as changed that wasn't, but it solves the jumpy cursor
580 problem when attempts are made to edit incorrect words.
581 (flyspell-maybe-correct-doubling): Same change as for
582 `flyspell-maybe-correct-transposition'.
583
584 * calendar/timeclock.el (timeclock-log): Doc fix.
585 (timeclock-last-event): Doc fix.
586 (timeclock-log): Kill the timelog buffer after appending a new
587 event.
588 (timeclock-find-discrep): Use a temp buffer to read in the
589 timelog, instead of visiting the file.
590 (timeclock-log-data): A new function, along with a host of helper
591 functions, for the purpose of making timelog data accessible to
592 programmers.
593
594 * eshell/esh-mode.el (window-height test): Make certain that
595 `eshell-stringify-t' is non-nil.
596 (eshell-password-prompt-regexp): Changed to a much simpler
597 password regexp.
598 (eshell-send-input): If `eshell-invoke-directly' returns t,
599 directly invoke the parsed command using `eval'. This improves
600 turn-around time on simple commands by a factor of three or
601 greater, such as cd, ls, pwd, etc. -- which get used very often.
602 It also conserves thousands of cons cells per call (since
603 `eshell-do-eval' consumes memory like a Cookie Monster set loose
604 in the Pacific Cookie Company).
605
606 * eshell/esh-test.el (eshell-test): Whitespace fix.
607
608 * eshell/em-ls.el (eshell-ls-insert-directory): Make
609 `eshell-ls-initial-args' nil when inserting directory contents.
610
611 * eshell/em-script.el (eshell-script-initialize): Add names to
612 `eshell-complex-commands, since `source' and `.' are complex.
613
0467b076
EZ
614 * eshell/esh-cmd.el (eshell-rewrite-for-command)
615 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
616 `eshell-copy-handles'.
617 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
618 bodies.
619 (eshell-separate-commands): Whitespace fix.
620 (eshell-complex-commands): Added a new list of names, for
621 determining whether a given command is as simple as it looks.
622 (eshell-invoke-directly): New function. Returns t if a command
623 should be invoked directly (using `eval'), rather than indirectly
624 using `eshell-do-eval'.
625 (eshell-do-eval): Whitespace fix.
626
627 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
628 which provides an emulation of the DOS shell behavior of assuming
629 that cp/mv/ln should copy/move/link to the current directory.
630 (eshell-remove-entries): Added a doc string.
631 (eshell-shuffle-files): Removed the check for `target' being null.
632 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
633 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
634 it to do a smarter check of whether a destination was provided.
635 (eshell/mv, eshell/cp): Enable `:preserve-args'.
636 (eshell/ln): Enable `:preserve-args', and use
637 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
638 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
639 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
640 list after flattening it. This makes it possible to cat files
641 with numerical names.
642 (eshell-unix-initialize): Added several names to
643 `eshell-complex-commands.
644 (eshell-unix-command-complex-p): Return t if a given command name
645 may result in external processes being invoked.
646
647 * eshell/em-glob.el (eshell-glob-show-progress): Make this
648 variable nil by default, since it slows down glob processing by a
649 factor of two or more, and increases memory consumption.
650
651 * eshell/em-smart.el: Added a note about how memory consumptive
652 smart display mode can be (at least this is true in Emacs 21).
653 (eshell-smart-initialize): Whitespace fix.
654 (eshell-refresh-windows): Use `if' instead of `when'.
655 (eshell-smart-scroll-window): Calling `save-current-buffer' was
656 not necessary.
657 (eshell-currently-handling-window): Added a missing global
658 variable.
659
660 * eshell/em-ls.el (eshell-do-ls): Code simplification.
661 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
662 Whitespace fix.
663 (eshell-ls-exclude-hidden): Added this variable in addition to
664 `eshell-ls-exclude-regexp'. This one prevents files beginning
665 with . from even being read, which can improve memory consumption
666 quite a bit.
667 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
668 read file entries beginning with a dot. In home directories with
669 lots of hidden files, fully two-thirds of the time spent in ls is
670 used to read directory entries that are immediately thrown away.
671 (eshell-ls-initial-args): Added back this configuration variable,
672 for specifying default initial arguments to every call to ls.
673 Much faster than using an alias to do the same thing.
674 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
675 (eshell-ls-dir): Whitespace change.
676
677 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
678
679 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
680 available.
681 (eshell-stringify-t): Added a customization variable, to indicate
682 whether `t' should be rendered as a string at all. If not, one
683 can still determine if the result of an expression is true using
684 "file-exists-p FILE && echo true".
685 (eshell-stringify): If `eshell-stringify-t' is nil, don't
686 stringify t!
687
688 * eshell/esh-module.el: Whitespace fix.
689
690 * eshell/em-alias.el (eshell-alias-initialize): Added
691 `eshell-command-aliased-p' to `eshell-complex-commands'.
692 (eshell-command-aliased-p): New function that returns t if a
693 command name names an aliased.
694
657f9cb8 6952000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 696
0467b076 697 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 698 redrawing the screen when changing cursor color.
0467b076
EZ
699 (viper-insert-state-pre-command-sentinel)
700 (viper-replace-state-pre-command-sentinel)
70c825df
SM
701 (viper-replace-state-post-command-sentinel):
702 Use viper-preserve-cursor-color.
657f9cb8
MK
703 Many functions changed to use viper= instead of = when comparing
704 characters.
0467b076 705 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 706 working with characters.
0467b076 707 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
708 Many functions changed to use viper= instead of = when comparing
709 characters.
0467b076 710 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 711
0467b076 712 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 713 Several typos fixed in various docstrings.
0467b076
EZ
714 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
715 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 716 hook.
0467b076
EZ
717 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
718 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
719 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
720 (ediff-get-selected-buffers): New function.
721 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
722 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 723 save-window-excursion.
0467b076 724 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 725 termination check in while loop.
0467b076 726 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 727 dired buffer.
0467b076
EZ
728 (ediff-files,ediff-merge-files,ediff-files3)
729 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 730
4f490d99
DL
7312000-10-28 Dave Love <fx@gnu.org>
732
733 * info.el (Info-fontify-node): Add help-echo for menu items.
734
45b84006
EZ
7352000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
736
5ebc02b3
EZ
737 * startup.el (normal-top-level): If the value of $TERM indicates
738 we are running from xterm or one of its work-alikes, default to a
739 light background mode.
740
45b84006
EZ
741 Support for -fg, -bg, and -rv command-line arguments for TTYs:
742 * faces.el (tty-handle-reverse-video): New function.
743 (tty-create-frame-with-faces): Call it.
744
745 * frame.el (frame-notice-user-settings): Don't apply
746 default-frame-alist and initial-frame-alist to MS-DOS frames.
747 Call tty-handle-reverse-video, frame-set-background-mode, and
748 face-set-after-frame-default for non-MS-DOS frames.
749
750 * startup.el (tty-long-option-alist): New variable.
751 (tty-handle-args): New function.
752 (command-line): Call tty-handle-args.
753
754 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
755 startup.el now does that for all character-terminal frames.
756
eab6e8b9
MB
7572000-10-28 Miles Bader <miles@gnu.org>
758
759 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
760 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
761 global. If :global is followed by a non-nil but non-t value,
762 make the mode buffer-local, but also generate a `global-MODE'
763 version using `easy-mmode-define-global-mode'. Add
764 :conditional-turn-on keyword argument.
765
51a29efc
DL
7662000-10-28 Dave Love <fx@gnu.org>
767
768 * international/latin1-disp.el (latin1-char-displayable-p): Don't
769 use window-system.
770
d71d7114
EZ
7712000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
772
773 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
774 Don't call find-buffer-file-type-coding-system. Instead, just
775 set eol-type to -unix if inhibit-eol-conversion is in effect, or
776 if the file is on an untranslated filesystem.
777 (add-untranslated-filesystem): Use "D" instead of "f" inside
778 interactive.
779
1f9cab4b
DL
7802000-10-27 Dave Love <fx@gnu.org>
781
70c825df 782 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
783 (refill-mode): Use it.
784
70c825df
SM
7852000-10-27 Stefan Monnier <monnier@cs.yale.edu>
786
787 * international/quail.el (quail-activate): Don't make-local-hook.
788
7432cf10
AS
7892000-10-27 Andre Spiegel <spiegel@gnu.org>
790
4836835a 791 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 792 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
793 (vc-make-version-backup): Don't do it on MS-DOS without long file
794 names.
4836835a 795
7432cf10
AS
796 * vc.el (vc-version-other-window): If an automatic backup of the
797 desired version exists, rename it instead of copying it.
798
4836835a
TTN
799 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
800 after command. If there's an unexpected error, signal it instead
7432cf10 801 of being silent.
e1483c38 802 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 803
05ea7ef2
MB
8042000-10-27 Miles Bader <miles@lsi.nec.co.jp>
805
fd1035aa
MB
806 * shell.el (shell): Add BUFFER argument.
807 * comint.el (make-comint-in-buffer): New function.
808 (make-comint): Use it.
809
05ea7ef2
MB
810 * faces.el (face-spec-choose): Change syntax so that the list of
811 attribute-value pairs is now the cdr of each clause, not the cadr.
812 Detect old-style entries, and handle them. Use pop.
813
835a55fe
SM
8142000-10-26 Stefan Monnier <monnier@cs.yale.edu>
815
f5ab1cdd
SM
816 * cus-edit.el (custom-mode-map): Use a sparse map.
817 (custom-mode): Don't bother with make-local-hook.
818
819 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
820
835a55fe
SM
821 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
822
c13b0ec8
GM
8232000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
824
825 * ps-print.el: Avoid compilation gripes.
826 (ps-print-version): New version number (6.2.1).
4836835a 827
e9f63196
DL
8282000-10-26 Dave Love <fx@gnu.org>
829
0b95284b
DL
830 * menu-bar.el: Modify some menu item help strings.
831 (menu-bar-help-menu): Add link to MORE.STUFF.
832
e9f63196
DL
833 * cus-edit.el (custom-mode): Add `special' mode-class property.
834
835 * wid-browse.el (widget-browse-mode): Likewise.
836
837 * wid-edit.el (widget-specify-field): Revert to using local-map
838 property, not keymap.
839
e276a14a
MB
8402000-10-26 Miles Bader <miles@lsi.nec.co.jp>
841
c1545d88
MB
842 * wid-edit.el (widget-field-end): When checking for a `boundary'
843 field, do so in the correct buffer.
844
3c1b77ca
MB
845 * simple.el (undo): Correctly distinguish between numeric and
846 non-numeric prefix args in non-transient-mark-mode, as per the doc
847 string. When in transient-mark-mode, treat all prefix-args as
848 numeric.
849
f5ab1cdd
SM
850 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
851 Position point on match. Handle N == 0 correctly.
22626d9d
MB
852
853 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
854 (comint-mode-map): Reverse order of `comint-write-output' and
855 `comint-append-output-to-file'.
856 (comint-append-output-to-file): Reinstate this function, for the
857 benefit of the menu.
858
d97151cb
SM
8592000-10-25 Stefan Monnier <monnier@cs.yale.edu>
860
861 * vc.el (vc-version-other-window): Bind `file'.
862
ea7d6f5b
GM
8632000-10-25 Gerd Moellmann <gerd@gnu.org>
864
f5ab1cdd 865 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
866
867 * emacs-lisp/authors.el (batch-update-authors): New function.
868 (authors-fixed-entries): New defconst.
869 (authors-add-fixed-entries): New function.
870 (authors): Call it.: Don't process lispref/.
871
17c25cea
JR
8722000-10-25 Jason Rumney <jasonr@gnu.org>
873
874 * cus-edit.el (custom-button-face, custom-button-pressed-face):
875 Merge x w32 and mac definitions.
876
4ecda532
GM
8772000-10-25 Gerd Moellmann <gerd@gnu.org>
878
879 * menu-bar.el (menu-bar-options-menu): Add a help string for
880 `uniquify'.
881
b6735035
GM
8822000-10-25 Stephen Gildea <gildea@alum.mit.edu>
883
f5ab1cdd
SM
884 * time-stamp.el (time-stamp-string-preprocess):
885 Fix a wrong type argument error.
b6735035 886
f4cbc7a0
MB
8872000-10-25 Miles Bader <miles@gnu.org>
888
889 * recentf.el (recentf-mode): Variable removed.
890 (recentf-mode): Use `define-minor-mode'.
891
892 * mwheel.el (mouse-wheel-mode): New global minor mode.
893 (mwheel-install): Use `mouse-wheel-mode'.
894
f4b020f6
DL
8952000-10-25 Dave Love <fx@gnu.org>
896
f5ab1cdd
SM
897 * progmodes/cperl-mode.el (cperl-mode):
898 Set normal-auto-fill-function correctly.
072cb6f9 899
f4b020f6
DL
900 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
901 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 902 bindings.
f4b020f6 903
ebe2a441
MB
9042000-10-25 Miles Bader <miles@lsi.nec.co.jp>
905
ff4dcd4b
MB
906 * wid-edit.el (widget-field-at): New function.
907 (widget-at, widget-field-activate): Use it.
908 (widget-tabable-at): Use `widget-at'.
909 (widget-specify-field): If the terminating character of the widget
910 field (which is read-only) is a newline, put it into a special
911 `boundary' field so that C-n/C-p act more naturally.
912 (widget-field-end): Also don't subtract one if a special
913 `boundary' field has been added after the widget field.
914
ebe2a441
MB
915 * comint.el (comint-output-filter, comint-send-input): Don't
916 bother adding stickiness fields to overlays to fool the field
917 code, since it should notice the overlay insertion-types now.
ff4dcd4b 918
ebe2a441
MB
919 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
920 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
921 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
922
fe50b6ab
GM
9232000-10-24 Gerd Moellmann <gerd@gnu.org>
924
53df4dda
GM
925 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
926 (authors): Set file coding system to iso-2022-7bit. Add
927 file-local variables to output buffer.
928
4836835a 929 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
930 WARN is nil.
931
53df4dda
GM
9322000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
933
934 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
935
936 * delim-col.el: Now there is a column formatting mechanism.
937 Modified to customization mechanisms convention. Doc fix.
938 (columns): New group for delim-col.
939 (delimit-columns-before, delimit-columns-after)
940 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
941 (delimit-columns-end): New vars.
942 (delimit-columns-customize, delimit-columns-format): New funs.
943 (delimit-columns-region, delimit-columns-rectangle)
944 (delimit-columns-rectangle-line): Modified to support column
945 formatting.
4836835a 946
a9839779
DL
9472000-10-24 Dave Love <fx@gnu.org>
948
949 * log-edit.el (log-edit): Add :version and a :group for vc.
950
df0267b8
GM
9512000-10-24 Gerd Moellmann <gerd@gnu.org>
952
9acc3873
GM
953 * files.el (after-find-file): Don't print a message ``New file''
954 if WARN is nil.
955
63e1b552
GM
956 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
957 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
958 get duplicate tool-bar entries because we'll see the global ones
959 on more than one path through keymaps.
960
1946f901
GM
961 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
962
df0267b8
GM
963 * progmodes/cmacexp.el: Change Francesco's email address.
964
ae3b264b
KH
9652000-10-24 Kenichi Handa <handa@etl.go.jp>
966
967 * window.el (fit-window-to-buffer): Adjust point of the window
968 buffer, not that of the current buffer.
969
23afac01
EZ
9702000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
971
972 * progmodes/cmacexp.el: Update the euthor's email address.
973
22d1a4ed
MB
9742000-10-24 Miles Bader <miles@lsi.nec.co.jp>
975
976 * faces.el (face-spec-set-match-display): Add `graphic' display
977 type (the inverse of `tty'). Use `display-graphic-p' instead of
978 the window-system variable.
979
f408aa48
KH
9802000-10-24 Kenichi Handa <handa@etl.go.jp>
981
982 * international/isearch-x.el (isearch-with-input-method): Call
983 input-method-function with the first event in
984 unread-command-events.
985
94fe8a31
MB
9862000-10-24 Miles Bader <miles@lsi.nec.co.jp>
987
988 * faces.el (face-default-spec, face-user-default-spec): Make
989 defsubsts.
990
8f47302e
AC
9912000-10-24 Andrew Choi <akochoi@i-cable.com>
992
993 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
994 New charsets.
995
996 * term/mac-win.el: Remove definitions of mac-roman-lower and
997 mac-roman-upper, require dired, and define instead of set
998 mac-ready-for-drag-n-drop to avoid compilation error.
999
446c097e
AI
10002000-10-23 Andrew Innes <andrewi@gnu.org>
1001
1002 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
1003 superfluous calls to subst-char-in-string; instead apply
1004 expand-file-name after convert-standard-filename to ensure
1005 expected directory separators are used.
1006
379b70e7
EZ
10072000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
1008
1009 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
1010
85c766e9
DL
10112000-10-23 Dave Love <fx@gnu.org>
1012
b7e03a67
DL
1013 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
1014 (tool-bar-add-item): Set foreground and background for XBM icons.
1015
1016 * international/latin1-disp.el (latin1-char-displayable-p): New
1017 function (from Handa).
1018 (latin1-display-check-font): Use it.
1019
0dcf8835
DL
1020 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
1021 using :key-sequence, making it much more usable. Use nconc, not
1022 append.
1023 (imenu--create-keymap-1): Avoid append.
1024
85c766e9 1025 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 1026
cb3069bb
MB
10272000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1028
1029 [the following changes fix a bug where `define-minor-mode' didn't
1030 correctly generate :require clauses for defcustoms in compiled files]
1031 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
1032 (byte-compile-log-file, byte-compile-log-1): Don't set
1033 `byte-compile-current-file' to nil. Instead set
1034 `byte-compile-last-logged-file' to it. Test whether
1035 byte-compile-current-file equals byte-compile-last-logged-file
1036 instead of whether its nil.
3b6542ba 1037 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 1038
6db6243b
SM
10392000-10-23 Stefan Monnier <monnier@cs.yale.edu>
1040
1041 * textmodes/refill.el: Fix var names in doc.
1042 (refill-mode): Don't bother with make-local-hook anymore.
1043
98490598
MB
10442000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1045
e01cd227
MB
1046 * faces.el (face-user-default-spec, face-default-spec): New functions.
1047 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 1048 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
1049 Use `face-user-default-spec'. Simplify code slightly.
1050
4836835a 1051 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
1052 (woman-unknown-face): Add dark-background variants.
1053 (woman-default-faces): Renamed from `woman-colour-faces'.
1054 Set using the stored defaults, rather than using hard-wired colors.
1055 (woman-monochrome-faces): Renamed from `woman-black-faces'.
1056 Just make the foreground `unspecified' rather than "black".
1057 (woman-menu): Rename menu entries accordingly.
1058
98490598
MB
1059 * faces.el (header-line): Make more reasonable on mono/grayscale
1060 displays.
1061
1a578e9b
AC
10622000-10-23 Andrew Choi <akochoi@i-cable.com>
1063
1064 * cus-edit.el (custom-button-face): Use 3D look for mac.
1065 (custom-button-pressed-face): Likewise.
1066
1067 * faces.el (set-face-attributes-from-resources): Handle mac frames
1068 in the same way as x and w32 frames.
1069 (face-valid-attribute-values): Likewise.
1070 (read-face-attribute): Likewise.
1071 (defined-colors): Likewise.
1072 (color-defined-p): Likewise.
1073 (color-values): Likewise.
1074 (display-grayscale-p): Likewise.
1075 (face-set-after-frame-default): Likewise.
1076 (mode-line): Same default face as for x and w32.
1077 (tool-bar): Likewise.
1078
1079 * frame.el: Remove call to frame-notice-user-settings at end of
1080 the file.
1081
1082 * info.el (Info-fontify-node): make underlines invisible for mac
1083 as for x, pc, and w32 frame types.
1084
1085 * term/mac-win.el: New file.
1086
aaaf7be7
DL
10872000-10-22 Dave Love <fx@gnu.org>
1088
1089 * textmodes/refill.el: New file.
1090
5392d654
AS
10912000-10-22 Andre Spiegel <spiegel@gnu.org>
1092
4836835a 1093 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 1094 MANUAL and REGEXP.
4836835a 1095 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
1096 New functions.
1097 (vc-before-save): Use the latter.
1098 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
1099 confusion.
1100
4836835a 1101 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
1102 expected by vc[-hooks].el.
1103
1104 * vc.el (vc-checkout): Added `-p' suffix in call to
1105 vc-make-version-backups-p; use vc-make-version-backup to actually
1106 make the backup.
1107 (vc-version-other-window, vc-version-backup-file): Handle both
1108 automatic and manual backups.
1109 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
1110 of all of them.
1111
1e221c16
MB
11122000-10-22 Miles Bader <miles@gnu.org>
1113
7ff4fda5
MB
1114 * comint.el (comint-highlight-input, comint-highlight-prompt):
1115 Renamed, `-face' at end removed.
1116 (comint-send-input, comint-output-filter): Use renamed faces.
1117
3511cde8
MB
1118 * window.el (fit-window-to-buffer): Change defaulting of
1119 MAX-HEIGHT slightly.
1120
1e221c16
MB
1121 * faces.el (color-values, color-defined-p): Use `member', not
1122 `memq', because it works correctly for strings.
1123 (frame-set-background-mode): Actually, "unspecified-fg" and
1124 "unspecified-bg" *are* strings. Use `member', not `memq', and
1125 `equal', not `eq', when a string value is possible.
1126
b6ef4898
EZ
11272000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1128
1129 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
1130
34939e2c
SM
11312000-10-21 Stefan Monnier <monnier@cs.yale.edu>
1132
1133 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
1134 sh-electric-rparen, sh-electric-less and sh-electric-hash.
1135 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
1136 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
1137 (sh-font-lock-syntactic-keywords): Use them.
1138 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
1139 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
1140 (sh-mode): Don't override font-lock-unfontify-region-function.
1141 Use a copy of sh-font-lock-syntactic-keywords.
1142 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
1143 Don't call sh-scan-buffer since font-lock does it on the fly.
1144 (sh-get-indent-info): Use `face' rather than `syntax-table'
1145 text-property to detect here-documents.
1146 Replace sh-special-syntax with sh-st-punc.
1147 (sh-prev-line): Use `face' rather than `syntax-table'
1148 text-property to skip over here-documents.
1149 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
1150 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
1151 (sh-electric-less, sh-set-here-doc-region)
4836835a 1152 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
1153 (sh-scan-buffer, sh-rescan-buffer): Remove.
1154
f3d3c491
AI
11552000-10-21 Andrew Innes <andrewi@gnu.org>
1156
1157 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
1158 remote (ange-ftp) file names.
1159
b86c791c
MB
11602000-10-21 Miles Bader <miles@gnu.org>
1161
d9c30bdf
MB
1162 * window.el (fit-window-to-buffer): New function.
1163 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
1164 (window-text-height): Don't expect minibuffers to have mode-lines.
1165
d9c30bdf 1166 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
1167 * international/quail.el (quail-update-guidance): Use
1168 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 1169
617fee5a
MB
1170 * international/quail.el (quail-show-guidance-buf): Make sure
1171 guidance window really has enough room.
1172 (quail-update-guidance): If quail-guidance-win is already shown,
1173 make sure its height is OK.
1174
b86c791c
MB
1175 * window.el (window-text-height, set-window-text-height):
1176 New functions.
1177 (shrink-window-if-larger-than-buffer): Use `window-text-height'
1178 instead of `window-height' & `mode-line-window-height-fudge'.
1179 (mode-line-window-height-fudge): Add FACE parameter.
1180 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
1181 instead of `enlarge-window' & `mode-line-window-height-fudge'.
1182
e34850d1
MB
11832000-10-20 Miles Bader <miles@gnu.org>
1184
1185 * window.el (height-affecting-face-attributes): Use `defconst'.
1186
1187 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
1188 New function, conditionally aliased to `mode-line-window-height-fudge'.
1189 (ispell-help): Use it.
1190 (ispell-choices-win-default-height): Don't include mode-line fudge.
1191 (ispell-choices-win-default-height): New function.
1192 (ispell-show-choices, ispell-command-loop): Use function
1193 `ispell-choices-win-default-height' instead of variable.
1194
a8b883c2
MB
11952000-10-20 Miles Bader <miles@lsi.nec.co.jp>
1196
8c6e4a58
MB
1197 * window.el (mode-line-window-height-fudge): New variable.
1198 (height-affecting-face-attributes): New variable.
1199 (mode-line-window-height-fudge): New function.
1200 (shrink-window-if-larger-than-buffer): Use it.
1201 * help.el (resize-temp-buffer-window): Likewise.
1202
a8b883c2
MB
1203 * info.el (Info-fontify-node): Add support for @subsubsection
1204 titles, which use `Info-title-4-face'.
1205 (Info-title-4-face): New face.
1206 (Info-title-3-face): Inherit from Info-title-4-face instead of
1207 variable-pitch.
1208
e64c3a75
JR
12092000-10-19 Jason Rumney <jasonr@gnu.org>
1210
1211 * dired.el (dired-insert-directory): Do not let errors signalled by
1212 attempt to run dired-free-space-program prevent dired from working.
1213
c70fe852
SM
12142000-10-19 Stefan Monnier <monnier@cs.yale.edu>
1215
1216 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
1217
877cf6b4
GM
12182000-10-19 Gerd Moellmann <gerd@gnu.org>
1219
5de037e0
GM
1220 * dirtrack.el (dirtrack): Fix call to run-hooks.
1221
6deb9af9
GM
1222 * cmuscheme.el (cmuscheme-program-name): Renamed from
1223 scheme-program-name because xscheme.el contains a defcustom with
1224 the same name. As a consequence, customizing group `cmuscheme'
1225 loaded `xscheme' which redefined run-scheme.
1226 (run-scheme): Use cmuscheme-program-name.
1227
877cf6b4
GM
1228 * ps-print.el (ps-print-emacs-type): Move into the
1229 eval-and-compile.
1230
e597d8fb 1231 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 1232 anonymous address, and add a website for Befrienders International.
4836835a 1233
3e9cb08f
GM
12342000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1235
c70fe852
SM
1236 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
1237 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
1238 (ps-print-version): New version number (6.2).
1239 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1240 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
1241 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
1242 (ps-x-extent-priority, ps-x-extent-start-position)
1243 (ps-x-face-font-instance, ps-x-find-coding-system)
1244 (ps-x-font-instance-properties, ps-x-make-color-instance)
1245 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
1246 avoid compilation gripes without defining functions.
1247 (ps-e-find-composition): Alias for function find-composition, to have a
1248 suitable function depending on Emacs version.
1249 (ps-color-device, ps-color-values, ps-face-foreground-name)
1250 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
1251 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
1252 (ps-print-ensure-fontified): Function definitions surrounded by
1253 `eval-and-compile' to avoid compilation gripes.
1254 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
1255 by symbol-value to avoid compilation gripes.
1256 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
1257 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
1258
d8abcd91
MB
12592000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1260
13ab33c4
MB
1261 * startup.el (normal-top-level): Call `frame-set-background-mode'
1262 after `frame-notice-user-settings' because the latter doesn't call
1263 the former on a tty.
1264
d8abcd91
MB
1265 * faces.el (frame-set-background-mode): `unspecified' &c are
1266 symbols, not strings.
1267
e8bce0a9
EZ
12682000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1269
c70fe852
SM
1270 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
1271 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 1272
c70fe852
SM
1273 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
1274 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 1275
773272d8
KH
12762000-10-19 Kenichi Handa <handa@etl.go.jp>
1277
c70fe852 1278 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
1279 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
1280 for ISO10646-1 fonts.
1281 (x-font-name-charset-alist): Add an entry for "iso10646-1".
1282
772139c0
EZ
12832000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1284
1285 * faces.el (frame-set-background-mode): If a tty frame defines a
1286 background color, use that to compute the background mode, instead
1287 of always defaulting to "dark".
1288
d134a19f
MB
12892000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1290
8bb84cb2
MB
1291 * comint.el (comint-write-output): New function.
1292 (comint-mode-map): Add it to the menu.
e40a778f 1293 Bind `C-c C-s' to comint-write-output.
d134a19f 1294
dada41e1
GM
12952000-10-18 Gerd Moellmann <gerd@gnu.org>
1296
1297 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
1298 Use fancy-splash-delay.
1299
9b5360aa
GM
13002000-10-18 Alex Schroeder <alex@gnu.org>
1301
1302 * progmodes/sql.el (sql-sybase-options): New option.
1303 (sql-sybase): Use it. Add sql-database to the list of parameters
1304 provided for login. The options -w 2048 -n are not used any more.
1305
9035a35a
GM
1306 * comint.el (comint-read-input-ring): Bugfix such that the first
1307 and the last entry of the input ring file are not lost.
1308
3556c6dd
GM
13092000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1310
1311 * ps-print.el: Internal variable changes to defcustom,
1312 make-local-hook changes to defvar. Doc fix.
1313 (ps-print-version): New version number (6.1).
1314 (ps-setup, ps-do-despool): Code fix.
1315 (ps-printer-name): Customization fix.
1316 (ps-printer-name-option): Now is a defcustom instead of an
1317 internal variable.
1318 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
1319 (ps-print-begin-column-hook): Now are defvar instead of
1320 make-local-hook.
4836835a 1321
4e217e50
MB
13222000-10-18 Miles Bader <miles@gnu.org>
1323
1324 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
1325 (comint-kill-output): Changed into an alias for `comint-delete-output',
1326 and made obsolete.
1327 (comint-mode-map): Rename references to comint-kill-output.
1328
34460354
EZ
13292000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
1330
1331 * diff-mode.el (diff-header-face, diff-file-header-face)
1332 (diff-changed-face): Add bold and italic attributes to tty faces.
1333 (diff-function-face): New face.
1334 (diff-font-lock-keywords): Use it.
1335
17ea3cdb
MB
13362000-10-18 Miles Bader <miles@lsi.nec.co.jp>
1337
1338 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
1339 Remove commented-out call to force-mode-line-update.
1340 (comint-kill-output): Use `forward-line 0' instead of
1341 beginning-of-line to make sure we get past the prompt.
1342
9244f2c7
SM
13432000-10-17 Stefan Monnier <monnier@cs.yale.edu>
1344
1345 * diff-mode.el (diff-header-face, diff-file-header-face):
1346 Add specific setting for dark background.
1347 (diff-context-face): Renamed from diff-comment-face.
1348 Set explicitly rather than inheriting from font-lock-comment-face.
1349
1592c1ef
EZ
13502000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1351
1352 * startup.el (command-line): Move the code which sets the default
1353 TTY colors to before before-init-hook.
1354
f86292a9
GM
13552000-10-17 Gerd Moellmann <gerd@gnu.org>
1356
1357 * jit-lock.el (jit-lock-stealth-time): Doc fix.
1358
f7f2e883
EZ
13592000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1360
e854cc22
EZ
1361 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
1362 extensions, for MS-DOS.
1363
f7f2e883
EZ
1364 * diff-mode.el (diff-header-face, diff-file-header-face)
1365 (diff-changed-face): Define tty-specific colors.
1366
c7b4f0f9
GM
13672000-10-17 Gerd Moellmann <gerd@gnu.org>
1368
1369 * startup.el (fancy-splash-text): Realign the text.
1370
12a72271
EZ
13712000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1372
1373 * font-lock.el (font-lock-comment-face): Define a separate default
1374 for dark-background tty's.
1375
61dfccfd
MB
13762000-10-17 Miles Bader <miles@gnu.org>
1377
1378 * help.el (resize-temp-buffer-window): Add hack to avoid last line
1379 being obscured by whizzy mode-lines on graphics displays.
1380
333cd59e
EZ
13812000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1382
1383 * info.el (Info-title-1-face, Info-title-2-face)
1384 (Info-title-3-face): Define colors for tty's.
dada41e1 1385 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 1386
dbf1fcc1
EZ
13872000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1388
1389 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
1390 reverse from the frame parameters, and don't invert foreground and
1391 background colors.
1392
ac629823
MB
13932000-10-16 Miles Bader <miles@gnu.org>
1394
1395 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
1396 string "*Info*". Call propertized-buffer-identification to spruce
1397 up the result.
1398
76eebffc
GM
13992000-10-16 Gerd Moellmann <gerd@gnu.org>
1400
3a6b59d9
GM
1401 * help.el: Provide `help' for the sake of define-minor-mode
1402 which generates defcustoms with requires.
1403
6569c3d3
GM
1404 * jit-lock.el (jit-lock-after-change): If we're in text that
1405 matches a multi-line font-lock pattern, make sure the whole text
1406 will be redisplayed.
1407
c2e0a611
GM
1408 * emacs-lisp/authors.el (authors-add): Don't add an entry if
1409 author's name is unknown.
1410
76eebffc
GM
1411 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
1412 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
1413 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
1414 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
1415 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
1416 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
1417 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
1418 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
1419 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
1420 Add author information.
1421
cf1e7b12
MB
14222000-10-16 Miles Bader <miles@lsi.nec.co.jp>
1423
1424 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
1425 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
1426 full-color version (using the Gimp) to eliminate dithering artifacts.
1427
5586f3eb
SM
14282000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1429
1430 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
1431
1432 * simple.el (syntax-flag-table, string-to-syntax): Remove.
1433
ad64a888
DL
14342000-10-15 Dave Love <fx@gnu.org>
1435
1436 * progmodes/sh-script.el: Require skeleton and comint when
1437 compiling.
1438
1439 * pcomplete.el (pcomplete) <defgroup>: Add :version.
1440
1441 * whitespace.el: Doc fixes.
1442 (top-level): Don't add hooks here.
1443 (whitespace-running-emacs): Deleted.
1444 (timer): Don't require.
1445 (whitespace): Add back :version conditional on xemacs test.
1446 (whitespace-spacetab-regexp, whitespace-indent-regexp)
1447 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
1448 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
1449 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
1450 Avoid specific xemacs test.
1451 (whitespace-global-mode): New option.
1452 (whitespace-global-mode): New command.
1453 (whitespace-unload-hook): New function.
1454
1455 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 1456 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
1457 (Info-fontify-node): `Goto' goes to `Go to'.
1458 (Info-fontify-node): Add help-echo to xref links.
1459
1ef49fc6
EZ
14602000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
1461
1462 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
1463
8b7707e1
SM
14642000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1465
b3b7f42f
SM
1466 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1467 Use plist-get and allow :inherit.
1468
1469 * emacs-lisp/cl-macs.el (cl-do-arglist):
1470 Use plist-get and plist-member instead of memq.
1471
3c7fafc7
SM
1472 * emacs-lisp/ewoc.el (ewoc-location): New function.
1473 (ewoc-enter-after, ewoc-enter-before): Document return value.
1474 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
1475 Don't need make-local-hook any more.
1476 (cvs-addto-collection): Return the new tin.
1477 (cvs-mode-insert): Jump to the new line.
1478
8b7707e1
SM
1479 * jit-lock.el (jit-lock-fontify-buffer): Remove.
1480
1481 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
1482
1483 * font-lock.el (font-lock-syntactically-fontified): New var.
1484 (font-lock-fontify-syntactic-keywords-region): Use it.
1485 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
1486
1487 * diff-mode.el (diff-find-file-name): Fix regexp.
1488
1489 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1490 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
1491
1492 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
1493 (sh-mode-syntax-table): Add punctuation syntax for < and >.
1494 (sh-mode): Don't make all vars local here.
1495 (sh-kw): Reformat.
1496 (sh-set-shell): Use dolist. Don't set indent-region-function.
1497 (sh-mode-syntax-table): Use pop.
1498 (sh-remember-variable): Use push.
1499 (sh-help-string-for-variable): Use memq.
1500 (sh-safe-backward-sexp): Remove.
1501 (sh-safe-forward-sexp): Add ARG.
1502 (sh-get-indent-info, sh-prev-stmt): Use it.
1503 (sh-prev-line): Simplify by using forward-comment.
1504 (sh-this-is-a-continuation): Simplify.
1505 (sh-learn-buffer-indent): Use dolist.
1506 (sh-do-nothing): Remove.
1507 (sh-set-char-syntax, sh-set-here-doc-region):
1508 Use inhibit-modification-hooks.
1509 (sh-name-style): Use mapcar and push.
1510 (sh-load-style): Use dolist.
1511 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
1512 (sh-case, sh-while-getopts): Use propertize directly rather
1513 than sh-electric-rparen.
1514
15152000-10-14 Stefan Monnier <monnier@cs.yale.edu>
1516
1517 * textmodes/tex-mode.el: Require CL when compiling.
1518 (tex-mode-syntax-table): Init immediately.
1519 (tex-mode-map): Bind M-RET to latex-insert-item.
1520 (latex-mode): Set indent-line-function to latex-indent.
1521 (tex-common-initialization): Don't setup the syntax-table any more.
1522 (latex-insert-item): New skeleton.
1523 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 1524 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 1525 (latex-indent, latex-find-indent): New functions.
4836835a 1526 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
1527 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
1528 (tex-compilation-parse-errors): Use with-syntax-table.
1529
86b7fcbb
MB
15302000-10-15 Miles Bader <miles@gnu.org>
1531
1532 * font-lock.el (font-lock-comment-face): Change dark-background,
1533 color, non-tty, default to `chocolate1'.
1534
57a24508
JW
15352000-10-13 John Wiegley <johnw@gnu.org>
1536
1537 * eshell/esh-util.el (require): Added a missing `require' form,
1538 needed when compiling (for an ange-ftp macro definition).
1539
40ad3db4
DL
15402000-10-13 Dave Love <fx@gnu.org>
1541
1542 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
1543
db460189
GM
15442000-10-13 Gerd Moellmann <gerd@gnu.org>
1545
b41c9501
GM
1546 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
1547 fix.
1548
4836835a 1549 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
1550 transparent -colors 8).
1551
3b5e21df
GM
15522000-10-13 Stephen Gildea <gildea@alum.mit.edu>
1553
1554 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
1555 that breaks with old list format timestamps.
1556 (time-stamp-warn-inactive, time-stamp-old-format-warn)
1557 (time-stamp-count, time-stamp-conversion-warn): Improved doc
1558 strings.
1559
16908a3f
JW
15602000-10-13 John Wiegley <johnw@gnu.org>
1561
d7103dda
JW
1562 * align.el, pcomplete.el, calendar/timeclock.el,
1563 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
1564
dace60cf 1565 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
1566 faulty math, where holiday hours were being computing as seconds.
1567
b6b70cda
JW
15682000-10-13 John Wiegley <johnw@gnu.org>
1569
1570 * desktop.el (desktop-buffer-modes-to-save): Added a global for
1571 specifying what "other" kinds of buffers should be saved. This
1572 used to be hard-coded.
1573 (desktop-buffer-misc-functions): A global for specifying how
1574 auxiliary data should be determined for special buffer types.
1575 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
1576 instead of hard-coding the special buffer types.
1577 (desktop-save): Run `desktop-buffer-misc-functions' to gather
1578 auxiliary data, instead of hard-coding for Info buffers and dired.
1579 (desktop-buffer-info-misc-data): Aux function for determining Info
1580 buffer auxiliary info.
1581 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
1582 (desktop-buffer-info): Changed this function to use the info
1583 gathered above.
1584 (desktop-create-buffer): Be a little more careful about what
1585 `minor-mode' means before calling it. This is important for some
1586 buffer types.
1587
8c6b1d83
JW
15882000-10-13 John Wiegley <johnw@gnu.org>
1589
1590 * eshell/esh-util.el: Added a global form which declares an
1591 autoload for `parse-time-string', if that function is not already
1592 defined, and if parse-time.el is available on the user's system.
1593
1594 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
1595 to be aware of ange-ftp user info.
1596 (eshell-do-ls): Bind `ange-cache'. Also, use
1597 `eshell-file-attributes'.
1598 (eshell-ls-annotate): Use `eshell-file-attributes'.
1599 (eshell-ls-file): Made the user-id printing code a bit smarter.
1600
1601 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
1602 allow identification of alias user ids in remote directories.
1603 It's manual, but there's no other way to know when the current
1604 user on the local machine, is also the owning user on the remote
1605 machine.
1606 (fboundp): Bind `ange-cache'.
1607 (eshell-directory-files-and-attributes): Re-organized the logic a
1608 bit to use `eshell-file-attributes' instead of `file-attributes'.
1609 The former is more sensitive to directories that are read via FTP,
1610 and knows how to use ange-ftp to determine full attribute
1611 information, instead of just the name and last modtime.
1612 (eshell-current-ange-uids): Return the current user id when in a
1613 remote directory.
1614 (eshell-parse-ange-ls): Parse a full directory listing that has
1615 been returned by ange-ftp.
1616 (eshell-file-attributes): This beefed up version of
1617 `file-attributes' is only special if the user is currently in a
1618 remote directory, in which case it does a lot of work to find out
1619 what the real attributes of a file are, as they appear on the
1620 remote machine. This makes usage of remote directories (i.e.,
1621 ange-ftp pathnames) much more useful. You can now use Eshell as a
1622 full-fledged FTP client, with much more manipulation ability than
1623 most other clients.
1624
1625 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
1626 variable, which means that Eshell's du should always be preferred
1627 in remote directories.
1628 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
1629 just `file-attributes'.
1630 (eshell-mvcp-template): Bind `ange-cache', to improve performance
1631 when reading remote directories. This is an Eshell-specific
1632 variable (not part of ange-ftp).
1633 (eshell/ln): Bind `ange-cache'.
1634 (eshell/du): Added some extra logic for determining when to use
1635 Eshell's du (which is slow), and when to use the external version
1636 (which may or may not exist).
1637
1638 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
1639 `eshell-interactive-process', rather than using
1640 `get-buffer-process', since backgrounded processes don't count in
1641 the context of this function's logic.
1642
1643 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
1644 `forward-char', so that null strings are parsed correctly.
1645
87730e84 16462000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1647
1648 * eshell/em-pred.el (eshell-pred-file-type,
1649 eshell-pred-file-links, eshell-pred-file-size): Use
1650 `eshell-file-attributes'. This is more correct over ange-ftp.
1651
1652 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
1653 that remote file globbing is more efficient.
1654
1655 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
1656 gathering the files and attributes within a directory.
1657
1658 * eshell/em-unix.el (eshell/cat): If any of the files passed on
1659 the command line is a special file (not a regular file, directory
1660 or symlink), always attempt to call the external version of cat.
1661
87730e84 16622000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1663
1664 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
1665 Eshell-friendly version of find-tag.
1666
1c7e37a9
MB
16672000-10-13 Miles Bader <miles@lsi.nec.co.jp>
1668
4836835a 1669 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
1670 (image-file-name-regexps): Add autoload cookies.
1671
11a7f341
KH
16722000-10-13 Kenichi Handa <handa@etl.go.jp>
1673
1674 * international/mule-cmds.el (select-safe-coding-system): If FROM
1675 is string, show it in *Warning* buffer.
1676
8ddddcb0
EZ
16772000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1678
1679 * startup.el (normal-top-level): Use display-popup-menus-p instead
1680 of window-system.
1681 (command-line): Use display-graphic-p instead of window-system.
1682 (command-line-1): Use display-popup-menus-p and display-mouse-p
1683 instead of window-system.
1684
72200f89
SS
16852000-10-12 Sam Steingold <sds@gnu.org>
1686
1687 * tooltip.el (tooltip-use-echo-area): New user variable.
1688 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
1689
8661c643
DL
16902000-10-12 Dave Love <fx@gnu.org>
1691
d0b40dc1
DL
1692 * recentf.el: Maintainer's checkdoc fixes.
1693
a622451f
DL
1694 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
1695 character class, not ASCII when matching file names.
1696 (fancy-splash-head): Add trailing slash to URL.
1697 (command-line): Don't require XPM support for toolbar.
1698
8661c643
DL
1699 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
1700 (cperl-invalid-face): Revert last change.
1701 (cperl-init-faces): Quote cperl-invalid-face.
1702
ef2ed8ab
KH
17032000-10-12 Kenichi Handa <handa@etl.go.jp>
1704
1705 * startup.el (fancy-splash-text): Remove superfluous quote.
1706
b0da379e
GM
17072000-10-12 Gerd Moellmann <gerd@gnu.org>
1708
dbeb499b
GM
1709 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
1710 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
1711 (command-line-1): Don't use fancy-splash-pending-command.
1712 (fancy-splash-screens-1): Goto point-min after inserting text.
1713
d861718a
GM
1714 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
1715
b0da379e
GM
1716 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
1717 instead of shared-lisp-mode-map.
1718
4fb2ad98
MB
17192000-10-12 Miles Bader <miles@lsi.nec.co.jp>
1720
1cb4393e
MB
1721 * faces.el (header-line): Change tty-variant to use underlining.
1722
4fb2ad98
MB
1723 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
1724 (isearch-highlight): Restore lazy-isearch face properties at old
1725 position, and suppress them at new position.
1726 (isearch-dehighlight): Restore lazy-isearch face properties.
1727 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
1728 over the real isearch overlay, but in that case, don't give it a
1729 face property. Use `push'.
1730
eb991b25
KH
17312000-10-12 Kenichi Handa <handa@etl.go.jp>
1732
1733 * man.el (Man-getpage-in-background): Fix previous change.
1734 Decode the process output only when we are in multibyte mode.
1735
a818c1c0
DL
17362000-10-11 Dave Love <fx@gnu.org>
1737
c990f53a
DL
1738 * info.el (Info-mode-menu): Fix some help.
1739 (info-tool-bar-map): Add entry for Info-last.
1740
a818c1c0
DL
1741 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
1742 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
1743 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
1744 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
1745 * toolbar/search-replace.xpm, toolbar/exit.xpm:
1746 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
1747 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
1748 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
1749 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
1750 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
1751 Reduce colour requirements to 25 overall. (Probably wants
1752 revisiting from the originals to reduce further.)
1753
c1b096cb
EZ
17542000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
1755
1756 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
1757 buffer-file-coding-system, instead of raw-text.
1758 (dehexlify-buffer): Bind coding-system-for-read to
1759 buffer-file-coding-system, instead of raw-text.
1760
5c8b7eaf
SS
17612000-10-11 Sam Steingold <sds@gnu.org>
1762
1763 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
1764 `underline' - fixes the bug introduced on 2000-09-21.
1765
2cfbdb7a
DL
17662000-10-11 Dave Love <fx@gnu.org>
1767
1768 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
1769 compiler warnings.
1770 (scheme-mode): Doc fix.
1771 (scheme-font-lock-keywords-1): Match `define-syntax'.
1772
17732000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
1774
1775 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
1776 face specs as well as default ones. Only do anything if the
1777 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 1778 (region): Make dark-background `region' face less in-your-face.
4b33f290 1779
690ec649
SS
17802000-10-10 Sam Steingold <sds@gnu.org>
1781
1782 * chistory.el, ielm.el, ledit.el:
1783 * progmodes/inf-lisp.el, progmodes/scheme.el:
1784 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
1785
3b95d6bb
SM
17862000-10-10 Stefan Monnier <monnier@cs.yale.edu>
1787
1788 * textmodes/texinfo.el: Update copyright and fix typo.
1789
1790 * desktop.el (desktop-modes-not-to-save): New var.
1791 (desktop-save-buffer-p): Use it.
1792 Also, obey desktop-buffers-not-to-save even for non-file buffers.
1793 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
1794
d646c828
DL
17952000-10-10 Dave Love <fx@gnu.org>
1796
1797 * toolbar/tool-bar.el (tool-bar-add-item)
1798 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
1799 display.
1800
d646c828
DL
1801 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
1802 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
1803 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
1804 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
1805 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
1806 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
1807 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
1808 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
1809 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
1810 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
1811 the .xpms; probably need retouching.
1812
862a7e28
MB
18132000-10-10 Miles Bader <miles@lsi.nec.co.jp>
1814
1815 * subr.el (add-to-list): Add optional argument APPEND.
1816 * battery.el (display-battery): Use `add-to-list'.
1817
46e33aee
TTN
18182000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
1819
930baf47
TTN
1820 * play/zone.el (zone-timer, zone-wc-tbl): Rework
1821 these vars as symbol properties.
2cfbdb7a
DL
1822 (zone, zone-when-idle, zone-leave-me-alone)
1823 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 1824
5a430f9c
TTN
1825 * battery.el (display-battery): Doc spelling fix.
1826
46e33aee
TTN
1827 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
1828 property.
1829
adf7d3a8
DL
18302000-10-09 Dave Love <fx@gnu.org>
1831
1832 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
1833 has been initialized before calling tool-bar-setup.
c2156508 1834 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 1835
06a8c9f8
EZ
18362000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
1837
e4ca8f8c
EZ
1838 * menu-bar.el (send-mail-item-name): New function.
1839 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
1840 of mail-user-agent in the menu. Don't display the "Send Mail"
1841 item if mail-user-agent is nil or its value is ignore.
1842 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
1843 if read-mail-command is nil or its value is ignore.
1844
06a8c9f8
EZ
1845 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
1846
7dbc9c8a
MB
18472000-10-09 Miles Bader <miles@gnu.org>
1848
29e0814b
MB
1849 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
1850 Correct image size.
1851 * toolbar/left_arrow.xpm: Correct image size.
1852
7dbc9c8a
MB
1853 * jka-compr.el: Don't call `jka-compr-install' when loading (it
1854 will be done by the definition of `auto-compression-mode' if
1855 necessary. Move code to uninstall existing file-name handler
1856 before definition of `auto-compression-mode'.
1857
1858 * image-file.el (auto-image-file-mode): Move to the end of the
1859 file, because `define-minor-mode' actually calls the mode-function
1860 if the associated variable is non-nil, which requires that all
1861 needed functions be already defined.
1862
65b61266
MB
1863 * mouse.el (popup-menu): Balance parens.
1864
d6b8c85b
SM
18652000-10-08 Stefan Monnier <monnier@cs.yale.edu>
1866
1867 * mouse.el (popup-menu): Move the command call outside the loop
1868 so that popup-menu returns whatever the command returns.
1869
1870 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
1871 (initialize-new-tags-table): Use run-hook-with-args-until-success.
1872 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
1873 (tags-table-format-functions): Renamed from tags-table-format-hooks.
1874
1875 * vc.el (vc-version-diff): diff-switches can be a list.
1876 Use relative filenames for prettier output.
1877
46e33aee 1878 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
1879 (vc-post-command-functions): Remove old-VC compatibility code.
1880
1881 * newcomment.el (comment-indent-default): Autoload.
1882
1883 * font-lock.el (font-lock-defaults): Make buffer-local.
1884 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
1885 (font-lock-choose-keywords):
1886 Ignore LEVEL unless KEYWORDS is a list of syms.
1887 (c-keywords, c++-keywords, objc-keywords, java-keywords):
1888 Don't wrap regexp-opt things in \(...\) unnecessarily.
1889
1890 * jit-lock.el: Don't require font-lock any more.
1891 (jit-lock-functions): Make buffer-local.
1892 (jit-lock-saved-fontify-buffer-function): Remove.
1893 (jit-lock-mode): Remove autoload cookie.
1894 Remove font-lock specific code.
1895 (jit-lock-unregister): Don't bother handling complex hooks any more.
1896 (jit-lock-refontify): New function.
1897 (jit-lock-fontify-buffer): Use it.
1898 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
1899 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
1900 Add optional args START and END.
1901 Never call font-lock-fontify-region directly.
1902 (jit-lock-function, jit-lock-stealth-fontify): Use it.
1903
1904 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
1905
a30ed6ac
DL
19062000-10-08 Dave Love <fx@gnu.org>
1907
4e7c7ca9
DL
1908 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
1909
1910 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
1911
1912 * play/studly.el (studlify-region, studlify-word): Add autoload
1913 cookie.
1914
1915 * play/morse.el (morse-region, unmorse-region): Add autoload
1916 cookie.
1917
1918 * play/spook.el (spook-phrases-file): Use expand-file-name, not
1919 concat.
1920
1921 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
1922 insist on symbols starting with word syntax.
1923 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
1924 (eval-defun-1): Doc fix.
1925 (indent-sexp): Use nconc to build up indent-stack.
1926
1927 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
1928 Gnus with little use.
1929 (mail-setup-hook): Add mail-abbrevs-setup to options.
1930
968f7c4a
DL
1931 * recentf.el: Doc fixes.
1932
1933 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
1934 Clean up remainder.
1935
1936 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
1937 without timezone and (8) with timezone to enforce some whitespace.
1938 Simplify code somewhat.
1939
1940 * options.el (list-options): Doc that you should use customize.
1941
1942 * iswitchb.el (iswitchb-mode): Add :require.
1943
a30ed6ac
DL
1944 * info.el (Info-goto-node, Info-menu): Doc fix.
1945 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
1946 (info-tool-bar-map): New variable.
1947 (Info-mode): Use it.
1948 (Info-edit-map): Define all in defvar.
1949 (speedbar-attached-frame): Avoid compiler warning.
1950
1951 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
1952 (global-map): Bind [tool-bar] to a filtered map.
1953 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
1954 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
1955 Allow PBM icons.
1956 (tool-bar-setup): Adjust calls of tool-bar-add-item.
1957
1958 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
1959 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
1960 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
1961 icons, except up_arrow, which is left-arrow rotated.
1962
1963 * imenu.el (imenu-add-to-menubar): Fix last change.
1964
4e953aff
PB
19652000-10-08 Peter Breton <pbreton@ne.mediaone.net>
1966
1967 * generic-x.el (rul-generic-mode): Remove eval-when-compile
1968 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
1969
739e92a7
EZ
19702000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
1971
d20faceb
EZ
1972 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
1973 typos in doc strings.
1974
a640322e
EZ
1975 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
1976 the doc strings how to customize Font Lock faces.
1977
739e92a7
EZ
1978 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
1979 computing growth when dragging the header line.
1980
8be7408c
EZ
19812000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
1982
1983 * simple.el (kill-line): Doc fix.
1984
6fee86a3
MB
19852000-10-08 Miles Bader <miles@gnu.org>
1986
445a653e
MB
1987 * faces.el (secondary-selection): Make foreground visible on tty.
1988
6fee86a3
MB
1989 * jka-compr.el (auto-compression-mode): Move to the end of the
1990 file, because `define-minor-mode' actually calls the mode-function
1991 if the associated variable is non-nil, which requires that all
1992 needed functions be already defined.
1993 (with-auto-compression-mode): Add autoload cookie.
1994
a115794c
EZ
19952000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
1996
1997 * files.el (find-backup-file-name) [ms-dos]: If support for long
1998 file names is not available, behave as if version-control were set
1999 to never.
2000
b12e6de3
DL
20012000-10-07 Dave Love <fx@gnu.org>
2002
2003 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
2004 (browse-url-gnome-moz): New function.
2005 (browse-url-browser-function): Use it.
2006 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
2007
20b1d079
SM
20082000-10-07 Stefan Monnier <monnier@cs.yale.edu>
2009
2010 * indent.el (tab-always-indent): New var.
2011 (indent-for-tab-command): Use it.
39250ec3 2012
9ee45b2c 2013 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 2014 raise an error. This way it can still default to a sane value.
9ee45b2c 2015
8c6b1d83
JW
20162000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2017
39250ec3
SM
2018 * startup.el (fancy-splash-screens): Use local rather than global map.
2019 Don't use `update-menu-bindings' any more.
2020 Get rid of assumptions about keymap representation.
2021
a23ccdf2
DL
20222000-10-06 Dave Love <fx@gnu.org>
2023
814299a7 2024 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
2025 (sentence-end-without-period): Doc fix.
2026 (adaptive-fill-regexp): Purecopy.
2027 (unjustify-current-line): Use line-end-position.
2028 (fill-individual-paragraphs-prefix): Use line-beginning-position.
2029
2030 * net/eudc-vars.el (eudc): Add :version, :link.
2031
39250ec3 2032 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
2033
2034 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
2035 Fix for define-minor-mode.
2036 (function-at-point): Alias to function-called-at-point.
2037
2038 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
2039
2040 * simple.el (backward-word): Doc fix.
2041
a23ccdf2
DL
2042 * image-file.el (image-file-name-regexp): image-file-regexps ->
2043 image-file-name-regexps.
742c1822 2044 (image-file-name-extensions): Add pbm.
a23ccdf2 2045
39250ec3
SM
20462000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2047
2048 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
2049 and add filename to the names so that diff-mode can jump to source.
2050
2051 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 2052 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
2053 (tex-font-lock-keywords-1): Remove.
2054 (font-lock-turn-on-thing-lock): Use jit-lock-register.
2055 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
2056 (font-lock-default-fontify-region):
2057 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
2058 (font-lock-fontify-anchored-keywords):
2059 Include the anchor text as part of the multiline.
2060
8d5dfacd
GM
20612000-10-06 Gerd Moellmann <gerd@gnu.org>
2062
2063 * loadup.el (toplevel): Load `loaddefs' before `help' because the
2064 latter needs the autoloaded define-minor-mode macro during the
2065 bootstrap.
2066
2067 * startup.el (command-line): For now, activate tool-bar-mode only
2068 if XPM images are supported.
2069
2070 * mouse.el (mouse-drag-header-line): Don't allow resizing a
2071 window by dragging a header-line at the top of the frame; that's
4c19fbce 2072 confusing because the header-line doesn't move.
8d5dfacd
GM
2073 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
2074 of treating the event as a list. Some cleanup.
2075
f69aad2b 20762000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 2077
f69aad2b
MB
2078 * simple.el (display-message-or-buffer): New function.
2079 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 2080
09cb7646
MB
2081 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
2082 docstring parts.
2083
814299a7 2084 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
2085 (smbclient-prompt-regexp): Add usage note to doc string.
2086 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
2087 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
2088 Use add-hook for adding the comint filter function, and only do so
2089 if it's not already in the global hook list.
2090 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
2091 to `make-local-variable'.
2092 (nslookup-font-lock-keywords): Remove prompt entry.
2093 (nslookup): Don't set the process-filter.
2094 (finger): Exit the loop correctly when the regexps list runs out.
2095 (ftp, smbclient, smbclient-list-shares):
2096 Set the real major mode immediately, not after execing.
2097 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
2098
2099 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
2100
4c19fbce
SM
21012000-10-05 Stefan Monnier <monnier@cs.yale.edu>
2102
2103 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
2104
2105 * which-func.el (which-func-format): Remove spurious space.
2106 (which-func-mode): Don't make it permanent-local.
2107 (which-func-ff-hook): Allow which-func-maxout to be nil.
2108 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
2109 (which-func-mode): Simplify.
2110 Use post-command-idle-hook rather than post-command-hook.
2111 Go through all buffers and update their state.
2112 (which-function): Also try add-log-current-defun-function.
2113
2114 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
2115 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
2116 Update call to with-vc-properties accordingly.
2117 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
2118 (vc-revert-buffer): More careful about window selection and deletion.
2119 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
2120
2121 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
2122 (cvs-retrieve-revision): Reuse a pre-existing buffer.
2123 (cvs-dired-action): Change the default to quickdir.
2124
2125 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
2126 if comment-indent-function returns nil.
2127 (comment-indent-default): New function.
2128 (comment-indent-function): Use it and document the new semantics.
2129
2130 * image-file.el: Docstring fixes.
2131
2132 * help.el (help-xref-on-pp): Use match-string.
2133 (describe-variable): New arg BUFFER.
2134 Store the current buffer in the help-xref-stack.
2135 (temp-buffer-resize-mode): Use define-minor-mode.
2136
2137 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
2138 consistently with its docstring.
2139 Set jit-lock-first-unfontify-pos in an idempotent way.
2140 (jit-lock-register): Autoload and add arg CONTEXTUAL.
2141
542c6552
GM
21422000-10-05 Alex Schroeder <alex@gnu.org>
2143
2144 * sql.el (sql-mysql-options): New variable.
2145 (sql-mysql): Use it.
2146
a3489ece
MB
21472000-10-05 Miles Bader <miles@lsi.nec.co.jp>
2148
77f6105c
MB
2149 * image.el (image): New group.
2150
814299a7 2151 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
2152 (smerge-base-face, smerge-markers-face): Add dark-background variants.
2153
3478046b
PB
21542000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2155
2156 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2157 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
2158 Ignore the value of wqindow-system; always define keywords
2159
22aca186
KH
21602000-10-05 Kenichi Handa <handa@etl.go.jp>
2161
2162 * startup.el (fancy-splash-screens): Remove the code for
2163 debugging; `(trace-to-stderr "EXITTT\n")'.
2164
55d5d717
MB
21652000-10-05 Miles Bader <miles@gnu.org>
2166
2167 * diff-mode.el (diff-goto-source): Update call to
2168 `diff-hunk-status-msg' to reflect new REV variable.
2169
41fa7178
SM
21702000-10-04 Stefan Monnier <monnier@cs.yale.edu>
2171
2172 * progmodes/icon.el (icon-mode):
2173 Don't gratuitously override the default for comment-column.
2174
2175 * vc-hooks.el (vc-mode-line): Fix interactive spec.
2176
2177 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
2178 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
2179 (jit-lock-functions): New var.
2180 (jit-lock-function-1): Use it if non-nil.
2181 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
2182 Set the `fontified' property before doing the fontification to avoid
2183 repeatedly going through the same error.
2184 Don't turn errors into messages.
2185 (jit-lock-register, jit-lock-unregister): New functions.
2186
2187 * dired.el (dired-mark-pop-up): Turn comment into docstring.
2188 Use with-current-buffer.
2189
2190 * dired-aux.el (dired-do-create-files, dired-kill-tree):
2191 Turn comment into docstring.
2192
2193 * apropos.el (apropos-mode): Use define-derived-mode.
2194
3dc78168
GM
21952000-10-04 Gerd Moellmann <gerd@gnu.org>
2196
2197 * startup.el (fancy-splash-pending-command): New variable.
2198 (fancy-splash-pre-command): New function.
2199 (fancy-splash-screens): Rewritten.
2200 (command-line-1): If fancy-splash-pending-command is set, call it
2201 interactively.
2202
dae9dc56
DL
22032000-10-04 Dave Love <fx@gnu.org>
2204
2205 * toolbar/tool-bar.el (tool-bar-setup): New function.
2206 (tool-bar-mode): Use it.
2207
2208 * subr.el (substitute-key-definition): Doc fix.
2209 (play-sound-file): New command.
2210
3388f0a5
AS
22112000-10-04 Andre Spiegel <spiegel@gnu.org>
2212
814299a7 2213 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
2214 vc-version-backup-file-name): New functions.
2215
2216 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
2217
2218 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
2219 vc-cvs-stay-local-p.
2220
2221 * vc.el (vc-revert-buffer): Handle empty diff properly.
2222 (vc-version-backup-file): New function.
2223 (vc-checkout): Create a version backup if necessary.
2224 (vc-checkin): If a version backup file exists, delete it.
2225 (vc-version-diff): Diff locally using version backups, if available.
2226 (vc-revert-file): If there's a version backup, revert locally.
2227 (vc-transfer-file): Use version backup for base version, if
2228 available. If not, ask for confirmation whether to get it from the
2229 server. Update mode line before check-in.
2230
ebd4825d
DL
22312000-10-04 Dave Love <fx@gnu.org>
2232
2233 * toolbar/tool-bar.el (tool-bar-setup): New function.
2234 (tool-bar-mode): Use it.
2235
1b24f4b7
PB
22362000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2237
3dc78168 2238 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2239 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
2240 Only set if window-system is non-nil
2241 (net-utils-run-program): Returns buffer.
2242 (network-connection-reconnect): Added this function.
2243
814299a7
MB
2244 * generic.el:
2245 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
2246 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
2247 Uses cl compile-time macros.
3dc78168
GM
2248 (generic-mode-name, generic-comment-list)
2249 (generic-keywords-list, generic-font-lock-expressions)
2250 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
2251 Removed variables.
2252 (generic-mode-alist): Renamed to generic-mode-list.
2253 (generic-find-file-regexp): Default changed to "^#".
2254 (generic-read-type): Uses completing read on generic-mode-list.
2255 (generic-mode-sanity-check): removed this function.
2256 (generic-add-to-auto-mode): Removed this function
3dc78168 2257 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
2258 into function instead of putting them in alist.
2259 (generic-mode-set-comments): Reworked extensively.
2260 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 2261 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 2262
814299a7 2263 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
2264 Make sure directory name ends with "/".
2265
814299a7 2266 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
2267 Regexp now allows leading whitespace.
2268 (rc-generic-mode): Added eval-when-compile
2269 around generic-make-keywords-list.
2270 Deleted duplicate regexp
2271 (rul-generic-mode): Added eval-when-compile
2272 around generic-make-keywords-list.
2273 (etc-fstab-generic-mode): New generic mode.
2274 (rul-generic-mode): Removed one eval-when-compile
814299a7 2275 which caused a max-specpdl-size exceeded error.
1b24f4b7 2276
a7bf5cf3
MB
22772000-10-04 Miles Bader <miles@gnu.org>
2278
2279 * simple.el (minibuffer-temporary-goal-position): New variable.
2280 (next-history-element): Try to keep the position of point in the
2281 input string constant.
2282
2283 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
2284 (dired-do-create-files): If there's only one file, pass it in as
2285 the DEFAULT arg to dired-mark-read-file-name.
2286
ce1087a9
SM
22872000-10-03 Stefan Monnier <monnier@cs.yale.edu>
2288
2289 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
2290 (diff-goto-source): Be smarter when choosing REVERSE or not.
2291
2292 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
2293 (texinfo-mode-menu): Add an explicit shortcut for update all.
2294
0e41e1d6
AS
22952000-10-03 Andre Spiegel <spiegel@gnu.org>
2296
814299a7 2297 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
2298 factorize backend-specific code cleanly (this was essentially
2299 conceived by Stefan Monnier).
2300 (vc-unregister): Function removed.
814299a7 2301 (vc-revert-file): New function.
858f7cb4
AS
2302 (vc-revert-buffer): Delegate some of the work to it.
2303
0e41e1d6
AS
2304 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
2305 default branch unconditionally.
2306 (vc-rcs-set-default-branch): New function.
2307 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
2308 (vc-rcs-checkin): If an appropriate default branch has been set,
2309 force creation of that branch.
858f7cb4
AS
2310 (vc-rcs-receive-file): Rewritten to contain only backend-specific
2311 code (as suggested by Stefan Monnier).
0e41e1d6 2312
01c86c56
GM
23132000-10-02 Gerd Moellmann <gerd@gnu.org>
2314
45c477b4
GM
2315 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
2316 highlighting overlay with a different face over the overlay
2317 isearch uses to highlight the current match because that can lead
2318 to bad face combinations.
2319
01c86c56
GM
2320 * loadup.el (toplevel): Load faces before isearch.
2321
2322 * isearch.el (isearch-faces): New custom group.
2323 (isearch): New defface; was already tested for in the code.
2324 (isearch-lazy-highlight-face): Changed to defface from defcustom.
2325 (isearch-highlight): Always use face `isearch'.
2326
944425c0
DL
23272000-10-02 Dave Love <fx@gnu.org>
2328
2329 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
2330 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
2331 comparison of opcode with operand.
2332
2a099bcc
MB
23332000-10-03 Miles Bader <miles@gnu.org>
2334
2335 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
2336 buffer, since the echo area will now grow to accommodate them.
2337
4300ecb8
AS
23382000-10-02 Andre Spiegel <spiegel@gnu.org>
2339
2340 * vc-hooks.el (vc-registered): If FILE used to be registered under
2341 a certain backend, try that one first.
2342
814299a7 2343 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
2344 argument list. Handle multiple backends correctly.
2345 (vc-find-new-backend): Function removed.
2346 (vc-register): Use vc-responsible-backend, as before.
2347 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
2348
64e6cc18
GM
23492000-10-02 Gerd Moellmann <gerd@gnu.org>
2350
2351 * startup.el (fancy-splash-head): Change message below the
2352 logo.
2353
00df919e
MB
23542000-10-02 Miles Bader <miles@lsi.nec.co.jp>
2355
2356 * diff-mode.el (diff-goto-source): Emit a status message.
2357 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 2358 (diff-test-hunk): Fix doc string.
00df919e
MB
2359 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
2360 (diff-advance-after-apply-hunk): New variable.
4eaa6852 2361 (diff-apply-hunk): Don't return a value.
00df919e 2362
ceec5a0c
SM
23632000-10-01 Stefan Monnier <monnier@cs.yale.edu>
2364
2365 * vc.el (vc-editable-p): Minor optimization.
2366 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
2367 (vc-find-new-backend): New function split from vc-responsible-backend.
2368 (vc-register): Use it.
2369 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
2370 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
2371 (vc-default-unregister, vc-revert-buffer): Docstring fix.
2372 (vc-clear-headers): Don't use find-file.
2373 (vc-revert-buffer): Use `and' again (must have been a braino).
2374 (vc-switch-backend): Only prompt if requested.
2375 Short circuit if nothing is to be done.
2376 Don't use vc-resynch-buffer which could lose unsaved editing.
2377 (vc-default-receive-file): Update call to vc-unregister.
2378 (with-vc-file, vc-next-action-on-file):
2379 Use vc-backend rather than vc-registered.
2380 (vc-next-action-on-file): Use intern-soft.
2381 Deal with read-only *vc-diff* buffer.
2382 (vc-transfer-file): Docstring fix.
2383
2384 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
2385 (vc-rcs-receive-file): Avoid with-vc-properties.
2386 Update call to vc-unregister.
2387 Use constant `RCS' rather than (dynamically bound) var `backend'.
2388
4ad5da8f
AS
23892000-10-01 Andre Spiegel <spiegel@gnu.org>
2390
814299a7 2391 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
2392 is visited.
2393 (vc-start-entry): New argument initial-contents. Don't visit the file
2394 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
2395 (vc-next-action, vc-register): Updated calls to vc-start-entry.
2396 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
2397 vc-start-entry.
2398 (vc-finish-logentry): Make sure to bury log buffer only if there
2399 really is one. Call `vc-resynch-buffer' on log-file, not
2400 buffer-file-name.
2401 (vc-default-comment-history, vc-default-wash-log): New functions.
2402 (vc-index-of): Removed.
2403 (vc-transfer-file): Make do without the above.
2404 (vc-default-receive-file): Call comment-history unconditionally. Pass
2405 the resulting string to vc-checkin, instead of inserting it into the
2406 comment ring.
2407
2408 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
2409 unconditionally. Use the comments as initial contents of the log
814299a7 2410 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
2411 changes.
2412
aa0c3dca
MB
24132000-10-01 Miles Bader <miles@gnu.org>
2414
2415 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
2416 `recenter' with an arg to prevent redrawing the display.
2417
d5f5a2c5
SM
24182000-09-30 Stefan Monnier <monnier@cs.yale.edu>
2419
2420 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
2421
2422 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
2423
814299a7 2424 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
2425 Don't gratuitously override the default for comment-column.
2426
2427 * textmodes/tex-mode.el (latex-metasection-list): New var.
2428 (latex-imenu-create-index): Use it.
2429 Move the regexp construction outside loops (and use push).
814299a7 2430 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
2431 (tex-font-lock-keywords): Moved from font-lock.el.
2432 (tex-comment-indent): Remove.
2433 (tex-common-initialization): Don't set comment-indent-function.
2434 (latex-block-default): New var.
2435 (tex-latex-block): Use it to provide a default choice.
2436 Add any unknown choice to latex-block-names.
2437 Insert [...] after {...}.
2438 (tex-last-unended-begin): Simplify regexp.
2439 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
2440 (latex-forward-sexp-1, latex-forward-sexp): New functions.
2441 (latex-mode): Set forward-sexp-function.
2442
2443 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
2444 Add regexp for @ignore ... @end ignore.
2445 (texinfo-heading-face): New face.
2446 (texinfo-font-lock-keywords): Use it.
2447 (texinfo-mode-menu): New menu.
2448 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
2449 New functions.
2450 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 2451 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
2452 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
2453 Remove declaration.
2454 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
2455
2456 * delsel.el (delete-selection-mode): Use define-minor-mode.
2457
2458 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
2459
24602000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2461
2462 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
2463
8a5506f2
GM
24642000-09-30 Gerd Moellmann <gerd@gnu.org>
2465
068127d6
GM
2466 * replace.el (keep-lines-read-args): New function.
2467 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
2468 read arguments interactively. Add parameters RSTART and REND.
2469 Operate on the active region in Transient Mark mode.
2470
d777bb8f
GM
2471 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
2472
8a5506f2
GM
2473 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
2474 (authors-obsolete-files-regexps): New variable.
2475 (authors-add): Don't record changes in obsolete files.
2476
3fa87bfc
SM
24772000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2478
2479 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
2480
2481 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
2482 (comment-indent): Make sure there's a space between code and comment.
2483 Shift comments left to avoid going past fill-column.
2484
f02149ce
GM
24852000-09-29 Gerd Moellmann <gerd@gnu.org>
2486
2487 * startup.el (startup-echo-area-message): New function.
2488 (display-startup-echo-area-message): Use it.
2489 (fancy-splash-screens): Rewritten to use keymaps and a timer.
2490 (fancy-splash-default-action): New function.
2491 (fancy-splash-screens-1): New function.
2492 (fancy-splash-head): Put a help-echo and a keymap under the image.
2493
a3ef6569
SM
24942000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2495
2496 * diff-mode.el (diff-add-log-file-name): Remove.
2497 (diff-mode): Use add-log-buffer-file-name-function.
2498
2499 * add-log.el (find-change-log): New arg BUFFER-FILE.
2500 (add-log-file-name): Obey add-log-file-name-function.
2501 (add-log-buffer-file-name-function): New var.
2502 (add-change-log-entry): Use it.
2503
75e5b373
MB
25042000-09-29 Miles Bader <miles@gnu.org>
2505
2506 * image-file.el (image-file-name-extensions): New variable.
2507 (image-file-name-regexps): Renamed from `image-file-regexps'.
2508 New default value is nil. Call `auto-image-file-mode'.
2509 (image-file-name-regexp): New function.
2510 (auto-image-file-mode): New minor mode.
2511 (insert-image-file): Don't make conditional on the image-file
2512 handler being enabled.
2513 (image-file-handler): Make the call here conditional instead.
2514 (set-image-file-handler-enabled, enable-image-file-handler)
2515 (disable-image-file-handler): Functions removed.
2516
2517 * emacs-lisp/authors.el (authors-print): Rephrase many-files
2518 string.
2519
de6e1f7c
GM
25202000-09-29 Gerd Moellmann <gerd@gnu.org>
2521
2522 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
2523 it's a function from CL.
2524 (latex-imenu-create-index): Replace eval-when-compile with progn
2525 because latex-section-alist is not bound while compiling.
2526
d8c201f5
SM
25272000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2528
2529 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
2530 (outline-mode): Use define-derived-mode.
2531
814299a7 2532 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
2533 * progmodes/awk-mode.el (awk-mode):
2534 * progmodes/asm-mode.el (asm-mode):
2535 Don't gratuitously override the default for comment-column.
2536
2537 * emacs-lisp/lisp.el (lisp-complete-symbol):
2538 Distinguish the let-binding case from the funcall case.
2539 (forward-sexp-function): New variable.
2540 (forward-sexp): Use it.
2541
2542 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
2543 (easy-mmode-defmap): Remove the now useless autoload.
2544
2545 * time.el (display-time-mode): Use define-minor-mode.
2546
2547 * subr.el (add-minor-mode): Don't eval NAME.
2548 Don't depend on the presence of TOGGLE-FUN for any special behavior.
2549 Use if rather than cond.
2550
2551 * simple.el (read-expression-map): Define more properly.
2552 (comment-indent-hook): Remove.
2553 (string-to-syntax): Bug fix.
2554
2555 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
2556 (cvs-ediff-diff): Fix typo.
2557 (cvs-revert-if-needed): Don't bother preserving read-only.
2558
2559 * paren.el (show-paren-mode): Use define-minor-mode.
2560
2561 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
2562 (toggle-auto-compression): Remove.
2563 (jka-compr-build-file-regexp): Remove useless grouping.
2564
2565 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
2566 Avoid user-reserved bindings.
2567 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
2568 (diff-header-face): Revert to grey85.
2569
2570 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
2571
2572 * complete.el (partial-completion-mode) <defcustom>: Remove.
2573 (partial-completion-mode): Use define-minor-mode.
2574 (PC-do-completion): Understand `completion-auto-help = delay'
2575 to mean to popup the completion buffer only the second time.
814299a7 2576 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
2577 (PC-include-file-all-completions): Don't quote lambda.
2578
2579 * comint.el (comint-mode-hook): Docstring fix.
2580 (comint-mode): Use define-derived-mode.
2581 (comint-mode-map): Remove obsolete comment.
2582 (make-comint): Minor stylistic change.
2583 (comint-insert-clicked-input): Be more careful to find the overlay.
2584 Use this-command-keys rather than hardcoding mouse-2.
2585
2586 * font-lock.el: Replace confusing (,@ with ,
2587 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2588 Don't use regexp-opt-depth. Spice up the regexp for args.
2589 Don't distinguish between cmds that can take an opt arg or not.
2590 Use `append' and `prepend' rather than `keep'.
2591
2592 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
2593 (latex-outline-regexp): New var.
2594 (latex-outline-level): New fun.
2595 (latex-section-alist): New var.
2596 (latex-imenu-create-index): Use it. Use `push' as well.
2597 (tex-shell-map): Initialize it properly.
2598 (tex-mode): Minor stylistic change.
2599 (plain-tex-mode): Use define-derived-mode.
2600 (latex-mode): Use define-derived-mode.
2601 Construct the paragraph regexps in a more readable way.
2602 Set the buffer-local outline-{level,regexp} vars.
2603 (slitex-mode): Derive from latex-mode.
2604 (tex-common-initialization): Don't kill-all-vars anymore.
2605 Add setting for comment-add and font-lock-defaults.
2606 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
2607 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
2608 (tex-start-tex): New arg DIR (and send a chdir command for it).
2609 Also display the shell buffer and save it in tex-last-buffer-texed.
2610 (tex-region): Use expand-file-name rather than concat.
2611 Remove code made useless by changes in tex-start-tex.
2612 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
2613
2614 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
2615
ff398532
DL
26162000-09-28 Dave Love <fx@gnu.org>
2617
2618 * eshell/eshell.el (eshell) <defgroup>: Add :version.
2619
f9415d5b
GM
26202000-09-28 Gerd Moellmann <gerd@gnu.org>
2621
2622 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
2623 `append'.
2624
fa003899
SM
26252000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2626
2627 * info.el (Info-extract-pointer): Undo last change.
2628 Instead, fix the position of the `bound' arg to re-search-backward.
2629
26302000-09-27 Stefan Monnier <monnier@cs.yale.edu>
2631
2632 * info.el (Info-extract-pointer):
2633 Widen more carefully, to avoid finding pointers in other nodes.
2634 (Info-index): Use push.
2635
f9415d5b 26362000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
2637
2638 * frame.el (set-frame-font): Remove call to obsolete function
2639 frame-update-faces.
2640 (set-foreground-color, set-background-color): Likewise for
2641 frame-update-face-colors.
2642
5538b8ba
MB
26432000-09-27 Miles Bader <miles@gnu.org>
2644
2645 * image-file.el: New file.
2646
60536eea
GM
26472000-09-27 Gerd Moellmann <gerd@gnu.org>
2648
5b551d58
GM
2649 * frame.el (frame-notice-user-settings): Don't call
2650 frame-update-faces, which is a no-op now.
814299a7 2651
60536eea
GM
2652 * ediff-wind.el (ediff-control-frame-parameters): Add zero
2653 tool-bar-lines.
2654
36f1966f
DL
26552000-09-27 Dave Love <fx@gnu.org>
2656
2657 * mouse.el: Fix last change.
2658
c5785b73
MB
26592000-09-27 Miles Bader <miles@lsi.nec.co.jp>
2660
2661 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
2662
672172d9
KH
26632000-09-22 Kenichi Handa <handa@etl.go.jp>
2664
2665 * international/quail.el (quail-help): The output message is
2666 improved.
2667
4653b4ea
DL
26682000-09-26 Dave Love <fx@gnu.org>
2669
2670 * mouse.el (popup-menu): If POSITION is nil, set it using
2671 mouse-position.
2672
63900fcf
SS
26732000-09-25 Sam Steingold <sds@gnu.org>
2674
2675 * net/browse-url.el (browse-url-file-url): Check for null maps.
2676
cd3b81be
GM
26772000-09-26 Gerd Moellmann <gerd@gnu.org>
2678
876512ab 2679 * frame.el (frame-notice-user-settings): Don't add a
fa003899 2680 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 2681
fa003899
SM
2682 * frame.el (frame-notice-user-settings):
2683 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 2684
cd3b81be
GM
2685 * toolbar/tool-bar.el (tool-bar-help): New function.
2686
d8b4516f
GM
26872000-09-25 Gerd Moellmann <gerd@gnu.org>
2688
6567e9b5
GM
2689 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
2690 current-load-list in top-level forms. Else this leaks a cons cell
2691 every time a defun is called.
63900fcf 2692
d8b4516f 2693 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 2694
a461758e
DL
26952000-09-25 Dave Love <fx@gnu.org>
2696
7df6adc3
DL
2697 * startup.el (fancy-splash-head): Check XPM is available.
2698
a461758e
DL
2699 * autoinsert.el (auto-insert): Doc fix.
2700 (auto-insert-alist): Following GNU notices, don't say `copyright
2701 _by_'. Use line-beginning-position.
2702 (auto-insert): Check buffer-file-name is non-nil before use.
2703
b11af2dd
GM
27042000-09-25 Gerd Moellmann <gerd@gnu.org>
2705
2706 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
2707 starting with `@def' or `@multitable', in addition to ones
2708 specified by the user in auto-fill-inhibit-regexp.
2709
5f9f981b
GM
27102000-09-25 Markus Rost <rost@math.ohio-state.edu>
2711
2712 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
2713 rmail-dont-reply-to-names matches the empty string.
63900fcf 2714
8ff16b4e
GM
27152000-09-25 Gerd Moellmann <gerd@gnu.org>
2716
63900fcf 2717 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
2718 text to sound more friendly.
2719
9b4a7800
TTN
27202000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
2721
2722 * progmodes/hideshow.el: Update author email address.
2723 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
2724 (hs-hide-all-non-comment-function): New var.
2725 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
2726 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
2727 (hs-show-region): Delete this command.
2728 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
2729
4c7c1f3f
DL
27302000-09-22 Dave Love <fx@gnu.org>
2731
2732 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
2733 (hl-line-highlight): Specify buffer when moving overlay.
2734
2735 * progmodes/fortran.el (fortran-mode): Locally set
2736 normal-auto-fill-function.
2737 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
2738 (fortran-mode-map): Adjust auto-fill menu entry.
2739
13f93dee
GM
27402000-09-22 Gerd Moellmann <gerd@gnu.org>
2741
36eb0a91
GM
2742 * vc-rcs.el (toplevel): Require `vc' when compiling.
2743
fa003899 2744 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 2745
36a03bf9
AS
27462000-09-22 Andre Spiegel <spiegel@gnu.org>
2747
9b4a7800 2748 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
2749 registered under the new backend.
2750
9b4a7800 2751 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
2752 without explicit revision number.
2753
6e4e8a3b
SM
27542000-09-21 Stefan Monnier <monnier@cs.yale.edu>
2755
2756 * diff-mode.el (diff-file-header-face): Reset to its previous value.
2757 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
2758 (diff-xor): New function.
2759 (diff-find-source-location): Use it. Fix a stupid name clash.
2760 (diff-hunk-status-msg): New function.
2761 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
2762 (diff-test-hunk): Use diff-find-source-location.
2763 (diff-goto-source): Favor the `reverse'.
2764 (diff-hunk-text): Properly handle one-sided context diffs.
2765 (diff-apply-hunk): When done, advance to the next hunk.
2766
1b24b888
GM
27672000-09-21 Gerd Moellmann <gerd@gnu.org>
2768
623a0aae
GM
2769 * startup.el (command-line): If frame was created with a non-zero
2770 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 2771
1b24b888
GM
2772 * add-log.el (change-log-date-face, change-log-name-face)
2773 (change-log-email-face, change-log-file-face)
2774 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
2775 (change-log-function-face, change-log-acknowledgement-face):
2776 New faces, inheriting from font-lock faces.
1b24b888 2777 (change-log-font-lock-keywords): Use them.
9b4a7800 2778
93b3a1c8
DL
27792000-09-21 Dave Love <fx@gnu.org>
2780
80585273
DL
2781 * progmodes/cperl-mode.el (top-level): Clean up
2782 `eval-when-compile's and assorted defvars.
2783 (cperl-invalid-face): Don't double-quote value. Change custom
2784 type.
2785 (cperl-mode): Set normal-auto-fill-function and don't zap
2786 auto-fill-function.
2787 (cperl-imenu--function-name-regexp-perl): Renamed from
2788 imenu-example--function-name-regexp-perl.
2789 (cperl-imenu--create-perl-index): Renamed from
2790 imenu-example--create-perl-index.
2791 (cperl-xsub-scan): Don't require cl.
2792
93b3a1c8
DL
2793 * msb.el (msb-mode-map): Use substitute-key-definition.
2794 (msb-mode): Use msb-mode-map.
2795
43ccb598
AS
27962000-09-21 Andre Spiegel <spiegel@gnu.org>
2797
2798 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
2799 New functions.
fa003899 2800 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
2801 (vc-switch-backend): New function.
2802 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
2803 (vc-register): Fix prompt.
2804 (vc-unregister, vc-default-unregister): New functions.
2805 (vc-version-diff): Handle empty buffer in sentinel.
2806
2807 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
2808 (vc-rcs-state-heuristic): Use it to guess the state of files with
2809 non-strict locking.
2810 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
2811 been set with -b, but not created yet.
2812 (vc-rcs-fetch-master-state): With non-strict locking, compare file
2813 contents in order to find the state.
2814 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
2815 (vc-rcs-unregister, vc-rcs-receive-file)
2816 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 2817
9b4a7800 2818 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 2819 in case it is missing.
9b4a7800 2820
95fadcca
GM
28212000-09-21 Gerd Moellmann <gerd@gnu.org>
2822
2823 * startup.el (fancy-splash-tail): Use a different foreground
2824 color on a dark frame background.
2825
470f23e1
MB
28262000-09-21 Miles Bader <miles@lsi.nec.co.jp>
2827
2828 * info.el: Use the correct capitalization when making Info-mode
2829 and Info-edit-mode `special' modes.
2830
281096ed
SM
28312000-09-20 Stefan Monnier <monnier@cs.yale.edu>
2832
2833 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
2834 (diff-mode): Add support for add-log.el.
2835 (diff-hunk-text): Use char offsets rather than line offsets.
2836 (diff-find-source-location): Replace LINE with line-offset (nil
2837 if not found) and always set POS to a meaningful position.
2838 Adapt to the new char-offsets.
2839 (diff-apply-hunk): Drop support for the unused `select' POPUP.
2840 Adapt to the new diff-find-source-location.
2841 (diff-goto-source): Adapt to the new diff-find-source-location.
2842
2843 * add-log.el (add-log-file-name): New function (split out of
2844 add-change-log-entry).
2845 (add-change-log-entry): Use it.
2846 Call add-log-file-name-function with the changelog file name if
2847 the current buffer is not associated with any file.
2848 Avoid find-file if the selected window is dedicated.
2849
2850 * diff-mode.el (diff-find-source-location):
2851 Move code from diff-apply-hunk. Return buffer rather than file.
2852 (diff-apply-hunk): Use the new result from diff-find-source-location.
2853 (diff-goto-source): Use the new diff-find-source-location.
2854
c29d77c4
DL
28552000-09-20 Dave Love <fx@gnu.org>
2856
2857 * iswitchb.el: Some doc fixes.
2858 (iswitchb-mode-map): Define completely initially. Inherit
2859 minibuffer-local-map.
2860 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
2861 fundamental-mode.
2862 (iswitchb-global-map): New variable.
2863 (iswitchb-summaries-to-end): Amalgamate regexps.
2864 (iswitchb-mode): New.
2865 (iswitchb-mode-hook): New variable.
2866 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
2867 `extensions'.
2868
49939379
GM
28692000-09-20 Gerd Moellmann <gerd@gnu.org>
2870
d05c87ac
GM
2871 * ehelp.el (electric-help): New defgroup.
2872 (electric-help-shrink-window): New user-option.
2873 (with-electric-help): Use it.
2874
1ec082d4
GM
2875 * window.el (shrink-window-if-larger-than-buffer): If face
2876 `mode-line' has a :box, and we're on a graphical frame, add 1
2877 to the needed window height.
2878
f46c275e
GM
2879 * frame.el (frame-notice-user-settings): Add a last parameter nil
2880 to a call to `append', because the last list passed to `append' is
2881 not copied, and so subsequent calls to assq-delete-all will modify
2882 default-frame-alist.
2883
b7e11c5b
GM
2884 * startup.el (fancy-splash-image): Change :type.
2885 (fancy-splash-head): Use an XBM image if appropriate.
2886 (command-line-1): Show splash screens in more cases.
2887
26ff68aa
GM
2888 * startup.el (fancy-splash-text): Don't quote faces.
2889
8320414c
GM
2890 * dired.el (dired-font-lock-keywords): Undo last change.
2891 (dired-readin): Bind indent-tabs-mode to nil.
2892
49939379
GM
2893 * startup.el (fancy-splash-head): If frame's background mode
2894 is `dark', change the black background of the image to gray.
2895 (fancy-splash-screens): Display startup echo area message.
2896 (display-startup-echo-area-message): New function.
2897
c3b27206
MB
28982000-09-20 Miles Bader <miles@lsi.nec.co.jp>
2899
55a3d2a1
MB
2900 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
2901
2902 * info.el (info-header-node): Tweak for color ttys.
2903
37a99821
MB
2904 * faces.el (face-valid-attribute-values): Make sure directories we
2905 search for stipples both exist and are readable before trying to
2906 search them.
2907
0415d0d0
MB
2908 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
2909 in the dry-run case.
2910
523b128c
MB
2911 * jka-compr.el (with-auto-compression-mode): New macro.
2912
c3b27206
MB
2913 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
2914 (custom-group-tag-face, custom-variable-tag-face): Use relative
2915 :height and inherit from `variable-pitch' face instead of
2916 hardwiring :family.
2917 * hi-lock.el (hi-black-hb): Likewise.
2918
ddba99ad
MB
2919 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
2920 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
2921 toolbar-add-item, if image doesn't have a mask add a `:mask
2922 heuristic'.
2923
7e99fbde
SM
29242000-09-19 Stefan Monnier <monnier@cs.yale.edu>
2925
2926 * diff-mode.el: Docstring fixes.
2927 (diff-header-face, diff-comment-face): New faces.
2928 (diff-font-lock-keywords): Highlight a bit differently.
2929 (diff-find-source-location): Don't return SPAN any more.
2930 (diff-hunk-text): Don't bother erasing the temp buffer.
2931 (diff-find-text): Drop argument LINE.
2932 (diff-apply-hunk): Update calls to diff-find-text.
2933 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
2934
2935 * calendar/calendar.el: Docstring fixes.
2936 (calendar-make-alist): Don't quote lambda.
2937 (calendar-star-date): Use make-local-variable.
2938
fb275c02
DL
29392000-09-19 Dave Love <fx@gnu.org>
2940
7e99fbde
SM
2941 * toolbar/tool-bar.el: Renamed from toolbar.el.
2942 Change `toolbar' to `tool-bar' generally in symbols.
2943 Make some items invisible in `special' major modes.
2944 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
2945 Add arg PROPS.
532cb34d 2946
7e99fbde
SM
2947 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
2948 Add :version here.
fb275c02
DL
2949 (fancy-splash-delay, fancy-splash-image): Remove :version here.
2950
8f4ca9a5
GM
29512000-09-19 Gerd Moellmann <gerd@gnu.org>
2952
8b7707e1 2953 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 2954
8b7707e1 2955 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
2956 (find-file-noselect): Use it.
2957
8b7707e1 2958 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
2959 (fancy-splash-screen): Defgroup.
2960
8f4ca9a5
GM
2961 * add-log.el (change-log-font-lock-keywords): Match names
2962 more exactly for the case that font-lock-constant-face is
2963 underlined.
2964
ba9eeda1 29652000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 2966
8b7707e1 2967 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 2968
289eaef9
AS
29692000-09-19 Andre Spiegel <spiegel@gnu.org>
2970
2971 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
2972
ce9ded5d
GM
29732000-09-19 Gerd Moellmann <gerd@gnu.org>
2974
c113de23
GM
2975 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
2976 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
2977 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
2978 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
2979 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
2980 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
2981 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
2982 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
2983 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
2984 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
2985 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 2986 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 2987
ce9ded5d
GM
2988 * startup.el (fancy-splash-text): New variable.
2989 (fancy-splash-delay, fancy-splash-image): New user-options.
2990 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
2991 (fancy-splash-screens): New functions.
2992 (command-line-1): If display has a `display' frame parameter, has
2993 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 2994
b9b1c3a9
DL
29952000-09-19 Dave Love <fx@gnu.org>
2996
2997 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
2998 with null `help'. Use modern backquote syntax.
2999
1af25534
GM
30002000-09-19 Gerd Moellmann <gerd@gnu.org>
3001
afd3c8cd
GM
3002 * font-lock.el (font-lock-mode): Change message telling the user
3003 that ``the buffer is too big''.
3004
1af25534
GM
3005 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
3006 for instance for the case that tab-width is 2.
3007
05b1f851
GM
30082000-09-18 Gerd Moellmann <gerd@gnu.org>
3009
3010 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
3011 toolbar-add-item, if image doesn't have a mask add a `:mask
3012 heuristic'.
3013
8ec8f673
MB
30142000-09-18 Miles Bader <miles@lsi.nec.co.jp>
3015
2b612b1f
MB
3016 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
3017 and return a cons if it's non-nil.
3018 (diff-apply-hunk): Try to jump to the line in the source text
3019 corresponding to the position of point in the in the hunk.
3020
9b4a7800 3021 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
3022 (Info-title-1-face): Use face inheritance and relative sizes
3023 instead of hard-wiring things.
3024
3025 * faces.el (secondary-selection): Make dark-background variant sane.
3026
5eedab4d
AI
30272000-09-16 Andrew Innes <andrewi@gnu.org>
3028
5eedab4d
AI
3029 * makefile.w32-in (compile-files-CMD): No need to make .elc files
3030 read-only, since they aren't under VC now.
3031
6a142f26
DL
30322000-09-17 Dave Love <fx@gnu.org>
3033
e07436e1
DL
3034 * tmm.el: Replace mapcar with mapc in several places.
3035
3036 * loadhist.el (unload-feature): Maybe call elp-restore-list and
3037 ad-unadvise.
3038
7d354dd5
DL
3039 * international/latin1-disp.el: New file.
3040
6a142f26
DL
3041 * calendar/cal-move.el (scroll-calendar-left)
3042 (scroll-calendar-right): Make arg optional (for active mode line).
3043
3044 * calendar/calendar.el (calendar-mode-line-format): Make fields
3045 mouse-sensitive.
3046 (calendar-read-date, calendar-read-date, calendar-window-list):
3047 Unquote lambda.
3048 (calendar-month-name): Use aref, not sref.
3049
3050 * view.el (minor-mode-alist): Propertize the string.
3051
3052 * international/characters.el (standard-case-table): Add entries
3053 for Greek.
3054
50ac70af
MB
30552000-09-18 Miles Bader <miles@gnu.org>
3056
53c9ab4f
MB
3057 * info.el (info-node, info-xref): Add dark-background variants.
3058
a114b1ca
MB
3059 * faces.el (header-line): Change defaults to be less confusing
3060 when mixed with mode-lines.
3061
50ac70af
MB
3062 * info.el (Info-fontify-node): Make a few cleanups.
3063 Add extra `help-echo' and `local-map' props to node xrefs.
3064 Use header-specific faces for node-names & xrefs.
3065 (Info-use-header-line): New variable.
53c9ab4f 3066 (info-header-xref, info-header-node): New faces.
50ac70af
MB
3067 (Info-setup-header-line): New function.
3068 (Info-select-node): Call Info-setup-header-line when enabled.
3069 (Info-extract-pointer): Work even if the header line is hidden.
3070 (Info-header-line): New variable.
3071
729927ff
SM
30722000-09-16 Stefan Monnier <monnier@cs.yale.edu>
3073
3074 * vms-patch.el (print-region-function): Don't quote lambda.
3075
3076 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
3077
3078 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
3079 (lm-get-header-re): Allow spaces between the header and the colon.
3080 (lm-header): Allow $ in non-RCS headers.
3081 (lm-header-multiline): Put the strings back into order.
3082 Stop at an empty line. Don't require two space chars if the
3083 line is clearly not another header line.
3084
3085 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
3086 (popup-menu-popup): Remove.
3087
7a98d821
GM
30882000-09-15 Gerd Moellmann <gerd@gnu.org>
3089
7f8f1edc
GM
3090 * toolbar/toolbar.el (toolbar-add-item): Use the same image
3091 specification if or if not tool-bar item contains an `:enabled'
3092 property.
3093
7a98d821
GM
3094 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
3095 current buffer has no file name.
3096
a7bc704b
DL
30972000-09-15 Dave Love <fx@gnu.org>
3098
3099 * strokes.el: Sync with maintainer's current version with changes
3100 for Emacs, but avoid runtime cl and levents.
3101 (toplevel): Change autoloads and compilation requires.
3102 (strokes-version, strokes-bug-address, strokes-lift): Values
3103 changed.
3104 (strokes-xpm-header, strokes-insinuated): New variable.
3105 (strokes): Add :link.
3106 (strokes-mode): Customized.
3107 (strokes-while-inhibiting-garbage-collector): New macro.
3108 (strokes-remassoc): Avoid remove-if.
3109 (strokes-fix-button2-command): Don't use ad-do-it.
3110 (strokes-insinuate): New function.
3111 (strokes-button-press-event-p, strokes-button-release-event-p):
3112 New functions, used instead of non-`strokes-' versions..
3113 (strokes-mouse-event-p): Rewritten.
3114 (strokes-event-closest-point): Avoid event-point.
3115 (strokes-get-grid-position): Avoid cdadr, caadr
3116 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
3117 functions.
3118 (strokes-help): Use with-output-to-temp-buffer.
3119 (strokes-window-configuration-changed-p): New function.
3120 (strokes-update-window-configuration): Use buffer-live-p,
3121 strokes-window-configuration-changed-p.
3122 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
3123 (strokes-char-face): New face.
3124 (strokes-char-table, strokes-base64-chars): New variable.
3125 (strokes-xpm-for-stroke, strokes-list-strokes)
3126 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
3127 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
3128 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3129 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
3130 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
3131 functions.
3132
47e351a3
GM
31332000-09-15 Gerd Moellmann <gerd@gnu.org>
3134
ebb8f116
GM
3135 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
3136
47e351a3
GM
3137 * image.el (create-image): Doc fix.
3138
3139 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
3140 instead of `:heuristic-mask t'.
3141
fe83b953
AI
31422000-09-14 Andrew Innes <andrewi@gnu.org>
3143
3144 * makefile.w32-in: Revert to Unix line endings.
3145
52481729
AI
31462000-09-14 Andrew Innes <andrewi@gnu.org>
3147
3021e816
AI
3148 * makefile.w32-in: Add bootstrap support. Also copy lisp source
3149 when installing.
3150
52481729
AI
3151 * makefile.nt (DONTCOMPILE): Fix typo.
3152
3153 * shell.el (shell-write-history-on-exit): New function.
3154 (shell-dumb-shell-regexp): New custom variable.
3155 (shell-mode): Make shell-write-history-on-exit the process
3156 sentinel if shell name matches shell-dumb-shell-regexp.
3157
3158 * w32-fns.el: Comment out before-init-hook function which resets
3159 source-directory based; this breaks bootstrap.
3160
f8034e41
DL
31612000-09-14 Dave Love <fx@gnu.org>
3162
3163 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
3164 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
3165 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
3166 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
3167 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
3168 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
3169 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
3170 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
3171 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
3172
3173 * toolbar/toolbar.el: New.
3174
3175 * subdirs.el: Add toolbar.
3176
b9ce5694
GM
31772000-09-14 Gerd Moellmann <gerd@gnu.org>
3178
3179 * indent.el (indent-for-tab-command): Doc fix.
3180
986b7dee
GM
31812000-09-14 Alex Schroeder <alex@gnu.org>
3182
3183 * ansi-color.el (ansi-colors): Doc change.
3184 (ansi-color-get-face): Simplified regexp.
3185 (ansi-color-faces-vector): Added more faces, doc change.
3186 (ansi-color-names-vector): Doc change.
3187 (ansi-color-regexp): Simplified regexp.
3188 (ansi-color-parameter-regexp): New regexp.
3189 (ansi-color-filter-apply): Doc change.
3190 (ansi-color-filter-region): Doc change.
3191 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
3192 deal with zero length parameters.
3193 (ansi-color-apply-on-region): Doc change.
3194 (ansi-color-map): Doc change.
3195 (ansi-color-map-update): Removed debugging message.
3196 (ansi-color-get-face-1): Added condition-case to trap
3197 args-out-of-range errors.
3198 (ansi-color-get-face): Doc change.
3199 (ansi-color-make-face): Removed.
3200 (ansi-color-for-shell-mode): New option.
9b4a7800 3201
076ff911
KH
32022000-09-13 Kenichi Handa <handa@etl.go.jp>
3203
3204 * international/quail.el (quail-start-translation): Translate KEY
3205 if necessary even if it doesn't have any mapping in the current
3206 input method.
3207 (quail-start-conversion): Likewise.
3208 (quail-help): The output message is improved.
3209
bdf08678
MB
32102000-09-13 Miles Bader <miles@gnu.org>
3211
3212 * comint.el (comint-output-filter): Revert to using
3213 `insert-before-markers'. Add bletcherous hack to undo damage
3214 caused by `insert-before-markers'. Put `front-sticky' property on
3215 overlays created here so that the field code understands how the
3216 overlay works. Use a let when making comint-last-prompt-overlay,
3217 so that the code is easier to read.
3218
ffb8db8d
DL
32192000-09-13 Dave Love <fx@gnu.org>
3220
3221 * wid-edit.el (widget-default-format-handler): DTRT when
3222 doc-property is a function.
3223
5dd05f61
GM
32242000-09-12 Francesco Potorti` <pot@gnu.org>
3225
3226 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
3227 filed name if it's not there.
3228
35177617
DL
32292000-09-12 Dave Love <fx@gnu.org>
3230
9023837e
DL
3231 * simple.el (read-mail-command): Doc fix.
3232 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
3233
35177617
DL
3234 * vc.el (vc-dired-listing-switches): Fix :version.
3235
3236 * vc-hooks.el: Doc fixes.
3237
3238 * subr.el (add-minor-mode): Use toggle-fun arg.
3239
3240 * speedbar.el: Add :version to several defcustoms.
3241
3242 * imenu.el (imenu--truncate-items, imenu--cleanup)
3243 (imenu--generic-function): Avoid mapcar.
3244 (imenu--replace-spaces): Function removed.
3245 (imenu--completion-buffer): Use subst-char-in-string.
3246 (imenu-add-to-menubar): Use keymap inheritance.
3247
1afaae94
MB
32482000-09-12 Miles Bader <miles@gnu.org>
3249
3250 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
3251 (diff-mode-map): Bind `diff-test-hunk'.
3252 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
3253
32542000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
3255
3256 * bytecomp.el (byte-compile-defvar): Undo last change
3257 because it breaks '(make-variable-buffer-local (defvar ...)'
3258 which is used at least in dired.
3259
63c36c3c
KH
32602000-09-12 Kenichi Handa <handa@etl.go.jp>
3261
3262 * international/quail.el (quail-define-package): Docstring
3263 modified.
3264
1ad24be1
KH
32652000-09-12 Kenichi Handa <handa@etl.go.jp>
3266
362a8065
KH
3267 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
3268 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
3269 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
3270 docstring of "chinese-py".
3271
1ad24be1
KH
3272 * international/quail.el (quail-translation-docstring): New
3273 variable.
3274 (quail-show-keyboard-layout): Docstring modified.
3275 (quail-select-current): Likewise.
3276 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
3277 infinite recursive call.
3278 (quail-help): Check quail-translation-docstring. Format of the
3279 output changed.
3280 (quail-help-insert-keymap-description): Adjusted for the above
3281 change.
3282
cc0f95a4
GM
32832000-09-11 Gerd Moellmann <gerd@gnu.org>
3284
3285 * bytecomp.el (byte-compile-defvar): Only cons onto
3286 current-load-list in top-level forms. Else this leaks a cons cell
3287 every time a defun is called.
3288
7530b6da
MB
32892000-09-11 Miles Bader <miles@lsi.nec.co.jp>
3290
3291 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
3292 Now understands non-unified diffs. Some functionality moved into
3293 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
3294 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
3295 modify anything. Only reposition point in the patched file if the
3296 patch succeeds. Only pop up another window if POPUP is true.
3297 Emit a message describing what happened if successful, and at what
3298 line-offset. Automatically detect reversed hunks and do something
3299 appropriate.
3300 (diff-hunk-text, diff-find-text): New functions.
3301 (diff-filter-lines): Function removed.
3302 (diff-test-hunk): New function.
3303 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
3304
6b124390
DL
33052000-09-10 Dave Love <fx@gnu.org>
3306
3307 * textmodes/tildify.el: Minor doc/commentary fixes.
3308 (tildify) <defgroup>: Add :version.
3309
3310 * faces.el (face-x-resources): Make custom type more specific.
3311 (frame-background-mode): Use mapc.
3312 (region) <defcustom>: Add :version.
3313
7f8b6551
SM
33142000-09-08 Stefan Monnier <monnier@cs.yale.edu>
3315
9b4a7800
TTN
3316 * vc-sccs.el (vc-sccs-register):
3317 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
3318 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
3319 * vc.el (vc-register): Clear file's properties.
3320
c454aac1
GM
33212000-09-08 Gerd Moellmann <gerd@gnu.org>
3322
3323 * faces.el (face-spec-set): Only face-spec-reset-face when
3324 ATTRS is non-nil.
3325
bb934822
EZ
33262000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3327
3328 * help.el (help-insert-xref-button): Fix a typo in doc string.
3329
03419440
EZ
33302000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3331
7f8b6551
SM
3332 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3333 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
3334 methods.
3335
03419440
EZ
3336 * menu-bar.el (read-mail-item-name): New function.
3337 (menu-bar-tools-menu): Use it to compute and display the package
3338 used to read email.
3339 (menu-bar-tools-menu): Fix typo in GUD's help string.
3340
dbcee71a
DL
33412000-09-07 Dave Love <fx@gnu.org>
3342
19e713d8
DL
3343 * diff-mode.el (diff-mouse-goto-source): New function.
3344
a7cafade 3345 * vc-sccs.el: Doc fixes.
7f8b6551 3346 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
3347
3348 * vc-rcs.el: Doc fixes.
7f8b6551
SM
3349 (vc-rcs-register-switches, vc-rcs-checkin-switches)
3350 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
3351 (vc-rcs-master-templates): Add or change :version.
3352
7f8b6551 3353 * vc-cvs.el: Doc fixes.
a7cafade
DL
3354 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
3355 (vc-cvs-stay-local): Add :version.
3356
dbcee71a
DL
3357 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
3358
ed254191
KH
33592000-09-07 Kenichi Handa <handa@etl.go.jp>
3360
3361 * international/quail.el (quail-help): Fix previous change.
3362
ab0ee409
GM
33632000-09-07 Gerd Moellmann <gerd@gnu.org>
3364
f46f845b 3365 * faces.el (color-values): Doc fix.
9b4a7800 3366
ab0ee409
GM
3367 * faces.el (frame-set-background-mode): Use frame-parameter
3368 instead of frame-parameters.
3369
3370 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 3371 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 3372 frame-parameters.
9b4a7800 3373
f7246ac7
KH
33742000-09-07 Kenichi Handa <handa@etl.go.jp>
3375
3376 * language/devan-util.el (devanagari-to-indian-region): In the
3377 loop, change the following char, not preceding char.
3378
96889af2
GM
33792000-09-07 Gerd Moellmann <gerd@gnu.org>
3380
1091dd67
GM
3381 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
3382 instead of frame-parameters.
3383
9b4a7800 3384 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
3385 internal-set-lisp-face-attribute with FRAME being 0.
3386
3387 * vc.el: Remove `Id' version control keyword.
96889af2 3388
0fddd0dc
KH
33892000-09-07 Kenichi Handa <handa@etl.go.jp>
3390
3391 * help.el (help-make-xrefs): Adjusted for the change of
3392 help-xref-mule-regexp.
3393 (help-insert-xref-button): New function.
3394
3395 * international/mule-cmds.el (help-xref-mule-regexp-template):
3396 Include the pattern for character set.
3397 (leim): New group.
3398
3399 * international/quail.el: Don't require face.
3400 (quail): New group.
7f8b6551 3401 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
3402 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
3403 (quail-keyboard-layout-substitution): New variable.
3404 (quail-update-keyboard-layout): New function.
3405 (quail-keyboard-layout-type): New customizable variable.
3406 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
3407 (quail-keyboard-translate): Pay attention to
3408 quail-keyboard-layout-substitution.
3409 (quail-insert-kbd-layout): New function.
3410 (quail-show-keyboard-layout): New function.
3411 (quail-get-translation): If the definition is a vector of length
7f8b6551 3412 1, and the element is a string of length 1, return the character
0fddd0dc
KH
3413 in that string.
3414 (quail-update-current-translations): Fix the case of
3415 relative-index out of range.
3416 (quail-build-decode-map, quail-insert-decode-map): New Functions.
3417 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 3418 Show key sequences for all available characters.
0fddd0dc
KH
3419 (quail-help-insert-keymap-description): Don't show such verbose
3420 key bindings as quail-self-insert-command.
3421
3422 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3423 Format changed, and each element now have extra documentations.
3424 (tit-process-header): Delete invalid characters from TIT-PROMPT.
3425 Adjusted for the change of quail-cxterm-package-ext-info.
3426
8ddceaf1
GM
34272000-09-06 Gerd Moellmann <gerd@gnu.org>
3428
3429 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
3430 requiring it leads to a recursive loading of vc.el and vc-hooks.el
3431 during bootstrap.
3432
099bd78a
SM
34332000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3434
3435 * vc.el: (toplevel): Don't require `dired' at run-time.
3436 (vc-dired-resynch-file): Remove autoload cookie.
3437
34382000-09-05 Andre Spiegel <spiegel@gnu.org>
3439
3440 * vc.el: Made several backend functions optional.
3441 (vc-default-responsible-p): New function.
3442 (vc-merge): Use RET for first version to trigger merge-news, not
3443 prefix arg.
3444 (vc-annotate): Handle backends that do not support annotation.
3445 (vc-default-merge-news): Removed. The existence of a merge-news
3446 implementation is now checked on caller sites.
3447
9b4a7800 3448 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
3449 case.
3450
9b4a7800 3451 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
3452 special case that has been removed from the default in vc-hooks.el.
3453
34542000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3455
3456 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
3457
34582000-09-05 Andre Spiegel <spiegel@gnu.org>
3459
3460 * vc-hooks.el: Require vc during compilation.
3461 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
3462 macro `with-vc-properties' in vc.el.
3463 (vc-file-getprop): Doc fix.
3464 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 3465
099bd78a
SM
3466 * vc.el: Require dired-aux during compilation.
3467 (vc-name-assoc-file): Moved to vc-sccs.el.
3468 (with-vc-properties): New macro.
9b4a7800 3469 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
3470 vc-finish-steal): Use it.
3471 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
3472 to the backend-specific function is now supposed to do the checkout,
3473 too.
3474 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
3475
9b4a7800 3476 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
3477 set file properties; that gets done in the generic code now.
3478
3479 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
3480 Changed parameter list, added code from vc.el that does the
3481 checkout, possibly with a double-take.
3482
3483 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
3484 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
3485 the above under the new name.
3486 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
3487 parameter list, added checkout command.
3488 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
3489 properties; that gets done in the generic code now.
3490
34912000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3492
3493 * vc.el: Docstring fixes (courtesy of checkdoc).
3494
34952000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3496
3497 * vc.el (vc-checkout-writable-buffer-hook)
3498 (vc-checkout-writable-buffer): Remove.
3499 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
3500 (vc-log-mode): Make it into a clean derived major mode.
3501 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
3502 vc-log-mode if log-edit is not available.
3503 (vc-dired-mode-map): Don't set-keymap-parent yet.
3504 (vc-dired-mode): Do set-keymap-parent here.
3505 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
3506
08ba3862
GM
35072000-09-05 Gerd Moellmann <gerd@gnu.org>
3508
3509 * faces.el (set-face-attribute, face-spec-reset-face)
3510 (face-spec-set): Avoid consing by removing calls to `apply'.
3511
3512 * frame.el (frame-parameter): Move to C code.
3513
3b4429b4
DL
35142000-09-05 Dave Love <fx@gnu.org>
3515
3516 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
3517 insert-before-markers-and-inherit. Now checked systematically!
3518
877055f6
GM
35192000-09-05 Alex Schroeder <alex@gnu.org>
3520
3521 * sql.el (sql-postgres): Use sql-postgres-options.
3522 (sql-postgres-options): New variable.
3523
35242000-09-05 Alex Schroeder <alex@gnu.org>
3525
3526 * sql.el (sql-mode-menu): Work around missing variable mark-active
3527 in XEmacs.
3528 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
3529 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
3530 compatibility.
3531
7a004b71
GM
35322000-09-04 Gerd Moellmann <gerd@gnu.org>
3533
54baed30 3534 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 3535
7a004b71
GM
3536 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
3537
3538 * Makefile.in (DONTCOMPILE): Fix typo in file name.
3539
35402000-09-04 Andre Spiegel <spiegel@gnu.org>
3541
3542 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
3543 don't support anything else under SCCS yet.
3544
3545 * vc-hooks.el: Minor doc fixes.
3546
35472000-09-04 Andre Spiegel <spiegel@gnu.org>
3548
3549 * vc.el (vc-next-action-on-file): Do not visit the file if it's
3550 not necessary. If verbose in state `needs-patch', do the same as
3551 under `up-to-date'. When NOT verbose and `needs-patch', check out
3552 latest version instead of `merge-news'.
3553 (vc-next-action-dired): Don't mess with default-directory here; it
3554 breaks other parts of dired. It is the job of the
099bd78a 3555 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
3556 (vc-next-action): Remove a special CVS case.
3557 (vc-clear-headers): New optional arg FILE.
3558 (vc-checkin, vc-checkout): Set properties vc-state and
3559 vc-checkout-time properly.
099bd78a 3560 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
3561 (vc-print-log): Use new backend function `show-log-entry'.
3562 (vc-cancel-version): Do the checks in a different order. Added a
3563 FIXME concerning RCS-only code.
3564
3565 * vc-rcs.el (vc-rcs-show-log-entry): New function.
3566 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
3567
3568 * vc-cvs.el (vc-cvs-show-log-entry): New function.
3569
9b4a7800 3570 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
3571 `needs-patch' as a `-' too.
3572
35732000-09-04 Andre Spiegel <spiegel@gnu.org>
3574
3575 * vc.el (vc-responsible-backend): New optional arg REGISTER.
3576 (vc-default-could-register): New function.
3577 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
3578 (vc-resynch-buffer): Call vc-dired-resynch-file.
3579 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
3580 vc-resynch-buffer instead of vc-resynch-window.
3581 (vc-next-action-dired): Don't redisplay here, that gets done as a
3582 result of the individual file operations.
3583 (vc-retrieve-snapshot): Corrected prompt order.
3584
3585 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 3586
7a004b71
GM
3587 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
3588 as well.
3589 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
3590 hostname regexps. Updated all callers.
3591 (vc-cvs-responsible-p): Handle directories as well.
3592 (vc-cvs-could-register): New function.
3593 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
3594 properties up-to-date.
9b4a7800 3595
7a004b71
GM
3596 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
3597 user whether to create one.
3598
35992000-09-04 Andre Spiegel <spiegel@gnu.org>
3600
3601 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
3602 check out a non-existing file.
3603
3604 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
3605 workfile does not exist.
3606
3607 * vc.el (vc-version-diff): Use `require' to check for existence of
3608 diff-mode.
3609
36102000-09-04 Andre Spiegel <spiegel@gnu.org>
3611
3612 * vc-cvs.el (vc-cvs-registered): Use new function
3613 vc-cvs-parse-entry to do the actual work.
3614
36152000-09-04 Andre Spiegel <spiegel@gnu.org>
3616
3617 * vc-hooks.el (vc-find-backend-function): If function doesn't
3618 exist, return nil instead of error.
3619 (vc-call-backend): Doc fix.
3620
3621 * vc.el (vc-do-command): Doc fix.
3622 (vc-finish-logentry): When checking in from vc-dired, choose the
3623 right backend for logentry check.
3624 (vc-dired-mode-map): Inherit from dired-mode-map.
3625 (vc-dired-mode): Local value of dired-move-to-filename-regexp
3626 simplified.
3627 (vc-dired-state-info): Removed, updated caller.
3628 (vc-default-dired-state-info): Use parentheses instead of hyphens.
3629 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
3630 (vc-dired-listing-switches): New variable.
3631 (vc-directory): Use it, instead of dired-listing-switches.
3632
3633 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
3634 (vc-cvs-dir-state): New function.
7f8b6551 3635 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
3636 (vc-cvs-parse-entry): New function, also to be used in
3637 vc-cvs-registered.
9b4a7800 3638
7a004b71
GM
36392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3640
3641 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
3642 *or* single-window-frames.
3643
36442000-09-04 Andre Spiegel <spiegel@gnu.org>
3645
3646 * vc.el (vc-update-changelog): Split into generic part and default
3647 implementation. Doc string adapted.
3648 (vc-default-update-changelog): New function. Call the `rcs2log'
3649 script in exec-directory, to fix a long-standing nuisance.
3650
3651 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
3652 simply signals an error.
9b4a7800 3653
7a004b71
GM
36542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3655
3656 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
3657 control-flow more clear and to avoid running `cvs' twice.
3658
3659 * vc.el (vc-next-action-on-file): Doc fix.
3660 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
3661 (vc-print-log): Eval `file' before constructing the continuation.
3662
36632000-09-04 Andre Spiegel <spiegel@gnu.org>
3664
3665 * vc.el (vc-next-action-on-file): Corrected several messages.
3666 (vc-merge): Add prefix arg `merge-news'; handle it.
3667
3668 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
3669 is not reached. It is.
3670 (vc-cvs-merge): Set state to 'edited after merge.
3671 (vc-cvs-merge-news): Set workfile version to nil if not known.
3672 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
3673
3674 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
3675 via stdout. (Merge from main line.)
9b4a7800 3676
7a004b71
GM
36772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3678
3679 * vc.el (vc-finish-logentry): Thinko in the "same comment"
3680 detection.
3681
36822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3683
3684 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
3685 against kill-all-local-variables.
3686 (vc-log-edit): Don't save vc-parent-buffer any more.
3687 (vc-last-comment-match): Initialize to an empty string.
3688 (vc-post-command-functions): New hook.
3689 (vc-do-command): Run it.
3690 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
3691 (vc-finish-logentry): Only add the comment to the ring if it's
3692 different from the last comment entered.
3693 (vc-new-comment-index): New function.
3694 (vc-previous-comment): Use it. Make the minibuffer message
3695 slightly less terse.
3696 (vc-comment-search-reverse): Make it work forward as well. Don't
3697 set vc-comment-ring-index if no match is found. Use
3698 vc-new-comment-index.
3699 (vc-comment-search-forward): Use vc-comment-search-reverse.
3700 (vc-dired-mode-map): Don't inherit from dired-mode-map since
3701 define-derived-mode will do it for us. Bind `v' to a keymap that
3702 inherits from vc-prefix-map so that we can bind `vt' without
3703 binding C-x v t.
3704 (vc-retrieve-snapshot): Parenthesis typo.
3705
3706 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
3707 to 1. Make sure to switch to *vc* before looking for an error
3708 message. Use vc-parse-buffer.
3709
37102000-09-04 Andre Spiegel <spiegel@gnu.org>
3711
3712 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
3713 and NAME.
3714 (vc-retrieve-snapshot): Split into two parts.
3715 (vc-default-retrieve-snapshot): New function.
3716
3717 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
3718 (vc-cvs-retrieve-snapshot): New function (untested).
3719 (vc-cvs-stay-local): Default to t.
3720 (vc-cvs-remote-p): New function and property.
3721 (vc-cvs-state): Stay local only if the above is t.
3722 (vc-handle-cvs): Removed.
3723 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
3724 done via vc-handled-backends now.
3725 (vc-cvs-header): Escape Id.
3726
37272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3728
3729 * vc.el (vc-do-command): Remove unused commands.
3730 (vc-version-diff): Make sure default-directory ends with a slash.
3731 Move the window commands into a vc-exec-after.
3732 (vc-print-log): Move more of the code into the `vc-exec-after'.
3733
37342000-09-04 Andre Spiegel <spiegel@gnu.org>
3735
3736 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
3737 (vc-print-log): Search current revision from beginning of buffer.
3738 (vc-revert-buffer): Clear echo area after the diff is finished.
3739 (vc-prefix-map): Removed definition of "t" for terse display in vc
3740 dired.
3741 (vc-dired-mode-map): Inherit from dired-mode-map. Added
3742 definition of "vt" for terse display.
3743 (vc-dired-mode): Fix dired-move-to-filename-regexp.
3744
37452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3746
3747 * vc.el (vc-exec-after): Avoid caddr.
3748
37492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3750
3751 * vc.el (vc-exec-after): New function.
3752 (vc-do-command): Use it to add a termination message for async
3753 procs.
3754 (vc-checkout): Try to handle a missing-backend situation.
3755 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
3756 of a directory with a backend using async diffs.
3757 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
3758 present.
3759
3760 * vc-sccs.el (vc-sccs-state-heuristic): Use
3761 file-ownership-preserved-p.
3762
3763 * vc-rcs.el (vc-rcs-state-heuristic): Use
3764 file-ownership-preserved-p.
3765 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
3766
37672000-09-04 Andre Spiegel <spiegel@gnu.org>
3768
3769 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
3770 vc-do-command.
3771
3772 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
3773 when there are no changes.
3774
37752000-09-04 Andre Spiegel <spiegel@gnu.org>
3776
3777 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
3778
3779 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
3780
37812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3782
3783 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
3784
3785 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
3786 the `fset' outside of the defvar so that it works even if
3787 vc-prefix-map was already defined.
3788 (vc-setup-buffer): New function, split out of vc-do-command.
3789 (vc-do-command): Allow BUFFER to be t to mean `just use the
3790 current buffer without any fuss'.
3791 (vc-version-diff): Change the `diff' backend operation to just put
3792 the diff in the current buffer without erasing it. Always use
3793 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
3794 shrink-window-if-larger-than-buffer.
3795 (vc-print-log): Change the `print-log' backend operation to just
3796 put the log in the current buffer without erasing it. Protect
3797 shrink-window-if-larger-than-buffer.
3798 (vc-update-change-log): Fix setd typo.
3799
3800 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
3801 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
3802
3803 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
3804 (vc-rcs-diff): Insert in the current buffer and remove unused arg
3805 CMP.
3806
3807 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
3808 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
3809 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
3810
38112000-09-04 Andre Spiegel <spiegel@gnu.org>
3812
3813 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
3814 not possible, use vc-BACKEND-workfile-unchanged-p.
3815 (vc-default-workfile-unchanged-p): New function. Delegates to a
3816 full vc-BACKEND-diff.
3817
3818 * vc-hooks.el (vc-simple-command): Removed.
3819
3820 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
3821 instead of vc-simple-command.
3822 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
3823 avoid doing a diff when opening a file.
3824 (vc-rcs-state): Added check for unlocked-changes.
3825 (vc-rcs-header): Escape Id.
3826 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
3827 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
3828 version.
3829
3830 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
3831 (vc-sccs-diff): Remove optional arg CMP.
3832 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
3833 SCCS-specific function.
3834
3835 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
3836 vc-simple-command.
3837
38382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3839
3840 * vc.el (vc-editable-p): Renamed from vc-writable-p.
3841 (with-vc-file, vc-merge): Use vc-editable-p.
3842 (vc-do-command): Remove unused var vc-file and fix the
3843 doubly-defined `status' var. Add a user message when starting an
3844 async command.
3845 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
3846 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
3847 Use with-current-buffer.
3848 (vc-buffer-sync): Use unless.
3849 (vc-next-action-on-file): If the file is 'edited by read-only,
3850 make it read-write instead of trying to commit.
3851 (vc-version-diff, vc-update-change-log): Use `setq
3852 default-directory' rather than `cd'.
3853 (vc-log-edit): Don't forget to set default-directory in the
3854 buffer.
3855
3856 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
3857 (vc-sccs-state-heuristic): Use file-writable-p instead of
3858 comparing userids.
3859 (vc-sccs-checkout): Use `unless'.
3860
3861 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
3862 of comparing userids.
3863 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
3864 Simplify the logic by eliminating unreachable code.
3865 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
3866 just do a recursive call if we need to retry.
3867 (vc-rcs-checkout): Handle the case where rcs is missing by making
3868 the buffer read-write if requested and re-signalling the error.
3869
3870 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
3871
38722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3873
3874 * vc-hooks.el (vc-handled-backends): Docstring change.
3875 (vc-ignore-vc-files): Mark obsolete.
3876 (vc-registered): Check vc-ignore-vc-files.
3877 (vc-find-file-hook, vc-file-not-found-hook): Don't check
3878 vc-ignore-vc-files.
3879
3880 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
3881
38822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3883
3884 * vc.el (vc-checkout): Don't do anything special for ange-ftp
3885 files since ange-ftp already has vc-registered return nil.
3886
3887 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
3888 (vc-sccs-workfile-version): Use with-temp-buffer and new
3889 vc-parse-buffer and don't bother setting the property.
3890 (vc-sccs-add-triple): Use with-current-buffer and
3891 find-file-noselect.
3892 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
3893
3894 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
3895 derives from the old vc-parse-buffer but uses the revision number
3896 rather than the date (much easier to compare robustly).
3897 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
3898 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
3899 locking-user more directly. Check strict locking and set
3900 checkout-model appropriately.
3901 (vc-rcs-parse-locks): Remove.
3902 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
3903 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
3904 (vc-rcs-system-release): Use with-current-buffer and
3905 vc-parse-buffer.
3906 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
3907
3908 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
3909 (vc-simple-command): Docstring fix.
3910 (vc-registered): Align the way the file-handler is called with the
3911 way the function itself works.
3912 (vc-file-owner): Remove.
3913
3914 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
3915 extraction of fields and call to file-attributes because of a
3916 temporary bug in rcp.el.
3917 (vc-cvs-fetch-status): Use with-current-buffer.
3918
39192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3920
3921 * vc.el (vc-do-command): Use file-relative-name.
3922 (vc-responsible-backend): Use vc-backend if possible.
3923 (vc-create-snapshot): Improve the `interactive' spec. Add support
3924 for branches and dispatch to backend-specific `create-snapshot'.
3925 (vc-default-create-snapshot): New function, containing the bulk of
3926 the old vc-create-snapshot.
3927 (vc-retrieve-snapshot): Improve the interactive spec.
3928
3929 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
3930 (vc-backend-hook-functions): Remove.
3931 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
3932 (vc-backend): Reintroduce the test for `file = nil' now that I
3933 know why it was there (and added a comment to better remember).
3934
3935 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
3936 code from vc-sccs-hooks.el.
3937 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
3938 'vc anymore.
3939 (vc-sccs-responsible-p): Use expand-file-name instead of concat
3940 and file-directory-p instead of file-exists-p.
3941 (vc-sccs-check-headers): Simplify the regexp.
3942
3943 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
3944 from vc-rcs-hooks.el. Don't require 'vc anymore.
3945 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
3946 file-directory-p instead of file-exists-p.
3947
3948 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
3949 from vc-cvs-hooks.el.
3950 (proto vc-cvs-registered): Require 'vc-cvs instead of
3951 'vc-cvs-hooks. Don't require 'vc anymore.
3952 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
3953 file-directory-p instead of file-exists-p.
3954 (vc-cvs-create-snapshot): New function, replacing
3955 vc-cvs-assign-name.
3956 (vc-cvs-assign-name): Remove.
3957
39582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3959
3960 * vc-cvs.el (vc-cvs-header): New var.
3961
3962 * vc-rcs.el (vc-rcs-exists): Remove.
3963 (vc-rcs-header): New var.
3964
3965 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
3966 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
3967 (vc-sccs-header): New var.
3968
3969 * vc.el (vc-do-command): Get rid of the `last' argument.
3970 (vc-header-alist): Remove, replaced by vc-X-header.
3971 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
3972 (vc-dired-hook): Use expand-file-name instead of concat.
3973 (vc-directory): Use file-name-as-directory.
3974 (vc-snapshot-precondition, vc-create-snapshot)
3975 (vc-retrieve-snapshot): Allow the command to operate on any
3976 directory.
3977
3978 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
3979 just removing the 'WORKFILE argument or by removing the 'MASTER
3980 argument and replacing `file' with (vc-name file).
3981
39822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3983
3984 * vc.el: Update Copyright and add a crude list of backend funs.
3985 (vc-writable-p): New function.
3986 (with-vc-file): Use vc-writable-p.
7f8b6551 3987 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
3988 (vc-register): Avoid vc-name.
3989 (vc-locking-user): Remove.
3990 (vc-steal-lock): Make the `owner' arg non-optional.
3991 (vc-merge): Use vc-writable-p instead of vc-locking-user and
3992 vc-checkout-model.
3993 (vc-default-dired-state-info): Use vc-state instead of
3994 vc-locking-user and return special strings for special states.
3995 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
3996 and get rid of one of the special CVS cases.
3997 (vc-cancel-version): prettify error message with \\[...].
3998 (vc-rename-master): New function.
3999 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
4000 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
4001 the CVS special case generic.
4002 (vc-default-record-rename): Remove.
4003 (vc-file-tree-walk-internal): Only call FUNC for files that are
4004 under control of some VC backend and replace `concat' with
4005 expand-file-name.
4006 (vc-file-tree-walk): Update docstring.
4007 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
4008 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
4009
4010 * vc-sccs.el (vc-sccs-rename-file): Renamed from
4011 vc-sccs-record-rename. Use `find-file-noselect' rather than
4012 `find-file' and call `vc-rename-master' to do the actual move.
4013 (vc-sccs-diff): Remove unused `backend' variable.
4014
4015 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
4016 to delay loading of vc-sccs until it is really used.
4017 (vc-sccs-master-templates): Preload.
4018 (vc-sccs-state): Update call to vc-sccs-parse-locks.
4019 (vc-sccs-project-dir): Remove (merged into
4020 vc-sccs-search-project-dir).
4021 (vc-sccs-search-project-dir): Rewrite using file name handling ops
4022 rather than `concat', make sure it is preloaded and don't bother
4023 to check that the file actually exists.
4024 (vc-sccs-parse-locks): Remove unused `file' argument, remove
4025 `locks' argument (use buffer's content instead) and eliminate n^2
4026 behavior.
4027
4028 * vc-rcs.el: Update Copyright.
4029 (vc-rcs-rename-file): New function.
4030 (vc-rcs-diff): Remove unused `backend' variable.
4031
4032 * vc-hooks.el: Update Copyright.
4033 (vc-backend): Don't accept a nil argument any more.
4034 (vc-up-to-date-p): Turn into a defsubst.
4035 (vc-possible-master): New function.
4036 (vc-check-master-templates): Use `vc-possible-master' and allow
4037 funs in vc-X-master-templates to return a non-existent file.
4038
4039 * vc-cvs.el: Update Copyright.
4040 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 4041 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
4042
4043 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
4044
40452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4046
4047 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
4048 since it can be called from vc-rcs.el.
4049 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
4050
40512000-09-04 Andre Spiegel <spiegel@gnu.org>
4052
4053 * vc.el (vc-version-diff): Expand file name read from the
4054 minibuffer. Handle the case when a previous version number can't
4055 be guessed. Give suitable messages when there were no differences
4056 found.
4057 (vc-clear-headers): Call backend-specific implementation, if one
4058 exists.
4059 (vc-cancel-version): Made error checks generic. When done, clear
4060 headers generically, too.
4061
4062 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
4063 from vc-clear-headers in vc.el.
4064
4065 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
4066 correctly.
4067 (vc-rcs-latest-on-branch-p): Made second argument VERSION
4068 optional. Handle the case when it's not there.
4069
40702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4071
4072 * vc.el (vc-locking-user): Moved from vc-hooks.el.
4073
40742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4075
4076 * vc-hooks.el (vc-loadup): Remove.
4077 (vc-find-backend-function): Use `require'. Also, handle the case
4078 where vc-BACKEND-hooks.el doesn't exist.
4079 (vc-call-backend): Cleanup.
4080
40812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4082
4083 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
4084 vc-rcs-grab-templates)
4085 (vc-rcs-registered): Remove. The default function works as well.
4086 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
4087 vc-sccs-grab-templates)
4088 (vc-sccs-registered): Remove. The default function works as well.
4089
4090 * vc.el (vc-version-diff): Left out a vc- in call to
4091 vc-call-backend.
4092 (vc-default-dired-state-info, vc-default-record-rename)
4093 (vc-default-merge-news): Update for the new backend argument.
4094
4095 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
4096 using the default function.
4097 (vc-call-backend): If calling the default function, pass it the
4098 backend as first argument. Update the docstring accordingly.
4099 (vc-default-state-heuristic, vc-default-mode-line-string): Update
4100 for the new backend argument.
4101 (vc-make-backend-sym): Renamed from vc-make-backend-function.
4102 (vc-find-backend-function): Use the new name.
4103 (vc-default-registered): New function.
4104
41052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4106
4107 * vc.el (vc-merge): Use vc-find-backend-function.
4108
4109 * vc-hooks.el (vc-backend-functions): Remove.
4110 (vc-loadup): Don't setup 'vc-functions.
4111 (vc-find-backend-function): New function.
4112 (vc-call-backend): Use above fun and populate 'vc-functions
4113 lazily.
4114 (vc-backend-defines): Remove.
4115
41162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4117
4118 * vc.el (vc-register): Put a FIXME note for a newly found bug.
4119 Call vc-call-backend without the leading vc-.
4120 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
4121 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 4122 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
4123 (vc-annotate-display): Replace confusing use of `cond' with `or'.
4124 Call vc-call-backend without the leading vc-.
4125
4126 * vc-cvs.el (tail): Provide vc-cvs.
4127 * vc-sccs.el (tail): Provide vc-sccs.
4128 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
4129
4130 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
4131 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 4132 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
4133 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
4134 (vc-call-backend): Always try to load vc-X-hooks.
4135 (vc-registered): Remove vc- in call to vc-call-backend.
4136
41372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4138
4139 * vc.el (vc-process-filter): New function.
4140 (vc-do-command): Setup `vc-process-filter' for the async process.
4141 (vc-maybe-resolve-conflicts): New function to reduce
4142 code-duplication. Additionally, it puts the buffer in
4143 `smerge-mode' if applicable.
4144 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
4145 calling `merge-news'.
7f8b6551 4146 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
4147 (vc-log-edit): New function. Replacement for `vc-log-mode' by
4148 interfacing to log-edit.el.
4149 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
4150 log-edit is available.
4151 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
4152
41532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4154
4155 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
4156 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
4157 defvar and the initialization.
4158 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
4159
4160 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
4161 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
4162
7f8b6551 4163 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
4164
41652000-09-04 Andre Spiegel <spiegel@gnu.org>
4166
4167 * vc.el (vc-file-clear-masterprops): Removed.
4168 (vc-checkin, vc-revert-buffer): Removed calls to the above.
4169 (vc-version-diff): Use buffer-size without argument.
4170 (vc-register): Heed vc-initial-comment.
4171
4172 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
4173 default branch.
4174
4175 * vc-rcs.el (vc-rcs-register): Parse command output to find master
4176 file name and workfile version.
4177 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
4178
4179 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
4180 vc-file-clear-masterprops.
4181
4182 * vc-sccs.el (vc-sccs-checkout): Removed call to
4183 vc-file-clear-masterprops. If writable, set vc-state to 'edited
4184 rather than user login name.
4185
4186
41872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4188
4189 * vc.el (vc-workfile-unchanged-p): Remove unused argument
4190 `want-differences-if-changed' and simplify.
4191 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
4192 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
4193 output (which is invalid for async vc-diff) to decide whether to
4194 do the revert silently or not.
4195
41962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4197
4198 * vc-hooks.el (vc-loadup): Load files quietly.
4199 (vc-call-backend): Oops, brain fart.
4200
42012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4202
4203 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 4204 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
4205
42062000-09-04 Andre Spiegel <spiegel@gnu.org>
4207
4208 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
4209 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
4210 vc-state or vc-up-to-date-p.
4211 (vc-merge): Use vc-backend-defines to check whether merging is
4212 possible. Set state to 'edited after successful merge.
4213
4214 * vc-hooks.el (vc-locking-user): If locked by the calling user,
4215 return that name. Redocumented.
4216
42172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4218
4219 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
4220 new `vc-state' semantics.
4221 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
4222 'vc-locking-user to the current user.
4223 (vc-merge): Inline vc-backend-merge. Comment out code that I
4224 don't understand and hence can't adapt to the new `vc-state' and
4225 `vc-locking-user' semantics.
4226 (vc-backend-merge): Remove.
4227
4228 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
4229 rather than 'vc-locking-user.
4230
4231 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
4232
4233 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
4234 (vc-state): Don't use 'reserved any more. Just use the same
4235 convention as the one used for vc-<backend>-state where the
4236 locking user (as a string) is returned.
4237 (vc-locking-user): Update, based on the above convention. The
4238 'vc-locking-user property has disappeared.
7f8b6551 4239 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
4240
4241 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
4242 with a heuristic one.
4243 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
4244 (vc-cvs-checkin): Do a trivial parse to set the state in case of
4245 error. That allows us to get to 'needs-merge even in the
4246 stay-local case. There's still no way to detect 'needs-patch in
4247 such a setup (or to force an update for that matter).
4248 (vc-cvs-logentry-check): Remove, the default works as well.
4249
42502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4251
7f8b6551 4252 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
4253
4254 * vc.el (vc-do-command): kill-all-local-variables, to reset any
4255 major-mode in which the buffer might have been put earlier. Use
4256 `remove' and `when'. Allow `okstatus' to be `async' and use
4257 `start-process' in this case.
4258 (vc-version-diff): Handle the case where the diff looks empty
4259 because of the use of an async process.
4260
42612000-09-04 Andre Spiegel <spiegel@gnu.org>
4262
4263 * vc.el (vc-next-action-on-file): Removed optional parameter
4264 `simple'. Recompute state unconditionally.
4265 (vc-default-toggle-read-only): Removed.
4266
4267 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
4268 (vc-toggle-read-only): Undid prev change.
4269
4270 * vc-cvs.el (vc-cvs-stay-local): Renamed from
4271 vc-cvs-simple-toggle. Redocumented.
4272 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
4273 (vc-cvs-toggle-read-only): Removed.
4274
42752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4276
7f8b6551 4277 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
4278 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
4279 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
4280 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
4281 still is. So maybe it should be removed.
4282 (vc-head-version, vc-find-binary): Remove.
4283 (vc-recompute-state): Move from vc-hooks.el.
4284 (vc-next-action-on-file): Add a `simple' argument to allow
4285 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
4286 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
4287 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
4288 (vc-dired-mode-map): Properly defvar it.
4289 (vc-print-log): Call log-view-mode if available.
4290 (small-temporary-file-directory): defvar instead of use boundp.
4291 (vc-merge-news): Moved to vc-cvs.el.
4292 (vc-default-merge-news): New function.
4293
4294 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
4295 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
4296 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
4297 unknown `vc-latest-version' function. It should probably refer to
4298 vc-workfile-version or somesuch, but it's very unclear to me and I
4299 don't have SCCS to test things.
4300
4301 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
4302 (vc-sccs-state-heuristic): Fix typo.
4303 (vc-sccs-workfile-unchanged-p): Add missing argument.
4304
4305 * vc-rcs.el: Require vc and vc-rcs-hooks.
4306 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
4307 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
4308 (vc-release-greater-or-equal-p): Move from vc.
4309 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
4310 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
4311 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 4312 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
4313
4314 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
4315 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
4316 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
4317 than the apparently unbound `workfile-version'.
4318
4319 * vc-hooks.el (vc-master-templates): Def the obsolete var.
4320 (vc-file-prop-obarray): Use `make-vector'.
4321 (vc-backend-functions): Add new hookable functions
4322 vc-toggle-read-only, vc-record-rename and vc-merge-news.
4323 (vc-loadup): If neither backend nor default functions exist, use
4324 the backend function rather than nil.
4325 (vc-call-backend): If the function if not bound yet, try to load
4326 the non-hook file to see if it provides it.
4327 (vc-call): New macro plus use it wherever possible.
4328 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
4329 nor `vc-find-binary' since it's only called from
7f8b6551 4330 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
4331 (vc-checkout-model): Fix parenthesis.
4332 (vc-recompute-state, vc-prefix-map): Move to vc.el.
4333
7f8b6551 4334 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
4335 (vc-cvs-release, vc-cvs-system-release): Remove.
4336 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
4337 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
4338 status symbols.
4339 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
4340 (vc-cvs-toggle-read-only): First cut at a function to allow a
4341 cvs-status-free vc-toggle-read-only.
4342 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
4343 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
4344 vc-cvs-status. Also set vc-state rather than vc-locking-user.
4345 (vc-cvs-checkout): Modify access rights directly if the user
4346 requested not to use `cvs edit'. And refresh the mode line.
4347
4348 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
4349 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
4350
43512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4352
4353 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
4354 workfile' that got lost when the code was extracted from vc.el.
4355 And merged the tail with the rest of the code (not possible in the
4356 old vc.el where the tail was shared among all backends). And
4357 explicitly set the state to 'edited if `writable' is set.
4358
4359 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
4360 (vc-cvs-state): Be careful to return the value from
4361 vc-cvs-parse-state.
4362 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
4363 property but return it instead. Also be careful to handle a nil
4364 or "" `rev' when workfile is non-nil (it was handled properly when
4365 workfile was nil).
4366
4367 * vc.el: Removed those pesky unnecessary `(function' quotes.
4368 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
4369 directly in the defvar.
4370 (vc-do-command): Bind inhibit-read-only so as to properly handle
4371 the case where the destination buffer has been made read-only.
4372 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 4373 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
4374 (vc-annotate-mode-variables): Removed (code moved partly to
4375 defvars and partly to vc-annotate-add-menu).
4376 (vc-annotate-mode): Turned into a derived-mode.
4377 (vc-annotate-add-menu): Moved in code in
4378 vc-annotate-mode-variables.
4379 (vc-update-change-log): Use make-temp-file if available.
4380
43812000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
4382
4383 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
4384 `vc-checkout-model' updated to `vc-cvs-update-model'.
4385
43862000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4387
4388 * vc.el (vc-next-action-on-file): Added handling of state
4389 `unlocked-changes'.
4390 (vc-checkout-carefully): Is now practically obsolete, unless the
4391 above is too slow to be enabled unconditionally.
4392 (vc-update-change-log): Fixed typo.
4393
4394 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
4395
7f8b6551
SM
4396 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
4397 Now handles state `unlocked-changes'.
4398 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
4399
4400 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
4401
4402 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
4403 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
4404 `unlocked-changes'.
4405 (vc-rcs-workfile-unchanged-p): Renamed from
4406 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
4407 function yet, but supposed to become one soon.
4408
4409 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
4410 `vc-steal-lock'.
4411 (vc-call-backend): Changed error message.
4412 (vc-state): Added description of state `unlocked-changes'.
4413
44142000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4415
4416 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
4417 always return t in CVS-controlled directories.
4418
4419 * vc.el (vc-responsible-backend): New function.
4420 (vc-register): Largely rewritten.
4421 (vc-admin): Removed (implementation moved into vc-register).
4422 (vc-checkin): Redocumented.
4423 (vc-finish-logentry): If no backend defined yet (because we are in
4424 the process of registering), use the responsible backend.
4425
4426 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4427 Updated function lists.
4428 (vc-call-backend): Fixed typo.
4429
7f8b6551
SM
4430 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
4431 New functions.
4432 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
4433 Removed query option. Redocumented.
7a004b71
GM
4434
44352000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4436
4437 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
4438
4439 * vc.el: Updated callers of `vc-checkout-required' to use
4440 `vc-checkout-model'.
4441
44422000-09-04 Martin Lorentzson <martinl@gnu.org>
4443
4444 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
4445 stuff updated to reference this function instead of the old
4446 `vc-backend-release-p'.
4447
44482000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4449
4450 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
4451 vc-checkout-model. Return appropriate values. Updated callers.
4452
44532000-09-04 Martin Lorentzson <martinl@gnu.org>
4454
7f8b6551 4455 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
4456 (vc-backend-revert): Function moved into `vc-revert';
4457 `vc-next-action' must be updated to accomodate this change.
4458 (vc-backend-steal): Function moved into `vc-finish-steal'.
4459 (vc-backend-logentry-check): Function moved into
4460 `vc-finish-logentry'.
4461 (vc-backend-printlog): Function moved into `vc-print-log'.
4462 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
4463 (vc-backend-assign-name): Function moved into
4464 `vc-create-snapshot'.
4465
44662000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4467
4468 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
4469 Rename to vc-checkout-model. Return appropriate values.
4470 Update callers.
7a004b71 4471
7f8b6551 4472 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 4473 to vc-checkout-model.
7f8b6551
SM
4474 (vc-checkout-required): Rename to vc-checkout-model.
4475 Re-implement and re-comment.
7a004b71
GM
4476 (vc-after-save): Use vc-checkout-model.
4477
44782000-09-04 Martin Lorentzson <martinl@gnu.org>
4479
7f8b6551
SM
4480 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
4481 Update to use the vc-BACKEND-diff functions instead.
4482 `vc-diff' is now working.
7a004b71 4483
7f8b6551 4484 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 4485
7f8b6551 4486 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
4487
4488 * vc-sccs.el (vc-sccs-diff): Function changed name from
4489 `vc-backend-diff'. This makes `vc-diff' work.
4490
7f8b6551 4491 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 4492 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 4493 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
4494 signaled during `vc-after-save'.
4495
7f8b6551
SM
4496 * vc.el: Fix typo.
4497 This checkin is made with our new VC code base for the very first time.
4498 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
4499
4500 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
4501 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
4502
4503 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
4504 updated to `vc-uses-locking'.
7f8b6551 4505 (vc-checkout-required): Call to backend function.
7a004b71
GM
4506 `vc-checkout-required' updated to `vc-uses-locking' instead.
4507
4508 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
4509 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
4510
7f8b6551 4511 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 4512 to match the split into various backends.
7f8b6551 4513 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
4514 (vc-retrieve-snapshot): Bug fix.
4515
45162000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4517
4518 * vc-sccs.el (vc-sccs-release): Doc fix.
4519
45202000-09-04 Martin Lorentzson <martinl@gnu.org>
4521
4522 * vc.el (vc-next-action-on-file): Bug found and fixed.
4523 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
4524 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
4525
4526 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
4527 (vc-rcs-checkout): Name space cleaned up. No more revision number
4528 crunching function names that are not prefixed with vc-rcs.
4529 (vc-rcs-checkout-model): Function added. References to
4530 `vc-checkout-model' replaced.
4531
45322000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4533
4534 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
4535 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
4536 still need to be split, and implemented for RCS).
4537
45382000-09-04 Martin Lorentzson <martinl@gnu.org>
4539
4540 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
4541
4542 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
4543 required by the vc.el file.
4544
4545 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
4546 required by the vc.el file.
4547 (vc-rcs-exists): Function added.
4548
4549 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
4550 required by the vc.el file.
4551
4552 * vc.el (vc-admin): Updated to handle selection of appropriate
4553 backend. Current implementation is crufty and need re-thinking.
4554
4555 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
4556
45572000-09-04 Martin Lorentzson <martinl@gnu.org>
4558
4559 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
4560 beginning of annotate buffers correctly.
4561
4562 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
4563 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
4564 functionality updated quite a lot to support multiple backends.
4565 Variables `vc-annotate-mode', `vc-annotate-buffers',
4566 `vc-annotate-backend' added.
4567
4568 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
4569 `vc-annotate-difference' added to supported backend functions.
4570
45712000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4572
4573 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
4574 Use with-temp-file instead of /bin/sh. Merged from mainline
4575
45762000-09-04 Martin Lorentzson <martinl@gnu.org>
4577
4578 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
4579
4580 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
4581
4582 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
4583
45842000-09-04 Martin Lorentzson <martinl@gnu.org>
4585
4586 * vc-hooks.el: vc-state-heuristic added to
4587 vc-backend-hook-functions.
4588
4589 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
4590
4591 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
4592
7f8b6551
SM
4593 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
4594 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
4595 state to `reserved'.
4596
4597 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
4598 `vc-checkout-required'. Rename the `locked' state to `reserved'.
4599
46002000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4601
7f8b6551 4602 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
4603 untouched.
4604
7f8b6551 4605 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 4606
7f8b6551 4607 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
4608 if defined. (Merged from main line, slightly adapted.)
4609
4610 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
4611 millenium problem (merged from mainline).
4612
46132000-09-04 Martin Lorentzson <martinl@gnu.org>
4614
4615 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
4616 part and moved the non-BACKEND stuff to vc.el.
4617
4618 * vc.el: Split the annotate feature into a BACKEND specific part
4619 and moved it from the vc-cvs.el file to this one.
4620
46212000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4622
7f8b6551
SM
4623 * vc-hooks.el: Implement new state model.
4624 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
4625 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 4626 locked by somebody else.
7f8b6551 4627 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
4628 vc-sccs-hooks.el and vc-rcs-hooks.el now.
4629 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 4630 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 4631
7f8b6551
SM
4632 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
4633 Various simplifications and adaptations all over the place.
7a004b71 4634
7f8b6551
SM
4635 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
4636 Simplify and adapt the rest.
7a004b71 4637
7f8b6551 4638 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 4639 interaction with view mode according to recent RCS change.
7f8b6551 4640 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
4641
46422000-09-04 Martin Lorentzson <martinl@gnu.org>
4643
7f8b6551 4644 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
4645
46462000-09-04 Martin Lorentzson <martinl@gnu.org>
4647
4648 * vc.el (vc-backend-release, vc-release-greater-or-equal)
4649 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
4650 (vc-minor-part, vc-previous-version): Functions that operate and
4651 compare revision numbers got proper documentation. Comments added
4652 about their possible removal.
4653
46542000-09-04 Martin Lorentzson <martinl@gnu.org>
4655
4656 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
4657 the vc-backend.el files.
4658
4659 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
4660
4661 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
4662 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
4663 (vc-rcs-previous-version): Functions added.
4664
4665 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
4666
4667 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
4668
46692000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4670
4671 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 4672 Comment out the definition for now. What is the right procedure
7a004b71
GM
4673 to get rid of it?
4674 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
4675 rewritten.
7f8b6551 4676 (vc-default-registered): Remove.
7a004b71
GM
4677 (vc-check-master-templates): New function; does mostly what the
4678 above did before.
4679 (vc-locking-user): Don't rely on the backend to set the property.
4680
4681 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 4682 Rewrite documentation.
7a004b71
GM
4683 (vc-rcs-templates-grabbed): New variable.
4684 (vc-rcs-grab-templates): New function.
7f8b6551 4685 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
4686
4687 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 4688 Rewrite documentation.
7a004b71
GM
4689 (vc-sccs-templates-grabbed): New variable.
4690 (vc-sccs-grab-templates): New function.
7f8b6551
SM
4691 (vc-sccs-registered): Rewrite to use above mechanism.
4692 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
4693 Don't throw the result, simply return it.
7a004b71 4694
7f8b6551
SM
4695 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
4696 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
4697 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 4698
7f8b6551 4699 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
4700 from main line.
4701
47022000-09-04 Martin Lorentzson <martinl@gnu.org>
4703
7f8b6551 4704 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 4705
7f8b6551 4706 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 4707
7f8b6551
SM
4708 * vc-rcs.el (vc-rcs-diff): New function.
4709 (vc-rcs-checkout): Bug (typo) found and fixed.
4710 (vc-rcs-register-switches): New variable.
7a004b71
GM
4711
4712 * vc.el (vc-backend-diff): Function removed and placed in the
4713 backend files.
4714
47152000-09-04 Martin Lorentzson <martinl@gnu.org>
4716
4717 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
4718
4719 * vc.el (vc-backend-checkout): Function removed and replaced in
4720 the vc-backend.el files.
4721
4722 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
4723
4724 * vc.el (vc-backend-admin): Removed and replaced in the
4725 vc-backend.el files.
4726
4727 * vc.el (Martin): Removed all the annotate functionality since it
4728 is CVS backend specific.
4729
47302000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4731
4732 * spec.txt: Added specification of vc-state.
4733
4734 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 4735 Remove handling of vc-latest-version and
7a004b71
GM
4736 vc-your-latest-version. What used to be vc-latest-version, is now
4737 returned as vc-workfile-version.
7f8b6551 4738 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
4739
47402000-09-04 Dave Love <fx@gnu.org>
4741
4742 * vc.el: [Merged from mainline.]
4743 (vc-dired-mode): Make the dired-move-to-filename-regexp
4744 regexp match the date, to avoid treating date as file size.
4745 Add YYYY S option to WESTERN/
4746
47472000-09-04 Dave Love <fx@gnu.org>
4748
4749 * vc.el: Require `compile' when compiling.
4750 (vc-logentry-check-hook): New option.
4751 (vc-steal-lock): Use compose-mail.
4752 (vc-dired-mode-map): Defvar when compiling.
4753 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
4754 vc-sccs.el and renamed. Callers changed.
4755 (vc-backend-checkout, vc-backend-logentry-check)
4756 (vc-backend-merge-news): Doc fix.
4757 (vc-default-logentry-check): New function.
4758 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
4759 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
4760 (vc-backend-merge): Doc fix. Use backend functions.
4761 (vc-check-headers): Use backend functions.
4762
4763 * vc-cvs.el: Require vc when compiling.
4764 (vc-cvs-register-switches): Doc fix.
4765 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
4766 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
4767 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
4768 New functions (code from vc.el).
4769 (vc-annotate-display-default): Fix interactive spec.
4770 (vc-annotate-time-span): Doc fix.
4771
4772 * vc-rcs.el: Require vc when compiling.
4773 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
4774 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
4775 (vc-rcs-checkin): New functions (code from vc.el).
4776 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
4777 Doc fix.
4778 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
4779
4780 * vc-sccs.el: Require vc when compiling.
4781 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
4782 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
4783 (vc-sccs-revert)
4784 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
4785 from vc.el).
4786 (vc-sccs-add-triple, vc-sccs-record-rename)
4787 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
4788 (vc-sccs-admin): Doc fix.
4789
47902000-09-04 Martin Lorentzson <martinl@gnu.org>
4791
4792 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
4793 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
4794 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
4795 from vc.el.
4796
4797 * vc-sccs.el (vc-admin-sccs): Added from vc.el
4798
4799 * vc-cvs.el: Moved the annotate functionality from vc.el.
4800 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
4801
48022000-09-04 Dave Love <fx@gnu.org>
4803
4804 * vc.el (vc-backend-release): Call vc-system-release.
4805
4806 * vc-sccs.el (vc-sccs-system-release):
4807 Renamed from vc-sccs-backend-release.
4808
4809 * vc-rcs.el (vc-rcs-system-release):
4810 Renamed from vc-rcs-backend-release.
4811
4812 * vc-cvs.el (vc-cvs-system-release):
4813 Renamed from vc-cvs-backend-release.
4814
48152000-09-04 Dave Love <fx@gnu.org>
4816
4817 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
4818 backend files.
4819 (vc-backend-release): Dispatch to backend functions.
4820 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
4821 probably needs attention.]
4822
4823 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
4824 (vc-sccs-backend-release): New function.
4825
4826 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
4827 (vc-cvs-backend-release): New function.
4828
4829 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
4830 Doc fix.
4831 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
4832 (vc-default-dired-state-info): New function.
4833 (vc-dired-state-info): Dispatch to backends.
4834 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
4835
4836 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
4837 from vc.el and renamed.
4838
48392000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4840
4841 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
4842 (vc-version-other-window, vc-backend-assign-name): Removed
4843 references to vc-latest-version; sometimes changed into
4844 vc-workfile-version.
4845
4846 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
4847 vc-rcs-master-workfile-version.
4848 (vc-rcs-workfile-version): Use the above. Don't call
4849 vc-latest-version (that was unreachable code, anyway).
4850 (vc-rcs-fetch-master-properties): Doc fix.
4851
4852 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
4853 (vc-backend-hook-functions): Removed them from this list, too.
4854 (vc-fetch-properties): Removed.
4855 (vc-workfile-version): Doc fix.
4856
4857 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
4858 (vc-rcs-workfile-version, vc-rcs-locking-user)
4859 (vc-rcs-uses-locking): Use it.
4860
4861 * vc-hooks.el (vc-consult-rcs-headers):
4862 Moved into vc-rcs-hooks.el, under the name
4863 vc-rcs-consult-headers.
4864
4865 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
4866 headers.
4867 (vc-cvs-find-master): Use this name only; correct different
4868 versions of the name.
4869
4870 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
4871 New functions.
4872 (vc-sccs-locking-user): Use the latter.
4873
4874 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
4875 New functions.
4876
4877 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
4878 Moved into both
4879 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
4880 functions are implementation details of those two backends.
4881
48822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4883
4884 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
4885 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
4886
4887 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
4888 (vc-sccs-parse-locks): SCCS-specific code moved here from
4889 vc-hooks.
4890
4891 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
4892 code moved here from vc-hooks.
4893
4894 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
4895 into back-end specific parts and removed. Callers not updated
4896 yet; because I guess these callers will disappear into back-end
4897 specific files anyway.
4898
48992000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4900
4901 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
4902 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
4903 `vc-uses-locking'.
4904
4905 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
4906 Store yes/no in the property, and return t/nil. Updated all
4907 callers.
4908
4909 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
4910 vc-sccs-uses-locking. Don't set property.
4911 (vc-sccs-locking-user): Don't set property.
4912
4913 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
4914 vc-cvs-uses-locking. Don't set property here; leave that to
4915 vc-hooks.
4916 (vc-cvs-locking-user): Reflect above change. Streamlined.
4917
4918 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
4919 vc-rcs-uses-locking.
4920 (vc-rcs-locking-user): Reflect above change.
4921
49222000-09-04 Dave Love <fx@gnu.org>
4923
4924 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
4925
4926 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
4927
4928 * vc-hooks.el (vc-checkout-model): Punt to backends.
4929
4930 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
4931
4932 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
4933
4934 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
4935 New functions.
4936
4937 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
4938 New functions.
4939
4940 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
4941 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
4942
4943 * vc-hooks.el (vc-default-locking-user): New function.
4944 (vc-locking-user, vc-workfile-version): Punt to backends.
4945
49462000-09-04 Dave Love <fx@gnu.org>
4947
4948 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
4949 (vc-master-workfile-version): Moved from vc-hooks.
4950
4951 * vc-rcs-hooks.el: Fix duplicate code in last change.
4952
4953 * vc-rcs-hooks.el: Require vc-hooks when compiling.
4954 (vc-rcs-master-templates): Improve :type.
4955 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
4956 vc-master-workfile-version): Moved from vc-hooks.
4957
4958 * vc-sccs-hooks.el: Require vc-hooks when compiling.
4959 (vc-sccs-master-templates): Improve :type.
4960 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
4961
4962 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
4963
4964 * vc-cvs-hooks.el: Require vc-hooks when compiling.
4965 (vc-cvs-master-templates): Improve :type. Use
4966 vc-cvs-find-cvs-master.
4967 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
4968 from vc-hooks.
4969 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
4970
4971 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
4972 Moved to vc-cvs-hooks.
4973
4974 * vc-hooks.el: Add doc strings in various places. Simplify the
4975 minor mode setup.
4976 (vc-handled-backends): New user variable.
4977 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
4978 simplification.
4979
49802000-09-04 Dave Love <fx@gnu.org>
4981
4982 * vc.el: Some doc fixes for autoloaded and interactive functions.
4983 Fix compilation warnings from ediff stuff.
4984 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
4985
4986 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
4987
4988 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
4989
4990 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
4991
49922000-09-04 Dave Love <fx@gnu.org>
4993
4994 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4995 New variable.
4996 (vc-make-backend-function, vc-loadup, vc-call-backend)
4997 (vc-backend-defines): New functions.
4998
4999 * vc-hooks.el: Various doc fixes.
5000 (vc-default-back-end, vc-follow-symlinks): Custom fix.
5001 (vc-match-substring): Function removed. Callers changed to use
5002 match-string.
5003 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
5004 Simplify.
5005
50062000-09-04 Dave Love <fx@gnu.org>
5007
5008 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
5009 type.
5010 (vc-sccs-project-dir, vc-search-sccs-project-dir)
5011 (vc-sccs-registered): Doc fix.
5012
5013 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
5014 (vc-cvs-registered): Doc fix.
5015
5016 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
5017 (vc-rcs-registered): Doc fix.
5018
50192000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5020
5021 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
5022
5023 * vc-hooks.el: vc-registered has been renamed
5024 vc-default-registered. Some functions have been moved to the
5025 backend specific files. they all support the
5026 vc-BACKEND-registered functions.
5027
50282000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5029
5030 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
5031
5032 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
5033
a033ea13
DL
50342000-09-04 Dave Love <fx@gnu.org>
5035
179fc9ef
DL
5036 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
5037 menu-bar-update-hook.
5038
5039 * help.el (help-manyarg-func-alist): Add
5040 find-operation-coding-system.
5041
a033ea13
DL
5042 * wid-edit.el (widget-sexp-validate): Fix garbled code.
5043
5044 * custom.el (custom-set-variables): Print message about errors in
5045 setting.
5046
f8803e97
AI
50472000-09-03 Andrew Innes <andrewi@gnu.org>
5048
5049 * makefile.w32-in: Change to DOS line endings.
5050
59836110
EZ
50512000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5052
5053 * mouse.el (mouse-popup-menubar): Supply the prompt string for
5054 minor-mode keymaps, if they don't have one.
5055
5514ba5c
EZ
50562000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5057
5058 * eshell/esh-module.el (eval-when-compile): Don't lose if
5059 esh-module.el's file name is truncated to DOS 8+3 limits.
5060
79cf8e80
JW
50612000-09-01 John Wiegley <johnw@gnu.org>
5062
5063 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
5064 predicate, which caused entries in the completion list to be
5065 doubled.
5066
50672000-08-30 John Wiegley <johnw@gnu.org>
5068
5069 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
5070 sending to subprocesses. Also, hook pre-command-hook if
5071 `eshell-send-direct-to-subprocesses' is non-nil.
5072 (eshell-send-direct-to-subprocesses): New config variable. If t,
5073 subprocess input is send immediately.
5074 (eshell-toggle-direct-send): New function.
5075 (eshell-self-insert-command): New function.
5076 (eshell-intercept-commands): New function.
5077 (eshell-send-input): If direct subprocess sending is enabled,
5078 don't echo any input to the Eshell buffer. Let the subprocess
5079 handle that. This requires "stty echo" in bash, for example.
5080
50812000-08-28 John Wiegley <johnw@gnu.org>
5082
5083 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
5084 completion function for Eshell's implementation of `unset'.
5085
778911b9
EZ
50862000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5087
5088 * info.el (Info-directory-list): Doc fix.
5089
05d07b49
PB
50902000-08-31 Peter Breton <pbreton@ne.mediaone.net>
5091
9b4a7800 5092 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
5093 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
5094
9941d4c7
KH
50952000-08-31 Kenichi Handa <handa@etl.go.jp>
5096
5097 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
5098 coding systems.
5099
af9ba8ad
AI
51002000-08-30 Andrew Innes <andrewi@gnu.org>
5101
5102 * timer.el (run-with-idle-timer): Undo last change, so that timer
5103 is not activated immediately if Emacs is already idle. Some
5104 existing code relies on this behaviour.
5105
caccd8f2
MB
51062000-08-30 Miles Bader <miles@gnu.org>
5107
5108 * frame.el (set-frame-font): Do completion of font-name for
5109 interactive use.
5110
b64c0a1c
KH
51112000-08-30 Kenichi Handa <handa@etl.go.jp>
5112
5113 * international/quail.el (quail-start-translation): Bind locally
5114 last-command-event, last-command, and this-command.
5115 (quail-start-conversion): Likewise.
75cf0095 5116 (quail-self-insert-command): Fix docstring.
b64c0a1c 5117
fd5f61d3
GM
51182000-08-29 Gerd Moellmann <gerd@gnu.org>
5119
5120 * progmodes/executable.el
5121 (executable-make-buffer-file-executable-if-script-p): Check that
5122 buffer contains at least 2 characters.
5123
5b671d04
EZ
51242000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
5125
5126 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
5127
485d9513
DL
51282000-08-29 Dave Love <fx@gnu.org>
5129
a39fb83d
DL
5130 * diff-mode.el (diff-mode) <defgroup>: Add :version.
5131 (diff-mode-shared-map): Bind mouse-2.
5132 (diff-imenu-generic-expression): New variable.
5133 (diff-mode): Use it.
5134
485d9513
DL
5135 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
5136 (mouse-popup-menubar): Add minor mode menus.
5137 (popup-menu): Check for lookup-key returning number.
5138
ba3478d9
MB
51392000-08-29 Miles Bader <miles@gnu.org>
5140
5141 * comint.el (comint-send-input): Create overlays using the proper
5142 front/read-advance arguments.
9b4a7800 5143
c3d6d211
GM
51442000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5145
5146 * ps-print.el: Even/odd pages printing. Doc fix.
5147 (ps-print-version): New version number (6.0).
5148 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
5149 (ps-background, ps-begin-file, ps-begin-job): Code fix.
5150 (ps-print-duplex-feature): Variable eliminated.
5151 (ps-even-or-odd-pages): New variable.
5152
ba087cd7 5153 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
5154 (ebnf-version): New version (3.3).
5155 (ebnf-user-arrow): Change variable customization to sexp.
5156 (ebnf-user-arrow): Function eliminated.
5157 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 5158
d313265f
KH
51592000-08-29 Kenichi Handa <handa@etl.go.jp>
5160
cba62b78 5161 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
5162 (help-make-xrefs): Handle help-xref-mule-regexp.
5163
5164 * international/mule-cmds.el (help-xref-mule-regexp-template): New
5165 variable.
5166 (describe-input-method): Temporarily activate the specfied input
5167 method to display the information.
5168 (describe-language-environment): Hyperlinks to mule related items.
5169
5170 * international/mule-diag.el (charset-multibyte-form-string): New
5171 function.
5172 (list-character-sets-1): Use charset-multibyte-form-string.
5173 (describe-character-set): New function.
5174 (describe-coding-system): Hyperlinks to safe character sets.
5175
5176 * international/quail.el (quail-help): New arg PACKAGE.
5177 Hyperlinks to mule related items.
5178 (quail-help-insert-keymap-description): Use
5179 substitute-command-keys instead of describe-bindings.
5180 (quail-translation-help): Hyperlinks to mule related items.
5181
b4bd214e
JW
51822000-08-28 John Wiegley <johnw@gnu.org>
5183
ca7aae91
JW
5184 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
5185 have a defsubst call itself. Made `eshell-flatten-list' back into
5186 a function again.
5187
b4bd214e
JW
5188 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
5189 catch, in case re-centering point at bottom messes up the display.
5190 This happens frequently in Emacs 21, due I believe to variable
5191 line heights.
5192
5193 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
5194 to call `find-tag-interactive'.
5195
5196 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
5197 the list of remember directories.
5198
d44e146b
JW
51992000-08-28 John Wiegley <johnw@gnu.org>
5200
5201 * align.el: Test align-region-separate to see if it's a symbol.
5202
546c0888 52032000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
5204
5205 * eshell/esh-util.el (eshell-flatten-list): Made this function
5206 into a defsubst form. It gets used very frequently, although
5207 calls don't occur all that often.
5208
5209 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
5210 examining it.
5211
5212 * eshell/esh-cmd.el (eshell-rewrite-while-command):
5213 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
5214 `eshell-protect'.
5215 (eshell-copy-handles): Created a new macro for duplicating the
5216 current set of open handles. This is needed by the looping
5217 functions.
5218 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
5219 is not incorrectly stomped on.
5220
5221 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
5222 declaration for pcomplete-use-paring.
5223 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
5224 value of eshell-cmpl-use-paring.
5225 * pcomplete.el (pcomplete-use-paring): New config variable, to
5226 indicate whether paring should be used.
5227 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
5228 completion alternatives that have already been used.
5229
5230 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
5231 bound to C-c C-y, which will repeat the previous N arguments
5232 (based on prefix argument).
5233 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
5234
5235 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
5236 if there is no *Help* buffer. This is for XEmacs, which renames
5237 its help buffers uniquely. TODO: Find out what the current buffer
5238 name to delete is.
5239
5240 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
5241 first entry that correlates to a passwd/group number. Later
5242 entries (used for group/user name aliasing to multiple IDs) are
5243 ignored.
5244
9b4a7800
TTN
5245 * eshell/em-xtra.el (eshell/expr):
5246 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
5247 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
5248 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
5249 argument list, before passing it to the system command.
5250
5251 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
5252 `find-tag' for use at final position in Eshell buffers (which
5253 otherwise triggers an error on Emacs 21).
5254 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
5255 buffer, if it is currently bound to `find-tag'.
5256
5257 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
5258 in the list of matched Makefile names.
5259 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
5260 directory, prefer its contents to Makefile.
5261
5262 * eshell/em-dirs.el (eshell/cd): cd commands that look up
5263 directory parts (like "cd old new", or "cd =regexp"), are now case
5264 sensitive on non-Windows/DOS platforms.
5265
5266 * eshell/esh-mode.el (eshell-parse-command-input): When a user
5267 types RET after an open delimiter (like "), display a message
5268 indicating that Eshell is waiting for the closing delimiter.
5269
5270 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
5271 environment variables.
5272
5273 * eshell/em-unix.el (eshell/diff): Added logic to fail more
5274 gracefully if the user enters incorrect arguments.
5275
5276 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
5277 Eshell buffers.
5278
9b4a7800
TTN
5279 * eshell/esh-var.el (eshell-interpolate-variable):
5280 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
5281 * eshell/em-unix.el (eshell-du-sum-directory):
5282 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
5283 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
5284 (not (= ...)).
5285
5286 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
5287 to ensure the `preserve' flag gets propagated when doing recursive
5288 directory copies.
5289
546c0888 52902000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
5291
5292 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
5293 Don't convert \n into \0177 in memory.
5294 (eshell-read-history, eshell-write-history): Convert \n to \0177,
5295 and back again, when reading and writing.
9b4a7800 5296
546c0888 52972000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
5298
5299 * eshell/esh-util.el (eshell-processp): Added to relieve constant
5300 testing of `fboundp' on `processp'.
5301
5302 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
5303 (eshell/jobs): Don't call process-list if it is not bound.
5304 (eshell-gather-process-output): Support systems where async
5305 subprocesses aren't supported.
5306 (eshell-scratch-buffer, eshell-last-sync-output-start): New
5307 variables.
5308
5309 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
5310 eshell-do-eval returns t.
5311 (eshell-do-pipelines-synchronously): New defmacro.
5312 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
5313 when async subprocesses aren't supported.
5314 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
5315 if async subprocesses aren't supported.
5316 (eshell-resume-command): Don't assume STATUS is a string.
5317
5318 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
5319
5320 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
5321 (eshell-close-target, eshell-get-target): Use eshell-processp.
5322 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
5323 fix.
5324 (eshell-get-target, eshell-create-handles): Doc fix.
5325
546c0888 53262000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 5327
546c0888 5328 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
5329 criterion to include commands that output something, as long as it
5330 leaves both the command and the end-of-buffer visible when the
5331 command has exited.
5332 (eshell-review-quick-commands): Adjust the help doc string
5333 accordingly.
5334
2a371c3b
PB
53352000-08-28 Peter Breton <pbreton@ne.mediaone.net>
5336
8348e1f9 5337 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 5338 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 5339
9b4a7800 5340 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
5341 (file-cache-assoc-function): New variable
5342 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
5343 Use file-cache-case-fold-search variable
5344 (file-cache-add-file): Use file-cache-assoc-function
5345 (file-cache-delete-file): likewise
5346 (file-cache-directory-name): likewise
5347 (file-cache-debug-read-from-minibuffer): likewise
5348
95931eb1
GM
53492000-08-28 Gerd Moellmann <gerd@gnu.org>
5350
5351 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
5352 (abbrev-table-name): New function.
5353 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
5354 If non-nil list local abbrev, only.
5355
bb17930d
GM
53562000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
5357
546c0888
EZ
5358 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
5359 from Gnus support code, and use special article copy buffer
bb17930d
GM
5360 `(gnus-original-article-buffer)' instead. This allows to get rid
5361 of article-hide-headers usage (which breaks in the latest Gnus
5362 version). Thanks to Detlev Zundel.
5363
41a68aef
KH
53642000-08-28 Kenichi Handa <handa@etl.go.jp>
5365
5366 * international/quail.el (quail-use-package): Hide "... loaded"
5367 message.
5368 (quail-start-translation, quail-start-conversion): Likewise.
5369
5370 * international/kkc.el (kkc-region): Hide "... loaded" message.
5371
28bb2cef
DL
53722000-08-27 Dave Love <fx@gnu.org>
5373
5374 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
5375
11a1118d
MB
53762000-08-27 Miles Bader <miles@gnu.org>
5377
5378 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
5379
0f85d477
KH
53802000-08-27 Kenichi Handa <handa@etl.go.jp>
5381
5382 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
5383 'ja-dic-cnv), not (require 'skkdic-cnv).
5384
2d73e8d3
MB
53852000-08-26 Miles Bader <miles@gnu.org>
5386
a0e5a5a4
MB
5387 * faces.el (face-x-resources): Add entry for :inherit.
5388 * cus-face.el (custom-face-attributes): Add support for :inherit
5389 attribute. Add support for relative face heights.
5390 (custom-face-attributes-get): Treat `nil' as being a default value
5391 for :inherit (as well as `unspecified').
5392
19feb949
MB
5393 * faces.el (set-face-attribute): Update doc string.
5394 (face-attribute-name-alist): Add :inherit.
5395 (face-valid-attribute-values): Handle :inherit.
5396 (face-read-string): Rephrase prompt to be less confusing.
5397 Assume that DEFAULT is a string, since we must return a string.
5398 (face-read-integer): Use `format' to turn DEFAULT into an
5399 acceptable default for face-read-string. Match NEW-VALUE against
5400 the string "unspecified", not the symbol `unspecified', since
5401 that's what face-read-string returns.
5402 (read-face-attribute): Lookup a name for old-value in valid, and
5403 use it as a default if we find one. Treat all values from
5404 face-read-string as strings. If the default is used, don't do any
5405 more processing on the value, just use the old value directly.
5406 (read-face-and-attribute, modify-face): Tweak prompt.
5407 (read-face-name): Don't assume prompt ends with a space.
5408
2d73e8d3
MB
5409 * faces.el (describe-face): Add support for :inherit attribute.
5410
a1a2e38f
KH
54112000-08-25 Kenichi Handa <handa@etl.go.jp>
5412
e84fa7c5
KH
5413 * terminal.el (terminal-emulator): Fix args to `concat'. Now
5414 concat doesn't accept interger.
5415
a1a2e38f
KH
5416 * international/kkc.el: Remove SKK from Keywords. Require
5417 ja-dic-utl instead of skkdic-utl.
5418
5419 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
5420 Provide ja-dic-cnv instead of skkdic-cnv.
5421 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
5422 (iso-2022-7bit-short): Add safe-charsets property.
5423 (skkdic-convert-postfix): Search Japanese chou-on character in
5424 addition to Hiragana character.
5425 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
5426 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
5427 (batch-skkdic-convert): Likewise.
5428
5429 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
5430 Provide ja-dic-utl instead of skkdic-utl.
5431 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
5432
f6499c03
DL
54332000-08-24 Dave Love <fx@gnu.org>
5434
1c2c3f16
DL
5435 * disp-table.el (standard-display-default): Make the test of `l'
5436 useful.
5437
f6499c03
DL
5438 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
5439 mod sample text.
5440
5441 * international/iso-ascii.el: Make pilcrow convenient string
5442 consistent with section.
5443 (iso-ascii-display): Set up multibyte characters as well as
5444 unibyte.
5445
c543db81
KH
54462000-08-24 Kenichi Handa <handa@etl.go.jp>
5447
5448 * international/mule-cmds.el (reset-language-environment): Set
5449 default-process-coding-system to '(undecided . iso-latin-1), which
5450 makes process I/O almost consistent with file I/O. Call this
5451 function when mule-cmds.el[c] is loaded.
5452
746d9caf
AI
54532000-08-22 Andrew Innes <andrewi@gnu.org>
5454
5455 * makefile.w32-in: New file.
5456
5484005d
MB
54572000-08-22 Miles Bader <miles@lsi.nec.co.jp>
5458
5459 * comint.el (comint-output-filter): Compare end of
5460 comint-last-output-overlay with the start of the newly inserted
5461 text, not the end, when deciding whether to extend it.
9b4a7800 5462 Set saved-point's insertion type to advance after insertion.
5484005d
MB
5463
5464 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
5465 since this is now done independently of font-lock mode.
5466
7a912f63
GM
54672000-08-21 Gerd Moellmann <gerd@gnu.org>
5468
5469 * server.el (server-kill-new-buffers): New user option.
5470 (server-existing-buffer): New buffer-local variable.
5471 (server-visit-files): When using an existing buffer, set
5472 server-existing-buffer to t.
5473 (server-buffer-done): If server-kill-new-buffers is t, kill the
5474 buffer, unless it was already present before visiting it with
5475 Emacs server.
9b4a7800 5476
240301df
EZ
54772000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
5478
5479 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
5480 even if the display doesn't support colors: some displays will
5481 support bold/underline faces.
5482
cbcef616
GM
54832000-08-21 Gerd Moellmann <gerd@gnu.org>
5484
6917e6bb
GM
5485 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
5486
cbcef616
GM
5487 * startup.el (command-line): If user's init file had an error,
5488 add explanatory text to *Messages*.
5489
6922b018
KH
54902000-08-21 Kenichi Handa <handa@etl.go.jp>
5491
5492 * man.el (Man-getpage-in-background): Decode the process output by
5493 the system locale coding system.
5494
e50c4203
DL
54952000-08-20 Dave Love <fx@gnu.org>
5496
96ab6351
DL
5497 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
5498 Don't test x-popup-menu.
5499 (function) <complete-function>: Complete only fbound symbols.
5500 <validate, value>: New.
5501 (variable) <complete-function>: Complete only bound symbols.
5502 (coding-system): Add :base-only, :complete-function, :validate,
5503 :value, :prompt-match.
5504 (widget-coding-system-prompt-value): Use read-coding-system and
5505 act on :base-only.
5506 (editable-field): Add :help-echo.
5507 (widget-push-button-gui, widget-push-button-cache)
5508 (widget-gui-action, widget-editable-list-gui): COmment out, along
5509 with uses.
5510 (widget-at): Make arg optional.
5511 (widget-echo-help): Adjust for current help-echo calling sequence.
5512 (widget-specify-field, widget-specify-button)
5513 (widget-specify-insert, widget-get-sibling, widget-image-find)
5514 (widget-convert, widget-insert, widget-leave-text)
5515 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
5516 (widget-setup, widget-field-find, widget-before-change)
5517 (widget-after-change, widget-default-complete)
5518 (widget-default-create, widget-default-delete)
5519 (widget-push-button-value-create, editable-field)
5520 (widget-field-prompt-value, widget-field-validate)
5521 (widget-choice-value-create, widget-choice-action)
5522 (widget-choice-validate, widget-checklist-add-item)
5523 (widget-radio-add-item, widget-radio-chosen)
5524 (widget-radio-value-inline, widget-editable-list-value-create)
5525 (widget-editable-list-entry-create)
5526 (widget-documentation-link-add)
5527 (widget-documentation-string-value-create)
5528 (widget-regexp-validate, widget-file-complete)
5529 (widget-sexp-validate, widget-plist-convert-widget)
5530 (widget-plist-convert-widget, widget-alist-convert-widget)
5531 (widget-alist-convert-widget, widget-color-complete): Simplify,
5532 particularly to avoid bindings which aren't optimized out.
5533
e50c4203
DL
5534 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
5535 Doc fix.
5536 (down-list, backward-up-list, up-list, kill-sexp)
5537 (backward-kill-sexp, mark-sexp): Make arg optional.
5538 (lisp-complete-symbol): Add optional arg PREDICATE.
5539
5540 * cus-start.el: Add display-buffer-reuse-frames,
5541 file-coding-system-alist.
5542
511bd4eb
GM
55432000-08-20 Gerd Moellmann <gerd@gnu.org>
5544
5545 * startup.el (command-line): Clear realized faces after
5546 modifying TTY color mappings.
5547
a9de7d29
MB
55482000-08-20 Miles Bader <miles@gnu.org>
5549
5550 * faces.el (face-attr-match-p): Don't return true if ATTRS are
5551 merely a subset of FACE's attributes.
5552
8a8023d9
MB
55532000-08-19 Miles Bader <miles@gnu.org>
5554
5555 * comint.el (comint-output-filter): Save the point with a marker,
5556 not just a buffer position.
5557
5558 * international/mule.el (set-buffer-process-coding-system): Make
5559 interactive prompt less confusing.
5560
1433385f
GM
55612000-08-19 Gerd Moellmann <gerd@gnu.org>
5562
5563 * hilit-chg.el: General cleanup of doc strings, comments and
5564 code formatting.
5565
136b4eda
MB
55662000-08-19 Miles Bader <miles@gnu.org>
5567
5568 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
5569 Compiler macro removed; beginning-of-line is no longer always
5570 equivalent to forward-line, in the presence of fields.
5571
5572 * comint.el (comint-output-filter): Remove ad-hoc saving of
5573 restriction, and just use save-restriction, now that it works
5574 correctly. Don't adjust comint-last-input-start to account for
5575 our insertion; it shouldn't have moved because we don't use
5576 insert-before-markers anymore. Comment out call to
5577 `force-mode-line-update'; why is it here?
5578
5579 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
5580 while checking for prompt to delete. Use `forward-line 0'
5581 instead of beginning-of-line.
5582 (gud-filter): Temporarily widen gud comint buffer while
5583 examining output.
5584
cdd0f857
SM
55852000-08-18 Stefan Monnier <monnier@cs.yale.edu>
5586
ebf96bfa
SM
5587 * progmodes/sh-script.el: Big bag of typos.
5588
cdd0f857
SM
5589 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
5590 check since ispell-process is not bound when ispell is not yet loaded.
5591
9bb7a286
DL
55922000-08-18 Dave Love <fx@gnu.org>
5593
5594 * image.el (find-image): Copy `spec' before using plist-put.
5595
74ec6045
GM
55962000-08-18 Gerd Moellmann <gerd@gnu.org>
5597
5598 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
5599 `portugues'.
5600
5601 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
5602 backward-kill-sexp, analogous to kill-sexp.
5603
5604 * progmodes/icon.el (icon-indent-line)
5605 (icon-is-continuation-line): Handle comments specially.
5606
56072000-08-17 Ken Stevens <k.stevens@ieee.org>
5608
5609 * ispell.el: Set to standard author/maintainer/keyword fields.
5610 Fine tuning to menu map appearance and operation, and added help.
5611 Remove `start' and `end' error messages when compiling.
5612 (ispell-choices-win-default-height): Fixed comment string.
5613 (ispell-dictionary-alist-1): Fixed regexp in castellano and
5614 castellano8 dictionaries.
5615 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
5616 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
5617 dictionary, added italiano dictionary.
5618 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
5619 word character
5620 (ispell-tex-skip-alists): Added psfig support.
5621 (ispell-skip-html): Renamed from ispell-skip-sgml.
5622 (ispell-begin-skip-region-regexp, ispell-skip-region)
5623 (ispell-minor-check): Improved html skipping support to skip across
5624 code, and recognize `&' commands without propper `;' syntax;
5625 (ispell-process-line): Fix alignment error when manually
5626 correcting spelling.
5627 (ispell): Fix comment string.
5628 (ispell-add-per-file-word-list): Always put word list on new line.
5629
3787e12e
GM
56302000-08-17 Gerd Moellmann <gerd@gnu.org>
5631
a7b28523
GM
5632 * format.el (format-encode-run-method): Fix error message to say
5633 `encode' instead of `decode'. Use save-window-excursion around
5634 shell-command-on-region as in format-decode-run-method because
5635 shell-command-on-region can display a buffer with error output.
5636 (format-decode): Don't record undo information for the decoding.
5637 (format-annotate-function): Add parameter FORMAT-COUNT. Make
5638 that number part of the temporary buffer name so that more than
5639 one decoding using a temporary buffer can happen safely.
5640
5641 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
5642 of `A-z' in the regexp.
5643
5644 * hilit-chg.el: Fix typos in commentary.
5645
3787e12e
GM
5646 * help.el (view-emacs-news): Rewritten for new naming scheme
5647 for old NEWS files.
5648
5649 * startup.el (command-line): Pop to *Messages* in case an error
5650 is signaled while loading user-init-file.
5651
d2473540
AS
56522000-08-17 Andreas Schwab <schwab@suse.de>
5653
5654 * files.el (insert-directory): Don't lose original file name,
5655 undoing an undocumented change.
5656
c0bbaf57
GM
56572000-08-17 Alex Schroeder <alex@gnu.org>
5658
5659 * sql.el (sql-magic-go): Use comint-bol.
5660 (sql-copy-column): Use comint-line-beginning-position.
5661 (comint-line-beginning-position): Define a replacement for
5662 comint-line-beginning-position if it is not fboundp.
5663
56642000-08-17 Alex Schroeder <alex@gnu.org>
5665
5666 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
5667 it didn't have any effect anyway.
5668
56692000-08-17 Alex Schroeder <alex@gnu.org>
5670
5671 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
5672 --pset and pager=off instead of sending \\o|cat at the beginning
5673 of the session.
5674
9d245da5
MB
56752000-08-17 Miles Bader <miles@gnu.org>
5676
5677 * progmodes/octave-inf.el: Add compatibility definition of
5678 comint-line-beginning-position.
5679
abfdbd2e
KH
56802000-08-17 Kenichi Handa <handa@etl.go.jp>
5681
5682 * startup.el (normal-top-level): Look in each dir in load-path for
5683 a leim-list.el file too. This assures of loading leim-list.el
5684 that is created at Emacs installation time even if a user have his
5685 own leim-list.el.
5686
a0b8c939
MB
56872000-08-17 Miles Bader <miles@gnu.org>
5688
5689 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
5690 foreground color to black if the background is dark.
5691
7382bcae
SM
56922000-08-16 Stefan Monnier <monnier@cs.yale.edu>
5693
5694 * loadhist.el (unload-feature): Typo.
5695
9b4a7800 5696 * finder.el (finder-compile-keywords):
7382bcae
SM
5697 * cus-dep.el (custom-make-dependencies): Add local-variable settings
5698 to the generated file.
5699
5700 * mail/mh-e.el (mh-make-local-vars):
5701 Replace make-variable-buffer-local with make-local-variable.
5702
cdd0f857 5703 * play/landmark.el:
7382bcae 5704 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
5705 * mail/mailabbrev.el (mail-abbrevs-mode):
5706 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
5707 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
5708
5709 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
5710
5711 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
5712 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
5713 Allow going past the last element.
9b4a7800 5714 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
5715 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
5716 (cvs-mouse-toggle-mark): Don't move point.
5717 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
5718
5719 * progmodes/compile.el (grep): Provide a default set of files.
5720 (next-error): Docstring fix.
5721 (compilation-find-file): Avoid find-file (fails in a dedicated window).
5722
5723 * emacs-lisp/easy-mmode.el (define-minor-mode):
5724 Use `symbol-value' to keep the byte-compiler quiet.
5725
5726 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
5727 (diff-find-source-location): New fun, extracted from diff-goto-source.
5728 (diff-goto-source): Use it.
5729 (diff-next-complex-hunk, diff-filter-lines): New function.
5730 (diff-apply-hunk): New command.
5731
5732 * smerge-mode.el (smerge-mode-menu): Doc fix.
5733
5734 * msb.el (msb-mode): Define it in terms of define-minor-mode.
5735
4f00b8c1
DL
57362000-08-16 Dave Love <fx@gnu.org>
5737
2b5198bb
DL
5738 * windmove.el (windmove) <defgroup>: Add :version.
5739
5740 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
5741 (goto-address-fontify-p, goto-address-highlight-p)
5742 (goto-address-url-face, goto-address-url-mouse-face)
5743 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
5744 (goto-address-url-regexp): Use thing-at-point-url-regexp.
5745 (goto-address-fontify, goto-address-at-mouse): Simplify,
5746 (goto-address-at-point): browse-url-url-at-point,
5747 goto-address-find-address-at-point can return nil.
5748 (goto-address-find-address-at-point): Return nil on failure.
5749
5750 * align.el (align) <defgroup>: Add :version.
5751
5752 * calculator.el (calculator): Add :version.
5753 (calculator): Use two lines for calculator window if `modeline'
5754 face is boxed.
5755
4f00b8c1
DL
5756 * play/5x5.el: Doc fixes.
5757 (5x5) <defgroup>: Add :version.
5758
5759 * play/fortune.el (fortune) <defgroup>: Add :version.
5760 (fortune-append): Fix error message.
5761 (fortune-from-region): Doc fix.
5762
5763 * play/pong.el (pong): Doc fix.
5764
5765 * play/morse.el: Keywords, commentary, autoloads.
5766
69db7ee7
EZ
57672000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
5768
5769 * desktop.el (desktop-save): Don't look at symbol-value of a
5770 member of minor-mode-alist, unless it is boundp.
5771
10e1dad9
SS
57722000-08-16 Sam Steingold <sds@gnu.org>
5773
a0b8c939 5774 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
5775 `while'; use `with-current-buffer' instead of `save-excursion'.
5776 Removed unnecessary kludges now that "*Buffer List*" is excluded.
5777
9d7bcb2e
KH
57782000-08-16 Kenichi Handa <handa@etl.go.jp>
5779
5780 * international/ccl.el (declare-ccl-program): Docstring modified.
5781 (ccl-execute-with-args): Likewise.
5782
04231ab8
MB
57832000-08-16 Miles Bader <miles@gnu.org>
5784
9d245da5 5785 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
5786 comint-line-beginning-position.
5787
f68446ef
GM
57882000-08-15 Gerd Moellmann <gerd@gnu.org>
5789
dc28878c
GM
5790 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
5791 'buffer-menu' property.
5792 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
5793 fails.
5794 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
5795 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
5796 wasn't killed.
10e1dad9 5797
58ed0d3b
GM
5798 * buff-menu.el (list-buffers-noselect): Don't display the
5799 *Buffer List* buffer.
5800
32dc52f7
GM
5801 * font-lock.el: Require jit-lock to prevent a very late
5802 `Loading jit-lock' message.
5803
f68446ef 5804 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 5805 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
5806 mail address.
5807
90ac90a2
MB
58082000-08-15 Miles Bader <miles@gnu.org>
5809
5810 * textmodes/ispell.el (ispell-graphic-p): New constant.
5811 (ispell-choices-win-default-height, ispell-help): Use
5812 `ispell-graphic-p' instead of `xemacsp'.
5813
b0a0e263
DL
58142000-08-15 Dave Love <fx@gnu.org>
5815
c1e757e3
DL
5816 * simple.el: Autoload widget-convert when compiling.
5817 (mail-user-agent): Doc fix.
5818
5819 * help.el (function-called-at-point, variable-at-point): Use
5820 with-syntax-table.
5821 (help-manyarg-func-alist): Add insert-and-inherit.
5822
5823 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
5824
5825 * delsel.el (delsel-unload-hook): New function.
5826
5827 * find-file.el: Doc fixes. Move provide to end.
5828 (ff) <defgroup>: Add :link.
5829 (ff-goto-click): Deleted.
5830 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
5831 Use mouse-set-point.
5832
5833 * textmodes/tildify.el: Doc fixes.
5834 (tildify) <defgroup>: Add:version.
5835
5836 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
5837 (glasses-custom-set): Use set-default, not set.
5838 (minor-mode-alist): Propertize the lighter.
5839 (glasses-mode): Provide optional arg.
5840
5f847612
DL
5841 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
5842 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
5843 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
5844 option. Provide :type.
5845 (cwarn-configuration): Provide :type.
5846 (cwarn-mode): Doc fix.
5847
5848 * add-log.el (change-log-merge): Doc fix.
5849 (change-log-redate): New command.
5850
b0a0e263
DL
5851 * net/browse-url.el (browse-url-filename-alist): Add a clause for
5852 Doze and Dog.
5853 (browse-url): Use dolist, not mapcar.
5854 (browse-url-at-point): Check for null url.
5855 (browse-url-event-buffer, browse-url-event-point): Functions
5856 deleted.
5857 (browse-url-at-mouse, browse-url-netscape): Simplify.
5858
5859 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
5860 modes.
5861 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
5862 Fix previous change to mapcan.
5863 (msb--init-file-alist, msb--add-separators)
5864 (msb--make-keymap-menu): Simplify.
5865 (msb--choose-file-menu): Use copy-sequence.
5866 (msb-mode-map): Add title to keymap.
5867 (msb-unload-hook): New function.
5868
5869 * bs.el: Fix indentation.
5870 (bs) <defgroup>: Add :links.
2b5198bb
DL
5871 (bs-show): Doc fix.
5872 (bs-apply-sort-faces): Don't use window-system.
5873 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 5874
70f1b78e
EZ
58752000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
5876
5877 * calendar/timeclock.el (timeclock-file): Run .timelog through
5878 convert-standard-filename.
5879
956777b3
GM
58802000-08-14 Gerd Moellmann <gerd@gnu.org>
5881
3215096c
GM
5882 * emacs-lisp/authors.el: New file.
5883
956777b3
GM
5884 * paren.el (show-paren-priority): New user option.
5885 (show-paren-function): Set overlay priorities to
5886 show-paren-priority.
10e1dad9 5887
0cde1424
MB
58882000-08-14 Miles Bader <miles@gnu.org>
5889
5890 * comint.el (comint-bol): Use `forward-line 0' instead of calling
5891 beginning-of-line with inhibit-field-text-motion bound.
5892
90cbf47e
GM
58932000-08-14 Gerd Moellmann <gerd@gnu.org>
5894
5895 * calendar/timeclock.el: New file.
5896
58972000-08-14 David Ponce <david@dponce.com>
5898
5899 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
5900 `widget-button-click'. so that one can use left mouse button to
5901 click on dialog buttons.
5902
59032000-08-14 Emmanuel Briot <briot@gnat.com>
5904
5905 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 5906 identifiers, since XML is case sensitive
10e1dad9 5907
79e8dca7 59082000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 5909
660394d1
MB
5910 * comint.el (comint-output-filter): Don't bother frobbing
5911 window-start, it doesn't seem to be necessary.
79e8dca7
MB
5912
5913 * comint.el (comint-send-string, comint-send-region): Make into
5914 real functions. Snapshot the prompt before sending.
5915
218c2cc7
EZ
59162000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
5917
5918 * info.el (Info-find-emacs-command-nodes): Rewrite to use
5919 technique similar to Info-index, instead of relying on specific
5920 names of relevant Index nodes.
5921 (Info-goto-emacs-command-node): Bind Info-history to nil when
5922 going to the first node found by Info-find-emacs-command-nodes.
5923
51e066d2 59242000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
5925
5926 * menu-bar.el (menu-bar-help-menu): Add a :help string.
5927
867102f2
MB
59282000-08-10 Miles Bader <miles@gnu.org>
5929
5930 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
5931
af718538
EZ
59322000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
5933
5934 * info.el (Info-file-list-for-emacs): More elements for the
5935 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
5936 and woman manuals.
5937
c51bacd6
MB
59382000-08-10 Miles Bader <miles@lsi.nec.co.jp>
5939
5940 * comint.el (comint-send-input): Make the newline boundary overlay
5941 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
5942 (comint-output-filter): Use `insert' instead of
5943 `insert-before-markers'. Extend comint-last-output-overlay when
5944 necessary since we can't rely on insert-before-markers to do it.
5945 * gud.el (gud-filter): Use `with-current-buffer' instead of
5946 save-excursion when inserting the output, so that point gets
5947 updated correctly; the old method relied on a rather dodgy
5948 side-effect of comint-output-filter to avoid the effect of
5949 save-excursion.
5950
98532b12
EZ
59512000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
5952
5953 * files.el (recover-file): Call insert-directory instead of
5954 invoking `ls' directly.
5955
3db4b719
MB
59562000-08-10 Miles Bader <miles@gnu.org>
5957
5958 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
5959 (comint-last-prompt-overlay): New variables.
5960 (comint-output-filter): Implement prompt highlighting.
5961 (comint-snapshot-last-prompt): New function.
5962 (comint-send-input): Snapshot the last prompt.
5963 Use comint-highlight-input-face.
5964 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
5965 Use defface instead of defcustom.
5966 (send-invisible, comint-send-eof): Snapshot the last prompt.
5967 (comint-delchar-or-maybe-eof): Use comint-send-eof.
5968 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
5969
96190aa1
SM
59702000-08-09 Stefan Monnier <monnier@cs.yale.edu>
5971
5cda4b07
SM
5972 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
5973 (regexp-opt-group): Use a list of chars for `letters'.
5974 (regexp-opt-charset): `chars' is now a list of chars.
5975 Use a char-table rather than a vector so it works for multibyte chars.
5976
96190aa1
SM
5977 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
5978 Set cvs-minor-current-files to the selected fileinfo.
5979 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
5980 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
5981
7d093d56
EZ
59822000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
5983
5984 * files.el (insert-directory): Don't call access-file on
5985 directories on DOS and Windows.
5986
b24c5811
KH
59872000-08-09 Kenichi Handa <handa@etl.go.jp>
5988
5989 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
5990 longer if necessary.
5991 (ccl-embed-code): Call ccl-embed-data to store CODE in
5992 ccl-program-vector.
5993
0a6fd67e
MB
59942000-08-09 Miles Bader <miles@gnu.org>
5995
5996 * comint.el (comint-output-filter): Properly handle the case where
5997 the text surrounded by comint-last-output-overlay was deleted.
5998
9f6d1a6c
GM
59992000-08-08 Gerd Moellmann <gerd@gnu.org>
6000
25ad1371
GM
6001 * info.el (Info-insert-dir): Use Info-additional-directory-list if
6002 non-nil.
6003 (Info-file-list-for-emacs): Remove "info" from the list because
6004 that leads to trying to use the documentation from file `info'
6005 in various situations where it isn't appropriate, for instance
6006 C-h C-k C-h i.
6007
6008 * ffap.el (ffap-read-file-or-url-internal): Handle case that
6009 DIR and/or STRING are nil.
6010
6011 * progmodes/compile.el (compilation-setup): Make variable
6012 compilation-error-screen-columns buffer-local, as some comment
6013 in the code suggests it should be.
6014
6015 * files.el (auto-mode-interpreter-regexp): New variable.
6016 (set-auto-mode): Use it.
6017
6018 * indent.el (indent-for-tab-command): Doc fix.
6019
6020 * mouse-sel.el (mouse-sel-mode): Doc fix.
6021
9f6d1a6c
GM
6022 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
6023 labels.
6024
6025 * help.el (print-help-return-message): When
6026 display-buffer-reuse-frames is set, let the help window been quit,
6027 instead of deleting it, which might delete a reused frame.
6028
3d819a75
EZ
60292000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6030
6031 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
6032 rename a directory to a name that differs only by its letter case.
6033
c5a52529
KH
60342000-08-08 Kenichi Handa <handa@etl.go.jp>
6035
6036 * international/quail.el (quail-define-rules): Handle Quail decode
6037 map correctly. Add code for supporting annotations.
6038 (quail-install-decode-map): New function.
6039 (quail-defrule-internal): New optional arguments decode-map and
6040 props.
6041 (quail-advice): New function.
6042
5e9e032a
SS
60432000-08-07 Sam Steingold <sds@gnu.org>
6044
6045 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
6046 `defconst', `define-condition', `with-slots'.
6047 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
6048
46645f4b
MB
60492000-08-03 Miles Bader <miles@gnu.org>
6050
6051 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6052 New variable.
6053 (comint-prompt-regexp, comint-get-old-input): Document dependence on
6054 comint-use-prompt-regexp-instead-of-fields.
6055 (comint-send-input): Add `input' field property to stuff we send to
6056 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
6057 (comint-output-filter): Add `output' field property to process
6058 output, if comint-use-prompt-regexp-instead-of-fields is nil.
6059 (comint-replace-by-expanded-history)
6060 (comint-get-old-input-default, comint-show-output)
6061 (comint-backward-matching-input, comint-forward-matching-input)
6062 (comint-next-prompt, comint-previous-prompt): Use field
6063 properties if comint-use-prompt-regexp-instead-of-fields is nil.
6064 (comint-line-beginning-position): New function.
6065 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
6066 (comint-replace-by-expanded-history-before-point): Use
6067 comint-line-beginning-position and line-end-position.
6068 (comint-last-output-overlay): New variable.
6069 (comint-mode): Make `comint-last-output-overlay' buffer-local.
6070
6071 * shell.el (shell-prompt-pattern): Doc change.
6072 (shell-backward-command): Use line-beginning-position.
6073
6074 * gud.el (gud-gdb-complete-command): Use
6075 comint-line-beginning-position.
6076
6077 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
6078 comint-bol doesn't actually go to the beginning of the line.
6079
6080 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
6081 if comint-use-prompt-regexp-instead-of-fields is non-nil.
6082 (try-expand-line-all-buffers): Likewise.
6083
6084 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
6085 explicitly matching comint-prompt-regexp.
6086 (sql-copy-column): Use comint-line-beginning-position instead of
6087 explicitly matching comint-prompt-regexp.
6088
6089 * progmodes/octave-inf.el (inferior-octave-complete): Use
6090 comint-line-beginning-position.
6091
6092 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
6093
6094 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
6095 looking for a prompt, use `forward-line 0' instead of
6096 `beginning-of-line', to avoid getting caught by an input field.
6097
ff3d9573
GM
60982000-08-07 Gerd Moellmann <gerd@gnu.org>
6099
6100 * files.el (shell-quote-wildcard-pattern): Make sure to return
6101 PATTERN, in the Unix case.
6102
e0d8827b
EZ
61032000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
6104
6105 * play/zone.el (zone): Discard any pending input before running
6106 the randomly-chosen pgm.
6107
24d55b8f
KH
61082000-08-07 Kenichi Handa <handa@etl.go.jp>
6109
6110 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
6111 checking the existence of any multibyte characters.
6112
3d05e1ee
GM
61132000-08-06 Gerd Moellmann <gerd@gnu.org>
6114
6c4a4368
GM
6115 * help.el (describe-mode): Test minor-mode symbol for being
6116 bound before testing its value for being nil.
6117
3d05e1ee
GM
6118 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
6119 `first', `second', and `third'.
6120
6121 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
6122 (second): Make it an alias for `cadr'.
6123
6968a481
EZ
61242000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
6125
6126 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
6127 types of display support faces now.
6128
e49aa397
GM
61292000-08-05 Gerd Moellmann <gerd@gnu.org>
6130
6131 * pcvs.el (require): Require `cl' during compilation, only.
6132
6133 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
6134 (toplevel): Remove `remq' and `remove' from autoloads.
6135 (cl-fake-autoloads): New variable. If set, arrange for an error
6136 when CL functions etc. are autoloaded.
6137
588aca27
EZ
61382000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
6139
2e78d4ab
EZ
6140 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
6141
85628348
EZ
6142 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
6143 popped up, but the user clicks outside the menu, return an empty
6144 regexp (that causes unhighlight-regexp to have no effect).
6145
74f0e552
EZ
6146 * menu-bar.el (menu-bar-games-menu): Add Zone.
6147
588aca27
EZ
6148 * hi-lock.el (toplevel): Require font-lock.
6149
f4988be7
GM
61502000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6151
ba087cd7 6152 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
6153 (ebnf-8-bit-chars): New var for bug fix.
6154 (ebnf-string): Bug fix.
6155
027b73ac
SS
61562000-08-03 Sam Steingold <sds@gnu.org>
6157
6158 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
6159 instead of `buffer-string'.
6160 (require 'cl): Always, not just when compiling.
6161 `ignore-errors' in `interactive', `list*', `defun*' &c make this
6162 necessary.
6163
2f1fa038
EZ
61642000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
6165
6166 * international/mule-cmds.el (select-safe-coding-system): Make
6167 the message text about selecting a safe coding system more clear.
6168
ead53494
GM
61692000-08-02 Gerd Moellmann <gerd@gnu.org>
6170
abb2db1c
GM
6171 * hi-lock.el: New file.
6172
6173 * play/zone.el: New file.
6174
ead53494
GM
6175 * replace.el (occur): Set tab-width in the *Occur* buffer to the
6176 value of tab-width in the original buffer. Choose a line number
6177 format that's a multiple of the original buffer's tab width, so
6178 that lines appear right.
6179
6180 * textmodes/ispell.el (ispell): New function, replacing an alias.
6181 Spell-check active region if in transient-mark-mode and mark
6182 is active; otherwise spell-check buffer.
6183
61842000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6185
6186 * ps-mule.el: Fix a customization problem on
6187 ps-mule-font-info-database-default.
6188
f4a2b0a4
EZ
61892000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
6190
6191 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
6192 display-mouse-p instead of window-system.
6193 (ebrowse-member-mode-map): Ditto.
6194
b685181e
GM
61952000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6196
ba087cd7
EZ
6197 * progmodes/ebnf2ps.el: Update ps-print functions call.
6198 Indentation fix. Doc fix.
b685181e
GM
6199 (ebnf-version): New version number (3.2).
6200 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 6201
3b5fab87
EZ
62022000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6203
032ebb29
EZ
6204 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
6205 font lock support on window-system.
6206 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
6207
3b5fab87
EZ
6208 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
6209 display-color-p, if fboundp, instead of window-system.
6210
7e2605e7
EZ
62112000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
6212
6213 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
6214 instead of window-system.
6215
6216 * wid-edit.el (widget-choose): Use display-mouse-p instead of
6217 window-system.
6218 (widget-choice-mouse-down-action): Use display-popup-menus-p
6219 instead of window-system.
6220
6221 * strokes.el (strokes-file): Run the file name through
6222 convert-standard-filename.
6223 (strokes-mode): Call display-mouse-p instead of looking at
6224 window-system. Change the error message accordingly.
6225
6226 * progmodes/cpp.el (toplevel): Support faces on tty's.
6227
6228 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
6229 (lm-plot-square, lm-init-display): Don't use window-system.
6230
6231 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
6232 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
6233
6234 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
6235 instead of looking at window-system.
6236
26119624
GM
62372000-07-30 Gerd Moellmann <gerd@gnu.org>
6238
6239 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
6240 of testing if iswitchb-prepost-hooks is bound, because the
6241 latter will always be true when invoking a recursive minibuffer
6242 from an active Iswitchb buffer.
6243
c90596f3
EZ
62442000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6245
6246 * files.el (shell-quote-wildcard-pattern): New function.
6247 (insert-directory): Call it. Only prepend "\" to command on Unix
6248 and GNU/Linux systems.
6249
18925e78
GM
62502000-07-30 Gerd Moellmann <gerd@gnu.org>
6251
6252 * eshell/esh-groups.el: Change custom :link file names
6253 from `eshell.info' to `eshell'.
6254
62552000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
6256
6257 * dired.el (dired-build-subdir-alist): Expand subdirectory names
6258 correctly in recursive ange-ftp listings.
6259
62602000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6261
6262 * ps-print.el: Fix bug 1: if ps-font-size-internal,
6263 ps-header-font-size-internal and
6264 ps-header-title-font-size-internal variables are not set,
6265 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
6266 face text property is (foreground-color . COLOR) or
6267 `(background-color . COLOR)', ps-print crashes. Doc fix.
6268 (ps-print-version): New version number (5.2.4).
6269 (ps-plot-region): Code fix.
6270 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
6271 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
6272 Bug fix 2.
6273
62742000-07-30 Milan Zamazal <pdm@freesoft.cz>
6275
6276 * glasses.el (glasses-make-readable): Fix uncapitalization of
6277 identifiers like `myXMLDocument'.
6278
aeb4c63e
KF
62792000-07-28 Karl Fogel <kfogel@red-bean.com>
6280
18925e78
GM
6281 * mail/mail-hist.el (mail-hist-previous-input)
6282 (mail-hist-next-input): Do the obvious code factorization.
6283 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
6284 code of above two.
6285 If inserting a message body, leave point at top.
6286
9d453139
SS
62872000-07-28 Sam Steingold <sds@gnu.org>
6288
6289 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
6290 Use `<=', not `<' to compare times!
6291 (ange-ftp-ls): Remove.
9d453139 6292
b548072f
GM
62932000-07-27 Gerd Moellmann <gerd@gnu.org>
6294
27848c01
GM
6295 * play/cookie1.el: Add explanation of how to make cookie.el
6296 compatible with strfile(1) to comment.
6297
6298 * subr.el (remove, remq): New functions.
6299
3ab82477
GM
6300 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
6301 escape `*' in regexps.
6302 (midnight-find): Reverse order of arguments in the funcall of
6303 TEST.
6304
6305 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
6306 and `.class'.
6307
b548072f
GM
6308 * play/meese.el: Add Commentary section.
6309
27848c01
GM
63102000-07-27 Alex Schroeder <alex@gnu.org>
6311
6312 * sql.el (sql-ms): Added autoload cookie.
6313 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
6314 (sql-oracle): Ditto.
6315 (sql-help): Doc change.
6316
6317 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
6318 types and exceptions.
6319
63202000-07-27 Alex Schroeder <alex@gnu.org>
6321
6322 * sql.el (sql-placeholder-history): New variable.
6323 (sql-query-placeholders-and-send): New function that will query
6324 the user and replace placeholders with user input.
6325 (sql-oracle): If running on NT, set comint-input-sender to
6326 sql-query-placeholders-and-send.
6327
6328 (sql-stop): If in the SQLi buffer, insert stop notification, else
6329 present it as a message.
6330
63312000-07-27 Alex Schroeder <alex@gnu.org>
6332
6333 * sql.el (sql-input-ring-separator): Doc change.
6334 (sql-input-ring-file-name): Doc change.
6335 (sql-interactive-mode): Use `sql-input-ring-separator' and
6336 `sql-input-ring-file-name' to set the comint-mode equivalents
6337 without making them local variables.
6338 (sql-stop): Don't bind `sql-input-ring-separator' and
6339 `sql-input-ring-file-name' dynamically to their comint-mode
6340 equivalents.
6341
91ae8751
KH
63422000-07-27 Kenichi Handa <handa@etl.go.jp>
6343
6344 * international/mule.el (register-char-codings): New function.
6345 (make-coding-system): Handle `safe-chars' specification in the arg
6346 PROPERTY.
6347
6348 * international/mule-cmds.el
6349 (find-coding-systems-region-subset-p): This function deleted.
6350 (sort-coding-systems-predicate): New variable.
6351 (sort-coding-systems): New function.
6352 (find-coding-systems-region): Use
6353 find-coding-systems-region-internal.
6354 (find-coding-systems-string): Use find-coding-systems-region.
6355 (find-coding-systems-for-charsets): Check
6356 char-coding-system-table.
6357 (select-safe-coding-system-accept-default-p): New variable.
6358 (select-safe-coding-system): Mostly rewritten. New argument
6359 ACCEPT-DEFAULT-P.
6360 (select-message-coding-system): Call select-safe-coding-system
6361 with ACCEPT-DEFAULT-P arg.
6362 (reset-language-environment): Reset default-sendmail-coding-system
6363 to the default value iso-latin-1.
6364 (set-language-environment): Don't set the obsolete variable
6365 charset-origin-alist.
6366
6367 * international/codepage.el (cp-coding-system-for-codepage-1):
6368 Give `safe-chars' property to make-coding-system.
6369
6370 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
6371 calling select-message-coding-system twice.
6372
6373 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
6374 instead of `safe-charsets'.
6375 (cyrillic-alternativnyj): Likewise.
6376 (ccl-encode-alternativnyj): Don't check the charset
6377 cyrillic-iso8859-5.
6378
90cf4474
KH
63792000-07-27 Kenichi Handa <handa@etl.go.jp>
6380
6381 * composite.el (compose-chars-after): Preserve match data.
6382
a1f84f6d
SS
63832000-07-26 Sam Steingold <sds@gnu.org>
6384
6385 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
6386 (ange-ftp-real-file-newer-than-file-p): New function.
6387 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
6388 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
6389
6390 * tooltip.el (tooltip-float-time): Removed (use `float-time').
6391 * midnight.el (midnight-float-time): Ditto.
6392
e092928e
AS
63932000-07-26 Andreas Schwab <schwab@suse.de>
6394
6395 * files.el (normal-backup-enable-predicate): Correct
6396 interpretation of the return value of compare-strings.
6397
7465ebef
GM
63982000-07-26 Gerd Moellmann <gerd@gnu.org>
6399
3353ef5a
GM
6400 * isearch.el (isearch-resume): New function.
6401 (isearch-done): Add something to command-history to resume
6402 the search.
6403 (isearch-yank-line, isearch-yank-word): Use
6404 buffer-substring-no-properties instead of buffer-substring.
6405
7465ebef
GM
6406 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
6407 of flyspell-mouse-map.
6408
6409 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
6410 duplicate definition.
6411 (makefile-mode): Remove duplicate setting of local-abbrev-table.
6412
6413 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
6414 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
6415
5044b74a
SS
64162000-07-25 Sam Steingold <sds@gnu.org>
6417
25759a92
SS
6418 * net/ange-ftp.el: Get modtime over the net.
6419 (ange-ftp-file-modtime): New function.
a95cb10a
GM
6420 (ange-ftp-write-region, ange-ftp-insert-file-contents)
6421 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
6422 Use it.
6423 (ange-ftp-dot-to-slash): New function.
6424 (ange-ftp-fix-name-for-vms): Use it.
6425
5044b74a
SS
6426 * midnight.el (midnight-buffer-display-time): Use
6427 `with-current-buffer'.
6428
5dcfb3f4
GM
64292000-07-25 Gerd Moellmann <gerd@gnu.org>
6430
6431 * find-dired.el: Update copyright notice.
6432 (find-dired): Offer to kill a running `find'.
6433
6434 * enriched.el (enriched-face-ans): For a `foreground-color'
6435 property, return '(("x-color" COLOR))' so that COLOR will be
6436 output as a parameter of the x-color annotation. Likewise for the
6437 `background-color' property. In the case of normal face
6438 properties, don't return annotations for unspecified foreground
6439 and background face attributes.
6440
8c662166
KH
64412000-07-25 Kenichi Handa <handa@etl.go.jp>
6442
6443 * language/japan-util.el (japanese-katakana-region): Fix handling
6444 HANKAKU argument.
6445
c28da489
MB
64462000-07-25 Miles Bader <miles@gnu.org>
6447
6448 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
6449 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
6450 constrain-to-field.
6451
ad349719
AI
64522000-07-24 Andrew Innes <andrewi@gnu.org>
6453
6454 * timer.el (timer-activate-when-idle): Add optional parameter
6455 DONT-WAIT. Update docstring.
6456 (run-with-idle-timer): Specify extra parameter to
6457 timer-activate-when-idle, so that timer will be activated
6458 immediately if Emacs is already idle.
6459
6460 * w32-fns.el (w32-using-nt): Fix docstring.
6461
c95162f5
DL
64622000-07-24 Dave Love <fx@gnu.org>
6463
6464 * mouse.el (popup-menu): Set last-command-event.
6465 (mouse-major-mode-menu-prefix): Declare.
6466
e3c31fd5
GM
64672000-07-24 Gerd Moellmann <gerd@gnu.org>
6468
6469 * textmodes/flyspell.el: Update to author's version 1.5d.
6470
6471 * progmodes/hideshow.el: Update copyright notice.
6472
6473 * vcursor.el: Set maintainer to FSF, since author cannot
6474 be reached.
6475
7636d2a3
EZ
64762000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6477
fbe0a958
EZ
6478 * info.el (Info-goto-emacs-key-command-node): Leave a space after
6479 the prompt.
6480
7636d2a3
EZ
6481 * mouse.el (popup-menu): Run the keymap through indirect-function,
6482 in case it was defined with define-prefix-key. If the menu is a
6483 list of keymaps, look up the binding of user's choice in each one
6484 of the keymaps.
6485 (mouse-popup-menubar): If the global and local menu-bar keymaps
6486 don't have a prompt string, create one and insert it into the
6487 keymap. Don't barf if current-local-map returns nil.
6488
e024b101
GM
64892000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
6490
6491 * dired.el (dired-sort-R-check): Added to allow recursive listing
6492 to be undone.
6493 (dired-sort-other): Use it.
6494
7972fcfc
GM
64952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6496
e024b101 6497 * Release of cc-mode 5.27
7972fcfc
GM
6498
64992000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6500
6501 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
6502 c-beginning-of-statement-1 that caused a bad case of recursion
6503 which could consume a lot of CPU in large classes in languages
6504 that have in-expression classes (i.e. Java and Pike).
6505
6506 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
6507 statements before top level constructs (i.e. case 6 is moved
6508 before case 5 and is now case 4) to catch in-expression
6509 classes in top level expressions correctly.
6510
65112000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6512
6513 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
6514 objc-method-intro. Case 4 removed and case 5I added.
6515
6516 * cc-langs.el (c-append-paragraph-start): New variable used by
6517 c-common-init to get paragraph-start correct.
6518 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
6519 initialize paragraph-start to make it correct both with and
6520 without the javadoc special case.
6521
6522 * cc-mode.el (java-mode): Use c-append-paragraph-start to
6523 initialize paragraph-start for javadoc markup.
6524
6525 * cc-vars.el (c-style-variables-are-local-p): Incompatible
6526 change by defaulting this to t. It's motivated by the
6527 confusing behavior that otherwise arise from the style system
6528 when editing both java and non-java files at the same time
6529 (see the comments about style setting in c-common-init).
6530
65312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6532
6533 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
6534 similar to the one in c-fill-paragraph to check the fill
6535 prefix from the adaptive fill function for sanity.
6536
65372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6538
6539 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
6540 defun block.
6541
65422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6543
5044b74a 6544 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
6545
65462000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6547
6548 * cc-align.el (c-lineup-multi-inher): Handle lines with
6549 leading comma nicely. Extended to handle member initializers
6550 too.
6551
e024b101 6552 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
6553 c-guess-basic-syntax): Fixed recognition of inheritance lists
6554 when the lines begins with a comma.
6555
5044b74a 6556 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
6557
6558 * cc-vars.el (c-offsets-alist): Changed default for
6559 member-init-cont to c-lineup-multi-inher since it now handles
6560 member initializers and indents better for leading commas.
6561
65622000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6563
6564 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
6565 handling that caused class open lines to be recognized as
6566 statement-conts in some cases.
6567
6568 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
6569 guessed by the adaptive fill function unless point is on the
6570 first line of a block comment.
6571
6572 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
6573 when the buffer ends with a macro continuation char.
6574
6575 * cc-engine.el (c-guess-basic-syntax): Added support for
6576 function definitions as statements in Pike. The first
6577 statement in a lambda block is now labeled defun-block-intro
6578 instead of statement-block-intro.
6579
6580 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
6581 so that the class surrounding point is selected, not the one
6582 innermost in the state.
6583
6584 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
6585 recognition of switch labels having hanging multiline
6586 statements.
6587
6588 * cc-engine.el (c-beginning-of-member-init-list): Broke out
6589 some code in c-guess-basic-syntax to a separate function.
6590 * cc-engine.el (c-just-after-func-arglist-p): Fixed
6591 recognition of member inits with multiple line arglists.
6592 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
6593 member-init-cont when the commas are in funny places.
6594
65952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6596
6597 * cc-defs.el (c-auto-newline): Removed this macro since it's
6598 not used anymore.
6599
6600 * cc-engine.el (c-looking-at-bos): New helper function.
6601 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
6602 inexpr and toplevel classes apart in Pike.
6603
6604 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
6605 of case 9A.
6606
6607 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
6608 constant, since "class" can introduce an in-expression class
6609 in Pike nowadays.
6610
66112000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6612
6613 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
6614 indentation on cpp-macro lines.
6615
6616 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
6617 a syntax modifier like comment-intro, to make it possible to
6618 get syntactic indentation for preprocessor directives. It's
6619 incompatible wrt to lineup functions on cpp-macro, but it has
6620 no observable effect in the 99.9% common case where cpp-macro
6621 is set to -1000.
6622
66232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6624
6625 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
6626 member-init-cont when the preceding arglist is several lines.
6627
66282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6629
6630 * cc-styles.el (c-style-alist): The basic offset for the BSD
6631 style corrected to 8.
6632
66332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6634
6635 * cc-styles.el (c-style-alist): Adjusted the indentation of
6636 brace list openers in the gnu style.
6637
66382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6639
6640 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
6641
6642 * cc-cmds.el (c-electric-brace, c-electric-slash,
6643 c-electric-star, c-electric-semi&comma, c-electric-colon,
6644 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
6645 when c-syntactic-indentation is nil.
6646
6647 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
6648 we were left at comments preceding the first statement when
6649 reaching the beginning of the buffer.
6650
6651 * cc-vars.el (c-syntactic-indentation): New variable to turn
6652 off all syntactic indentation.
6653
66542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6655
6656 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
6657 between the text and the block comment ender when it hangs,
6658 depending on how many there are before the fill.
6659
66602000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6661
6662 * cc-engine.el (c-beginning-of-closest-statement): New helper
6663 function to go back to the closest preceding statement start,
6664 which could be inside a conditional statement.
6665 * cc-engine.el (c-guess-basic-syntax): Use
6666 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
6667
6668 * cc-engine.el (c-guess-basic-syntax): Better handling of
6669 arglist-intro, arglist-cont-nonempty and arglist-close when
6670 the arglist is nested inside parens. Cases 7A, 7C and 7F
6671 changed.
6672
6673 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
6674 up-to-date with javadoc 1.2.
6675
66762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6677
6678 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
6679 multiline Pike type decls.
6680
66812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6682
6683 * cc-cmds.el (c-indent-new-comment-line): Always break
6684 multiline comments in multiline mode, regardless of
6685 comment-multi-line.
6686
66872000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6688
6689 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
6690 fully::qualified::names in C++ member init lists. Preamble in
6691 case 5D changed.
6692
66932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6694
6695 * cc-langs.el (c-common-init): Handling of obsolete variables
6696 moved to c-initialize-cc-mode. More compatible style override
6697 when using global style variables.
6698 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
6699 variables moved here.
6700
e024b101 6701 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
6702 c-special-indent-hook as a style variable. Don't talk about
6703 doing (c-make-styles-buffer-local t) in a mode hook, since
6704 that's already too late to work right.
5044b74a 6705
7972fcfc
GM
6706 * cc-styles.el (c-make-styles-buffer-local): Flag style
6707 variable localness in c-style-variables-are-local-p to make
6708 the compatibility measure in c-common-init work well.
6709
6710 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
6711 longer contain set-from-style.
6712 * cc-styles.el (c-initialize-builtin-style): Don't check for
6713 set-from-style on c-special-indent-hook.
6714 * cc-styles.el (c-copy-tree): Obsolete. The standard function
6715 copy-alist is sufficient now.
6716
6717 * cc-styles.el (c-set-style, c-set-style-1,
6718 c-get-style-variables): Fixes to variable initialization so
6719 that duplicate entries in styles have the same effect
6720 regardless of DONT-OVERRIDE.
6721
6722 * cc-styles.el (c-set-style-2): Fixed bug where the
6723 initialization of inheriting styles failed when the
6724 dont-override flag is set.
6725
6726 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
6727 on this.
6728
67292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6730
6731 * cc-defs.el (c-forward-comment): Removed the workaround
6732 introduced in 5.38 since it had worse side-effects. If a line
6733 contains the string "//\"", it regarded the // as a comment
6734 start since the \ temporarily doesn't have escape syntax.
6735
67362000-07-17 Emmanuel Briot <briot@act-europe.fr>
6737
6738 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
6739 ada-xref.el before ada-prj.el, so that the Project menu is created
6740 when ada-prj tries to add to it.
6741 (ada-activate-keys-for-case): Suppress the characters that are not
6742 part of the Ada syntax. Better compatibility with else-mode
6743 (ada-adjust-case-interactive): When auto-casing is not active,
6744 correctly insert newlines (used to insert only ^M). Prevent the
6745 syntax table from being changed in case of an error
814299a7 6746 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
6747 Do nothing if ada-auto-case is nil.
6748 (ada-after-keyword-p): Ignore keywords that are also attributes
6749 (ada-batch-reformat): Update usage comment
6750 (ada-call-from-contextual-menu): New function
6751 (ada-case-read-exceptions): Reinitialize the casing exception list
6752 first to nil first, so that the casing exception file can be
6753 shared.
6754 (ada-check-defun-name): Handles "configure" keyword for gnatdist
6755 files.
6756 (ada-compile-goto-error): Fix regexp used to detect a file:line
6757 anywhere in the error message
6758 (ada-contextual-menu-last-point): New variable
6759 (ada-create-keymap): If the variable delete-key-deletes-forward is
6760 t on XEmacs, it means that DEL should delete one character
6761 forward.
6762 (ada-create-menu): Use :included instead of :visible for XEmacs.
6763 New submenu "Options".
6764 (ada-end-stmt-re): Correctly indent "select ... then abort"
6765 statements.
6766 (ada-fill-comment-paragraph): Correctly delete all leading '--'
6767 even if they don't match ada-fill-comment-prefix Fix handling of
6768 paragraphs on the first or last line of a file.
6769 (ada-format-paramlist): Fix handling of default parameter values.
6770 (ada-get-body-name): New function.
6771 (ada-get-current-indent): Optimized by searchling directly for an
6772 existing generic part or a statement outside of it. Handle
6773 ada-indent-align-comments when indenting comments Replaced some
6774 regexps by testing directly the next character. This results in a
6775 huge speedup on some files. New indentation scheme for renames
6776 statements. Stop looking for the 'while' or 'for' associated with
6777 a 'loop' at the first semicolon encountered. A "return" can also
6778 match an anonymous access subprogram declaration.
6779 (ada-get-indent-noindent): Ignore strings and comments when
6780 looking for the keywords "record" and "private".
6781 (ada-goto-matching-decl-start): When matching "if", make sure we
6782 are not in fact seeing "end if". Ignore "when" statements except
6783 when initial keyword was "begin". Fix handling of nested
6784 procedures. Add a recursive call to this function to skip over
6785 other 'end' statmts. Fix indentation for "when .. => begin"
6786 (ada-in-open-paren-p): Fix indentation for complex boolean
6787 expressions, where 'and then', 'or else' and parenthesis
6788 statements are mixed up.
6789 (ada-in-paramlist-p): Skip comments while searching for the
6790 beginning Fix handling of operator declarations.
6791 (ada-indent-align-comments): New variable
6792 (ada-indent-current): Change the syntax table only in the
6793 protected section, so that we are sure it is restored correctly.
6794 (ada-indent-on-previous-lines): Use ada-use-indent and
6795 ada-with-indent Correctly indent "select ... then"
6796 (ada-indent-region): Slight speedup.
6797 (ada-indent-renames): New variable.
6798 (ada-last-which-function-subprog, ada-last-which-function-line):
6799 New variables
6800 (ada-looking-at-semi-private): Correctly indent the 'private'
6801 keyword when it is the first word in a package declaration.
6802 (ada-loose-case-word): Stop searching if at the end of the buffer.
6803 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
6804 even if point is not initially at the end of the word.
6805 (ada-matching-decl-start-re): Add "when".
6806 (ada-mode): Add support for abbrev-mode, outline-mode and
6807 which-func-mode Override the old find-file.el entry in
6808 ff-special-constructs since it is using the obsolete
6809 ada-spec-suffix variable
6810 (ada-no-auto-case): New function
6811 (ada-scan-paramlist): When parsing the argument type, accept
6812 spaces (as in "X 'Class", generated by Rational Rose).
6813 (ada-other-file-name): No longer loads the other file.
6814 (ada-popup-menu): Save and restore the current buffer and cursor
6815 position before and after displaying the menu.
6816 (ada-search-ignore-complex-boolean): New function.
6817 (ada-uncomment-region): Emacs21 already knows how to delete
6818 comments not starting in the first column.
6819 (ada-use-indent): New variable
6820 (ada-which-function): New function.
6821 (ada-with-indent): New variable
6822 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
6823 can be batch-compiled from the command line.
6824
6825 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
6826 Add to the menu when the file is loaded, not in ada-mode-hook.
6827 Add -toolbar to the default ddd command Switches moved from
6828 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
6829 ada-prj-default-comp-opt
6830 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
6831 Reference Manual to the menu
6832 (ada-check-current): rewritten as a call to ada-compile-current
6833 (ada-compile): Removed.
6834 (ada-compile-application, ada-compile-current, ada-check-current):
6835 Set the compilation-search-path so that compile.el automatically
6836 finds the sources in src_dir. Automatic scrollong of the
6837 compilation buffer. C-uC-cC-c asks for confirmation before
6838 compiling
6839 (ada-compile-current): New parameter, prj-field
6840 (ada-complete-identifier): Load the .ali file before doing
6841 processing
6842 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
6843 conform to gnatmake's behavior.
6844 (ada-find-file-in-dir): New function
6845 (ada-find-references): Set the environment variables for gnatfind
6846 (ada-find-src-file-in-dir): New function.
6847 (ada-first-non-nil): Removed
6848 (ada-gdb-application): Add support for jdb, the java debugger.
6849 (ada-get-ada-file-name): Load the original-file first if not done
6850 yet.
6851 (ada-get-all-references): Handles the new ali syntax (parent types
6852 are found between <>).
6853 (ada-initialize-runtime-library): New function
6854 (ada-mode-hook): Always load a project file when a file is opened,
6855 so that the casing exceptions are correctly read.
6856 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
6857 (ada-parse-prj-file): Use find-file-noselect instead of find-file
6858 to open the project file, since the latter does not work with
6859 speedbar Get default values before loading the prj file, or the
6860 default executable file name is wrong. Use the absolute value of
6861 src_dir to initialize ada-search-directories and
6862 compilation-search-path,... Add the standard runtime library to
6863 the search path for find-file.
6864 (ada-prj-default-debugger): Was missing an opening '{'
6865 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
6866 variables.
6867 (ada-prj-default-gnatmake-opt): New variable
6868 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
6869 buffers, the project file is the default one Save the windows
6870 configuration before displaying the menu.
6871 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
6872 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
6873 ...) regexp-quote identifiers names to support operators +,
6874 -,... in regexps.
6875 (ada-remote): New function.
6876 (ada-run-application): Erase the output buffer before starting the
6877 run Support remote execution of the application. Use
6878 call-process, or the arguments are incorrectly parsed
6879 (ada-set-default-project-file): Reread the content of the active
6880 project file, not the one from the current buffer When a project
6881 file is set as the default project, all directories are
6882 automatically associated with it.
6883 (ada-set-environment): New function
6884 (ada-treat-cmd-string): New special variable ${current}
6885 (ada-treat-cmd-string): Revised. The substitution is now done for
6886 any ${...} substring
6887 (ada-xref-current): If no body was found, compiles the spec
6888 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
6889 compiler to get rid of command line length limitations.
6890 (ada-xref-get-project-field): New function
6891 (ada-xref-project-files): New variable
6892 (ada-xref-runtime-library-specs-path)
6893 (ada-xref-runtime-library-ali-path): New variables
6894 (ada-xref-set-default-prj-values): Default run command now does a
6895 cd to the build directory. New field: main_unit Provide a default
6896 file name even if the current buffer has no prj file.
6897
6898 * ada-prj.el:
6899 Rewritten to show a tabbed-dialog.
6900 (ada-prj-add-ada-menu): Remove the map and name parameters.
6901 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
6902 New function
6903 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
6904 (ada-prj-load-from-file): New function
6905 (ada-prj-save): Always save fields that depend on the current buffer
6906 (ada-prj-show-value): New function
5044b74a 6907
7972fcfc
GM
6908 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
6909 Ada mode. This will allow us to display the Ada menu in any buffer
6910 we want (for project items).
6911 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
6912 number of spaces in the header.
5044b74a 6913
8730a8da
DL
69142000-07-24 Dave Love <fx@gnu.org>
6915
6916 * ediff-init.el (ediff-region-help-echo): Bind face-help.
6917
db3ca487
NF
69182000-07-23 Noah Friedman <friedman@splode.com>
6919
ad953485
NF
6920 * type-break.el (type-break): perform autosave.
6921 Suggested by Stephen Gildea <gildea@intouchsys.com>.
6922 (type-break-do-query): Cancel query schedule while performing
6923 actual query, to avoid possibility of a second query being made
6924 while first one is already in progress.
6925 (type-break-time-stamp-format): New variable.
6926 (type-break-time-stamp): New function.
6927 (type-break-time-warning): Use it.
6928 (type-break-keystroke-warning): Use it.
6929 (type-break-noninteractive-query): Use it.
6930
03a9c6d0
NF
6931 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
6932 cookie.
6933 Use add-minor-mode to set minor-mode-alist, if available.
6934 (eldoc-echo-area-use-multiline-p): New user option.
6935 (eldoc-echo-area-multiline-supported-p): New variable.
6936 (eldoc-docstring-format-sym-doc): Use them.
6937 (eldoc-mode): If not using idle timers, append to local post and
6938 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
6939 (eldoc-display-message-no-interference-p): Don't interfere with
6940 edebug.
6941 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
6942 (eldoc-function-arglist): New function.
6943 (eldoc-function-argstring): Use it.
6944
db3ca487
NF
6945 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
6946 auto save directory exists before calling directory-files.
6947
f7ad1899
DL
69482000-07-23 Dave Love <fx@gnu.org>
6949
6950 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
6951 ^o, ^u.
6952
43e764c9
DL
69532000-07-21 Dave Love <fx@gnu.org>
6954
475de6f4
DL
6955 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
6956 now passed to the function. It now works properly.
6957
43e764c9
DL
6958 * smerge-mode.el (smerge-mode-menu): Fill it out.
6959
e8bea4c0
GM
69602000-07-20 Gerd Moellmann <gerd@gnu.org>
6961
6962 * info-look.el (info-lookup): If *info* is shown in another frame
6963 on the same display, select that frame, instead of switching to
6964 the Info buffer in another window of the selected frame.
6965
6966 * simple.el (universal-argument-map): Bind numeric keypad keys
6967 kp-0 to kp-9 and kp-subtract.
6968 (digit-argument): Handle these keys.
6969
bc75b4fd
DL
69702000-07-20 Dave Love <fx@gnu.org>
6971
6972 * net/goto-addr.el (goto-address-fontify): Don't bother with
6973 buffer-modified and read-only stuff -- irrelevant with overlays.
6974 Put an extra property on the overlays and use it to clean up in
6975 case goto-address is re-run.
6976
8b7bc628
RS
69772000-07-19 Richard M. Stallman <rms@gnu.org>
6978
18e21ce8
RS
6979 * timer.el (run-with-idle-timer): Doc fix.
6980
db3ca487 6981 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
6982 Handle case where <...> appears inside "...".
6983 Use replace-match to edit the string more simply.
6984 (rmail-dont-reply-to): Cope with an unmatched ".
6985
50575ec2
DL
69862000-07-19 Dave Love <fx@gnu.org>
6987
6988 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
6989 implementation.
6990
6991 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
6992 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
6993 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
6994
4279296d
GM
69952000-07-19 Gerd Moellmann <gerd@gnu.org>
6996
47db06aa
GM
6997 * textmodes/refer.el: Correct maintainer's email address.
6998
6999 * progmodes/hideif.el: Correct author's email address.
7000 Fix typo in comment.
7001
7002 * xml.el: New file.
7003
4279296d
GM
7004 * mail/mailheader.el: Correct author's mail address.
7005
7006 * gnus/parse-time.el: Correct author's mail address.
7007
47db06aa 70082000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
7009
7010 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
7011 New user options.
7012 (comint-input-ring-file-name): Change custom type.
7013 (comint-mode-map): Bind mouse-2.
7014 (comint-insert-clicked-input): New function.
7015 (comint-send-input): Handle input highlighting.
7016
21ad0f7b
SM
70172000-07-18 Stefan Monnier <monnier@cs.yale.edu>
7018
7019 * mouse.el (popup-menu): New function.
7020 (mouse-major-mode-menu): Use it.
7021
3b33a005
DL
70222000-07-18 Dave Love <fx@gnu.org>
7023
7024 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
7025 improvements.
7026
dc1cac59
GM
70272000-07-18 Gerd Moellmann <gerd@gnu.org>
7028
21ad0f7b 7029 * faces.el (face-font-selection-order)
dc1cac59 7030 (face-font-family-alternatives): Add custom type.
db3ca487 7031
f8276b77
DL
70322000-07-18 Dave Love <fx@gnu.org>
7033
7034 * cus-edit.el (custom-variable-reset-saved)
7035 (custom-variable-reset-standard): Remove unused bindings.
7036
7037 * rect.el (open-rectangle-line): Remove unused let.
7038
7039 * hl-line.el (hl-line-highlight): Check hl-line-mode.
7040
3d6cd763
GM
70412000-07-18 Gerd Moellmann <gerd@gnu.org>
7042
7043 * cdl.el: Fix `Maintainer' keyword.
7044
7045 * play/pong.el: Add author's email address.
7046
34342a07
SS
70472000-07-17 Sam Steingold <sds@gnu.org>
7048
7049 * files.el (insert-directory): Call `split-string' instead of
7050 re-implementing it.
7051
088831a6
GM
70522000-07-18 Gerd Moellmann <gerd@gnu.org>
7053
7054 * mail/vms-pmail.el: Change maintainer to FSF.
7055
7056 * net/goto-addr.el: Change maintainer to FSF.
7057
7058 * recentf.el: Update from author.
7059
7060 * info.el (Info-title-face-alist): Removed.
db3ca487 7061
68be2869
EZ
70622000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
7063
7064 * eshell/eshell.el (eshell): Replace links to eshell.info with
7065 links to eshell, to avoid problems on systems where the manual is
7066 installed as `eshell'.
7067 * eshell/esh-cmd.el (eshell-cmd): Ditto.
7068 * eshell/em-smart.el (eshell-smart): Ditto.
7069 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 7070 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
7071
7072 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
7073 same-file check in the MS-DOS version (it does support inodes).
7074
7075 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
7076
21ad0f7b
SM
7077 * eshell/eshell.el (eshell-directory-name):
7078 Run default directory name through convert-standard-filename.
68be2869 7079
269b4dcb
KH
70802000-07-18 Kenichi Handa <handa@etl.go.jp>
7081
21ad0f7b
SM
7082 * international/mule-cmds.el (select-safe-coding-system):
7083 Fix typo in the comment.
240a16cf 7084
21ad0f7b
SM
7085 * language/european.el (compound-text):
7086 Force katakana-jisx0201 to be designated to G1.
aa96c820 7087
21ad0f7b
SM
7088 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
7089 Don't translate some national variant characters of latin-jisx0201.
aa96c820 7090 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 7091
269b4dcb
KH
7092 * international/kkc.el (kkc-after-update-conversion-functions):
7093 New variable.
7094 (kkc-update-conversion): Run functions in it at the tail.
7095
68be2869 70962000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 7097
21ad0f7b
SM
7098 * lisp/align.el (align-newline-and-indent):
7099 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
7100 (align-region): Fixed badly formatted minibuffer message.
7101
7a3fd467
KH
71022000-07-17 Kenichi Handa <handa@etl.go.jp>
7103
21ad0f7b 7104 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
7105 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
7106 the conversion list at first if appropriate.
7107 (kkc-next): Don't update kkc-next-count here.
7108 (kkc-prev): Don't update kkc-prev-count here.
7109 (kkc-show-conversion-list-update): Fix setting up of conversion
7110 list message.
7111
a45423d8
SM
71122000-07-16 Stefan Monnier <monnier@cs.yale.edu>
7113
088831a6 7114 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 7115
91a38db1
DL
71162000-07-16 Dave Love <fx@gnu.org>
7117
7118 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
7119 function to be more specific.
7120
7121 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
7122 non-string help-echo.
7123 (widget-types-convert-widget): Defsubst it.
7124 (widget-echo-help): Try to cope with a help-echo function of two
7125 possible sorts.
7126
3fddcdc3
JR
71272000-07-15 Jason Rumney <jasonr@gnu.org>
7128
7129 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
7130 Declare as obsolete.
7131
7132 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
7133
bd23a692
GM
71342000-07-14 Gerd Moellmann <gerd@gnu.org>
7135
7136 * hilit-chg.el: Fix typo.
7137
d4af987a
DL
71382000-07-14 Dave Love <fx@gnu.org>
7139
7140 * info.el (Info-mode-menu): Fix use of :help, :enable.
7141
3a4f3f86
SM
71422000-07-14 Stefan Monnier <monnier@cs.yale.edu>
7143
7144 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
7145
cf6936a4
DL
71462000-07-13 Dave Love <fx@gnu.org>
7147
4d6d04b5
DL
7148 * emacs-lisp/easymenu.el: Doc fixes.
7149 (easy-menu-remove): Defalias to ignore.
7150
cf6936a4
DL
7151 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
7152 Call throw correctly.
7153
56437999
GM
71542000-07-13 Gerd Moellmann <gerd@gnu.org>
7155
7156 * faces.el (frame-background-mode): Doc fix.
7157
7158 * simple.el (eval-expression-print-length): Change custom type to
7159 allow entering nil as value.
7160
d04a3972
DL
71612000-07-13 Dave Love <fx@gnu.org>
7162
3a4f3f86
SM
7163 * progmodes/fortran.el (fortran-imenu-generic-expression):
7164 Change definition layout.
a8189dfe
DL
7165 (fortran-mode-menu): Reinstate customize entries.
7166
d04a3972
DL
7167 * cus-edit.el (custom-group-menu-create, customize-menu-create):
7168 Use :filter, per old XEmacs code.
7169
4bf4fb05
GM
71702000-07-12 Gerd Moellmann <gerd@gnu.org>
7171
7172 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
7173 event when deciding what to send to the terminal.
7174
37328bcd
DL
71752000-07-12 Dave Love <fx@gnu.org>
7176
7177 * cus-start.el: Add optional version as 4th element of specs and
7178 use it for several things new in v21. Remove load-path. Fix type
7179 of line-number-display-limit.
7180
89492072
DL
71812000-07-11 Dave Love <fx@gnu.org>
7182
3a4f3f86
SM
7183 * progmodes/fortran.el: Don't require easymenu.
7184 Use repeat counts in various regexps.
315aa1de
DL
7185 (fortran-mode-syntax-table): Defvar directly.
7186 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
7187 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
7188 Use defvar, not defconst.
7189 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
7190 (fortran-mode): Set fortran-comment-line-start-skip,
7191 fortran-comment-line-start-skip, dabbrev-case-fold-search.
7192 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
7193 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
7194 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
7195 (fortran-comment-region, fortran-electric-line-number): Simplify.
7196 (fortran-auto-fill): New function.
7197 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
7198 (fortran-find-comment-start-skip):
7199 Check for non-null comment-start-skip.
7200 (fortran-auto-fill-mode, fortran-fill-statement):
7201 Use fortran-auto-fill.
315aa1de 7202 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 7203 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 7204
89492072
DL
7205 * widget.el (widget-plist-member): New alias.
7206
d55ead18
EZ
72072000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7208
7209 * eshell/esh-module.el (toplevel): Reference
7210 byte-compile-current-file only if it is bound.
7211
e82a2a05
GM
72122000-07-10 Gerd Moellmann <gerd@gnu.org>
7213
7214 * dired.el: Don't require `dired-aux'.
7215
1fc7fb2b
MB
72162000-07-10 Miles Bader <miles@lsi.nec.co.jp>
7217
7218 * dired-aux.el (dired-show-file-type): New function.
7219 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
7220 (dired-show-file-type): Add autoload.
7221
ab49ce15
KH
72222000-07-10 Kenichi Handa <handa@etl.go.jp>
7223
7224 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 7225 change of fontset-info.
ab49ce15
KH
7226 (print-fontset): Likewise.
7227
f45aab65
SM
72282000-07-09 Stefan Monnier <monnier@cs.yale.edu>
7229
7230 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
7231
2f72fd2f
GM
72322000-07-07 Gerd Moellmann <gerd@gnu.org>
7233
e82a2a05 7234 * bindings.el: Bind `[delete]' to delete-char.
965522f5 7235
2f72fd2f
GM
7236 * dired.el (dired-find-alternate-file): New function.
7237 (dired-mode-map): Bind `a' to dired-find-alternate-file.
7238 (toplevel): Require dired-aux when compiling.
7239 (dired-buffers): Move defvar within file to avoid compiler warning.
7240
7241 * info.el (Info-last-search): Variable removed.
7242 (Info-search-history): New variable.
7243 (Info-search): New Info-search-history.
7244
7245 * battery.el, info-look.el: Change author's mail address.
7246
965522f5 72472000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 7248
965522f5
GM
7249 * mail/rmail.el (rmail-clear-headers): Don't throw an error
7250 if rmail-ignored-headers is nil.
7251 (rmail-retry-failure): Bind rmail-ignored-headers and
7252 rmail-displayed-headers to nil.
7253
dd8888a1
GM
72542000-07-06 Gerd Moellmann <gerd@gnu.org>
7255
e5c81191
GM
7256 * lpr.el (lpr-page-header-switches): Add `-h' switch.
7257 (print-region-1): Don't hard code `-h' here.
7258
dd8888a1
GM
7259 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
7260
e5c81191
GM
72612000-07-01 Francesco Potorti` <pot@gnu.org>
7262
7263 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
7264 exim can use "your message" instead of "the message".
34342a07 7265
f45aab65
SM
72662000-07-06 Stefan Monnier <monnier@cs.yale.edu>
7267
7268 * facemenu.el: Docstrings fixes.
7269 (facemenu-get-face): Don't use internal-find-face.
7270 (facemenu-iterate): Rename arg to match the docstring.
7271
7272 * newcomment.el (uncomment-region): Be more careful when skipping
7273 backwards over `=' not to bump into BOBP.
7274
d396e521 72752000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 7276
dd8888a1
GM
7277 * ediff-diff.el (ediff-wordify): Use syntax table.
7278 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 7279 ediff-color-display-p.
dd8888a1 7280 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
7281 from defsubst.
7282 Got rid of special cases for NeXT and OS/2.
dd8888a1 7283 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 7284 face.
34342a07 7285
5e2dfaa4
SM
72862000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7287
7288 * emacs-lisp/lucid.el: Require CL.
7289 (copy-tree, remprop): Remove, it's provided by CL.
7290 (map-keymap): Define in terms of cl-map-keymap.
7291 (extent-property, set-extent-end-glyph): New functions.
7292
7293 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
7294
d5c5cddd
GM
72952000-07-05 Gerd Moellmann <gerd@gnu.org>
7296
485266d0
GM
7297 * Makefile.in (DONTCOMPILE): Add comment that the name may
7298 not be changed without changing the make-dist script.
7299
5e2dfaa4 7300 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 7301 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 7302
e2c46326
AI
73032000-07-05 Andrew Innes <andrewi@gnu.org>
7304
7305 * makefile.nt: Add support for `bootstrap' and related targets.
7306
a027a91b
SM
73072000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7308
7309 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
7310 (easy-menu-do-define): Use `menu-item' format.
7311 Handle case where easy-menu-create-menu returns a symbol.
7312 Manually call the potential top-level filter in the function binding.
7313 (easy-menu-filter-return): New arg NAME.
7314 Convert to a keymap if MENU is an XEmacs menu.
7315 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
7316 (easy-menu-converted-items-table, easy-menu-convert-item):
7317 New var and fun to memoize easy-menu-convert-item-1.
7318 (easy-menu-do-add-item): Use it.
7319 (easy-menu-create-menu): Use easy-menu-convert-item.
7320 Wrap easy-menu-filter-return around any :filter specification.
7321 Don't convert the menu if a filter was specified.
7322 Tell easy-menu-make-symbol not to check for MENU being an expression.
7323 (easy-menu-make-symbol): New arg NOEXP.
7324
5e03eb84
GM
73252000-07-05 Gerd Moellmann <gerd@gnu.org>
7326
7327 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
7328 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
7329 (eval-defun): If called with prefix arg, instrument code for
7330 Edebug.
7331
7332 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
7333 similar to that of eval-defun.
7334
fca68a95
DL
73352000-07-04 Dave Love <fx@gnu.org>
7336
7ccbba4c
DL
7337 * hl-line.el (hl-line-overlay): Make it permanent-local.
7338
fca68a95
DL
7339 * calendar/todo-mode.el: Replaced with a working version, based on
7340 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
7341
73422000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
7343
7344 * paths.el (prune-directory-list): New function.
7345 (Info-default-directory-list): Rewritten to more methodically
7346 enumerate a big list of possible info directories (based on the
7347 list used by the standalone info reader).
fca68a95 7348
78e7e8a0 7349 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 7350 non-existent directories from Info-directory-list.
78e7e8a0 7351
78e7e8a0
MB
7352 * paths.el (Info-default-directory-list): Try a list of possible
7353 info-directories instead of a single one. Add the possible
7354 info directory "/usr/share/info".
7355
7356 * woman.el (woman-man.conf-path): Explicitly include the debian
7357 man-db config file "/etc/manpath.config".
7358 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
7359 are present in `manpath.config'.
7360 (woman-manpath): Include "/usr/share/man".
7361
67c9a1d2
GM
73622000-07-03 Gerd Moellmann <gerd@gnu.org>
7363
6753393b
GM
7364 * frame.el (blink-cursor-mode): Don't hide cursor initially.
7365
7366 * startup.el (command-line): Initialize blink-cursor based
7367 on window-system.
7368
e4f98ad3
GM
7369 * frame.el (blink-cursor): Default to nil if not running under
7370 a window-system.
7371
2f516940
GM
7372 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
7373 (face-x-resources): Remove duplicate entry for :font.
7374
67c9a1d2
GM
7375 * textmodes/refer.el (refer-find-entry-internal): Use some-window
7376 instead of cycling through windows with next-window.
7377
7378 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
7379 of cycling through windows with next-window.
7380
7381 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
7382 of cycling through windows with next-window.
7383
7384 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
7385 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
7386 instead of cycling through windows with next-window.
7387
7388 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
7389 instead of cycling through windows with next-window.
7390
7391 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
7392 of cycling through windows with next-window.
7393
7394 * terminal.el (te-process-output): Use walk-windows instead of
7395 cycling through windows with next-window.
7396
7397 * server.el (server-switch-buffer): Use some-window instead of
7398 cycling through windows with next-window.
7399
7400 * window.el (some-window): New function.
7401 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 7402
3a4f3f86 7403 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 7404
8b7bc628 74052000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
7406
7407 * window.el (walk-windows): Guarantee termination by keeping a list
7408 of all the windows already handled.
7409
d0d57043
EZ
74102000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7411
7412 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
7413 window-system.
7414
7415 * man.el (Man-notify-when-ready): Don't use window-system. If
7416 Man-notify-method is newframe, and the display is not
7417 multi-frame, select the frame created for the man page.
7418 (Man-init-defvars): Doc fix.
7419
d5483ab1
GM
74202000-06-28 Gerd Moellmann <gerd@gnu.org>
7421
af5c25e1
GM
7422 * faces.el (region): Change background color for light background.
7423
7424 * ediff-wind.el (ediff-setup-control-frame): Remove :box
7425 attribute from mode-line face of Ediff control frame.
7426
d5483ab1
GM
7427 * replace.el (query-replace-map): Bind `e' like `E'.
7428
9d47450f
EZ
74292000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7430
3a4f3f86
SM
7431 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
7432 Change name to "Select All".
496b7491 7433
9d47450f
EZ
7434 * dos-fns.el (convert-standard-filename): Fix last change.
7435
0b431deb
GM
74362000-06-27 Gerd Moellmann <gerd@gnu.org>
7437
4fa9f636
GM
7438 * help.el (describe-variable): Don't insert a second `'s' in front
7439 of the string `value is shown below'. Since the syntax-table is
7440 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
7441 an existing `'s', so that this won't be deleted.
7442
0b431deb
GM
7443 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
7444 * pcmpl-unix.el: New files.
7445
32cad0aa
SM
74462000-06-26 Stefan Monnier <monnier@cs.yale.edu>
7447
7448 * wid-edit.el (widget-member): Use the new plist-member.
7449
2c69ced2
GM
74502000-06-26 Gerd Moellmann <gerd@gnu.org>
7451
44c0f771
GM
7452 * replace.el (perform-replace): Undo change of 2000-04-04.
7453 Instead, move backward 1 character at the end of the loop when
7454 necessary.
34342a07 7455
1d36487c
GM
7456 * faces.el (fringe): Change face for different backgrounds.
7457
7458 * eshell/esh-module.el (toplevel): Load defgroup's differently;
7459 patch from John.
7460
2c69ced2
GM
7461 * eshell/*.el: Change spelling of the Free Software Foundation.
7462
7463 * eshell/esh-toggle.el: Removed.
7464
7465 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
7466
7467 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
7468 interactively.
7469
74702000-06-26 Alex Schroeder <alex@gnu.org>
7471
7472 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
7473 `define-key'; instead of checking `(emacs-version)' check for
7474 `set-keymap-parent' and `set-keymap-name' directly. Add entries
7475 for `;' and `o' which might be electric.
7476
7477 (sql-electric-stuff): New user option.
7478 (sql-magic-go): New function which uses `sql-electric-stuff'.
7479 (sql-magic-semicolon): New function which uses
7480 `sql-electric-stuff'.
7481
7482 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
7483 is not fboundp.
7484
7485 (sql-oracle-options): New variable.
7486 (sql-oracle): Use it.
7487
7488 (sql-imenu-generic-expression): Doc change.
7489 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
7490 is used.
7491
7492 (sql-informix): Added command line parameter "-" to force
7493 sql-informix-program to use stdout.
7494
db1306d8
EZ
74952000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7496
3a4f3f86 7497 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
7498 (cp864-decode-table): Doc fix.
7499 (cp720-decode-table): New variable, supports the Arabic OEM
7500 codepage used by Windows.
7501 (cp737-decode-table): New, Greek OEM codepage used by Windows.
7502
c69e5fcd
DL
75032000-06-23 Dave Love <fx@gnu.org>
7504
7505 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
7506 (font-lock-fontify-anchored-keywords): Use
7507 line-beginning-position.
7508 (global-font-lock-mode): Use mapc.
7509
30ad8f23
SM
75102000-06-23 Stefan Monnier <monnier@cs.yale.edu>
7511
7512 * eshell/esh-module.el: Require CL when compiling.
7513
26b4dc84
GM
75142000-06-23 Gerd Moellmann <gerd@gnu.org>
7515
78c56e70
GM
7516 * comint.el (comint-substitute-in-file-name): Call replace-match
7517 with second and third arg t.
7518
34342a07 7519 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
7520 Specify foreground color.
7521
7522 * faces.el (tool-bar, mode-line, header-line): Specify foreground
7523 color.
7524
affbf647
GM
7525 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
7526
7527 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
7528 cddr instead of cdddr.
7529
25fffb31
GM
7530 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
7531 instead of copy-list.
7532
7533 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
7534 of copy-list.
7535
26b4dc84
GM
7536 * subdirs.el: Add eshell subdirectory.
7537
7538 * eshell: New subdirectory containing the Eshell package.
7539
7540 * pcomplete.el: New file.
7541
78c56e70
GM
75422000-06-23 Paul Eggert <eggert@twinsun.com>
7543
ea055732
GM
7544 * mail/mailpost.el (post-mail-send-it): Make sure file has
7545 proper permissions from birth.
7546
7547 * files.el (basic-save-buffer-2): When temporarily setting
7548 file modes, set them to current modes plus 0200, not to 0777.
7549
78c56e70
GM
7550 * emerge.el (emerge-make-temp-file): Make sure file has proper
7551 permissions from birth.
7552
a3a7ff33
EZ
75532000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7554
7555 * files.el (make-backup-file-name-1): On DOS/Windows, run the
7556 backup file name through convert-standard-filename.
7557
7558 * dos-fns.el (convert-standard-filename): Convert leading
7559 directories as well. When long file names are supported, convert
7560 characters that are invalid in Windows file names.
7561
1fd9b7fe
GM
75622000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7563
7564 * ps-print.el: Fix bug: if ^L is the very first buffer character,
7565 ps-print crashes. New feature: page selection for printing. Create
7566 raw-text-unix coding system for XEmacs. Doc fix.
7567 (ps-print-version): New version number (5.2.3).
7568 (ps-plot-region): Bug fix.
7569 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
7570 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
7571 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
7572 funs.
7573 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
7574 (ps-last-page): New vars.
7575
16ed8416
GM
75762000-06-21 Gerd Moellmann <gerd@gnu.org>
7577
7578 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
7579 empty option string.
7580
4fbee715
EZ
75812000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7582
7583 * man.el (man): Doc fix.
7584
eaecfc94
KH
75852000-06-21 Kenichi Handa <handa@etl.go.jp>
7586
7587 * international/mule-cmds.el (set-language-info-alist): Docstring
7588 fixed.
7589
4a27bdfb
GM
75902000-06-20 Gerd Moellmann <gerd@gnu.org>
7591
7592 * version.el (emacs-version): Use ISO date format.
7593
7594 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
7595 instead of `M-backspace'.
7596
7597 * simple.el (turn-off-auto-fill): New function.
7598
8972fe79
SM
75992000-06-20 Stefan Monnier <monnier@cs.yale.edu>
7600
7601 * jit-lock.el (with-buffer-prepared-for-jit-lock):
7602 Renamed from with-buffer-prepared-for-font-lock and use
7603 inhibit-modification-hooks rather than setting *-change-functions.
7604 Update all functions to use the new name.
7605 (jit-lock-first-unfontify-pos): New semantics (and doc).
7606 (jit-lock-mode): Make non-interactive.
7607 Don't automatically turn on font-lock.
7608 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
7609 Always use jit-lock-after-change.
7610 Remove and restore font-lock-after-change-function.
7611 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
7612 (jit-lock-after-unfontify-buffer): Remove.
7613 (jit-lock-stealth-fontify):
7614 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
7615 (jit-lock-after-change): Set the `fontified' text-prop to nil.
7616
5d80cc9c
SS
76172000-06-20 Sam Steingold <sds@gnu.org>
7618
7619 * emacs-lisp/cl-indent.el (toplevel): Indent
7620 `print-unreadable-object' properly. Untabify.
7621
f54e4d13
CD
76222000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7623
7624 * textmodes/reftex.el (reftex-find-citation-regexp-format):
7625 Support for bibentry.
7626 (reftex-compile-variables): Fixed problem with end of section-re.
7627
7628 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
7629 reftex-view-crossref-from-bibtex):
7630 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
7631 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
7632 Replaced `remprop' with `put'.
8972fe79
SM
7633 (reftex-view-crossref, reftex-view-crossref-when-idle):
7634 Support for bibentry.
f54e4d13 7635
8972fe79
SM
7636 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7637 New entry for bibentry package.
f54e4d13 7638
8972fe79
SM
7639 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7640 Regexp also matches "\nobibliography".
f54e4d13 7641
8972fe79
SM
7642 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
7643 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
7644 (reftex-ensure-write-access): New function.
7645
f54e4d13
CD
76462000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7647
7648 * progmodes/idlwave.el: File re-installed (update to version 4.2)
7649
7650 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
7651
7652 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
7653
7654 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
7655
7656
560c43f4
DL
76572000-06-20 Dave Love <fx@gnu.org>
7658
7659 * faces.el (frame-background-mode): Use set-default, not set, in
7660 setter.
7661 (frame-update-faces, frame-update-face-colors): Define with
7662 defalias.
7663
7664 * enriched.el (enriched-decode-foreground)
7665 (enriched-decode-background): Don't use internal-find-face.
7666
7667 * apropos.el: Doc fixes.
7668
7669 * cus-edit.el (customize-changed-options): Check arg.
7670 (customize-version-lessp): Don't require decimal point.
7671
7672 * custom.el (defcustom, defgroup): Doc fix.
7673
7674 * newcomment.el (comment) <defgroup>: Add :version.
7675 (comment-multi-line): Doc fix.
7676
7677 * emulation/mlsupport.el (define-hooked-local-abbrev,
7678 define-hooked-global-abbrev): Fix, using define-abbrev.
7679
cdf0357b
GM
76802000-06-19 Gerd Moellmann <gerd@gnu.org>
7681
7682 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
7683 the whole buffer.
7684
10013d74
DL
76852000-06-19 Dave Love <fx@gnu.org>
7686
7687 * menu-bar.el (menu-bar-options-save): New function.
7688 (menu-bar-options-menu): Use it.
7689 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
7690 Simplify.
7691
6922f208
AS
76922000-06-19 Andreas Schwab <schwab@suse.de>
7693
7694 * progmodes/etags.el (tags-query-replace): Put new parameters
7695 START and END at the end, for backward compatibility.
7696
10d7bf84
KH
76972000-06-19 Kenichi Handa <handa@etl.go.jp>
7698
7699 * international/codepage.el:
7700 (cp-coding-system-for-codepage-1): Delete special codes for
7701 generating xxx-dos coding system because now a CCL based coding
7702 system can handle EOL conversion by default.
7703
7704 * international/mule.el (make-coding-system): Generate subsidiary
7705 coding systems for EOL handling variants even for a CCL based
7706 coding system.
7707
8f3c9a3d
KH
77082000-06-19 Kenichi Handa <handa@etl.go.jp>
7709
7710 * international/isearch-x.el (isearch-minibuffer-input-method)
7711 (isearch-minibuffer-input-method-function): These variables
7712 deleted.
7713 (isearch-with-input-method): Don't use the above variables.
7714 (isearch-process-search-multibyte-characters): Likewise. Call
7715 read-string with the arg INHERIT-INPUT-METHOD t.
7716
c2acf685
SM
77172000-06-17 Stefan Monnier <monnier@cs.yale.edu>
7718
13f0d185
SM
7719 * font-lock.el (font-lock-after-fontify-buffer)
7720 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
7721
7722 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
7723 Use consistent make-local-variable style for font-lock-fontified.
7724 (jit-lock-fontify-buffer):
7725 Don't bother checking for font-lock-mode and jit-lock-mode.
7726
c2acf685
SM
7727 * time.el: Remove trailing ^M that prevent CVS-merging.
7728
a9021acd
GM
77292000-06-16 Gerd Moellmann <gerd@gnu.org>
7730
7731 * Makefile.in (distclean): New target.
5d80cc9c 7732
0df68e9f
SM
77332000-06-16 Stefan Monnier <monnier@cs.yale.edu>
7734
7735 * Makefile.in (srcdir): Define for update-subdirs.
7736
6344985d
GM
77372000-06-16 Gerd Moellmann <gerd@gnu.org>
7738
7739 * find-lisp.el: New file.
7740
63239267
AI
77412000-06-16 Andrew Innes <andrewi@gnu.org>
7742
7743 * time.el (display-time-mail-function): New variable, to allow
7744 external packages to indicate when new mail is available.
7745 (display-time-update): Use it.
7746
1699f991
KH
77472000-06-16 Kenichi Handa <handa@etl.go.jp>
7748
a3b37893
KH
7749 * international/mule.el (mule-version): Change version name to
7750 SAKAKI. AOI has already been used by Meadow.
7751
1699f991
KH
7752 * international/quail.el (quail-show-guidance-buf): To find the
7753 bottom window (but minibuffer), pay attention to the height of
7754 minibuffer.
7755
228b083e
EZ
77562000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7757
7d5c8691
EZ
7758 * arc-mode.el (archive-mode-map): Use the new menu-item format for
7759 menu-bar menus. Add help strings. Don't remove the Edit menu
7760 from the menu bar, as the menu bar has enough space now.
7761
261f3289
EZ
7762 * Makefile.in (SHELL): Make sure /bin/sh is used.
7763
228b083e
EZ
7764 * woman.el (woman-man-buffer): Fix bold and underlined CJK
7765 characters, which use series of two ^H characters instead of one.
7766
e27e8d71
GM
77672000-06-15 Gerd Moellmann <gerd@gnu.org>
7768
5d80cc9c 7769 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 7770 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 7771 functions.
451ec4e3
GM
7772 (Info-find-node-2): Try a case-sensitive search first, then
7773 do a case-insensitive search.
7774
7775 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
7776 tutorials.
7777
b675095c
GM
7778 * complete.el (PC-env-vars-alist): New variable.
7779 (PC-complete-as-file-name): New function.
7780 (partial-completion-mode): Initialize PC-env-vars-alist from
7781 process-environment.
7782 (PC-do-completion): Handle completion of env vars.
7783
7784 * info.el (Info-set-mode-line): Show file name in mode line,
7785 use `*Info*' instead of `Info:'.
7786
e27e8d71
GM
7787 * startup.el (command-line-1): Change copyright messages to year
7788 2000.
7789
28223a7e
DL
77902000-06-15 Dave Love <fx@gnu.org>
7791
7792 * net/goto-addr.el (goto-address-fontify): Use keymap property,
7793 not local-map.
7794
32684631
KH
77952000-06-15 Kenichi Handa <handa@etl.go.jp>
7796
7797 * international/mule.el (set-buffer-file-coding-system): Almost
7798 rewritten to handle `undecided' as no-op.
7799
9f817ea4
GM
78002000-06-14 Gerd Moellmann <gerd@gnu.org>
7801
e27e8d71 7802 * Makefile.in: New file.
dce6b995
GM
7803
7804 * Makefile: Removed.
7805
9f817ea4
GM
7806 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
7807 (goto-address-highlight-keymap): Bind C-c RET.
7808
2de33f94
KH
78092000-06-14 Kenichi Handa <handa@etl.go.jp>
7810
bbf1e8a5
KH
7811 * mail/sendmail.el (sendmail-send-it): The temporary buffer
7812 inherits buffer-file-coding-system of the current buffer.
725a6897 7813
02891cc3
KH
7814 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
7815 0. Give correct argument to set-auto-coding-function.
7816 (tar-expunge): For goto-char, use (point-min), not 0.
7817 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
7818 (tar-subfile-save-buffer): Likewize.
7819
2de33f94
KH
7820 * international/mule.el
7821 (after-insert-file-set-buffer-file-coding-system): Call
7822 set-buffer-file-coding-system with the arg FORCE t.
7823
1681ead6
GM
78242000-06-13 Gerd Moellmann <gerd@gnu.org>
7825
7826 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
7827 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 7828 the sender is set with `-f'.
1681ead6 7829
fdf4b680
DL
78302000-06-13 Dave Love <fx@gnu.org>
7831
9c50afce
DL
7832 * help.el (describe-function-1): Kluge around cases of functions
7833 fset to subrs whose doc doesn't match their symbol-name.
7834
0ad550ba 7835 * image.el (insert-image): Default STRING to a space.
f290ca08 7836
fdf4b680 7837 * info.el Doc fixes.
5d80cc9c 7838 (Info-build-node-completions): Match Ref tags.
fdf4b680 7839
9b6610db
EZ
78402000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
7841
a704139d
EZ
7842 * frame.el (display-multi-frame-p, display-multi-font-p): New
7843 defaliases for display-graphic-p.
7844
9b6610db
EZ
7845 * hl-line.el: Fixed a typo in commentary.
7846
7a5ea398
KH
78472000-06-13 Kenichi Handa <handa@etl.go.jp>
7848
7849 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
7850 fixed.
7851
0dc91c57
DL
78522000-06-12 Dave Love <fx@gnu.org>
7853
7854 * image.el (insert-image): Save a little consing.
7855
0bd5914b
KH
78562000-06-12 Kenichi Handa <handa@etl.go.jp>
7857
7858 * language/tibet-util.el: Convert all tibetan-1-column characters
7859 to the corresponding tibetan characters.
7860 (tibetan-add-components): Delete code for the special treatment of
7861 'a chung.
7862
7863 * language/tibetan.el (tibetan-composable-pattern): Fix previous
7864 change.
7865 (tibetan-vowel-transcription-alist): More rules added.
7866 (tibetan-composite-vowel-alist): New variable.
7867 (tibetan-precomposition-rule-alist): More rules added.
7868
6dc7d3d5
SM
78692000-06-12 Stefan Monnier <monnier@cs.yale.edu>
7870
9c04c393
SM
7871 * startup.el (command-line): Only call menu-bar-mode if interactive.
7872
7873 * thingatpt.el (toplevel symbol-properties):
7874 * textmodes/makeinfo.el (makeinfo-compile):
7875 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 7876 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 7877 (hide-ifdef-use-define-alist):
5d80cc9c 7878 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
7879 (ange-ftp-vms-add-file-entry):
7880 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
7881 * man.el (Man-build-man-command):
7882 * mail/rnewspost.el (news-reply-header-hook):
7883 * info.el (Info-insert-dir):
7884 * emulation/mlconvert.el (backward-word, forward-word, setq):
7885 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
7886 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
7887 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
7888 (byte-optimize-apply, end of file):
7889 * emacs-lisp/advice.el (ad-advice-class-completion-table)
7890 (ad-make-freeze-definition):
7891 * startup.el (command-line, command-line-1): Don't quote lambdas.
7892
6dc7d3d5
SM
7893 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
7894 (cvs-cleanup-removed): New function.
7895 (cvs-cleanup-functions): New var.
7896 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
7897 some flexibility in specifying additional entries to auto-cleanup.
7898 (cvs-quickdir): New function.
7899 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
7900 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
7901 (cvs-mode-find-file): Check that we are on a filename or dirname
7902 when invoked through a mouse-click.
7903 (cvs-full-path): Remove.
7904 (cvs-dired-action): Re-introduced.
7905 (cvs-dired-noselect): Use it.
7906 (vc-post-command-functions): use this new hook if available.
7907
7908 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
7909 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
7910 (cvs-filename-map, cvs-dirname-map): Remove.
7911 (cvs-default-action): Remove.
7912 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
7913 if the arg is really a keymap.
7914 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
7915 Don't hardcode the mapping from state (aka type) to face, but check
7916 the var cvs-fi-<type>-face instead.
7917 (cvs-fileinfo-from-entries): New function.
7918
7919 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
7920 Docstring fix.
7921 (cvs-find-file-and-jump): Change default to be safer.
7922 (cvs-mode-diff-map): Define it as a function as well.
7923 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
7924 Bind mouse-2 in this global map rather than with text-properties.
7925
7926 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
7927 file to resolve the ambiguity between C(conflict) and C(need-merge).
7928
5050a2ef
KH
79292000-06-12 Kenichi Handa <handa@etl.go.jp>
7930
7931 * international/mule.el (set-buffer-file-coding-system): If
7932 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
7933 unconditionally.
7934
35a7ac84
DL
79352000-06-12 Dave Love <fx@gnu.org>
7936
7937 * wid-edit.el (widget-specify-button): Really suppress the face if
7938 required.
7939
db8eeecd
GM
79402000-06-11 Gerd Moellmann <gerd@gnu.org>
7941
7942 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
7943
70223ca4
SM
79442000-06-11 Stefan Monnier <monnier@cs.yale.edu>
7945
7946 * imenu.el (imenu-generic-expression): Docstring fix.
7947
7948 * composite.el (composition-function-table): Move the `put'
7949 below the autoload cookie so we can load the file before loaddefs.
7950
7951 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
7952
7953 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
7954 Handle easy-mmode-define-global-mode.
7955 For complex macros like define-minor-mode that can generate
7956 several autoload entries, try to autoload entries in the
7957 macroexpanded code.
7958
7959 * emacs-lisp/easy-mmode.el (define-minor-mode):
7960 If KEYMAP is a symbol, just use it.
7961 Use byte-compile-current-file and load-file-name to infer the
7962 proper :require to pass to defcustom.
7963 Wrap the hook var into `progn' so as not to autoload it.
7964 Add a :autoload-end cookie.
7965 Be more careful about the evaluation of KEYMAP.
7966 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
7967 (define-derived-mode): Move define-abbrev-table outside of defvar.
7968
79692000-06-10 Stefan Monnier <monnier@cs.yale.edu>
7970
7971 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
7972 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
7973 (backup-compiled-files): Ignore errors during `tar'.
7974 (bootstrap): Make autoloads before elc files.
7975
9c53b34e
KH
79762000-06-10 Kenichi Handa <handa@etl.go.jp>
7977
7978 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 7979 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
7980
7981 * international/mule-conf.el (unix): New alias for the coding
7982 system undecided-unix.
7983
22ddd299
DL
79842000-06-09 Dave Love <fx@gnu.org>
7985
5ee42746
DL
7986 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
7987
70223ca4 7988 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
7989 (executable-insert): Change custom type.
7990 (executable-find): Add autoload cookie.
cc7e1d18
DL
7991 (executable-make-buffer-file-executable-if-script-p): New
7992 function. After Noah Friedman.
22ddd299
DL
7993
7994 * files.el (after-save-hook): Customize, with
cc7e1d18 7995 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 7996
41ea3794
KH
79972000-06-09 Kenichi Handa <handa@etl.go.jp>
7998
f89437e3
KH
7999 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
8000 "tib24p-mule.bdf" for Tibetan.
8001
7a4ee259
KH
8002 * composite.el (decompose-composite-char): Declare it as obsolete.
8003
ff6a65c2
KH
8004 * man.el (Man-fontify-manpage): Pay attention to underline and
8005 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 8006
f83fe4b4
GM
80072000-06-08 Gerd Moellmann <gerd@gnu.org>
8008
8009 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
8010 Set maintainer to FSF since author isn't reachable.
8011
e56d7900
DL
80122000-06-08 Dave Love <fx@gnu.org>
8013
8014 * international/mule-cmds.el (select-safe-coding-system): If
8015 DEFAULT-CODING-SYSTEM is not specified, also check the most
8016 preferred coding-system if buffer-file-coding-system is
8017 `undecided'. From Handa.
8018
d3981b49
KH
80192000-06-08 Kenichi Handa <handa@etl.go.jp>
8020
8021 * international/mule.el
8022 (after-insert-file-set-buffer-file-coding-system): If the buffer
8023 size is greater than INSERTED, judget that we are not visiting.
8024
bff71087
RV
80252000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
8026
8027 * whitespace.el (defgroup whitespace): Comment out `:version'.
8028 XEmacs 20.4 has problems defining the group with this present.
8029 We'll have this commented out till get resolve the problem.
8030
45f485a6
GM
80312000-06-07 Gerd Moellmann <gerd@gnu.org>
8032
8033 * align.el: Update from author.
8034
80352000-06-07 Jari Aalto <jari.aalto@poboxes.com>
8036
8037 * apropos.el (apropos-mode-hook): New user variable.
8038 (apropos-mode): Run apropos-mode-hook.
bff71087 8039
45f485a6
GM
80402000-06-07 David Ponce <david@dponce.com>
8041
8042 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
8043 commands. Require `wid-edit' at run-time.
8044
80452000-06-07 David Ponce <david@dponce.com>
8046
8047 * recentf.el: Added some "Commentary".
8048 (recentf-open-more-files, recentf-edit-list): Minor changes to
8049 move the point at the top of the file list. This behaviour is
8050 consistent with the menu one when the list contains a lot of
8051 files.
8052 (recentf-cleanup): Now displays the number of items removed from
8053 the list.
8054 (recentf-relative-filter) New menu filter to show filenames
8055 relative to `default-directory'.
bff71087 8056
45f485a6
GM
80572000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8058
8059 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
8060 with/without giving an error if PostScript printer doesn't have this
8061 kind of page size. Zebra Stripe continues or restarts on next page.
8062 Manual/automatic paper feeding. Switch or not the header.
8063 (ps-print-version): New version number (5.2.2).
8064 (ps-windows-system): Include emx as a Windows system.
8065 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
8066 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
8067 (ps-background-text): Code fix.
8068 (ps-error-handler-message, ps-user-defined-prologue)
8069 (ps-print-prologue-header, ps-printer-name)
8070 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
8071 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
8072 (ps-use-face-background): Customization fix.
8073 (ps-n-up-database): Data fix.
8074 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
8075 (ps-switch-header): New vars.
8076 (ps-xemacs-color-name, ps-face-foreground-name)
8077 (ps-face-background-name, ps-boolean-constant): New funs.
8078
c14dcd22
DL
80792000-06-07 Dave Love <fx@gnu.org>
8080
8081 * allout.el: New version from Manheimer.
8082
e4044bb0
KH
80832000-06-07 Kenichi Handa <handa@etl.go.jp>
8084
8085 * textmodes/fill.el (fill-find-break-point): Check the validity of
8086 charset.
8087
59cfe8b9
KF
80882000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8089
8090 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8091 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8092 Call display-color-p and display-mouse-p instead of looking at
8093 window-system.
8094
bb2337f5
DL
80952000-06-06 Dave Love <fx@gnu.org>
8096
8097 * image.el (find-image): Doc fix. Return nil if image not found.
8098 (put-image, insert-image): Make STRING arg optional.
8099
8e624fa2
KH
81002000-06-06 Kenichi Handa <handa@etl.go.jp>
8101
8102 * language/vietnamese.el: Remove eval-when-compile.
8103 (viet-viscii-nonascii-translation-table): Define it as a
8104 translation table made from viet-viscii-decode-table.
8105 (viet-viscii-encode-table): Define it as a translation table made
8106 from the reverse map of above.
8107 (viet-vscii-nonascii-translation-table): Define it as a
8108 translation table made from viet-vscii-decode-table.
8109 (viet-vscii-encode-table): Define it as a translation table made
8110 from the reverse map of above.
8111 (ccl-decode-viscii): Use translate-character.
8112 (ccl-encode-viscii, ccl-encode-viscii-font)
8113 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
8114 Likewize.
bff71087 8115
8e624fa2
KH
8116 * language/cyrillic.el: Remove eval-when-compile.
8117 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
8118 translation table made from cyrillic-koi8-r-decode-table.
8119 (cyrillic-koi8-r-encode-table): Define it as a translation table
8120 made from the reverse map of above.
8121 (ccl-decode-koi8): Use translate-character.
8122 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
8123 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
8124 a translation table made from cyrillic-alternativnyj-decode-table.
8125 (cyrillic-alternativnyj-encode-table): Define it as a translation
8126 table made from the reverse map of above.
8127 (ccl-decode-alternativnyj): Use translate-character.
8128 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
8129 Likewize
8130
8131 * international/mule-diag.el (non-iso-charset-alist): Specify
8132 translation table symbol instead of translation table itself.
8133 (list-block-of-chars): CHARSET may be a translation table symbol.
8134
8135 * international/mule.el (make-coding-system): If CODING-SYSTEM
8136 already exists, override it.
8137
8138 * international/fontset.el: Use family `proportional' for Tibetan
8139 fonts.
8140
8141 * international/ccl.el (ccl-compile-translate-character): Don't
8142 check if Rrr has property translation-table.
8143 (ccl-compile-map-multiple): Modified to avoid compiler warning.
8144
1969fae2
GM
81452000-06-05 Gerd Moellmann <gerd@gnu.org>
8146
8147 * info.el: Bind case-fold-search to t when searching in case
8148 a user sets it to nil in a hook.
8149
d5b037c5
SM
81502000-06-05 Stefan Monnier <monnier@cs.yale.edu>
8151
d3d02e65
SM
8152 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8153 * hl-line.el (hl-line-mode): Use the new :global key argument.
8154
8155 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
8156 (tar-clip-time-string): Prepend a space.
8157 (tar-grind-file-mode): Construct a string rather than modifying one.
8158 (tar-header-block-summarize): Fix docstring.
8159 Use `format' rather than an error-prone set of copy-loops.
8160
8161 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
8162 (diff-goto-source, diff-unified->context, diff-context->unified)
8163 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
8164 understand the format output by the `-p' argument to diff.
8165
bff71087 8166 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
8167 (sh-re-done): Use defconst.
8168 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
8169 (sh-help-string-for-variable, sh-guess-basic-offset):
8170 Don't quote lambdas.
8171 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
8172 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
8173
f7c4478f
SM
8174 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
8175 (mh-letter-mode): Derive from text-mode.
8176 This implicitly means that it now calls kill-all-local-variables.
8177 Also remove the Emacs-18 compatibility code.
8178
a8add29d
SM
8179 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
8180 Make use of symbol-property doc-string-elt.
8181 Use memq rather than a sequence of eq.
8182 (doc-string-elt): Fix the wrong or missing previously unused values.
8183 (autoload-print-form): New function extracted from
8184 generate-file-autoloads to allow recursion when handling progn
8185 so that defvar's and defun's docstrings are properly printed.
8186 (generate-file-autoloads): Use it.
8187
d5b037c5
SM
8188 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
8189 Use find-file-hooks in the minor-mode function.
8190 Be careful not to loop indefinitely in the post-command-hook function.
8191
560ef11a 81922000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 8193
1969fae2 8194 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 8195 tty's.
1969fae2 8196 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 8197 differences whenever appropriate.
1969fae2
GM
8198 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
8199 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
8200 wildcards.
8201
b5bbbb76
SM
82022000-06-04 Stefan Monnier <monnier@cs.yale.edu>
8203
d5b037c5
SM
8204 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
8205 (jit-lock-fontify-buffer): New function for JIT refontification.
8206 (jit-lock-mode): Fix docstring.
8207 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
8208 Remove jit-lock-after-change from the _local_ hook.
8209 (jit-lock-function-1): Fix docstring.
8210
8211 * info.el (Info-on-current-buffer): Initialize info.
8212
8213 * newcomment.el (comment-indent): Ignore comment-indent-hook.
8214
8215 * progmodes/tcl.el (tcl-indent-for-comment):
8216 Ignore comment-indent-hook.
8217
8218 * emacs-lisp/easy-mmode.el: Require CL during compilation.
8219 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
8220 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
8221 and improve to use the lighter to guess the capitalization.
8222 (define-minor-mode): Inline code from easy-mmode-define-toggle.
8223 Add keyword arguments to specify global-ness or the custom group.
8224 Add local-map and help-echo properties to the lighter.
8225 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 8226 (easy-mmode-define-global-mode): New macro.
b5bbbb76 8227
bfa6c260
DL
82282000-06-02 Dave Love <fx@gnu.org>
8229
8230 * wid-edit.el: byte-compile-dynamic since we typically don't use
8231 all the widgets. Don't require cl or widget. Remove
8232 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
8233 (widget-read-event): Removed. Callers changed to use read-event.
8234 (widget-button-release-event-p): Renamed from
8235 button-release-event-p.
8236 (widget-field-add-space, widget-field-use-before-change):
8237 Uncustomize.
8238 (widget-specify-field): Use keymap property, not local-map.
8239 (widget-specify-button): Obey :suppress-face.
8240 (widget-specify-insert): Use modern backquote syntax.
8241 (widget-image-directory): Renamed from widget-glyph-directory.
8242 (widget-image-enable): Renamed from widget-glyph-enable.
8243 (widget-image-find): Replaces widget-glyph-find.
8244 (widget-button-pressed-face): Move defvar.
8245 (widget-image-insert): Replaces widget-glyph-insert.
8246 (widget-convert): Use keywordp.
8247 (widget-leave-text, widget-children-value-delete): Use mapc.
8248 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 8249 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
8250 (widget-button-click): Don't set point at the click, but re-centre
8251 if we scroll out of window. Rewritten for images v. glyphs &c.
8252 (widget-tabable-at): Use POS arg, not point.
8253 (widget-beginning-of-line, widget-end-of-line)
8254 (widget-item-value-create, widget-sublist, widget-princ-to-string)
8255 (widget-sexp-prompt-value, widget-echo-help): Simplify.
8256 (widget-default-create): Use widget-image-insert; some rewriting.
8257 (widget-visibility-value-create)
8258 (widget-push-button-value-create, widget-toggle-value-create): Use
8259 widget-image-insert.
8260 (checkbox): Create on and off images dynamically.
8261 (documentation-link): Change :help-echo.
8262 (widget-documentation-link-echo-help): Remove.
8263
3837de12
SM
82642000-06-02 Stefan Monnier <monnier@cs.yale.edu>
8265
8266 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
8267
8268 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
8269 (easy-mmode-define-toggle, define-minor-mode): Use it.
8270 (easy-mmode-define-keymap): Docstring fix.
8271 (define-derived-mode): Default PARENT to fundamental-mode.
8272 Add the derived-mode-parent symbol-property.
8273 (easy-mmode-derived-mode-p): New function.
8274
90aa4ea8
DL
82752000-06-02 Dave Love <fx@gnu.org>
8276
37193ee6
DL
8277 * files.el (convert-standard-filename): Doc fix.
8278 (normal-backup-enable-predicate): New function.
8279 (backup-enable-predicate): Use it to replace the lambda form.
8280
8281 * calendar/todo-mode.el: [This needs more work on the outline
8282 stuff.] Doc fixes.
8283 (todo) <defgroup>: Add :version.
8284 (todo-add-category): Don't use pushnew.
8285 (todo-cmd-raise): Fix typo.
8286 (todo-top-priorities): Change temp buffer name.
8287 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
8288 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
8289 Use outline-next-heading.
37193ee6 8290
90aa4ea8
DL
8291 * autoarg.el: Rewritten to use define-minor-mode.
8292 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
8293 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
8294
2e54623a
KH
82952000-06-02 Kenichi Handa <handa@etl.go.jp>
8296
8297 * isearch.el (isearch-other-meta-char): Fix previous change.
8298
c5def0db
SM
82992000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8300
3837de12
SM
8301 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
8302 (log-edit-done): Only add the comment to the ring if it's different
8303 from the last comment entered.
8304
c5def0db
SM
8305 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
8306
2330c9d4
DL
83072000-06-01 Dave Love <fx@gnu.org>
8308
8309 * hl-line.el: Rewritten using define-minor-mode.
8310
8311 * help.el (describe-function-1): Distinguish special form from
8312 builtin function. Sanity-check presence of arglist for builtins.
8313
6e5dfc31
KH
83142000-06-01 Kenichi Handa <handa@etl.go.jp>
8315
4dc1225b
KH
8316 * international/characters.el: Fix syntax/category setting of
8317 Tibetan characters.
8318
8319 * language/tibet-util.el (tibetan-add-components): Fixes for new
8320 encoding of Tibetan characters.
8321 (tibetan-decompose-precomposition-alist): New variable.
8322 (tibetan-decompose-region): Convert precomposed characters to
8323 non-precomposed characters.
8324 (tibetan-decompose-string): Likewise.
8325 (tibetan-composition-function): Fix args to
8326 thibetan-compose-string.
8327
8328 * language/tibetan.el (tibetan-composable-pattern): More
8329 characters included.
8330 (tibetan-consonant-transcription-alist): Rule for "R" added.
8331 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
8332 "+R" added.
8333 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
8334
eadef5e6
KH
8335 * language/lao-util.el (lao-composition-function): Fix args to
8336 compose-string.
8337
8338 * language/thai-util.el (thai-composition-function): Fix args to
8339 compose-string.
8340
6e5dfc31 8341 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
8342 to prevent the point moving to the end of a composition when a
8343 part of a composition is searched.
6e5dfc31
KH
8344 (isearch-other-meta-char): If the key invoking this command can be
8345 mapped by function-key-map to a printing char, call
8346 isearch-process-search-char directly.
8347
2598a293
SM
83482000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8349
8350 * emacs-lisp/bytecomp.el:
8351 * frame.el:
8352 * international/mule-cmds.el:
8353 * international/mule-util.el:
8354 * international/mule.el:
8355 * mouse.el:
8356 * subr.el:
8357 * faces.el: Update calls to make-obsolete with a WHEN argument.
8358
8359 * byte-run.el (make-obsolete, make-obsolete-variable):
8360 Add an optional WHEN argument and change the format of the
bff71087 8361 symbol-property information.
2598a293
SM
8362 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
8363 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
8364 new obsolete-symbol-property format and print WHEN if it is provided.
8365
28d8dff1
DL
83662000-05-31 Dave Love <fx@gnu.org>
8367
8368 * loadhist.el (loadhist-hook-functions): Remove
8369 before-change-function, after-change-function.
8370 (unload-feature): Deal with symbols which are both bound and
8371 fbound.
8372
8373 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
8374 before-change-function, after-change-function.
8375
8376 * simple.el (newline): Don't bind before-change-function,
8377 after-change-function.
8378
7f565d87
RV
83792000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
8380
8381 * whitespace.el (whitespace-rescan-timer-time): Update interval
8382 set to 600 seconds (10 minutes) instead of 60 seconds since
8383 a large number of whitespace buffers causes emacs to `freeze'
8384 for a considerable amount of time.
8385
bff71087 8386 * whitespace.el: Updated email address
7f565d87 8387
a8d693d8
DL
83882000-05-31 Dave Love <fx@gnu.org>
8389
8390 * add-log.el (change-log-font-lock-keywords) <function>: Add
8391 pattern for function of change.
8392 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
8393 acknowledgements patterns.
8394
a50192e7
KH
83952000-05-31 Kenichi Handa <handa@etl.go.jp>
8396
8397 * isearch.el (isearch-printing-char): If keyboard coding system is
8398 being used, call isearch-process-search-multibyte-characters.
8399
8400 * international/isearch-x.el: Mostly rewritten.
8401
8402 * international/quail.el (quail-start-conversion): Don't include
8403 unhandled events in the returned events, but set them in
8404 unread-command-events. Exit if all inputs are deleted.
8405
7e492772
JR
84062000-05-30 Jason Rumney <jasonr@gnu.org>
8407
8408 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
8409
8410 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
8411 Reenable code to create initial fontsets.
8412 Use set-fontset-font in place of put-charset-property.
8413
10fc3187
GM
84142000-05-30 Gerd Moellmann <gerd@gnu.org>
8415
79148ea7
GM
8416 * progmodes/perl-mode.el (perl-indent-line): When looking for a
8417 label, ensure that the first colon isn't followed by another.
8418
8419 * paths.el (Info-default-directory-list): Doc fix.
8420
086d5b87
GM
8421 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
8422 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
8423 send a query containing USER only, not USER@HOST.
8424
10fc3187
GM
8425 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
8426 and rmail-msgend to compute the restriction at the end, instead of
8427 computing it.
8428
49e70dec
GM
84292000-05-29 Gerd Moellmann <gerd@gnu.org>
8430
66254a13
GM
8431 * dabbrev.el (dabbrev-expand): Don't display messages in the
8432 echo area if the minibuffer window is active.
8433
49e70dec
GM
8434 * jit-lock.el (jit-lock-mode): Add after change function to
8435 local hook.
8436
84372000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
8438
8439 * antlr-mode.el: New commands: hide/unhide actions,
8440 upcase/downcase literals.
8441 (antlr-tiny-action-length): New user option.
8442 (antlr-hide-actions): New command. Suggested by
8443 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 8444 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
8445 (antlr-mode-menu): New entries.
8446 (antlr-downcase-literals): New command.
8447 (antlr-upcase-literals): Ditto.
8448
8449 * antlr-mode.el: Minor changes: indendation, mode-name.
8450 (antlr-indent-line): Indent cpp directive at column 0.
8451 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
8452
8453 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
8454 (antlr-font-lock-additional-keywords): Workaround for intentional
8455 bug in XEmacs version of font-lock.
8456 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
8457 be used by a smarter version of `buffers-menu-grouping-function'.
8458
84592000-05-29 Gerd Moellmann <gerd@gnu.org>
8460
8461 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
8462 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
8463
49f93684
KH
84642000-05-29 Kenichi Handa <handa@etl.go.jp>
8465
8466 * international/encoded-kb.el
8467 (encoded-kbd-iso2022-designation-map): Pay attention to that
8468 charset-iso-final-char return -1 for eight-bit-control and
8469 eight-bit-graphic.
8470
5b1ae051
EZ
84712000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8472
8473 * speedbar.el (speedbar-use-images, speedbar-update-flag)
8474 (speedbar-easymenu-definition-base): Use display-graphic-p where
8475 available, instead of window-system.
8476
a205e32a
EZ
84772000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8478
8479 * international/codepage.el (cp-coding-system-for-codepage-1): Add
8480 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
8481 coding systems.
8482
dd854dc2
DL
84832000-05-26 Dave Love <fx@gnu.org>
8484
c88a85d5
DL
8485 * disp-table.el (standard-display-underline): Don't use
8486 internal-find-face.
8487
dd854dc2
DL
8488 * mail/reporter.el: Maintainer change. Doc fixes.
8489 (reporter-version): Deleted.
8490
8491 * emacs-lisp/elp.el: Maintainer change.
8492 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
8493
dc29aa6c
SM
84942000-05-26 Stefan Monnier <monnier@cs.yale.edu>
8495
8496 * add-log.el (add-change-log-entry): Merge the current entry with the
8497 previous one if the previous one is empty.
8498
ed62683d
DL
84992000-05-26 Dave Love <fx@gnu.org>
8500
4370a375
DL
8501 * loadhist.el (unload-feature): Fix interactive spec [from
8502 lijnzaad@ebi.ac.uk].
8503
ed62683d
DL
8504 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
8505 subr-arity to check primitives.
8506 (byte-compile-flush-pending, byte-compile-file-form-progn)
8507 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
8508 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
8509 mapcar.
8510
ba9f8f95
KH
85112000-05-26 Kenichi Handa <handa@etl.go.jp>
8512
0f3e0672
KH
8513 * international/fontset.el: Set family names of non-latin charsets
8514 in default fontset to "*".
8515
cebefb44
KH
8516 * international/mule-diag.el (print-fontset): Combine family part
8517 and registry part of the fontname by "-*-" instead of "-".
8518
ba9f8f95
KH
8519 * international/mule-cmds.el (encode-coding-char): Make strings
8520 multibyte before calling encode-coding-string.
8521
931d0724
SM
85222000-05-25 Stefan Monnier <monnier@cs.yale.edu>
8523
8524 * derived.el: Fix keywords.
8ccce2b0 8525 (define-derived-mode): Only define if needed.
931d0724
SM
8526
8527 * simple.el (fill-comment, comment-column, comment-start)
8528 (comment-start-skip, comment-end, comment-indent-function)
8529 (block-comment-start, block-comment-end, indent-for-comment)
8530 (set-comment-column, kill-comment, comment-padding, comment-region)
8531 (comment-multi-line, indent-new-comment-line): Remove.
8532
8533 * bindings.el (esc-map): Change ; to comment-dwim and use the new
8534 function names for comment operations.
8535
8536 * newcomment.el: Add abundant autoload cookies.
8537 (comment-style): Don't depend on runtime data at compile-time.
8538 (comment-indent-hook): Remove.
8539 (comment-indent): Check if comment-indent-hook is bound.
8540 (comment-region): Docstring fix.
8541
6fc596cf
DL
85422000-05-25 Dave Love <fx@gnu.org>
8543
8544 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
8545 byte-code-function-p.
8546
8547 * mail/rmailsum.el: Add provide.
8548
8549 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
8550
8551 * smerge-mode.el (smerge-diff-switches): Don't use list* in
8552 defcustom.
8553
7997f1ca 85542000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8555
7997f1ca
MK
8556 * ediff-diff.el (ediff-exec-process): delete --binary option from
8557 non-buffer ediff jobs.
7f565d87 8558
e7a903e8
EZ
85592000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8560
8561 * hilit-chg.el (highlight-changes-mode): Ask about color or
8562 grayscale support, not about window-system.
8563
8564 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
8565 window-system.
8566 (ffap-highlight): Always default to t.
8567
8568 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
8569 display-popup-menus-p instead of looking at window-system.
8570
8571 * disp-table.el (standard-display-g1, standard-display-graphic):
8572 Only refuse to use string glyphs on X and MS-Windows.
8573
8574 * avoid.el: Remove window-system from commentary, suggest to use
8575 display-*-p instead.
8576
8577 * apropos.el (apropos-print): Use display-mouse-p instead of
8578 window-system.
8579
14028d57
EZ
85802000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8581
8582 * international/codepage.el (cp-decoding-vector-for-codepage):
8583 Fill up unsupported characters with their own codes. From Kenichi
8584 Handa.
8585
1a4f9cc1
EZ
85862000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8587
8588 * international/mule-diag.el (describe-char-after): Use
8589 display-graphic-p instead of window-system, so that this function
8590 works on MS-DOS.
8591
89f6ca4e
EZ
85922000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8593
8594 * international/codepage.el (cp-make-coding-systems-for-codepage):
8595 Remove the eight-bit-graphic and eight-bit-control charsets from
8596 the list of charsets which we convert into `?'.
8597
eacfd7fe
KH
85982000-05-25 Kenichi Handa <handa@etl.go.jp>
8599
8600 * international/mule-conf.el: Specify CHARSET-ID explicitely for
8601 private charsets.
8602 (mule-unicode-0100-24ff, japanese-jisx0213-1,
8603 japanese-jisx0213-2): New charsets.
8604
8605 * international/fontset.el: Setup default fontset for new charsets.
8606
deadf7e3
DL
86072000-05-24 Dave Love <fx@gnu.org>
8608
8609 * info.el (Info-find-node-2): Restructure [following "Vadim
8610 S. Solomin" <sovs@uic.nnov.ru>].
8611
8612 * icomplete.el: Fix header for Finder.
8613
86142000-05-24 Eric M. Ludlam <zappo@ultranet.com>
8615
8616 * rmailout.el (rmail-output-to-rmail-file): Added optional param
8617 STAY.
8618
8619 * rmail.el (rmail-automatic-folder-directives): New user variable.
8620 (rmail-show-message): Add call to `rmail-auto-file' during
8621 display.
8622 (rmail-auto-file): New function.
8623
6de3983f 86242000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8625
fc6a6a4e 8626 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 8627 account.
fc6a6a4e
GM
8628 (ediff-test-utility,ediff-diff-mandatory-option)
8629 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 8630 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 8631
fc6a6a4e 8632 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 8633 variable.
7f565d87 8634
fc6a6a4e 8635 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
8636 ediff-merge-filename-prefix.
8637
fc290d1d
MK
86382000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
8639
fc6a6a4e 8640 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 8641
273182b8
EZ
86422000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8643
8644 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
8645 aliases for hebrew-iso-8bit.
8646
f471ea57
EZ
86472000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8648
8649 * woman.el: New version from Francis J. Wright
8650 <F.J.Wright@Maths.QMW.ac.uk>.
8651 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
8652 names in environment variables regardless of the path separator.
8653 (woman-topic-all-completions-1): Don't call file-name-directory-p
8654 on all files, since woman-file-regexp already filters out any
8655 directories.
8656
01162f24
KH
86572000-05-24 Kenichi Handa <handa@etl.go.jp>
8658
48e3df76
KH
8659 * international/quail.el (quail-start-translation): Don't change
8660 modified-p of the current buffer.
8661 (quail-start-conversion): Likewise.
8662
8663 * international/kkc.el (kkc-region): Don't change modified-p of
8664 the current buffer.
8665
747d90ea
KH
8666 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
8667 conform to RFC1468.
8668 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 8669
17a223ff
EL
86702000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
8671
8672 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
8673 (speedbar-insert-button): Invisible text property fix.
8674 (speedbar-directory-plus): Renamed from speedbar-directory-+
8675 (speedbar-directory-minus): Renamed from speedbar-directory--
8676 (speedbar-page-plus): Renamed from speedbar-file-+
8677 (speedbar-page-minus): Renamed from speedbar-file--
8678 (speedbar-page): Renamed from speedbar-file-
8679 (speedbar-tag): Renamed from speedbar-tag-
8680 (speedbar-tag-plus): Renamed from speedbar-tag-+
8681 (speedbar-tag-minus): Renamed from speedbar-tag--
8682 (speedbar-expand-image-button-alist): Use above renames.
8683
8684 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
8685 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
8686 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
8687 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
8688 * sb-pg.xpm: Renamed from sb-file.xpm
8689 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
8690 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 8691
e6b6fc18
KH
86922000-05-24 Kenichi Handa <handa@etl.go.jp>
8693
8694 * international/quail.el (quail-show-guidance-buf): Set
8695 current-input-method of the guidance buffer to the name of the
8696 curren input method.
8697
a1a336eb
SM
86982000-05-23 Stefan Monnier <monnier@cs.yale.edu>
8699
8700 * progmodes/compile.el (compile-internal): Style typo.
8701
8702 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
8703 quote vars and functions in the docstring.
8704
8705 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
8706
8707 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
8708 Don't quote lambdas.
8709
8710 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
8711
9695b783
GM
87122000-05-23 Gerd Moellmann <gerd@gnu.org>
8713
716e3b88
GM
8714 * startup.el (command-line): Determine source file of compiled
8715 user init file differently. Warn if compiled user init file
8716 is older than its source file.
8717
9695b783 8718 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 8719
41ac433f
EZ
87202000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
8721
8722 * files.el (make-backup-file-name-1): Replace slashes with `!'
8723 rather than `|' (which is not allowed on Windows). Replace the
8724 drive letters with a string "drive_X".
8725
46600ab1
GM
87262000-05-23 Gerd Moellmann <gerd@gnu.org>
8727
8728 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
8729
8730 * files.el (interpreter-mode-alist): Add `bash2'.
8731
79a64d87
DL
87322000-05-22 Dave Love <fx@gnu.org>
8733
8734 * loadhist.el (feature-symbols, file-provides, file-requires): Use
8735 mapc.
8736 (feature-file): Avoid calling symbol-name. Doc fix.
8737 (file-set-intersect, file-dependents): Use dolist, not mapcar.
8738 (loadhist-hook-functions): Add mouse-position-function.
8739 (unload-feature): Change uses of mapcar.
8740
8741 * files.el (parse-colon-path): Doc fix.
8742 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
8743 (set-auto-mode): Use mapc.
8744
8745 * complete.el (PC-look-for-include-file): Use :alnum: character
8746 class.
8747 (partial-completion-mode): Add autoload cookie.
8748
0e8c11d8
SS
87492000-05-22 Sam Steingold <sds@gnu.org>
8750
ce75fd23 8751 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
8752 `add-text-properties' (bug introduced on 2000-05-18).
8753
d8d0fa6c
DL
87542000-05-22 Dave Love <fx@gnu.org>
8755
8756 * bindings.el: Remove debug-ignored-errors set in other files.
8757
8758 * progmodes/etags.el: Add to debug-ignored-errors.
8759 (visit-tags-table-buffer): Clear out buffers holding old tables
8760 when making a new list.
8761 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
8762 mapc.
8763
8764 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
8765 quote keywords.
8766 (cmpl-string-case-type): Use character classes.
8767
0e8c11d8
SS
8768 * comint.el:
8769 * textmodes/ispell.el:
8770 * imenu.el:
d8d0fa6c
DL
8771 * mail/mh-e.el:
8772 * progmodes/compile.el: Add to debug-ignored-errors.
8773
8774 * dabbrev.el: Add to debug-ignored-errors.
8775 (dabbrev-completion): Use mapc.
8776
1edbbf8a
EZ
87772000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
8778
8779 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
8780 (woman-mapcan, woman-parse-man.conf)
8781 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
8782 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
8783 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
8784 path syntax better.
8785 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
8786 (woman-manpath): Call woman-parse-man.conf.
8787 (woman-emulation): New defcustom, defaults to nroff.
8788 (woman-font-support): New defconst.
8789 (woman-use-symbol-font): New defcustom.
8790 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
8791 "Emulation".
8792 Many functions: Doc fix.
8793
5bd2148c
KH
87942000-05-22 Kenichi Handa <handa@etl.go.jp>
8795
8796 * international/quail.el (quail-simple-translation-keymap): Map
8797 128..255 to quail-self-insert-command.
8798 (quail-keyboard-layout-alist): Add definition for "pc102-de".
8799
4125ec7e
SM
88002000-05-22 Stefan Monnier <monnier@cs.yale.edu>
8801
a1a336eb
SM
8802 * help.el (help-manyarg-func-alist): Typo.
8803
40aeecad
SM
8804 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
8805 intervals which makes it heaps simpler.
8806
4125ec7e
SM
8807 * newcomment.el (comment-region-internal): Go back to BEG after quoting
8808 the nested comment markers.
e4da9c1c
SM
8809
8810 * subr.el (remove-hook): Don't turn the hook's value into a list.
8811
cb7216a7
DL
88122000-05-21 Dave Love <fx@gnu.org>
8813
ac266581
DL
8814 * edmacro.el (edmacro-parse-keys): Return vector if any elements
8815 are invalid characters.
8816
cb7216a7
DL
8817 * international/mule-util.el (detect-coding-with-priority): Use
8818 mapc. Remove redundant lambda.
8819
8820 * international/mule-diag.el (list-non-iso-charset-chars)
8821 (describe-fontset): Remove redundant lambda.
8822
8823 * emulation/crisp.el (brief-mode): New alias.
8824
8825 * emacs-lisp/ring.el (ring-elements): New function.
8826
8827 * emacs-lisp/easymenu.el (easy-menu-create-menu)
8828 (easy-menu-do-add-item): Use keywordp.
8829
8830 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
8831
8832 * replace.el: Doc and error message fixes.
8833 (replace-highlight): Use facep, not internal-find-face.
8834
9b0d1d6e
SM
88352000-05-20 Stefan Monnier <monnier@cs.yale.edu>
8836
b2d2cf58
SM
8837 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
8838
ffe7dc64
SM
8839 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
8840 (log-edit-insert-changelog): Drop `:' as well.
8841
8842 * log-view.el: Fix file description.
8843 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
8844 available.
8845 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
8846 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
8847
c8c21615
SM
8848 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
8849 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
8850 Print a status message if the toggle is called interactively.
8851 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
8852 for global minor modes and use `defcustom' for them.
8853 Use add-minor-mode.
8854 (easy-mmode-define-derived-mode): Remove.
8855 (define-derived-mode): Fancier default docstring.
8856 (easy-mmode-define-navigation): Signal an error rather than (ding).
8857
9b0d1d6e
SM
8858 * newcomment.el (comment-styles): New `box-multi'.
8859 (comment-normalize-vars): Better default for comment-continue to
8860 avoid whitespace-only continuations.
8861 (comment-search-forward): Always move even in the no-syntax case.
8862 (comment-padright): Only obey N if it's only obeyed for padleft.
8863 (comment-make-extra-lines): Better handling of empty continuations.
8864 Use `=' for the filler if comment-start has only one character.
8865 (uncomment-region): Try handling the special `=' filler.
8866 (comment-region): Allow LINES even if MULTI is nil.
8867 (comment-box): Choose box style based on comment-style.
8868
f5ee6d0f
KH
88692000-05-20 Kenichi Handa <handa@etl.go.jp>
8870
9b0d1d6e 8871 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
8872 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
8873
c9671f81
KH
88742000-05-20 Kenichi HANDA <handa@etl.go.jp>
8875
8876 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
8877 and insert, not subst-char-in-region.
8878
8879 * international/mule-diag.el (list-character-sets-1): Handle
8880 charsets eight-bit-control and eight-bit-graphic.
8881 (list-iso-charset-chars): Likewise.
8882 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
8883 charactes as is. Use indent-to to align characters.
8884
8885 * international/mule-cmds.el (find-multibyte-characters): Never
8886 exclude charsets eight-bit-control and eight-bit-graphic.
8887
1426aa5c
SM
88882000-05-19 Stefan Monnier <monnier@cs.yale.edu>
8889
8890 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
8891 Don't quote lambdas.
8892
8893 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
8894
2b63d473
GM
88952000-05-19 Gerd Moellmann <gerd@gnu.org>
8896
8897 * gud.el (gud-jdb-directories): Doc fix.
8898
f1355756
SM
88992000-05-19 Stefan Monnier <monnier@cs.yale.edu>
8900
8901 * newcomment.el: New file.
8902
5f64c9e0
GM
89032000-05-19 Gerd Moellmann <gerd@gnu.org>
8904
2b63d473 8905 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 8906
db7314bd
AS
89072000-05-18 Andreas Schwab <schwab@suse.de>
8908
8909 * dired.el (dired-between-files): Also skip lines beginning with
8910 `used'.
8911
25bb0401
GM
89122000-05-18 Gerd Moellmann <gerd@gnu.org>
8913
8914 * msb.el (msb-menu-cond): Add choice `user'.
8915
a199a865 89162000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 8917
a199a865
GM
8918 * ps-print.el: Compatibility, customization and doc fix.
8919 (ps-printer-name-option): Replace defconst by defvar.
8920 (ps-postscript-code-directory): XEmacs compatibility.
8921 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
8922 fix.
8923 (ps-user-defined-prologue, ps-print-prologue-header)
8924 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
8925 compatibility and code fix.
8926 (ps-print-background-image, ps-print-background-text):
8927 Customization fix.
8928 (ps-line-number-start, ps-n-up-on): New vars.
8929
25bb0401
GM
89302000-05-18 Espen Skoglund <esk@ira.uka.de>
8931
8932 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
8933 the indent-comment function to just return the appropriate indent.
8934
68e6c83a
EL
89352000-05-18 Eric M. Ludlam <zappo@ultranet.com>
8936
8937 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
8938 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
8939 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
8940
dae6cb9f
DL
89412000-05-18 Dave Love <fx@gnu.org>
8942
8943 * info.el (Info-fontify-node): Add intangible property as well as
8944 invisible.
8945
8946 * calendar/appt.el (appt-make-list): Match all lines of entry.
8947 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
8948
813086ea
KH
89492000-05-18 Kenichi Handa <handa@etl.go.jp>
8950
8951 * international/mule-diag.el (describe-char-after): Call
8952 internal-char-font, not char-font. If internal-char-font returns
8953 nil, display "-- none --".
8954
24978190
EZ
89552000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8956
8957 * image.el (image-type-available-p): Don't reference image-types
8958 if it isn't bound.
8959
2fca2d5d
SM
89602000-05-17 Stefan Monnier <monnier@cs.yale.edu>
8961
8962 * autoarg.el (autoarg-mode): Typo in the :set argument.
8963
cfc75d05
EZ
89642000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8965
8966 * startup.el (command-line-1): Don't signal an error if the
8967 directory for auto-save-list files does not yet exist.
8968
c4e30387
KH
89692000-05-17 Kenichi Handa <handa@etl.go.jp>
8970
8971 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
8972
dd6b8ea7
SM
89732000-05-16 Stefan Monnier <monnier@cs.yale.edu>
8974
8975 * subr.el (remove-hook): `setq' hook-value, not `set'.
8976
399c88ad
SS
89772000-05-16 Sam Steingold <sds@gnu.org>
8978
a199a865 8979 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 8980
01651f07
DL
89812000-05-16 Dave Love <fx@gnu.org>
8982
8983 * cus-edit.el: Don't require cl or easymenu.
8984 (custom-variable-prompt): Test standard-value property, not
8985 user-variable-p.
8986
2248c40d
SS
89872000-05-16 Sam Steingold <sds@gnu.org>
8988
8989 * subr.el (add-hook): `setq' hook-value, not `set'.
8990
b15f3b77
GM
89912000-05-16 Gerd Moellmann <gerd@gnu.org>
8992
8993 * startup.el (command-line-1): Mention the FAQ in the startup
8994 message.
8995
8996 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
8997
8998 * progmodes/compile.el (compilation-parse-errors): Collect
8999 `nomessage' regexps last.
9000
9001 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
9002
9003 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
9004 to the function name.
9005
f9bbcfac
EL
90062000-05-15 Dave Love <fx@gnu.org>
9007
9008 * speedbar.el (speedbar-recenter): Typo.
9009 (speedbar-expand-line): Make arg optional.
9010 (speedbar-mode): Avoid a compiler warning.
9011
119b42eb
GM
90122000-05-15 Gerd Moellmann <gerd@gnu.org>
9013
9014 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
9015 user-specified option string is empty.
9016
9017 * mouse.el (mouse-yank-at-click): Doc fix.
9018
f685bea9
EZ
90192000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
9020
9021 * term/internal.el (IT-character-translations): More updates of
9022 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
9023 documents.
9024
a1b8d58b
GM
90252000-05-15 Gerd Moellmann <gerd@gnu.org>
9026
9027 * env.el (getenv): New function, interactively callable.
9028 (setenv, getenv): Remove autoload cookies.
9029
9030 * loadup.el: Load `env'.
9031
9032 * progmodes/f90.el: Change author's mail address.
9033
c9bba7ed
DL
90342000-05-14 Dave Love <fx@gnu.org>
9035
e5c83697
DL
9036 * mail/rmail.el (rmail-show-message-hook): Customize and offer
9037 goto-addr as an option.
9038
9039 * help.el (help-xref-stack): Doc fix.
9040 (help-xref-following): New variable.
9041 (help-make-xrefs): Use it.
9042 (help-xref-go-back): Use position information from stack element.
9043 (help-follow): Make position in stack element a pair. Use
9044 help-xref-following.
399c88ad 9045
e5c83697
DL
9046 * autoarg.el: New file.
9047
9048 * faces.el: Declare more functions obsolete.
9049
c9bba7ed
DL
9050 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
9051 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
9052 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
9053 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
9054 Remove all the setup-...-environment functions.
9055
b6389bfb
EL
90562000-05-13 Eric M. Ludlam <zappo@ultranet.com>
9057
a1b8d58b
GM
9058 * speedbar.el: Updated the commentary section. xemacs20p now uses
9059 >= when detecting. Require `defimage' safely.
b6389bfb
EL
9060 (speedbar-easymenu-definition-base): Add toggle for images.
9061 (speedbar-easymenu-definition-special): Add flush cache & expand.
9062 (speedbar-visiting-tag-hook): Set new defaults. Added options.
9063 (speedbar-reconfigure-keymaps-hook): New variable.
9064 (speedbar-frame-parameters): Updated documentation.
9065 (speedbar-use-imenu-flag): Updated custom tag
9066 (speedbar-dynamic-tags-function-list): New variable.
9067 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
9068 (speedbar-indentation-width, speedbar-indentation-width) New
9069 variables.
9070 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
9071 (speedbar-vc-indicator): Doc update.
9072 (speedbar-ignored-path-expressions): Updated default value.
9073 (speedbar-supported-extension-expressions): Updated default value.
9074 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
9075 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
9076 as "+". Added overlay aliases.
9077 (speedbar-mode): Use `speedbar-mode-line-update' instead of
9078 `force-mode-line-update'.
9079 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
9080 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
9081 `mouse-set-point'
b6389bfb 9082 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
9083 (speedbar-item-info-tag-helper): Revamped to handle a wider range
9084 of arbitrary text, and new helper functions.
9085 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
9086 filename finder.
b6389bfb
EL
9087 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
9088 (speedbar-directory-buttons): Update path search/expansion.
9089 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
9090 `speedbar-indentation-width'. Use more care w/ invisible
9091 properties.
b6389bfb
EL
9092 (speedbar-change-expand-button-char): Call
9093 `speedbar-insert-image-button-maybe'.
9094 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
9095 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
9096 (speedbar-trim-words-tag-hierarchy)
9097 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 9098 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
9099 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
9100 functions.
b6389bfb
EL
9101 (speedbar-mouse-set-point): New function
9102 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
9103 (speedbar-line-token, speedbar-goto-this-file): Handle more types
9104 of tag prefix text.
9105 (speedbar-expand-line, speedbar-contract-line): Make more robust
9106 to strange text.
9107 (speedbar-expand-line): Takes universal argument to flush the
9108 cache.
b6389bfb
EL
9109 (speedbar-flush-expand-line): New function.
9110 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
9111 Use new generator insertion method.
9112 (speedbar-fetch-dynamic-tags): New function.
9113 (speedbar-fetch-dynamic-imenu): Removed code now handled in
9114 `speedbar-fetch-dynamic-imenu'.
9115 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
9116 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
9117 "Revert Buffer" menu items.
9118 (speedbar-buffer-buttons-engine): Be smarter when creating a
9119 filename tag (for expansion purposes.).
a1b8d58b
GM
9120 (speedbar-highlight-one-tag-line,
9121 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
9122 (speedbar-recenter): New functions.
b6389bfb 9123 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
9124 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
9125 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
9126 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
9127 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
9128 (speedbar-expand-image-button-alist): New variable.
9129 (speedbar-insert-image-button-maybe): Insert an image over some
9130 buttons.
9131
43fe9244
KH
91322000-05-13 Kenichi Handa <handa@etl.go.jp>
9133
9134 * international/mule-cmds.el (encode-coding-char): An ASCII
9135 character is always encodable.
9136
9137 * international/mule-conf.el: Add more information in descriptions
9138 of character sets.
9139
813086ea 9140 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
9141 (describe-font-internal): Adjusted for the change of font-info.
9142 (describe-font): Likewise.
9143 (print-fontset): Rewritten for the new fontset implementation.
9144 (describe-fontset): Include fontset alias names in completion.
9145 (list-fontsets): Adjusted for the change of print-fontset.
9146
9147 * simple.el (what-cursor-position): If DETAIL is non-nil, call
9148 describe-char-after instead of displaying the detail in the echo
9149 area.
813086ea
KH
9150 (syntax-code-table): Format changed.
9151 (string-to-syntax): Adjusted for the above change.
0e8c11d8 9152
e8564f57
SM
91532000-05-12 Stefan Monnier <monnier@cs.yale.edu>
9154
9155 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
9156
9278c60d
DL
91572000-05-12 Dave Love <fx@gnu.org>
9158
9159 * calendar/todo-mode.el: Remove some compatibility stuff and CL
9160 dependence. Use line-{beginning,end}-position, not
9161 point-at{b,e}ol. Some doc fixes.
9162 (todo-position): New function. Fix callers of position to use it.
9163 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
9164
be0505fe
GM
91652000-05-12 Gerd Moellmann <gerd@gnu.org>
9166
9167 * time.el (display-time-mail-icon): Use `:ascent center'.
9168
a8a3541c
GM
9169 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
9170 handling FTP security extensions.
399c88ad 9171
44d5f148
DL
91722000-05-11 Dave Love <fx@gnu.org>
9173
33d0c179 9174 * calendar/todo-mode.el: New file.
44d5f148 9175
da4496b6
GM
91762000-05-11 Gerd Moellmann <gerd@gnu.org>
9177
cdc4401d
GM
9178 * comint.el (comint-read-input-ring): Move reference to
9179 comint-input-ring-size outside of the save-excursion. It was
9180 causing the default value to be the only one ever seen.
399c88ad 9181
0279f991
GM
9182 * font-lock.el: Update copyright. Remove Simon Marshall's email
9183 address on request from him.
9184
da4496b6
GM
9185 * subr.el (substitute-key-definition): Add comment describing
9186 the meaning of PREFIX.
9187
ac5cb26d
SM
91882000-05-10 Stefan Monnier <monnier@cs.yale.edu>
9189
9190 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
9191
9192 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
9193 (add-minor-mode): Don't make the variable buffer-local and add a
9194 reference to define-minor-mode in the docstring.
9195
9196 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
9197 HEADER/FOOTER and fix bug with trailing empty directory.
9198 (cvs-append-to-ignore): Use vc-editable-p if available.
9199 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
9200 (vc-do-command): Tweak advice to handle the new VC.
9201
9202 * log-view.el (log-view-goto-rev): New function for the new VC.
9203 (log-view-minor-wrap): Use mark-active.
9204
9205 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
9206 (log-edit-changelog-full-paragraphs): New var.
9207 (log-edit-insert-changelog): Remove a lonely leading `* file'.
9208 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
9209 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
9210 (log-edit-changelog-ours-p, log-edit-changelog-entries)
9211 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
9212 Replace the `cvs' prefix with `log-edit'.
9213
9214 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
9215
9216 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
9217 (diff-font-lock-defaults): Explicitly turn off multiline.
9218 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
9219 (diff-ediff-patch): Fix call to ediff-patch-file.
9220 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
9221 Handle comments.
9222
9223 * frame.el (automatic-hscrolling): Typo.
9224
9225 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
9226
21c34da3
DL
92272000-05-09 Sam Steingold <sds@goems.com>
9228
9229 * apropos.el (apropos-print): use `describe-face' instead of
9230 `customize-face-other-window'.
9231
950cf06f
DL
92322000-05-09 Dave Love <fx@gnu.org>
9233
9234 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
9235
9236 * help.el (describe-variable): Have customize button pop the
9237 help-xref stack when invoked.
9238 (help-xref-symbol-regexp): Add `face'.
9239 (help-make-xrefs): Check for quoted face names and adapt regexp
9240 submatch numbers to cope.
9241 (help-xref-interned): Maybe insert face doc too. Separate
9242 sections with a line of hyphens.
9243
0623e40f 9244 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
9245 (describe-face): Add customize button. Return the help
9246 text. Fix prompt.
9247
82e2ca9d
EZ
92482000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
9249
9250 * term/internal.el (IT-character-translations): Fix last change.
9251
10c00b5c
EZ
92522000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9253
9254 * woman.el: New file
9255 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
9256
9deed82f
EZ
92572000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9258
001ad319
EZ
9259 * term/internal.el (IT-character-translations): Update ASCII
9260 simulations for greek-iso8859-7, add latin-iso8859-14 and
9261 latin-iso8859-15.
9262
9deed82f
EZ
9263 * international/mule-cmds.el (set-language-info-alist): Call
9264 define-prefix-command with 3 arguments, to make the map suitable
9265 for a menu.
9266
4f37b78a
DL
92672000-05-07 Dave Love <fx@gnu.org>
9268
1ec321a7 9269 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 9270
64a4c526
DL
92712000-05-05 Dave Love <fx@gnu.org>
9272
9273 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
9274 list in doc string. Don't quote keyword symbols.
9275 * emacs-lisp/cl.el: Likewise
9276 * emacs-lisp/cl-seq.el: Likewise
9277
056565f7
GM
92782000-05-05 Gerd Moellmann <gerd@gnu.org>
9279
9280 * abbrev.el (abbrev-mode): Make ARG optional.
9281
4656b314
GM
92822000-05-04 Gerd Moellmann <gerd@gnu.org>
9283
ec82fb2f
GM
9284 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
9285
9286 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
9287
4656b314
GM
9288 * subr.el (substitute-key-definition): Clarify documentation.
9289
92902000-05-04 Milan Zamazal <pdm@freesoft.cz>
9291
9292 * glasses.el (glasses-convert-to-unreadable): Use
9293 `glasses-separator' instead of the hard-wired "_".
9294 (glasses-mode): Call `glasses-make-unreadable' only in a single
9295 place.
9296
7b081c78
EZ
92972000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
9298
9299 * term/internal.el (cjk-codepages-alist): Add associations for
9300 Chinese and Korean codepages. Remove FIXME comment.
9301
baa5536e
DL
93022000-05-03 Dave Love <fx@gnu.org>
9303
9304 * time.el (display-time-mail-face, display-time-use-mail-icon):
9305 New option.
9306 (display-time-mail-icon): New variable.
9307 (display-time-string-forms): Use the above. Fix the local-map.
9308
cbf18892
GM
93092000-05-03 Gerd Moellmann <gerd@gnu.org>
9310
4ff40dd0
GM
9311 * replace.el (query-replace-map): Add binding for `E'.
9312 (query-replace-help): Extend help text.
9313 (perform-replace): Allow editing the replacement string.
9314
9315 * make-mode.el (makefile-mode-abbrev-table): New variable.
9316 (makefile-mode): Set local abbrev table to
9317 makefile-mode-abbrev-table.
9318 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 9319
cbf18892
GM
9320 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
9321 set TOGGLE's value.
9322
4ff40dd0
GM
9323 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
9324 mail-interactive-insert-alias.
9325 (mail-abbrev-complete-alias): New command.
9326 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 9327
ffec4d9f
KH
93282000-05-03 Kenichi Handa <handa@etl.go.jp>
9329
9330 * language/lao-util.el (lao-compose-region): New function.
9331
1b0672c3
GM
93322000-05-02 Gerd Moellmann <gerd@gnu.org>
9333
576da55d
GM
9334 * files.el (recover-session): Make directories as necessary
9335 if they don't exist yet.
9336
399c88ad
SS
9337 * calendar/cal-french.el
9338 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
9339 (french-calendar-special-days-array): Change French text.
9340 (calendar-french-date-string): Change output.
9341 (calendar-goto-french-date): Likewise.
9342
93432000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
9344
9345 * wid-edit.el (widget-default-active): Obey `:always-active'.
9346 (widget-documentation-string-value-create): Set `:always-active'.
9347
4b33deaa
EZ
93482000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9349
9350 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
9351 default prefix to `~/_emacs.d/auto-save.list/_s'.
9352 (normal-top-level): Create the directory for auto-save files, if
9353 it doesn't already exist (in the ms-dos case only).
9354
5c922ea7
EZ
93552000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9356
9357 * international/mule-cmds.el (set-language-environment): Don't
9358 concat an integer (dos-codepage), use format instead.
9359
820ad5e7
DL
93602000-05-02 Dave Love <fx@gnu.org>
9361
9362 * help.el (help-xref-on-pp): Check for constant symbols.
9363
57cb56f5
GM
93642000-04-29 Gerd Moellmann <gerd@gnu.org>
9365
9366 * startup.el (normal-top-level): Put a condition-case around
9367 the code loading subdirs.el.
9368
93692000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 9370
57cb56f5
GM
9371 * ps-print.el: Upside-down and face background color printing,
9372 line number step, doc fix.
9373 (ps-print-version): New version number (5.2).
9374 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
9375 (ps-face-attribute-list, ps-plot-with-face): Code fix.
9376 (ps-spool-config): Var fix.
9377 (ps-printer-name-option): Const fix.
9378 (ps-print-upside-down, ps-use-face-background)
9379 (ps-line-number-step): New vars.
9380 (ps-window-system, ps-lp-system): New consts.
9381 (ps-face-background): New fun.
9382
084cec2f
GM
93832000-04-28 Richard Stallman <rms@gnu.org>
9384
9385 * files.el (make-auto-save-file-name):
9386 Apply auto-save-file-name-transforms to visited file name
9387 before generating auto save file name.
9388 (auto-save-file-name-transforms): New variable.
9389
399c88ad 9390 * files.el (backup-enable-predicate):
084cec2f
GM
9391 Correctly test for a file under a temporary directory.
9392
c94f4677
GM
93932000-04-28 Gerd Moellmann <gerd@gnu.org>
9394
9395 * subr.el (add-minor-mode): Rewritten.
9396
7b211df5
KH
93972000-04-28 Kenichi Handa <handa@etl.go.jp>
9398
9399 * mail/sendmail.el (sendmail-send-it): Set
9400 buffer-file-coding-system to the selected coding system for MIME
9401 header.
9402
c76e04a8 94032000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 9404
c76e04a8
GM
9405 * dired.el (dired-move-to-filename-regexp): Allow format where
9406 YYYY is followed by two spaces.
e3e36d74 9407
c76e04a8
GM
9408 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
9409 in the second character class of the regexp.
9410
9411 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
9412 mh-etc, too.
353964e3 9413
c76e04a8
GM
9414 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
9415 nil.
399c88ad 9416
353964e3
GM
9417 * subr.el (add-minor-mode): Use `set' instead of `setq'.
9418
9419 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
9420 argument.
9421
c76e04a8 94222000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 9423
c76e04a8
GM
9424 * emacs-lisp/crm.el (crm-completion-table): New variable.
9425 (crm-collection-fn, crm-test-completion)
9426 (completing-read-multiple): Use it.
9427
94282000-04-27 Dave Love <fx@gnu.org>
9429
9430 * help.el (locate-library): Use mapc.
9431 (help-manyarg-func-alist): Add call-process-region.
9432
7464346d
GM
94332000-04-26 Gerd Moellmann <gerd@gnu.org>
9434
b35bd33d
GM
9435 * subr.el (add-minor-mode): Make argument MAP optional.
9436
7464346d
GM
9437 * desktop.el (desktop-save): Save list of minor modes.
9438 (desktop-create-buffer): Restore minor modes.
9439 (desktop-minor-mode-table): New user-option.
9440
9441 * subr.el (add-minor-mode): New function.
9442
9443 * image.el (find-image): New function.
9444 (defimage): Rewritten to find image at load time.
9445
9446 * startup.el (normal-top-level-add-to-load-path): Handle
9447 case that the default directory is not in load-path.
9448
9449 * help.el: Old patch from Stefan Monnier.
9450 (help-xref-on-pp): New function.
9451 (describe-variable): Use it to display xrefs in a symbol's value.
9452
23c0fb21
SM
94532000-04-26 Stefan Monnier <monnier@cs.yale.edu>
9454
9455 * cus-edit.el (custom-face): Fix parenthesis.
9456
fad95037
KH
94572000-04-26 Kenichi Handa <handa@etl.go.jp>
9458
f03392a1
KH
9459 * mail/rmail.el (rmail-expunge): When there are no deleted
9460 messages, do nothing.
fad95037 9461
0d7c5bb9
DL
94622000-04-26 Dave Love <fx@gnu.org>
9463
9464 * international/mule-cmds.el (locale-translation-file-name):
9465 Defvar to nil.
9466 (set-locale-environment): Set it here (at runtime).
9467
612839b6
GM
94682000-04-25 Gerd Moellmann <gerd@gnu.org>
9469
9470 * replace.el (perform-replace): Add parameters START and END. Use
9471 them instead of the check for a region in Transient Mark mode.
9472 (query-replace-read-args): Return two more list elements for the
9473 start and end of the region in Transient Mark mode.
9474 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9475 (map-query-replace-regexp, replace-string, replace-regexp): Add
9476 optional last arguments START and END and pass them to
9477 perform-replace.
9478
9479 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
9480 form with additional arguments for perform-replace.
9481
9482 * progmodes/etags.el (tags-query-replace): Add parameters START
9483 and END. Construct a form with additional arguments for
9484 perform-replace.
9485
9486 * simple.el (shell-command): Set default directory for "*Shell
9487 Command Output" buffer.
9488
9489 * language/european.el (iso-latin-4): Fix typo.
9490
9491 * emacs-lisp/crm.el: New file.
9492
2917cc05
DL
94932000-04-24 Dave Love <fx@gnu.org>
9494
9495 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9496 (Custom-reset-saved, Custom-reset-standard)
9497 (custom-group-value-create, custom-group-set, custom-group-save)
9498 (custom-group-reset-current, custom-group-reset-saved)
9499 (custom-group-reset-standard): Use mapc.
9500 (custom-buffer-create-internal): Disable undo when creating items.
9501 Use mapc.
9502 (custom-face): Avoid redundant lambda.
9503
abfcc168
GM
95042000-04-24 Gerd Moellmann <gerd@gnu.org>
9505
9506 * startup.el (auto-save-list-file-prefix): Set default to
9507 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
9508
fa78f71b
SS
95092000-04-24 Sam Steingold <sds@gnu.org>
9510
9511 * time-stamp.el (time-stamp-string-preprocess): Always convert
9512 `field-result' to a string.
9513
cc181e95
GM
95142000-04-24 Gerd Moellmann <gerd@gnu.org>
9515
9516 * frame.el (scrolling): New group.
9517 (automatic-hscrolling): New user-option.
9518
9519 * startup.el (command-line-x-option-alist): Add `-lsp' and
9520 `--line-spacing'.
9521
6142fdcb
DL
95222000-04-19 Dave Love <fx@gnu.org>
9523
9524 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
9525 (cl-mapc): Rename from mapc. Fix the funcall.
9526
5e3dac3f
GM
95272000-04-19 Gerd Moellmann <gerd@gnu.org>
9528
1c459486
GM
9529 * simple.el (clone-indirect-buffer-other-window): New command.
9530 (clone-indirect-buffer): Add optional arg NORECROD.
9531 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
9532
271b4185
GM
9533 * help.el (resize-temp-buffer-window): Use count-screen-lines.
9534
9535 * window.el (count-screen-lines): New function.
9536 (shrink-window-if-larger-than-buffer): Use count-screen-lines
9537 instead of window-buffer-height.
9538
9539 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
9540 non-existing variable comint-input-sentinel.
9541 (inferior-lisp-args-to-list): Removed.
9542 (inferior-lisp): Use split-string instead of
9543 inferior-lisp-args-to-list.
9544
9545 * hexl.el (hexl-insert-hex-string): New command.
9546
5e3dac3f
GM
9547 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
9548 instead of concat.
9549
f6d3257b
GM
95502000-04-18 Gerd Moellmann <gerd@gnu.org>
9551
9552 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
9553 at the start of an existing but empty folder.
9554
95552000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9556
9557 * ps-mule.el: Customization fix, doc fix.
9558 (ps-multibyte-buffer): Customization fix.
9559
8b7bc628 95602000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
9561
9562 * subr.el (read-passwd): Use read-char-exclusive.
9563
0daee095
GM
95642000-04-17 Gerd Moellmann <gerd@gnu.org>
9565
9566 * textmodes/texinfo.el (texinfo-insert-@email)
9567 (texinfo-insert-@emph, texinfo-insert-@quotation)
9568 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
9569 (texinfo-mode-map): Add key bindings for them.
9570
9571 * files.el (basic-save-buffer-2): Use a template with `$'
9572 instead of `#' for VMS.
9573
9574 * simple.el (clone-indirect-buffer): New function.
9575
e10f64e7
GM
95762000-04-16 Stephen Eglen <stephen@gnu.org>
9577
9578 * iswitchb.el (iswitchb-case): New function. If the user input
9579 contains any upper-case characters, the search is made
9580 case-sensitive.
9581
e3721db1
SM
95822000-04-17 Stefan Monnier <monnier@cs.yale.edu>
9583
e10f64e7
GM
9584 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
9585 comment-end.
e3721db1
SM
9586 (texinfo-font-lock-syntactic-keywords): New var.
9587 (texinfo-font-lock-keywords): Remove comment regexp.
9588 (texinfo-insert-block): New function.
9589 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
9590 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
9591 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 9592 (texinfo-environments): New var.
e10f64e7
GM
9593 (texinfo-environment-regexp): Use regexp-opt and
9594 texinfo-environments.
e3721db1 9595
e10f64e7
GM
9596 * textmodes/ispell.el (ispell-menu-map-needed): Check that
9597 ispell-process is bound since this might be eval'd before ispell
9598 is loaded.
9599 (ispell-message): Use a tiny bit less magic and a bit more hard
9600 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
9601
9602 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
9603
9604 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
9605 (insert-cyclic-diary-entry): Unquote the lambda.
9606
9607 * gud.el (gud-jdb-build-source-files-list): Fix typo.
9608
9609 * files.el (backup-enable-predicate): Unquote the lambda.
9610
9611 * cus-edit.el (custom-face, face): Unquote the lambda.
9612
712dc9e0
GM
96132000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9614
9615 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 9616
712dc9e0
GM
9617 * ps-print.el: Fix counting lines in a region.
9618 (ps-print-version): New version number (5.1.5).
9619 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
9620 (ps-printing-region): Fun code fix.
9621
ffc50f2a
GM
96222000-04-15 Gerd Moellmann <gerd@gnu.org>
9623
9624 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
9625 to file-directory-p.
9626
a2522dca
GM
96272000-04-14 Gerd Moellmann <gerd@gnu.org>
9628
9629 * gud.el (gud-jdb-build-source-files-list): Check that directory
9630 exists before calling directory-files.
9631
6e883610
DL
96322000-04-13 Dave Love <fx@gnu.org>
9633
9634 * emacs-lisp/trace.el: Change maintainer. Use new backquote
9635 syntax.
9636
9637 * emacs-lisp/cl-specs.el: Remove when, unless.
9638
9639 * emacs-lisp/cl-extra.el: Don't quote keywords.
9640 (cl-old-mapc): New variable.
9641 (mapc): Use it.
9642 (cl-map-intervals): Use with-current-buffer. Don't check for
9643 next-property-change.
9644 (cl-map-overlays): Use with-current-buffer.
9645 (cl-expt): Remove.
9646 (copy-tree, remprop): Define unconditionally.
9647
9648 * emacs-lisp/cl-compat.el (keywordp): Remove.
9649
9650 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
9651 to use keywordp.
9652 (edebug-spec): Enable keywordp.
9653
9654 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
9655 string-lessp.
9656
9657 * cus-start.el: Use keywordp.
9658
198e3c7a
GM
96592000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9660
9661 * diary-lib.el (include-other-diary-files): Fix the fix of
9662 2000-02-18 by doing a save-excursion.
9663
96642000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9665
9666 * ps-print.el: Customization fix, doc fix.
9667 (ps-print-version): New version number (5.1.4).
9668 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
9669 (ps-print-preprint): Adjust code.
9670 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
9671 (ps-print-prologue-header, ps-print-control-characters)
9672 (ps-spool-config): Customization fix.
fa78f71b 9673
8eba343c
EZ
96742000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
9675
9676 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
9677 converted to the new menu-item format, names silightly changed,
9678 help strings added.
9679
9680 Support for spelling without async subprocesses:
9681
9682 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
9683 (ispell-session-buffer): New variables.
9684 (ispell-start-process, ispell-process-status,
9685 ispell-accept-output, ispell-send-string): New functions, for
9686 Ispell invocation when async subprocesses aren't supported.
9687 (ispell-word, ispell-pdict-save, ispell-command-loop,
9688 ispell-process-line, ispell-buffer-local-parsing): Replace calls
9689 to process-send-string with calls to ispell-send-string, and
9690 accept-process-output with ispell-accept-output.
9691 (ispell-init-process): Call ispell-process-status instead of
9692 process-status with.
9693 (ispell-init-process): Call ispell-start-process. Call
9694 ispell-accept-output and ispell-send-string. Don't call
9695 process-kill-without-query and kill-process if they are unbound.
9696 (ispell-async-processp): New function.
9697
3d30065d
DL
96982000-04-12 Dave Love <fx@gnu.org>
9699
9700 * info.el: Add debug-ignored-errors.
9701 (Info-mode-menu): Add some items.
9702 (Info-directory): Add autoload cookie.
9703
9704 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
9705 Modify `truncate-lines'. Make `describe-language-environment'
9706 always visible and add help. Modify `describe-key' help. Invoke
9707 Info-directory from `info'. New entry `emacs-manual'.
9708
1a1b1895
GM
97092000-04-10 Gerd Moellmann <gerd@gnu.org>
9710
8b2affc5
GM
9711 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
9712 propertized-buffer-identification.
9713 (ebrowse-update-member-buffer-mode-line): Likewise.
9714 (ebrowse--mode-strings): Removed.
9715 (ebrowse--mode-line-props): Removed.
9716
1a1b1895
GM
9717 * files.el (auto-mode-alist): Add `EBROWSE'.
9718
9719 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
9720 space before testing for end of buffer.
9721 (ebrowse-load): Removed.
9722 (ebrowse-revert-tree-buffer-from-file): Rewritten.
9723 (ebrowse-create-tree-buffer): Rewritten.
9724 (ebrowse-tree-mode): Read tree from buffer.
9725
9726 * progmodes/ebrowse-ffh.el: Removed.
9727
223f3c91
KH
97282000-04-10 Kenichi Handa <handa@etl.go.jp>
9729
9730 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
9731
25fbf2c4
GM
97322000-04-10 Gerd Moellmann <gerd@gnu.org>
9733
9734 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
9735 at the wrong place.
9736
92c13173
DL
97372000-04-09 Dave Love <fx@gnu.org>
9738
9739 * files.el (backup-enable-predicate): Use
9740 temporary-file-directory, small-temporary-file-directory.
9741 (make-backup-file-name-function, backup-directory-alist): New
9742 variables.
9743 (make-backup-file-name-1): New function.
9744 (make-backup-file-name): Use it.
9745 (find-backup-file-name): Likewise. Use format for clarity, not
9746 concat.
9747 (file-newest-backup): Use make-backup-file-name.
9748
be0dbdab
GM
97492000-04-09 Gerd Moellmann <gerd@gnu.org>
9750
c45be9ac 9751 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 9752
c45be9ac
GM
9753 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
9754 to ebrowse-ffh.el.
9755 (ebrowse-load): Add autoload.
9756
9757 * finder.el (finder-commentary): Add autoload cookie.
9758
be0dbdab
GM
9759 * mail/rfc2368.el: Correct author's email address.
9760
9761 * progmodes/ebrowse.el: New file.
9762
9763 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
9764 item help string.
9765 (easy-menu-do-add-item): Ditto.
9766 (easy-menu-define): Extend doc string.
9767
9768 * jit-lock.el (with-buffer-unmodified): Use
9769 restore-buffer-modified-p.
9770 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
9771 (jit-lock-function, jit-lock-stealth-fontify): Don't use
9772 with-buffer-unmodified.
9773
3f923efe
DL
97742000-04-08 Dave Love <fx@gnu.org>
9775
9776 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
9777 unless, when.
9778
d35bee0e
MK
97792000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
9780
9781 * viper-util.el (viper-put-on-search-overlay): New subroutine.
9782 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 9783 doesn't support face.
d35bee0e 9784 Use `viper-put-on-search-overlay'.
fa78f71b 9785
c407c570
GM
97862000-04-04 Gerd Moellmann <gerd@gnu.org>
9787
9788 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
9789 like C-r.
9790
9791 * progmodes/make-mode.el: Some doc fixes.
9792 (makefile-mode-abbrev-table): New variable.
9793 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
9794 (makefile-font-lock-keywords): Fontify includes and conditionals.
9795 (toplevel): Require `dabbrev' and `add-log' when compiling.
9796
9797 * replace.el (perform-replace): Don't move forward one char
9798 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
9799 to do that because it leaves point 1 position after the last
9800 replacement, after everything has been replaced.
9801
9802 * jit-lock.el (with-buffer-unmodified): New macro.
9803 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
9804 modified state.
9805 (jit-lock-function-1): Extracted from jit-lock-function; not
9806 preserving buffer's modified state.
9807 (jit-lock-function, jit-lock-stealth-fontify): Call
9808 jit-lock-function-1.
9809
9810 * mail/rfc2368.el: Remove supernumerary copyright line.
9811
685e5ed2
GM
98122000-04-04 Milan Zamazal <pdm@freesoft.cz>
9813
9814 * glasses.el: Provide facilities for inserting space before left
9815 parentheses and uncapitalization of identifiers.
9816 (glasses-mode): Try to remove old overlays in all cases.
9817
0166aed1
GM
98182000-04-03 Gerd Moellmann <gerd@gnu.org>
9819
62f20204
GM
9820 * progmodes/compile.el (compile-internal): Display the compilation
9821 buffer in a different frame, if it's already displayed there.
9822
6460c400
GM
9823 * mail/rfc2368.el: New file.
9824
c0510d27
GM
9825 * simple.el (sendmail-user-agent-compose): Recognize a `body'
9826 header and insert its value as mail body.
9827
9828 * subr.el (member-ignore-case): New function.
9829
9830 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
9831 (dabbrev--find-expansion): Ignore buffers matching a regexp
9832 from dabbrev-ignored-regexps.
9833
0166aed1
GM
9834 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
9835 to extensions handled by gzip.
9836
c0510d27
GM
98372000-04-03 Richard M. Stallman <rms@gnu.org>
9838
9839 * files.el (insert-directory): List the total free space
9840 along with the used space.
fa78f71b 9841
c0510d27
GM
9842 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
9843 line is followed by one that matches CITATION-REGEXP, end the
9844 paragraph.
9845
98462000-04-03 Markus Rost <rost@delysid.gnu.org>
9847
9848 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
9849 (rmail-make-basic-summary-line): Use that option.
fa78f71b 9850
14c04384
KH
98512000-04-03 Kenichi Handa <handa@etl.go.jp>
9852
9853 * international/mule-cmds.el (encoded-string-description):
9854 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
9855 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
9856 for hexadecimal format.
14c04384 9857
ccf5869a
DL
98582000-04-01 Dave Love <fx@gnu.org>
9859
9860 * cpp.el: Change customization group to `c' from `C'.
9861
9862 * vcursor.el (vcursor-move): Use display-color-p.
9863
9864 * international/mule-util.el: Provide mule-utils.
9865 (string-to-sequence): Simplify and speed up.
9866
9867 * international/mule.el (make-coding-system): Purecopy doc-string.
9868
9869 * international/mule-cmds.el: Various menu changes.
9870 (describe-specified-language-support): Handle `Default'.
9871 (set-language-info): Purecopy `info'.
9872
610d841e
GM
98732000-03-31 Andrew Innes <andrewi@gnu.org>
9874
9875 * vc.el (vc-backend-diff): Return the correct status if we had to
9876 retry the rcsdiff command without the --brief option.
fa78f71b 9877
7f9de034
DL
98782000-03-31 Dave Love <fx@gnu.org>
9879
2de47765
DL
9880 * help.el (help-manyarg-func-alist): Correct several omissions.
9881
72838819
DL
9882 * add-log.el: Don't require cl, fortran.
9883 (add-log-current-defun-function): Doc fix.
9884 (change-log-version-number-regexp-list): Remove SCCS part. Doc
9885 fix.
9886 (change-log-version-rcs): Function deleted.
9887 (change-log-version-number-search): Doc fix. Use
9888 vc-workfile-version. Avoid CL dolist.
9889 (add-change-log-entry): Just call add-log-current-defun to get
9890 defun. Simplify somewhat.
9891 (change-log-get-method-definition-1): Likewise.
9892 (add-log-current-defun): Return nil if calling
9893 add-log-current-defun-function does so. Move Fortran stuff to
9894 fortran.el. Return string without properties.
9895
7f9de034
DL
9896 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
9897 and :alpha: char classes.
9898
9899 * mail/supercite.el: Defvar curline when compiling.
9900 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
9901 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
9902 rather than a-zA-Z0-9 to allow non-ASCII characters.
9903
aa110c0c
GM
99042000-03-31 Gerd Moellmann <gerd@gnu.org>
9905
9906 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
9907
9908 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9909 Re-enable new code.
9910
9911 * lpr.el (print-region-1): Use -d to specify printer name for
9912 systems `usg-unix-v*, `dgux', `hpux', `irix'.
9913
99142000-03-31 Dave Love <fx@gnu.org>
fa78f71b 9915
aa110c0c
GM
9916 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
9917 for function definition in symbol's function value slot first
9918 instead of first consulting byte-compile-function-environment.
fa78f71b 9919
6733d074
KH
99202000-03-31 Kenichi Handa <handa@etl.go.jp>
9921
9922 * language/european.el ("Polish"): New language environment.
9923 (setup-polish-environment): New function.
9924
63fcfa04
GM
99252000-03-30 Gerd Moellmann <gerd@gnu.org>
9926
9927 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9928 Disable new code.
9929
9930 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
9931 trying to `load' the symbol of an autoload instead of the file
9932 recorded in the autoload. Fix error messages.
9933
7438c86b
GM
99342000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9935
9936 * ps-print.el: PostScript programming fix for ghostview, doc fix.
9937 (ps-print-version): New version number (5.1.3).
9938 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
9939 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
9940 (ps-generate-postscript-with-faces): Code fix.
9941 (ps-color-values): XEmacs compatibility.
9942 (ps-print-background-image, ps-print-background-text, ps-printer-name)
9943 (ps-default-fg, ps-default-bg): Adjust customization.
9944 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
9945 (ps-color-scale): Renaming old ps-color-value fun.
9946 (ps-print-headers): Replace ps-print-header group to avoid conflict
9947 with ps-print-header variable.
9948 (ps-print-miscellany): New group.
9949 (ps-format-color, ps-rgb-color): New funs.
9950 (ps-default-foreground): New var.
9951 (ps-printer-name-option): New const.
fa78f71b 9952
326855a0
PB
99532000-03-30 Peter Breton <pbreton@ne.mediaone.net>
9954
1f56ba73
PB
9955 * net/net-utils.el:
9956 (network-connection-host, network-connection-service): New variables
9957 (network-connection-mode): New mode, derived from comint-mode
9958 (network-connection-mode-setup): New function, saves host and
fa78f71b 9959 service information in local variables.
1f56ba73 9960
326855a0
PB
9961 * lisp/locate.el:
9962 (locate-word-at-point): Added this function
9963 (locate): Default to using locate-word-at-point as input
9964 Run dired-mode-hook
9965
141384bd
DL
99662000-03-29 Dave Love <fx@gnu.org>
9967
9968 * calendar/appt.el: Doc fixes.
9969 (appt-check): Convert min-to-app to a string before passing to
9970 appt-disp-window-function or concat.
9971 (appt-delete-window): Remove test for frame-root-window.
9972 (appt-select-lowest-window, appt-convert-time): Simplify.
9973
9974 * emacs-lisp/bytecomp.el: Doc fixes.
9975 (byte-compile-file-form-autoload): Update
9976 byte-compile-function-environment.
9977
c5aa0fc2
AS
99782000-03-29 Andreas Schwab <schwab@suse.de>
9979
9980 * emacs-lisp/autoload.el: Also print defsubst doc string
9981 specially.
9982
9983 * dired.el (dired-insert-directory): If dired-free-space-program
9984 failed just delete its output.
9985
f1d6fe69
DL
99862000-03-29 Dave Love <fx@gnu.org>
9987
9988 * international/iso-cvt.el: Move provide to end. Doc fixes.
9989 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
9990 (iso-iso2sgml, iso-sgml2iso): New functions.
9991 (iso-cvt-define-menu): Fix some entries and use backquote for
9992 clarity.
9993
9994 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
9995
b61f1215
GM
99962000-03-28 Gerd Moellmann <gerd@gnu.org>
9997
9998 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
9999 ISO-DATE. If non-nil, return date in ISO 8601 format.
10000
ea4b0ca3
SM
100012000-03-26 Stefan Monnier <monnier@cs.yale.edu>
10002
3831af62
SM
10003 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
10004 if it ever becomes used.
10005 (log-edit-mode-hook): Default to vc-log-mode-hook.
10006 (log-edit-mode): Fix the docstring.
10007
ea4b0ca3
SM
10008 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
10009 the code.
10010
08f8b1cc
DL
100112000-03-26 Dave Love <fx@gnu.org>
10012
082527fe
DL
10013 * net/browse-url.el (browse-url): Re-fix case of
10014 browse-url-browser-function being an alist.
10015 (browse-url): Add :link to defgroup.
10016
08f8b1cc
DL
10017 * files.el: Doc fixes.
10018 (file-truename): Include `[' in wildcard characters.
10019 (automount-dir-prefix): Customize.
10020 (find-file-wildcards): Add :version.
10021 (find-file-noselect): Simplify a mapcar call.
10022
10023 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
10024 compatible with inf-lisp version.
10025 (eval-defun-1): Fix custom-declare-variable case.
10026
ea4b0ca3
SM
100272000-03-25 Stefan Monnier <monnier@cs.yale.edu>
10028
10029 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
10030
9a0dd3dc
GM
100312000-03-24 Gerd Moellmann <gerd@gnu.org>
10032
b68c375f
GM
10033 * Makefile (COMPILE_FIRST): New macro.
10034 (compile-files): Compile files from COMPILE_FIRST first.
10035
10036 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
10037 code.
10038
9a0dd3dc
GM
10039 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
10040 matching open parenthesis in column 0 to defun-prompt-regexp
10041 only if open-paren-in-column-0-is-defun-start is set.
10042
10043 * sun-curs.el: Require CL at compile-time only.
10044
10045 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
10046 instead of copy-list which is a function from CL.
10047 (msb--choose-menu, msb--mode-menu-cond)
10048 (msb--create-buffer-menu-2): Use dolist instead of mapc.
10049 (msb--init-file-alist): Use mapcar instead of mapcan.
10050 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
10051 `(' in column 0 in doc string.
10052 (msb--add-separators): Use mapcar instead of mapcan.
10053
10054 * cus-dep.el: Require CL at compile-time only.
10055
c7dcadb5
SM
100562000-03-24 Stefan Monnier <monnier@cs.yale.edu>
10057
10058 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10059 (byte-compile-warnings): New warning `noruntime'.
10060 (byte-compile-constants, byte-compile-variables): Fix docstring.
10061 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
10062 execute `eval-whenc-compile's body.
10063 (byte-compile-unresolved-functions): Fix docstring.
10064 (byte-compile-eval): New function.
10065 (byte-compile-callargs-warn): Check if the function will be available
10066 at runtime (via property `byte-compile-noruntime').
10067 (byte-compile-print-syms): New function.
10068 (byte-compile-warn-about-unresolved-functions): Also warn about
10069 `noruntime' functions (and use `byte-compile-print-syms').
10070 (byte-compile-file): Capitalize the message.
10071
3b55acc9
GM
100722000-03-24 Gerd Moellmann <gerd@gnu.org>
10073
10074 * mail/rmail.el (rmail-confirm-expunge): New user-option.
10075 (rmail-expunge): Ask for confirmation depending on the setting
10076 of rmail-confirm-expunge.
10077
100782000-03-23 Gerd Moellmann <gerd@gnu.org>
10079
10080 * Makefile (bootstrap-clean): If $(emacs) exists, build
10081 loaddefs.el first. A loaddefs.el that's not up-to-date might
10082 cause a bootstrap failure because things don't autoload as
10083 expected.
10084
02c76af4
DL
100852000-03-23 Dave Love <fx@gnu.org>
10086
10087 * net/browse-url.el: Restore previous use of
10088 browse-url-maybe-new-window.
10089
1a3199d9
GM
100902000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10091
10092 * ps-print.el: Skip banner page fix.
10093 (ps-print-version): New version number (5.1.2).
10094 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 10095
1a3199d9
GM
100962000-03-23 Dave Pearson <davep@davep.org>
10097
10098 * net/quickurl.el Changed the type of parameter passed to the
10099 function defined by `quickurl-format-function'. Before only the
10100 text of the URL was passed. Now the whole URL structure is passed
10101 and the function is responsible for extracting the parts it
10102 requires. Changed the default of `quickurl-format-function'
10103 accordingly.
10104 (quickurl-insert): Changed the `funcall' of
10105 `quickurl-format-function' to match the above change.
10106 (quickurl-list-insert): Changed the `url' case so that it makes
10107 use of `quickurl-format-function', previous to this the format was
10108 hard wired.
fa78f71b 10109
72db3ab5
GM
101102000-03-22 Gerd Moellmann <gerd@gnu.org>
10111
10112 * startup.el: Change some spellings for the X Window System.
10113
68049bfa
SM
101142000-03-22 Stefan Monnier <monnier@cs.yale.edu>
10115
10116 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
10117 up the code and the regexp and make sure the cursor is temporarily
10118 moved to the suspicious line while querying the user.
10119
ff4df011
JR
101202000-03-22 Jason Rumney <jasonr@gnu.org>
10121
10122 * w32-fns.el (w32-charset-info-alist): Initialize.
10123
ee1c5b21
GM
101242000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10125
10126 * ps-print.el: N-up last page fix.
10127 (ps-print-version): New version number (5.1.1).
10128 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 10129
d2cbfba0
SM
101302000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10131
bfb857d8
SM
10132 * files.el (find-file-run-dired): Update docstring.
10133 (find-directory-functions): New hook.
10134 (find-file-noselect): Run find-directory-functions rather than
10135 calling dired directly.
10136
10137 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
10138
cb3430a1
SM
10139 * pcvs.el: Add a minimal leading commentary.
10140 (cvs-make-cvs-buffer): Change the header part by removing the startup
10141 message and adding a `Module' entry. Also replace the FOOTER and
10142 HEADER special fileinfos with the new support in ewoc for updating
10143 its own footer and header.
10144 (cvs-update-header): Update to use the header/footer of the ewoc.
10145 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
10146 (cvs-is-within-p): New function.
10147 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
10148 to only examine some subset of the buffers.
10149
10150 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
10151 `format' instead of our own ad-hoc functions.
10152 Remove HEADER and FOOTER cases, now handled in the EWOC.
10153 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
10154
10155 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
10156 output to avoid scaring the user.
10157 (cvs-parse-table): Catch message for non-up-to-date commits.
10158
10159 * pcvs-defs.el (cvs-startup-message): Remove.
10160 (cvs-global-menu): New autoloaded menu.
10161
10162 * pcvs-util.el (cvs-string-fill): Remove.
10163
10164 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
10165 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
10166 PP part of it and also make it work for footers and headers.
10167 (ewoc-create): Drop POS and BUFFER arguments.
10168 Use the DLL's dummy node to store the end-of-footer position.
10169 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
10170 (ewoc-refresh): Remove unused `header' variable.
10171 (ewoc-(get|set)-hf): New functions.
10172
d2cbfba0
SM
10173 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
10174 log-view-*-(message|file) and use easy-mmode-define-navigation.
10175 (log-view-message-re): Match SCCS format as well.
10176 And match the revision line rather than the dashed separator line.
10177 (log-view-mode): Use the new define-derived-mode.
10178 (log-view-current-tag): Fill in with an actual implementation.
10179
10180 * cvs-status.el (cvs-status-(prev|next)): Rename from
10181 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
10182 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
10183 to let the output "breathe" a little more (more readable).
10184 (cvs-status-mode): Use the new define-derived-mode.
10185
10186 * smerge-mode.el (smerge-auto-leave): New function and variable.
10187 (smerge-basic-map): Rename from smerge-basic-keymap.
10188 Change the bindings for smerge-diff-*.
10189 (smerge-*-map): Use easy-mmode-defmap.
10190 (smerge-(next|prev)): Use easy-mmode-define-navigation.
10191 (smerge-keep-*): Use smerge-auto-leave.
10192
51663132
JR
101932000-03-21 Jason Rumney <jasonr@gnu.org>
10194
10195 * cus-edit.el (custom-button-face): Use 3D look for w32.
10196 (custom-button-pressed-face): Likewise.
10197
3f6e4b8b
GM
101982000-03-21 Gerd Moellmann <gerd@gnu.org>
10199
10200 * progmodes/etags.el (tags-case-fold-search): New user-option.
10201 (tags-loop-eval): New function. Bind case-fold-search around eval
10202 depending on the value of tags-case-fold-search.
10203 (tags-loop-continue): Use tags-loop-eval.
10204 (find-tag-in-order): Bind case-fold-search depending on the value
10205 of tags-case-fold-search.
10206
c7ea3acc
SM
102072000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10208
0ae39f53
SM
10209 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
10210 (diff-end-of-hunk): Return the end position for use in
10211 `easy-mmode-define-navigation'.
10212 (diff-recenter): Remove.
10213 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
10214 of `easy-mmode-define-navigation'.
10215 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
10216 previous renaming) and fix to use new names.
10217 (diff-merge-strings): Use \n as separator: simpler, faster.
10218 (diff-mode): Use `define-derived-mode'.
10219
c7ea3acc
SM
10220 * derived.el (define-derived-mode): Don't autoload anymore.
10221 Prefer the macro-only version provided by easy-mmode.el.
10222
10223 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
10224 `easy-mmode-define-derived-mode'.
10225 Use `combine-run-hooks'.
10226 (easy-mmode-define-navigation): New macro.
10227
10228 * subr.el (combine-run-hooks): New function.
10229
6c4bfdc0
KH
102302000-03-21 Kenichi HANDA <handa@etl.go.jp>
10231
10232 * term/x-win.el: Fontsets related initialization is simplified.
10233
10234 * international/mule-diag.el (describe-font): Don't refer to
10235 global-fontset-alist, instead call font-list.
10236 (describe-fontset, list-fontsets, mule-diag): Likewise.
10237 (print-fontset): Adjusted for the change of fontset
10238 implementation.
10239
10240 * international/fontset.el (x-charset-registries): Variable
10241 removed, instead the corresponding data is stored in the default
10242 fontset.
10243 (register-alternate-fontnames): Function removed.
10244 (resolved-ascii-font): Variable removed.
10245 (x-compose-font-name): Ignore the second argument REDOCE.
10246 (x-complement-fontset-spec): Complement only an ASCII font and
10247 element for those charsets than can use that ASCII font.
10248 (generate-fontset-menu): Don't refer to global-fontset-alist,
10249 instead call fontset-list.
10250 (uninstantiated-fontset-alist): Variable removed.
10251 (x-style-funcs-alist): Likewise.
10252 (fontset-default-styles): Likewise.
10253 (x-modify-font-name): Function removed.
10254 (create-fontset-from-fontset-spec): Ignore the argument
10255 STYLE-VARIANT.
10256 (create-fontset-from-ascii-font): Docsting adjusted for the above
10257 change.
10258 (instantiate-fontset, resolve-fontset-name): Functions removed.
10259 (fontset-list): Now implemented by C code.
fa78f71b 10260
6c4bfdc0
KH
10261 * faces.el (read-face-font): Fix TABLE arg to completing-read.
10262 (describe-face): Include `font' attribute in the description.
10263
9111d4b5
KH
102642000-03-21 Kenichi Handa <handa@etl.go.jp>
10265
10266 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
10267
b33dd3b0
GM
102682000-03-20 Gerd Moellmann <gerd@gnu.org>
10269
a25bbe00
GM
10270 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
10271 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
10272 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 10273
b33dd3b0
GM
10274 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
10275 about behavior of set-buffer-modified-p wrt redisplay.
10276
8b7bc628 102772000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
10278
10279 * view.el (view-mode-disable): Kill local binding of view-read-only.
10280
d7b511c4
GM
102812000-03-18 Gerd Moellmann <gerd@gnu.org>
10282
10283 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
10284 is a string, convert it to a syntax cell using string-to-syntax.
10285
10286 * simple.el (syntax-code-table, syntax-flag-table): New variables.
10287 (string-to-syntax): New function.
10288
10289 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
10290 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 10291 try to use passive ftp mode.
d7b511c4 10292
998ecc60
GM
102932000-03-17 Gerd Moellmann <gerd@gnu.org>
10294
b33dd3b0 10295 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
10296
10297 * simple.el (append-to-buffer): Update point of windows after
10298 insertion.
10299
10300 * abbrev.el (inverse-add-abbrev): Identify word by first moving
10301 forward then moving backward. Reindent.
10302
10303 * frame.el (other-frame): Call x-focus-frame only if
10304 focus-follows-mouse is off.
10305
235d6821
DL
103062000-03-17 Dave Love <fx@gnu.org>
10307
10308 * pcvs-util.el (cvs-strings->string): Rename
10309 replace-regexps-in-string.
10310
a29a2cd1
SM
103112000-03-17 Stefan Monnier <monnier@cs.yale.edu>
10312
af595444
SM
10313 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
10314 regexp for labels cannot span several lines.
10315
10316 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 10317 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 10318
a9be2843
DL
103192000-03-16 Dave Love <fx@gnu.org>
10320
10321 * progmodes/f90.el (f90): Put custom group under `languages', not
10322 `fortran'.
10323 (f90-mode-hook): Customize.
10324 (f90-mode): Set add-log-current-defun-function.
10325 (f90-current-defun): New function.
10326
d0ab3e9d
GM
103272000-03-16 Gerd Moellmann <gerd@gnu.org>
10328
16b20ed9
GM
10329 * cus-edit.el (custom-variable-tag-face): Handle case that
10330 default face's height is not a number.
10331 (custom-face-tag-face, custom-group-tag-face-1)
10332 (custom-group-tag-face): Ditto.
10333 (custom-group-tag-face-1): Add :group.
fa78f71b 10334
d0ab3e9d
GM
10335 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
10336
ae8ab422
GM
103372000-03-15 Gerd Moellmann <gerd@gnu.org>
10338
10339 * pcvs-defs.el (toplevel): Remove autoload cookie for form
10340 requiring easymenu.
10341
81c7ca69
GM
103422000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10343
10344 * ps-print.el: PostScript user-defined prologue, PostScript error
10345 handler, doc fix.
10346 (ps-print-version): New version number (5.1).
10347 (ps-user-defined-prologue, ps-error-handler-message)
10348 (ps-print-prologue-0, ps-error-handler-alist): New vars.
10349 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
10350 (ps-insert-string): New function.
fa78f71b 10351
dcf1003d
KH
103522000-03-15 Kenichi Handa <handa@etl.go.jp>
10353
10354 * international/ccl.el (ccl-compile-expression): Don't generate
10355 invalid self-assignment code.
10356
73825616
DL
103572000-03-14 Dave Love <fx@gnu.org>
10358
10359 * subr.el (replace-regexp-in-string): Renamed from
10360 replace-regexps-in-string. Doc fix.
10361
031020ac
DL
103622000-03-12 Dave Love <fx@gnu.org>
10363
10364 * cus-edit.el: Doc fixes.
10365 (customize-set-variable, customize-save-variable): Rename args for
10366 doc.
10367 (custom-variable-tag-face, custom-face-tag-face)
10368 (custom-group-tag-face-1, custom-group-tag-face): Modify from
10369 style which user identify as hyperlink.
10370 (hook): Don't add undefined functions to the hook.
10371 (debug-ignored-errors): Transfer message from bindings.el.
10372
9b2f3c38
GM
103732000-03-12 Gerd Moellmann <gerd@gnu.org>
10374
10375 * recentf.el (recentf-keep-non-readable-files-p): Remove
10376 double/nested definition.
10377
0d6e23cf
DL
103782000-03-12 Dave Love <fx@gnu.org>
10379
10380 * facemenu.el (facemenu-get-face): Use display-color-p.
10381 * enriched.el (enriched-decode-foreground): Likewise.
10382 (enriched-decode-background): Likewise.
10383 * isearch.el (isearch-highlight): Likewise.
10384 * info-look.el (info-lookup): Likewise.
10385 * simple.el (completion-setup-function): Likewise.
10386
10387 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
10388 :options.
10389
10390 * bindings.el (mode-line-format): Fix line-number and
10391 column-number items. Add help-echo for the background.
10392 (mode-line-mule-info): Modify help-echo.
10393
10394 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
10395 defcustom.
10396
10397 * files.el (load-file): Allow completion to .elc.
10398
10399 * man.el: Doc fixes.
10400 (Man-init-defvars): Use display-color-p to set fontification.
10401
10402 * play/hanoi.el (hanoi-internal): Don't use oddp.
10403
e1cff360
GM
104042000-03-12 Gerd Moellmann <gerd@gnu.org>
10405
10406 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
10407
10408 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
10409
5e5dff44
GM
104102000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
10411
10412 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
10413 Fix comment.
10414
5b467bf4
SM
104152000-03-10 Stefan Monnier <monnier@cs.yale.edu>
10416
83fef604
SM
10417 * font-lock.el (font-lock-keywords): Fix the doc now that
10418 regexp-opt-depth is unnecessary.
10419 (save-buffer-state): Set an edebug spec.
10420 (font-lock-fontify-anchored-keywords): Properly handle the case when
10421 the matcher goes past the limit.
10422
5b467bf4
SM
10423 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
10424 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
10425
83fef604
SM
10426 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
10427 dll.el and cookie.el (from Elib) with heavy renaming and other
10428 massaging.
5b467bf4
SM
10429
10430 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
10431 Autoload the functions used.
10432 (easy-mmode-define-syntax): Fix CL typo.
10433 (easy-mmode-define-derived-mode): Improve the docstring generation.
10434
d407456c
GM
104352000-03-10 Gerd Moellmann <gerd@gnu.org>
10436
10437 * textmodes/texinfo.el (texinfo-version): Variable and function
10438 removed.
10439
5a7a545c
SM
104402000-03-09 Stefan Monnier <monnier@cs.yale.edu>
10441
0d6e23cf
DL
10442 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
10443 allow more flexibility.
10444 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
10445 fns.
10446 (easy-mmode-defmap, easy-mmode-defsyntax)
10447 (easy-mmode-define-derived-mode): New macros.
5a7a545c 10448
d407456c 104492000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
10450
10451 * rect.el (replace-rectangle): New function.
10452
104532000-03-09 Dave Love <fx@gnu.org>
10454
10455 * progmodes/fortran.el (fortran-comment-line-start): Define as
10456 "C".
10457 (fortran-comment-line-start-skip): Don't match cpp stuff.
10458 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
10459 (fortran-mode-map): Remove over-eager custom-menu-create for now.
10460 (fortran-mode): Don't set fortran-comment-line-start-skip,
10461 fortran-comment-line-start here. Set comment-start,
10462 add-log-current-defun.
10463 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
10464 (fortran-current-defun): New function.
10465
80460654
GM
104662000-03-09 Gerd Moellmann <gerd@gnu.org>
10467
d1221ea9
GM
10468 * emacs-lisp/re-builder.el: New file.
10469
1853aa6b
GM
10470 * mouse.el (mouse-drag-region): Don't run up-event handler
10471 if hscroll has changed.
10472
80460654
GM
10473 * octave-mod.el (octave-font-lock-keywords): To font-lock the
10474 builtin operators, use `font-lock-builtin-face' for Emacs and
10475 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
10476
10477 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
10478 `(defun (setf foo)' differently.
10479
c0056275
SM
104802000-03-08 Stefan Monnier <monnier@cs.yale.edu>
10481
10482 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
10483 (regexp-opt): Update comment and adapt the code the new meaning of
10484 the `paren' argument of regex-opt-group for shy-groups.
10485 (regexp-opt-depth): Handle shy groups as well as backslashed
10486 backslashes.
c0056275
SM
10487 (regexp-opt-group): Turn the leading comment into a docstring.
10488 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
10489 Remove open-presuf and close-presuf. Instead of checking for `all
10490 one-char' and then later on check for `several one-char', handle
10491 both cases close together. Also apply a more generic algorithm
10492 for suffixes (the mirror image of the algorithm used for
10493 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
10494 (regexp-opt-try-suffix): Removed.
10495
10496 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
10497 from comint-mode-map, so we can just inherit from it. Also, move
10498 the initialization into the `defvar' since there's no docstring
10499 anyway and it's fairly short.
10500 (inferior-scheme-mode): Define it as derived-mode: the code is
10501 shorter and this way we inherit from comint-mode-map rather than
10502 copying it.
c0056275 10503
80460654
GM
10504 * subr.el (replace-regexps-in-string): Properly handle the case
10505 where we match an empty string.
c0056275 10506
80460654
GM
10507 * comint.el (comint-exec-1): Add the current-dir to the exec-path
10508 when the command has a directory component (such as "./testml").
c0056275
SM
10509 Also fix a typo in the comment.
10510
5e91ff9e
GM
105112000-03-08 Gerd Moellmann <gerd@gnu.org>
10512
feab4fba
GM
10513 * Makefile (compile-files): Compile files one by one because
10514 that's the only way to ensure a clean compilation environment for
10515 each individual file.
10516
5e91ff9e
GM
10517 * frame.el (other-frame): Call x-focus-frame.
10518
76162e12
DL
105192000-03-07 Dave Love <fx@gnu.org>
10520
f64ce788
DL
10521 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
10522 :require to defcustom.
10523
76162e12
DL
10524 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
10525 lists.
10526
10527 * files.el (auto-mode-alist): Add configure.in.
10528
10529 * progmodes/autoconf.el: New file.
10530
f7daf1e1
GM
105312000-03-07 Gerd Moellmann <gerd@gnu.org>
10532
10533 * mail/mh-e.el: Change maintainer to `none'.
10534
10535 * recentf.el (recentf-keep-non-readable-files-p): Quote args
10536 to remove-hook and add-hook.
10537
105382000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10539
10540 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
10541 it as the default.
10542 (mail-send): Test mail-send-nonascii also for the new `mime' value.
10543 (sendmail-send-it): Conditionally add MIME headers specifying the
10544 used character set.
fa78f71b 10545
63f6b2c4
DL
105462000-03-07 Dave Love <fx@gnu.org>
10547
10548 * winner.el: Fix keywords, autoload cookies. Split
10549 eval-when-compile form to avoid compilation failure.
10550
8330e2f9
KH
105512000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
10552
10553 * international/mule.el: Modify comment about coding system
10554 property `coding-category'.
10555 (make-coding-system): New argument EOL-TYPE. Pay attention to
10556 coding-category property of PROPERTIES.
10557
10558 * international/mule-conf.el (coding-category-utf-8,
10559 coding-category-utf-16-be, coding-category-utf-16-le): New coding
10560 categories. Include them in the argument for set-coding-priority.
10561
10562 * international/mule-cmds.el (reset-language-environment): Include
10563 coding-category-utf-8, coding-category-utf-16-be, and
10564 coding-category-utf-16-le in the argument for set-coding-priority.
10565 (reset-language-environment): Initialize coding-category-utf-8,
10566 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
10567
18bb0684
GM
105682000-03-06 Karl Fogel <kfogel@red-bean.com>
10569
10570 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
10571 code abstracted out of `bookmark-jump-noselect'. Now tries info
10572 extensions as well as compression extensions.
10573 (bookmark-jump-noselect): Use above new func.
fa78f71b 10574
71a6ba55
GM
105752000-03-03 Gerd Moellmann <gerd@gnu.org>
10576
10577 * strokes.el: Change maintainer's mail address.
10578
0d56cdff
KH
105792000-03-03 Kenichi Handa <handa@etl.go.jp>
10580
10581 * international/mule-diag.el (list-character-sets): Make help-echo
10582 string by substitute-command-keys.
10583 (list-character-sets): Likewise.
10584 (sort-listed-character-sets): Call help-setup-xref.
10585
900fa1f1
GM
105862000-03-02 Gerd Moellmann <gerd@gnu.org>
10587
10588 * time.el (display-time-mail-file): Add `none' to the list of
10589 choices.
10590
54d04320
DL
105912000-03-01 Dave Love <fx@gnu.org>
10592
43f3fa09
DL
10593 * help.el (help-xref-go-back): Don't try to set position.
10594
54d04320
DL
10595 * international/mule-diag.el (list-character-sets): Call
10596 help-setup-xref. Add help-echo to xrefs.
10597 (list-character-sets-1): Add help-echo to xrefs.
10598
d054101f
GM
105992000-03-02 Gerd Moellmann <gerd@gnu.org>
10600
10601 * frame.el (blink-cursor-mode): Switch cursor on when turning
10602 the mode off.
10603
10604 * add-log.el (add-log-current-defun): Add support for
10605 Autoconf mode.
10606
10607 * mail/rmail.el (rmail-quit-hook): New variable.
10608
d77dae5c
DL
106092000-03-01 Dave Love <fx@gnu.org>
10610
e5f597f0
DL
10611 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
10612
d77dae5c
DL
10613 * help.el (help-xref-button): Add help-echo arg.
10614 (describe-function-1, describe-variable, help-make-xrefs): Use it.
10615
10616 * faces.el (list-faces-display): Supply help-echo with
10617 help-make-xrefs.
10618
10619 * facemenu.el (list-text-properties-at): Set help-xref-stack to
10620 nil.
10621
72d19d75
GM
106222000-03-01 Gerd Moellmann <gerd@gnu.org>
10623
2df636f4
GM
10624 * image.el (defimage): Look for image files in load-path.
10625
fa78f71b 10626 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
10627 `number'.
10628
2df636f4
GM
106292000-03-01 David Ponce <david.ponce@wanadoo.fr>
10630
10631 * recentf.el (recentf): Added version tag to the defgroup of
10632 recentf.
10633
106342000-03-01 David Ponce <david.ponce@wanadoo.fr>
10635
10636 * recentf.el (recentf-cleanup): Changed to remove excluded file
10637 too.
10638 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
10639 action to select/unselect a file.
10640 (recentf-edit-list): Code cleanup and improvement.
10641 (recentf-open-more-files-action): `recentf-open-more-files' button
10642 widget action to open a file.
10643 (recentf-open-more-files): No more use standard completion but
10644 widgets.
10645 (recentf-more-collection): Deleted.
10646 (recentf-more-history): Deleted.
10647 (recentf-setup-more-completion): Deleted.
10648
106492000-03-01 David Ponce <david.ponce@wanadoo.fr>
10650
10651 * recentf.el (recentf-mode): No more needs that Emacs is running
10652 under a window-system.
10653
106541999-03-01 David Ponce <david.ponce@wanadoo.fr>
10655
10656 * recentf.el (recentf-edit-list): New command to edit the recent
10657 list which allow the user to remove files.
10658 (recentf-edit-selected-items): New global variable, used by
10659 `recentf-edit-list' to hold the list of files to be removed from
10660 the recent list.
10661 (recentf-make-menu-items): Updated to display a "Edit list..."
10662 menu item. Minor code cleanup.
10663
106641999-03-01 David Ponce <david.ponce@wanadoo.fr>
10665
10666 * recentf.el (recentf-open-more-files): New command to open files
10667 that are not displayed in the menu.
10668 (recentf-more-collection): New global variable holding the set of
10669 permissible completions used by `recentf-open-more-files'.
10670 (recentf-more-history): New global variable holding the history list
10671 used by `recentf-open-more-files' completion.
10672 (recentf-setup-more-completion): New function to setup completion for
10673 `recentf-open-more-files'.
10674 (recentf-make-menu-items): Updated to display a "More..." menu item.
10675
106761999-03-01 David Ponce <david.ponce@wanadoo.fr>
10677
10678 * recentf.el (recentf-menu-action): Doc fixed.
10679
106801999-03-01 David Ponce <david.ponce@wanadoo.fr>
10681
10682 * recentf.el (recentf-menu-filter): Doc updated.
10683 (recentf-update-menu-hook): Allow menu filters to force menu update.
10684 (recentf-make-menu-items): New menu filter handling.
10685 (recentf-make-menu-item): New helper function.
10686 (recentf-menu-elements): New menu handling function.
10687 (recentf-sort-ascending): Updated to new menu filter handling.
10688 (recentf-sort-descending): Updated to new menu filter handling.
10689 (recentf-sort-basenames-ascending): New menu filter function.
10690 (recentf-sort-basenames-descending): New menu filter function.
10691 (recentf-show-basenames): New menu filter function.
10692 (recentf-show-basenames-ascending): New menu filter function.
10693 (recentf-show-basenames-descending): New menu filter function.
10694
72d19d75
GM
106952000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10696
10697 * diary-lib.el (list-diary-entries): Don't try to go forward at
10698 the end of the buffer.
10699
1ac1c836
KH
107002000-02-29 Kenichi Handa <handa@etl.go.jp>
10701
10702 * international/mule-diag.el (list-character-sets): Completely
10703 rewritten.
10704 (sort-listed-character-sets): New function.
10705 (list-character-sets-1): Completely rewritten.
10706 (list-character-sets-2): New function.
10707 (non-iso-charset-alist): New variable.
10708 (decode-codepage-char): New function.
10709 (charset-history): New variable.
10710 (read-charset) (list-block-of-chars)
10711 (list-iso-charset-chars)
10712 (list-non-iso-charset-chars)
10713 (list-charset-chars): New functions.
10714 (mule-diag): Call list-character-sets-2, not
10715 list-character-sets-2.
10716 (dump-charsets): Likewise.
10717
ed4d0512
GM
107182000-02-29 Gerd Moellmann <gerd@gnu.org>
10719
72d19d75
GM
10720 * dired-x.el (dired-filename-at-point): Add `@' to valid
10721 file name characters.
10722 (dired-filename-at-point): Handle ange-ftp file names.
10723
ed4d0512
GM
10724 * frame.el (frame-notice-user-settings): Use assq-delete-all
10725 instead of assoc-delete-all.
10726 (frame-notice-user-settings): Ditto.
10727
10728 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
10729 Don't copy alist.
10730
32038c7a
GM
107312000-02-28 Eli Barzilay <eli@cs.cornell.edu>
10732
10733 * calculator.el (calculator-use-menu): New option.
10734 (calculator-initial-bindings): Changed some bindings to work as
10735 macros.
10736 (calculator-forced-input): Removed.
10737 (calculator-restart-other-mode): New variable.
10738 (calculator-mode-map): Set up menu.
fa78f71b 10739
32038c7a
GM
107402000-02-28 Jari Aalto <jari.aalto@poboxes.com>
10741
10742 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
10743 tags.
fa78f71b 10744
55d7ff38 107452000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 10746
55d7ff38
MK
10747 * viper-cmd.el (viper-envelop-ESC-key): added the option to
10748 translate all ESC key sequences.
10749 (viper-goto-mark-subr): restore markers for files for which
10750 they were saved.
10751 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
10752 * viper-util.el (viper-set-replace-overlay-glyphs,
10753 viper-set-replace-overlay): always check if the replacement
10754 overlay is live.
10755 * viper.el (viper-vi-state-mode-list): added major modes.
10756 * ediff-wind.el: minor comment changes.
10757 * ediff.el: copyright notice date fix.
fa78f71b 10758
387023ee
JR
107592000-02-27 Jason Rumney <jasonr@gnu.org>
10760
10761 * faces.el (face-font-family-alternatives): Add arial to helv.
10762 (mode-line, header-line, tool-bar): Same default as x for w32.
10763 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
10764 face-font-family-alternatives from working.
10765 * term/w32-win.el (mouse-set-font): Do not build fontset from
10766 chosen font.
10767
f43d79c1
GM
107682000-02-25 Sam Steingold <sds@goems.com>
10769
5d80cc9c 10770 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 10771 properly.
fa78f71b 10772
8b7bc628 107732000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
10774
10775 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
10776
4eb8436f
GM
107772000-02-25 Gerd Moellmann <gerd@gnu.org>
10778
10779 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
10780 writable.
10781
449c3c52 10782 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 10783
42088c12
GM
107842000-02-24 Gerd Moellmann <gerd@gnu.org>
10785
10786 * frame.el (show-cursor-in-non-selected-windows): New option.
10787
c60ea02e
GM
107882000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10789
10790 * diary-lib.el (include-other-diary-files): Undo the selective
10791 display in any included file and don't kill it.
10792
d066de8e
EZ
107932000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
10794
10795 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
10796 bar. Menu items converted to (menu-item format, help strings
10797 added.
10798 [downcase, upcase]: Don't enable on MS-DOS.
10799 [symlink, symlinks]: Don't show if make-symbolic-link is not
10800 bound.
10801 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
10802
b6906b38
DL
108032000-02-23 Dave Love <fx@gnu.org>
10804
275cf1b2
DL
10805 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
10806 (backward-kill-word): Revert addition of * to interactive spec --
10807 it's a feature.
10808
10809 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
10810 (backward-kill-sentence, kill-sentence): Likewise.
10811
99d48056
DL
10812 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
10813 scratch buffer name.
10814 (gud-format-command): Use int-to-string in ?l case. Simplify
10815 slightly.
10816
10817 * term/w32-win.el (internal-face-interactive): Update prompt for
10818 new read-face-name.
10819
10820 * mail/footnote.el (footnote): Add :version to defgroup.
10821 (footnote-section-tag-regexp): Customize.
10822 (footnote-start-tag, footnote-end-tag): New option.
10823 (footnote-latin-regexp): New variable.
10824 (Footnote-latin): New function.
10825 (footnote-style-alist): Add element for latin style.
10826 (footnote-style): Moved.
10827 (Footnote-goto-footnote): Use eq to test arg.
10828
10829 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
10830
b6906b38
DL
10831 * emacs-lisp/byte-opt.el: Change old backquote syntax.
10832 (byte-compile-trueconstp): Include keywords.
10833 (byte-optimize-quote, byte-optimize-lapcode): Use
10834 byte-compile-const-symbol-p.
10835 (byte-optimize-char-before): New optimization.
10836
10837 * emacs-lisp/bytecomp.el: Change old backquote syntax.
10838 (byte-compile-const-symbol-p): New function.
10839 (byte-compile-constp, byte-compile-out-toplevel)
10840 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
10841 Use it.
10842
10843 * subr.el (define-key-after): Default AFTER to t. Doc fix.
10844
214f877f
KH
108452000-02-23 Kenichi Handa <handa@etl.go.jp>
10846
c709bcf1
KH
10847 * international/encoded-kb.el: Be sure to update minor-mode-alist
10848 and minor-mode-map-alist.
10849 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
10850 codes SS2 and SS3 correctly.
10851 (encoded-kbd-self-insert-ccl): New function.
10852 (encoded-kbd-setup-keymap): New function.
10853 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
10854 by calling encoded-kbd-setup-keymap.
10855
214f877f
KH
10856 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
10857 characters.
10858 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
10859 locally.
10860
b021ef18
DL
108612000-02-22 Dave Love <fx@gnu.org>
10862
10863 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
10864 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
10865 defvar.
10866 (lisp-mode-syntax-table): Set up for #|...|# comments.
10867 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
10868 classes. Match `defface'.
10869 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
10870 (eval-defun-1): Fix for defcustom.
10871 (lisp-indent-region): Doc fix.
10872
10873 * subr.el (when, unless, split-string): Doc fix.
10874 (read-passwd): Move call of clear-this-command-keys to the right
10875 place.
10876 (replace-regexps-in-string): New function.
10877
14cc00ad
GM
108782000-02-22 Gerd Moellmann <gerd@gnu.org>
10879
10880 * help.el (describe-variable): Set syntax table to
10881 emacs-lisp-mode-syntax-table when moving forward over the
10882 symbol's name.
10883
47da5efa
DL
108842000-02-22 Dave Love <fx@gnu.org>
10885
10886 * xt-mouse.el: Doc fixes.
10887 (xterm-mouse-position-function): New function, replacing advice of
10888 mouse-position.
10889 (xterm-mouse-mode): Use it. Don't turn on under a window system.
10890
10891 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
10892
f0a6c717
GM
108932000-02-21 Gerd Moellmann <gerd@gnu.org>
10894
10895 * format.el (format-annotate-single-property-change): Handle
10896 properties.with dotted-list values.
10897 (format-proper-list-p): New function.
10898
10899 * enriched.el (enriched-face-ans): Handle '(foreground-color
10900 . COLOR) and (background-color . COLOR).
10901
2be80b63
DL
109022000-02-20 Dave Love <fx@gnu.org>
10903
10904 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
10905 and assignments to it.
10906 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
10907 current local map.
10908 (make-flyspell-overlay): Use it.
10909 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
10910
10911 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
10912 (lm-get-header-re): Defun, not defsubst.
10913 (lm-get-package-name): Defun, not defsubst. Simplify.
10914 (lm-version): Doc fix. Simplify.
10915 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
10916 (lm-crack-address, lm-last-modified-date, lm-commentary)
10917 (lm-verify, lm-synopsis): Simplify.
10918 (lm-report-bug): Require emacsbug. Use compose-mail.
10919
329eed9f
GM
109202000-02-20 Gerd Moellmann <gerd@gnu.org>
10921
10922 * dired.el (dired-mode): Call propertized-buffer-identification
10923 to set mode-line-buffer-identification to something having
10924 the right text properties.
10925
10926 * bindings.el (propertized-buffer-identification): New function.
10927
be5bb146
DL
109282000-02-20 Dave Love <fx@gnu.org>
10929
10930 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
10931 check for t-mouse too.
10932
10933 * cus-start.el: Make echo-keystrokes `number'.
10934
1d4311c3
EZ
109352000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
10936
10937 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
10938 Don't call ring-empty-p unless tags-location-ring is bound.
10939 From Noah Friedman <friedman@splode.com>.
10940
a23c5037
TTN
109412000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
10942
10943 * progmodes/hideshow.el (hs-flag-region): No longer use
10944 `intangible' overlay property.
10945
10946 (hs-toggle-hiding): New command.
10947 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
10948
10949 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
10950 Fix omission bug: Run `hs-minor-mode-hook' for both activation
10951 and deactivation.
10952
b6a22bf8
GM
109532000-02-18 Gerd Moellmann <gerd@gnu.org>
10954
10955 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
10956
d621caf7
GM
109572000-02-17 Gerd Moellmann <gerd@gnu.org>
10958
3c0ed7ce
GM
10959 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
10960
d621caf7
GM
10961 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
10962 of `*' to handle `(* ... *)' comments.
10963
538d88fb
EZ
109642000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
10965
53c80cf6 10966 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 10967 window-system.
53c80cf6 10968
538d88fb
EZ
10969 * menu-bar.el (global-map): Menu-bar items converted to the new
10970 format (menu-item..., rearranged for better CUA compliance, and
10971 their names changed for better clarity. Help strings added.
10972
10973 * international/mule-cmds.el (mule-menu-keymap)
10974 (describe-language-environment-map, set-coding-system-map)
10975 (setup-language-environment-map): Convert to new (menu-item...
10976 form, add help strings. Change names of menu items for better
10977 clarity. "Mule" menu-bar item removed (it's now in the "Options"
10978 submenu).
10979
8389e1e2 109802000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 10981
a23c5037 10982 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 10983 within the code.
a23c5037 10984
8389e1e2 109852000-02-16 Dave Love <fx@gnu.org>
a23c5037 10986
84fe35f0
DL
10987 * faces.el: Don't require custom. Add more specific :groups to
10988 various deffaces.
10989 (set-face-attribute): Purecopy args.
10990 (read-face-name): Default to name at point and use it in prompt.
10991 Remove colon from arg in all callers.
10992 (list-faces-display): Hyperlink to face descriptions and customize
10993 buffers.
10994
b2aeee30
DL
109952000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
10996
10997 * wid-edit.el (widget-match-inline): An atom never matches a
10998 list.
10999
99e95407
GM
110002000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11001
82d2c7c5
DL
11002 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11003 at ':' characters by call to split-string.
99e95407
GM
11004
110052000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11006
82d2c7c5 11007 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
11008
110092000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11010
82d2c7c5
DL
11011 * textmodes/bibtex.el: Some temporary comments removed.
11012 (bibtex-field-name, bibtex-entry-type): Made the relationship
11013 explicit.
11014 (bibtex-field-const): Allow capital letters.
11015 (bibtex-start-of-string): Deleted because unused.
11016
11017 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11018 use the term 'reference' to describe a bibtex entry as a whole.
11019 Further, reference keys are no longer called 'labels'.
11020 (bibtex-keys): Renamed to bibtex-reference-keys.
11021 (bibtex-reformat-previous-labels): Renamed to
11022 bibtex-reformat-previous-reference-keys.
11023 (bibtex-reference-type): Renamed to bibtex-entry-type.
11024 (bibtex-reference-head): Renamed to bibtex-entry-head.
11025 (bibtex-reference-maybe-empty-head): Renamed to
11026 bibtex-entry-maybe-empty-head.
11027 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11028 (bibtex-search-reference): Renamed to bibtex-search-entry.
11029 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11030 bibtex-enclosing-entry-maybe-empty-head.
11031 (bibtex-entry-field-alist, bibtex-entry-head,
11032 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11033 bibtex-map-entries, bibtex-search-entry,
11034 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11035 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11036 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11037 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11038 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11039 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11040 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
11041
110422000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11043
82d2c7c5
DL
11044 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11045 comment.
11046 (bibtex-format-field-delimiters): New function, functionality
11047 extracted from bibtex-format-entry.
11048 (bibtex-autokey-get-yearfield-digits): New function, functionality
11049 extracted from bibtex-autokey-get-yearfield.
11050
11051 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11052 entries in order to avoid stack overflow in the regexp matcher if
11053 field contents become large.
11054 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11055 bibtex-field-string-part-not-braced,
11056 bibtex-field-string-part-no-inner-braces,
11057 bibtex-field-string-part-1-inner-brace,
11058 bibtex-field-string-part-2-inner-braces,
11059 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11060 bibtex-field-string-quoted, bibtex-field-string,
11061 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11062 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11063 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11064 as parsing is now performed by the following functions.
11065 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11066 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11067 bibtex-parse-field-string, bibtex-search-forward-field-string,
11068 bibtex-parse-association, bibtex-field-name-for-parsing,
11069 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11070 bibtex-search-forward-field, bibtex-search-backward-field,
11071 bibtex-start-of-field, bibtex-end-of-field,
11072 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11073 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11074 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11075 bibtex-parse-string, bibtex-search-forward-string,
11076 bibtex-search-backward-string, bibtex-start-of-string,
11077 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11078 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11079 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11080 entries. Instead of reporting the results of the parsing by
11081 match-beginning or match-end, these functions return data structures
11082 that hold the corresponding positions.
11083 (bibtex-enclosing-field): Changed to also report field boundaries by
11084 return values rather than by match-beginning or match-end. The
11085 following functions have been adapted to use the new parsing
11086 functions.
11087 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11088 bibtex-enclosing-field, bibtex-format-entry,
11089 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11090 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11091 bibtex-print-help-message, bibtex-end-of-entry,
11092 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11093 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11094 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11095 method for parsing.
11096 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11097 bibtex-map-entries, bibtex-flash-head,
11098 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11099 bibtex-autokey-change, bibtex-autokey-get-namefield,
11100 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11101 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11102 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11103 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11104 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11105 order to make the new binding of case-fold-search immediately
11106 visible.
99e95407
GM
11107
111082000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11109
82d2c7c5
DL
11110 * textmodes/bibtex.el: Copyright notice is up to date.
11111 Added constant 'bibtex-maintainer-salutation.
99e95407 11112
82d2c7c5
DL
11113 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11114 than make-temp-name, use match-string-no-properties and eliminate
11115 a quadratic behavior when building bibtex-strings.
99e95407 11116
82d2c7c5
DL
11117 * bibtex.el (bibtex-reference-key): Accept string entries whose
11118 reference key contains upper case letters.
99e95407
GM
11119
111202000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11121
82d2c7c5
DL
11122 * bibtex.el (bibtex-reference-head): Allow entries to start with
11123 a new line.
99e95407
GM
11124
111252000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11126
82d2c7c5
DL
11127 * bibtex.el: Hiding of entry bodies is not longer provided by
11128 bibtex.el directly. Instead the hideshow package can be used.
11129 Added a special bibtex entry to hs-special-modes-alist.
11130 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
11131
111322000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11133
f24fef2f
SM
11134 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11135 at ':' characters by call to split-string.
8389e1e2
GM
11136
111372000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11138
f24fef2f 11139 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
11140
111412000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11142
f24fef2f
SM
11143 * textmodes/bibtex.el: Some temporary comments removed.
11144 (bibtex-field-name, bibtex-entry-type): Made the relationship
11145 explicit.
11146 (bibtex-field-const): Allow capital letters.
11147 (bibtex-start-of-string): Deleted because unused.
fa78f71b 11148
f24fef2f
SM
11149 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11150 use the term 'reference' to describe a bibtex entry as a whole.
11151 Further, reference keys are no longer called 'labels'.
11152 (bibtex-keys): Renamed to bibtex-reference-keys.
11153 (bibtex-reformat-previous-labels): Renamed to
11154 bibtex-reformat-previous-reference-keys.
11155 (bibtex-reference-type): Renamed to bibtex-entry-type.
11156 (bibtex-reference-head): Renamed to bibtex-entry-head.
11157 (bibtex-reference-maybe-empty-head): Renamed to
11158 bibtex-entry-maybe-empty-head.
11159 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11160 (bibtex-search-reference): Renamed to bibtex-search-entry.
11161 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11162 bibtex-enclosing-entry-maybe-empty-head.
11163 (bibtex-entry-field-alist, bibtex-entry-head,
11164 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11165 bibtex-map-entries, bibtex-search-entry,
11166 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11167 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11168 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11169 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11170 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11171 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11172 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
11173
111742000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11175
f24fef2f
SM
11176 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11177 comment.
11178 (bibtex-format-field-delimiters): New function, functionality
11179 extracted from bibtex-format-entry.
11180 (bibtex-autokey-get-yearfield-digits): New function, functionality
11181 extracted from bibtex-autokey-get-yearfield.
fa78f71b 11182
f24fef2f
SM
11183 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11184 entries in order to avoid stack overflow in the regexp matcher if
11185 field contents become large.
11186 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11187 bibtex-field-string-part-not-braced,
11188 bibtex-field-string-part-no-inner-braces,
11189 bibtex-field-string-part-1-inner-brace,
11190 bibtex-field-string-part-2-inner-braces,
11191 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11192 bibtex-field-string-quoted, bibtex-field-string,
11193 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11194 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11195 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11196 as parsing is now performed by the following functions.
11197 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11198 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11199 bibtex-parse-field-string, bibtex-search-forward-field-string,
11200 bibtex-parse-association, bibtex-field-name-for-parsing,
11201 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11202 bibtex-search-forward-field, bibtex-search-backward-field,
11203 bibtex-start-of-field, bibtex-end-of-field,
11204 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11205 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11206 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11207 bibtex-parse-string, bibtex-search-forward-string,
11208 bibtex-search-backward-string, bibtex-start-of-string,
11209 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11210 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11211 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11212 entries. Instead of reporting the results of the parsing by
11213 match-beginning or match-end, these functions return data structures
11214 that hold the corresponding positions.
11215 (bibtex-enclosing-field): Changed to also report field boundaries by
11216 return values rather than by match-beginning or match-end. The
11217 following functions have been adapted to use the new parsing
11218 functions.
11219 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11220 bibtex-enclosing-field, bibtex-format-entry,
11221 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11222 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11223 bibtex-print-help-message, bibtex-end-of-entry,
11224 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11225 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11226 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11227 method for parsing.
11228 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11229 bibtex-map-entries, bibtex-flash-head,
11230 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11231 bibtex-autokey-change, bibtex-autokey-get-namefield,
11232 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11233 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11234 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11235 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11236 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11237 order to make the new binding of case-fold-search immediately
11238 visible.
8389e1e2
GM
11239
112402000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11241
f24fef2f
SM
11242 * textmodes/bibtex.el: Copyright notice is up to date.
11243 Added constant 'bibtex-maintainer-salutation.
fa78f71b 11244
f24fef2f
SM
11245 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11246 than make-temp-name, use match-string-no-properties and eliminate
11247 a quadratic behavior when building bibtex-strings.
fa78f71b 11248
f24fef2f
SM
11249 * bibtex.el (bibtex-reference-key): Accept string entries whose
11250 reference key contains upper case letters.
8389e1e2
GM
11251
112522000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11253
f24fef2f
SM
11254 * bibtex.el (bibtex-reference-head): Allow entries to start with
11255 a new line.
8389e1e2
GM
11256
112572000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11258
f24fef2f
SM
11259 * bibtex.el: Hiding of entry bodies is not longer provided by
11260 bibtex.el directly. Instead the hideshow package can be used.
11261 Added a special bibtex entry to hs-special-modes-alist.
11262 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
11263
112642000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11265
82d2c7c5 11266 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
11267 proceedings entry type (for cross referencing). Thanks to Wagner
11268 Toledo Correa for the suggestion.
11269
82d2c7c5 11270 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 11271
eae61d8f
KH
112722000-02-14 Kenichi Handa <handa@etl.go.jp>
11273
11274 * international/characters.el: Setup case table for Vietnamese.
11275
fb07a302
GM
112762000-02-12 Gerd Moellmann <gerd@gnu.org>
11277
11278 * uniquify.el (toplevel): Require CL at compile time.
11279 (uniquify-push): Removed.
11280
11281 * shadowfile.el (shadow-when): Removed.
11282
11283 * tempo.el (tempo-dolist, tempo-mapc): Removed.
11284 (tempo-process-and-insert-string): Use dolist instead of
11285 tempo-dolist.
11286
11287 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
11288 regexp for paragraph-start.
11289
11290 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
11291 commas as well.
11292
a0eddf92
DL
112932000-02-10 Dave Love <fx@gnu.org>
11294
11295 * wid-edit.el: (widgets) [defgroup]: Remove url link.
11296 (widget-color-choice-list, widget-color-history, widget-mouse-help):
11297 Deleted.
11298 (widget-specify-field, widget-specify-button): Don't use
11299 widget-mouse-help as help-echo property.
11300 (default): Use #'ignore for :validate and :mouse-down-action.
11301 (checkbox): Add help-echo.
11302 (widget-sexp-validate): Rewritten to clarify error messages.
11303 (character): Use char-valid-p in :match function.
11304 (widget-color-complete): Use facemenu-color-alist.
11305 (widget-color-action): Use facemenu-read-color.
11306
11307 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
11308 set up `caar' &c that we now have.
11309
82d2c7c5
DL
113102000-02-09 Ray Blaak <blaak@gnu.org>
11311
11312 * delphi.el: Make resourcestring a declaration region, like const
11313 and var.
11314
6cbc1482
DL
113152000-02-09 Dave Love <fx@gnu.org>
11316
11317 * bindings.el (mode-line-input-method-map): New variable.
11318 (mode-line-mule-info): Use it; fix last change.
11319 (mode-line-mode-menu): Move definition.
11320 (mode-line-mouse-sensitive-p): Deleted.
11321 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
11322 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
11323 level.
11324
11325 * startup.el (command-line-1): Don't call
11326 make-mode-line-mouse-sensitive.
11327
f7136ee8
GM
113282000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11329
11330 * mail/rmail.el (rmail-retry-failure): Use
11331 rmail-beginning-of-message before rmail-toggle-header, because the
11332 former toggles headers.
11333
6e1d0d15
SM
113342000-02-06 Stefan Monnier <monnier@cs.yale.edu>
11335
fef8c55b
SM
11336 * diff-mode.el (diff-kill-junk): New interactive function.
11337 (diff-reverse-direction): Use delete-and-extract-region.
11338 (diff-post-command-hook): Restrict the area so that the hook also works
11339 outside of any diff hunk. This is necessary for the minor-mode.
11340 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
11341 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
11342
6e1d0d15
SM
11343 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
11344 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
11345 so that it can be used more easily in <foo>-mode-hook. Also make sure
11346 to avoid duplicate entries.
11347 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
11348 (font-lock-remove-keywords): Just as was done for `add', allow it to
11349 work even if font-lock-mode is nil. Also make sure we don't modify
11350 any pre-existing list by forcing a copy-sequence. Finally rename
11351 `major-mode' to `mode'.
11352 (font-lock-fontify-syntactic-anchored-keywords)
11353 (font-lock-fontify-anchored-keywords)
11354 (font-lock-fontify-keywords-region): Use line-end-position.
11355 Don't make `font-lock-multiline' local (it's now done in
11356 font-lock-set-defaults).
11357 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
11358 move the `font-lock-fontified' creation to inside the `unless'.
11359
a75dfea0
AI
113602000-02-06 Andrew Innes <andrewi@gnu.org>
11361
11362 * term/w32-win.el (x-handle-args): Comment out call to message,
11363 which occurs before window system is initialized.
11364
11365 * makefile.nt: Add support for recompiling lisp code.
11366
b85e9462
DL
113672000-02-04 Dave Love <fx@gnu.org>
11368
9ff33afb
DL
11369 * bindings.el (mode-line-mule-info): Fix/extend last change.
11370
b85e9462
DL
11371 * completion.el: Replace completion-dolist with dolist.
11372
11373 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
11374 dotimes.
11375
44dff075
CD
113762000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
11377
11378 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
11379 environment names before they go into the section regexp.
11380
11381 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
11382 char class in regexp.
11383
11384 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
11385 `case-fold-search' to nil.
11386
11387 * progmodes/idlwave.el (idlwave-template): Respect
11388 `idlwave-abbrev-change-case'.
11389 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
11390 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
11391 idlwave-while): respect `idlwave-reserved-word-upcase'.
11392 (idlwave-rw-case): New function.
11393 (idlwave-statement-match): Fixed problem with assignment regexp.
11394 (idlwave-font-lock-keywords): Improved regexp for keyword
11395 parameters.
a23c5037 11396 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
11397 operators longer than 1 char.
11398
11399 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
11400 idlwave-shell-expression-overlay. Implemented printing of
11401 expressions on higher levels of the calling stack.
11402 (idlwave-shell-display-level-in-calling-stack): Restore stack
11403 level.
11404 (idlwave-retrieve-expression-from-level): New function.
11405 (idlwave-shell-last-calling-stack): Variable removed.
11406 (idlwave-shell-reset): Argument action reversed (`visible' to
11407 `hidden'). Also remove stop-line overlay.
11408 (idlwave-shell-calling-stack-routine): New variable.
11409 (idlwave-shell-parse-stack-and-display): Messages now display
11410 negative level numbers.
11411 (idlwave-shell-mode): Set `modeline-format'.
11412 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
11413 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
11414 21.
11415 (idlwave-shell-print-expression-function): New option.
a23c5037 11416
44dff075
CD
11417 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
11418 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
11419 `tool-bar' instead of `toolbar'.
11420
f26c34fd
DL
114212000-02-02 Dave Love <fx@gnu.org>
11422
11423 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
11424 emacs-lisp-mode-hook. Don't check for defalias being defined.
11425
11426 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11427 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
11428 the new builtins directly.
11429
11430 * whitespace.el (whitespace): Add :version to defgroup.
11431
11432 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
11433 Doc fix.
11434
11435 * thingatpt.el (sexp-at-point, symbol-at-point)
11436 (number-at-point, list-at-point): Add autoload cookie.
11437
11438 * recentf.el (recentf): Add :version to defgroup.
11439
11440 * quickurl.el (quickurl): Add :version to defgroup.
11441
11442 * elide-head.el (elide-head): Use point-marker more.
11443
11444 * bs.el (bs): Add :version to defgroup.
11445
11446 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
11447
11448 * progmodes/delphi.el (delphi): Add :version to defgroup.
11449
d240a249
GM
114502000-02-02 Gerd Moellmann <gerd@gnu.org>
11451
11452 * ange-ftp.el (ange-ftp-write-region): Handle case that
11453 succeeding process operation sets a different coding system.
11454
11455 * calculator.el: New file.
11456
d5179a01
EZ
114572000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
11458
11459 * frame.el (frames-on-display-list, framep-on-display): New
11460 functions.
11461 (display-mouse-p, display-popup-menus-p, display-graphic-p)
11462 (display-selections-p, display-screens, display-pixel-width)
11463 (display-pixel-height, display-mm-width, display-mm-height)
11464 (display-backing-store, display-save-under, display-planes)
11465 (display-color-cells, display-visual-class): New functions.
11466
11467 * term/tty-colors.el (tty-color-gray-shades): New function.
11468
11469 * faces.el (display-color-p): Use framep-on-display.
11470 (display-grayscale-p): New function.
11471
968e00f0
DL
114722000-01-31 Dave Love <fx@gnu.org>
11473
11474 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
11475 (create-fontset-from-x-resource): Don't concat integers.
11476
2cb750ba
GM
114772000-01-31 Inge Frick <inge@nada.kth.se>
11478
11479 * view.el: Some changes in documentation. Removed some trailing
11480 whitespace. Changed some parameter names to agree with
11481 documentation.
11482 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
11483 window is not deleted. Modifies change 1998-04-26.
a23c5037 11484
74e9213b
GM
114852000-01-31 Gerd Moellmann <gerd@gnu.org>
11486
47569935
GM
11487 * windmove.el: New file.
11488
74e9213b
GM
11489 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11490 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 11491 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 11492
74e9213b
GM
11493 * jit-lock.el (jit-lock-function): Widen before calculating end
11494 position.
11495 (jit-lock-stealth-chunk-start): Rewritten.
11496
11497 * info.el (Info-title-face-alist): Removed.
11498 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
11499 faces.
11500 (Info-fontify-node): Use these faces.
11501
994c5afe
GM
115022000-01-30 Gerd Moellmann <gerd@gnu.org>
11503
11504 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
11505 (cl-macro-list1): Recognize `&allow-other-keys' instead of
11506 `&allow-other-keywords'.
11507
11508 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
11509 the list of directories scanned heuristically.
11510
11511 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
11512 exist.
11513
f00276e3
JR
115142000-01-30 Jason Rumney <jasonr@gnu.org>
11515
11516 * w32-fns.el: Define w32-tty-standard-colors.
11517
11518 * startup.el (command-line): Use w32-tty-standard-colors when in
11519 w32 console mode.
11520
cc4dfff0
DL
115212000-01-30 Dave Love <fx@gnu.org>
11522
e645e77b
DL
11523 * jka-compr.el (jka-compr-load): Fix up load-history.
11524
cc4dfff0
DL
11525 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
11526
11527 * emacs-lisp/cl-macs.el: Revert previous change.
11528
16215eb0
DL
115292000-01-29 Dave Love <fx@gnu.org>
11530
11531 * facemenu.el: Purecopy various strings.
11532
11533 * timezone.el (timezone-fix-time): Window against 69 for two-digit
11534 years. Deal with three-digit years.
11535
11536 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
11537 defconst, purecopy.
11538 (help-back-label): Purecopy it.
11539
bbd9b566
GM
115402000-01-18 Gerd Moellmann <gerd@gnu.org>
11541
11542 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
11543 variable. If non-nil, order the buffer list according to the
11544 currently selected frame.
11545 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
11546 non-nil, pass the selected frame to function buffer-list.
a23c5037 11547
887448e1
GM
115482000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11549
11550 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
11551
7df85084
DL
115522000-01-28 Dave Love <fx@gnu.org>
11553
142e109c
DL
11554 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
11555
7df85084
DL
11556 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
11557 Don't use lisp-indent-hook property.
11558 (cl-abs): Remove.
11559
11560 * subr.el: Move out indent and edebug specs for when and unless.
11561
11562 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
11563 when, unless.
11564
11565 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
11566 unless, when.
11567
3b43c01c
GM
115682000-01-28 Gerd Moellmann <gerd@gnu.org>
11569
d060bc9f
GM
11570 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
11571 `collecting' as synonym for `collect'.
11572
11573 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
11574 for the case it contains spaces.
11575
11576 * simple.el (what-cursor-position): Change formatting of
11577 messages.
11578
b02786f9
GM
11579 * frame.el (delete-other-frames): New function.
11580 (toplevel): Bind it to C-x 5 1.
11581
efd68b8a
GM
11582 * sort.el (sort-numeric-base): New option.
11583 (sort-numeric-fields): If number starts with `0' or `0[xX[',
11584 interpret it as octal or hexadecimal. Use sort-numeric-base
11585 as default base.
11586
3b43c01c
GM
11587 * progmodes/glasses.el: New file.
11588
984ae001
GM
115892000-01-27 Gerd Moellmann <gerd@gnu.org>
11590
a0b796e3
GM
11591 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
11592 userids differently.
11593
984ae001
GM
11594 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11595 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11596 progmodes/ebnf-yac.el: New files.
11597
6c67ddee
DL
115982000-01-26 Dave Love <fx@gnu.org>
11599
11600 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
11601 on a function with an empty body. [From Eric Ludlam.]
11602
4e6473c8
GM
116032000-01-25 Andre Spiegel <spiegel@gnu.org>
11604
11605 * vc.el (vc-version-diff): Make sure file name is expanded.
11606
e12489f9
GM
116072000-01-25 Gerd Moellmann <gerd@gnu.org>
11608
11609 * scroll-bar.el (scroll-bar-timer): Variable removed.
11610 (scroll-bar-toolkit-scroll): Don't use a timer.
11611
8dbe2b07
KH
116122000-01-25 Kenichi Handa <handa@etl.go.jp>
11613
11614 * language/thai-util.el (thai-composition-function): Delete
11615 superfluous `a'.
11616
26ef1c87
DL
116172000-01-24 Dave Love <fx@gnu.org>
11618
11619 * fortran.el (fortran-mode): Use beginning-of-defun-function,
11620 end-of-defun-function.
11621
11622 * font-lock.el (turn-on-font-lock): Don't depend on window-system
11623 &c.
11624
7ed4e9a7
JR
116252000-01-22 Jason Rumney <jasonr@gnu.org>
11626
11627 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
11628 conflicts with new face support.
11629
8b7bc628 116302000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
11631
11632 * replace.el (query-replace): Rename last arg to DELIMITED.
11633 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
11634 (query-replace-regexp): Likewise.
11635
8b7bc628 116362000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 11637
02b14400
RS
11638 * subr.el (with-syntax-table): Use make-symbol, not gensym.
11639
5bb6f079
RS
11640 * emacs-lisp/lisp.el (beginning-of-defun-function):
11641 Variable renamed from beginning-of-defun.
11642 Do not call make-variable-buffer-local.
11643 (beginning-of-defun-raw): Use new variable name; doc fix.
11644 (beginning-of-defun): Doc fix.
11645 (end-of-defun-function): Variable renamed from end-of-defun.
11646 Do not call make-variable-buffer-local.
11647 (end-of-defun): Use new variable name; doc fix.
11648
02b14400
RS
11649 * subr.el (dolist, dotimes): Copied from cl-macs.el
11650 and made to work.
2d5e9b54 11651
a23c5037 11652 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
11653 Variable replaces rmail-digest-end-regexp.
11654 Allows multiple regexps for detecting the end line.
11655 (undigestify-rmail-message): Corresponding changes.
11656
60af03f1
DL
116572000-01-19 Dave Love <fx@gnu.org>
11658
fe5d99e1
DL
11659 * files.el (user-init-file): Don't declare here -- is primitive.
11660
60af03f1
DL
11661 * startup.el (command-line): Check for compiled user-init-file and
11662 set to uncompiled version if necessary.
11663
72dbbc7d
GM
116642000-01-18 Gerd Moellmann <gerd@gnu.org>
11665
6a1950ec
GM
11666 * mail/undigest.el (rmail-digest-end-regexp): New user option.
11667 (undigestify-rmail-message): Use it.
11668
72dbbc7d
GM
11669 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
11670
fbe91bbd
GM
116712000-01-17 Gerd Moellmann <gerd@gnu.org>
11672
11673 * tmm.el (tmm-goto-completions): Adapt to prompt being part
11674 of mini-buffer.
11675
33a6685b
GM
116762000-01-14 Gerd Moellmann <gerd@gnu.org>
11677
b3303df7
GM
11678 * emacs-lisp/copyright.el (copyright-update): Removed the
11679 requirement for a trailing space from `copyright-regexp', to
11680 support copyrights with owner specified on a separate line..
a23c5037 11681
3c4c8064
GM
11682 * align.el: New file.
11683
33a6685b
GM
11684 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
11685
11686 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
11687
044a4975
DL
116882000-01-13 Dave Love <fx@gnu.org>
11689
11690 * ph.el: Removed. (Obsoleted by EUDC.)
11691
0a352cd7
GM
116922000-01-13 Gerd Moellmann <gerd@gnu.org>
11693
11694 * net/eudc.el (toplevel): Remove autoloaded code installing
11695 menu with easymenu, because that causes build problems.
11696
11697 * frame.el (frame-notice-user-settings): New variable.
11698 (frame-notice-user-settings): Don't modify frame parameters
11699 if called a second time.
11700
8b7bc628 117012000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
11702
11703 * frame.el (frame-notice-user-settings):
11704 Notice default-frame-parameters even for non-window frames.
11705
feb450e0
GM
117062000-01-13 Gerd Moellmann <gerd@gnu.org>
11707
11708 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
11709 for Emacs.
11710 (eudc-bob-can-display-inline-images): Extend for Emacs.
11711 (eudc-bob-toggle-inline-display): Ditto.
11712 (eudc-bob-display-jpeg): Ditto.
11713
99c6d63b
GM
117142000-01-12 Gerd Moellmann <gerd@gnu.org>
11715
7970b229
GM
11716 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
11717 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
11718 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 11719
e4936aa9
GM
11720 * add-log.el (add-change-log-entry): Fix error trying an `(insert
11721 nil)'.
11722
11723 * subdirs.el: Add `net' directory.
11724
133c9e59
GM
11725 * net: New directory.
11726
99c6d63b
GM
11727 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
11728 eval-last-sexp. Don't bind debug-on-error here.
11729 (eval-last-sexp): New function. Bind debug-on-error if
11730 eval-expression-debug-on-error is non-nil.
11731 (eval-defun-2, eval-defun): Likewise.
11732
11733 * simple.el (eval-expression): Don't bind debug-on-error if
11734 eval-expression-debug-on-error is nil. Detect changed
11735 debug-on-error, and propagate new value to global binding, if
11736 eval-expression-debug-on-error is non-nil,
11737 (eval-expression-debug-on-error): Change doc string.
a23c5037 11738
8b7bc628 117392000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
11740
11741 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
11742
11743 * emacs-lisp/lisp-mode.el (with-syntax-table):
11744 Set up lisp-indent-function property.
11745
11746 * subr.el (with-syntax-table): Moved from simple.el.
11747
11748 * simple.el (with-syntax-table): Moved to subr.el.
11749
7e3c74fa
GM
117502000-01-11 Gerd Moellmann <gerd@gnu.org>
11751
1fab1775
GM
11752 * tmm.el (tmm-shortcut): Delete region after prompt instead
11753 of erasing buffer.
11754
7e3c74fa 11755 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
11756 (fill-context-prefix): Use the longest common prefix of first
11757 and second line fill prefix, if there is one.
7e3c74fa 11758
8b7bc628 117592000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
11760
11761 * array.el (array-mode): Don't use make-variable-buffer-local.
11762 Use make-local-variable for `truncate-lines'.
11763
aa705642 117642000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 11765
aa705642
GM
11766 * add-log.el (add-log-current-defun): Handle user-defined
11767 add-log-current-function returning nil,
a23c5037 11768
57df2446 11769 * add-log.el (add-change-log-entry): Insert version number
aa705642 11770 if having found a current function
c1356086
GM
11771
11772 * add-log.el (add-log-current-defun): Call
11773 `add-log-current-defun-function'. Try matches at level 0 and
11774 level 1. Strip whitespace from defun found.
a23c5037 11775
1d8c59e9
RS
117762000-01-10 John Wiegley <johnw@gnu.org>
11777
11778 * allout.el (isearch-done/outline-provisions): Added `edit'
11779 argument to correspond with the current definition of
11780 `isearch-done'.
11781
8cf87e9b
DL
117822000-01-10 Dave Love <fx@gnu.org>
11783
11784 * elide-head.el (elide-head): Use point-marker, not point.
11785
9050446c
GM
117862000-01-10 Gerd Moellmann <gerd@gnu.org>
11787
8321b22a
GM
11788 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
11789 before and after the year 2000.
a23c5037 11790
9050446c
GM
11791 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
11792 Add ispell- prefix.
11793
117942000-01-10 Ken Stevens <k.stevens@ieee.org>
11795
11796 * ispell.el: Only define dictionaries in menus when they exist.
11797 (version18p): New variable.
11798 (version20p): New variable.
11799 (xemacsp): New variable.
11800 (ispell-choices-win-default-height): Fix for XEmacs visibility.
11801 (ispell-dictionary-alist1): Added Brasileiro dictionary.
11802 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 11803 run-together words.
9050446c
GM
11804 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
11805 (ispell-dictionary-alist): Add koi8-r to customize definition.
11806 (check-ispell-version): Added documentation string. Returns
f24fef2f 11807 library path when called non-interactively.
9050446c
GM
11808 (ispell-menu-map-needed): Uses new variables.
11809 (ispell-library-path): New variable.
11810 (ispell-decode-string): XEmacs fix for bogus variable bindings.
11811 (ispell-word): Improved documentation string. Test for valid
11812 character mappings. Correctly check typed in word changes that can
11813 result in single words split into multiple words. Returns
11814 replacement word.
11815 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
11816 replace in recursive query replace mode. Help message for
11817 recursive edit mode.
11818 (ispell-show-choices): Protect against bad framepop bindings.
11819 (ispell-help): Fix to work with XEmacs.
11820 (ispell-highlight-spelling-error): Use new variables.
11821 (ispell-overlay-window): Fix to work with XEmacs.
11822 (ispell-parse-output): Passed and returns location information
11823 tracking spelling corrections. Doesn't recheck same word on
11824 current line.
11825 (ispell-init-process): Protect against bogus XEmacs variable binding.
11826 Fix call to single argument in sleep-for. Use new variables.
11827 (ispell-region): Passed and returns location information tracking
11828 spelling corrections. Doesn't check same word on current line.
11829 Improved documentation string. Doesn't resend a line already
11830 checked to the ispell process - fixes bug in LaTeX parsing.
11831 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
11832 (ispell-skip-region): No longer skips <TT> in SGML.
11833 (ispell-process-line): Tracks location information with spelling
11834 corrections. Added documentation string. Accounts for words
11835 already accepted on this line. Don't allow query-replace on line
11836 starting with math characters. Doesn't resend a line already sent
11837 to ispell process. Fixes alignment error bug.
a23c5037 11838
8b7bc628 118392000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 11840
a23c5037 11841 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
11842 Suggest xloadimage, which is free, not xv, which isn't.
11843
a23c5037 11844 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
11845 Don't ever include the host name or user name in the value.
11846
9ed79f5d
GM
118472000-01-09 Gerd Moellmann <gerd@gnu.org>
11848
11849 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
11850 of a real newline.
11851
b950abb1
GM
118522000-01-09 Stephen Eglen <stephen@gnu.org>
11853
a23c5037 11854 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
11855 for .png files.
11856
3c708e98
GM
118572000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
11858
11859 * cus-edit.el (custom-hook-convert-widget): Fix comment.
11860
bf61662d
GM
118612000-01-09 Gerd Moellmann <gerd@gnu.org>
11862
f1d851ae
GM
11863 * progmodes/cperl-mode.el: Replace ^F with ^L.
11864
bf61662d 11865 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 11866 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
11867 recursion.
11868
c65d14ee
DL
118692000-01-08 Dave Love <fx@gnu.org>
11870
8cf87e9b
DL
11871 * emacs-lisp/backquote.el: Remove inappropriate customization
11872 (allowing custom.el to use backquote).
c65d14ee 11873
83de2ebc
DL
118742000-01-07 Dave Love <fx@gnu.org>
11875
11876 * add-log.el (add-log-debugging): Deleted.
11877 (add-change-log-entry): Treat a backup FILE-NAME as its parent
11878 file. Remove debugging code.
11879 (change-log-get-method-definition, change-log-name): Add doc.
11880 (change-log-sortable-date-at): New function.
11881 (change-log-merge): New command.
11882
11883 * time.el (display-time-string-forms): Make the Mail string active.
11884 (display-time-update): Provide help-echo for load average.
11885
11886 * bindings.el (make-mode-line-mouse2-map): New function.
11887 (mode-line-modified): Use it and simplify.
11888 (mode-line-mule-info): Provide help-echo info.
11889 (minor-mode-alist): Activate the strings.
11890 (make-mode-line-mouse-sensitive): Simplify for
11891 mode-line-buffer-identification.
11892
c1475eae
GM
118932000-01-07 Gerd Moellmann <gerd@gnu.org>
11894
11895 * play/pong.el: New file.
11896
83de2ebc
DL
118972000-01-06 Dave Love <fx@gnu.org>
11898
11899 * array.el: Assorted cleanups for compiler warnings, doc strings,
11900 `array-' prefix for symbols.
11901
119022000-01-05 Dave Love <fx@gnu.org>
11903
11904 * textmodes/outline.el (outline-mode-menu-bar-map): Add
11905 outline-headers-as-kill.
11906 (outline-mode): Define imenu-generic-expression.
11907 (outline-headers-as-kill): New command.
11908
11909 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
11910 from paragraph-start.
11911 (paragraph-indent-minor-mode): New command.
11912
11913 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
11914 M-C-e, M-C-h, C-j, C-xnd, TAB.
11915 (fortran-mode): Set beginning-of-defun, end-of-defun.
11916 (fortran-column-ruler): Simplify.
11917 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
11918 (fortran-with-subprogram-narrowing): Likewise.
11919 (fortran-indent-subprogram): Call mark-defun.
11920 (fortran-check-for-matching-do): Change narrowing.
11921
11922 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
11923 (cl-lucid-hash-tag): Delete.
11924 (cl-hash-table-p): Correct test for native table.
11925 (cl-hash-table-count): Use hash-table-count.
11926
11927 * browse-url.el (browse-url): Fix case of
11928 browse-url-browser-function being an alist.
11929
676ac023
CD
119302000-01-05 Carsten Dominik <cd@gnu.org>
11931
c1475eae
GM
11932 * textmodes/reftex-vars.el (reftex-parse-file-extension)
11933 (reftex-index-phrase-file-extension): New options.
676ac023
CD
11934
11935 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 11936 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
11937
11938 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 11939 `reftex-parse-file-extension'.
eb483e17 11940
88807984
DL
119412000-01-05 Dave Love <fx@gnu.org>
11942
83de2ebc 11943 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
11944 (beginning-of-defun-raw): Use it.
11945 (end-of-defun): New variable.
11946 (end-of-defun): Use it.
11947 (check-parens): New command.
11948
1362aeb4
TTN
119492000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
11950
c1475eae
GM
11951 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
11952 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 11953
7ddafb95
TTN
11954 Fix buglet in local variables initialization.
11955
7334aa99
AS
119562000-01-05 Andreas Schwab <schwab@suse.de>
11957
11958 * hscroll.el (hscroll): Doc fix.
11959
b12e24cd
CD
119602000-01-05 Carsten Dominik <cd@gnu.org>
11961
11962 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
11963 idlw-toolbar.
11964
11965 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
11966 file idlw-rinfo.el.
1362aeb4
TTN
11967 (idlwave-customize): load must read file idlw-shell.el.
11968 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 11969
d6226972
CD
119702000-01-05 Carsten Dominik <dominik@astro.uva.nl>
11971
11972 * progmodes/idlw-shell.el: Also provide idlwave-shell
11973 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
11974 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
11975
11976 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
11977 both reftex-dcr and reftex-vcr.
1362aeb4 11978
d6226972
CD
11979 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
11980
6ddb893f 119812000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
11982
11983 * ps-print.el: PostScript code now is in separate files, doc fix.
11984 (ps-print-version): New version number (5.0.3).
11985 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
11986 local.
11987 (ps-spool-config): Initialization fix.
c1475eae
GM
11988 (ps-print-prologue-1, ps-print-prologue-2)
11989 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
11990 (ps-background-image): Little code reformating.
11991 (ps-begin-file, ps-begin-job): Fix code.
88807984 11992 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
11993 (ps-prologue-file): New fun.
11994
ae833aae
KH
119952000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11996
c1475eae 11997 * ps-vars.el: Eliminated.
ae833aae
KH
11998
11999 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
12000 `;;;###autoload'.
12001
12002 * ps-print.el: ps-vars eliminated, doc fix.
12003 (ps-print-version): New version number (5.0.2).
12004 (ps-spool-config): Initialization fix.
12005 (ps-print-customize): New fun.
12006
560a7bd2
GM
120072000-01-04 Gerd Moellmann <gerd@gnu.org>
12008
12009 * autorevert.el (auto-revert-mode): Return value of
12010 auto-revert-mode.
12011
f45dd0f4
DL
120122000-01-04 Dave Love <fx@gnu.org>
12013
fae2ac05
DL
12014 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
12015 menu items.
f45dd0f4 12016
61255981
DL
120172000-01-03 Dave Love <fx@gnu.org>
12018
88807984 12019 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 12020
83de2ebc 12021 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
12022 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
12023 `cl-hash-table-p', not `hash-table-p'.
12024 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
12025
c182a70f
EZ
120262000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12027
12028 * faces.el (face-read-integer, read-face-attribute)
12029 (color-defined-p, color-values): unspecified-{f,b}g are now
12030 strings.
12031
047f434a
GM
120322000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12033
12034 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
12035 at comment end, and re-insert them after filling.
12036
bab531e2
EZ
120372000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12038
12039 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
12040 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
12041 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 12042
d684c676
EZ
120432000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12044
12045 * term/x-win.el (xw-defined-colors): Call color-supported-p,
12046 the new name of face-color-supported-p.
12047
12048 * term/w32-win.el (xw-defined-colors): Likewise.
12049
0aad4805
EZ
120502000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12051
12052 * simple.el (completion-setup-function): Count completion-size
12053 from minibuffer-prompt-end, not from point-min.
12054
5fe1d139
EZ
120552000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
12056
12057 * faces.el (read-face-attribute, defined-colors, color-defined-p):
12058 Pass the frame to tty-color-* functions.
12059 (display-color-p, frame-set-background-mode): Pass the frame to
12060 tty-display-color-p.
12061
12062 * term/tty-colors.el (tty-defined-color-alist): Renamed from
12063 tty-color-alist.
12064 (tty-color-alist, tty-modify-color-alist): New functions.
12065 (tty-color-define, tty-color-clear, tty-color-approximate)
12066 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
12067 an optional parameter FRAME.
12068
162dec01
GM
120692000-01-01 Gerd Moellmann <gerd@gnu.org>
12070
27189709
GM
12071 * image.el (create-image, defimage): Don't assume image data is a
12072 string.
12073
162dec01
GM
12074 * image.el (defimage): Handle specifications containing :data
12075 instead of :file.
12076 (image-type-from-data): New function.
12077 (image-type-from-file-header): Use it.
12078 (create-image): Add parameter DATA-P.
1362aeb4 12079
bea56df7 12080See ChangeLog.8 for earlier changes.
25a6fab1
KH
12081
12082;; Local Variables:
e64c3a75 12083;; coding: iso-2022-7bit
25a6fab1 12084;; End: